summaryrefslogtreecommitdiffstats
path: root/cds-regression-test/test/remote-ansible/connection-failure/request-payload.json
blob: 08e39c732c608ec2abdd352c72e4123258ef4792 (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-connection-failure",
    "subRequestId": "remote-ansible-connection-failure-1"
  },
  "actionIdentifiers": {
    "blueprintName": "RT-remote-ansible",
    "blueprintVersion": "1.0.0",
    "actionName": "connection-fail",
    "mode": "sync"
  },
  "payload": {
    "connection-fail-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"
      }
    }
  }
}