catocli 1.0.14__py3-none-any.whl → 1.0.17__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of catocli might be problematic. Click here for more details.
- catocli/Utils/clidriver.py +19 -2
- catocli/__init__.py +1 -1
- catocli/parsers/mutation_accountManagement/README.md +7 -0
- catocli/parsers/mutation_accountManagement/__init__.py +51 -0
- catocli/parsers/mutation_accountManagement_addAccount/README.md +17 -0
- catocli/parsers/mutation_accountManagement_removeAccount/README.md +16 -0
- catocli/parsers/mutation_accountManagement_updateAccount/README.md +17 -0
- catocli/parsers/mutation_admin_addAdmin/README.md +2 -2
- catocli/parsers/mutation_admin_updateAdmin/README.md +2 -2
- catocli/parsers/mutation_container_delete/README.md +2 -2
- catocli/parsers/mutation_policy/__init__.py +348 -0
- catocli/parsers/mutation_policy_appTenantRestriction/README.md +7 -0
- catocli/parsers/mutation_policy_appTenantRestriction_addRule/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_addSection/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_createPolicyRevision/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_discardPolicyRevision/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_moveRule/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_moveSection/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_publishPolicyRevision/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_removeRule/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_removeSection/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_updatePolicy/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_updateRule/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_updateSection/README.md +18 -0
- catocli/parsers/mutation_policy_internetFirewall_addRule/README.md +3 -3
- catocli/parsers/mutation_policy_internetFirewall_addSection/README.md +3 -3
- catocli/parsers/mutation_policy_internetFirewall_createPolicyRevision/README.md +3 -3
- catocli/parsers/mutation_policy_internetFirewall_discardPolicyRevision/README.md +3 -3
- catocli/parsers/mutation_policy_internetFirewall_moveRule/README.md +3 -3
- catocli/parsers/mutation_policy_internetFirewall_moveSection/README.md +3 -3
- catocli/parsers/mutation_policy_internetFirewall_publishPolicyRevision/README.md +3 -3
- catocli/parsers/mutation_policy_internetFirewall_removeRule/README.md +3 -3
- catocli/parsers/mutation_policy_internetFirewall_removeSection/README.md +3 -3
- catocli/parsers/mutation_policy_internetFirewall_updatePolicy/README.md +3 -3
- catocli/parsers/mutation_policy_internetFirewall_updateRule/README.md +3 -3
- catocli/parsers/mutation_policy_internetFirewall_updateSection/README.md +3 -3
- catocli/parsers/mutation_policy_remotePortFwd/README.md +7 -0
- catocli/parsers/mutation_policy_remotePortFwd_addRule/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_addSection/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_createPolicyRevision/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_discardPolicyRevision/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_moveRule/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_moveSection/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_publishPolicyRevision/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_removeRule/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_removeSection/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_updatePolicy/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_updateRule/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_updateSection/README.md +18 -0
- catocli/parsers/mutation_policy_wanFirewall_addRule/README.md +3 -3
- catocli/parsers/mutation_policy_wanFirewall_addSection/README.md +3 -3
- catocli/parsers/mutation_policy_wanFirewall_createPolicyRevision/README.md +3 -3
- catocli/parsers/mutation_policy_wanFirewall_discardPolicyRevision/README.md +3 -3
- catocli/parsers/mutation_policy_wanFirewall_moveRule/README.md +3 -3
- catocli/parsers/mutation_policy_wanFirewall_moveSection/README.md +3 -3
- catocli/parsers/mutation_policy_wanFirewall_publishPolicyRevision/README.md +3 -3
- catocli/parsers/mutation_policy_wanFirewall_removeRule/README.md +3 -3
- catocli/parsers/mutation_policy_wanFirewall_removeSection/README.md +3 -3
- catocli/parsers/mutation_policy_wanFirewall_updatePolicy/README.md +3 -3
- catocli/parsers/mutation_policy_wanFirewall_updateRule/README.md +3 -3
- catocli/parsers/mutation_policy_wanFirewall_updateSection/README.md +3 -3
- catocli/parsers/mutation_site/__init__.py +98 -0
- catocli/parsers/mutation_site_addBgpPeer/README.md +17 -0
- catocli/parsers/mutation_site_addCloudInterconnectPhysicalConnection/README.md +17 -0
- catocli/parsers/mutation_site_addCloudInterconnectSite/README.md +17 -0
- catocli/parsers/mutation_site_addIpsecIkeV2Site/README.md +2 -2
- catocli/parsers/mutation_site_addIpsecIkeV2SiteTunnels/README.md +2 -2
- catocli/parsers/mutation_site_addNetworkRange/README.md +2 -2
- catocli/parsers/mutation_site_addSocketSite/README.md +2 -2
- catocli/parsers/mutation_site_addStaticHost/README.md +2 -2
- catocli/parsers/mutation_site_removeBgpPeer/README.md +17 -0
- catocli/parsers/mutation_site_removeCloudInterconnectPhysicalConnection/README.md +17 -0
- catocli/parsers/mutation_site_removeIpsecIkeV2SiteTunnels/README.md +2 -2
- catocli/parsers/mutation_site_updateBgpPeer/README.md +17 -0
- catocli/parsers/mutation_site_updateCloudInterconnectPhysicalConnection/README.md +17 -0
- catocli/parsers/mutation_site_updateHa/README.md +2 -2
- catocli/parsers/mutation_site_updateIpsecIkeV2SiteGeneralDetails/README.md +2 -2
- catocli/parsers/mutation_site_updateIpsecIkeV2SiteTunnels/README.md +2 -2
- catocli/parsers/mutation_site_updateNetworkRange/README.md +2 -2
- catocli/parsers/mutation_site_updateSiteGeneralDetails/README.md +2 -2
- catocli/parsers/mutation_site_updateSocketInterface/README.md +2 -2
- catocli/parsers/mutation_site_updateStaticHost/README.md +2 -2
- catocli/parsers/mutation_sites/__init__.py +98 -0
- catocli/parsers/mutation_sites_addBgpPeer/README.md +17 -0
- catocli/parsers/mutation_sites_addCloudInterconnectPhysicalConnection/README.md +17 -0
- catocli/parsers/mutation_sites_addCloudInterconnectSite/README.md +17 -0
- catocli/parsers/mutation_sites_addIpsecIkeV2Site/README.md +2 -2
- catocli/parsers/mutation_sites_addIpsecIkeV2SiteTunnels/README.md +2 -2
- catocli/parsers/mutation_sites_addNetworkRange/README.md +2 -2
- catocli/parsers/mutation_sites_addSocketSite/README.md +2 -2
- catocli/parsers/mutation_sites_addStaticHost/README.md +2 -2
- catocli/parsers/mutation_sites_removeBgpPeer/README.md +17 -0
- catocli/parsers/mutation_sites_removeCloudInterconnectPhysicalConnection/README.md +17 -0
- catocli/parsers/mutation_sites_removeIpsecIkeV2SiteTunnels/README.md +2 -2
- catocli/parsers/mutation_sites_updateBgpPeer/README.md +17 -0
- catocli/parsers/mutation_sites_updateCloudInterconnectPhysicalConnection/README.md +17 -0
- catocli/parsers/mutation_sites_updateHa/README.md +2 -2
- catocli/parsers/mutation_sites_updateIpsecIkeV2SiteGeneralDetails/README.md +2 -2
- catocli/parsers/mutation_sites_updateIpsecIkeV2SiteTunnels/README.md +2 -2
- catocli/parsers/mutation_sites_updateNetworkRange/README.md +2 -2
- catocli/parsers/mutation_sites_updateSiteGeneralDetails/README.md +2 -2
- catocli/parsers/mutation_sites_updateSocketInterface/README.md +2 -2
- catocli/parsers/mutation_sites_updateStaticHost/README.md +2 -2
- catocli/parsers/parserApiClient.py +7 -4
- catocli/parsers/query_accountManagement/README.md +16 -0
- catocli/parsers/query_accountManagement/__init__.py +17 -0
- catocli/parsers/query_admins/README.md +2 -2
- catocli/parsers/query_appStats/README.md +5 -5
- catocli/parsers/query_appStatsTimeSeries/README.md +4 -4
- catocli/parsers/query_auditFeed/README.md +2 -2
- catocli/parsers/query_container/README.md +8 -8
- catocli/parsers/query_entityLookup/README.md +6 -6
- catocli/parsers/query_events/README.md +5 -5
- catocli/parsers/query_eventsFeed/README.md +3 -3
- catocli/parsers/query_eventsTimeSeries/README.md +4 -4
- catocli/parsers/query_hardwareManagement/README.md +2 -2
- catocli/parsers/query_policy/README.md +5 -3
- catocli/parsers/query_site/README.md +22 -0
- catocli/parsers/query_site/__init__.py +17 -0
- catocli/parsers/query_xdr_stories/README.md +2 -2
- {catocli-1.0.14.dist-info → catocli-1.0.17.dist-info}/METADATA +11 -2
- catocli-1.0.17.dist-info/RECORD +356 -0
- {catocli-1.0.14.dist-info → catocli-1.0.17.dist-info}/WHEEL +1 -1
- models/mutation.accountManagement.addAccount.json +908 -0
- models/mutation.accountManagement.removeAccount.json +446 -0
- models/mutation.accountManagement.updateAccount.json +524 -0
- models/mutation.admin.addAdmin.json +103 -103
- models/mutation.admin.removeAdmin.json +3 -3
- models/mutation.admin.updateAdmin.json +121 -121
- models/mutation.container.delete.json +67 -67
- models/mutation.policy.appTenantRestriction.addRule.json +8674 -0
- models/mutation.policy.appTenantRestriction.addSection.json +1358 -0
- models/mutation.policy.appTenantRestriction.createPolicyRevision.json +3327 -0
- models/mutation.policy.appTenantRestriction.discardPolicyRevision.json +3261 -0
- models/mutation.policy.appTenantRestriction.moveRule.json +3059 -0
- models/mutation.policy.appTenantRestriction.moveSection.json +1259 -0
- models/mutation.policy.appTenantRestriction.publishPolicyRevision.json +3318 -0
- models/mutation.policy.appTenantRestriction.removeRule.json +2707 -0
- models/mutation.policy.appTenantRestriction.removeSection.json +958 -0
- models/mutation.policy.appTenantRestriction.updatePolicy.json +3337 -0
- models/mutation.policy.appTenantRestriction.updateRule.json +8295 -0
- models/mutation.policy.appTenantRestriction.updateSection.json +1111 -0
- models/mutation.policy.internetFirewall.addRule.json +2497 -1889
- models/mutation.policy.internetFirewall.addSection.json +92 -92
- models/mutation.policy.internetFirewall.createPolicyRevision.json +734 -546
- models/mutation.policy.internetFirewall.discardPolicyRevision.json +734 -546
- models/mutation.policy.internetFirewall.moveRule.json +723 -535
- models/mutation.policy.internetFirewall.moveSection.json +85 -85
- models/mutation.policy.internetFirewall.publishPolicyRevision.json +734 -546
- models/mutation.policy.internetFirewall.removeRule.json +710 -522
- models/mutation.policy.internetFirewall.removeSection.json +72 -72
- models/mutation.policy.internetFirewall.updatePolicy.json +734 -546
- models/mutation.policy.internetFirewall.updateRule.json +2476 -1885
- models/mutation.policy.internetFirewall.updateSection.json +85 -85
- models/mutation.policy.remotePortFwd.addRule.json +5502 -0
- models/mutation.policy.remotePortFwd.addSection.json +1358 -0
- models/mutation.policy.remotePortFwd.createPolicyRevision.json +2628 -0
- models/mutation.policy.remotePortFwd.discardPolicyRevision.json +2562 -0
- models/mutation.policy.remotePortFwd.moveRule.json +2360 -0
- models/mutation.policy.remotePortFwd.moveSection.json +1259 -0
- models/mutation.policy.remotePortFwd.publishPolicyRevision.json +2619 -0
- models/mutation.policy.remotePortFwd.removeRule.json +2008 -0
- models/mutation.policy.remotePortFwd.removeSection.json +958 -0
- models/mutation.policy.remotePortFwd.updatePolicy.json +2638 -0
- models/mutation.policy.remotePortFwd.updateRule.json +5138 -0
- models/mutation.policy.remotePortFwd.updateSection.json +1111 -0
- models/mutation.policy.wanFirewall.addRule.json +2577 -1225
- models/mutation.policy.wanFirewall.addSection.json +92 -92
- models/mutation.policy.wanFirewall.createPolicyRevision.json +800 -455
- models/mutation.policy.wanFirewall.discardPolicyRevision.json +800 -455
- models/mutation.policy.wanFirewall.moveRule.json +789 -444
- models/mutation.policy.wanFirewall.moveSection.json +85 -85
- models/mutation.policy.wanFirewall.publishPolicyRevision.json +800 -455
- models/mutation.policy.wanFirewall.removeRule.json +776 -431
- models/mutation.policy.wanFirewall.removeSection.json +72 -72
- models/mutation.policy.wanFirewall.updatePolicy.json +800 -455
- models/mutation.policy.wanFirewall.updateRule.json +2597 -1265
- models/mutation.policy.wanFirewall.updateSection.json +85 -85
- models/mutation.site.addBgpPeer.json +3334 -0
- models/mutation.site.addCloudInterconnectPhysicalConnection.json +1441 -0
- models/mutation.site.addCloudInterconnectSite.json +911 -0
- models/mutation.site.addIpsecIkeV2Site.json +45 -45
- models/mutation.site.addIpsecIkeV2SiteTunnels.json +104 -104
- models/mutation.site.addNetworkRange.json +55 -55
- models/mutation.site.addSocketSite.json +45 -45
- models/mutation.site.addStaticHost.json +35 -35
- models/mutation.site.removeBgpPeer.json +1158 -0
- models/mutation.site.removeCloudInterconnectPhysicalConnection.json +298 -0
- models/mutation.site.removeIpsecIkeV2SiteTunnels.json +49 -49
- models/mutation.site.removeNetworkRange.json +5 -5
- models/mutation.site.removeSite.json +5 -5
- models/mutation.site.removeStaticHost.json +5 -5
- models/mutation.site.updateBgpPeer.json +3063 -0
- models/mutation.site.updateCloudInterconnectPhysicalConnection.json +1056 -0
- models/mutation.site.updateHa.json +56 -56
- models/mutation.site.updateIpsecIkeV2SiteGeneralDetails.json +81 -81
- models/mutation.site.updateIpsecIkeV2SiteTunnels.json +528 -125
- models/mutation.site.updateNetworkRange.json +76 -76
- models/mutation.site.updateSiteGeneralDetails.json +75 -75
- models/mutation.site.updateSocketInterface.json +284 -284
- models/mutation.site.updateStaticHost.json +56 -56
- models/mutation.sites.addBgpPeer.json +3334 -0
- models/mutation.sites.addCloudInterconnectPhysicalConnection.json +1441 -0
- models/mutation.sites.addCloudInterconnectSite.json +911 -0
- models/mutation.sites.addIpsecIkeV2Site.json +45 -45
- models/mutation.sites.addIpsecIkeV2SiteTunnels.json +104 -104
- models/mutation.sites.addNetworkRange.json +55 -55
- models/mutation.sites.addSocketSite.json +45 -45
- models/mutation.sites.addStaticHost.json +35 -35
- models/mutation.sites.removeBgpPeer.json +1158 -0
- models/mutation.sites.removeCloudInterconnectPhysicalConnection.json +298 -0
- models/mutation.sites.removeIpsecIkeV2SiteTunnels.json +49 -49
- models/mutation.sites.removeNetworkRange.json +5 -5
- models/mutation.sites.removeSite.json +5 -5
- models/mutation.sites.removeStaticHost.json +5 -5
- models/mutation.sites.updateBgpPeer.json +3063 -0
- models/mutation.sites.updateCloudInterconnectPhysicalConnection.json +1056 -0
- models/mutation.sites.updateHa.json +56 -56
- models/mutation.sites.updateIpsecIkeV2SiteGeneralDetails.json +81 -81
- models/mutation.sites.updateIpsecIkeV2SiteTunnels.json +528 -125
- models/mutation.sites.updateNetworkRange.json +76 -76
- models/mutation.sites.updateSiteGeneralDetails.json +75 -75
- models/mutation.sites.updateSocketInterface.json +284 -284
- models/mutation.sites.updateStaticHost.json +56 -56
- models/query.accountManagement.json +355 -0
- models/query.accountMetrics.json +235 -235
- models/query.accountRoles.json +3 -3
- models/query.accountSnapshot.json +116 -116
- models/query.admin.json +24 -24
- models/query.admins.json +138 -138
- models/query.appStats.json +92 -92
- models/query.appStatsTimeSeries.json +78 -78
- models/query.auditFeed.json +113 -89
- models/query.container.json +192 -192
- models/query.entityLookup.json +154 -154
- models/query.events.json +198 -102
- models/query.eventsFeed.json +74 -50
- models/query.eventsTimeSeries.json +186 -114
- models/query.hardwareManagement.json +317 -125
- models/query.licensing.json +971 -434
- models/query.policy.json +10946 -5043
- models/query.site.json +4138 -0
- models/query.xdr.stories.json +869 -869
- models/query.xdr.story.json +637 -637
- schema/catolib.py +12 -12
- catocli-1.0.14.dist-info/RECORD +0 -264
- {catocli-1.0.14.dist-info → catocli-1.0.17.dist-info}/LICENSE +0 -0
- {catocli-1.0.14.dist-info → catocli-1.0.17.dist-info}/entry_points.txt +0 -0
- {catocli-1.0.14.dist-info → catocli-1.0.17.dist-info}/top_level.txt +0 -0
|
@@ -48,9 +48,9 @@
|
|
|
48
48
|
"id_str": "updateStaticHost___input",
|
|
49
49
|
"name": "input",
|
|
50
50
|
"path": "updateStaticHost.input",
|
|
51
|
-
"requestStr": "$
|
|
51
|
+
"requestStr": "$updateStaticHostInput:UpdateStaticHostInput! ",
|
|
52
52
|
"required": true,
|
|
53
|
-
"responseStr": "input:$
|
|
53
|
+
"responseStr": "input:$updateStaticHostInput ",
|
|
54
54
|
"type": {
|
|
55
55
|
"definition": {
|
|
56
56
|
"description": null,
|
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
"name": "UpdateStaticHostInput",
|
|
126
126
|
"non_null": false
|
|
127
127
|
},
|
|
128
|
-
"varName": "
|
|
128
|
+
"varName": "updateStaticHostInput"
|
|
129
129
|
}
|
|
130
130
|
},
|
|
131
131
|
"deprecationReason": null,
|
|
@@ -139,23 +139,61 @@
|
|
|
139
139
|
}
|
|
140
140
|
}
|
|
141
141
|
},
|
|
142
|
-
"deprecationReason":
|
|
142
|
+
"deprecationReason": "in favor of site",
|
|
143
143
|
"description": null,
|
|
144
144
|
"fieldTypes": {
|
|
145
145
|
"UpdateStaticHostPayload": true
|
|
146
146
|
},
|
|
147
|
-
"isDeprecated":
|
|
147
|
+
"isDeprecated": true,
|
|
148
148
|
"name": "sites",
|
|
149
149
|
"operationArgs": {
|
|
150
|
-
"
|
|
150
|
+
"accountId": {
|
|
151
|
+
"defaultValue": null,
|
|
152
|
+
"description": null,
|
|
153
|
+
"id_str": "accountId",
|
|
154
|
+
"name": "accountId",
|
|
155
|
+
"path": "accountId",
|
|
156
|
+
"requestStr": "$accountId:ID! ",
|
|
157
|
+
"required": true,
|
|
158
|
+
"responseStr": "accountId:$accountId ",
|
|
159
|
+
"type": {
|
|
160
|
+
"kind": [
|
|
161
|
+
"NON_NULL",
|
|
162
|
+
"SCALAR"
|
|
163
|
+
],
|
|
164
|
+
"name": "ID",
|
|
165
|
+
"non_null": false
|
|
166
|
+
},
|
|
167
|
+
"varName": "accountId"
|
|
168
|
+
},
|
|
169
|
+
"hostId": {
|
|
170
|
+
"defaultValue": null,
|
|
171
|
+
"description": null,
|
|
172
|
+
"id_str": "updateStaticHost___hostId",
|
|
173
|
+
"name": "hostId",
|
|
174
|
+
"path": "updateStaticHost.hostId",
|
|
175
|
+
"requestStr": "$hostId:ID! ",
|
|
176
|
+
"required": true,
|
|
177
|
+
"responseStr": "hostId:$hostId ",
|
|
178
|
+
"type": {
|
|
179
|
+
"kind": [
|
|
180
|
+
"NON_NULL",
|
|
181
|
+
"SCALAR"
|
|
182
|
+
],
|
|
183
|
+
"name": "ID",
|
|
184
|
+
"non_null": false
|
|
185
|
+
},
|
|
186
|
+
"varName": "hostId"
|
|
187
|
+
},
|
|
188
|
+
"updateStaticHostInput": {
|
|
151
189
|
"defaultValue": null,
|
|
152
190
|
"description": null,
|
|
153
191
|
"id_str": "updateStaticHost___input",
|
|
154
192
|
"name": "input",
|
|
155
193
|
"path": "updateStaticHost.input",
|
|
156
|
-
"requestStr": "$
|
|
194
|
+
"requestStr": "$updateStaticHostInput:UpdateStaticHostInput! ",
|
|
157
195
|
"required": true,
|
|
158
|
-
"responseStr": "input:$
|
|
196
|
+
"responseStr": "input:$updateStaticHostInput ",
|
|
159
197
|
"type": {
|
|
160
198
|
"definition": {
|
|
161
199
|
"description": null,
|
|
@@ -230,45 +268,7 @@
|
|
|
230
268
|
"name": "UpdateStaticHostInput",
|
|
231
269
|
"non_null": false
|
|
232
270
|
},
|
|
233
|
-
"varName": "
|
|
234
|
-
},
|
|
235
|
-
"accountId": {
|
|
236
|
-
"defaultValue": null,
|
|
237
|
-
"description": null,
|
|
238
|
-
"id_str": "accountId",
|
|
239
|
-
"name": "accountId",
|
|
240
|
-
"path": "accountId",
|
|
241
|
-
"requestStr": "$accountId:ID! ",
|
|
242
|
-
"required": true,
|
|
243
|
-
"responseStr": "accountId:$accountId ",
|
|
244
|
-
"type": {
|
|
245
|
-
"kind": [
|
|
246
|
-
"NON_NULL",
|
|
247
|
-
"SCALAR"
|
|
248
|
-
],
|
|
249
|
-
"name": "ID",
|
|
250
|
-
"non_null": false
|
|
251
|
-
},
|
|
252
|
-
"varName": "accountId"
|
|
253
|
-
},
|
|
254
|
-
"hostId": {
|
|
255
|
-
"defaultValue": null,
|
|
256
|
-
"description": null,
|
|
257
|
-
"id_str": "updateStaticHost___hostId",
|
|
258
|
-
"name": "hostId",
|
|
259
|
-
"path": "updateStaticHost.hostId",
|
|
260
|
-
"requestStr": "$hostId:ID! ",
|
|
261
|
-
"required": true,
|
|
262
|
-
"responseStr": "hostId:$hostId ",
|
|
263
|
-
"type": {
|
|
264
|
-
"kind": [
|
|
265
|
-
"NON_NULL",
|
|
266
|
-
"SCALAR"
|
|
267
|
-
],
|
|
268
|
-
"name": "ID",
|
|
269
|
-
"non_null": false
|
|
270
|
-
},
|
|
271
|
-
"varName": "hostId"
|
|
271
|
+
"varName": "updateStaticHostInput"
|
|
272
272
|
}
|
|
273
273
|
},
|
|
274
274
|
"path": "mutation.sites.updateStaticHost",
|
|
@@ -304,9 +304,9 @@
|
|
|
304
304
|
"id_str": "updateStaticHost___input",
|
|
305
305
|
"name": "input",
|
|
306
306
|
"path": "updateStaticHost.input",
|
|
307
|
-
"requestStr": "$
|
|
307
|
+
"requestStr": "$updateStaticHostInput:UpdateStaticHostInput! ",
|
|
308
308
|
"required": true,
|
|
309
|
-
"responseStr": "input:$
|
|
309
|
+
"responseStr": "input:$updateStaticHostInput ",
|
|
310
310
|
"type": {
|
|
311
311
|
"definition": {
|
|
312
312
|
"description": null,
|
|
@@ -381,7 +381,7 @@
|
|
|
381
381
|
"name": "UpdateStaticHostInput",
|
|
382
382
|
"non_null": false
|
|
383
383
|
},
|
|
384
|
-
"varName": "
|
|
384
|
+
"varName": "updateStaticHostInput"
|
|
385
385
|
}
|
|
386
386
|
},
|
|
387
387
|
"deprecationReason": null,
|
|
@@ -390,9 +390,9 @@
|
|
|
390
390
|
"isDeprecated": false,
|
|
391
391
|
"name": "updateStaticHost",
|
|
392
392
|
"path": "updateStaticHost",
|
|
393
|
-
"requestStr": "$
|
|
393
|
+
"requestStr": "$updateStaticHostPayload:UpdateStaticHostPayload ",
|
|
394
394
|
"required": false,
|
|
395
|
-
"responseStr": "updateStaticHost:$
|
|
395
|
+
"responseStr": "updateStaticHost:$updateStaticHostPayload ",
|
|
396
396
|
"type": {
|
|
397
397
|
"definition": {
|
|
398
398
|
"description": null,
|
|
@@ -433,7 +433,7 @@
|
|
|
433
433
|
"name": "UpdateStaticHostPayload",
|
|
434
434
|
"non_null": false
|
|
435
435
|
},
|
|
436
|
-
"varName": "
|
|
436
|
+
"varName": "updateStaticHostPayload"
|
|
437
437
|
}
|
|
438
438
|
},
|
|
439
439
|
"inputFields": null,
|
|
@@ -451,7 +451,8 @@
|
|
|
451
451
|
"non_null": false
|
|
452
452
|
},
|
|
453
453
|
"variablesPayload": {
|
|
454
|
-
"
|
|
454
|
+
"hostId": "ID",
|
|
455
|
+
"updateStaticHostInput": {
|
|
455
456
|
"ip": {
|
|
456
457
|
"ip": "IPAddress"
|
|
457
458
|
},
|
|
@@ -461,7 +462,6 @@
|
|
|
461
462
|
"name": {
|
|
462
463
|
"name": "String"
|
|
463
464
|
}
|
|
464
|
-
}
|
|
465
|
-
"hostId": "ID"
|
|
465
|
+
}
|
|
466
466
|
}
|
|
467
467
|
}
|
|
@@ -0,0 +1,355 @@
|
|
|
1
|
+
{
|
|
2
|
+
"args": {
|
|
3
|
+
"accountId": {
|
|
4
|
+
"defaultValue": null,
|
|
5
|
+
"description": null,
|
|
6
|
+
"id_str": "accountId",
|
|
7
|
+
"name": "accountId",
|
|
8
|
+
"path": "accountId",
|
|
9
|
+
"requestStr": "$accountId:ID! ",
|
|
10
|
+
"required": true,
|
|
11
|
+
"responseStr": "accountId:$accountId ",
|
|
12
|
+
"type": {
|
|
13
|
+
"kind": [
|
|
14
|
+
"NON_NULL",
|
|
15
|
+
"SCALAR"
|
|
16
|
+
],
|
|
17
|
+
"name": "ID",
|
|
18
|
+
"non_null": false
|
|
19
|
+
},
|
|
20
|
+
"varName": "accountId"
|
|
21
|
+
}
|
|
22
|
+
},
|
|
23
|
+
"deprecationReason": null,
|
|
24
|
+
"description": null,
|
|
25
|
+
"fieldTypes": {
|
|
26
|
+
"AccountAuditData": true,
|
|
27
|
+
"AccountInfo": true,
|
|
28
|
+
"AccountProfileType": true,
|
|
29
|
+
"AccountTenancy": true
|
|
30
|
+
},
|
|
31
|
+
"isDeprecated": false,
|
|
32
|
+
"name": "accountManagement",
|
|
33
|
+
"operationArgs": {
|
|
34
|
+
"accountId": {
|
|
35
|
+
"defaultValue": null,
|
|
36
|
+
"description": null,
|
|
37
|
+
"id_str": "accountId",
|
|
38
|
+
"name": "accountId",
|
|
39
|
+
"path": "accountId",
|
|
40
|
+
"requestStr": "$accountId:ID! ",
|
|
41
|
+
"required": true,
|
|
42
|
+
"responseStr": "accountId:$accountId ",
|
|
43
|
+
"type": {
|
|
44
|
+
"kind": [
|
|
45
|
+
"NON_NULL",
|
|
46
|
+
"SCALAR"
|
|
47
|
+
],
|
|
48
|
+
"name": "ID",
|
|
49
|
+
"non_null": false
|
|
50
|
+
},
|
|
51
|
+
"varName": "accountId"
|
|
52
|
+
}
|
|
53
|
+
},
|
|
54
|
+
"path": "query.accountManagement",
|
|
55
|
+
"type": {
|
|
56
|
+
"definition": {
|
|
57
|
+
"description": null,
|
|
58
|
+
"enumValues": null,
|
|
59
|
+
"fields": {
|
|
60
|
+
"account": {
|
|
61
|
+
"args": {},
|
|
62
|
+
"deprecationReason": null,
|
|
63
|
+
"description": "Read the account information",
|
|
64
|
+
"id_str": "account",
|
|
65
|
+
"isDeprecated": false,
|
|
66
|
+
"name": "account",
|
|
67
|
+
"path": "account",
|
|
68
|
+
"requestStr": "$accountInfo:AccountInfo ",
|
|
69
|
+
"required": false,
|
|
70
|
+
"responseStr": "account:$accountInfo ",
|
|
71
|
+
"type": {
|
|
72
|
+
"definition": {
|
|
73
|
+
"description": null,
|
|
74
|
+
"enumValues": null,
|
|
75
|
+
"fields": {
|
|
76
|
+
"audit": {
|
|
77
|
+
"args": {},
|
|
78
|
+
"deprecationReason": null,
|
|
79
|
+
"description": "Audit data for the account",
|
|
80
|
+
"id_str": "account___audit",
|
|
81
|
+
"isDeprecated": false,
|
|
82
|
+
"name": "audit",
|
|
83
|
+
"path": "account.audit",
|
|
84
|
+
"requestStr": "$accountAuditData:AccountAuditData! ",
|
|
85
|
+
"required": true,
|
|
86
|
+
"responseStr": "audit:$accountAuditData ",
|
|
87
|
+
"type": {
|
|
88
|
+
"definition": {
|
|
89
|
+
"description": null,
|
|
90
|
+
"enumValues": null,
|
|
91
|
+
"fields": {
|
|
92
|
+
"createdBy": {
|
|
93
|
+
"args": {},
|
|
94
|
+
"deprecationReason": null,
|
|
95
|
+
"description": "The Admin / API key name used for creating the account",
|
|
96
|
+
"id_str": "account___audit___createdBy",
|
|
97
|
+
"isDeprecated": false,
|
|
98
|
+
"name": "createdBy",
|
|
99
|
+
"path": "account.audit.createdBy",
|
|
100
|
+
"requestStr": "$createdBy:String! ",
|
|
101
|
+
"required": true,
|
|
102
|
+
"responseStr": "createdBy:$createdBy ",
|
|
103
|
+
"type": {
|
|
104
|
+
"kind": [
|
|
105
|
+
"NON_NULL",
|
|
106
|
+
"SCALAR"
|
|
107
|
+
],
|
|
108
|
+
"name": "String",
|
|
109
|
+
"non_null": false
|
|
110
|
+
},
|
|
111
|
+
"varName": "createdBy"
|
|
112
|
+
},
|
|
113
|
+
"createdTime": {
|
|
114
|
+
"args": {},
|
|
115
|
+
"deprecationReason": null,
|
|
116
|
+
"description": "The date when the account created",
|
|
117
|
+
"id_str": "account___audit___createdTime",
|
|
118
|
+
"isDeprecated": false,
|
|
119
|
+
"name": "createdTime",
|
|
120
|
+
"path": "account.audit.createdTime",
|
|
121
|
+
"requestStr": "$createdTime:DateTime! ",
|
|
122
|
+
"required": true,
|
|
123
|
+
"responseStr": "createdTime:$createdTime ",
|
|
124
|
+
"type": {
|
|
125
|
+
"kind": [
|
|
126
|
+
"NON_NULL",
|
|
127
|
+
"SCALAR"
|
|
128
|
+
],
|
|
129
|
+
"name": "DateTime",
|
|
130
|
+
"non_null": false
|
|
131
|
+
},
|
|
132
|
+
"varName": "createdTime"
|
|
133
|
+
}
|
|
134
|
+
},
|
|
135
|
+
"inputFields": null,
|
|
136
|
+
"interfaces": {},
|
|
137
|
+
"kind": "OBJECT",
|
|
138
|
+
"name": "AccountAuditData",
|
|
139
|
+
"possibleTypes": null
|
|
140
|
+
},
|
|
141
|
+
"indexType": "object",
|
|
142
|
+
"kind": [
|
|
143
|
+
"NON_NULL",
|
|
144
|
+
"OBJECT"
|
|
145
|
+
],
|
|
146
|
+
"name": "AccountAuditData",
|
|
147
|
+
"non_null": false
|
|
148
|
+
},
|
|
149
|
+
"varName": "accountAuditData"
|
|
150
|
+
},
|
|
151
|
+
"description": {
|
|
152
|
+
"args": {},
|
|
153
|
+
"deprecationReason": null,
|
|
154
|
+
"description": "User-defined information as defined by an account admin",
|
|
155
|
+
"id_str": "account___description",
|
|
156
|
+
"isDeprecated": false,
|
|
157
|
+
"name": "description",
|
|
158
|
+
"path": "account.description",
|
|
159
|
+
"requestStr": "$description:String ",
|
|
160
|
+
"required": false,
|
|
161
|
+
"responseStr": "description:$description ",
|
|
162
|
+
"type": {
|
|
163
|
+
"kind": [
|
|
164
|
+
"SCALAR"
|
|
165
|
+
],
|
|
166
|
+
"name": "String",
|
|
167
|
+
"non_null": false
|
|
168
|
+
},
|
|
169
|
+
"varName": "description"
|
|
170
|
+
},
|
|
171
|
+
"id": {
|
|
172
|
+
"args": {},
|
|
173
|
+
"deprecationReason": null,
|
|
174
|
+
"description": "The ID of the account",
|
|
175
|
+
"id_str": "account___id",
|
|
176
|
+
"isDeprecated": false,
|
|
177
|
+
"name": "id",
|
|
178
|
+
"path": "account.id",
|
|
179
|
+
"requestStr": "$id:ID! ",
|
|
180
|
+
"required": true,
|
|
181
|
+
"responseStr": "id:$id ",
|
|
182
|
+
"type": {
|
|
183
|
+
"kind": [
|
|
184
|
+
"NON_NULL",
|
|
185
|
+
"SCALAR"
|
|
186
|
+
],
|
|
187
|
+
"name": "ID",
|
|
188
|
+
"non_null": false
|
|
189
|
+
},
|
|
190
|
+
"varName": "id"
|
|
191
|
+
},
|
|
192
|
+
"name": {
|
|
193
|
+
"args": {},
|
|
194
|
+
"deprecationReason": null,
|
|
195
|
+
"description": "The name of the account",
|
|
196
|
+
"id_str": "account___name",
|
|
197
|
+
"isDeprecated": false,
|
|
198
|
+
"name": "name",
|
|
199
|
+
"path": "account.name",
|
|
200
|
+
"requestStr": "$name:String! ",
|
|
201
|
+
"required": true,
|
|
202
|
+
"responseStr": "name:$name ",
|
|
203
|
+
"type": {
|
|
204
|
+
"kind": [
|
|
205
|
+
"NON_NULL",
|
|
206
|
+
"SCALAR"
|
|
207
|
+
],
|
|
208
|
+
"name": "String",
|
|
209
|
+
"non_null": false
|
|
210
|
+
},
|
|
211
|
+
"varName": "name"
|
|
212
|
+
},
|
|
213
|
+
"tenancy": {
|
|
214
|
+
"args": {},
|
|
215
|
+
"deprecationReason": null,
|
|
216
|
+
"description": "The account tenancy e.g. single-tenant / multi-tenant",
|
|
217
|
+
"id_str": "account___tenancy",
|
|
218
|
+
"isDeprecated": false,
|
|
219
|
+
"name": "tenancy",
|
|
220
|
+
"path": "account.tenancy",
|
|
221
|
+
"requestStr": "$tenancy:AccountTenancy! ",
|
|
222
|
+
"required": true,
|
|
223
|
+
"responseStr": "tenancy:$tenancy ",
|
|
224
|
+
"type": {
|
|
225
|
+
"definition": {
|
|
226
|
+
"description": "enum for account tenancy",
|
|
227
|
+
"enumValues": [
|
|
228
|
+
{
|
|
229
|
+
"deprecationReason": null,
|
|
230
|
+
"description": "Single tenant account - default for customer accounts",
|
|
231
|
+
"isDeprecated": false,
|
|
232
|
+
"name": "SINGLE_TENANT"
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
"deprecationReason": null,
|
|
236
|
+
"description": "Multi tenant account - default for partner accounts",
|
|
237
|
+
"isDeprecated": false,
|
|
238
|
+
"name": "MULTI_TENANT"
|
|
239
|
+
}
|
|
240
|
+
],
|
|
241
|
+
"fields": null,
|
|
242
|
+
"inputFields": null,
|
|
243
|
+
"interfaces": null,
|
|
244
|
+
"kind": "ENUM",
|
|
245
|
+
"name": "AccountTenancy",
|
|
246
|
+
"possibleTypes": null
|
|
247
|
+
},
|
|
248
|
+
"indexType": "enum",
|
|
249
|
+
"kind": [
|
|
250
|
+
"NON_NULL",
|
|
251
|
+
"ENUM"
|
|
252
|
+
],
|
|
253
|
+
"name": "AccountTenancy",
|
|
254
|
+
"non_null": false
|
|
255
|
+
},
|
|
256
|
+
"varName": "tenancy"
|
|
257
|
+
},
|
|
258
|
+
"timeZone": {
|
|
259
|
+
"args": {},
|
|
260
|
+
"deprecationReason": null,
|
|
261
|
+
"description": "The time zone of the account. Default: UTC (GMT + 0).",
|
|
262
|
+
"id_str": "account___timeZone",
|
|
263
|
+
"isDeprecated": false,
|
|
264
|
+
"name": "timeZone",
|
|
265
|
+
"path": "account.timeZone",
|
|
266
|
+
"requestStr": "$timeZone:TimeZone! ",
|
|
267
|
+
"required": true,
|
|
268
|
+
"responseStr": "timeZone:$timeZone ",
|
|
269
|
+
"type": {
|
|
270
|
+
"kind": [
|
|
271
|
+
"NON_NULL",
|
|
272
|
+
"SCALAR"
|
|
273
|
+
],
|
|
274
|
+
"name": "TimeZone",
|
|
275
|
+
"non_null": false
|
|
276
|
+
},
|
|
277
|
+
"varName": "timeZone"
|
|
278
|
+
},
|
|
279
|
+
"type": {
|
|
280
|
+
"args": {},
|
|
281
|
+
"deprecationReason": null,
|
|
282
|
+
"description": "The account type e.g. Partner or Customer",
|
|
283
|
+
"id_str": "account___type",
|
|
284
|
+
"isDeprecated": false,
|
|
285
|
+
"name": "type",
|
|
286
|
+
"path": "account.type",
|
|
287
|
+
"requestStr": "$type:AccountProfileType! ",
|
|
288
|
+
"required": true,
|
|
289
|
+
"responseStr": "type:$type ",
|
|
290
|
+
"type": {
|
|
291
|
+
"definition": {
|
|
292
|
+
"description": "enum for account type",
|
|
293
|
+
"enumValues": [
|
|
294
|
+
{
|
|
295
|
+
"deprecationReason": null,
|
|
296
|
+
"description": "A customer account",
|
|
297
|
+
"isDeprecated": false,
|
|
298
|
+
"name": "CUSTOMER"
|
|
299
|
+
},
|
|
300
|
+
{
|
|
301
|
+
"deprecationReason": null,
|
|
302
|
+
"description": "A partner account",
|
|
303
|
+
"isDeprecated": false,
|
|
304
|
+
"name": "PARTNER"
|
|
305
|
+
}
|
|
306
|
+
],
|
|
307
|
+
"fields": null,
|
|
308
|
+
"inputFields": null,
|
|
309
|
+
"interfaces": null,
|
|
310
|
+
"kind": "ENUM",
|
|
311
|
+
"name": "AccountProfileType",
|
|
312
|
+
"possibleTypes": null
|
|
313
|
+
},
|
|
314
|
+
"indexType": "enum",
|
|
315
|
+
"kind": [
|
|
316
|
+
"NON_NULL",
|
|
317
|
+
"ENUM"
|
|
318
|
+
],
|
|
319
|
+
"name": "AccountProfileType",
|
|
320
|
+
"non_null": false
|
|
321
|
+
},
|
|
322
|
+
"varName": "type"
|
|
323
|
+
}
|
|
324
|
+
},
|
|
325
|
+
"inputFields": null,
|
|
326
|
+
"interfaces": {},
|
|
327
|
+
"kind": "OBJECT",
|
|
328
|
+
"name": "AccountInfo",
|
|
329
|
+
"possibleTypes": null
|
|
330
|
+
},
|
|
331
|
+
"indexType": "object",
|
|
332
|
+
"kind": [
|
|
333
|
+
"OBJECT"
|
|
334
|
+
],
|
|
335
|
+
"name": "AccountInfo",
|
|
336
|
+
"non_null": false
|
|
337
|
+
},
|
|
338
|
+
"varName": "accountInfo"
|
|
339
|
+
}
|
|
340
|
+
},
|
|
341
|
+
"inputFields": null,
|
|
342
|
+
"interfaces": [],
|
|
343
|
+
"kind": "OBJECT",
|
|
344
|
+
"name": "AccountManagementQueries",
|
|
345
|
+
"possibleTypes": null
|
|
346
|
+
},
|
|
347
|
+
"indexType": "object",
|
|
348
|
+
"kind": [
|
|
349
|
+
"OBJECT"
|
|
350
|
+
],
|
|
351
|
+
"name": "AccountManagementQueries",
|
|
352
|
+
"non_null": false
|
|
353
|
+
},
|
|
354
|
+
"variablesPayload": {}
|
|
355
|
+
}
|