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
|
@@ -29,9 +29,9 @@
|
|
|
29
29
|
"id_str": "delete___input",
|
|
30
30
|
"name": "input",
|
|
31
31
|
"path": "delete.input",
|
|
32
|
-
"requestStr": "$
|
|
32
|
+
"requestStr": "$deleteContainerInput:DeleteContainerInput! ",
|
|
33
33
|
"required": true,
|
|
34
|
-
"responseStr": "input:$
|
|
34
|
+
"responseStr": "input:$deleteContainerInput ",
|
|
35
35
|
"type": {
|
|
36
36
|
"definition": {
|
|
37
37
|
"description": "Identification of container for delete operation",
|
|
@@ -44,9 +44,9 @@
|
|
|
44
44
|
"id_str": "delete___input___ref",
|
|
45
45
|
"name": "ref",
|
|
46
46
|
"path": "delete.input.ref",
|
|
47
|
-
"requestStr": "$
|
|
47
|
+
"requestStr": "$containerRefInput:ContainerRefInput! ",
|
|
48
48
|
"required": true,
|
|
49
|
-
"responseStr": "ref:$
|
|
49
|
+
"responseStr": "ref:$containerRefInput ",
|
|
50
50
|
"type": {
|
|
51
51
|
"definition": {
|
|
52
52
|
"description": "Add a container by ID or name",
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
"name": "ContainerRefInput",
|
|
130
130
|
"non_null": false
|
|
131
131
|
},
|
|
132
|
-
"varName": "
|
|
132
|
+
"varName": "containerRefInput"
|
|
133
133
|
}
|
|
134
134
|
},
|
|
135
135
|
"interfaces": null,
|
|
@@ -145,7 +145,7 @@
|
|
|
145
145
|
"name": "DeleteContainerInput",
|
|
146
146
|
"non_null": false
|
|
147
147
|
},
|
|
148
|
-
"varName": "
|
|
148
|
+
"varName": "deleteContainerInput"
|
|
149
149
|
}
|
|
150
150
|
},
|
|
151
151
|
"deprecationReason": null,
|
|
@@ -175,15 +175,34 @@
|
|
|
175
175
|
"isDeprecated": false,
|
|
176
176
|
"name": "container",
|
|
177
177
|
"operationArgs": {
|
|
178
|
-
"
|
|
178
|
+
"accountId": {
|
|
179
|
+
"defaultValue": null,
|
|
180
|
+
"description": null,
|
|
181
|
+
"id_str": "accountId",
|
|
182
|
+
"name": "accountId",
|
|
183
|
+
"path": "accountId",
|
|
184
|
+
"requestStr": "$accountId:ID! ",
|
|
185
|
+
"required": true,
|
|
186
|
+
"responseStr": "accountId:$accountId ",
|
|
187
|
+
"type": {
|
|
188
|
+
"kind": [
|
|
189
|
+
"NON_NULL",
|
|
190
|
+
"SCALAR"
|
|
191
|
+
],
|
|
192
|
+
"name": "ID",
|
|
193
|
+
"non_null": false
|
|
194
|
+
},
|
|
195
|
+
"varName": "accountId"
|
|
196
|
+
},
|
|
197
|
+
"deleteContainerInput": {
|
|
179
198
|
"defaultValue": null,
|
|
180
199
|
"description": null,
|
|
181
200
|
"id_str": "delete___input",
|
|
182
201
|
"name": "input",
|
|
183
202
|
"path": "delete.input",
|
|
184
|
-
"requestStr": "$
|
|
203
|
+
"requestStr": "$deleteContainerInput:DeleteContainerInput! ",
|
|
185
204
|
"required": true,
|
|
186
|
-
"responseStr": "input:$
|
|
205
|
+
"responseStr": "input:$deleteContainerInput ",
|
|
187
206
|
"type": {
|
|
188
207
|
"definition": {
|
|
189
208
|
"description": "Identification of container for delete operation",
|
|
@@ -196,9 +215,9 @@
|
|
|
196
215
|
"id_str": "delete___input___ref",
|
|
197
216
|
"name": "ref",
|
|
198
217
|
"path": "delete.input.ref",
|
|
199
|
-
"requestStr": "$
|
|
218
|
+
"requestStr": "$containerRefInput:ContainerRefInput! ",
|
|
200
219
|
"required": true,
|
|
201
|
-
"responseStr": "ref:$
|
|
220
|
+
"responseStr": "ref:$containerRefInput ",
|
|
202
221
|
"type": {
|
|
203
222
|
"definition": {
|
|
204
223
|
"description": "Add a container by ID or name",
|
|
@@ -281,7 +300,7 @@
|
|
|
281
300
|
"name": "ContainerRefInput",
|
|
282
301
|
"non_null": false
|
|
283
302
|
},
|
|
284
|
-
"varName": "
|
|
303
|
+
"varName": "containerRefInput"
|
|
285
304
|
}
|
|
286
305
|
},
|
|
287
306
|
"interfaces": null,
|
|
@@ -297,26 +316,7 @@
|
|
|
297
316
|
"name": "DeleteContainerInput",
|
|
298
317
|
"non_null": false
|
|
299
318
|
},
|
|
300
|
-
"varName": "
|
|
301
|
-
},
|
|
302
|
-
"accountId": {
|
|
303
|
-
"defaultValue": null,
|
|
304
|
-
"description": null,
|
|
305
|
-
"id_str": "accountId",
|
|
306
|
-
"name": "accountId",
|
|
307
|
-
"path": "accountId",
|
|
308
|
-
"requestStr": "$accountId:ID! ",
|
|
309
|
-
"required": true,
|
|
310
|
-
"responseStr": "accountId:$accountId ",
|
|
311
|
-
"type": {
|
|
312
|
-
"kind": [
|
|
313
|
-
"NON_NULL",
|
|
314
|
-
"SCALAR"
|
|
315
|
-
],
|
|
316
|
-
"name": "ID",
|
|
317
|
-
"non_null": false
|
|
318
|
-
},
|
|
319
|
-
"varName": "accountId"
|
|
319
|
+
"varName": "deleteContainerInput"
|
|
320
320
|
}
|
|
321
321
|
},
|
|
322
322
|
"path": "mutation.container.delete",
|
|
@@ -333,9 +333,9 @@
|
|
|
333
333
|
"id_str": "delete___input",
|
|
334
334
|
"name": "input",
|
|
335
335
|
"path": "delete.input",
|
|
336
|
-
"requestStr": "$
|
|
336
|
+
"requestStr": "$deleteContainerInput:DeleteContainerInput! ",
|
|
337
337
|
"required": true,
|
|
338
|
-
"responseStr": "input:$
|
|
338
|
+
"responseStr": "input:$deleteContainerInput ",
|
|
339
339
|
"type": {
|
|
340
340
|
"definition": {
|
|
341
341
|
"description": "Identification of container for delete operation",
|
|
@@ -348,9 +348,9 @@
|
|
|
348
348
|
"id_str": "delete___input___ref",
|
|
349
349
|
"name": "ref",
|
|
350
350
|
"path": "delete.input.ref",
|
|
351
|
-
"requestStr": "$
|
|
351
|
+
"requestStr": "$containerRefInput:ContainerRefInput! ",
|
|
352
352
|
"required": true,
|
|
353
|
-
"responseStr": "ref:$
|
|
353
|
+
"responseStr": "ref:$containerRefInput ",
|
|
354
354
|
"type": {
|
|
355
355
|
"definition": {
|
|
356
356
|
"description": "Add a container by ID or name",
|
|
@@ -433,7 +433,7 @@
|
|
|
433
433
|
"name": "ContainerRefInput",
|
|
434
434
|
"non_null": false
|
|
435
435
|
},
|
|
436
|
-
"varName": "
|
|
436
|
+
"varName": "containerRefInput"
|
|
437
437
|
}
|
|
438
438
|
},
|
|
439
439
|
"interfaces": null,
|
|
@@ -449,7 +449,7 @@
|
|
|
449
449
|
"name": "DeleteContainerInput",
|
|
450
450
|
"non_null": false
|
|
451
451
|
},
|
|
452
|
-
"varName": "
|
|
452
|
+
"varName": "deleteContainerInput"
|
|
453
453
|
}
|
|
454
454
|
},
|
|
455
455
|
"deprecationReason": null,
|
|
@@ -458,16 +458,16 @@
|
|
|
458
458
|
"isDeprecated": false,
|
|
459
459
|
"name": "delete",
|
|
460
460
|
"path": "delete",
|
|
461
|
-
"requestStr": "$
|
|
461
|
+
"requestStr": "$deleteContainerPayload:DeleteContainerPayload! ",
|
|
462
462
|
"required": true,
|
|
463
|
-
"responseStr": "delete:$
|
|
463
|
+
"responseStr": "delete:$deleteContainerPayload ",
|
|
464
464
|
"type": {
|
|
465
465
|
"definition": {
|
|
466
466
|
"description": null,
|
|
467
467
|
"enumValues": null,
|
|
468
468
|
"fields": {
|
|
469
469
|
"container": {
|
|
470
|
-
"alias": "
|
|
470
|
+
"alias": "containerContainer: container",
|
|
471
471
|
"args": {},
|
|
472
472
|
"deprecationReason": null,
|
|
473
473
|
"description": "The data of the container before it was deleted",
|
|
@@ -475,16 +475,16 @@
|
|
|
475
475
|
"isDeprecated": false,
|
|
476
476
|
"name": "container",
|
|
477
477
|
"path": "delete.container",
|
|
478
|
-
"requestStr": "$
|
|
478
|
+
"requestStr": "$container:Container! ",
|
|
479
479
|
"required": true,
|
|
480
|
-
"responseStr": "container:$
|
|
480
|
+
"responseStr": "container:$container ",
|
|
481
481
|
"type": {
|
|
482
482
|
"definition": {
|
|
483
483
|
"description": "A group with members of a single type of entity (for example: IPAddress, FQDN)",
|
|
484
484
|
"enumValues": null,
|
|
485
485
|
"fields": {
|
|
486
486
|
"audit": {
|
|
487
|
-
"alias": "
|
|
487
|
+
"alias": "containerAuditAudit: audit",
|
|
488
488
|
"args": {},
|
|
489
489
|
"deprecationReason": null,
|
|
490
490
|
"description": "Audit metadata about the container",
|
|
@@ -492,9 +492,9 @@
|
|
|
492
492
|
"isDeprecated": false,
|
|
493
493
|
"name": "audit",
|
|
494
494
|
"path": "delete.container.audit",
|
|
495
|
-
"requestStr": "$
|
|
495
|
+
"requestStr": "$containerAudit:ContainerAudit! ",
|
|
496
496
|
"required": true,
|
|
497
|
-
"responseStr": "audit:$
|
|
497
|
+
"responseStr": "audit:$containerAudit ",
|
|
498
498
|
"type": {
|
|
499
499
|
"definition": {
|
|
500
500
|
"description": "Audit metadata about the container",
|
|
@@ -599,7 +599,7 @@
|
|
|
599
599
|
"name": "ContainerAudit",
|
|
600
600
|
"non_null": false
|
|
601
601
|
},
|
|
602
|
-
"varName": "
|
|
602
|
+
"varName": "containerAudit"
|
|
603
603
|
},
|
|
604
604
|
"description": {
|
|
605
605
|
"args": {},
|
|
@@ -695,7 +695,7 @@
|
|
|
695
695
|
"enumValues": null,
|
|
696
696
|
"fields": {
|
|
697
697
|
"audit": {
|
|
698
|
-
"alias": "
|
|
698
|
+
"alias": "containerAudit: audit",
|
|
699
699
|
"args": {},
|
|
700
700
|
"deprecationReason": null,
|
|
701
701
|
"description": "Audit metadata about the container",
|
|
@@ -703,9 +703,9 @@
|
|
|
703
703
|
"isDeprecated": false,
|
|
704
704
|
"name": "audit",
|
|
705
705
|
"path": "delete.container.FqdnContainer.audit",
|
|
706
|
-
"requestStr": "$
|
|
706
|
+
"requestStr": "$containerAudit:ContainerAudit! ",
|
|
707
707
|
"required": true,
|
|
708
|
-
"responseStr": "audit:$
|
|
708
|
+
"responseStr": "audit:$containerAudit ",
|
|
709
709
|
"type": {
|
|
710
710
|
"definition": {
|
|
711
711
|
"description": "Audit metadata about the container",
|
|
@@ -810,10 +810,10 @@
|
|
|
810
810
|
"name": "ContainerAudit",
|
|
811
811
|
"non_null": false
|
|
812
812
|
},
|
|
813
|
-
"varName": "
|
|
813
|
+
"varName": "containerAudit"
|
|
814
814
|
},
|
|
815
815
|
"description": {
|
|
816
|
-
"alias": "
|
|
816
|
+
"alias": "fqdnContainerDescription: description",
|
|
817
817
|
"args": {},
|
|
818
818
|
"deprecationReason": null,
|
|
819
819
|
"description": "Description for the container",
|
|
@@ -834,7 +834,7 @@
|
|
|
834
834
|
"varName": "description"
|
|
835
835
|
},
|
|
836
836
|
"id": {
|
|
837
|
-
"alias": "
|
|
837
|
+
"alias": "fqdnContainerId: id",
|
|
838
838
|
"args": {},
|
|
839
839
|
"deprecationReason": null,
|
|
840
840
|
"description": "Unique container ID",
|
|
@@ -856,7 +856,7 @@
|
|
|
856
856
|
"varName": "id"
|
|
857
857
|
},
|
|
858
858
|
"name": {
|
|
859
|
-
"alias": "
|
|
859
|
+
"alias": "fqdnContainerName: name",
|
|
860
860
|
"args": {},
|
|
861
861
|
"deprecationReason": null,
|
|
862
862
|
"description": "Name for the container",
|
|
@@ -878,7 +878,7 @@
|
|
|
878
878
|
"varName": "name"
|
|
879
879
|
},
|
|
880
880
|
"size": {
|
|
881
|
-
"alias": "
|
|
881
|
+
"alias": "fqdnContainerSize: size",
|
|
882
882
|
"args": {},
|
|
883
883
|
"deprecationReason": null,
|
|
884
884
|
"description": "Number of items in the container",
|
|
@@ -911,7 +911,7 @@
|
|
|
911
911
|
"enumValues": null,
|
|
912
912
|
"fields": {
|
|
913
913
|
"audit": {
|
|
914
|
-
"alias": "
|
|
914
|
+
"alias": "containerAudit: audit",
|
|
915
915
|
"args": {},
|
|
916
916
|
"deprecationReason": null,
|
|
917
917
|
"description": "Audit metadata about the container",
|
|
@@ -919,9 +919,9 @@
|
|
|
919
919
|
"isDeprecated": false,
|
|
920
920
|
"name": "audit",
|
|
921
921
|
"path": "delete.container.IpAddressRangeContainer.audit",
|
|
922
|
-
"requestStr": "$
|
|
922
|
+
"requestStr": "$containerAudit:ContainerAudit! ",
|
|
923
923
|
"required": true,
|
|
924
|
-
"responseStr": "audit:$
|
|
924
|
+
"responseStr": "audit:$containerAudit ",
|
|
925
925
|
"type": {
|
|
926
926
|
"definition": {
|
|
927
927
|
"description": "Audit metadata about the container",
|
|
@@ -1026,10 +1026,10 @@
|
|
|
1026
1026
|
"name": "ContainerAudit",
|
|
1027
1027
|
"non_null": false
|
|
1028
1028
|
},
|
|
1029
|
-
"varName": "
|
|
1029
|
+
"varName": "containerAudit"
|
|
1030
1030
|
},
|
|
1031
1031
|
"description": {
|
|
1032
|
-
"alias": "
|
|
1032
|
+
"alias": "ipAddressRangeContainerDescription: description",
|
|
1033
1033
|
"args": {},
|
|
1034
1034
|
"deprecationReason": null,
|
|
1035
1035
|
"description": "Description for the container",
|
|
@@ -1050,7 +1050,7 @@
|
|
|
1050
1050
|
"varName": "description"
|
|
1051
1051
|
},
|
|
1052
1052
|
"id": {
|
|
1053
|
-
"alias": "
|
|
1053
|
+
"alias": "ipAddressRangeContainerId: id",
|
|
1054
1054
|
"args": {},
|
|
1055
1055
|
"deprecationReason": null,
|
|
1056
1056
|
"description": "Unique container ID",
|
|
@@ -1072,7 +1072,7 @@
|
|
|
1072
1072
|
"varName": "id"
|
|
1073
1073
|
},
|
|
1074
1074
|
"name": {
|
|
1075
|
-
"alias": "
|
|
1075
|
+
"alias": "ipAddressRangeContainerName: name",
|
|
1076
1076
|
"args": {},
|
|
1077
1077
|
"deprecationReason": null,
|
|
1078
1078
|
"description": "Name for the container",
|
|
@@ -1094,7 +1094,7 @@
|
|
|
1094
1094
|
"varName": "name"
|
|
1095
1095
|
},
|
|
1096
1096
|
"size": {
|
|
1097
|
-
"alias": "
|
|
1097
|
+
"alias": "ipAddressRangeContainerSize: size",
|
|
1098
1098
|
"args": {},
|
|
1099
1099
|
"deprecationReason": null,
|
|
1100
1100
|
"description": "Number of items in the container",
|
|
@@ -1132,7 +1132,7 @@
|
|
|
1132
1132
|
"name": "Container",
|
|
1133
1133
|
"non_null": false
|
|
1134
1134
|
},
|
|
1135
|
-
"varName": "
|
|
1135
|
+
"varName": "container"
|
|
1136
1136
|
}
|
|
1137
1137
|
},
|
|
1138
1138
|
"inputFields": null,
|
|
@@ -1149,7 +1149,7 @@
|
|
|
1149
1149
|
"name": "DeleteContainerPayload",
|
|
1150
1150
|
"non_null": false
|
|
1151
1151
|
},
|
|
1152
|
-
"varName": "
|
|
1152
|
+
"varName": "deleteContainerPayload"
|
|
1153
1153
|
}
|
|
1154
1154
|
},
|
|
1155
1155
|
"inputFields": null,
|
|
@@ -1166,8 +1166,8 @@
|
|
|
1166
1166
|
"non_null": false
|
|
1167
1167
|
},
|
|
1168
1168
|
"variablesPayload": {
|
|
1169
|
-
"
|
|
1170
|
-
"
|
|
1169
|
+
"deleteContainerInput": {
|
|
1170
|
+
"containerRefInput": {
|
|
1171
1171
|
"by": {
|
|
1172
1172
|
"by": "enum(ObjectRefBy)"
|
|
1173
1173
|
},
|