You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
561 B
JSON
24 lines
561 B
JSON
{
|
|
"name": "awx-job-plain",
|
|
"restApi": true,
|
|
"configKey": "awx-job-plain",
|
|
"payloadType": "REST",
|
|
"config": [
|
|
{
|
|
"name": "connection",
|
|
"type": "CONNECTION",
|
|
"value": "awx"
|
|
},
|
|
{
|
|
"name": "resource",
|
|
"type": "STRING",
|
|
"value": "api/v2/jobs/${id}/"
|
|
},
|
|
{
|
|
"name": "sqlStatement",
|
|
"type": "STRING",
|
|
"value": "SELECT status,failed,started,finished,name,description FROM default_table"
|
|
}
|
|
]
|
|
}
|