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.
hetzner-ansible/smardigo/backup/datasource/awx-job-plain.json

24 lines
503 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 id,status,failed,created,started,finished,name,description,elapsed,scm_revision FROM default_table"
}
]
}