summaryrefslogtreecommitdiffstats
path: root/cds-regression-test/test/remote-ansible/success/request-payload.json
blob: 3718c4dc8574b8d163edc6046b054f9af5fee530 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
  "commonHeader": {
    "originatorId": "System",
    "requestId": "remote-ansible-success",
    "subRequestId": "remote-ansible-success-1"
  },
  "actionIdentifiers": {
    "blueprintName": "RT-remote-ansible",
    "blueprintVersion": "1.0.0",
    "actionName": "execute-remote-ansible-success",
    "mode": "sync"
  },
  "payload": {
    "execute-remote-ansible-success-request": {
      "endpoint-selector": "awx",
      "job-template-name": "hello_world_job_template",
      "inventory": "Demo Inventory",
      "limit": "123",
      "tags": "some-tag",
      "skip-tags": "some-skip-tag",
      "extra-vars": {
        "site_id": "3 - Belmont",
        "tor_group": "vEPC"
      }
    }
  }
}