summaryrefslogtreecommitdiffstats
path: root/test/remote-ansible/mock-payloads/inventory.json
blob: 27956422689a995202b0a016b47bccba66cd45a3 (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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
  "httpRequest" : {
    "method" : "GET",
    "path" : .PATH_INVENTORY_PAYLOAD
  },
  "httpResponse" : {
    "body" : {
      "count": 1,
      "next": null,
      "previous": null,
      "results": [
        {
          "id": 1,
          "type": "inventory",
          "url": "/api/v2/inventories/1/",
          "related": {
            "created_by": "/api/v2/users/1/",
            "modified_by": "/api/v2/users/1/",
            "hosts": "/api/v2/inventories/1/hosts/",
            "groups": "/api/v2/inventories/1/groups/",
            "root_groups": "/api/v2/inventories/1/root_groups/",
            "variable_data": "/api/v2/inventories/1/variable_data/",
            "script": "/api/v2/inventories/1/script/",
            "tree": "/api/v2/inventories/1/tree/",
            "inventory_sources": "/api/v2/inventories/1/inventory_sources/",
            "update_inventory_sources": "/api/v2/inventories/1/update_inventory_sources/",
            "activity_stream": "/api/v2/inventories/1/activity_stream/",
            "job_templates": "/api/v2/inventories/1/job_templates/",
            "ad_hoc_commands": "/api/v2/inventories/1/ad_hoc_commands/",
            "access_list": "/api/v2/inventories/1/access_list/",
            "object_roles": "/api/v2/inventories/1/object_roles/",
            "instance_groups": "/api/v2/inventories/1/instance_groups/",
            "copy": "/api/v2/inventories/1/copy/",
            "organization": "/api/v2/organizations/1/"
          },
          "summary_fields": {
            "organization": {
              "id": 1,
              "name": "Default",
              "description": ""
            },
            "created_by": {
              "id": 1,
              "username": "admin",
              "first_name": "",
              "last_name": ""
            },
            "modified_by": {
              "id": 1,
              "username": "admin",
              "first_name": "",
              "last_name": ""
            },
            "object_roles": {
              "admin_role": {
                "description": "Can manage all aspects of the inventory",
                "name": "Admin",
                "id": 21
              },
              "update_role": {
                "description": "May update project or inventory or group using the configured source update system",
                "name": "Update",
                "id": 22
              },
              "adhoc_role": {
                "description": "May run ad hoc commands on an inventory",
                "name": "Ad Hoc",
                "id": 23
              },
              "use_role": {
                "description": "Can use the inventory in a job template",
                "name": "Use",
                "id": 24
              },
              "read_role": {
                "description": "May view settings for the inventory",
                "name": "Read",
                "id": 25
              }
            },
            "user_capabilities": {
              "edit": true,
              "delete": true,
              "copy": true,
              "adhoc": true
            }
          },
          "created": "2019-05-21T15:45:31.954359Z",
          "modified": "2019-05-21T15:45:31.954378Z",
          "name": "Demo Inventory",
          "description": "",
          "organization": 1,
          "kind": "",
          "host_filter": null,
          "variables": "",
          "has_active_failures": false,
          "total_hosts": 1,
          "hosts_with_active_failures": 0,
          "total_groups": 0,
          "groups_with_active_failures": 0,
          "has_inventory_sources": false,
          "total_inventory_sources": 0,
          "inventory_sources_with_failures": 0,
          "insights_credential": null,
          "pending_deletion": false
        }
      ]
    }
  }
}