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
models/query.admins.json
CHANGED
|
@@ -99,9 +99,9 @@
|
|
|
99
99
|
"id_str": "sort",
|
|
100
100
|
"name": "sort",
|
|
101
101
|
"path": "sort",
|
|
102
|
-
"requestStr": "$
|
|
102
|
+
"requestStr": "$sortInput:[SortInput] ",
|
|
103
103
|
"required": false,
|
|
104
|
-
"responseStr": "sort:$
|
|
104
|
+
"responseStr": "sort:$sortInput ",
|
|
105
105
|
"type": {
|
|
106
106
|
"definition": {
|
|
107
107
|
"description": null,
|
|
@@ -182,7 +182,7 @@
|
|
|
182
182
|
"name": "SortInput",
|
|
183
183
|
"non_null": false
|
|
184
184
|
},
|
|
185
|
-
"varName": "
|
|
185
|
+
"varName": "sortInput"
|
|
186
186
|
}
|
|
187
187
|
},
|
|
188
188
|
"deprecationReason": null,
|
|
@@ -199,97 +199,6 @@
|
|
|
199
199
|
"isDeprecated": false,
|
|
200
200
|
"name": "admins",
|
|
201
201
|
"operationArgs": {
|
|
202
|
-
"SortInput": {
|
|
203
|
-
"defaultValue": null,
|
|
204
|
-
"description": null,
|
|
205
|
-
"id_str": "sort",
|
|
206
|
-
"name": "sort",
|
|
207
|
-
"path": "sort",
|
|
208
|
-
"requestStr": "$SortInput:[SortInput] ",
|
|
209
|
-
"required": false,
|
|
210
|
-
"responseStr": "sort:$SortInput ",
|
|
211
|
-
"type": {
|
|
212
|
-
"definition": {
|
|
213
|
-
"description": null,
|
|
214
|
-
"enumValues": null,
|
|
215
|
-
"fields": null,
|
|
216
|
-
"inputFields": {
|
|
217
|
-
"field": {
|
|
218
|
-
"defaultValue": null,
|
|
219
|
-
"description": null,
|
|
220
|
-
"id_str": "sort___field",
|
|
221
|
-
"name": "field",
|
|
222
|
-
"path": "sort.field",
|
|
223
|
-
"requestStr": "$field:String ",
|
|
224
|
-
"required": false,
|
|
225
|
-
"responseStr": "field:$field ",
|
|
226
|
-
"type": {
|
|
227
|
-
"kind": [
|
|
228
|
-
"SCALAR"
|
|
229
|
-
],
|
|
230
|
-
"name": "String",
|
|
231
|
-
"non_null": false
|
|
232
|
-
},
|
|
233
|
-
"varName": "field"
|
|
234
|
-
},
|
|
235
|
-
"order": {
|
|
236
|
-
"defaultValue": null,
|
|
237
|
-
"description": null,
|
|
238
|
-
"id_str": "sort___order",
|
|
239
|
-
"name": "order",
|
|
240
|
-
"path": "sort.order",
|
|
241
|
-
"requestStr": "$order:DirectionInput ",
|
|
242
|
-
"required": false,
|
|
243
|
-
"responseStr": "order:$order ",
|
|
244
|
-
"type": {
|
|
245
|
-
"definition": {
|
|
246
|
-
"description": null,
|
|
247
|
-
"enumValues": [
|
|
248
|
-
{
|
|
249
|
-
"deprecationReason": null,
|
|
250
|
-
"description": null,
|
|
251
|
-
"isDeprecated": false,
|
|
252
|
-
"name": "asc"
|
|
253
|
-
},
|
|
254
|
-
{
|
|
255
|
-
"deprecationReason": null,
|
|
256
|
-
"description": null,
|
|
257
|
-
"isDeprecated": false,
|
|
258
|
-
"name": "desc"
|
|
259
|
-
}
|
|
260
|
-
],
|
|
261
|
-
"fields": null,
|
|
262
|
-
"inputFields": null,
|
|
263
|
-
"interfaces": null,
|
|
264
|
-
"kind": "ENUM",
|
|
265
|
-
"name": "DirectionInput",
|
|
266
|
-
"possibleTypes": null
|
|
267
|
-
},
|
|
268
|
-
"indexType": "enum",
|
|
269
|
-
"kind": [
|
|
270
|
-
"ENUM"
|
|
271
|
-
],
|
|
272
|
-
"name": "DirectionInput",
|
|
273
|
-
"non_null": false
|
|
274
|
-
},
|
|
275
|
-
"varName": "order"
|
|
276
|
-
}
|
|
277
|
-
},
|
|
278
|
-
"interfaces": null,
|
|
279
|
-
"kind": "INPUT_OBJECT",
|
|
280
|
-
"name": "SortInput",
|
|
281
|
-
"possibleTypes": null
|
|
282
|
-
},
|
|
283
|
-
"indexType": "input_object",
|
|
284
|
-
"kind": [
|
|
285
|
-
"LIST",
|
|
286
|
-
"INPUT_OBJECT"
|
|
287
|
-
],
|
|
288
|
-
"name": "SortInput",
|
|
289
|
-
"non_null": false
|
|
290
|
-
},
|
|
291
|
-
"varName": "SortInput"
|
|
292
|
-
},
|
|
293
202
|
"accountID": {
|
|
294
203
|
"defaultValue": null,
|
|
295
204
|
"description": null,
|
|
@@ -382,6 +291,97 @@
|
|
|
382
291
|
"non_null": false
|
|
383
292
|
},
|
|
384
293
|
"varName": "search"
|
|
294
|
+
},
|
|
295
|
+
"sortInput": {
|
|
296
|
+
"defaultValue": null,
|
|
297
|
+
"description": null,
|
|
298
|
+
"id_str": "sort",
|
|
299
|
+
"name": "sort",
|
|
300
|
+
"path": "sort",
|
|
301
|
+
"requestStr": "$sortInput:[SortInput] ",
|
|
302
|
+
"required": false,
|
|
303
|
+
"responseStr": "sort:$sortInput ",
|
|
304
|
+
"type": {
|
|
305
|
+
"definition": {
|
|
306
|
+
"description": null,
|
|
307
|
+
"enumValues": null,
|
|
308
|
+
"fields": null,
|
|
309
|
+
"inputFields": {
|
|
310
|
+
"field": {
|
|
311
|
+
"defaultValue": null,
|
|
312
|
+
"description": null,
|
|
313
|
+
"id_str": "sort___field",
|
|
314
|
+
"name": "field",
|
|
315
|
+
"path": "sort.field",
|
|
316
|
+
"requestStr": "$field:String ",
|
|
317
|
+
"required": false,
|
|
318
|
+
"responseStr": "field:$field ",
|
|
319
|
+
"type": {
|
|
320
|
+
"kind": [
|
|
321
|
+
"SCALAR"
|
|
322
|
+
],
|
|
323
|
+
"name": "String",
|
|
324
|
+
"non_null": false
|
|
325
|
+
},
|
|
326
|
+
"varName": "field"
|
|
327
|
+
},
|
|
328
|
+
"order": {
|
|
329
|
+
"defaultValue": null,
|
|
330
|
+
"description": null,
|
|
331
|
+
"id_str": "sort___order",
|
|
332
|
+
"name": "order",
|
|
333
|
+
"path": "sort.order",
|
|
334
|
+
"requestStr": "$order:DirectionInput ",
|
|
335
|
+
"required": false,
|
|
336
|
+
"responseStr": "order:$order ",
|
|
337
|
+
"type": {
|
|
338
|
+
"definition": {
|
|
339
|
+
"description": null,
|
|
340
|
+
"enumValues": [
|
|
341
|
+
{
|
|
342
|
+
"deprecationReason": null,
|
|
343
|
+
"description": null,
|
|
344
|
+
"isDeprecated": false,
|
|
345
|
+
"name": "asc"
|
|
346
|
+
},
|
|
347
|
+
{
|
|
348
|
+
"deprecationReason": null,
|
|
349
|
+
"description": null,
|
|
350
|
+
"isDeprecated": false,
|
|
351
|
+
"name": "desc"
|
|
352
|
+
}
|
|
353
|
+
],
|
|
354
|
+
"fields": null,
|
|
355
|
+
"inputFields": null,
|
|
356
|
+
"interfaces": null,
|
|
357
|
+
"kind": "ENUM",
|
|
358
|
+
"name": "DirectionInput",
|
|
359
|
+
"possibleTypes": null
|
|
360
|
+
},
|
|
361
|
+
"indexType": "enum",
|
|
362
|
+
"kind": [
|
|
363
|
+
"ENUM"
|
|
364
|
+
],
|
|
365
|
+
"name": "DirectionInput",
|
|
366
|
+
"non_null": false
|
|
367
|
+
},
|
|
368
|
+
"varName": "order"
|
|
369
|
+
}
|
|
370
|
+
},
|
|
371
|
+
"interfaces": null,
|
|
372
|
+
"kind": "INPUT_OBJECT",
|
|
373
|
+
"name": "SortInput",
|
|
374
|
+
"possibleTypes": null
|
|
375
|
+
},
|
|
376
|
+
"indexType": "input_object",
|
|
377
|
+
"kind": [
|
|
378
|
+
"LIST",
|
|
379
|
+
"INPUT_OBJECT"
|
|
380
|
+
],
|
|
381
|
+
"name": "SortInput",
|
|
382
|
+
"non_null": false
|
|
383
|
+
},
|
|
384
|
+
"varName": "sortInput"
|
|
385
385
|
}
|
|
386
386
|
},
|
|
387
387
|
"path": "query.admins",
|
|
@@ -398,16 +398,16 @@
|
|
|
398
398
|
"isDeprecated": false,
|
|
399
399
|
"name": "items",
|
|
400
400
|
"path": "items",
|
|
401
|
-
"requestStr": "$
|
|
401
|
+
"requestStr": "$admin:[Admin]! ",
|
|
402
402
|
"required": true,
|
|
403
|
-
"responseStr": "items:$
|
|
403
|
+
"responseStr": "items:$admin ",
|
|
404
404
|
"type": {
|
|
405
405
|
"definition": {
|
|
406
406
|
"description": "A CC2 administrator",
|
|
407
407
|
"enumValues": null,
|
|
408
408
|
"fields": {
|
|
409
409
|
"allowedItems": {
|
|
410
|
-
"alias": "
|
|
410
|
+
"alias": "entityAllowedItems: allowedItems",
|
|
411
411
|
"args": {},
|
|
412
412
|
"deprecationReason": null,
|
|
413
413
|
"description": null,
|
|
@@ -415,9 +415,9 @@
|
|
|
415
415
|
"isDeprecated": false,
|
|
416
416
|
"name": "allowedItems",
|
|
417
417
|
"path": "items.allowedItems",
|
|
418
|
-
"requestStr": "$
|
|
418
|
+
"requestStr": "$entity:[Entity] ",
|
|
419
419
|
"required": false,
|
|
420
|
-
"responseStr": "allowedItems:$
|
|
420
|
+
"responseStr": "allowedItems:$entity ",
|
|
421
421
|
"type": {
|
|
422
422
|
"definition": {
|
|
423
423
|
"description": null,
|
|
@@ -465,7 +465,7 @@
|
|
|
465
465
|
"varName": "name"
|
|
466
466
|
},
|
|
467
467
|
"type": {
|
|
468
|
-
"alias": "
|
|
468
|
+
"alias": "entityTypeType: type",
|
|
469
469
|
"args": {},
|
|
470
470
|
"deprecationReason": null,
|
|
471
471
|
"description": null,
|
|
@@ -658,7 +658,7 @@
|
|
|
658
658
|
"name": "Entity",
|
|
659
659
|
"non_null": false
|
|
660
660
|
},
|
|
661
|
-
"varName": "
|
|
661
|
+
"varName": "entity"
|
|
662
662
|
},
|
|
663
663
|
"creationDate": {
|
|
664
664
|
"args": {},
|
|
@@ -762,7 +762,7 @@
|
|
|
762
762
|
"varName": "lastName"
|
|
763
763
|
},
|
|
764
764
|
"managedRoles": {
|
|
765
|
-
"alias": "
|
|
765
|
+
"alias": "adminRoleManagedRoles: managedRoles",
|
|
766
766
|
"args": {},
|
|
767
767
|
"deprecationReason": null,
|
|
768
768
|
"description": null,
|
|
@@ -770,9 +770,9 @@
|
|
|
770
770
|
"isDeprecated": false,
|
|
771
771
|
"name": "managedRoles",
|
|
772
772
|
"path": "items.managedRoles",
|
|
773
|
-
"requestStr": "$
|
|
773
|
+
"requestStr": "$adminRole:[AdminRole] ",
|
|
774
774
|
"required": false,
|
|
775
|
-
"responseStr": "managedRoles:$
|
|
775
|
+
"responseStr": "managedRoles:$adminRole ",
|
|
776
776
|
"type": {
|
|
777
777
|
"definition": {
|
|
778
778
|
"description": null,
|
|
@@ -801,7 +801,7 @@
|
|
|
801
801
|
"varName": "allowedAccounts"
|
|
802
802
|
},
|
|
803
803
|
"allowedEntities": {
|
|
804
|
-
"alias": "
|
|
804
|
+
"alias": "entityAllowedEntities: allowedEntities",
|
|
805
805
|
"args": {},
|
|
806
806
|
"deprecationReason": null,
|
|
807
807
|
"description": null,
|
|
@@ -809,9 +809,9 @@
|
|
|
809
809
|
"isDeprecated": false,
|
|
810
810
|
"name": "allowedEntities",
|
|
811
811
|
"path": "items.managedRoles.allowedEntities",
|
|
812
|
-
"requestStr": "$
|
|
812
|
+
"requestStr": "$entity:[Entity] ",
|
|
813
813
|
"required": false,
|
|
814
|
-
"responseStr": "allowedEntities:$
|
|
814
|
+
"responseStr": "allowedEntities:$entity ",
|
|
815
815
|
"type": {
|
|
816
816
|
"definition": {
|
|
817
817
|
"description": null,
|
|
@@ -859,7 +859,7 @@
|
|
|
859
859
|
"varName": "name"
|
|
860
860
|
},
|
|
861
861
|
"type": {
|
|
862
|
-
"alias": "
|
|
862
|
+
"alias": "entityTypeType: type",
|
|
863
863
|
"args": {},
|
|
864
864
|
"deprecationReason": null,
|
|
865
865
|
"description": null,
|
|
@@ -1052,10 +1052,10 @@
|
|
|
1052
1052
|
"name": "Entity",
|
|
1053
1053
|
"non_null": false
|
|
1054
1054
|
},
|
|
1055
|
-
"varName": "
|
|
1055
|
+
"varName": "entity"
|
|
1056
1056
|
},
|
|
1057
1057
|
"role": {
|
|
1058
|
-
"alias": "
|
|
1058
|
+
"alias": "rBACRoleRole: role",
|
|
1059
1059
|
"args": {},
|
|
1060
1060
|
"deprecationReason": null,
|
|
1061
1061
|
"description": null,
|
|
@@ -1063,9 +1063,9 @@
|
|
|
1063
1063
|
"isDeprecated": false,
|
|
1064
1064
|
"name": "role",
|
|
1065
1065
|
"path": "items.managedRoles.role",
|
|
1066
|
-
"requestStr": "$
|
|
1066
|
+
"requestStr": "$rBACRole:RBACRole! ",
|
|
1067
1067
|
"required": true,
|
|
1068
|
-
"responseStr": "role:$
|
|
1068
|
+
"responseStr": "role:$rBACRole ",
|
|
1069
1069
|
"type": {
|
|
1070
1070
|
"definition": {
|
|
1071
1071
|
"description": null,
|
|
@@ -1169,7 +1169,7 @@
|
|
|
1169
1169
|
"name": "RBACRole",
|
|
1170
1170
|
"non_null": false
|
|
1171
1171
|
},
|
|
1172
|
-
"varName": "
|
|
1172
|
+
"varName": "rBACRole"
|
|
1173
1173
|
}
|
|
1174
1174
|
},
|
|
1175
1175
|
"inputFields": null,
|
|
@@ -1187,7 +1187,7 @@
|
|
|
1187
1187
|
"name": "AdminRole",
|
|
1188
1188
|
"non_null": false
|
|
1189
1189
|
},
|
|
1190
|
-
"varName": "
|
|
1190
|
+
"varName": "adminRole"
|
|
1191
1191
|
},
|
|
1192
1192
|
"mfaEnabled": {
|
|
1193
1193
|
"args": {},
|
|
@@ -1290,7 +1290,7 @@
|
|
|
1290
1290
|
"varName": "presentUsageAndEvents"
|
|
1291
1291
|
},
|
|
1292
1292
|
"resellerRoles": {
|
|
1293
|
-
"alias": "
|
|
1293
|
+
"alias": "adminRoleResellerRoles: resellerRoles",
|
|
1294
1294
|
"args": {},
|
|
1295
1295
|
"deprecationReason": null,
|
|
1296
1296
|
"description": null,
|
|
@@ -1298,9 +1298,9 @@
|
|
|
1298
1298
|
"isDeprecated": false,
|
|
1299
1299
|
"name": "resellerRoles",
|
|
1300
1300
|
"path": "items.resellerRoles",
|
|
1301
|
-
"requestStr": "$
|
|
1301
|
+
"requestStr": "$adminRole:[AdminRole] ",
|
|
1302
1302
|
"required": false,
|
|
1303
|
-
"responseStr": "resellerRoles:$
|
|
1303
|
+
"responseStr": "resellerRoles:$adminRole ",
|
|
1304
1304
|
"type": {
|
|
1305
1305
|
"definition": {
|
|
1306
1306
|
"description": null,
|
|
@@ -1329,7 +1329,7 @@
|
|
|
1329
1329
|
"varName": "allowedAccounts"
|
|
1330
1330
|
},
|
|
1331
1331
|
"allowedEntities": {
|
|
1332
|
-
"alias": "
|
|
1332
|
+
"alias": "entityAllowedEntities: allowedEntities",
|
|
1333
1333
|
"args": {},
|
|
1334
1334
|
"deprecationReason": null,
|
|
1335
1335
|
"description": null,
|
|
@@ -1337,9 +1337,9 @@
|
|
|
1337
1337
|
"isDeprecated": false,
|
|
1338
1338
|
"name": "allowedEntities",
|
|
1339
1339
|
"path": "items.resellerRoles.allowedEntities",
|
|
1340
|
-
"requestStr": "$
|
|
1340
|
+
"requestStr": "$entity:[Entity] ",
|
|
1341
1341
|
"required": false,
|
|
1342
|
-
"responseStr": "allowedEntities:$
|
|
1342
|
+
"responseStr": "allowedEntities:$entity ",
|
|
1343
1343
|
"type": {
|
|
1344
1344
|
"definition": {
|
|
1345
1345
|
"description": null,
|
|
@@ -1387,7 +1387,7 @@
|
|
|
1387
1387
|
"varName": "name"
|
|
1388
1388
|
},
|
|
1389
1389
|
"type": {
|
|
1390
|
-
"alias": "
|
|
1390
|
+
"alias": "entityTypeType: type",
|
|
1391
1391
|
"args": {},
|
|
1392
1392
|
"deprecationReason": null,
|
|
1393
1393
|
"description": null,
|
|
@@ -1580,10 +1580,10 @@
|
|
|
1580
1580
|
"name": "Entity",
|
|
1581
1581
|
"non_null": false
|
|
1582
1582
|
},
|
|
1583
|
-
"varName": "
|
|
1583
|
+
"varName": "entity"
|
|
1584
1584
|
},
|
|
1585
1585
|
"role": {
|
|
1586
|
-
"alias": "
|
|
1586
|
+
"alias": "rBACRoleRole: role",
|
|
1587
1587
|
"args": {},
|
|
1588
1588
|
"deprecationReason": null,
|
|
1589
1589
|
"description": null,
|
|
@@ -1591,9 +1591,9 @@
|
|
|
1591
1591
|
"isDeprecated": false,
|
|
1592
1592
|
"name": "role",
|
|
1593
1593
|
"path": "items.resellerRoles.role",
|
|
1594
|
-
"requestStr": "$
|
|
1594
|
+
"requestStr": "$rBACRole:RBACRole! ",
|
|
1595
1595
|
"required": true,
|
|
1596
|
-
"responseStr": "role:$
|
|
1596
|
+
"responseStr": "role:$rBACRole ",
|
|
1597
1597
|
"type": {
|
|
1598
1598
|
"definition": {
|
|
1599
1599
|
"description": null,
|
|
@@ -1697,7 +1697,7 @@
|
|
|
1697
1697
|
"name": "RBACRole",
|
|
1698
1698
|
"non_null": false
|
|
1699
1699
|
},
|
|
1700
|
-
"varName": "
|
|
1700
|
+
"varName": "rBACRole"
|
|
1701
1701
|
}
|
|
1702
1702
|
},
|
|
1703
1703
|
"inputFields": null,
|
|
@@ -1715,10 +1715,10 @@
|
|
|
1715
1715
|
"name": "AdminRole",
|
|
1716
1716
|
"non_null": false
|
|
1717
1717
|
},
|
|
1718
|
-
"varName": "
|
|
1718
|
+
"varName": "adminRole"
|
|
1719
1719
|
},
|
|
1720
1720
|
"role": {
|
|
1721
|
-
"alias": "
|
|
1721
|
+
"alias": "userRoleRole: role",
|
|
1722
1722
|
"args": {},
|
|
1723
1723
|
"deprecationReason": null,
|
|
1724
1724
|
"description": null,
|
|
@@ -1793,7 +1793,7 @@
|
|
|
1793
1793
|
"varName": "role"
|
|
1794
1794
|
},
|
|
1795
1795
|
"status": {
|
|
1796
|
-
"alias": "
|
|
1796
|
+
"alias": "operationalStatusStatus: status",
|
|
1797
1797
|
"args": {},
|
|
1798
1798
|
"deprecationReason": null,
|
|
1799
1799
|
"description": null,
|
|
@@ -1905,7 +1905,7 @@
|
|
|
1905
1905
|
"name": "Admin",
|
|
1906
1906
|
"non_null": false
|
|
1907
1907
|
},
|
|
1908
|
-
"varName": "
|
|
1908
|
+
"varName": "admin"
|
|
1909
1909
|
},
|
|
1910
1910
|
"total": {
|
|
1911
1911
|
"args": {},
|
|
@@ -1943,19 +1943,19 @@
|
|
|
1943
1943
|
"non_null": false
|
|
1944
1944
|
},
|
|
1945
1945
|
"variablesPayload": {
|
|
1946
|
-
"
|
|
1946
|
+
"adminIDs": [
|
|
1947
|
+
"ID"
|
|
1948
|
+
],
|
|
1949
|
+
"from": "Int",
|
|
1950
|
+
"limit": "Int",
|
|
1951
|
+
"search": "String",
|
|
1952
|
+
"sortInput": {
|
|
1947
1953
|
"field": {
|
|
1948
1954
|
"field": "String"
|
|
1949
1955
|
},
|
|
1950
1956
|
"order": {
|
|
1951
1957
|
"order": "enum(DirectionInput)"
|
|
1952
1958
|
}
|
|
1953
|
-
}
|
|
1954
|
-
"adminIDs": [
|
|
1955
|
-
"ID"
|
|
1956
|
-
],
|
|
1957
|
-
"from": "Int",
|
|
1958
|
-
"limit": "Int",
|
|
1959
|
-
"search": "String"
|
|
1959
|
+
}
|
|
1960
1960
|
}
|
|
1961
1961
|
}
|