summaryrefslogtreecommitdiffstats
path: root/ms/blueprintsprocessor/functions/ansible-awx-executor/src/test/resources/payload/requests/sample-remote-ansible-request.json
blob: 6169da9c71d7e2ea12b985c172271ac803c5f5cb (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
{
  "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",
      "extra-vars": {
        "site_id": "3 - Belmont",
        "tor_group": "vEPC"
      }
    }
  }
}