summaryrefslogtreecommitdiffstats
path: root/ms/blueprintsprocessor/functions/ansible-awx-executor/src/test/resources/payload/requests/remote-ansible-request-full.json
blob: 11bb90b50c1fe14be7a3dd3b1ec0f177c327d04c (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
28
29
30
31
32
{
  "actionIdentifiers": {
    "blueprintName": "remote_ansible",
    "blueprintVersion": "1.0.0",
    "actionName": "execute-remote-ansible",
    "mode": "sync"
  },
  "commonHeader": {
    "flags": {
      "force": true,
      "ttl": 3600
    },
    "originatorId": "mock",
    "requestId": "123456-2000",
    "subRequestId": "sub-123456-1000",
    "timestamp": "2012-04-23T18:25:43.511Z"
  },
  "payload": {
    "execute-remote-ansible-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"
      }
    }
  }
}