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
558 B
JSON
24 lines
558 B
JSON
{
|
|
"name": "awx-job-templates-plain",
|
|
"restApi": true,
|
|
"configKey": "awx-job-templates-plain",
|
|
"payloadType": "REST",
|
|
"config": [
|
|
{
|
|
"name": "connection",
|
|
"type": "CONNECTION",
|
|
"value": "awx"
|
|
},
|
|
{
|
|
"name": "resource",
|
|
"type": "STRING",
|
|
"value": "api/v2/job_templates?search=${name}"
|
|
},
|
|
{
|
|
"name": "sqlStatement",
|
|
"type": "STRING",
|
|
"value": "SELECT results FROM default_table"
|
|
}
|
|
]
|
|
}
|