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.
19 lines
446 B
JSON
19 lines
446 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"
|
|
} ]
|
|
} |