summaryrefslogtreecommitdiffstats
path: root/cds-regression-test/test/ansible-python-dg/mock-payloads/get_job-template-launch.json
blob: f4d0020ed4ee9e988350c5d8c193964268beac41 (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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
  "httpRequest": {
    "method": "GET",
    "path": "/ansible-python-dg/success/api/v2/job_templates/123/launch/"
  },
  "httpResponse": {
    "body": {
      "can_start_without_user_input": false,
      "passwords_needed_to_start": [],
      "ask_variables_on_launch": true,
      "ask_tags_on_launch": true,
      "ask_diff_mode_on_launch": false,
      "ask_skip_tags_on_launch": true,
      "ask_job_type_on_launch": false,
      "ask_limit_on_launch": true,
      "ask_verbosity_on_launch": false,
      "ask_inventory_on_launch": true,
      "ask_credential_on_launch": true,
      "survey_enabled": true,
      "variables_needed_to_start": [
        "tor_group",
        "site_id"
      ],
      "credential_needed_to_start": false,
      "inventory_needed_to_start": false,
      "job_template_data": {
        "name": "hello_world_job_template",
        "id": "123",
        "description": "hello_world Runner Job Template"
      },
      "defaults": {
        "extra_vars": "",
        "diff_mode": false,
        "limit": "",
        "job_tags": "",
        "skip_tags": "",
        "job_type": "run",
        "verbosity": 0,
        "inventory": {
          "name": "Demo Inventory",
          "id": 1
        }
      }
    }
  }
}