catocli 1.0.14__py3-none-any.whl → 1.0.15__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 +5 -1
- 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_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_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_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_removeIpsecIkeV2SiteTunnels/README.md +2 -2
- 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_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_removeIpsecIkeV2SiteTunnels/README.md +2 -2
- 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 +2 -2
- catocli/parsers/query_eventsTimeSeries/README.md +4 -4
- catocli/parsers/query_hardwareManagement/README.md +2 -2
- catocli/parsers/query_policy/README.md +3 -3
- catocli/parsers/query_xdr_stories/README.md +2 -2
- {catocli-1.0.14.dist-info → catocli-1.0.15.dist-info}/METADATA +1 -1
- {catocli-1.0.14.dist-info → catocli-1.0.15.dist-info}/RECORD +164 -153
- 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.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.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.addIpsecIkeV2Site.json +43 -43
- models/mutation.site.addIpsecIkeV2SiteTunnels.json +102 -102
- models/mutation.site.addNetworkRange.json +53 -53
- models/mutation.site.addSocketSite.json +43 -43
- models/mutation.site.addStaticHost.json +33 -33
- models/mutation.site.removeIpsecIkeV2SiteTunnels.json +47 -47
- models/mutation.site.removeNetworkRange.json +3 -3
- models/mutation.site.removeSite.json +3 -3
- models/mutation.site.removeStaticHost.json +3 -3
- models/mutation.site.updateHa.json +54 -54
- models/mutation.site.updateIpsecIkeV2SiteGeneralDetails.json +79 -79
- models/mutation.site.updateIpsecIkeV2SiteTunnels.json +123 -123
- models/mutation.site.updateNetworkRange.json +74 -74
- models/mutation.site.updateSiteGeneralDetails.json +73 -73
- models/mutation.site.updateSocketInterface.json +282 -282
- models/mutation.site.updateStaticHost.json +54 -54
- models/mutation.sites.addIpsecIkeV2Site.json +43 -43
- models/mutation.sites.addIpsecIkeV2SiteTunnels.json +102 -102
- models/mutation.sites.addNetworkRange.json +53 -53
- models/mutation.sites.addSocketSite.json +43 -43
- models/mutation.sites.addStaticHost.json +33 -33
- models/mutation.sites.removeIpsecIkeV2SiteTunnels.json +47 -47
- models/mutation.sites.removeNetworkRange.json +3 -3
- models/mutation.sites.removeSite.json +3 -3
- models/mutation.sites.removeStaticHost.json +3 -3
- models/mutation.sites.updateHa.json +54 -54
- models/mutation.sites.updateIpsecIkeV2SiteGeneralDetails.json +79 -79
- models/mutation.sites.updateIpsecIkeV2SiteTunnels.json +123 -123
- models/mutation.sites.updateNetworkRange.json +74 -74
- models/mutation.sites.updateSiteGeneralDetails.json +73 -73
- models/mutation.sites.updateSocketInterface.json +282 -282
- models/mutation.sites.updateStaticHost.json +54 -54
- 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 +77 -77
- models/query.container.json +192 -192
- models/query.entityLookup.json +154 -154
- models/query.events.json +54 -54
- models/query.eventsFeed.json +38 -38
- models/query.eventsTimeSeries.json +78 -78
- models/query.hardwareManagement.json +125 -125
- models/query.licensing.json +735 -177
- models/query.policy.json +1502 -970
- models/query.xdr.stories.json +842 -842
- models/query.xdr.story.json +610 -610
- schema/catolib.py +1 -11
- {catocli-1.0.14.dist-info → catocli-1.0.15.dist-info}/LICENSE +0 -0
- {catocli-1.0.14.dist-info → catocli-1.0.15.dist-info}/WHEEL +0 -0
- {catocli-1.0.14.dist-info → catocli-1.0.15.dist-info}/entry_points.txt +0 -0
- {catocli-1.0.14.dist-info → catocli-1.0.15.dist-info}/top_level.txt +0 -0
|
@@ -29,9 +29,9 @@
|
|
|
29
29
|
"id_str": "removeRule___input",
|
|
30
30
|
"name": "input",
|
|
31
31
|
"path": "removeRule.input",
|
|
32
|
-
"requestStr": "$
|
|
32
|
+
"requestStr": "$wanFirewallRemoveRuleInput:WanFirewallRemoveRuleInput! ",
|
|
33
33
|
"required": true,
|
|
34
|
-
"responseStr": "input:$
|
|
34
|
+
"responseStr": "input:$wanFirewallRemoveRuleInput ",
|
|
35
35
|
"type": {
|
|
36
36
|
"definition": {
|
|
37
37
|
"description": null,
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"name": "WanFirewallRemoveRuleInput",
|
|
72
72
|
"non_null": false
|
|
73
73
|
},
|
|
74
|
-
"varName": "
|
|
74
|
+
"varName": "wanFirewallRemoveRuleInput"
|
|
75
75
|
}
|
|
76
76
|
},
|
|
77
77
|
"deprecationReason": null,
|
|
@@ -96,9 +96,9 @@
|
|
|
96
96
|
"id_str": "wanFirewall___input",
|
|
97
97
|
"name": "input",
|
|
98
98
|
"path": "wanFirewall.input",
|
|
99
|
-
"requestStr": "$
|
|
99
|
+
"requestStr": "$wanFirewallPolicyMutationInput:WanFirewallPolicyMutationInput ",
|
|
100
100
|
"required": false,
|
|
101
|
-
"responseStr": "input:$
|
|
101
|
+
"responseStr": "input:$wanFirewallPolicyMutationInput ",
|
|
102
102
|
"type": {
|
|
103
103
|
"definition": {
|
|
104
104
|
"description": null,
|
|
@@ -111,9 +111,9 @@
|
|
|
111
111
|
"id_str": "wanFirewall___input___revision",
|
|
112
112
|
"name": "revision",
|
|
113
113
|
"path": "wanFirewall.input.revision",
|
|
114
|
-
"requestStr": "$
|
|
114
|
+
"requestStr": "$policyMutationRevisionInput:PolicyMutationRevisionInput ",
|
|
115
115
|
"required": false,
|
|
116
|
-
"responseStr": "revision:$
|
|
116
|
+
"responseStr": "revision:$policyMutationRevisionInput ",
|
|
117
117
|
"type": {
|
|
118
118
|
"definition": {
|
|
119
119
|
"description": null,
|
|
@@ -151,7 +151,7 @@
|
|
|
151
151
|
"name": "PolicyMutationRevisionInput",
|
|
152
152
|
"non_null": false
|
|
153
153
|
},
|
|
154
|
-
"varName": "
|
|
154
|
+
"varName": "policyMutationRevisionInput"
|
|
155
155
|
}
|
|
156
156
|
},
|
|
157
157
|
"interfaces": null,
|
|
@@ -166,7 +166,7 @@
|
|
|
166
166
|
"name": "WanFirewallPolicyMutationInput",
|
|
167
167
|
"non_null": false
|
|
168
168
|
},
|
|
169
|
-
"varName": "
|
|
169
|
+
"varName": "wanFirewallPolicyMutationInput"
|
|
170
170
|
}
|
|
171
171
|
},
|
|
172
172
|
"deprecationReason": null,
|
|
@@ -191,6 +191,7 @@
|
|
|
191
191
|
"CustomCategoryRef": true,
|
|
192
192
|
"CustomService": true,
|
|
193
193
|
"DayOfWeek": true,
|
|
194
|
+
"DeviceAttributes": true,
|
|
194
195
|
"DeviceProfileRef": true,
|
|
195
196
|
"FloatingSubnetRef": true,
|
|
196
197
|
"GlobalIpRangeRef": true,
|
|
@@ -240,15 +241,34 @@
|
|
|
240
241
|
"isDeprecated": false,
|
|
241
242
|
"name": "policy",
|
|
242
243
|
"operationArgs": {
|
|
243
|
-
"
|
|
244
|
+
"accountId": {
|
|
245
|
+
"defaultValue": null,
|
|
246
|
+
"description": null,
|
|
247
|
+
"id_str": "accountId",
|
|
248
|
+
"name": "accountId",
|
|
249
|
+
"path": "accountId",
|
|
250
|
+
"requestStr": "$accountId:ID! ",
|
|
251
|
+
"required": true,
|
|
252
|
+
"responseStr": "accountId:$accountId ",
|
|
253
|
+
"type": {
|
|
254
|
+
"kind": [
|
|
255
|
+
"NON_NULL",
|
|
256
|
+
"SCALAR"
|
|
257
|
+
],
|
|
258
|
+
"name": "ID",
|
|
259
|
+
"non_null": false
|
|
260
|
+
},
|
|
261
|
+
"varName": "accountId"
|
|
262
|
+
},
|
|
263
|
+
"wanFirewallPolicyMutationInput": {
|
|
244
264
|
"defaultValue": null,
|
|
245
265
|
"description": null,
|
|
246
266
|
"id_str": "wanFirewall___input",
|
|
247
267
|
"name": "input",
|
|
248
268
|
"path": "wanFirewall.input",
|
|
249
|
-
"requestStr": "$
|
|
269
|
+
"requestStr": "$wanFirewallPolicyMutationInput:WanFirewallPolicyMutationInput ",
|
|
250
270
|
"required": false,
|
|
251
|
-
"responseStr": "input:$
|
|
271
|
+
"responseStr": "input:$wanFirewallPolicyMutationInput ",
|
|
252
272
|
"type": {
|
|
253
273
|
"definition": {
|
|
254
274
|
"description": null,
|
|
@@ -261,9 +281,9 @@
|
|
|
261
281
|
"id_str": "wanFirewall___input___revision",
|
|
262
282
|
"name": "revision",
|
|
263
283
|
"path": "wanFirewall.input.revision",
|
|
264
|
-
"requestStr": "$
|
|
284
|
+
"requestStr": "$policyMutationRevisionInput:PolicyMutationRevisionInput ",
|
|
265
285
|
"required": false,
|
|
266
|
-
"responseStr": "revision:$
|
|
286
|
+
"responseStr": "revision:$policyMutationRevisionInput ",
|
|
267
287
|
"type": {
|
|
268
288
|
"definition": {
|
|
269
289
|
"description": null,
|
|
@@ -301,7 +321,7 @@
|
|
|
301
321
|
"name": "PolicyMutationRevisionInput",
|
|
302
322
|
"non_null": false
|
|
303
323
|
},
|
|
304
|
-
"varName": "
|
|
324
|
+
"varName": "policyMutationRevisionInput"
|
|
305
325
|
}
|
|
306
326
|
},
|
|
307
327
|
"interfaces": null,
|
|
@@ -316,17 +336,17 @@
|
|
|
316
336
|
"name": "WanFirewallPolicyMutationInput",
|
|
317
337
|
"non_null": false
|
|
318
338
|
},
|
|
319
|
-
"varName": "
|
|
339
|
+
"varName": "wanFirewallPolicyMutationInput"
|
|
320
340
|
},
|
|
321
|
-
"
|
|
341
|
+
"wanFirewallRemoveRuleInput": {
|
|
322
342
|
"defaultValue": null,
|
|
323
343
|
"description": null,
|
|
324
344
|
"id_str": "removeRule___input",
|
|
325
345
|
"name": "input",
|
|
326
346
|
"path": "removeRule.input",
|
|
327
|
-
"requestStr": "$
|
|
347
|
+
"requestStr": "$wanFirewallRemoveRuleInput:WanFirewallRemoveRuleInput! ",
|
|
328
348
|
"required": true,
|
|
329
|
-
"responseStr": "input:$
|
|
349
|
+
"responseStr": "input:$wanFirewallRemoveRuleInput ",
|
|
330
350
|
"type": {
|
|
331
351
|
"definition": {
|
|
332
352
|
"description": null,
|
|
@@ -366,26 +386,7 @@
|
|
|
366
386
|
"name": "WanFirewallRemoveRuleInput",
|
|
367
387
|
"non_null": false
|
|
368
388
|
},
|
|
369
|
-
"varName": "
|
|
370
|
-
},
|
|
371
|
-
"accountId": {
|
|
372
|
-
"defaultValue": null,
|
|
373
|
-
"description": null,
|
|
374
|
-
"id_str": "accountId",
|
|
375
|
-
"name": "accountId",
|
|
376
|
-
"path": "accountId",
|
|
377
|
-
"requestStr": "$accountId:ID! ",
|
|
378
|
-
"required": true,
|
|
379
|
-
"responseStr": "accountId:$accountId ",
|
|
380
|
-
"type": {
|
|
381
|
-
"kind": [
|
|
382
|
-
"NON_NULL",
|
|
383
|
-
"SCALAR"
|
|
384
|
-
],
|
|
385
|
-
"name": "ID",
|
|
386
|
-
"non_null": false
|
|
387
|
-
},
|
|
388
|
-
"varName": "accountId"
|
|
389
|
+
"varName": "wanFirewallRemoveRuleInput"
|
|
389
390
|
}
|
|
390
391
|
},
|
|
391
392
|
"path": "mutation.policy.wanFirewall.removeRule",
|
|
@@ -402,9 +403,9 @@
|
|
|
402
403
|
"id_str": "wanFirewall___input",
|
|
403
404
|
"name": "input",
|
|
404
405
|
"path": "wanFirewall.input",
|
|
405
|
-
"requestStr": "$
|
|
406
|
+
"requestStr": "$wanFirewallPolicyMutationInput:WanFirewallPolicyMutationInput ",
|
|
406
407
|
"required": false,
|
|
407
|
-
"responseStr": "input:$
|
|
408
|
+
"responseStr": "input:$wanFirewallPolicyMutationInput ",
|
|
408
409
|
"type": {
|
|
409
410
|
"definition": {
|
|
410
411
|
"description": null,
|
|
@@ -417,9 +418,9 @@
|
|
|
417
418
|
"id_str": "wanFirewall___input___revision",
|
|
418
419
|
"name": "revision",
|
|
419
420
|
"path": "wanFirewall.input.revision",
|
|
420
|
-
"requestStr": "$
|
|
421
|
+
"requestStr": "$policyMutationRevisionInput:PolicyMutationRevisionInput ",
|
|
421
422
|
"required": false,
|
|
422
|
-
"responseStr": "revision:$
|
|
423
|
+
"responseStr": "revision:$policyMutationRevisionInput ",
|
|
423
424
|
"type": {
|
|
424
425
|
"definition": {
|
|
425
426
|
"description": null,
|
|
@@ -457,7 +458,7 @@
|
|
|
457
458
|
"name": "PolicyMutationRevisionInput",
|
|
458
459
|
"non_null": false
|
|
459
460
|
},
|
|
460
|
-
"varName": "
|
|
461
|
+
"varName": "policyMutationRevisionInput"
|
|
461
462
|
}
|
|
462
463
|
},
|
|
463
464
|
"interfaces": null,
|
|
@@ -472,7 +473,7 @@
|
|
|
472
473
|
"name": "WanFirewallPolicyMutationInput",
|
|
473
474
|
"non_null": false
|
|
474
475
|
},
|
|
475
|
-
"varName": "
|
|
476
|
+
"varName": "wanFirewallPolicyMutationInput"
|
|
476
477
|
}
|
|
477
478
|
},
|
|
478
479
|
"deprecationReason": null,
|
|
@@ -481,9 +482,9 @@
|
|
|
481
482
|
"isDeprecated": false,
|
|
482
483
|
"name": "wanFirewall",
|
|
483
484
|
"path": "wanFirewall",
|
|
484
|
-
"requestStr": "$
|
|
485
|
+
"requestStr": "$wanFirewallPolicyMutations:WanFirewallPolicyMutations ",
|
|
485
486
|
"required": false,
|
|
486
|
-
"responseStr": "wanFirewall:$
|
|
487
|
+
"responseStr": "wanFirewall:$wanFirewallPolicyMutations ",
|
|
487
488
|
"type": {
|
|
488
489
|
"definition": {
|
|
489
490
|
"description": "The Wan Firewall Policy information returned to the caller in the API response.",
|
|
@@ -497,9 +498,9 @@
|
|
|
497
498
|
"id_str": "removeRule___input",
|
|
498
499
|
"name": "input",
|
|
499
500
|
"path": "removeRule.input",
|
|
500
|
-
"requestStr": "$
|
|
501
|
+
"requestStr": "$wanFirewallRemoveRuleInput:WanFirewallRemoveRuleInput! ",
|
|
501
502
|
"required": true,
|
|
502
|
-
"responseStr": "input:$
|
|
503
|
+
"responseStr": "input:$wanFirewallRemoveRuleInput ",
|
|
503
504
|
"type": {
|
|
504
505
|
"definition": {
|
|
505
506
|
"description": null,
|
|
@@ -539,7 +540,7 @@
|
|
|
539
540
|
"name": "WanFirewallRemoveRuleInput",
|
|
540
541
|
"non_null": false
|
|
541
542
|
},
|
|
542
|
-
"varName": "
|
|
543
|
+
"varName": "wanFirewallRemoveRuleInput"
|
|
543
544
|
}
|
|
544
545
|
},
|
|
545
546
|
"deprecationReason": null,
|
|
@@ -548,16 +549,16 @@
|
|
|
548
549
|
"isDeprecated": false,
|
|
549
550
|
"name": "removeRule",
|
|
550
551
|
"path": "wanFirewall.removeRule",
|
|
551
|
-
"requestStr": "$
|
|
552
|
+
"requestStr": "$wanFirewallRuleMutationPayload:WanFirewallRuleMutationPayload! ",
|
|
552
553
|
"required": true,
|
|
553
|
-
"responseStr": "removeRule:$
|
|
554
|
+
"responseStr": "removeRule:$wanFirewallRuleMutationPayload ",
|
|
554
555
|
"type": {
|
|
555
556
|
"definition": {
|
|
556
557
|
"description": null,
|
|
557
558
|
"enumValues": null,
|
|
558
559
|
"fields": {
|
|
559
560
|
"errors": {
|
|
560
|
-
"alias": "
|
|
561
|
+
"alias": "policyMutationErrorErrors: errors",
|
|
561
562
|
"args": {},
|
|
562
563
|
"deprecationReason": null,
|
|
563
564
|
"description": null,
|
|
@@ -565,9 +566,9 @@
|
|
|
565
566
|
"isDeprecated": false,
|
|
566
567
|
"name": "errors",
|
|
567
568
|
"path": "wanFirewall.removeRule.errors",
|
|
568
|
-
"requestStr": "$
|
|
569
|
+
"requestStr": "$policyMutationError:[PolicyMutationError]! ",
|
|
569
570
|
"required": true,
|
|
570
|
-
"responseStr": "errors:$
|
|
571
|
+
"responseStr": "errors:$policyMutationError ",
|
|
571
572
|
"type": {
|
|
572
573
|
"definition": {
|
|
573
574
|
"description": "The `PolicyMutationError` enum defines various error messages related to policy publishing in the policy platform service.\n\n## Policy Errors\n\n### `ConcurrentPolicyPublish`\n- **Error Message:** \"Another policy is currently publishing\"\n\n### `PolicyRevisionMismatch`\n- **Error Message:** \"Revision is not owned by the admin\"\n\n### `PolicyRevisionNotFound`\n- **Error Message:** \"Revision was not found\"\n\n### `PolicyInvalidEntity`\n- **Error Message:** \"Invalid entity\"\n\n### `DuplicateRuleName`\n- **Error Message:** \"Rule with the same name already exists\"\n\n### `DuplicateSectionName`\n- **Error Message:** \"Section with the same name already exists\"\n\n### `PolicyFailure`\n- **Error Message:** \"Can\u2019t publish policy due to an internal error. Please try again in a few minutes\"\n\n\n## Rule Errors\n\n### `ruleIsLocked`\n- **Error Message:** \"Rule is locked by another revision\"\n\n### `ruleWasRemoved`\n- **Error Message:** \"Rule was already removed\"\n\n### `ruleNotExist`\n- **Error Message:** \"Rule does not exist\"\n\n### `ruleSectionNotExist`\n- **Error Message:** \"Section does not exist\"\n\n### `ruleSectionIsLocked`\n- **Error Message:** \"Section is locked by another revision\"\n\n### `rulePositionInvalid`\n- **Error Message:** \"Rule position is invalid\"\n\n### `ruleNameIsEmpty`\n- **Error Message:** \"Rule name can't be empty\"\n\n### `ruleNameAlreadyExists`\n- **Error Message:** \"Rule with the same name already exists\"\n\n### `ruleSystemModification`\n- **Error Message:** \"Can't modify a system rule\"\n\n### `ruleSystemMove`\n- **Error Message:** \"Can't add a rule above the system rules\"\n\n### `ruleHasInvalidEntity`\n- **Error Message:** \"Rule has an invalid entity\"\n\n### `failedValidatingRule`\n- **Error Message:** \"Something went wrong, couldn't validate rule\"\n\n\n## Section Errors\n\n### `sectionIsLocked`\n- **Error Message:** \"Section is locked by another revision\"\n\n### `sectionSystemMove`\n- **Error Message:** \"Section with system rules cannot be moved or removed\"\n\n### `sectionNotExist`\n- **Error Message:** \"Section does not exist\"\n\n### `sectionPositionInvalid`\n- **Error Message:** \"Section position is invalid\"",
|
|
@@ -630,10 +631,10 @@
|
|
|
630
631
|
"name": "PolicyMutationError",
|
|
631
632
|
"non_null": false
|
|
632
633
|
},
|
|
633
|
-
"varName": "
|
|
634
|
+
"varName": "policyMutationError"
|
|
634
635
|
},
|
|
635
636
|
"rule": {
|
|
636
|
-
"alias": "
|
|
637
|
+
"alias": "wanFirewallRulePayloadRule: rule",
|
|
637
638
|
"args": {},
|
|
638
639
|
"deprecationReason": null,
|
|
639
640
|
"description": null,
|
|
@@ -641,9 +642,9 @@
|
|
|
641
642
|
"isDeprecated": false,
|
|
642
643
|
"name": "rule",
|
|
643
644
|
"path": "wanFirewall.removeRule.rule",
|
|
644
|
-
"requestStr": "$
|
|
645
|
+
"requestStr": "$wanFirewallRulePayload:WanFirewallRulePayload ",
|
|
645
646
|
"required": false,
|
|
646
|
-
"responseStr": "rule:$
|
|
647
|
+
"responseStr": "rule:$wanFirewallRulePayload ",
|
|
647
648
|
"type": {
|
|
648
649
|
"definition": {
|
|
649
650
|
"description": "Wan Firewall policy information for a specific revision",
|
|
@@ -657,9 +658,9 @@
|
|
|
657
658
|
"isDeprecated": false,
|
|
658
659
|
"name": "audit",
|
|
659
660
|
"path": "wanFirewall.removeRule.rule.audit",
|
|
660
|
-
"requestStr": "$
|
|
661
|
+
"requestStr": "$policyElementAudit:PolicyElementAudit! ",
|
|
661
662
|
"required": true,
|
|
662
|
-
"responseStr": "audit:$
|
|
663
|
+
"responseStr": "audit:$policyElementAudit ",
|
|
663
664
|
"type": {
|
|
664
665
|
"definition": {
|
|
665
666
|
"description": null,
|
|
@@ -722,7 +723,7 @@
|
|
|
722
723
|
"name": "PolicyElementAudit",
|
|
723
724
|
"non_null": false
|
|
724
725
|
},
|
|
725
|
-
"varName": "
|
|
726
|
+
"varName": "policyElementAudit"
|
|
726
727
|
},
|
|
727
728
|
"properties": {
|
|
728
729
|
"args": {},
|
|
@@ -809,16 +810,16 @@
|
|
|
809
810
|
"isDeprecated": false,
|
|
810
811
|
"name": "rule",
|
|
811
812
|
"path": "wanFirewall.removeRule.rule.rule",
|
|
812
|
-
"requestStr": "$
|
|
813
|
+
"requestStr": "$wanFirewallRule:WanFirewallRule! ",
|
|
813
814
|
"required": true,
|
|
814
|
-
"responseStr": "rule:$
|
|
815
|
+
"responseStr": "rule:$wanFirewallRule ",
|
|
815
816
|
"type": {
|
|
816
817
|
"definition": {
|
|
817
818
|
"description": null,
|
|
818
819
|
"enumValues": null,
|
|
819
820
|
"fields": {
|
|
820
821
|
"action": {
|
|
821
|
-
"alias": "
|
|
822
|
+
"alias": "wanFirewallActionEnumAction: action",
|
|
822
823
|
"args": {},
|
|
823
824
|
"deprecationReason": null,
|
|
824
825
|
"description": "The action applied by the Internet Firewall if the rule is matched",
|
|
@@ -870,7 +871,7 @@
|
|
|
870
871
|
"varName": "action"
|
|
871
872
|
},
|
|
872
873
|
"application": {
|
|
873
|
-
"alias": "
|
|
874
|
+
"alias": "wanFirewallApplicationApplication: application",
|
|
874
875
|
"args": {},
|
|
875
876
|
"deprecationReason": null,
|
|
876
877
|
"description": "Application traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -878,16 +879,16 @@
|
|
|
878
879
|
"isDeprecated": false,
|
|
879
880
|
"name": "application",
|
|
880
881
|
"path": "wanFirewall.removeRule.rule.rule.application",
|
|
881
|
-
"requestStr": "$
|
|
882
|
+
"requestStr": "$wanFirewallApplication:WanFirewallApplication! ",
|
|
882
883
|
"required": true,
|
|
883
|
-
"responseStr": "application:$
|
|
884
|
+
"responseStr": "application:$wanFirewallApplication ",
|
|
884
885
|
"type": {
|
|
885
886
|
"definition": {
|
|
886
887
|
"description": "Application match criteria set",
|
|
887
888
|
"enumValues": null,
|
|
888
889
|
"fields": {
|
|
889
890
|
"appCategory": {
|
|
890
|
-
"alias": "
|
|
891
|
+
"alias": "applicationCategoryRefAppCategory: appCategory",
|
|
891
892
|
"args": {},
|
|
892
893
|
"deprecationReason": null,
|
|
893
894
|
"description": "Cato category of applications which are dynamically updated by Cato",
|
|
@@ -895,9 +896,9 @@
|
|
|
895
896
|
"isDeprecated": false,
|
|
896
897
|
"name": "appCategory",
|
|
897
898
|
"path": "wanFirewall.removeRule.rule.rule.application.appCategory",
|
|
898
|
-
"requestStr": "$
|
|
899
|
+
"requestStr": "$applicationCategoryRef:[ApplicationCategoryRef]! ",
|
|
899
900
|
"required": true,
|
|
900
|
-
"responseStr": "appCategory:$
|
|
901
|
+
"responseStr": "appCategory:$applicationCategoryRef ",
|
|
901
902
|
"type": {
|
|
902
903
|
"definition": {
|
|
903
904
|
"description": null,
|
|
@@ -962,10 +963,10 @@
|
|
|
962
963
|
"name": "ApplicationCategoryRef",
|
|
963
964
|
"non_null": false
|
|
964
965
|
},
|
|
965
|
-
"varName": "
|
|
966
|
+
"varName": "applicationCategoryRef"
|
|
966
967
|
},
|
|
967
968
|
"application": {
|
|
968
|
-
"alias": "
|
|
969
|
+
"alias": "applicationRefApplication: application",
|
|
969
970
|
"args": {},
|
|
970
971
|
"deprecationReason": null,
|
|
971
972
|
"description": "Applications for the rule (pre-defined)",
|
|
@@ -973,9 +974,9 @@
|
|
|
973
974
|
"isDeprecated": false,
|
|
974
975
|
"name": "application",
|
|
975
976
|
"path": "wanFirewall.removeRule.rule.rule.application.application",
|
|
976
|
-
"requestStr": "$
|
|
977
|
+
"requestStr": "$applicationRef:[ApplicationRef]! ",
|
|
977
978
|
"required": true,
|
|
978
|
-
"responseStr": "application:$
|
|
979
|
+
"responseStr": "application:$applicationRef ",
|
|
979
980
|
"type": {
|
|
980
981
|
"definition": {
|
|
981
982
|
"description": null,
|
|
@@ -1040,10 +1041,10 @@
|
|
|
1040
1041
|
"name": "ApplicationRef",
|
|
1041
1042
|
"non_null": false
|
|
1042
1043
|
},
|
|
1043
|
-
"varName": "
|
|
1044
|
+
"varName": "applicationRef"
|
|
1044
1045
|
},
|
|
1045
1046
|
"customApp": {
|
|
1046
|
-
"alias": "
|
|
1047
|
+
"alias": "customApplicationRefCustomApp: customApp",
|
|
1047
1048
|
"args": {},
|
|
1048
1049
|
"deprecationReason": null,
|
|
1049
1050
|
"description": "Custom (user-defined) applications",
|
|
@@ -1051,9 +1052,9 @@
|
|
|
1051
1052
|
"isDeprecated": false,
|
|
1052
1053
|
"name": "customApp",
|
|
1053
1054
|
"path": "wanFirewall.removeRule.rule.rule.application.customApp",
|
|
1054
|
-
"requestStr": "$
|
|
1055
|
+
"requestStr": "$customApplicationRef:[CustomApplicationRef]! ",
|
|
1055
1056
|
"required": true,
|
|
1056
|
-
"responseStr": "customApp:$
|
|
1057
|
+
"responseStr": "customApp:$customApplicationRef ",
|
|
1057
1058
|
"type": {
|
|
1058
1059
|
"definition": {
|
|
1059
1060
|
"description": null,
|
|
@@ -1118,10 +1119,10 @@
|
|
|
1118
1119
|
"name": "CustomApplicationRef",
|
|
1119
1120
|
"non_null": false
|
|
1120
1121
|
},
|
|
1121
|
-
"varName": "
|
|
1122
|
+
"varName": "customApplicationRef"
|
|
1122
1123
|
},
|
|
1123
1124
|
"customCategory": {
|
|
1124
|
-
"alias": "
|
|
1125
|
+
"alias": "customCategoryRefCustomCategory: customCategory",
|
|
1125
1126
|
"args": {},
|
|
1126
1127
|
"deprecationReason": null,
|
|
1127
1128
|
"description": "Custom Categories \u2013 Groups of objects such as predefined and custom applications, predefined and custom services, domains, FQDNs etc.",
|
|
@@ -1129,9 +1130,9 @@
|
|
|
1129
1130
|
"isDeprecated": false,
|
|
1130
1131
|
"name": "customCategory",
|
|
1131
1132
|
"path": "wanFirewall.removeRule.rule.rule.application.customCategory",
|
|
1132
|
-
"requestStr": "$
|
|
1133
|
+
"requestStr": "$customCategoryRef:[CustomCategoryRef]! ",
|
|
1133
1134
|
"required": true,
|
|
1134
|
-
"responseStr": "customCategory:$
|
|
1135
|
+
"responseStr": "customCategory:$customCategoryRef ",
|
|
1135
1136
|
"type": {
|
|
1136
1137
|
"definition": {
|
|
1137
1138
|
"description": null,
|
|
@@ -1196,7 +1197,7 @@
|
|
|
1196
1197
|
"name": "CustomCategoryRef",
|
|
1197
1198
|
"non_null": false
|
|
1198
1199
|
},
|
|
1199
|
-
"varName": "
|
|
1200
|
+
"varName": "customCategoryRef"
|
|
1200
1201
|
},
|
|
1201
1202
|
"domain": {
|
|
1202
1203
|
"args": {},
|
|
@@ -1245,7 +1246,7 @@
|
|
|
1245
1246
|
"varName": "fqdn"
|
|
1246
1247
|
},
|
|
1247
1248
|
"globalIpRange": {
|
|
1248
|
-
"alias": "
|
|
1249
|
+
"alias": "globalIpRangeRefGlobalIpRange: globalIpRange",
|
|
1249
1250
|
"args": {},
|
|
1250
1251
|
"deprecationReason": null,
|
|
1251
1252
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -1253,9 +1254,9 @@
|
|
|
1253
1254
|
"isDeprecated": false,
|
|
1254
1255
|
"name": "globalIpRange",
|
|
1255
1256
|
"path": "wanFirewall.removeRule.rule.rule.application.globalIpRange",
|
|
1256
|
-
"requestStr": "$
|
|
1257
|
+
"requestStr": "$globalIpRangeRef:[GlobalIpRangeRef]! ",
|
|
1257
1258
|
"required": true,
|
|
1258
|
-
"responseStr": "globalIpRange:$
|
|
1259
|
+
"responseStr": "globalIpRange:$globalIpRangeRef ",
|
|
1259
1260
|
"type": {
|
|
1260
1261
|
"definition": {
|
|
1261
1262
|
"description": null,
|
|
@@ -1320,7 +1321,7 @@
|
|
|
1320
1321
|
"name": "GlobalIpRangeRef",
|
|
1321
1322
|
"non_null": false
|
|
1322
1323
|
},
|
|
1323
|
-
"varName": "
|
|
1324
|
+
"varName": "globalIpRangeRef"
|
|
1324
1325
|
},
|
|
1325
1326
|
"ip": {
|
|
1326
1327
|
"args": {},
|
|
@@ -1346,7 +1347,7 @@
|
|
|
1346
1347
|
"varName": "ip"
|
|
1347
1348
|
},
|
|
1348
1349
|
"ipRange": {
|
|
1349
|
-
"alias": "
|
|
1350
|
+
"alias": "ipAddressRangeIpRange: ipRange",
|
|
1350
1351
|
"args": {},
|
|
1351
1352
|
"deprecationReason": null,
|
|
1352
1353
|
"description": "A range of IPs. Every IP within the range will be matched",
|
|
@@ -1354,9 +1355,9 @@
|
|
|
1354
1355
|
"isDeprecated": false,
|
|
1355
1356
|
"name": "ipRange",
|
|
1356
1357
|
"path": "wanFirewall.removeRule.rule.rule.application.ipRange",
|
|
1357
|
-
"requestStr": "$
|
|
1358
|
+
"requestStr": "$ipAddressRange:[IpAddressRange]! ",
|
|
1358
1359
|
"required": true,
|
|
1359
|
-
"responseStr": "ipRange:$
|
|
1360
|
+
"responseStr": "ipRange:$ipAddressRange ",
|
|
1360
1361
|
"type": {
|
|
1361
1362
|
"definition": {
|
|
1362
1363
|
"description": "Inclusive range of IPs",
|
|
@@ -1421,10 +1422,10 @@
|
|
|
1421
1422
|
"name": "IpAddressRange",
|
|
1422
1423
|
"non_null": false
|
|
1423
1424
|
},
|
|
1424
|
-
"varName": "
|
|
1425
|
+
"varName": "ipAddressRange"
|
|
1425
1426
|
},
|
|
1426
1427
|
"sanctionedAppsCategory": {
|
|
1427
|
-
"alias": "
|
|
1428
|
+
"alias": "sanctionedAppsCategoryRefSanctionedAppsCategory: sanctionedAppsCategory",
|
|
1428
1429
|
"args": {},
|
|
1429
1430
|
"deprecationReason": null,
|
|
1430
1431
|
"description": "Sanctioned Cloud Applications - apps that are approved and generally represent an understood and acceptable level of risk in your organization.",
|
|
@@ -1432,9 +1433,9 @@
|
|
|
1432
1433
|
"isDeprecated": false,
|
|
1433
1434
|
"name": "sanctionedAppsCategory",
|
|
1434
1435
|
"path": "wanFirewall.removeRule.rule.rule.application.sanctionedAppsCategory",
|
|
1435
|
-
"requestStr": "$
|
|
1436
|
+
"requestStr": "$sanctionedAppsCategoryRef:[SanctionedAppsCategoryRef]! ",
|
|
1436
1437
|
"required": true,
|
|
1437
|
-
"responseStr": "sanctionedAppsCategory:$
|
|
1438
|
+
"responseStr": "sanctionedAppsCategory:$sanctionedAppsCategoryRef ",
|
|
1438
1439
|
"type": {
|
|
1439
1440
|
"definition": {
|
|
1440
1441
|
"description": null,
|
|
@@ -1499,7 +1500,7 @@
|
|
|
1499
1500
|
"name": "SanctionedAppsCategoryRef",
|
|
1500
1501
|
"non_null": false
|
|
1501
1502
|
},
|
|
1502
|
-
"varName": "
|
|
1503
|
+
"varName": "sanctionedAppsCategoryRef"
|
|
1503
1504
|
},
|
|
1504
1505
|
"subnet": {
|
|
1505
1506
|
"args": {},
|
|
@@ -1539,10 +1540,10 @@
|
|
|
1539
1540
|
"name": "WanFirewallApplication",
|
|
1540
1541
|
"non_null": false
|
|
1541
1542
|
},
|
|
1542
|
-
"varName": "
|
|
1543
|
+
"varName": "wanFirewallApplication"
|
|
1543
1544
|
},
|
|
1544
1545
|
"connectionOrigin": {
|
|
1545
|
-
"alias": "
|
|
1546
|
+
"alias": "connectionOriginEnumConnectionOrigin: connectionOrigin",
|
|
1546
1547
|
"args": {},
|
|
1547
1548
|
"deprecationReason": null,
|
|
1548
1549
|
"description": "Connection origin of the traffic",
|
|
@@ -1594,7 +1595,7 @@
|
|
|
1594
1595
|
"varName": "connectionOrigin"
|
|
1595
1596
|
},
|
|
1596
1597
|
"country": {
|
|
1597
|
-
"alias": "
|
|
1598
|
+
"alias": "countryRefCountry: country",
|
|
1598
1599
|
"args": {},
|
|
1599
1600
|
"deprecationReason": null,
|
|
1600
1601
|
"description": "Source country traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -1602,9 +1603,9 @@
|
|
|
1602
1603
|
"isDeprecated": false,
|
|
1603
1604
|
"name": "country",
|
|
1604
1605
|
"path": "wanFirewall.removeRule.rule.rule.country",
|
|
1605
|
-
"requestStr": "$
|
|
1606
|
+
"requestStr": "$countryRef:[CountryRef]! ",
|
|
1606
1607
|
"required": true,
|
|
1607
|
-
"responseStr": "country:$
|
|
1608
|
+
"responseStr": "country:$countryRef ",
|
|
1608
1609
|
"type": {
|
|
1609
1610
|
"definition": {
|
|
1610
1611
|
"description": null,
|
|
@@ -1669,7 +1670,7 @@
|
|
|
1669
1670
|
"name": "CountryRef",
|
|
1670
1671
|
"non_null": false
|
|
1671
1672
|
},
|
|
1672
|
-
"varName": "
|
|
1673
|
+
"varName": "countryRef"
|
|
1673
1674
|
},
|
|
1674
1675
|
"description": {
|
|
1675
1676
|
"args": {},
|
|
@@ -1693,7 +1694,7 @@
|
|
|
1693
1694
|
"varName": "description"
|
|
1694
1695
|
},
|
|
1695
1696
|
"destination": {
|
|
1696
|
-
"alias": "
|
|
1697
|
+
"alias": "wanFirewallDestinationDestination: destination",
|
|
1697
1698
|
"args": {},
|
|
1698
1699
|
"deprecationReason": null,
|
|
1699
1700
|
"description": "Destination traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -1701,16 +1702,16 @@
|
|
|
1701
1702
|
"isDeprecated": false,
|
|
1702
1703
|
"name": "destination",
|
|
1703
1704
|
"path": "wanFirewall.removeRule.rule.rule.destination",
|
|
1704
|
-
"requestStr": "$
|
|
1705
|
+
"requestStr": "$wanFirewallDestination:WanFirewallDestination! ",
|
|
1705
1706
|
"required": true,
|
|
1706
|
-
"responseStr": "destination:$
|
|
1707
|
+
"responseStr": "destination:$wanFirewallDestination ",
|
|
1707
1708
|
"type": {
|
|
1708
1709
|
"definition": {
|
|
1709
1710
|
"description": "Returns the settings for Destination of a Wan Firewall rule",
|
|
1710
1711
|
"enumValues": null,
|
|
1711
1712
|
"fields": {
|
|
1712
1713
|
"floatingSubnet": {
|
|
1713
|
-
"alias": "
|
|
1714
|
+
"alias": "floatingSubnetRefFloatingSubnet: floatingSubnet",
|
|
1714
1715
|
"args": {},
|
|
1715
1716
|
"deprecationReason": null,
|
|
1716
1717
|
"description": "Floating Subnets (ie. Floating Ranges) are used to identify traffic exactly matched to the route advertised by BGP.\nThey are not associated with a specific site.\nThis is useful in scenarios such as active-standby high availability routed via BGP.",
|
|
@@ -1718,9 +1719,9 @@
|
|
|
1718
1719
|
"isDeprecated": false,
|
|
1719
1720
|
"name": "floatingSubnet",
|
|
1720
1721
|
"path": "wanFirewall.removeRule.rule.rule.destination.floatingSubnet",
|
|
1721
|
-
"requestStr": "$
|
|
1722
|
+
"requestStr": "$floatingSubnetRef:[FloatingSubnetRef]! ",
|
|
1722
1723
|
"required": true,
|
|
1723
|
-
"responseStr": "floatingSubnet:$
|
|
1724
|
+
"responseStr": "floatingSubnet:$floatingSubnetRef ",
|
|
1724
1725
|
"type": {
|
|
1725
1726
|
"definition": {
|
|
1726
1727
|
"description": "Returns data for the Floating Subnet object. Floating Subnets (ie. Floating Ranges) are used to identify traffic exactly matched\nto the route advertised by BGP. They are not associated with a specific site.\nThis is useful in scenarios such as active-standby high availability routed via BGP.",
|
|
@@ -1785,10 +1786,10 @@
|
|
|
1785
1786
|
"name": "FloatingSubnetRef",
|
|
1786
1787
|
"non_null": false
|
|
1787
1788
|
},
|
|
1788
|
-
"varName": "
|
|
1789
|
+
"varName": "floatingSubnetRef"
|
|
1789
1790
|
},
|
|
1790
1791
|
"globalIpRange": {
|
|
1791
|
-
"alias": "
|
|
1792
|
+
"alias": "globalIpRangeRefGlobalIpRange: globalIpRange",
|
|
1792
1793
|
"args": {},
|
|
1793
1794
|
"deprecationReason": null,
|
|
1794
1795
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -1796,9 +1797,9 @@
|
|
|
1796
1797
|
"isDeprecated": false,
|
|
1797
1798
|
"name": "globalIpRange",
|
|
1798
1799
|
"path": "wanFirewall.removeRule.rule.rule.destination.globalIpRange",
|
|
1799
|
-
"requestStr": "$
|
|
1800
|
+
"requestStr": "$globalIpRangeRef:[GlobalIpRangeRef]! ",
|
|
1800
1801
|
"required": true,
|
|
1801
|
-
"responseStr": "globalIpRange:$
|
|
1802
|
+
"responseStr": "globalIpRange:$globalIpRangeRef ",
|
|
1802
1803
|
"type": {
|
|
1803
1804
|
"definition": {
|
|
1804
1805
|
"description": null,
|
|
@@ -1863,10 +1864,10 @@
|
|
|
1863
1864
|
"name": "GlobalIpRangeRef",
|
|
1864
1865
|
"non_null": false
|
|
1865
1866
|
},
|
|
1866
|
-
"varName": "
|
|
1867
|
+
"varName": "globalIpRangeRef"
|
|
1867
1868
|
},
|
|
1868
1869
|
"group": {
|
|
1869
|
-
"alias": "
|
|
1870
|
+
"alias": "groupRefGroup: group",
|
|
1870
1871
|
"args": {},
|
|
1871
1872
|
"deprecationReason": null,
|
|
1872
1873
|
"description": "Groups defined for your account",
|
|
@@ -1874,9 +1875,9 @@
|
|
|
1874
1875
|
"isDeprecated": false,
|
|
1875
1876
|
"name": "group",
|
|
1876
1877
|
"path": "wanFirewall.removeRule.rule.rule.destination.group",
|
|
1877
|
-
"requestStr": "$
|
|
1878
|
+
"requestStr": "$groupRef:[GroupRef]! ",
|
|
1878
1879
|
"required": true,
|
|
1879
|
-
"responseStr": "group:$
|
|
1880
|
+
"responseStr": "group:$groupRef ",
|
|
1880
1881
|
"type": {
|
|
1881
1882
|
"definition": {
|
|
1882
1883
|
"description": null,
|
|
@@ -1941,10 +1942,10 @@
|
|
|
1941
1942
|
"name": "GroupRef",
|
|
1942
1943
|
"non_null": false
|
|
1943
1944
|
},
|
|
1944
|
-
"varName": "
|
|
1945
|
+
"varName": "groupRef"
|
|
1945
1946
|
},
|
|
1946
1947
|
"host": {
|
|
1947
|
-
"alias": "
|
|
1948
|
+
"alias": "hostRefHost: host",
|
|
1948
1949
|
"args": {},
|
|
1949
1950
|
"deprecationReason": null,
|
|
1950
1951
|
"description": "Hosts and servers defined for your account",
|
|
@@ -1952,9 +1953,9 @@
|
|
|
1952
1953
|
"isDeprecated": false,
|
|
1953
1954
|
"name": "host",
|
|
1954
1955
|
"path": "wanFirewall.removeRule.rule.rule.destination.host",
|
|
1955
|
-
"requestStr": "$
|
|
1956
|
+
"requestStr": "$hostRef:[HostRef]! ",
|
|
1956
1957
|
"required": true,
|
|
1957
|
-
"responseStr": "host:$
|
|
1958
|
+
"responseStr": "host:$hostRef ",
|
|
1958
1959
|
"type": {
|
|
1959
1960
|
"definition": {
|
|
1960
1961
|
"description": null,
|
|
@@ -2019,7 +2020,7 @@
|
|
|
2019
2020
|
"name": "HostRef",
|
|
2020
2021
|
"non_null": false
|
|
2021
2022
|
},
|
|
2022
|
-
"varName": "
|
|
2023
|
+
"varName": "hostRef"
|
|
2023
2024
|
},
|
|
2024
2025
|
"ip": {
|
|
2025
2026
|
"args": {},
|
|
@@ -2045,7 +2046,7 @@
|
|
|
2045
2046
|
"varName": "ip"
|
|
2046
2047
|
},
|
|
2047
2048
|
"ipRange": {
|
|
2048
|
-
"alias": "
|
|
2049
|
+
"alias": "ipAddressRangeIpRange: ipRange",
|
|
2049
2050
|
"args": {},
|
|
2050
2051
|
"deprecationReason": null,
|
|
2051
2052
|
"description": "Multiple separate IP addresses or an IP range",
|
|
@@ -2053,9 +2054,9 @@
|
|
|
2053
2054
|
"isDeprecated": false,
|
|
2054
2055
|
"name": "ipRange",
|
|
2055
2056
|
"path": "wanFirewall.removeRule.rule.rule.destination.ipRange",
|
|
2056
|
-
"requestStr": "$
|
|
2057
|
+
"requestStr": "$ipAddressRange:[IpAddressRange]! ",
|
|
2057
2058
|
"required": true,
|
|
2058
|
-
"responseStr": "ipRange:$
|
|
2059
|
+
"responseStr": "ipRange:$ipAddressRange ",
|
|
2059
2060
|
"type": {
|
|
2060
2061
|
"definition": {
|
|
2061
2062
|
"description": "Inclusive range of IPs",
|
|
@@ -2120,10 +2121,10 @@
|
|
|
2120
2121
|
"name": "IpAddressRange",
|
|
2121
2122
|
"non_null": false
|
|
2122
2123
|
},
|
|
2123
|
-
"varName": "
|
|
2124
|
+
"varName": "ipAddressRange"
|
|
2124
2125
|
},
|
|
2125
2126
|
"networkInterface": {
|
|
2126
|
-
"alias": "
|
|
2127
|
+
"alias": "networkInterfaceRefNetworkInterface: networkInterface",
|
|
2127
2128
|
"args": {},
|
|
2128
2129
|
"deprecationReason": null,
|
|
2129
2130
|
"description": "Network range defined for a site",
|
|
@@ -2131,9 +2132,9 @@
|
|
|
2131
2132
|
"isDeprecated": false,
|
|
2132
2133
|
"name": "networkInterface",
|
|
2133
2134
|
"path": "wanFirewall.removeRule.rule.rule.destination.networkInterface",
|
|
2134
|
-
"requestStr": "$
|
|
2135
|
+
"requestStr": "$networkInterfaceRef:[NetworkInterfaceRef]! ",
|
|
2135
2136
|
"required": true,
|
|
2136
|
-
"responseStr": "networkInterface:$
|
|
2137
|
+
"responseStr": "networkInterface:$networkInterfaceRef ",
|
|
2137
2138
|
"type": {
|
|
2138
2139
|
"definition": {
|
|
2139
2140
|
"description": null,
|
|
@@ -2198,10 +2199,10 @@
|
|
|
2198
2199
|
"name": "NetworkInterfaceRef",
|
|
2199
2200
|
"non_null": false
|
|
2200
2201
|
},
|
|
2201
|
-
"varName": "
|
|
2202
|
+
"varName": "networkInterfaceRef"
|
|
2202
2203
|
},
|
|
2203
2204
|
"site": {
|
|
2204
|
-
"alias": "
|
|
2205
|
+
"alias": "siteRefSite: site",
|
|
2205
2206
|
"args": {},
|
|
2206
2207
|
"deprecationReason": null,
|
|
2207
2208
|
"description": "Site defined for the account",
|
|
@@ -2209,9 +2210,9 @@
|
|
|
2209
2210
|
"isDeprecated": false,
|
|
2210
2211
|
"name": "site",
|
|
2211
2212
|
"path": "wanFirewall.removeRule.rule.rule.destination.site",
|
|
2212
|
-
"requestStr": "$
|
|
2213
|
+
"requestStr": "$siteRef:[SiteRef]! ",
|
|
2213
2214
|
"required": true,
|
|
2214
|
-
"responseStr": "site:$
|
|
2215
|
+
"responseStr": "site:$siteRef ",
|
|
2215
2216
|
"type": {
|
|
2216
2217
|
"definition": {
|
|
2217
2218
|
"description": null,
|
|
@@ -2276,10 +2277,10 @@
|
|
|
2276
2277
|
"name": "SiteRef",
|
|
2277
2278
|
"non_null": false
|
|
2278
2279
|
},
|
|
2279
|
-
"varName": "
|
|
2280
|
+
"varName": "siteRef"
|
|
2280
2281
|
},
|
|
2281
2282
|
"siteNetworkSubnet": {
|
|
2282
|
-
"alias": "
|
|
2283
|
+
"alias": "siteNetworkSubnetRefSiteNetworkSubnet: siteNetworkSubnet",
|
|
2283
2284
|
"args": {},
|
|
2284
2285
|
"deprecationReason": null,
|
|
2285
2286
|
"description": "GlobalRange + InterfaceSubnet",
|
|
@@ -2287,9 +2288,9 @@
|
|
|
2287
2288
|
"isDeprecated": false,
|
|
2288
2289
|
"name": "siteNetworkSubnet",
|
|
2289
2290
|
"path": "wanFirewall.removeRule.rule.rule.destination.siteNetworkSubnet",
|
|
2290
|
-
"requestStr": "$
|
|
2291
|
+
"requestStr": "$siteNetworkSubnetRef:[SiteNetworkSubnetRef]! ",
|
|
2291
2292
|
"required": true,
|
|
2292
|
-
"responseStr": "siteNetworkSubnet:$
|
|
2293
|
+
"responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
|
|
2293
2294
|
"type": {
|
|
2294
2295
|
"definition": {
|
|
2295
2296
|
"description": null,
|
|
@@ -2354,7 +2355,7 @@
|
|
|
2354
2355
|
"name": "SiteNetworkSubnetRef",
|
|
2355
2356
|
"non_null": false
|
|
2356
2357
|
},
|
|
2357
|
-
"varName": "
|
|
2358
|
+
"varName": "siteNetworkSubnetRef"
|
|
2358
2359
|
},
|
|
2359
2360
|
"subnet": {
|
|
2360
2361
|
"args": {},
|
|
@@ -2380,7 +2381,7 @@
|
|
|
2380
2381
|
"varName": "subnet"
|
|
2381
2382
|
},
|
|
2382
2383
|
"systemGroup": {
|
|
2383
|
-
"alias": "
|
|
2384
|
+
"alias": "systemGroupRefSystemGroup: systemGroup",
|
|
2384
2385
|
"args": {},
|
|
2385
2386
|
"deprecationReason": null,
|
|
2386
2387
|
"description": "Predefined Cato groups",
|
|
@@ -2388,9 +2389,9 @@
|
|
|
2388
2389
|
"isDeprecated": false,
|
|
2389
2390
|
"name": "systemGroup",
|
|
2390
2391
|
"path": "wanFirewall.removeRule.rule.rule.destination.systemGroup",
|
|
2391
|
-
"requestStr": "$
|
|
2392
|
+
"requestStr": "$systemGroupRef:[SystemGroupRef]! ",
|
|
2392
2393
|
"required": true,
|
|
2393
|
-
"responseStr": "systemGroup:$
|
|
2394
|
+
"responseStr": "systemGroup:$systemGroupRef ",
|
|
2394
2395
|
"type": {
|
|
2395
2396
|
"definition": {
|
|
2396
2397
|
"description": null,
|
|
@@ -2455,10 +2456,10 @@
|
|
|
2455
2456
|
"name": "SystemGroupRef",
|
|
2456
2457
|
"non_null": false
|
|
2457
2458
|
},
|
|
2458
|
-
"varName": "
|
|
2459
|
+
"varName": "systemGroupRef"
|
|
2459
2460
|
},
|
|
2460
2461
|
"user": {
|
|
2461
|
-
"alias": "
|
|
2462
|
+
"alias": "userRefUser: user",
|
|
2462
2463
|
"args": {},
|
|
2463
2464
|
"deprecationReason": null,
|
|
2464
2465
|
"description": "Individual users defined for the account",
|
|
@@ -2466,9 +2467,9 @@
|
|
|
2466
2467
|
"isDeprecated": false,
|
|
2467
2468
|
"name": "user",
|
|
2468
2469
|
"path": "wanFirewall.removeRule.rule.rule.destination.user",
|
|
2469
|
-
"requestStr": "$
|
|
2470
|
+
"requestStr": "$userRef:[UserRef]! ",
|
|
2470
2471
|
"required": true,
|
|
2471
|
-
"responseStr": "user:$
|
|
2472
|
+
"responseStr": "user:$userRef ",
|
|
2472
2473
|
"type": {
|
|
2473
2474
|
"definition": {
|
|
2474
2475
|
"description": null,
|
|
@@ -2533,10 +2534,10 @@
|
|
|
2533
2534
|
"name": "UserRef",
|
|
2534
2535
|
"non_null": false
|
|
2535
2536
|
},
|
|
2536
|
-
"varName": "
|
|
2537
|
+
"varName": "userRef"
|
|
2537
2538
|
},
|
|
2538
2539
|
"usersGroup": {
|
|
2539
|
-
"alias": "
|
|
2540
|
+
"alias": "usersGroupRefUsersGroup: usersGroup",
|
|
2540
2541
|
"args": {},
|
|
2541
2542
|
"deprecationReason": null,
|
|
2542
2543
|
"description": "Group of users",
|
|
@@ -2544,9 +2545,9 @@
|
|
|
2544
2545
|
"isDeprecated": false,
|
|
2545
2546
|
"name": "usersGroup",
|
|
2546
2547
|
"path": "wanFirewall.removeRule.rule.rule.destination.usersGroup",
|
|
2547
|
-
"requestStr": "$
|
|
2548
|
+
"requestStr": "$usersGroupRef:[UsersGroupRef]! ",
|
|
2548
2549
|
"required": true,
|
|
2549
|
-
"responseStr": "usersGroup:$
|
|
2550
|
+
"responseStr": "usersGroup:$usersGroupRef ",
|
|
2550
2551
|
"type": {
|
|
2551
2552
|
"definition": {
|
|
2552
2553
|
"description": null,
|
|
@@ -2611,7 +2612,7 @@
|
|
|
2611
2612
|
"name": "UsersGroupRef",
|
|
2612
2613
|
"non_null": false
|
|
2613
2614
|
},
|
|
2614
|
-
"varName": "
|
|
2615
|
+
"varName": "usersGroupRef"
|
|
2615
2616
|
}
|
|
2616
2617
|
},
|
|
2617
2618
|
"inputFields": null,
|
|
@@ -2628,10 +2629,10 @@
|
|
|
2628
2629
|
"name": "WanFirewallDestination",
|
|
2629
2630
|
"non_null": false
|
|
2630
2631
|
},
|
|
2631
|
-
"varName": "
|
|
2632
|
+
"varName": "wanFirewallDestination"
|
|
2632
2633
|
},
|
|
2633
2634
|
"device": {
|
|
2634
|
-
"alias": "
|
|
2635
|
+
"alias": "deviceProfileRefDevice: device",
|
|
2635
2636
|
"args": {},
|
|
2636
2637
|
"deprecationReason": null,
|
|
2637
2638
|
"description": "Source Device Profile traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -2639,9 +2640,9 @@
|
|
|
2639
2640
|
"isDeprecated": false,
|
|
2640
2641
|
"name": "device",
|
|
2641
2642
|
"path": "wanFirewall.removeRule.rule.rule.device",
|
|
2642
|
-
"requestStr": "$
|
|
2643
|
+
"requestStr": "$deviceProfileRef:[DeviceProfileRef]! ",
|
|
2643
2644
|
"required": true,
|
|
2644
|
-
"responseStr": "device:$
|
|
2645
|
+
"responseStr": "device:$deviceProfileRef ",
|
|
2645
2646
|
"type": {
|
|
2646
2647
|
"definition": {
|
|
2647
2648
|
"description": null,
|
|
@@ -2706,10 +2707,182 @@
|
|
|
2706
2707
|
"name": "DeviceProfileRef",
|
|
2707
2708
|
"non_null": false
|
|
2708
2709
|
},
|
|
2709
|
-
"varName": "
|
|
2710
|
+
"varName": "deviceProfileRef"
|
|
2711
|
+
},
|
|
2712
|
+
"deviceAttributes": {
|
|
2713
|
+
"alias": "deviceAttributesDeviceAttributes: deviceAttributes",
|
|
2714
|
+
"args": {},
|
|
2715
|
+
"deprecationReason": null,
|
|
2716
|
+
"description": "Additional device attributes such as category, type, model, and manufacturer.\nLogical 'OR' is applied within the criteria set.\nLogical 'AND' is applied between criteria sets.",
|
|
2717
|
+
"id_str": "wanFirewall___removeRule___rule___rule___deviceAttributes",
|
|
2718
|
+
"isDeprecated": false,
|
|
2719
|
+
"name": "deviceAttributes",
|
|
2720
|
+
"path": "wanFirewall.removeRule.rule.rule.deviceAttributes",
|
|
2721
|
+
"requestStr": "$deviceAttributes:DeviceAttributes! ",
|
|
2722
|
+
"required": true,
|
|
2723
|
+
"responseStr": "deviceAttributes:$deviceAttributes ",
|
|
2724
|
+
"type": {
|
|
2725
|
+
"definition": {
|
|
2726
|
+
"description": null,
|
|
2727
|
+
"enumValues": null,
|
|
2728
|
+
"fields": {
|
|
2729
|
+
"category": {
|
|
2730
|
+
"args": {},
|
|
2731
|
+
"deprecationReason": null,
|
|
2732
|
+
"description": "The category of the firewall device.",
|
|
2733
|
+
"id_str": "wanFirewall___removeRule___rule___rule___deviceAttributes___category",
|
|
2734
|
+
"isDeprecated": false,
|
|
2735
|
+
"name": "category",
|
|
2736
|
+
"path": "wanFirewall.removeRule.rule.rule.deviceAttributes.category",
|
|
2737
|
+
"requestStr": "$category:[String]! ",
|
|
2738
|
+
"required": true,
|
|
2739
|
+
"responseStr": "category:$category ",
|
|
2740
|
+
"type": {
|
|
2741
|
+
"kind": [
|
|
2742
|
+
"NON_NULL",
|
|
2743
|
+
"LIST",
|
|
2744
|
+
"NON_NULL",
|
|
2745
|
+
"SCALAR"
|
|
2746
|
+
],
|
|
2747
|
+
"name": "String",
|
|
2748
|
+
"non_null": false
|
|
2749
|
+
},
|
|
2750
|
+
"varName": "category"
|
|
2751
|
+
},
|
|
2752
|
+
"manufacturer": {
|
|
2753
|
+
"args": {},
|
|
2754
|
+
"deprecationReason": null,
|
|
2755
|
+
"description": "The manufacturer of the firewall device.",
|
|
2756
|
+
"id_str": "wanFirewall___removeRule___rule___rule___deviceAttributes___manufacturer",
|
|
2757
|
+
"isDeprecated": false,
|
|
2758
|
+
"name": "manufacturer",
|
|
2759
|
+
"path": "wanFirewall.removeRule.rule.rule.deviceAttributes.manufacturer",
|
|
2760
|
+
"requestStr": "$manufacturer:[String]! ",
|
|
2761
|
+
"required": true,
|
|
2762
|
+
"responseStr": "manufacturer:$manufacturer ",
|
|
2763
|
+
"type": {
|
|
2764
|
+
"kind": [
|
|
2765
|
+
"NON_NULL",
|
|
2766
|
+
"LIST",
|
|
2767
|
+
"NON_NULL",
|
|
2768
|
+
"SCALAR"
|
|
2769
|
+
],
|
|
2770
|
+
"name": "String",
|
|
2771
|
+
"non_null": false
|
|
2772
|
+
},
|
|
2773
|
+
"varName": "manufacturer"
|
|
2774
|
+
},
|
|
2775
|
+
"model": {
|
|
2776
|
+
"args": {},
|
|
2777
|
+
"deprecationReason": null,
|
|
2778
|
+
"description": "The model of the firewall device.",
|
|
2779
|
+
"id_str": "wanFirewall___removeRule___rule___rule___deviceAttributes___model",
|
|
2780
|
+
"isDeprecated": false,
|
|
2781
|
+
"name": "model",
|
|
2782
|
+
"path": "wanFirewall.removeRule.rule.rule.deviceAttributes.model",
|
|
2783
|
+
"requestStr": "$model:[String]! ",
|
|
2784
|
+
"required": true,
|
|
2785
|
+
"responseStr": "model:$model ",
|
|
2786
|
+
"type": {
|
|
2787
|
+
"kind": [
|
|
2788
|
+
"NON_NULL",
|
|
2789
|
+
"LIST",
|
|
2790
|
+
"NON_NULL",
|
|
2791
|
+
"SCALAR"
|
|
2792
|
+
],
|
|
2793
|
+
"name": "String",
|
|
2794
|
+
"non_null": false
|
|
2795
|
+
},
|
|
2796
|
+
"varName": "model"
|
|
2797
|
+
},
|
|
2798
|
+
"os": {
|
|
2799
|
+
"args": {},
|
|
2800
|
+
"deprecationReason": null,
|
|
2801
|
+
"description": "The operating system of the firewall device.",
|
|
2802
|
+
"id_str": "wanFirewall___removeRule___rule___rule___deviceAttributes___os",
|
|
2803
|
+
"isDeprecated": false,
|
|
2804
|
+
"name": "os",
|
|
2805
|
+
"path": "wanFirewall.removeRule.rule.rule.deviceAttributes.os",
|
|
2806
|
+
"requestStr": "$os:[String]! ",
|
|
2807
|
+
"required": true,
|
|
2808
|
+
"responseStr": "os:$os ",
|
|
2809
|
+
"type": {
|
|
2810
|
+
"kind": [
|
|
2811
|
+
"NON_NULL",
|
|
2812
|
+
"LIST",
|
|
2813
|
+
"NON_NULL",
|
|
2814
|
+
"SCALAR"
|
|
2815
|
+
],
|
|
2816
|
+
"name": "String",
|
|
2817
|
+
"non_null": false
|
|
2818
|
+
},
|
|
2819
|
+
"varName": "os"
|
|
2820
|
+
},
|
|
2821
|
+
"osVersion": {
|
|
2822
|
+
"args": {},
|
|
2823
|
+
"deprecationReason": null,
|
|
2824
|
+
"description": "The version of the operating system of the firewall device.",
|
|
2825
|
+
"id_str": "wanFirewall___removeRule___rule___rule___deviceAttributes___osVersion",
|
|
2826
|
+
"isDeprecated": false,
|
|
2827
|
+
"name": "osVersion",
|
|
2828
|
+
"path": "wanFirewall.removeRule.rule.rule.deviceAttributes.osVersion",
|
|
2829
|
+
"requestStr": "$osVersion:[String]! ",
|
|
2830
|
+
"required": true,
|
|
2831
|
+
"responseStr": "osVersion:$osVersion ",
|
|
2832
|
+
"type": {
|
|
2833
|
+
"kind": [
|
|
2834
|
+
"NON_NULL",
|
|
2835
|
+
"LIST",
|
|
2836
|
+
"NON_NULL",
|
|
2837
|
+
"SCALAR"
|
|
2838
|
+
],
|
|
2839
|
+
"name": "String",
|
|
2840
|
+
"non_null": false
|
|
2841
|
+
},
|
|
2842
|
+
"varName": "osVersion"
|
|
2843
|
+
},
|
|
2844
|
+
"type": {
|
|
2845
|
+
"args": {},
|
|
2846
|
+
"deprecationReason": null,
|
|
2847
|
+
"description": "The type of the firewall device.",
|
|
2848
|
+
"id_str": "wanFirewall___removeRule___rule___rule___deviceAttributes___type",
|
|
2849
|
+
"isDeprecated": false,
|
|
2850
|
+
"name": "type",
|
|
2851
|
+
"path": "wanFirewall.removeRule.rule.rule.deviceAttributes.type",
|
|
2852
|
+
"requestStr": "$type:[String]! ",
|
|
2853
|
+
"required": true,
|
|
2854
|
+
"responseStr": "type:$type ",
|
|
2855
|
+
"type": {
|
|
2856
|
+
"kind": [
|
|
2857
|
+
"NON_NULL",
|
|
2858
|
+
"LIST",
|
|
2859
|
+
"NON_NULL",
|
|
2860
|
+
"SCALAR"
|
|
2861
|
+
],
|
|
2862
|
+
"name": "String",
|
|
2863
|
+
"non_null": false
|
|
2864
|
+
},
|
|
2865
|
+
"varName": "type"
|
|
2866
|
+
}
|
|
2867
|
+
},
|
|
2868
|
+
"inputFields": null,
|
|
2869
|
+
"interfaces": {},
|
|
2870
|
+
"kind": "OBJECT",
|
|
2871
|
+
"name": "DeviceAttributes",
|
|
2872
|
+
"possibleTypes": null
|
|
2873
|
+
},
|
|
2874
|
+
"indexType": "object",
|
|
2875
|
+
"kind": [
|
|
2876
|
+
"NON_NULL",
|
|
2877
|
+
"OBJECT"
|
|
2878
|
+
],
|
|
2879
|
+
"name": "DeviceAttributes",
|
|
2880
|
+
"non_null": false
|
|
2881
|
+
},
|
|
2882
|
+
"varName": "deviceAttributes"
|
|
2710
2883
|
},
|
|
2711
2884
|
"deviceOS": {
|
|
2712
|
-
"alias": "
|
|
2885
|
+
"alias": "operatingSystemDeviceOS: deviceOS",
|
|
2713
2886
|
"args": {},
|
|
2714
2887
|
"deprecationReason": null,
|
|
2715
2888
|
"description": "Source device Operating System traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -2781,7 +2954,7 @@
|
|
|
2781
2954
|
"varName": "deviceOS"
|
|
2782
2955
|
},
|
|
2783
2956
|
"direction": {
|
|
2784
|
-
"alias": "
|
|
2957
|
+
"alias": "wanFirewallDirectionEnumDirection: direction",
|
|
2785
2958
|
"args": {},
|
|
2786
2959
|
"deprecationReason": null,
|
|
2787
2960
|
"description": null,
|
|
@@ -2848,7 +3021,7 @@
|
|
|
2848
3021
|
"varName": "enabled"
|
|
2849
3022
|
},
|
|
2850
3023
|
"exceptions": {
|
|
2851
|
-
"alias": "
|
|
3024
|
+
"alias": "wanFirewallRuleExceptionExceptions: exceptions",
|
|
2852
3025
|
"args": {},
|
|
2853
3026
|
"deprecationReason": null,
|
|
2854
3027
|
"description": "The set of exceptions for the rule.\nExceptions define when the rule will be ignored and the firewall evaluation will continue with the lower priority rules.",
|
|
@@ -2856,16 +3029,16 @@
|
|
|
2856
3029
|
"isDeprecated": false,
|
|
2857
3030
|
"name": "exceptions",
|
|
2858
3031
|
"path": "wanFirewall.removeRule.rule.rule.exceptions",
|
|
2859
|
-
"requestStr": "$
|
|
3032
|
+
"requestStr": "$wanFirewallRuleException:[WanFirewallRuleException]! ",
|
|
2860
3033
|
"required": true,
|
|
2861
|
-
"responseStr": "exceptions:$
|
|
3034
|
+
"responseStr": "exceptions:$wanFirewallRuleException ",
|
|
2862
3035
|
"type": {
|
|
2863
3036
|
"definition": {
|
|
2864
3037
|
"description": "Exceptions define when a rule is ignored, and the firewall policy evaluation continues with the lower priority rules.",
|
|
2865
3038
|
"enumValues": null,
|
|
2866
3039
|
"fields": {
|
|
2867
3040
|
"application": {
|
|
2868
|
-
"alias": "
|
|
3041
|
+
"alias": "wanFirewallApplicationApplication: application",
|
|
2869
3042
|
"args": {},
|
|
2870
3043
|
"deprecationReason": null,
|
|
2871
3044
|
"description": "Application matching criteria for the exception.",
|
|
@@ -2873,16 +3046,16 @@
|
|
|
2873
3046
|
"isDeprecated": false,
|
|
2874
3047
|
"name": "application",
|
|
2875
3048
|
"path": "wanFirewall.removeRule.rule.rule.exceptions.application",
|
|
2876
|
-
"requestStr": "$
|
|
3049
|
+
"requestStr": "$wanFirewallApplication:WanFirewallApplication! ",
|
|
2877
3050
|
"required": true,
|
|
2878
|
-
"responseStr": "application:$
|
|
3051
|
+
"responseStr": "application:$wanFirewallApplication ",
|
|
2879
3052
|
"type": {
|
|
2880
3053
|
"definition": {
|
|
2881
3054
|
"description": "Application match criteria set",
|
|
2882
3055
|
"enumValues": null,
|
|
2883
3056
|
"fields": {
|
|
2884
3057
|
"appCategory": {
|
|
2885
|
-
"alias": "
|
|
3058
|
+
"alias": "applicationCategoryRefAppCategory: appCategory",
|
|
2886
3059
|
"args": {},
|
|
2887
3060
|
"deprecationReason": null,
|
|
2888
3061
|
"description": "Cato category of applications which are dynamically updated by Cato",
|
|
@@ -2890,9 +3063,9 @@
|
|
|
2890
3063
|
"isDeprecated": false,
|
|
2891
3064
|
"name": "appCategory",
|
|
2892
3065
|
"path": "wanFirewall.removeRule.rule.rule.exceptions.application.appCategory",
|
|
2893
|
-
"requestStr": "$
|
|
3066
|
+
"requestStr": "$applicationCategoryRef:[ApplicationCategoryRef]! ",
|
|
2894
3067
|
"required": true,
|
|
2895
|
-
"responseStr": "appCategory:$
|
|
3068
|
+
"responseStr": "appCategory:$applicationCategoryRef ",
|
|
2896
3069
|
"type": {
|
|
2897
3070
|
"definition": {
|
|
2898
3071
|
"description": null,
|
|
@@ -2957,10 +3130,10 @@
|
|
|
2957
3130
|
"name": "ApplicationCategoryRef",
|
|
2958
3131
|
"non_null": false
|
|
2959
3132
|
},
|
|
2960
|
-
"varName": "
|
|
3133
|
+
"varName": "applicationCategoryRef"
|
|
2961
3134
|
},
|
|
2962
3135
|
"application": {
|
|
2963
|
-
"alias": "
|
|
3136
|
+
"alias": "applicationRefApplication: application",
|
|
2964
3137
|
"args": {},
|
|
2965
3138
|
"deprecationReason": null,
|
|
2966
3139
|
"description": "Applications for the rule (pre-defined)",
|
|
@@ -2968,9 +3141,9 @@
|
|
|
2968
3141
|
"isDeprecated": false,
|
|
2969
3142
|
"name": "application",
|
|
2970
3143
|
"path": "wanFirewall.removeRule.rule.rule.exceptions.application.application",
|
|
2971
|
-
"requestStr": "$
|
|
3144
|
+
"requestStr": "$applicationRef:[ApplicationRef]! ",
|
|
2972
3145
|
"required": true,
|
|
2973
|
-
"responseStr": "application:$
|
|
3146
|
+
"responseStr": "application:$applicationRef ",
|
|
2974
3147
|
"type": {
|
|
2975
3148
|
"definition": {
|
|
2976
3149
|
"description": null,
|
|
@@ -3035,10 +3208,10 @@
|
|
|
3035
3208
|
"name": "ApplicationRef",
|
|
3036
3209
|
"non_null": false
|
|
3037
3210
|
},
|
|
3038
|
-
"varName": "
|
|
3211
|
+
"varName": "applicationRef"
|
|
3039
3212
|
},
|
|
3040
3213
|
"customApp": {
|
|
3041
|
-
"alias": "
|
|
3214
|
+
"alias": "customApplicationRefCustomApp: customApp",
|
|
3042
3215
|
"args": {},
|
|
3043
3216
|
"deprecationReason": null,
|
|
3044
3217
|
"description": "Custom (user-defined) applications",
|
|
@@ -3046,9 +3219,9 @@
|
|
|
3046
3219
|
"isDeprecated": false,
|
|
3047
3220
|
"name": "customApp",
|
|
3048
3221
|
"path": "wanFirewall.removeRule.rule.rule.exceptions.application.customApp",
|
|
3049
|
-
"requestStr": "$
|
|
3222
|
+
"requestStr": "$customApplicationRef:[CustomApplicationRef]! ",
|
|
3050
3223
|
"required": true,
|
|
3051
|
-
"responseStr": "customApp:$
|
|
3224
|
+
"responseStr": "customApp:$customApplicationRef ",
|
|
3052
3225
|
"type": {
|
|
3053
3226
|
"definition": {
|
|
3054
3227
|
"description": null,
|
|
@@ -3113,10 +3286,10 @@
|
|
|
3113
3286
|
"name": "CustomApplicationRef",
|
|
3114
3287
|
"non_null": false
|
|
3115
3288
|
},
|
|
3116
|
-
"varName": "
|
|
3289
|
+
"varName": "customApplicationRef"
|
|
3117
3290
|
},
|
|
3118
3291
|
"customCategory": {
|
|
3119
|
-
"alias": "
|
|
3292
|
+
"alias": "customCategoryRefCustomCategory: customCategory",
|
|
3120
3293
|
"args": {},
|
|
3121
3294
|
"deprecationReason": null,
|
|
3122
3295
|
"description": "Custom Categories \u2013 Groups of objects such as predefined and custom applications, predefined and custom services, domains, FQDNs etc.",
|
|
@@ -3124,9 +3297,9 @@
|
|
|
3124
3297
|
"isDeprecated": false,
|
|
3125
3298
|
"name": "customCategory",
|
|
3126
3299
|
"path": "wanFirewall.removeRule.rule.rule.exceptions.application.customCategory",
|
|
3127
|
-
"requestStr": "$
|
|
3300
|
+
"requestStr": "$customCategoryRef:[CustomCategoryRef]! ",
|
|
3128
3301
|
"required": true,
|
|
3129
|
-
"responseStr": "customCategory:$
|
|
3302
|
+
"responseStr": "customCategory:$customCategoryRef ",
|
|
3130
3303
|
"type": {
|
|
3131
3304
|
"definition": {
|
|
3132
3305
|
"description": null,
|
|
@@ -3191,7 +3364,7 @@
|
|
|
3191
3364
|
"name": "CustomCategoryRef",
|
|
3192
3365
|
"non_null": false
|
|
3193
3366
|
},
|
|
3194
|
-
"varName": "
|
|
3367
|
+
"varName": "customCategoryRef"
|
|
3195
3368
|
},
|
|
3196
3369
|
"domain": {
|
|
3197
3370
|
"args": {},
|
|
@@ -3240,7 +3413,7 @@
|
|
|
3240
3413
|
"varName": "fqdn"
|
|
3241
3414
|
},
|
|
3242
3415
|
"globalIpRange": {
|
|
3243
|
-
"alias": "
|
|
3416
|
+
"alias": "globalIpRangeRefGlobalIpRange: globalIpRange",
|
|
3244
3417
|
"args": {},
|
|
3245
3418
|
"deprecationReason": null,
|
|
3246
3419
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -3248,9 +3421,9 @@
|
|
|
3248
3421
|
"isDeprecated": false,
|
|
3249
3422
|
"name": "globalIpRange",
|
|
3250
3423
|
"path": "wanFirewall.removeRule.rule.rule.exceptions.application.globalIpRange",
|
|
3251
|
-
"requestStr": "$
|
|
3424
|
+
"requestStr": "$globalIpRangeRef:[GlobalIpRangeRef]! ",
|
|
3252
3425
|
"required": true,
|
|
3253
|
-
"responseStr": "globalIpRange:$
|
|
3426
|
+
"responseStr": "globalIpRange:$globalIpRangeRef ",
|
|
3254
3427
|
"type": {
|
|
3255
3428
|
"definition": {
|
|
3256
3429
|
"description": null,
|
|
@@ -3315,7 +3488,7 @@
|
|
|
3315
3488
|
"name": "GlobalIpRangeRef",
|
|
3316
3489
|
"non_null": false
|
|
3317
3490
|
},
|
|
3318
|
-
"varName": "
|
|
3491
|
+
"varName": "globalIpRangeRef"
|
|
3319
3492
|
},
|
|
3320
3493
|
"ip": {
|
|
3321
3494
|
"args": {},
|
|
@@ -3341,7 +3514,7 @@
|
|
|
3341
3514
|
"varName": "ip"
|
|
3342
3515
|
},
|
|
3343
3516
|
"ipRange": {
|
|
3344
|
-
"alias": "
|
|
3517
|
+
"alias": "ipAddressRangeIpRange: ipRange",
|
|
3345
3518
|
"args": {},
|
|
3346
3519
|
"deprecationReason": null,
|
|
3347
3520
|
"description": "A range of IPs. Every IP within the range will be matched",
|
|
@@ -3349,9 +3522,9 @@
|
|
|
3349
3522
|
"isDeprecated": false,
|
|
3350
3523
|
"name": "ipRange",
|
|
3351
3524
|
"path": "wanFirewall.removeRule.rule.rule.exceptions.application.ipRange",
|
|
3352
|
-
"requestStr": "$
|
|
3525
|
+
"requestStr": "$ipAddressRange:[IpAddressRange]! ",
|
|
3353
3526
|
"required": true,
|
|
3354
|
-
"responseStr": "ipRange:$
|
|
3527
|
+
"responseStr": "ipRange:$ipAddressRange ",
|
|
3355
3528
|
"type": {
|
|
3356
3529
|
"definition": {
|
|
3357
3530
|
"description": "Inclusive range of IPs",
|
|
@@ -3416,10 +3589,10 @@
|
|
|
3416
3589
|
"name": "IpAddressRange",
|
|
3417
3590
|
"non_null": false
|
|
3418
3591
|
},
|
|
3419
|
-
"varName": "
|
|
3592
|
+
"varName": "ipAddressRange"
|
|
3420
3593
|
},
|
|
3421
3594
|
"sanctionedAppsCategory": {
|
|
3422
|
-
"alias": "
|
|
3595
|
+
"alias": "sanctionedAppsCategoryRefSanctionedAppsCategory: sanctionedAppsCategory",
|
|
3423
3596
|
"args": {},
|
|
3424
3597
|
"deprecationReason": null,
|
|
3425
3598
|
"description": "Sanctioned Cloud Applications - apps that are approved and generally represent an understood and acceptable level of risk in your organization.",
|
|
@@ -3427,9 +3600,9 @@
|
|
|
3427
3600
|
"isDeprecated": false,
|
|
3428
3601
|
"name": "sanctionedAppsCategory",
|
|
3429
3602
|
"path": "wanFirewall.removeRule.rule.rule.exceptions.application.sanctionedAppsCategory",
|
|
3430
|
-
"requestStr": "$
|
|
3603
|
+
"requestStr": "$sanctionedAppsCategoryRef:[SanctionedAppsCategoryRef]! ",
|
|
3431
3604
|
"required": true,
|
|
3432
|
-
"responseStr": "sanctionedAppsCategory:$
|
|
3605
|
+
"responseStr": "sanctionedAppsCategory:$sanctionedAppsCategoryRef ",
|
|
3433
3606
|
"type": {
|
|
3434
3607
|
"definition": {
|
|
3435
3608
|
"description": null,
|
|
@@ -3494,7 +3667,7 @@
|
|
|
3494
3667
|
"name": "SanctionedAppsCategoryRef",
|
|
3495
3668
|
"non_null": false
|
|
3496
3669
|
},
|
|
3497
|
-
"varName": "
|
|
3670
|
+
"varName": "sanctionedAppsCategoryRef"
|
|
3498
3671
|
},
|
|
3499
3672
|
"subnet": {
|
|
3500
3673
|
"args": {},
|
|
@@ -3534,10 +3707,10 @@
|
|
|
3534
3707
|
"name": "WanFirewallApplication",
|
|
3535
3708
|
"non_null": false
|
|
3536
3709
|
},
|
|
3537
|
-
"varName": "
|
|
3710
|
+
"varName": "wanFirewallApplication"
|
|
3538
3711
|
},
|
|
3539
3712
|
"connectionOrigin": {
|
|
3540
|
-
"alias": "
|
|
3713
|
+
"alias": "connectionOriginEnumConnectionOrigin: connectionOrigin",
|
|
3541
3714
|
"args": {},
|
|
3542
3715
|
"deprecationReason": null,
|
|
3543
3716
|
"description": "Connection origin matching criteria for the exception.",
|
|
@@ -3589,7 +3762,7 @@
|
|
|
3589
3762
|
"varName": "connectionOrigin"
|
|
3590
3763
|
},
|
|
3591
3764
|
"country": {
|
|
3592
|
-
"alias": "
|
|
3765
|
+
"alias": "countryRefCountry: country",
|
|
3593
3766
|
"args": {},
|
|
3594
3767
|
"deprecationReason": null,
|
|
3595
3768
|
"description": "Source country matching criteria for the exception.",
|
|
@@ -3597,9 +3770,9 @@
|
|
|
3597
3770
|
"isDeprecated": false,
|
|
3598
3771
|
"name": "country",
|
|
3599
3772
|
"path": "wanFirewall.removeRule.rule.rule.exceptions.country",
|
|
3600
|
-
"requestStr": "$
|
|
3773
|
+
"requestStr": "$countryRef:[CountryRef]! ",
|
|
3601
3774
|
"required": true,
|
|
3602
|
-
"responseStr": "country:$
|
|
3775
|
+
"responseStr": "country:$countryRef ",
|
|
3603
3776
|
"type": {
|
|
3604
3777
|
"definition": {
|
|
3605
3778
|
"description": null,
|
|
@@ -3664,10 +3837,10 @@
|
|
|
3664
3837
|
"name": "CountryRef",
|
|
3665
3838
|
"non_null": false
|
|
3666
3839
|
},
|
|
3667
|
-
"varName": "
|
|
3840
|
+
"varName": "countryRef"
|
|
3668
3841
|
},
|
|
3669
3842
|
"destination": {
|
|
3670
|
-
"alias": "
|
|
3843
|
+
"alias": "wanFirewallDestinationDestination: destination",
|
|
3671
3844
|
"args": {},
|
|
3672
3845
|
"deprecationReason": null,
|
|
3673
3846
|
"description": "Destination matching criteria for the exception.",
|
|
@@ -3675,16 +3848,16 @@
|
|
|
3675
3848
|
"isDeprecated": false,
|
|
3676
3849
|
"name": "destination",
|
|
3677
3850
|
"path": "wanFirewall.removeRule.rule.rule.exceptions.destination",
|
|
3678
|
-
"requestStr": "$
|
|
3851
|
+
"requestStr": "$wanFirewallDestination:WanFirewallDestination! ",
|
|
3679
3852
|
"required": true,
|
|
3680
|
-
"responseStr": "destination:$
|
|
3853
|
+
"responseStr": "destination:$wanFirewallDestination ",
|
|
3681
3854
|
"type": {
|
|
3682
3855
|
"definition": {
|
|
3683
3856
|
"description": "Returns the settings for Destination of a Wan Firewall rule",
|
|
3684
3857
|
"enumValues": null,
|
|
3685
3858
|
"fields": {
|
|
3686
3859
|
"floatingSubnet": {
|
|
3687
|
-
"alias": "
|
|
3860
|
+
"alias": "floatingSubnetRefFloatingSubnet: floatingSubnet",
|
|
3688
3861
|
"args": {},
|
|
3689
3862
|
"deprecationReason": null,
|
|
3690
3863
|
"description": "Floating Subnets (ie. Floating Ranges) are used to identify traffic exactly matched to the route advertised by BGP.\nThey are not associated with a specific site.\nThis is useful in scenarios such as active-standby high availability routed via BGP.",
|
|
@@ -3692,9 +3865,9 @@
|
|
|
3692
3865
|
"isDeprecated": false,
|
|
3693
3866
|
"name": "floatingSubnet",
|
|
3694
3867
|
"path": "wanFirewall.removeRule.rule.rule.exceptions.destination.floatingSubnet",
|
|
3695
|
-
"requestStr": "$
|
|
3868
|
+
"requestStr": "$floatingSubnetRef:[FloatingSubnetRef]! ",
|
|
3696
3869
|
"required": true,
|
|
3697
|
-
"responseStr": "floatingSubnet:$
|
|
3870
|
+
"responseStr": "floatingSubnet:$floatingSubnetRef ",
|
|
3698
3871
|
"type": {
|
|
3699
3872
|
"definition": {
|
|
3700
3873
|
"description": "Returns data for the Floating Subnet object. Floating Subnets (ie. Floating Ranges) are used to identify traffic exactly matched\nto the route advertised by BGP. They are not associated with a specific site.\nThis is useful in scenarios such as active-standby high availability routed via BGP.",
|
|
@@ -3759,10 +3932,10 @@
|
|
|
3759
3932
|
"name": "FloatingSubnetRef",
|
|
3760
3933
|
"non_null": false
|
|
3761
3934
|
},
|
|
3762
|
-
"varName": "
|
|
3935
|
+
"varName": "floatingSubnetRef"
|
|
3763
3936
|
},
|
|
3764
3937
|
"globalIpRange": {
|
|
3765
|
-
"alias": "
|
|
3938
|
+
"alias": "globalIpRangeRefGlobalIpRange: globalIpRange",
|
|
3766
3939
|
"args": {},
|
|
3767
3940
|
"deprecationReason": null,
|
|
3768
3941
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -3770,9 +3943,9 @@
|
|
|
3770
3943
|
"isDeprecated": false,
|
|
3771
3944
|
"name": "globalIpRange",
|
|
3772
3945
|
"path": "wanFirewall.removeRule.rule.rule.exceptions.destination.globalIpRange",
|
|
3773
|
-
"requestStr": "$
|
|
3946
|
+
"requestStr": "$globalIpRangeRef:[GlobalIpRangeRef]! ",
|
|
3774
3947
|
"required": true,
|
|
3775
|
-
"responseStr": "globalIpRange:$
|
|
3948
|
+
"responseStr": "globalIpRange:$globalIpRangeRef ",
|
|
3776
3949
|
"type": {
|
|
3777
3950
|
"definition": {
|
|
3778
3951
|
"description": null,
|
|
@@ -3837,10 +4010,10 @@
|
|
|
3837
4010
|
"name": "GlobalIpRangeRef",
|
|
3838
4011
|
"non_null": false
|
|
3839
4012
|
},
|
|
3840
|
-
"varName": "
|
|
4013
|
+
"varName": "globalIpRangeRef"
|
|
3841
4014
|
},
|
|
3842
4015
|
"group": {
|
|
3843
|
-
"alias": "
|
|
4016
|
+
"alias": "groupRefGroup: group",
|
|
3844
4017
|
"args": {},
|
|
3845
4018
|
"deprecationReason": null,
|
|
3846
4019
|
"description": "Groups defined for your account",
|
|
@@ -3848,9 +4021,9 @@
|
|
|
3848
4021
|
"isDeprecated": false,
|
|
3849
4022
|
"name": "group",
|
|
3850
4023
|
"path": "wanFirewall.removeRule.rule.rule.exceptions.destination.group",
|
|
3851
|
-
"requestStr": "$
|
|
4024
|
+
"requestStr": "$groupRef:[GroupRef]! ",
|
|
3852
4025
|
"required": true,
|
|
3853
|
-
"responseStr": "group:$
|
|
4026
|
+
"responseStr": "group:$groupRef ",
|
|
3854
4027
|
"type": {
|
|
3855
4028
|
"definition": {
|
|
3856
4029
|
"description": null,
|
|
@@ -3915,10 +4088,10 @@
|
|
|
3915
4088
|
"name": "GroupRef",
|
|
3916
4089
|
"non_null": false
|
|
3917
4090
|
},
|
|
3918
|
-
"varName": "
|
|
4091
|
+
"varName": "groupRef"
|
|
3919
4092
|
},
|
|
3920
4093
|
"host": {
|
|
3921
|
-
"alias": "
|
|
4094
|
+
"alias": "hostRefHost: host",
|
|
3922
4095
|
"args": {},
|
|
3923
4096
|
"deprecationReason": null,
|
|
3924
4097
|
"description": "Hosts and servers defined for your account",
|
|
@@ -3926,9 +4099,9 @@
|
|
|
3926
4099
|
"isDeprecated": false,
|
|
3927
4100
|
"name": "host",
|
|
3928
4101
|
"path": "wanFirewall.removeRule.rule.rule.exceptions.destination.host",
|
|
3929
|
-
"requestStr": "$
|
|
4102
|
+
"requestStr": "$hostRef:[HostRef]! ",
|
|
3930
4103
|
"required": true,
|
|
3931
|
-
"responseStr": "host:$
|
|
4104
|
+
"responseStr": "host:$hostRef ",
|
|
3932
4105
|
"type": {
|
|
3933
4106
|
"definition": {
|
|
3934
4107
|
"description": null,
|
|
@@ -3993,7 +4166,7 @@
|
|
|
3993
4166
|
"name": "HostRef",
|
|
3994
4167
|
"non_null": false
|
|
3995
4168
|
},
|
|
3996
|
-
"varName": "
|
|
4169
|
+
"varName": "hostRef"
|
|
3997
4170
|
},
|
|
3998
4171
|
"ip": {
|
|
3999
4172
|
"args": {},
|
|
@@ -4019,7 +4192,7 @@
|
|
|
4019
4192
|
"varName": "ip"
|
|
4020
4193
|
},
|
|
4021
4194
|
"ipRange": {
|
|
4022
|
-
"alias": "
|
|
4195
|
+
"alias": "ipAddressRangeIpRange: ipRange",
|
|
4023
4196
|
"args": {},
|
|
4024
4197
|
"deprecationReason": null,
|
|
4025
4198
|
"description": "Multiple separate IP addresses or an IP range",
|
|
@@ -4027,9 +4200,9 @@
|
|
|
4027
4200
|
"isDeprecated": false,
|
|
4028
4201
|
"name": "ipRange",
|
|
4029
4202
|
"path": "wanFirewall.removeRule.rule.rule.exceptions.destination.ipRange",
|
|
4030
|
-
"requestStr": "$
|
|
4203
|
+
"requestStr": "$ipAddressRange:[IpAddressRange]! ",
|
|
4031
4204
|
"required": true,
|
|
4032
|
-
"responseStr": "ipRange:$
|
|
4205
|
+
"responseStr": "ipRange:$ipAddressRange ",
|
|
4033
4206
|
"type": {
|
|
4034
4207
|
"definition": {
|
|
4035
4208
|
"description": "Inclusive range of IPs",
|
|
@@ -4094,10 +4267,10 @@
|
|
|
4094
4267
|
"name": "IpAddressRange",
|
|
4095
4268
|
"non_null": false
|
|
4096
4269
|
},
|
|
4097
|
-
"varName": "
|
|
4270
|
+
"varName": "ipAddressRange"
|
|
4098
4271
|
},
|
|
4099
4272
|
"networkInterface": {
|
|
4100
|
-
"alias": "
|
|
4273
|
+
"alias": "networkInterfaceRefNetworkInterface: networkInterface",
|
|
4101
4274
|
"args": {},
|
|
4102
4275
|
"deprecationReason": null,
|
|
4103
4276
|
"description": "Network range defined for a site",
|
|
@@ -4105,9 +4278,9 @@
|
|
|
4105
4278
|
"isDeprecated": false,
|
|
4106
4279
|
"name": "networkInterface",
|
|
4107
4280
|
"path": "wanFirewall.removeRule.rule.rule.exceptions.destination.networkInterface",
|
|
4108
|
-
"requestStr": "$
|
|
4281
|
+
"requestStr": "$networkInterfaceRef:[NetworkInterfaceRef]! ",
|
|
4109
4282
|
"required": true,
|
|
4110
|
-
"responseStr": "networkInterface:$
|
|
4283
|
+
"responseStr": "networkInterface:$networkInterfaceRef ",
|
|
4111
4284
|
"type": {
|
|
4112
4285
|
"definition": {
|
|
4113
4286
|
"description": null,
|
|
@@ -4172,10 +4345,10 @@
|
|
|
4172
4345
|
"name": "NetworkInterfaceRef",
|
|
4173
4346
|
"non_null": false
|
|
4174
4347
|
},
|
|
4175
|
-
"varName": "
|
|
4348
|
+
"varName": "networkInterfaceRef"
|
|
4176
4349
|
},
|
|
4177
4350
|
"site": {
|
|
4178
|
-
"alias": "
|
|
4351
|
+
"alias": "siteRefSite: site",
|
|
4179
4352
|
"args": {},
|
|
4180
4353
|
"deprecationReason": null,
|
|
4181
4354
|
"description": "Site defined for the account",
|
|
@@ -4183,9 +4356,9 @@
|
|
|
4183
4356
|
"isDeprecated": false,
|
|
4184
4357
|
"name": "site",
|
|
4185
4358
|
"path": "wanFirewall.removeRule.rule.rule.exceptions.destination.site",
|
|
4186
|
-
"requestStr": "$
|
|
4359
|
+
"requestStr": "$siteRef:[SiteRef]! ",
|
|
4187
4360
|
"required": true,
|
|
4188
|
-
"responseStr": "site:$
|
|
4361
|
+
"responseStr": "site:$siteRef ",
|
|
4189
4362
|
"type": {
|
|
4190
4363
|
"definition": {
|
|
4191
4364
|
"description": null,
|
|
@@ -4250,10 +4423,10 @@
|
|
|
4250
4423
|
"name": "SiteRef",
|
|
4251
4424
|
"non_null": false
|
|
4252
4425
|
},
|
|
4253
|
-
"varName": "
|
|
4426
|
+
"varName": "siteRef"
|
|
4254
4427
|
},
|
|
4255
4428
|
"siteNetworkSubnet": {
|
|
4256
|
-
"alias": "
|
|
4429
|
+
"alias": "siteNetworkSubnetRefSiteNetworkSubnet: siteNetworkSubnet",
|
|
4257
4430
|
"args": {},
|
|
4258
4431
|
"deprecationReason": null,
|
|
4259
4432
|
"description": "GlobalRange + InterfaceSubnet",
|
|
@@ -4261,9 +4434,9 @@
|
|
|
4261
4434
|
"isDeprecated": false,
|
|
4262
4435
|
"name": "siteNetworkSubnet",
|
|
4263
4436
|
"path": "wanFirewall.removeRule.rule.rule.exceptions.destination.siteNetworkSubnet",
|
|
4264
|
-
"requestStr": "$
|
|
4437
|
+
"requestStr": "$siteNetworkSubnetRef:[SiteNetworkSubnetRef]! ",
|
|
4265
4438
|
"required": true,
|
|
4266
|
-
"responseStr": "siteNetworkSubnet:$
|
|
4439
|
+
"responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
|
|
4267
4440
|
"type": {
|
|
4268
4441
|
"definition": {
|
|
4269
4442
|
"description": null,
|
|
@@ -4328,7 +4501,7 @@
|
|
|
4328
4501
|
"name": "SiteNetworkSubnetRef",
|
|
4329
4502
|
"non_null": false
|
|
4330
4503
|
},
|
|
4331
|
-
"varName": "
|
|
4504
|
+
"varName": "siteNetworkSubnetRef"
|
|
4332
4505
|
},
|
|
4333
4506
|
"subnet": {
|
|
4334
4507
|
"args": {},
|
|
@@ -4354,7 +4527,7 @@
|
|
|
4354
4527
|
"varName": "subnet"
|
|
4355
4528
|
},
|
|
4356
4529
|
"systemGroup": {
|
|
4357
|
-
"alias": "
|
|
4530
|
+
"alias": "systemGroupRefSystemGroup: systemGroup",
|
|
4358
4531
|
"args": {},
|
|
4359
4532
|
"deprecationReason": null,
|
|
4360
4533
|
"description": "Predefined Cato groups",
|
|
@@ -4362,9 +4535,9 @@
|
|
|
4362
4535
|
"isDeprecated": false,
|
|
4363
4536
|
"name": "systemGroup",
|
|
4364
4537
|
"path": "wanFirewall.removeRule.rule.rule.exceptions.destination.systemGroup",
|
|
4365
|
-
"requestStr": "$
|
|
4538
|
+
"requestStr": "$systemGroupRef:[SystemGroupRef]! ",
|
|
4366
4539
|
"required": true,
|
|
4367
|
-
"responseStr": "systemGroup:$
|
|
4540
|
+
"responseStr": "systemGroup:$systemGroupRef ",
|
|
4368
4541
|
"type": {
|
|
4369
4542
|
"definition": {
|
|
4370
4543
|
"description": null,
|
|
@@ -4429,10 +4602,10 @@
|
|
|
4429
4602
|
"name": "SystemGroupRef",
|
|
4430
4603
|
"non_null": false
|
|
4431
4604
|
},
|
|
4432
|
-
"varName": "
|
|
4605
|
+
"varName": "systemGroupRef"
|
|
4433
4606
|
},
|
|
4434
4607
|
"user": {
|
|
4435
|
-
"alias": "
|
|
4608
|
+
"alias": "userRefUser: user",
|
|
4436
4609
|
"args": {},
|
|
4437
4610
|
"deprecationReason": null,
|
|
4438
4611
|
"description": "Individual users defined for the account",
|
|
@@ -4440,9 +4613,9 @@
|
|
|
4440
4613
|
"isDeprecated": false,
|
|
4441
4614
|
"name": "user",
|
|
4442
4615
|
"path": "wanFirewall.removeRule.rule.rule.exceptions.destination.user",
|
|
4443
|
-
"requestStr": "$
|
|
4616
|
+
"requestStr": "$userRef:[UserRef]! ",
|
|
4444
4617
|
"required": true,
|
|
4445
|
-
"responseStr": "user:$
|
|
4618
|
+
"responseStr": "user:$userRef ",
|
|
4446
4619
|
"type": {
|
|
4447
4620
|
"definition": {
|
|
4448
4621
|
"description": null,
|
|
@@ -4507,10 +4680,10 @@
|
|
|
4507
4680
|
"name": "UserRef",
|
|
4508
4681
|
"non_null": false
|
|
4509
4682
|
},
|
|
4510
|
-
"varName": "
|
|
4683
|
+
"varName": "userRef"
|
|
4511
4684
|
},
|
|
4512
4685
|
"usersGroup": {
|
|
4513
|
-
"alias": "
|
|
4686
|
+
"alias": "usersGroupRefUsersGroup: usersGroup",
|
|
4514
4687
|
"args": {},
|
|
4515
4688
|
"deprecationReason": null,
|
|
4516
4689
|
"description": "Group of users",
|
|
@@ -4518,9 +4691,9 @@
|
|
|
4518
4691
|
"isDeprecated": false,
|
|
4519
4692
|
"name": "usersGroup",
|
|
4520
4693
|
"path": "wanFirewall.removeRule.rule.rule.exceptions.destination.usersGroup",
|
|
4521
|
-
"requestStr": "$
|
|
4694
|
+
"requestStr": "$usersGroupRef:[UsersGroupRef]! ",
|
|
4522
4695
|
"required": true,
|
|
4523
|
-
"responseStr": "usersGroup:$
|
|
4696
|
+
"responseStr": "usersGroup:$usersGroupRef ",
|
|
4524
4697
|
"type": {
|
|
4525
4698
|
"definition": {
|
|
4526
4699
|
"description": null,
|
|
@@ -4585,7 +4758,7 @@
|
|
|
4585
4758
|
"name": "UsersGroupRef",
|
|
4586
4759
|
"non_null": false
|
|
4587
4760
|
},
|
|
4588
|
-
"varName": "
|
|
4761
|
+
"varName": "usersGroupRef"
|
|
4589
4762
|
}
|
|
4590
4763
|
},
|
|
4591
4764
|
"inputFields": null,
|
|
@@ -4602,10 +4775,10 @@
|
|
|
4602
4775
|
"name": "WanFirewallDestination",
|
|
4603
4776
|
"non_null": false
|
|
4604
4777
|
},
|
|
4605
|
-
"varName": "
|
|
4778
|
+
"varName": "wanFirewallDestination"
|
|
4606
4779
|
},
|
|
4607
4780
|
"device": {
|
|
4608
|
-
"alias": "
|
|
4781
|
+
"alias": "deviceProfileRefDevice: device",
|
|
4609
4782
|
"args": {},
|
|
4610
4783
|
"deprecationReason": null,
|
|
4611
4784
|
"description": "Source Device Profile matching criteria for the exception.",
|
|
@@ -4613,9 +4786,9 @@
|
|
|
4613
4786
|
"isDeprecated": false,
|
|
4614
4787
|
"name": "device",
|
|
4615
4788
|
"path": "wanFirewall.removeRule.rule.rule.exceptions.device",
|
|
4616
|
-
"requestStr": "$
|
|
4789
|
+
"requestStr": "$deviceProfileRef:[DeviceProfileRef]! ",
|
|
4617
4790
|
"required": true,
|
|
4618
|
-
"responseStr": "device:$
|
|
4791
|
+
"responseStr": "device:$deviceProfileRef ",
|
|
4619
4792
|
"type": {
|
|
4620
4793
|
"definition": {
|
|
4621
4794
|
"description": null,
|
|
@@ -4680,10 +4853,182 @@
|
|
|
4680
4853
|
"name": "DeviceProfileRef",
|
|
4681
4854
|
"non_null": false
|
|
4682
4855
|
},
|
|
4683
|
-
"varName": "
|
|
4856
|
+
"varName": "deviceProfileRef"
|
|
4857
|
+
},
|
|
4858
|
+
"deviceAttributes": {
|
|
4859
|
+
"alias": "deviceAttributesDeviceAttributes: deviceAttributes",
|
|
4860
|
+
"args": {},
|
|
4861
|
+
"deprecationReason": null,
|
|
4862
|
+
"description": "Source Device Attributes matching criteria for the exception.",
|
|
4863
|
+
"id_str": "wanFirewall___removeRule___rule___rule___exceptions___deviceAttributes",
|
|
4864
|
+
"isDeprecated": false,
|
|
4865
|
+
"name": "deviceAttributes",
|
|
4866
|
+
"path": "wanFirewall.removeRule.rule.rule.exceptions.deviceAttributes",
|
|
4867
|
+
"requestStr": "$deviceAttributes:DeviceAttributes! ",
|
|
4868
|
+
"required": true,
|
|
4869
|
+
"responseStr": "deviceAttributes:$deviceAttributes ",
|
|
4870
|
+
"type": {
|
|
4871
|
+
"definition": {
|
|
4872
|
+
"description": null,
|
|
4873
|
+
"enumValues": null,
|
|
4874
|
+
"fields": {
|
|
4875
|
+
"category": {
|
|
4876
|
+
"args": {},
|
|
4877
|
+
"deprecationReason": null,
|
|
4878
|
+
"description": "The category of the firewall device.",
|
|
4879
|
+
"id_str": "wanFirewall___removeRule___rule___rule___exceptions___deviceAttributes___category",
|
|
4880
|
+
"isDeprecated": false,
|
|
4881
|
+
"name": "category",
|
|
4882
|
+
"path": "wanFirewall.removeRule.rule.rule.exceptions.deviceAttributes.category",
|
|
4883
|
+
"requestStr": "$category:[String]! ",
|
|
4884
|
+
"required": true,
|
|
4885
|
+
"responseStr": "category:$category ",
|
|
4886
|
+
"type": {
|
|
4887
|
+
"kind": [
|
|
4888
|
+
"NON_NULL",
|
|
4889
|
+
"LIST",
|
|
4890
|
+
"NON_NULL",
|
|
4891
|
+
"SCALAR"
|
|
4892
|
+
],
|
|
4893
|
+
"name": "String",
|
|
4894
|
+
"non_null": false
|
|
4895
|
+
},
|
|
4896
|
+
"varName": "category"
|
|
4897
|
+
},
|
|
4898
|
+
"manufacturer": {
|
|
4899
|
+
"args": {},
|
|
4900
|
+
"deprecationReason": null,
|
|
4901
|
+
"description": "The manufacturer of the firewall device.",
|
|
4902
|
+
"id_str": "wanFirewall___removeRule___rule___rule___exceptions___deviceAttributes___manufacturer",
|
|
4903
|
+
"isDeprecated": false,
|
|
4904
|
+
"name": "manufacturer",
|
|
4905
|
+
"path": "wanFirewall.removeRule.rule.rule.exceptions.deviceAttributes.manufacturer",
|
|
4906
|
+
"requestStr": "$manufacturer:[String]! ",
|
|
4907
|
+
"required": true,
|
|
4908
|
+
"responseStr": "manufacturer:$manufacturer ",
|
|
4909
|
+
"type": {
|
|
4910
|
+
"kind": [
|
|
4911
|
+
"NON_NULL",
|
|
4912
|
+
"LIST",
|
|
4913
|
+
"NON_NULL",
|
|
4914
|
+
"SCALAR"
|
|
4915
|
+
],
|
|
4916
|
+
"name": "String",
|
|
4917
|
+
"non_null": false
|
|
4918
|
+
},
|
|
4919
|
+
"varName": "manufacturer"
|
|
4920
|
+
},
|
|
4921
|
+
"model": {
|
|
4922
|
+
"args": {},
|
|
4923
|
+
"deprecationReason": null,
|
|
4924
|
+
"description": "The model of the firewall device.",
|
|
4925
|
+
"id_str": "wanFirewall___removeRule___rule___rule___exceptions___deviceAttributes___model",
|
|
4926
|
+
"isDeprecated": false,
|
|
4927
|
+
"name": "model",
|
|
4928
|
+
"path": "wanFirewall.removeRule.rule.rule.exceptions.deviceAttributes.model",
|
|
4929
|
+
"requestStr": "$model:[String]! ",
|
|
4930
|
+
"required": true,
|
|
4931
|
+
"responseStr": "model:$model ",
|
|
4932
|
+
"type": {
|
|
4933
|
+
"kind": [
|
|
4934
|
+
"NON_NULL",
|
|
4935
|
+
"LIST",
|
|
4936
|
+
"NON_NULL",
|
|
4937
|
+
"SCALAR"
|
|
4938
|
+
],
|
|
4939
|
+
"name": "String",
|
|
4940
|
+
"non_null": false
|
|
4941
|
+
},
|
|
4942
|
+
"varName": "model"
|
|
4943
|
+
},
|
|
4944
|
+
"os": {
|
|
4945
|
+
"args": {},
|
|
4946
|
+
"deprecationReason": null,
|
|
4947
|
+
"description": "The operating system of the firewall device.",
|
|
4948
|
+
"id_str": "wanFirewall___removeRule___rule___rule___exceptions___deviceAttributes___os",
|
|
4949
|
+
"isDeprecated": false,
|
|
4950
|
+
"name": "os",
|
|
4951
|
+
"path": "wanFirewall.removeRule.rule.rule.exceptions.deviceAttributes.os",
|
|
4952
|
+
"requestStr": "$os:[String]! ",
|
|
4953
|
+
"required": true,
|
|
4954
|
+
"responseStr": "os:$os ",
|
|
4955
|
+
"type": {
|
|
4956
|
+
"kind": [
|
|
4957
|
+
"NON_NULL",
|
|
4958
|
+
"LIST",
|
|
4959
|
+
"NON_NULL",
|
|
4960
|
+
"SCALAR"
|
|
4961
|
+
],
|
|
4962
|
+
"name": "String",
|
|
4963
|
+
"non_null": false
|
|
4964
|
+
},
|
|
4965
|
+
"varName": "os"
|
|
4966
|
+
},
|
|
4967
|
+
"osVersion": {
|
|
4968
|
+
"args": {},
|
|
4969
|
+
"deprecationReason": null,
|
|
4970
|
+
"description": "The version of the operating system of the firewall device.",
|
|
4971
|
+
"id_str": "wanFirewall___removeRule___rule___rule___exceptions___deviceAttributes___osVersion",
|
|
4972
|
+
"isDeprecated": false,
|
|
4973
|
+
"name": "osVersion",
|
|
4974
|
+
"path": "wanFirewall.removeRule.rule.rule.exceptions.deviceAttributes.osVersion",
|
|
4975
|
+
"requestStr": "$osVersion:[String]! ",
|
|
4976
|
+
"required": true,
|
|
4977
|
+
"responseStr": "osVersion:$osVersion ",
|
|
4978
|
+
"type": {
|
|
4979
|
+
"kind": [
|
|
4980
|
+
"NON_NULL",
|
|
4981
|
+
"LIST",
|
|
4982
|
+
"NON_NULL",
|
|
4983
|
+
"SCALAR"
|
|
4984
|
+
],
|
|
4985
|
+
"name": "String",
|
|
4986
|
+
"non_null": false
|
|
4987
|
+
},
|
|
4988
|
+
"varName": "osVersion"
|
|
4989
|
+
},
|
|
4990
|
+
"type": {
|
|
4991
|
+
"args": {},
|
|
4992
|
+
"deprecationReason": null,
|
|
4993
|
+
"description": "The type of the firewall device.",
|
|
4994
|
+
"id_str": "wanFirewall___removeRule___rule___rule___exceptions___deviceAttributes___type",
|
|
4995
|
+
"isDeprecated": false,
|
|
4996
|
+
"name": "type",
|
|
4997
|
+
"path": "wanFirewall.removeRule.rule.rule.exceptions.deviceAttributes.type",
|
|
4998
|
+
"requestStr": "$type:[String]! ",
|
|
4999
|
+
"required": true,
|
|
5000
|
+
"responseStr": "type:$type ",
|
|
5001
|
+
"type": {
|
|
5002
|
+
"kind": [
|
|
5003
|
+
"NON_NULL",
|
|
5004
|
+
"LIST",
|
|
5005
|
+
"NON_NULL",
|
|
5006
|
+
"SCALAR"
|
|
5007
|
+
],
|
|
5008
|
+
"name": "String",
|
|
5009
|
+
"non_null": false
|
|
5010
|
+
},
|
|
5011
|
+
"varName": "type"
|
|
5012
|
+
}
|
|
5013
|
+
},
|
|
5014
|
+
"inputFields": null,
|
|
5015
|
+
"interfaces": {},
|
|
5016
|
+
"kind": "OBJECT",
|
|
5017
|
+
"name": "DeviceAttributes",
|
|
5018
|
+
"possibleTypes": null
|
|
5019
|
+
},
|
|
5020
|
+
"indexType": "object",
|
|
5021
|
+
"kind": [
|
|
5022
|
+
"NON_NULL",
|
|
5023
|
+
"OBJECT"
|
|
5024
|
+
],
|
|
5025
|
+
"name": "DeviceAttributes",
|
|
5026
|
+
"non_null": false
|
|
5027
|
+
},
|
|
5028
|
+
"varName": "deviceAttributes"
|
|
4684
5029
|
},
|
|
4685
5030
|
"deviceOS": {
|
|
4686
|
-
"alias": "
|
|
5031
|
+
"alias": "operatingSystemDeviceOS: deviceOS",
|
|
4687
5032
|
"args": {},
|
|
4688
5033
|
"deprecationReason": null,
|
|
4689
5034
|
"description": "Source device OS matching criteria for the exception.",
|
|
@@ -4755,7 +5100,7 @@
|
|
|
4755
5100
|
"varName": "deviceOS"
|
|
4756
5101
|
},
|
|
4757
5102
|
"direction": {
|
|
4758
|
-
"alias": "
|
|
5103
|
+
"alias": "wanFirewallDirectionEnumDirection: direction",
|
|
4759
5104
|
"args": {},
|
|
4760
5105
|
"deprecationReason": null,
|
|
4761
5106
|
"description": "Direction origin matching criteria for the exception",
|
|
@@ -4822,7 +5167,7 @@
|
|
|
4822
5167
|
"varName": "name"
|
|
4823
5168
|
},
|
|
4824
5169
|
"service": {
|
|
4825
|
-
"alias": "
|
|
5170
|
+
"alias": "wanFirewallServiceTypeService: service",
|
|
4826
5171
|
"args": {},
|
|
4827
5172
|
"deprecationReason": null,
|
|
4828
5173
|
"description": "Destination service matching criteria for the exception.",
|
|
@@ -4830,16 +5175,16 @@
|
|
|
4830
5175
|
"isDeprecated": false,
|
|
4831
5176
|
"name": "service",
|
|
4832
5177
|
"path": "wanFirewall.removeRule.rule.rule.exceptions.service",
|
|
4833
|
-
"requestStr": "$
|
|
5178
|
+
"requestStr": "$wanFirewallServiceType:WanFirewallServiceType! ",
|
|
4834
5179
|
"required": true,
|
|
4835
|
-
"responseStr": "service:$
|
|
5180
|
+
"responseStr": "service:$wanFirewallServiceType ",
|
|
4836
5181
|
"type": {
|
|
4837
5182
|
"definition": {
|
|
4838
5183
|
"description": "Add the Service Type to which this Internet Firewall rule applies",
|
|
4839
5184
|
"enumValues": null,
|
|
4840
5185
|
"fields": {
|
|
4841
5186
|
"custom": {
|
|
4842
|
-
"alias": "
|
|
5187
|
+
"alias": "customServiceCustom: custom",
|
|
4843
5188
|
"args": {},
|
|
4844
5189
|
"deprecationReason": null,
|
|
4845
5190
|
"description": null,
|
|
@@ -4847,9 +5192,9 @@
|
|
|
4847
5192
|
"isDeprecated": false,
|
|
4848
5193
|
"name": "custom",
|
|
4849
5194
|
"path": "wanFirewall.removeRule.rule.rule.exceptions.service.custom",
|
|
4850
|
-
"requestStr": "$
|
|
5195
|
+
"requestStr": "$customService:[CustomService]! ",
|
|
4851
5196
|
"required": true,
|
|
4852
|
-
"responseStr": "custom:$
|
|
5197
|
+
"responseStr": "custom:$customService ",
|
|
4853
5198
|
"type": {
|
|
4854
5199
|
"definition": {
|
|
4855
5200
|
"description": "Returns data for Custom Service defined by a combination of L4 ports and an IP Protocol",
|
|
@@ -4878,7 +5223,7 @@
|
|
|
4878
5223
|
"varName": "port"
|
|
4879
5224
|
},
|
|
4880
5225
|
"portRange": {
|
|
4881
|
-
"alias": "
|
|
5226
|
+
"alias": "portRangePortRange: portRange",
|
|
4882
5227
|
"args": {},
|
|
4883
5228
|
"deprecationReason": null,
|
|
4884
5229
|
"description": null,
|
|
@@ -4886,9 +5231,9 @@
|
|
|
4886
5231
|
"isDeprecated": false,
|
|
4887
5232
|
"name": "portRange",
|
|
4888
5233
|
"path": "wanFirewall.removeRule.rule.rule.exceptions.service.custom.portRange",
|
|
4889
|
-
"requestStr": "$
|
|
5234
|
+
"requestStr": "$portRange:PortRange ",
|
|
4890
5235
|
"required": false,
|
|
4891
|
-
"responseStr": "portRange:$
|
|
5236
|
+
"responseStr": "portRange:$portRange ",
|
|
4892
5237
|
"type": {
|
|
4893
5238
|
"definition": {
|
|
4894
5239
|
"description": "Inclusive network port range",
|
|
@@ -4950,10 +5295,10 @@
|
|
|
4950
5295
|
"name": "PortRange",
|
|
4951
5296
|
"non_null": false
|
|
4952
5297
|
},
|
|
4953
|
-
"varName": "
|
|
5298
|
+
"varName": "portRange"
|
|
4954
5299
|
},
|
|
4955
5300
|
"protocol": {
|
|
4956
|
-
"alias": "
|
|
5301
|
+
"alias": "ipProtocolProtocol: protocol",
|
|
4957
5302
|
"args": {},
|
|
4958
5303
|
"deprecationReason": null,
|
|
4959
5304
|
"description": null,
|
|
@@ -5033,10 +5378,10 @@
|
|
|
5033
5378
|
"name": "CustomService",
|
|
5034
5379
|
"non_null": false
|
|
5035
5380
|
},
|
|
5036
|
-
"varName": "
|
|
5381
|
+
"varName": "customService"
|
|
5037
5382
|
},
|
|
5038
5383
|
"standard": {
|
|
5039
|
-
"alias": "
|
|
5384
|
+
"alias": "serviceRefStandard: standard",
|
|
5040
5385
|
"args": {},
|
|
5041
5386
|
"deprecationReason": null,
|
|
5042
5387
|
"description": null,
|
|
@@ -5044,9 +5389,9 @@
|
|
|
5044
5389
|
"isDeprecated": false,
|
|
5045
5390
|
"name": "standard",
|
|
5046
5391
|
"path": "wanFirewall.removeRule.rule.rule.exceptions.service.standard",
|
|
5047
|
-
"requestStr": "$
|
|
5392
|
+
"requestStr": "$serviceRef:[ServiceRef]! ",
|
|
5048
5393
|
"required": true,
|
|
5049
|
-
"responseStr": "standard:$
|
|
5394
|
+
"responseStr": "standard:$serviceRef ",
|
|
5050
5395
|
"type": {
|
|
5051
5396
|
"definition": {
|
|
5052
5397
|
"description": null,
|
|
@@ -5111,7 +5456,7 @@
|
|
|
5111
5456
|
"name": "ServiceRef",
|
|
5112
5457
|
"non_null": false
|
|
5113
5458
|
},
|
|
5114
|
-
"varName": "
|
|
5459
|
+
"varName": "serviceRef"
|
|
5115
5460
|
}
|
|
5116
5461
|
},
|
|
5117
5462
|
"inputFields": null,
|
|
@@ -5128,10 +5473,10 @@
|
|
|
5128
5473
|
"name": "WanFirewallServiceType",
|
|
5129
5474
|
"non_null": false
|
|
5130
5475
|
},
|
|
5131
|
-
"varName": "
|
|
5476
|
+
"varName": "wanFirewallServiceType"
|
|
5132
5477
|
},
|
|
5133
5478
|
"source": {
|
|
5134
|
-
"alias": "
|
|
5479
|
+
"alias": "wanFirewallSourceSource: source",
|
|
5135
5480
|
"args": {},
|
|
5136
5481
|
"deprecationReason": null,
|
|
5137
5482
|
"description": "Source matching criteria for the exception.",
|
|
@@ -5139,16 +5484,16 @@
|
|
|
5139
5484
|
"isDeprecated": false,
|
|
5140
5485
|
"name": "source",
|
|
5141
5486
|
"path": "wanFirewall.removeRule.rule.rule.exceptions.source",
|
|
5142
|
-
"requestStr": "$
|
|
5487
|
+
"requestStr": "$wanFirewallSource:WanFirewallSource! ",
|
|
5143
5488
|
"required": true,
|
|
5144
|
-
"responseStr": "source:$
|
|
5489
|
+
"responseStr": "source:$wanFirewallSource ",
|
|
5145
5490
|
"type": {
|
|
5146
5491
|
"definition": {
|
|
5147
5492
|
"description": "Returns the settings for Source of an Wan Firewall rule",
|
|
5148
5493
|
"enumValues": null,
|
|
5149
5494
|
"fields": {
|
|
5150
5495
|
"floatingSubnet": {
|
|
5151
|
-
"alias": "
|
|
5496
|
+
"alias": "floatingSubnetRefFloatingSubnet: floatingSubnet",
|
|
5152
5497
|
"args": {},
|
|
5153
5498
|
"deprecationReason": null,
|
|
5154
5499
|
"description": "Floating Subnets (ie. Floating Ranges) are used to identify traffic exactly matched to the route advertised by BGP.\nThey are not associated with a specific site.\nThis is useful in scenarios such as active-standby high availability routed via BGP.",
|
|
@@ -5156,9 +5501,9 @@
|
|
|
5156
5501
|
"isDeprecated": false,
|
|
5157
5502
|
"name": "floatingSubnet",
|
|
5158
5503
|
"path": "wanFirewall.removeRule.rule.rule.exceptions.source.floatingSubnet",
|
|
5159
|
-
"requestStr": "$
|
|
5504
|
+
"requestStr": "$floatingSubnetRef:[FloatingSubnetRef]! ",
|
|
5160
5505
|
"required": true,
|
|
5161
|
-
"responseStr": "floatingSubnet:$
|
|
5506
|
+
"responseStr": "floatingSubnet:$floatingSubnetRef ",
|
|
5162
5507
|
"type": {
|
|
5163
5508
|
"definition": {
|
|
5164
5509
|
"description": "Returns data for the Floating Subnet object. Floating Subnets (ie. Floating Ranges) are used to identify traffic exactly matched\nto the route advertised by BGP. They are not associated with a specific site.\nThis is useful in scenarios such as active-standby high availability routed via BGP.",
|
|
@@ -5223,10 +5568,10 @@
|
|
|
5223
5568
|
"name": "FloatingSubnetRef",
|
|
5224
5569
|
"non_null": false
|
|
5225
5570
|
},
|
|
5226
|
-
"varName": "
|
|
5571
|
+
"varName": "floatingSubnetRef"
|
|
5227
5572
|
},
|
|
5228
5573
|
"globalIpRange": {
|
|
5229
|
-
"alias": "
|
|
5574
|
+
"alias": "globalIpRangeRefGlobalIpRange: globalIpRange",
|
|
5230
5575
|
"args": {},
|
|
5231
5576
|
"deprecationReason": null,
|
|
5232
5577
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -5234,9 +5579,9 @@
|
|
|
5234
5579
|
"isDeprecated": false,
|
|
5235
5580
|
"name": "globalIpRange",
|
|
5236
5581
|
"path": "wanFirewall.removeRule.rule.rule.exceptions.source.globalIpRange",
|
|
5237
|
-
"requestStr": "$
|
|
5582
|
+
"requestStr": "$globalIpRangeRef:[GlobalIpRangeRef]! ",
|
|
5238
5583
|
"required": true,
|
|
5239
|
-
"responseStr": "globalIpRange:$
|
|
5584
|
+
"responseStr": "globalIpRange:$globalIpRangeRef ",
|
|
5240
5585
|
"type": {
|
|
5241
5586
|
"definition": {
|
|
5242
5587
|
"description": null,
|
|
@@ -5301,10 +5646,10 @@
|
|
|
5301
5646
|
"name": "GlobalIpRangeRef",
|
|
5302
5647
|
"non_null": false
|
|
5303
5648
|
},
|
|
5304
|
-
"varName": "
|
|
5649
|
+
"varName": "globalIpRangeRef"
|
|
5305
5650
|
},
|
|
5306
5651
|
"group": {
|
|
5307
|
-
"alias": "
|
|
5652
|
+
"alias": "groupRefGroup: group",
|
|
5308
5653
|
"args": {},
|
|
5309
5654
|
"deprecationReason": null,
|
|
5310
5655
|
"description": "Groups defined for your account",
|
|
@@ -5312,9 +5657,9 @@
|
|
|
5312
5657
|
"isDeprecated": false,
|
|
5313
5658
|
"name": "group",
|
|
5314
5659
|
"path": "wanFirewall.removeRule.rule.rule.exceptions.source.group",
|
|
5315
|
-
"requestStr": "$
|
|
5660
|
+
"requestStr": "$groupRef:[GroupRef]! ",
|
|
5316
5661
|
"required": true,
|
|
5317
|
-
"responseStr": "group:$
|
|
5662
|
+
"responseStr": "group:$groupRef ",
|
|
5318
5663
|
"type": {
|
|
5319
5664
|
"definition": {
|
|
5320
5665
|
"description": null,
|
|
@@ -5379,10 +5724,10 @@
|
|
|
5379
5724
|
"name": "GroupRef",
|
|
5380
5725
|
"non_null": false
|
|
5381
5726
|
},
|
|
5382
|
-
"varName": "
|
|
5727
|
+
"varName": "groupRef"
|
|
5383
5728
|
},
|
|
5384
5729
|
"host": {
|
|
5385
|
-
"alias": "
|
|
5730
|
+
"alias": "hostRefHost: host",
|
|
5386
5731
|
"args": {},
|
|
5387
5732
|
"deprecationReason": null,
|
|
5388
5733
|
"description": "Hosts and servers defined for your account",
|
|
@@ -5390,9 +5735,9 @@
|
|
|
5390
5735
|
"isDeprecated": false,
|
|
5391
5736
|
"name": "host",
|
|
5392
5737
|
"path": "wanFirewall.removeRule.rule.rule.exceptions.source.host",
|
|
5393
|
-
"requestStr": "$
|
|
5738
|
+
"requestStr": "$hostRef:[HostRef]! ",
|
|
5394
5739
|
"required": true,
|
|
5395
|
-
"responseStr": "host:$
|
|
5740
|
+
"responseStr": "host:$hostRef ",
|
|
5396
5741
|
"type": {
|
|
5397
5742
|
"definition": {
|
|
5398
5743
|
"description": null,
|
|
@@ -5457,7 +5802,7 @@
|
|
|
5457
5802
|
"name": "HostRef",
|
|
5458
5803
|
"non_null": false
|
|
5459
5804
|
},
|
|
5460
|
-
"varName": "
|
|
5805
|
+
"varName": "hostRef"
|
|
5461
5806
|
},
|
|
5462
5807
|
"ip": {
|
|
5463
5808
|
"args": {},
|
|
@@ -5483,7 +5828,7 @@
|
|
|
5483
5828
|
"varName": "ip"
|
|
5484
5829
|
},
|
|
5485
5830
|
"ipRange": {
|
|
5486
|
-
"alias": "
|
|
5831
|
+
"alias": "ipAddressRangeIpRange: ipRange",
|
|
5487
5832
|
"args": {},
|
|
5488
5833
|
"deprecationReason": null,
|
|
5489
5834
|
"description": "Multiple separate IP addresses or an IP range",
|
|
@@ -5491,9 +5836,9 @@
|
|
|
5491
5836
|
"isDeprecated": false,
|
|
5492
5837
|
"name": "ipRange",
|
|
5493
5838
|
"path": "wanFirewall.removeRule.rule.rule.exceptions.source.ipRange",
|
|
5494
|
-
"requestStr": "$
|
|
5839
|
+
"requestStr": "$ipAddressRange:[IpAddressRange]! ",
|
|
5495
5840
|
"required": true,
|
|
5496
|
-
"responseStr": "ipRange:$
|
|
5841
|
+
"responseStr": "ipRange:$ipAddressRange ",
|
|
5497
5842
|
"type": {
|
|
5498
5843
|
"definition": {
|
|
5499
5844
|
"description": "Inclusive range of IPs",
|
|
@@ -5558,10 +5903,10 @@
|
|
|
5558
5903
|
"name": "IpAddressRange",
|
|
5559
5904
|
"non_null": false
|
|
5560
5905
|
},
|
|
5561
|
-
"varName": "
|
|
5906
|
+
"varName": "ipAddressRange"
|
|
5562
5907
|
},
|
|
5563
5908
|
"networkInterface": {
|
|
5564
|
-
"alias": "
|
|
5909
|
+
"alias": "networkInterfaceRefNetworkInterface: networkInterface",
|
|
5565
5910
|
"args": {},
|
|
5566
5911
|
"deprecationReason": null,
|
|
5567
5912
|
"description": "Network range defined for a site",
|
|
@@ -5569,9 +5914,9 @@
|
|
|
5569
5914
|
"isDeprecated": false,
|
|
5570
5915
|
"name": "networkInterface",
|
|
5571
5916
|
"path": "wanFirewall.removeRule.rule.rule.exceptions.source.networkInterface",
|
|
5572
|
-
"requestStr": "$
|
|
5917
|
+
"requestStr": "$networkInterfaceRef:[NetworkInterfaceRef]! ",
|
|
5573
5918
|
"required": true,
|
|
5574
|
-
"responseStr": "networkInterface:$
|
|
5919
|
+
"responseStr": "networkInterface:$networkInterfaceRef ",
|
|
5575
5920
|
"type": {
|
|
5576
5921
|
"definition": {
|
|
5577
5922
|
"description": null,
|
|
@@ -5636,10 +5981,10 @@
|
|
|
5636
5981
|
"name": "NetworkInterfaceRef",
|
|
5637
5982
|
"non_null": false
|
|
5638
5983
|
},
|
|
5639
|
-
"varName": "
|
|
5984
|
+
"varName": "networkInterfaceRef"
|
|
5640
5985
|
},
|
|
5641
5986
|
"site": {
|
|
5642
|
-
"alias": "
|
|
5987
|
+
"alias": "siteRefSite: site",
|
|
5643
5988
|
"args": {},
|
|
5644
5989
|
"deprecationReason": null,
|
|
5645
5990
|
"description": "Site defined for the account",
|
|
@@ -5647,9 +5992,9 @@
|
|
|
5647
5992
|
"isDeprecated": false,
|
|
5648
5993
|
"name": "site",
|
|
5649
5994
|
"path": "wanFirewall.removeRule.rule.rule.exceptions.source.site",
|
|
5650
|
-
"requestStr": "$
|
|
5995
|
+
"requestStr": "$siteRef:[SiteRef]! ",
|
|
5651
5996
|
"required": true,
|
|
5652
|
-
"responseStr": "site:$
|
|
5997
|
+
"responseStr": "site:$siteRef ",
|
|
5653
5998
|
"type": {
|
|
5654
5999
|
"definition": {
|
|
5655
6000
|
"description": null,
|
|
@@ -5714,10 +6059,10 @@
|
|
|
5714
6059
|
"name": "SiteRef",
|
|
5715
6060
|
"non_null": false
|
|
5716
6061
|
},
|
|
5717
|
-
"varName": "
|
|
6062
|
+
"varName": "siteRef"
|
|
5718
6063
|
},
|
|
5719
6064
|
"siteNetworkSubnet": {
|
|
5720
|
-
"alias": "
|
|
6065
|
+
"alias": "siteNetworkSubnetRefSiteNetworkSubnet: siteNetworkSubnet",
|
|
5721
6066
|
"args": {},
|
|
5722
6067
|
"deprecationReason": null,
|
|
5723
6068
|
"description": "GlobalRange + InterfaceSubnet",
|
|
@@ -5725,9 +6070,9 @@
|
|
|
5725
6070
|
"isDeprecated": false,
|
|
5726
6071
|
"name": "siteNetworkSubnet",
|
|
5727
6072
|
"path": "wanFirewall.removeRule.rule.rule.exceptions.source.siteNetworkSubnet",
|
|
5728
|
-
"requestStr": "$
|
|
6073
|
+
"requestStr": "$siteNetworkSubnetRef:[SiteNetworkSubnetRef]! ",
|
|
5729
6074
|
"required": true,
|
|
5730
|
-
"responseStr": "siteNetworkSubnet:$
|
|
6075
|
+
"responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
|
|
5731
6076
|
"type": {
|
|
5732
6077
|
"definition": {
|
|
5733
6078
|
"description": null,
|
|
@@ -5792,7 +6137,7 @@
|
|
|
5792
6137
|
"name": "SiteNetworkSubnetRef",
|
|
5793
6138
|
"non_null": false
|
|
5794
6139
|
},
|
|
5795
|
-
"varName": "
|
|
6140
|
+
"varName": "siteNetworkSubnetRef"
|
|
5796
6141
|
},
|
|
5797
6142
|
"subnet": {
|
|
5798
6143
|
"args": {},
|
|
@@ -5818,7 +6163,7 @@
|
|
|
5818
6163
|
"varName": "subnet"
|
|
5819
6164
|
},
|
|
5820
6165
|
"systemGroup": {
|
|
5821
|
-
"alias": "
|
|
6166
|
+
"alias": "systemGroupRefSystemGroup: systemGroup",
|
|
5822
6167
|
"args": {},
|
|
5823
6168
|
"deprecationReason": null,
|
|
5824
6169
|
"description": "Predefined Cato groups",
|
|
@@ -5826,9 +6171,9 @@
|
|
|
5826
6171
|
"isDeprecated": false,
|
|
5827
6172
|
"name": "systemGroup",
|
|
5828
6173
|
"path": "wanFirewall.removeRule.rule.rule.exceptions.source.systemGroup",
|
|
5829
|
-
"requestStr": "$
|
|
6174
|
+
"requestStr": "$systemGroupRef:[SystemGroupRef]! ",
|
|
5830
6175
|
"required": true,
|
|
5831
|
-
"responseStr": "systemGroup:$
|
|
6176
|
+
"responseStr": "systemGroup:$systemGroupRef ",
|
|
5832
6177
|
"type": {
|
|
5833
6178
|
"definition": {
|
|
5834
6179
|
"description": null,
|
|
@@ -5893,10 +6238,10 @@
|
|
|
5893
6238
|
"name": "SystemGroupRef",
|
|
5894
6239
|
"non_null": false
|
|
5895
6240
|
},
|
|
5896
|
-
"varName": "
|
|
6241
|
+
"varName": "systemGroupRef"
|
|
5897
6242
|
},
|
|
5898
6243
|
"user": {
|
|
5899
|
-
"alias": "
|
|
6244
|
+
"alias": "userRefUser: user",
|
|
5900
6245
|
"args": {},
|
|
5901
6246
|
"deprecationReason": null,
|
|
5902
6247
|
"description": "Individual users defined for the account",
|
|
@@ -5904,9 +6249,9 @@
|
|
|
5904
6249
|
"isDeprecated": false,
|
|
5905
6250
|
"name": "user",
|
|
5906
6251
|
"path": "wanFirewall.removeRule.rule.rule.exceptions.source.user",
|
|
5907
|
-
"requestStr": "$
|
|
6252
|
+
"requestStr": "$userRef:[UserRef]! ",
|
|
5908
6253
|
"required": true,
|
|
5909
|
-
"responseStr": "user:$
|
|
6254
|
+
"responseStr": "user:$userRef ",
|
|
5910
6255
|
"type": {
|
|
5911
6256
|
"definition": {
|
|
5912
6257
|
"description": null,
|
|
@@ -5971,10 +6316,10 @@
|
|
|
5971
6316
|
"name": "UserRef",
|
|
5972
6317
|
"non_null": false
|
|
5973
6318
|
},
|
|
5974
|
-
"varName": "
|
|
6319
|
+
"varName": "userRef"
|
|
5975
6320
|
},
|
|
5976
6321
|
"usersGroup": {
|
|
5977
|
-
"alias": "
|
|
6322
|
+
"alias": "usersGroupRefUsersGroup: usersGroup",
|
|
5978
6323
|
"args": {},
|
|
5979
6324
|
"deprecationReason": null,
|
|
5980
6325
|
"description": "Group of users",
|
|
@@ -5982,9 +6327,9 @@
|
|
|
5982
6327
|
"isDeprecated": false,
|
|
5983
6328
|
"name": "usersGroup",
|
|
5984
6329
|
"path": "wanFirewall.removeRule.rule.rule.exceptions.source.usersGroup",
|
|
5985
|
-
"requestStr": "$
|
|
6330
|
+
"requestStr": "$usersGroupRef:[UsersGroupRef]! ",
|
|
5986
6331
|
"required": true,
|
|
5987
|
-
"responseStr": "usersGroup:$
|
|
6332
|
+
"responseStr": "usersGroup:$usersGroupRef ",
|
|
5988
6333
|
"type": {
|
|
5989
6334
|
"definition": {
|
|
5990
6335
|
"description": null,
|
|
@@ -6049,7 +6394,7 @@
|
|
|
6049
6394
|
"name": "UsersGroupRef",
|
|
6050
6395
|
"non_null": false
|
|
6051
6396
|
},
|
|
6052
|
-
"varName": "
|
|
6397
|
+
"varName": "usersGroupRef"
|
|
6053
6398
|
}
|
|
6054
6399
|
},
|
|
6055
6400
|
"inputFields": null,
|
|
@@ -6066,7 +6411,7 @@
|
|
|
6066
6411
|
"name": "WanFirewallSource",
|
|
6067
6412
|
"non_null": false
|
|
6068
6413
|
},
|
|
6069
|
-
"varName": "
|
|
6414
|
+
"varName": "wanFirewallSource"
|
|
6070
6415
|
}
|
|
6071
6416
|
},
|
|
6072
6417
|
"inputFields": null,
|
|
@@ -6085,7 +6430,7 @@
|
|
|
6085
6430
|
"name": "WanFirewallRuleException",
|
|
6086
6431
|
"non_null": false
|
|
6087
6432
|
},
|
|
6088
|
-
"varName": "
|
|
6433
|
+
"varName": "wanFirewallRuleException"
|
|
6089
6434
|
},
|
|
6090
6435
|
"id": {
|
|
6091
6436
|
"args": {},
|
|
@@ -6151,7 +6496,7 @@
|
|
|
6151
6496
|
"varName": "name"
|
|
6152
6497
|
},
|
|
6153
6498
|
"schedule": {
|
|
6154
|
-
"alias": "
|
|
6499
|
+
"alias": "policyScheduleSchedule: schedule",
|
|
6155
6500
|
"args": {},
|
|
6156
6501
|
"deprecationReason": null,
|
|
6157
6502
|
"description": "The time period specifying when the rule is enabled, otherwise it is disabled.",
|
|
@@ -6159,16 +6504,16 @@
|
|
|
6159
6504
|
"isDeprecated": false,
|
|
6160
6505
|
"name": "schedule",
|
|
6161
6506
|
"path": "wanFirewall.removeRule.rule.rule.schedule",
|
|
6162
|
-
"requestStr": "$
|
|
6507
|
+
"requestStr": "$policySchedule:PolicySchedule! ",
|
|
6163
6508
|
"required": true,
|
|
6164
|
-
"responseStr": "schedule:$
|
|
6509
|
+
"responseStr": "schedule:$policySchedule ",
|
|
6165
6510
|
"type": {
|
|
6166
6511
|
"definition": {
|
|
6167
6512
|
"description": null,
|
|
6168
6513
|
"enumValues": null,
|
|
6169
6514
|
"fields": {
|
|
6170
6515
|
"activeOn": {
|
|
6171
|
-
"alias": "
|
|
6516
|
+
"alias": "policyActiveOnEnumActiveOn: activeOn",
|
|
6172
6517
|
"args": {},
|
|
6173
6518
|
"deprecationReason": null,
|
|
6174
6519
|
"description": null,
|
|
@@ -6226,7 +6571,7 @@
|
|
|
6226
6571
|
"varName": "activeOn"
|
|
6227
6572
|
},
|
|
6228
6573
|
"customRecurring": {
|
|
6229
|
-
"alias": "
|
|
6574
|
+
"alias": "policyCustomRecurringCustomRecurring: customRecurring",
|
|
6230
6575
|
"args": {},
|
|
6231
6576
|
"deprecationReason": null,
|
|
6232
6577
|
"description": null,
|
|
@@ -6234,9 +6579,9 @@
|
|
|
6234
6579
|
"isDeprecated": false,
|
|
6235
6580
|
"name": "customRecurring",
|
|
6236
6581
|
"path": "wanFirewall.removeRule.rule.rule.schedule.customRecurring",
|
|
6237
|
-
"requestStr": "$
|
|
6582
|
+
"requestStr": "$policyCustomRecurring:PolicyCustomRecurring ",
|
|
6238
6583
|
"required": false,
|
|
6239
|
-
"responseStr": "customRecurring:$
|
|
6584
|
+
"responseStr": "customRecurring:$policyCustomRecurring ",
|
|
6240
6585
|
"type": {
|
|
6241
6586
|
"definition": {
|
|
6242
6587
|
"description": "Returns data for a custom recurring time range that a rule is active",
|
|
@@ -6375,10 +6720,10 @@
|
|
|
6375
6720
|
"name": "PolicyCustomRecurring",
|
|
6376
6721
|
"non_null": false
|
|
6377
6722
|
},
|
|
6378
|
-
"varName": "
|
|
6723
|
+
"varName": "policyCustomRecurring"
|
|
6379
6724
|
},
|
|
6380
6725
|
"customTimeframe": {
|
|
6381
|
-
"alias": "
|
|
6726
|
+
"alias": "policyCustomTimeframeCustomTimeframe: customTimeframe",
|
|
6382
6727
|
"args": {},
|
|
6383
6728
|
"deprecationReason": null,
|
|
6384
6729
|
"description": null,
|
|
@@ -6386,9 +6731,9 @@
|
|
|
6386
6731
|
"isDeprecated": false,
|
|
6387
6732
|
"name": "customTimeframe",
|
|
6388
6733
|
"path": "wanFirewall.removeRule.rule.rule.schedule.customTimeframe",
|
|
6389
|
-
"requestStr": "$
|
|
6734
|
+
"requestStr": "$policyCustomTimeframe:PolicyCustomTimeframe ",
|
|
6390
6735
|
"required": false,
|
|
6391
|
-
"responseStr": "customTimeframe:$
|
|
6736
|
+
"responseStr": "customTimeframe:$policyCustomTimeframe ",
|
|
6392
6737
|
"type": {
|
|
6393
6738
|
"definition": {
|
|
6394
6739
|
"description": "Returns data for a custom one-time time range that a rule is active",
|
|
@@ -6450,7 +6795,7 @@
|
|
|
6450
6795
|
"name": "PolicyCustomTimeframe",
|
|
6451
6796
|
"non_null": false
|
|
6452
6797
|
},
|
|
6453
|
-
"varName": "
|
|
6798
|
+
"varName": "policyCustomTimeframe"
|
|
6454
6799
|
}
|
|
6455
6800
|
},
|
|
6456
6801
|
"inputFields": null,
|
|
@@ -6467,10 +6812,10 @@
|
|
|
6467
6812
|
"name": "PolicySchedule",
|
|
6468
6813
|
"non_null": false
|
|
6469
6814
|
},
|
|
6470
|
-
"varName": "
|
|
6815
|
+
"varName": "policySchedule"
|
|
6471
6816
|
},
|
|
6472
6817
|
"section": {
|
|
6473
|
-
"alias": "
|
|
6818
|
+
"alias": "policySectionInfoSection: section",
|
|
6474
6819
|
"args": {},
|
|
6475
6820
|
"deprecationReason": null,
|
|
6476
6821
|
"description": "Policy section where the rule is located",
|
|
@@ -6478,9 +6823,9 @@
|
|
|
6478
6823
|
"isDeprecated": false,
|
|
6479
6824
|
"name": "section",
|
|
6480
6825
|
"path": "wanFirewall.removeRule.rule.rule.section",
|
|
6481
|
-
"requestStr": "$
|
|
6826
|
+
"requestStr": "$policySectionInfo:PolicySectionInfo! ",
|
|
6482
6827
|
"required": true,
|
|
6483
|
-
"responseStr": "section:$
|
|
6828
|
+
"responseStr": "section:$policySectionInfo ",
|
|
6484
6829
|
"type": {
|
|
6485
6830
|
"definition": {
|
|
6486
6831
|
"description": "Define settings for a policy section",
|
|
@@ -6543,10 +6888,10 @@
|
|
|
6543
6888
|
"name": "PolicySectionInfo",
|
|
6544
6889
|
"non_null": false
|
|
6545
6890
|
},
|
|
6546
|
-
"varName": "
|
|
6891
|
+
"varName": "policySectionInfo"
|
|
6547
6892
|
},
|
|
6548
6893
|
"service": {
|
|
6549
|
-
"alias": "
|
|
6894
|
+
"alias": "wanFirewallServiceTypeService: service",
|
|
6550
6895
|
"args": {},
|
|
6551
6896
|
"deprecationReason": null,
|
|
6552
6897
|
"description": "Destination service traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -6554,16 +6899,16 @@
|
|
|
6554
6899
|
"isDeprecated": false,
|
|
6555
6900
|
"name": "service",
|
|
6556
6901
|
"path": "wanFirewall.removeRule.rule.rule.service",
|
|
6557
|
-
"requestStr": "$
|
|
6902
|
+
"requestStr": "$wanFirewallServiceType:WanFirewallServiceType! ",
|
|
6558
6903
|
"required": true,
|
|
6559
|
-
"responseStr": "service:$
|
|
6904
|
+
"responseStr": "service:$wanFirewallServiceType ",
|
|
6560
6905
|
"type": {
|
|
6561
6906
|
"definition": {
|
|
6562
6907
|
"description": "Add the Service Type to which this Internet Firewall rule applies",
|
|
6563
6908
|
"enumValues": null,
|
|
6564
6909
|
"fields": {
|
|
6565
6910
|
"custom": {
|
|
6566
|
-
"alias": "
|
|
6911
|
+
"alias": "customServiceCustom: custom",
|
|
6567
6912
|
"args": {},
|
|
6568
6913
|
"deprecationReason": null,
|
|
6569
6914
|
"description": null,
|
|
@@ -6571,9 +6916,9 @@
|
|
|
6571
6916
|
"isDeprecated": false,
|
|
6572
6917
|
"name": "custom",
|
|
6573
6918
|
"path": "wanFirewall.removeRule.rule.rule.service.custom",
|
|
6574
|
-
"requestStr": "$
|
|
6919
|
+
"requestStr": "$customService:[CustomService]! ",
|
|
6575
6920
|
"required": true,
|
|
6576
|
-
"responseStr": "custom:$
|
|
6921
|
+
"responseStr": "custom:$customService ",
|
|
6577
6922
|
"type": {
|
|
6578
6923
|
"definition": {
|
|
6579
6924
|
"description": "Returns data for Custom Service defined by a combination of L4 ports and an IP Protocol",
|
|
@@ -6602,7 +6947,7 @@
|
|
|
6602
6947
|
"varName": "port"
|
|
6603
6948
|
},
|
|
6604
6949
|
"portRange": {
|
|
6605
|
-
"alias": "
|
|
6950
|
+
"alias": "portRangePortRange: portRange",
|
|
6606
6951
|
"args": {},
|
|
6607
6952
|
"deprecationReason": null,
|
|
6608
6953
|
"description": null,
|
|
@@ -6610,9 +6955,9 @@
|
|
|
6610
6955
|
"isDeprecated": false,
|
|
6611
6956
|
"name": "portRange",
|
|
6612
6957
|
"path": "wanFirewall.removeRule.rule.rule.service.custom.portRange",
|
|
6613
|
-
"requestStr": "$
|
|
6958
|
+
"requestStr": "$portRange:PortRange ",
|
|
6614
6959
|
"required": false,
|
|
6615
|
-
"responseStr": "portRange:$
|
|
6960
|
+
"responseStr": "portRange:$portRange ",
|
|
6616
6961
|
"type": {
|
|
6617
6962
|
"definition": {
|
|
6618
6963
|
"description": "Inclusive network port range",
|
|
@@ -6674,10 +7019,10 @@
|
|
|
6674
7019
|
"name": "PortRange",
|
|
6675
7020
|
"non_null": false
|
|
6676
7021
|
},
|
|
6677
|
-
"varName": "
|
|
7022
|
+
"varName": "portRange"
|
|
6678
7023
|
},
|
|
6679
7024
|
"protocol": {
|
|
6680
|
-
"alias": "
|
|
7025
|
+
"alias": "ipProtocolProtocol: protocol",
|
|
6681
7026
|
"args": {},
|
|
6682
7027
|
"deprecationReason": null,
|
|
6683
7028
|
"description": null,
|
|
@@ -6757,10 +7102,10 @@
|
|
|
6757
7102
|
"name": "CustomService",
|
|
6758
7103
|
"non_null": false
|
|
6759
7104
|
},
|
|
6760
|
-
"varName": "
|
|
7105
|
+
"varName": "customService"
|
|
6761
7106
|
},
|
|
6762
7107
|
"standard": {
|
|
6763
|
-
"alias": "
|
|
7108
|
+
"alias": "serviceRefStandard: standard",
|
|
6764
7109
|
"args": {},
|
|
6765
7110
|
"deprecationReason": null,
|
|
6766
7111
|
"description": null,
|
|
@@ -6768,9 +7113,9 @@
|
|
|
6768
7113
|
"isDeprecated": false,
|
|
6769
7114
|
"name": "standard",
|
|
6770
7115
|
"path": "wanFirewall.removeRule.rule.rule.service.standard",
|
|
6771
|
-
"requestStr": "$
|
|
7116
|
+
"requestStr": "$serviceRef:[ServiceRef]! ",
|
|
6772
7117
|
"required": true,
|
|
6773
|
-
"responseStr": "standard:$
|
|
7118
|
+
"responseStr": "standard:$serviceRef ",
|
|
6774
7119
|
"type": {
|
|
6775
7120
|
"definition": {
|
|
6776
7121
|
"description": null,
|
|
@@ -6835,7 +7180,7 @@
|
|
|
6835
7180
|
"name": "ServiceRef",
|
|
6836
7181
|
"non_null": false
|
|
6837
7182
|
},
|
|
6838
|
-
"varName": "
|
|
7183
|
+
"varName": "serviceRef"
|
|
6839
7184
|
}
|
|
6840
7185
|
},
|
|
6841
7186
|
"inputFields": null,
|
|
@@ -6852,10 +7197,10 @@
|
|
|
6852
7197
|
"name": "WanFirewallServiceType",
|
|
6853
7198
|
"non_null": false
|
|
6854
7199
|
},
|
|
6855
|
-
"varName": "
|
|
7200
|
+
"varName": "wanFirewallServiceType"
|
|
6856
7201
|
},
|
|
6857
7202
|
"source": {
|
|
6858
|
-
"alias": "
|
|
7203
|
+
"alias": "wanFirewallSourceSource: source",
|
|
6859
7204
|
"args": {},
|
|
6860
7205
|
"deprecationReason": null,
|
|
6861
7206
|
"description": "Source traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -6863,16 +7208,16 @@
|
|
|
6863
7208
|
"isDeprecated": false,
|
|
6864
7209
|
"name": "source",
|
|
6865
7210
|
"path": "wanFirewall.removeRule.rule.rule.source",
|
|
6866
|
-
"requestStr": "$
|
|
7211
|
+
"requestStr": "$wanFirewallSource:WanFirewallSource! ",
|
|
6867
7212
|
"required": true,
|
|
6868
|
-
"responseStr": "source:$
|
|
7213
|
+
"responseStr": "source:$wanFirewallSource ",
|
|
6869
7214
|
"type": {
|
|
6870
7215
|
"definition": {
|
|
6871
7216
|
"description": "Returns the settings for Source of an Wan Firewall rule",
|
|
6872
7217
|
"enumValues": null,
|
|
6873
7218
|
"fields": {
|
|
6874
7219
|
"floatingSubnet": {
|
|
6875
|
-
"alias": "
|
|
7220
|
+
"alias": "floatingSubnetRefFloatingSubnet: floatingSubnet",
|
|
6876
7221
|
"args": {},
|
|
6877
7222
|
"deprecationReason": null,
|
|
6878
7223
|
"description": "Floating Subnets (ie. Floating Ranges) are used to identify traffic exactly matched to the route advertised by BGP.\nThey are not associated with a specific site.\nThis is useful in scenarios such as active-standby high availability routed via BGP.",
|
|
@@ -6880,9 +7225,9 @@
|
|
|
6880
7225
|
"isDeprecated": false,
|
|
6881
7226
|
"name": "floatingSubnet",
|
|
6882
7227
|
"path": "wanFirewall.removeRule.rule.rule.source.floatingSubnet",
|
|
6883
|
-
"requestStr": "$
|
|
7228
|
+
"requestStr": "$floatingSubnetRef:[FloatingSubnetRef]! ",
|
|
6884
7229
|
"required": true,
|
|
6885
|
-
"responseStr": "floatingSubnet:$
|
|
7230
|
+
"responseStr": "floatingSubnet:$floatingSubnetRef ",
|
|
6886
7231
|
"type": {
|
|
6887
7232
|
"definition": {
|
|
6888
7233
|
"description": "Returns data for the Floating Subnet object. Floating Subnets (ie. Floating Ranges) are used to identify traffic exactly matched\nto the route advertised by BGP. They are not associated with a specific site.\nThis is useful in scenarios such as active-standby high availability routed via BGP.",
|
|
@@ -6947,10 +7292,10 @@
|
|
|
6947
7292
|
"name": "FloatingSubnetRef",
|
|
6948
7293
|
"non_null": false
|
|
6949
7294
|
},
|
|
6950
|
-
"varName": "
|
|
7295
|
+
"varName": "floatingSubnetRef"
|
|
6951
7296
|
},
|
|
6952
7297
|
"globalIpRange": {
|
|
6953
|
-
"alias": "
|
|
7298
|
+
"alias": "globalIpRangeRefGlobalIpRange: globalIpRange",
|
|
6954
7299
|
"args": {},
|
|
6955
7300
|
"deprecationReason": null,
|
|
6956
7301
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -6958,9 +7303,9 @@
|
|
|
6958
7303
|
"isDeprecated": false,
|
|
6959
7304
|
"name": "globalIpRange",
|
|
6960
7305
|
"path": "wanFirewall.removeRule.rule.rule.source.globalIpRange",
|
|
6961
|
-
"requestStr": "$
|
|
7306
|
+
"requestStr": "$globalIpRangeRef:[GlobalIpRangeRef]! ",
|
|
6962
7307
|
"required": true,
|
|
6963
|
-
"responseStr": "globalIpRange:$
|
|
7308
|
+
"responseStr": "globalIpRange:$globalIpRangeRef ",
|
|
6964
7309
|
"type": {
|
|
6965
7310
|
"definition": {
|
|
6966
7311
|
"description": null,
|
|
@@ -7025,10 +7370,10 @@
|
|
|
7025
7370
|
"name": "GlobalIpRangeRef",
|
|
7026
7371
|
"non_null": false
|
|
7027
7372
|
},
|
|
7028
|
-
"varName": "
|
|
7373
|
+
"varName": "globalIpRangeRef"
|
|
7029
7374
|
},
|
|
7030
7375
|
"group": {
|
|
7031
|
-
"alias": "
|
|
7376
|
+
"alias": "groupRefGroup: group",
|
|
7032
7377
|
"args": {},
|
|
7033
7378
|
"deprecationReason": null,
|
|
7034
7379
|
"description": "Groups defined for your account",
|
|
@@ -7036,9 +7381,9 @@
|
|
|
7036
7381
|
"isDeprecated": false,
|
|
7037
7382
|
"name": "group",
|
|
7038
7383
|
"path": "wanFirewall.removeRule.rule.rule.source.group",
|
|
7039
|
-
"requestStr": "$
|
|
7384
|
+
"requestStr": "$groupRef:[GroupRef]! ",
|
|
7040
7385
|
"required": true,
|
|
7041
|
-
"responseStr": "group:$
|
|
7386
|
+
"responseStr": "group:$groupRef ",
|
|
7042
7387
|
"type": {
|
|
7043
7388
|
"definition": {
|
|
7044
7389
|
"description": null,
|
|
@@ -7103,10 +7448,10 @@
|
|
|
7103
7448
|
"name": "GroupRef",
|
|
7104
7449
|
"non_null": false
|
|
7105
7450
|
},
|
|
7106
|
-
"varName": "
|
|
7451
|
+
"varName": "groupRef"
|
|
7107
7452
|
},
|
|
7108
7453
|
"host": {
|
|
7109
|
-
"alias": "
|
|
7454
|
+
"alias": "hostRefHost: host",
|
|
7110
7455
|
"args": {},
|
|
7111
7456
|
"deprecationReason": null,
|
|
7112
7457
|
"description": "Hosts and servers defined for your account",
|
|
@@ -7114,9 +7459,9 @@
|
|
|
7114
7459
|
"isDeprecated": false,
|
|
7115
7460
|
"name": "host",
|
|
7116
7461
|
"path": "wanFirewall.removeRule.rule.rule.source.host",
|
|
7117
|
-
"requestStr": "$
|
|
7462
|
+
"requestStr": "$hostRef:[HostRef]! ",
|
|
7118
7463
|
"required": true,
|
|
7119
|
-
"responseStr": "host:$
|
|
7464
|
+
"responseStr": "host:$hostRef ",
|
|
7120
7465
|
"type": {
|
|
7121
7466
|
"definition": {
|
|
7122
7467
|
"description": null,
|
|
@@ -7181,7 +7526,7 @@
|
|
|
7181
7526
|
"name": "HostRef",
|
|
7182
7527
|
"non_null": false
|
|
7183
7528
|
},
|
|
7184
|
-
"varName": "
|
|
7529
|
+
"varName": "hostRef"
|
|
7185
7530
|
},
|
|
7186
7531
|
"ip": {
|
|
7187
7532
|
"args": {},
|
|
@@ -7207,7 +7552,7 @@
|
|
|
7207
7552
|
"varName": "ip"
|
|
7208
7553
|
},
|
|
7209
7554
|
"ipRange": {
|
|
7210
|
-
"alias": "
|
|
7555
|
+
"alias": "ipAddressRangeIpRange: ipRange",
|
|
7211
7556
|
"args": {},
|
|
7212
7557
|
"deprecationReason": null,
|
|
7213
7558
|
"description": "Multiple separate IP addresses or an IP range",
|
|
@@ -7215,9 +7560,9 @@
|
|
|
7215
7560
|
"isDeprecated": false,
|
|
7216
7561
|
"name": "ipRange",
|
|
7217
7562
|
"path": "wanFirewall.removeRule.rule.rule.source.ipRange",
|
|
7218
|
-
"requestStr": "$
|
|
7563
|
+
"requestStr": "$ipAddressRange:[IpAddressRange]! ",
|
|
7219
7564
|
"required": true,
|
|
7220
|
-
"responseStr": "ipRange:$
|
|
7565
|
+
"responseStr": "ipRange:$ipAddressRange ",
|
|
7221
7566
|
"type": {
|
|
7222
7567
|
"definition": {
|
|
7223
7568
|
"description": "Inclusive range of IPs",
|
|
@@ -7282,10 +7627,10 @@
|
|
|
7282
7627
|
"name": "IpAddressRange",
|
|
7283
7628
|
"non_null": false
|
|
7284
7629
|
},
|
|
7285
|
-
"varName": "
|
|
7630
|
+
"varName": "ipAddressRange"
|
|
7286
7631
|
},
|
|
7287
7632
|
"networkInterface": {
|
|
7288
|
-
"alias": "
|
|
7633
|
+
"alias": "networkInterfaceRefNetworkInterface: networkInterface",
|
|
7289
7634
|
"args": {},
|
|
7290
7635
|
"deprecationReason": null,
|
|
7291
7636
|
"description": "Network range defined for a site",
|
|
@@ -7293,9 +7638,9 @@
|
|
|
7293
7638
|
"isDeprecated": false,
|
|
7294
7639
|
"name": "networkInterface",
|
|
7295
7640
|
"path": "wanFirewall.removeRule.rule.rule.source.networkInterface",
|
|
7296
|
-
"requestStr": "$
|
|
7641
|
+
"requestStr": "$networkInterfaceRef:[NetworkInterfaceRef]! ",
|
|
7297
7642
|
"required": true,
|
|
7298
|
-
"responseStr": "networkInterface:$
|
|
7643
|
+
"responseStr": "networkInterface:$networkInterfaceRef ",
|
|
7299
7644
|
"type": {
|
|
7300
7645
|
"definition": {
|
|
7301
7646
|
"description": null,
|
|
@@ -7360,10 +7705,10 @@
|
|
|
7360
7705
|
"name": "NetworkInterfaceRef",
|
|
7361
7706
|
"non_null": false
|
|
7362
7707
|
},
|
|
7363
|
-
"varName": "
|
|
7708
|
+
"varName": "networkInterfaceRef"
|
|
7364
7709
|
},
|
|
7365
7710
|
"site": {
|
|
7366
|
-
"alias": "
|
|
7711
|
+
"alias": "siteRefSite: site",
|
|
7367
7712
|
"args": {},
|
|
7368
7713
|
"deprecationReason": null,
|
|
7369
7714
|
"description": "Site defined for the account",
|
|
@@ -7371,9 +7716,9 @@
|
|
|
7371
7716
|
"isDeprecated": false,
|
|
7372
7717
|
"name": "site",
|
|
7373
7718
|
"path": "wanFirewall.removeRule.rule.rule.source.site",
|
|
7374
|
-
"requestStr": "$
|
|
7719
|
+
"requestStr": "$siteRef:[SiteRef]! ",
|
|
7375
7720
|
"required": true,
|
|
7376
|
-
"responseStr": "site:$
|
|
7721
|
+
"responseStr": "site:$siteRef ",
|
|
7377
7722
|
"type": {
|
|
7378
7723
|
"definition": {
|
|
7379
7724
|
"description": null,
|
|
@@ -7438,10 +7783,10 @@
|
|
|
7438
7783
|
"name": "SiteRef",
|
|
7439
7784
|
"non_null": false
|
|
7440
7785
|
},
|
|
7441
|
-
"varName": "
|
|
7786
|
+
"varName": "siteRef"
|
|
7442
7787
|
},
|
|
7443
7788
|
"siteNetworkSubnet": {
|
|
7444
|
-
"alias": "
|
|
7789
|
+
"alias": "siteNetworkSubnetRefSiteNetworkSubnet: siteNetworkSubnet",
|
|
7445
7790
|
"args": {},
|
|
7446
7791
|
"deprecationReason": null,
|
|
7447
7792
|
"description": "GlobalRange + InterfaceSubnet",
|
|
@@ -7449,9 +7794,9 @@
|
|
|
7449
7794
|
"isDeprecated": false,
|
|
7450
7795
|
"name": "siteNetworkSubnet",
|
|
7451
7796
|
"path": "wanFirewall.removeRule.rule.rule.source.siteNetworkSubnet",
|
|
7452
|
-
"requestStr": "$
|
|
7797
|
+
"requestStr": "$siteNetworkSubnetRef:[SiteNetworkSubnetRef]! ",
|
|
7453
7798
|
"required": true,
|
|
7454
|
-
"responseStr": "siteNetworkSubnet:$
|
|
7799
|
+
"responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
|
|
7455
7800
|
"type": {
|
|
7456
7801
|
"definition": {
|
|
7457
7802
|
"description": null,
|
|
@@ -7516,7 +7861,7 @@
|
|
|
7516
7861
|
"name": "SiteNetworkSubnetRef",
|
|
7517
7862
|
"non_null": false
|
|
7518
7863
|
},
|
|
7519
|
-
"varName": "
|
|
7864
|
+
"varName": "siteNetworkSubnetRef"
|
|
7520
7865
|
},
|
|
7521
7866
|
"subnet": {
|
|
7522
7867
|
"args": {},
|
|
@@ -7542,7 +7887,7 @@
|
|
|
7542
7887
|
"varName": "subnet"
|
|
7543
7888
|
},
|
|
7544
7889
|
"systemGroup": {
|
|
7545
|
-
"alias": "
|
|
7890
|
+
"alias": "systemGroupRefSystemGroup: systemGroup",
|
|
7546
7891
|
"args": {},
|
|
7547
7892
|
"deprecationReason": null,
|
|
7548
7893
|
"description": "Predefined Cato groups",
|
|
@@ -7550,9 +7895,9 @@
|
|
|
7550
7895
|
"isDeprecated": false,
|
|
7551
7896
|
"name": "systemGroup",
|
|
7552
7897
|
"path": "wanFirewall.removeRule.rule.rule.source.systemGroup",
|
|
7553
|
-
"requestStr": "$
|
|
7898
|
+
"requestStr": "$systemGroupRef:[SystemGroupRef]! ",
|
|
7554
7899
|
"required": true,
|
|
7555
|
-
"responseStr": "systemGroup:$
|
|
7900
|
+
"responseStr": "systemGroup:$systemGroupRef ",
|
|
7556
7901
|
"type": {
|
|
7557
7902
|
"definition": {
|
|
7558
7903
|
"description": null,
|
|
@@ -7617,10 +7962,10 @@
|
|
|
7617
7962
|
"name": "SystemGroupRef",
|
|
7618
7963
|
"non_null": false
|
|
7619
7964
|
},
|
|
7620
|
-
"varName": "
|
|
7965
|
+
"varName": "systemGroupRef"
|
|
7621
7966
|
},
|
|
7622
7967
|
"user": {
|
|
7623
|
-
"alias": "
|
|
7968
|
+
"alias": "userRefUser: user",
|
|
7624
7969
|
"args": {},
|
|
7625
7970
|
"deprecationReason": null,
|
|
7626
7971
|
"description": "Individual users defined for the account",
|
|
@@ -7628,9 +7973,9 @@
|
|
|
7628
7973
|
"isDeprecated": false,
|
|
7629
7974
|
"name": "user",
|
|
7630
7975
|
"path": "wanFirewall.removeRule.rule.rule.source.user",
|
|
7631
|
-
"requestStr": "$
|
|
7976
|
+
"requestStr": "$userRef:[UserRef]! ",
|
|
7632
7977
|
"required": true,
|
|
7633
|
-
"responseStr": "user:$
|
|
7978
|
+
"responseStr": "user:$userRef ",
|
|
7634
7979
|
"type": {
|
|
7635
7980
|
"definition": {
|
|
7636
7981
|
"description": null,
|
|
@@ -7695,10 +8040,10 @@
|
|
|
7695
8040
|
"name": "UserRef",
|
|
7696
8041
|
"non_null": false
|
|
7697
8042
|
},
|
|
7698
|
-
"varName": "
|
|
8043
|
+
"varName": "userRef"
|
|
7699
8044
|
},
|
|
7700
8045
|
"usersGroup": {
|
|
7701
|
-
"alias": "
|
|
8046
|
+
"alias": "usersGroupRefUsersGroup: usersGroup",
|
|
7702
8047
|
"args": {},
|
|
7703
8048
|
"deprecationReason": null,
|
|
7704
8049
|
"description": "Group of users",
|
|
@@ -7706,9 +8051,9 @@
|
|
|
7706
8051
|
"isDeprecated": false,
|
|
7707
8052
|
"name": "usersGroup",
|
|
7708
8053
|
"path": "wanFirewall.removeRule.rule.rule.source.usersGroup",
|
|
7709
|
-
"requestStr": "$
|
|
8054
|
+
"requestStr": "$usersGroupRef:[UsersGroupRef]! ",
|
|
7710
8055
|
"required": true,
|
|
7711
|
-
"responseStr": "usersGroup:$
|
|
8056
|
+
"responseStr": "usersGroup:$usersGroupRef ",
|
|
7712
8057
|
"type": {
|
|
7713
8058
|
"definition": {
|
|
7714
8059
|
"description": null,
|
|
@@ -7773,7 +8118,7 @@
|
|
|
7773
8118
|
"name": "UsersGroupRef",
|
|
7774
8119
|
"non_null": false
|
|
7775
8120
|
},
|
|
7776
|
-
"varName": "
|
|
8121
|
+
"varName": "usersGroupRef"
|
|
7777
8122
|
}
|
|
7778
8123
|
},
|
|
7779
8124
|
"inputFields": null,
|
|
@@ -7790,10 +8135,10 @@
|
|
|
7790
8135
|
"name": "WanFirewallSource",
|
|
7791
8136
|
"non_null": false
|
|
7792
8137
|
},
|
|
7793
|
-
"varName": "
|
|
8138
|
+
"varName": "wanFirewallSource"
|
|
7794
8139
|
},
|
|
7795
8140
|
"tracking": {
|
|
7796
|
-
"alias": "
|
|
8141
|
+
"alias": "policyTrackingTracking: tracking",
|
|
7797
8142
|
"args": {},
|
|
7798
8143
|
"deprecationReason": null,
|
|
7799
8144
|
"description": "Tracking information when the rule is matched, such as events and notifications",
|
|
@@ -7801,16 +8146,16 @@
|
|
|
7801
8146
|
"isDeprecated": false,
|
|
7802
8147
|
"name": "tracking",
|
|
7803
8148
|
"path": "wanFirewall.removeRule.rule.rule.tracking",
|
|
7804
|
-
"requestStr": "$
|
|
8149
|
+
"requestStr": "$policyTracking:PolicyTracking! ",
|
|
7805
8150
|
"required": true,
|
|
7806
|
-
"responseStr": "tracking:$
|
|
8151
|
+
"responseStr": "tracking:$policyTracking ",
|
|
7807
8152
|
"type": {
|
|
7808
8153
|
"definition": {
|
|
7809
8154
|
"description": null,
|
|
7810
8155
|
"enumValues": null,
|
|
7811
8156
|
"fields": {
|
|
7812
8157
|
"alert": {
|
|
7813
|
-
"alias": "
|
|
8158
|
+
"alias": "policyRuleTrackingAlertAlert: alert",
|
|
7814
8159
|
"args": {},
|
|
7815
8160
|
"deprecationReason": null,
|
|
7816
8161
|
"description": null,
|
|
@@ -7818,9 +8163,9 @@
|
|
|
7818
8163
|
"isDeprecated": false,
|
|
7819
8164
|
"name": "alert",
|
|
7820
8165
|
"path": "wanFirewall.removeRule.rule.rule.tracking.alert",
|
|
7821
|
-
"requestStr": "$
|
|
8166
|
+
"requestStr": "$policyRuleTrackingAlert:PolicyRuleTrackingAlert! ",
|
|
7822
8167
|
"required": true,
|
|
7823
|
-
"responseStr": "alert:$
|
|
8168
|
+
"responseStr": "alert:$policyRuleTrackingAlert ",
|
|
7824
8169
|
"type": {
|
|
7825
8170
|
"definition": {
|
|
7826
8171
|
"description": "Returns data for the alert settings for the rule",
|
|
@@ -7848,7 +8193,7 @@
|
|
|
7848
8193
|
"varName": "enabled"
|
|
7849
8194
|
},
|
|
7850
8195
|
"frequency": {
|
|
7851
|
-
"alias": "
|
|
8196
|
+
"alias": "policyRuleTrackingFrequencyEnumFrequency: frequency",
|
|
7852
8197
|
"args": {},
|
|
7853
8198
|
"deprecationReason": null,
|
|
7854
8199
|
"description": "Returns data for the alert frequency",
|
|
@@ -7906,7 +8251,7 @@
|
|
|
7906
8251
|
"varName": "frequency"
|
|
7907
8252
|
},
|
|
7908
8253
|
"mailingList": {
|
|
7909
|
-
"alias": "
|
|
8254
|
+
"alias": "subscriptionMailingListRefMailingList: mailingList",
|
|
7910
8255
|
"args": {},
|
|
7911
8256
|
"deprecationReason": null,
|
|
7912
8257
|
"description": "Returns data for the Mailing List that receives the alert",
|
|
@@ -7914,9 +8259,9 @@
|
|
|
7914
8259
|
"isDeprecated": false,
|
|
7915
8260
|
"name": "mailingList",
|
|
7916
8261
|
"path": "wanFirewall.removeRule.rule.rule.tracking.alert.mailingList",
|
|
7917
|
-
"requestStr": "$
|
|
8262
|
+
"requestStr": "$subscriptionMailingListRef:[SubscriptionMailingListRef]! ",
|
|
7918
8263
|
"required": true,
|
|
7919
|
-
"responseStr": "mailingList:$
|
|
8264
|
+
"responseStr": "mailingList:$subscriptionMailingListRef ",
|
|
7920
8265
|
"type": {
|
|
7921
8266
|
"definition": {
|
|
7922
8267
|
"description": null,
|
|
@@ -7981,10 +8326,10 @@
|
|
|
7981
8326
|
"name": "SubscriptionMailingListRef",
|
|
7982
8327
|
"non_null": false
|
|
7983
8328
|
},
|
|
7984
|
-
"varName": "
|
|
8329
|
+
"varName": "subscriptionMailingListRef"
|
|
7985
8330
|
},
|
|
7986
8331
|
"subscriptionGroup": {
|
|
7987
|
-
"alias": "
|
|
8332
|
+
"alias": "subscriptionGroupRefSubscriptionGroup: subscriptionGroup",
|
|
7988
8333
|
"args": {},
|
|
7989
8334
|
"deprecationReason": null,
|
|
7990
8335
|
"description": "Returns data for the Subscription Group that receives the alert",
|
|
@@ -7992,9 +8337,9 @@
|
|
|
7992
8337
|
"isDeprecated": false,
|
|
7993
8338
|
"name": "subscriptionGroup",
|
|
7994
8339
|
"path": "wanFirewall.removeRule.rule.rule.tracking.alert.subscriptionGroup",
|
|
7995
|
-
"requestStr": "$
|
|
8340
|
+
"requestStr": "$subscriptionGroupRef:[SubscriptionGroupRef]! ",
|
|
7996
8341
|
"required": true,
|
|
7997
|
-
"responseStr": "subscriptionGroup:$
|
|
8342
|
+
"responseStr": "subscriptionGroup:$subscriptionGroupRef ",
|
|
7998
8343
|
"type": {
|
|
7999
8344
|
"definition": {
|
|
8000
8345
|
"description": null,
|
|
@@ -8059,10 +8404,10 @@
|
|
|
8059
8404
|
"name": "SubscriptionGroupRef",
|
|
8060
8405
|
"non_null": false
|
|
8061
8406
|
},
|
|
8062
|
-
"varName": "
|
|
8407
|
+
"varName": "subscriptionGroupRef"
|
|
8063
8408
|
},
|
|
8064
8409
|
"webhook": {
|
|
8065
|
-
"alias": "
|
|
8410
|
+
"alias": "subscriptionWebhookRefWebhook: webhook",
|
|
8066
8411
|
"args": {},
|
|
8067
8412
|
"deprecationReason": null,
|
|
8068
8413
|
"description": "Returns data for the Webhook that receives the alert",
|
|
@@ -8070,9 +8415,9 @@
|
|
|
8070
8415
|
"isDeprecated": false,
|
|
8071
8416
|
"name": "webhook",
|
|
8072
8417
|
"path": "wanFirewall.removeRule.rule.rule.tracking.alert.webhook",
|
|
8073
|
-
"requestStr": "$
|
|
8418
|
+
"requestStr": "$subscriptionWebhookRef:[SubscriptionWebhookRef]! ",
|
|
8074
8419
|
"required": true,
|
|
8075
|
-
"responseStr": "webhook:$
|
|
8420
|
+
"responseStr": "webhook:$subscriptionWebhookRef ",
|
|
8076
8421
|
"type": {
|
|
8077
8422
|
"definition": {
|
|
8078
8423
|
"description": null,
|
|
@@ -8137,7 +8482,7 @@
|
|
|
8137
8482
|
"name": "SubscriptionWebhookRef",
|
|
8138
8483
|
"non_null": false
|
|
8139
8484
|
},
|
|
8140
|
-
"varName": "
|
|
8485
|
+
"varName": "subscriptionWebhookRef"
|
|
8141
8486
|
}
|
|
8142
8487
|
},
|
|
8143
8488
|
"inputFields": null,
|
|
@@ -8154,10 +8499,10 @@
|
|
|
8154
8499
|
"name": "PolicyRuleTrackingAlert",
|
|
8155
8500
|
"non_null": false
|
|
8156
8501
|
},
|
|
8157
|
-
"varName": "
|
|
8502
|
+
"varName": "policyRuleTrackingAlert"
|
|
8158
8503
|
},
|
|
8159
8504
|
"event": {
|
|
8160
|
-
"alias": "
|
|
8505
|
+
"alias": "policyRuleTrackingEventEvent: event",
|
|
8161
8506
|
"args": {},
|
|
8162
8507
|
"deprecationReason": null,
|
|
8163
8508
|
"description": null,
|
|
@@ -8165,9 +8510,9 @@
|
|
|
8165
8510
|
"isDeprecated": false,
|
|
8166
8511
|
"name": "event",
|
|
8167
8512
|
"path": "wanFirewall.removeRule.rule.rule.tracking.event",
|
|
8168
|
-
"requestStr": "$
|
|
8513
|
+
"requestStr": "$policyRuleTrackingEvent:PolicyRuleTrackingEvent! ",
|
|
8169
8514
|
"required": true,
|
|
8170
|
-
"responseStr": "event:$
|
|
8515
|
+
"responseStr": "event:$policyRuleTrackingEvent ",
|
|
8171
8516
|
"type": {
|
|
8172
8517
|
"definition": {
|
|
8173
8518
|
"description": "Returns data if an alert is sent for a rule",
|
|
@@ -8209,7 +8554,7 @@
|
|
|
8209
8554
|
"name": "PolicyRuleTrackingEvent",
|
|
8210
8555
|
"non_null": false
|
|
8211
8556
|
},
|
|
8212
|
-
"varName": "
|
|
8557
|
+
"varName": "policyRuleTrackingEvent"
|
|
8213
8558
|
}
|
|
8214
8559
|
},
|
|
8215
8560
|
"inputFields": null,
|
|
@@ -8226,7 +8571,7 @@
|
|
|
8226
8571
|
"name": "PolicyTracking",
|
|
8227
8572
|
"non_null": false
|
|
8228
8573
|
},
|
|
8229
|
-
"varName": "
|
|
8574
|
+
"varName": "policyTracking"
|
|
8230
8575
|
}
|
|
8231
8576
|
},
|
|
8232
8577
|
"inputFields": null,
|
|
@@ -8243,7 +8588,7 @@
|
|
|
8243
8588
|
"name": "WanFirewallRule",
|
|
8244
8589
|
"non_null": false
|
|
8245
8590
|
},
|
|
8246
|
-
"varName": "
|
|
8591
|
+
"varName": "wanFirewallRule"
|
|
8247
8592
|
}
|
|
8248
8593
|
},
|
|
8249
8594
|
"inputFields": null,
|
|
@@ -8259,10 +8604,10 @@
|
|
|
8259
8604
|
"name": "WanFirewallRulePayload",
|
|
8260
8605
|
"non_null": false
|
|
8261
8606
|
},
|
|
8262
|
-
"varName": "
|
|
8607
|
+
"varName": "wanFirewallRulePayload"
|
|
8263
8608
|
},
|
|
8264
8609
|
"status": {
|
|
8265
|
-
"alias": "
|
|
8610
|
+
"alias": "policyMutationStatusStatus: status",
|
|
8266
8611
|
"args": {},
|
|
8267
8612
|
"deprecationReason": null,
|
|
8268
8613
|
"description": null,
|
|
@@ -8322,7 +8667,7 @@
|
|
|
8322
8667
|
"name": "WanFirewallRuleMutationPayload",
|
|
8323
8668
|
"non_null": false
|
|
8324
8669
|
},
|
|
8325
|
-
"varName": "
|
|
8670
|
+
"varName": "wanFirewallRuleMutationPayload"
|
|
8326
8671
|
}
|
|
8327
8672
|
},
|
|
8328
8673
|
"inputFields": null,
|
|
@@ -8338,7 +8683,7 @@
|
|
|
8338
8683
|
"name": "WanFirewallPolicyMutations",
|
|
8339
8684
|
"non_null": false
|
|
8340
8685
|
},
|
|
8341
|
-
"varName": "
|
|
8686
|
+
"varName": "wanFirewallPolicyMutations"
|
|
8342
8687
|
}
|
|
8343
8688
|
},
|
|
8344
8689
|
"inputFields": null,
|
|
@@ -8355,14 +8700,14 @@
|
|
|
8355
8700
|
"non_null": false
|
|
8356
8701
|
},
|
|
8357
8702
|
"variablesPayload": {
|
|
8358
|
-
"
|
|
8359
|
-
"
|
|
8703
|
+
"wanFirewallPolicyMutationInput": {
|
|
8704
|
+
"policyMutationRevisionInput": {
|
|
8360
8705
|
"id": {
|
|
8361
8706
|
"id": "ID"
|
|
8362
8707
|
}
|
|
8363
8708
|
}
|
|
8364
8709
|
},
|
|
8365
|
-
"
|
|
8710
|
+
"wanFirewallRemoveRuleInput": {
|
|
8366
8711
|
"id": {
|
|
8367
8712
|
"id": "ID"
|
|
8368
8713
|
}
|