catocli 2.0.0__py3-none-any.whl → 2.0.2__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 +37 -5
- catocli/__init__.py +1 -1
- catocli/parsers/custom/__init__.py +3 -2
- catocli/parsers/custom/customLib.py +252 -1
- catocli/parsers/custom/export_rules/__init__.py +5 -1
- catocli/parsers/custom/export_rules/export_rules.py +31 -182
- catocli/parsers/custom/export_sites/__init__.py +20 -0
- catocli/parsers/custom/export_sites/export_sites.py +233 -0
- catocli/parsers/custom/import_rules_to_tf/__init__.py +2 -2
- catocli/parsers/custom/import_rules_to_tf/import_rules_to_tf.py +21 -11
- catocli/parsers/mutation_accountManagement/__init__.py +15 -18
- catocli/parsers/mutation_admin/__init__.py +15 -18
- catocli/parsers/mutation_container/__init__.py +5 -6
- catocli/parsers/mutation_hardware/__init__.py +5 -6
- catocli/parsers/mutation_policy/__init__.py +582 -504
- catocli/parsers/mutation_policy_terminalServer/README.md +7 -0
- catocli/parsers/mutation_policy_terminalServer_addRule/README.md +18 -0
- catocli/parsers/mutation_policy_terminalServer_addSection/README.md +18 -0
- catocli/parsers/mutation_policy_terminalServer_createPolicyRevision/README.md +18 -0
- catocli/parsers/mutation_policy_terminalServer_discardPolicyRevision/README.md +18 -0
- catocli/parsers/mutation_policy_terminalServer_moveRule/README.md +18 -0
- catocli/parsers/mutation_policy_terminalServer_moveSection/README.md +18 -0
- catocli/parsers/mutation_policy_terminalServer_publishPolicyRevision/README.md +18 -0
- catocli/parsers/mutation_policy_terminalServer_removeRule/README.md +18 -0
- catocli/parsers/mutation_policy_terminalServer_removeSection/README.md +18 -0
- catocli/parsers/mutation_policy_terminalServer_updatePolicy/README.md +18 -0
- catocli/parsers/mutation_policy_terminalServer_updateRule/README.md +18 -0
- catocli/parsers/mutation_policy_terminalServer_updateSection/README.md +18 -0
- catocli/parsers/mutation_sandbox/__init__.py +10 -12
- catocli/parsers/mutation_site/__init__.py +164 -150
- catocli/parsers/mutation_site_addSocketAddOnCard/README.md +17 -0
- catocli/parsers/mutation_site_removeSocketAddOnCard/README.md +17 -0
- catocli/parsers/mutation_site_startSiteUpgrade/README.md +17 -0
- catocli/parsers/mutation_sites/__init__.py +164 -150
- catocli/parsers/mutation_sites_addSocketAddOnCard/README.md +17 -0
- catocli/parsers/mutation_sites_removeSocketAddOnCard/README.md +17 -0
- catocli/parsers/mutation_sites_startSiteUpgrade/README.md +17 -0
- catocli/parsers/mutation_xdr/__init__.py +15 -18
- catocli/parsers/query_accountBySubdomain/__init__.py +5 -6
- catocli/parsers/query_accountManagement/__init__.py +5 -6
- catocli/parsers/query_accountMetrics/__init__.py +5 -6
- catocli/parsers/query_accountRoles/__init__.py +5 -6
- catocli/parsers/query_accountSnapshot/__init__.py +5 -6
- catocli/parsers/query_admin/__init__.py +5 -6
- catocli/parsers/query_admins/__init__.py +5 -6
- catocli/parsers/query_appStats/__init__.py +5 -6
- catocli/parsers/query_appStatsTimeSeries/__init__.py +5 -6
- catocli/parsers/query_auditFeed/__init__.py +5 -6
- catocli/parsers/query_catalogs/__init__.py +5 -6
- catocli/parsers/query_container/__init__.py +5 -6
- catocli/parsers/query_devices/README.md +2 -1
- catocli/parsers/query_devices/__init__.py +5 -6
- catocli/parsers/query_entityLookup/__init__.py +5 -6
- catocli/parsers/query_events/__init__.py +5 -6
- catocli/parsers/query_eventsFeed/README.md +1 -1
- catocli/parsers/query_eventsFeed/__init__.py +5 -6
- catocli/parsers/query_eventsTimeSeries/__init__.py +5 -6
- catocli/parsers/query_hardware/__init__.py +5 -6
- catocli/parsers/query_hardwareManagement/__init__.py +5 -6
- catocli/parsers/query_licensing/__init__.py +5 -6
- catocli/parsers/query_policy/README.md +2 -1
- catocli/parsers/query_policy/__init__.py +5 -6
- catocli/parsers/query_sandbox/__init__.py +5 -6
- catocli/parsers/query_site/README.md +2 -1
- catocli/parsers/query_site/__init__.py +5 -6
- catocli/parsers/query_siteLocation/__init__.py +3 -7
- catocli/parsers/query_subDomains/__init__.py +5 -6
- catocli/parsers/query_xdr/__init__.py +10 -12
- catocli/parsers/raw/__init__.py +2 -0
- {catocli-2.0.0.dist-info → catocli-2.0.2.dist-info}/METADATA +1 -1
- {catocli-2.0.0.dist-info → catocli-2.0.2.dist-info}/RECORD +104 -65
- graphql_client/api/call_api.py +12 -6
- models/mutation.policy.remotePortFwd.updateRule.json +6 -6
- models/mutation.policy.terminalServer.addRule.json +2403 -0
- models/mutation.policy.terminalServer.addSection.json +1358 -0
- models/mutation.policy.terminalServer.createPolicyRevision.json +1873 -0
- models/mutation.policy.terminalServer.discardPolicyRevision.json +1807 -0
- models/mutation.policy.terminalServer.moveRule.json +1605 -0
- models/mutation.policy.terminalServer.moveSection.json +1259 -0
- models/mutation.policy.terminalServer.publishPolicyRevision.json +1864 -0
- models/mutation.policy.terminalServer.removeRule.json +1253 -0
- models/mutation.policy.terminalServer.removeSection.json +958 -0
- models/mutation.policy.terminalServer.updatePolicy.json +1883 -0
- models/mutation.policy.terminalServer.updateRule.json +2096 -0
- models/mutation.policy.terminalServer.updateSection.json +1111 -0
- models/mutation.site.addSocketAddOnCard.json +1050 -0
- models/mutation.site.removeSocketAddOnCard.json +786 -0
- models/mutation.site.startSiteUpgrade.json +802 -0
- models/mutation.sites.addSocketAddOnCard.json +1050 -0
- models/mutation.sites.removeSocketAddOnCard.json +786 -0
- models/mutation.sites.startSiteUpgrade.json +802 -0
- models/query.devices.json +311 -2
- models/query.events.json +48 -0
- models/query.eventsFeed.json +12 -0
- models/query.eventsTimeSeries.json +36 -0
- models/query.licensing.json +21815 -10093
- models/query.policy.json +1898 -305
- models/query.site.json +225 -0
- models/query.siteLocation.json +97190 -295396
- schema/catolib.py +52 -24
- {catocli-2.0.0.dist-info → catocli-2.0.2.dist-info}/LICENSE +0 -0
- {catocli-2.0.0.dist-info → catocli-2.0.2.dist-info}/WHEEL +0 -0
- {catocli-2.0.0.dist-info → catocli-2.0.2.dist-info}/entry_points.txt +0 -0
- {catocli-2.0.0.dist-info → catocli-2.0.2.dist-info}/top_level.txt +0 -0
|
@@ -20,12 +20,11 @@ def mutation_policy_parse(mutation_subparsers):
|
|
|
20
20
|
|
|
21
21
|
mutation_policy_appTenantRestriction_addRule_parser.add_argument('json', help='Variables in JSON format.')
|
|
22
22
|
mutation_policy_appTenantRestriction_addRule_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
23
|
-
mutation_policy_appTenantRestriction_addRule_parser.add_argument('-t', const=True, default=False, nargs='?',
|
|
24
|
-
|
|
25
|
-
mutation_policy_appTenantRestriction_addRule_parser.add_argument('-
|
|
26
|
-
|
|
27
|
-
mutation_policy_appTenantRestriction_addRule_parser.add_argument('-
|
|
28
|
-
help='Pretty print')
|
|
23
|
+
mutation_policy_appTenantRestriction_addRule_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
24
|
+
mutation_policy_appTenantRestriction_addRule_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
25
|
+
mutation_policy_appTenantRestriction_addRule_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
26
|
+
mutation_policy_appTenantRestriction_addRule_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
27
|
+
mutation_policy_appTenantRestriction_addRule_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
29
28
|
mutation_policy_appTenantRestriction_addRule_parser.set_defaults(func=createRequest,operation_name='mutation.policy.appTenantRestriction.addRule')
|
|
30
29
|
|
|
31
30
|
mutation_policy_appTenantRestriction_addSection_parser = mutation_policy_appTenantRestriction_subparsers.add_parser('addSection',
|
|
@@ -34,12 +33,11 @@ def mutation_policy_parse(mutation_subparsers):
|
|
|
34
33
|
|
|
35
34
|
mutation_policy_appTenantRestriction_addSection_parser.add_argument('json', help='Variables in JSON format.')
|
|
36
35
|
mutation_policy_appTenantRestriction_addSection_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
37
|
-
mutation_policy_appTenantRestriction_addSection_parser.add_argument('-t', const=True, default=False, nargs='?',
|
|
38
|
-
|
|
39
|
-
mutation_policy_appTenantRestriction_addSection_parser.add_argument('-
|
|
40
|
-
|
|
41
|
-
mutation_policy_appTenantRestriction_addSection_parser.add_argument('-
|
|
42
|
-
help='Pretty print')
|
|
36
|
+
mutation_policy_appTenantRestriction_addSection_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
37
|
+
mutation_policy_appTenantRestriction_addSection_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
38
|
+
mutation_policy_appTenantRestriction_addSection_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
39
|
+
mutation_policy_appTenantRestriction_addSection_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
40
|
+
mutation_policy_appTenantRestriction_addSection_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
43
41
|
mutation_policy_appTenantRestriction_addSection_parser.set_defaults(func=createRequest,operation_name='mutation.policy.appTenantRestriction.addSection')
|
|
44
42
|
|
|
45
43
|
mutation_policy_appTenantRestriction_createPolicyRevision_parser = mutation_policy_appTenantRestriction_subparsers.add_parser('createPolicyRevision',
|
|
@@ -48,12 +46,11 @@ def mutation_policy_parse(mutation_subparsers):
|
|
|
48
46
|
|
|
49
47
|
mutation_policy_appTenantRestriction_createPolicyRevision_parser.add_argument('json', help='Variables in JSON format.')
|
|
50
48
|
mutation_policy_appTenantRestriction_createPolicyRevision_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
51
|
-
mutation_policy_appTenantRestriction_createPolicyRevision_parser.add_argument('-t', const=True, default=False, nargs='?',
|
|
52
|
-
|
|
53
|
-
mutation_policy_appTenantRestriction_createPolicyRevision_parser.add_argument('-
|
|
54
|
-
|
|
55
|
-
mutation_policy_appTenantRestriction_createPolicyRevision_parser.add_argument('-
|
|
56
|
-
help='Pretty print')
|
|
49
|
+
mutation_policy_appTenantRestriction_createPolicyRevision_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
50
|
+
mutation_policy_appTenantRestriction_createPolicyRevision_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
51
|
+
mutation_policy_appTenantRestriction_createPolicyRevision_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
52
|
+
mutation_policy_appTenantRestriction_createPolicyRevision_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
53
|
+
mutation_policy_appTenantRestriction_createPolicyRevision_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
57
54
|
mutation_policy_appTenantRestriction_createPolicyRevision_parser.set_defaults(func=createRequest,operation_name='mutation.policy.appTenantRestriction.createPolicyRevision')
|
|
58
55
|
|
|
59
56
|
mutation_policy_appTenantRestriction_discardPolicyRevision_parser = mutation_policy_appTenantRestriction_subparsers.add_parser('discardPolicyRevision',
|
|
@@ -62,12 +59,11 @@ def mutation_policy_parse(mutation_subparsers):
|
|
|
62
59
|
|
|
63
60
|
mutation_policy_appTenantRestriction_discardPolicyRevision_parser.add_argument('json', help='Variables in JSON format.')
|
|
64
61
|
mutation_policy_appTenantRestriction_discardPolicyRevision_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
65
|
-
mutation_policy_appTenantRestriction_discardPolicyRevision_parser.add_argument('-t', const=True, default=False, nargs='?',
|
|
66
|
-
|
|
67
|
-
mutation_policy_appTenantRestriction_discardPolicyRevision_parser.add_argument('-
|
|
68
|
-
|
|
69
|
-
mutation_policy_appTenantRestriction_discardPolicyRevision_parser.add_argument('-
|
|
70
|
-
help='Pretty print')
|
|
62
|
+
mutation_policy_appTenantRestriction_discardPolicyRevision_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
63
|
+
mutation_policy_appTenantRestriction_discardPolicyRevision_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
64
|
+
mutation_policy_appTenantRestriction_discardPolicyRevision_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
65
|
+
mutation_policy_appTenantRestriction_discardPolicyRevision_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
66
|
+
mutation_policy_appTenantRestriction_discardPolicyRevision_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
71
67
|
mutation_policy_appTenantRestriction_discardPolicyRevision_parser.set_defaults(func=createRequest,operation_name='mutation.policy.appTenantRestriction.discardPolicyRevision')
|
|
72
68
|
|
|
73
69
|
mutation_policy_appTenantRestriction_moveRule_parser = mutation_policy_appTenantRestriction_subparsers.add_parser('moveRule',
|
|
@@ -76,12 +72,11 @@ def mutation_policy_parse(mutation_subparsers):
|
|
|
76
72
|
|
|
77
73
|
mutation_policy_appTenantRestriction_moveRule_parser.add_argument('json', help='Variables in JSON format.')
|
|
78
74
|
mutation_policy_appTenantRestriction_moveRule_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
79
|
-
mutation_policy_appTenantRestriction_moveRule_parser.add_argument('-t', const=True, default=False, nargs='?',
|
|
80
|
-
|
|
81
|
-
mutation_policy_appTenantRestriction_moveRule_parser.add_argument('-
|
|
82
|
-
|
|
83
|
-
mutation_policy_appTenantRestriction_moveRule_parser.add_argument('-
|
|
84
|
-
help='Pretty print')
|
|
75
|
+
mutation_policy_appTenantRestriction_moveRule_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
76
|
+
mutation_policy_appTenantRestriction_moveRule_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
77
|
+
mutation_policy_appTenantRestriction_moveRule_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
78
|
+
mutation_policy_appTenantRestriction_moveRule_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
79
|
+
mutation_policy_appTenantRestriction_moveRule_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
85
80
|
mutation_policy_appTenantRestriction_moveRule_parser.set_defaults(func=createRequest,operation_name='mutation.policy.appTenantRestriction.moveRule')
|
|
86
81
|
|
|
87
82
|
mutation_policy_appTenantRestriction_moveSection_parser = mutation_policy_appTenantRestriction_subparsers.add_parser('moveSection',
|
|
@@ -90,12 +85,11 @@ def mutation_policy_parse(mutation_subparsers):
|
|
|
90
85
|
|
|
91
86
|
mutation_policy_appTenantRestriction_moveSection_parser.add_argument('json', help='Variables in JSON format.')
|
|
92
87
|
mutation_policy_appTenantRestriction_moveSection_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
93
|
-
mutation_policy_appTenantRestriction_moveSection_parser.add_argument('-t', const=True, default=False, nargs='?',
|
|
94
|
-
|
|
95
|
-
mutation_policy_appTenantRestriction_moveSection_parser.add_argument('-
|
|
96
|
-
|
|
97
|
-
mutation_policy_appTenantRestriction_moveSection_parser.add_argument('-
|
|
98
|
-
help='Pretty print')
|
|
88
|
+
mutation_policy_appTenantRestriction_moveSection_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
89
|
+
mutation_policy_appTenantRestriction_moveSection_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
90
|
+
mutation_policy_appTenantRestriction_moveSection_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
91
|
+
mutation_policy_appTenantRestriction_moveSection_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
92
|
+
mutation_policy_appTenantRestriction_moveSection_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
99
93
|
mutation_policy_appTenantRestriction_moveSection_parser.set_defaults(func=createRequest,operation_name='mutation.policy.appTenantRestriction.moveSection')
|
|
100
94
|
|
|
101
95
|
mutation_policy_appTenantRestriction_publishPolicyRevision_parser = mutation_policy_appTenantRestriction_subparsers.add_parser('publishPolicyRevision',
|
|
@@ -104,12 +98,11 @@ def mutation_policy_parse(mutation_subparsers):
|
|
|
104
98
|
|
|
105
99
|
mutation_policy_appTenantRestriction_publishPolicyRevision_parser.add_argument('json', help='Variables in JSON format.')
|
|
106
100
|
mutation_policy_appTenantRestriction_publishPolicyRevision_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
107
|
-
mutation_policy_appTenantRestriction_publishPolicyRevision_parser.add_argument('-t', const=True, default=False, nargs='?',
|
|
108
|
-
|
|
109
|
-
mutation_policy_appTenantRestriction_publishPolicyRevision_parser.add_argument('-
|
|
110
|
-
|
|
111
|
-
mutation_policy_appTenantRestriction_publishPolicyRevision_parser.add_argument('-
|
|
112
|
-
help='Pretty print')
|
|
101
|
+
mutation_policy_appTenantRestriction_publishPolicyRevision_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
102
|
+
mutation_policy_appTenantRestriction_publishPolicyRevision_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
103
|
+
mutation_policy_appTenantRestriction_publishPolicyRevision_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
104
|
+
mutation_policy_appTenantRestriction_publishPolicyRevision_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
105
|
+
mutation_policy_appTenantRestriction_publishPolicyRevision_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
113
106
|
mutation_policy_appTenantRestriction_publishPolicyRevision_parser.set_defaults(func=createRequest,operation_name='mutation.policy.appTenantRestriction.publishPolicyRevision')
|
|
114
107
|
|
|
115
108
|
mutation_policy_appTenantRestriction_removeRule_parser = mutation_policy_appTenantRestriction_subparsers.add_parser('removeRule',
|
|
@@ -118,12 +111,11 @@ def mutation_policy_parse(mutation_subparsers):
|
|
|
118
111
|
|
|
119
112
|
mutation_policy_appTenantRestriction_removeRule_parser.add_argument('json', help='Variables in JSON format.')
|
|
120
113
|
mutation_policy_appTenantRestriction_removeRule_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
121
|
-
mutation_policy_appTenantRestriction_removeRule_parser.add_argument('-t', const=True, default=False, nargs='?',
|
|
122
|
-
|
|
123
|
-
mutation_policy_appTenantRestriction_removeRule_parser.add_argument('-
|
|
124
|
-
|
|
125
|
-
mutation_policy_appTenantRestriction_removeRule_parser.add_argument('-
|
|
126
|
-
help='Pretty print')
|
|
114
|
+
mutation_policy_appTenantRestriction_removeRule_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
115
|
+
mutation_policy_appTenantRestriction_removeRule_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
116
|
+
mutation_policy_appTenantRestriction_removeRule_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
117
|
+
mutation_policy_appTenantRestriction_removeRule_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
118
|
+
mutation_policy_appTenantRestriction_removeRule_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
127
119
|
mutation_policy_appTenantRestriction_removeRule_parser.set_defaults(func=createRequest,operation_name='mutation.policy.appTenantRestriction.removeRule')
|
|
128
120
|
|
|
129
121
|
mutation_policy_appTenantRestriction_removeSection_parser = mutation_policy_appTenantRestriction_subparsers.add_parser('removeSection',
|
|
@@ -132,12 +124,11 @@ def mutation_policy_parse(mutation_subparsers):
|
|
|
132
124
|
|
|
133
125
|
mutation_policy_appTenantRestriction_removeSection_parser.add_argument('json', help='Variables in JSON format.')
|
|
134
126
|
mutation_policy_appTenantRestriction_removeSection_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
135
|
-
mutation_policy_appTenantRestriction_removeSection_parser.add_argument('-t', const=True, default=False, nargs='?',
|
|
136
|
-
|
|
137
|
-
mutation_policy_appTenantRestriction_removeSection_parser.add_argument('-
|
|
138
|
-
|
|
139
|
-
mutation_policy_appTenantRestriction_removeSection_parser.add_argument('-
|
|
140
|
-
help='Pretty print')
|
|
127
|
+
mutation_policy_appTenantRestriction_removeSection_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
128
|
+
mutation_policy_appTenantRestriction_removeSection_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
129
|
+
mutation_policy_appTenantRestriction_removeSection_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
130
|
+
mutation_policy_appTenantRestriction_removeSection_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
131
|
+
mutation_policy_appTenantRestriction_removeSection_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
141
132
|
mutation_policy_appTenantRestriction_removeSection_parser.set_defaults(func=createRequest,operation_name='mutation.policy.appTenantRestriction.removeSection')
|
|
142
133
|
|
|
143
134
|
mutation_policy_appTenantRestriction_updatePolicy_parser = mutation_policy_appTenantRestriction_subparsers.add_parser('updatePolicy',
|
|
@@ -146,12 +137,11 @@ def mutation_policy_parse(mutation_subparsers):
|
|
|
146
137
|
|
|
147
138
|
mutation_policy_appTenantRestriction_updatePolicy_parser.add_argument('json', help='Variables in JSON format.')
|
|
148
139
|
mutation_policy_appTenantRestriction_updatePolicy_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
149
|
-
mutation_policy_appTenantRestriction_updatePolicy_parser.add_argument('-t', const=True, default=False, nargs='?',
|
|
150
|
-
|
|
151
|
-
mutation_policy_appTenantRestriction_updatePolicy_parser.add_argument('-
|
|
152
|
-
|
|
153
|
-
mutation_policy_appTenantRestriction_updatePolicy_parser.add_argument('-
|
|
154
|
-
help='Pretty print')
|
|
140
|
+
mutation_policy_appTenantRestriction_updatePolicy_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
141
|
+
mutation_policy_appTenantRestriction_updatePolicy_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
142
|
+
mutation_policy_appTenantRestriction_updatePolicy_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
143
|
+
mutation_policy_appTenantRestriction_updatePolicy_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
144
|
+
mutation_policy_appTenantRestriction_updatePolicy_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
155
145
|
mutation_policy_appTenantRestriction_updatePolicy_parser.set_defaults(func=createRequest,operation_name='mutation.policy.appTenantRestriction.updatePolicy')
|
|
156
146
|
|
|
157
147
|
mutation_policy_appTenantRestriction_updateRule_parser = mutation_policy_appTenantRestriction_subparsers.add_parser('updateRule',
|
|
@@ -160,12 +150,11 @@ def mutation_policy_parse(mutation_subparsers):
|
|
|
160
150
|
|
|
161
151
|
mutation_policy_appTenantRestriction_updateRule_parser.add_argument('json', help='Variables in JSON format.')
|
|
162
152
|
mutation_policy_appTenantRestriction_updateRule_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
163
|
-
mutation_policy_appTenantRestriction_updateRule_parser.add_argument('-t', const=True, default=False, nargs='?',
|
|
164
|
-
|
|
165
|
-
mutation_policy_appTenantRestriction_updateRule_parser.add_argument('-
|
|
166
|
-
|
|
167
|
-
mutation_policy_appTenantRestriction_updateRule_parser.add_argument('-
|
|
168
|
-
help='Pretty print')
|
|
153
|
+
mutation_policy_appTenantRestriction_updateRule_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
154
|
+
mutation_policy_appTenantRestriction_updateRule_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
155
|
+
mutation_policy_appTenantRestriction_updateRule_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
156
|
+
mutation_policy_appTenantRestriction_updateRule_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
157
|
+
mutation_policy_appTenantRestriction_updateRule_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
169
158
|
mutation_policy_appTenantRestriction_updateRule_parser.set_defaults(func=createRequest,operation_name='mutation.policy.appTenantRestriction.updateRule')
|
|
170
159
|
|
|
171
160
|
mutation_policy_appTenantRestriction_updateSection_parser = mutation_policy_appTenantRestriction_subparsers.add_parser('updateSection',
|
|
@@ -174,12 +163,11 @@ def mutation_policy_parse(mutation_subparsers):
|
|
|
174
163
|
|
|
175
164
|
mutation_policy_appTenantRestriction_updateSection_parser.add_argument('json', help='Variables in JSON format.')
|
|
176
165
|
mutation_policy_appTenantRestriction_updateSection_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
177
|
-
mutation_policy_appTenantRestriction_updateSection_parser.add_argument('-t', const=True, default=False, nargs='?',
|
|
178
|
-
|
|
179
|
-
mutation_policy_appTenantRestriction_updateSection_parser.add_argument('-
|
|
180
|
-
|
|
181
|
-
mutation_policy_appTenantRestriction_updateSection_parser.add_argument('-
|
|
182
|
-
help='Pretty print')
|
|
166
|
+
mutation_policy_appTenantRestriction_updateSection_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
167
|
+
mutation_policy_appTenantRestriction_updateSection_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
168
|
+
mutation_policy_appTenantRestriction_updateSection_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
169
|
+
mutation_policy_appTenantRestriction_updateSection_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
170
|
+
mutation_policy_appTenantRestriction_updateSection_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
183
171
|
mutation_policy_appTenantRestriction_updateSection_parser.set_defaults(func=createRequest,operation_name='mutation.policy.appTenantRestriction.updateSection')
|
|
184
172
|
|
|
185
173
|
mutation_policy_dynamicIpAllocation_parser = mutation_policy_subparsers.add_parser('dynamicIpAllocation',
|
|
@@ -194,12 +182,11 @@ def mutation_policy_parse(mutation_subparsers):
|
|
|
194
182
|
|
|
195
183
|
mutation_policy_dynamicIpAllocation_addRule_parser.add_argument('json', help='Variables in JSON format.')
|
|
196
184
|
mutation_policy_dynamicIpAllocation_addRule_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
197
|
-
mutation_policy_dynamicIpAllocation_addRule_parser.add_argument('-t', const=True, default=False, nargs='?',
|
|
198
|
-
|
|
199
|
-
mutation_policy_dynamicIpAllocation_addRule_parser.add_argument('-
|
|
200
|
-
|
|
201
|
-
mutation_policy_dynamicIpAllocation_addRule_parser.add_argument('-
|
|
202
|
-
help='Pretty print')
|
|
185
|
+
mutation_policy_dynamicIpAllocation_addRule_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
186
|
+
mutation_policy_dynamicIpAllocation_addRule_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
187
|
+
mutation_policy_dynamicIpAllocation_addRule_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
188
|
+
mutation_policy_dynamicIpAllocation_addRule_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
189
|
+
mutation_policy_dynamicIpAllocation_addRule_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
203
190
|
mutation_policy_dynamicIpAllocation_addRule_parser.set_defaults(func=createRequest,operation_name='mutation.policy.dynamicIpAllocation.addRule')
|
|
204
191
|
|
|
205
192
|
mutation_policy_dynamicIpAllocation_addSection_parser = mutation_policy_dynamicIpAllocation_subparsers.add_parser('addSection',
|
|
@@ -208,12 +195,11 @@ def mutation_policy_parse(mutation_subparsers):
|
|
|
208
195
|
|
|
209
196
|
mutation_policy_dynamicIpAllocation_addSection_parser.add_argument('json', help='Variables in JSON format.')
|
|
210
197
|
mutation_policy_dynamicIpAllocation_addSection_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
211
|
-
mutation_policy_dynamicIpAllocation_addSection_parser.add_argument('-t', const=True, default=False, nargs='?',
|
|
212
|
-
|
|
213
|
-
mutation_policy_dynamicIpAllocation_addSection_parser.add_argument('-
|
|
214
|
-
|
|
215
|
-
mutation_policy_dynamicIpAllocation_addSection_parser.add_argument('-
|
|
216
|
-
help='Pretty print')
|
|
198
|
+
mutation_policy_dynamicIpAllocation_addSection_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
199
|
+
mutation_policy_dynamicIpAllocation_addSection_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
200
|
+
mutation_policy_dynamicIpAllocation_addSection_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
201
|
+
mutation_policy_dynamicIpAllocation_addSection_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
202
|
+
mutation_policy_dynamicIpAllocation_addSection_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
217
203
|
mutation_policy_dynamicIpAllocation_addSection_parser.set_defaults(func=createRequest,operation_name='mutation.policy.dynamicIpAllocation.addSection')
|
|
218
204
|
|
|
219
205
|
mutation_policy_dynamicIpAllocation_createPolicyRevision_parser = mutation_policy_dynamicIpAllocation_subparsers.add_parser('createPolicyRevision',
|
|
@@ -222,12 +208,11 @@ def mutation_policy_parse(mutation_subparsers):
|
|
|
222
208
|
|
|
223
209
|
mutation_policy_dynamicIpAllocation_createPolicyRevision_parser.add_argument('json', help='Variables in JSON format.')
|
|
224
210
|
mutation_policy_dynamicIpAllocation_createPolicyRevision_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
225
|
-
mutation_policy_dynamicIpAllocation_createPolicyRevision_parser.add_argument('-t', const=True, default=False, nargs='?',
|
|
226
|
-
|
|
227
|
-
mutation_policy_dynamicIpAllocation_createPolicyRevision_parser.add_argument('-
|
|
228
|
-
|
|
229
|
-
mutation_policy_dynamicIpAllocation_createPolicyRevision_parser.add_argument('-
|
|
230
|
-
help='Pretty print')
|
|
211
|
+
mutation_policy_dynamicIpAllocation_createPolicyRevision_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
212
|
+
mutation_policy_dynamicIpAllocation_createPolicyRevision_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
213
|
+
mutation_policy_dynamicIpAllocation_createPolicyRevision_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
214
|
+
mutation_policy_dynamicIpAllocation_createPolicyRevision_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
215
|
+
mutation_policy_dynamicIpAllocation_createPolicyRevision_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
231
216
|
mutation_policy_dynamicIpAllocation_createPolicyRevision_parser.set_defaults(func=createRequest,operation_name='mutation.policy.dynamicIpAllocation.createPolicyRevision')
|
|
232
217
|
|
|
233
218
|
mutation_policy_dynamicIpAllocation_discardPolicyRevision_parser = mutation_policy_dynamicIpAllocation_subparsers.add_parser('discardPolicyRevision',
|
|
@@ -236,12 +221,11 @@ def mutation_policy_parse(mutation_subparsers):
|
|
|
236
221
|
|
|
237
222
|
mutation_policy_dynamicIpAllocation_discardPolicyRevision_parser.add_argument('json', help='Variables in JSON format.')
|
|
238
223
|
mutation_policy_dynamicIpAllocation_discardPolicyRevision_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
239
|
-
mutation_policy_dynamicIpAllocation_discardPolicyRevision_parser.add_argument('-t', const=True, default=False, nargs='?',
|
|
240
|
-
|
|
241
|
-
mutation_policy_dynamicIpAllocation_discardPolicyRevision_parser.add_argument('-
|
|
242
|
-
|
|
243
|
-
mutation_policy_dynamicIpAllocation_discardPolicyRevision_parser.add_argument('-
|
|
244
|
-
help='Pretty print')
|
|
224
|
+
mutation_policy_dynamicIpAllocation_discardPolicyRevision_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
225
|
+
mutation_policy_dynamicIpAllocation_discardPolicyRevision_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
226
|
+
mutation_policy_dynamicIpAllocation_discardPolicyRevision_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
227
|
+
mutation_policy_dynamicIpAllocation_discardPolicyRevision_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
228
|
+
mutation_policy_dynamicIpAllocation_discardPolicyRevision_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
245
229
|
mutation_policy_dynamicIpAllocation_discardPolicyRevision_parser.set_defaults(func=createRequest,operation_name='mutation.policy.dynamicIpAllocation.discardPolicyRevision')
|
|
246
230
|
|
|
247
231
|
mutation_policy_dynamicIpAllocation_moveRule_parser = mutation_policy_dynamicIpAllocation_subparsers.add_parser('moveRule',
|
|
@@ -250,12 +234,11 @@ def mutation_policy_parse(mutation_subparsers):
|
|
|
250
234
|
|
|
251
235
|
mutation_policy_dynamicIpAllocation_moveRule_parser.add_argument('json', help='Variables in JSON format.')
|
|
252
236
|
mutation_policy_dynamicIpAllocation_moveRule_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
253
|
-
mutation_policy_dynamicIpAllocation_moveRule_parser.add_argument('-t', const=True, default=False, nargs='?',
|
|
254
|
-
|
|
255
|
-
mutation_policy_dynamicIpAllocation_moveRule_parser.add_argument('-
|
|
256
|
-
|
|
257
|
-
mutation_policy_dynamicIpAllocation_moveRule_parser.add_argument('-
|
|
258
|
-
help='Pretty print')
|
|
237
|
+
mutation_policy_dynamicIpAllocation_moveRule_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
238
|
+
mutation_policy_dynamicIpAllocation_moveRule_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
239
|
+
mutation_policy_dynamicIpAllocation_moveRule_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
240
|
+
mutation_policy_dynamicIpAllocation_moveRule_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
241
|
+
mutation_policy_dynamicIpAllocation_moveRule_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
259
242
|
mutation_policy_dynamicIpAllocation_moveRule_parser.set_defaults(func=createRequest,operation_name='mutation.policy.dynamicIpAllocation.moveRule')
|
|
260
243
|
|
|
261
244
|
mutation_policy_dynamicIpAllocation_moveSection_parser = mutation_policy_dynamicIpAllocation_subparsers.add_parser('moveSection',
|
|
@@ -264,12 +247,11 @@ def mutation_policy_parse(mutation_subparsers):
|
|
|
264
247
|
|
|
265
248
|
mutation_policy_dynamicIpAllocation_moveSection_parser.add_argument('json', help='Variables in JSON format.')
|
|
266
249
|
mutation_policy_dynamicIpAllocation_moveSection_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
267
|
-
mutation_policy_dynamicIpAllocation_moveSection_parser.add_argument('-t', const=True, default=False, nargs='?',
|
|
268
|
-
|
|
269
|
-
mutation_policy_dynamicIpAllocation_moveSection_parser.add_argument('-
|
|
270
|
-
|
|
271
|
-
mutation_policy_dynamicIpAllocation_moveSection_parser.add_argument('-
|
|
272
|
-
help='Pretty print')
|
|
250
|
+
mutation_policy_dynamicIpAllocation_moveSection_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
251
|
+
mutation_policy_dynamicIpAllocation_moveSection_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
252
|
+
mutation_policy_dynamicIpAllocation_moveSection_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
253
|
+
mutation_policy_dynamicIpAllocation_moveSection_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
254
|
+
mutation_policy_dynamicIpAllocation_moveSection_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
273
255
|
mutation_policy_dynamicIpAllocation_moveSection_parser.set_defaults(func=createRequest,operation_name='mutation.policy.dynamicIpAllocation.moveSection')
|
|
274
256
|
|
|
275
257
|
mutation_policy_dynamicIpAllocation_publishPolicyRevision_parser = mutation_policy_dynamicIpAllocation_subparsers.add_parser('publishPolicyRevision',
|
|
@@ -278,12 +260,11 @@ def mutation_policy_parse(mutation_subparsers):
|
|
|
278
260
|
|
|
279
261
|
mutation_policy_dynamicIpAllocation_publishPolicyRevision_parser.add_argument('json', help='Variables in JSON format.')
|
|
280
262
|
mutation_policy_dynamicIpAllocation_publishPolicyRevision_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
281
|
-
mutation_policy_dynamicIpAllocation_publishPolicyRevision_parser.add_argument('-t', const=True, default=False, nargs='?',
|
|
282
|
-
|
|
283
|
-
mutation_policy_dynamicIpAllocation_publishPolicyRevision_parser.add_argument('-
|
|
284
|
-
|
|
285
|
-
mutation_policy_dynamicIpAllocation_publishPolicyRevision_parser.add_argument('-
|
|
286
|
-
help='Pretty print')
|
|
263
|
+
mutation_policy_dynamicIpAllocation_publishPolicyRevision_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
264
|
+
mutation_policy_dynamicIpAllocation_publishPolicyRevision_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
265
|
+
mutation_policy_dynamicIpAllocation_publishPolicyRevision_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
266
|
+
mutation_policy_dynamicIpAllocation_publishPolicyRevision_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
267
|
+
mutation_policy_dynamicIpAllocation_publishPolicyRevision_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
287
268
|
mutation_policy_dynamicIpAllocation_publishPolicyRevision_parser.set_defaults(func=createRequest,operation_name='mutation.policy.dynamicIpAllocation.publishPolicyRevision')
|
|
288
269
|
|
|
289
270
|
mutation_policy_dynamicIpAllocation_removeRule_parser = mutation_policy_dynamicIpAllocation_subparsers.add_parser('removeRule',
|
|
@@ -292,12 +273,11 @@ def mutation_policy_parse(mutation_subparsers):
|
|
|
292
273
|
|
|
293
274
|
mutation_policy_dynamicIpAllocation_removeRule_parser.add_argument('json', help='Variables in JSON format.')
|
|
294
275
|
mutation_policy_dynamicIpAllocation_removeRule_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
295
|
-
mutation_policy_dynamicIpAllocation_removeRule_parser.add_argument('-t', const=True, default=False, nargs='?',
|
|
296
|
-
|
|
297
|
-
mutation_policy_dynamicIpAllocation_removeRule_parser.add_argument('-
|
|
298
|
-
|
|
299
|
-
mutation_policy_dynamicIpAllocation_removeRule_parser.add_argument('-
|
|
300
|
-
help='Pretty print')
|
|
276
|
+
mutation_policy_dynamicIpAllocation_removeRule_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
277
|
+
mutation_policy_dynamicIpAllocation_removeRule_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
278
|
+
mutation_policy_dynamicIpAllocation_removeRule_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
279
|
+
mutation_policy_dynamicIpAllocation_removeRule_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
280
|
+
mutation_policy_dynamicIpAllocation_removeRule_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
301
281
|
mutation_policy_dynamicIpAllocation_removeRule_parser.set_defaults(func=createRequest,operation_name='mutation.policy.dynamicIpAllocation.removeRule')
|
|
302
282
|
|
|
303
283
|
mutation_policy_dynamicIpAllocation_removeSection_parser = mutation_policy_dynamicIpAllocation_subparsers.add_parser('removeSection',
|
|
@@ -306,12 +286,11 @@ def mutation_policy_parse(mutation_subparsers):
|
|
|
306
286
|
|
|
307
287
|
mutation_policy_dynamicIpAllocation_removeSection_parser.add_argument('json', help='Variables in JSON format.')
|
|
308
288
|
mutation_policy_dynamicIpAllocation_removeSection_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
309
|
-
mutation_policy_dynamicIpAllocation_removeSection_parser.add_argument('-t', const=True, default=False, nargs='?',
|
|
310
|
-
|
|
311
|
-
mutation_policy_dynamicIpAllocation_removeSection_parser.add_argument('-
|
|
312
|
-
|
|
313
|
-
mutation_policy_dynamicIpAllocation_removeSection_parser.add_argument('-
|
|
314
|
-
help='Pretty print')
|
|
289
|
+
mutation_policy_dynamicIpAllocation_removeSection_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
290
|
+
mutation_policy_dynamicIpAllocation_removeSection_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
291
|
+
mutation_policy_dynamicIpAllocation_removeSection_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
292
|
+
mutation_policy_dynamicIpAllocation_removeSection_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
293
|
+
mutation_policy_dynamicIpAllocation_removeSection_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
315
294
|
mutation_policy_dynamicIpAllocation_removeSection_parser.set_defaults(func=createRequest,operation_name='mutation.policy.dynamicIpAllocation.removeSection')
|
|
316
295
|
|
|
317
296
|
mutation_policy_dynamicIpAllocation_updatePolicy_parser = mutation_policy_dynamicIpAllocation_subparsers.add_parser('updatePolicy',
|
|
@@ -320,12 +299,11 @@ def mutation_policy_parse(mutation_subparsers):
|
|
|
320
299
|
|
|
321
300
|
mutation_policy_dynamicIpAllocation_updatePolicy_parser.add_argument('json', help='Variables in JSON format.')
|
|
322
301
|
mutation_policy_dynamicIpAllocation_updatePolicy_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
323
|
-
mutation_policy_dynamicIpAllocation_updatePolicy_parser.add_argument('-t', const=True, default=False, nargs='?',
|
|
324
|
-
|
|
325
|
-
mutation_policy_dynamicIpAllocation_updatePolicy_parser.add_argument('-
|
|
326
|
-
|
|
327
|
-
mutation_policy_dynamicIpAllocation_updatePolicy_parser.add_argument('-
|
|
328
|
-
help='Pretty print')
|
|
302
|
+
mutation_policy_dynamicIpAllocation_updatePolicy_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
303
|
+
mutation_policy_dynamicIpAllocation_updatePolicy_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
304
|
+
mutation_policy_dynamicIpAllocation_updatePolicy_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
305
|
+
mutation_policy_dynamicIpAllocation_updatePolicy_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
306
|
+
mutation_policy_dynamicIpAllocation_updatePolicy_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
329
307
|
mutation_policy_dynamicIpAllocation_updatePolicy_parser.set_defaults(func=createRequest,operation_name='mutation.policy.dynamicIpAllocation.updatePolicy')
|
|
330
308
|
|
|
331
309
|
mutation_policy_dynamicIpAllocation_updateRule_parser = mutation_policy_dynamicIpAllocation_subparsers.add_parser('updateRule',
|
|
@@ -334,12 +312,11 @@ def mutation_policy_parse(mutation_subparsers):
|
|
|
334
312
|
|
|
335
313
|
mutation_policy_dynamicIpAllocation_updateRule_parser.add_argument('json', help='Variables in JSON format.')
|
|
336
314
|
mutation_policy_dynamicIpAllocation_updateRule_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
337
|
-
mutation_policy_dynamicIpAllocation_updateRule_parser.add_argument('-t', const=True, default=False, nargs='?',
|
|
338
|
-
|
|
339
|
-
mutation_policy_dynamicIpAllocation_updateRule_parser.add_argument('-
|
|
340
|
-
|
|
341
|
-
mutation_policy_dynamicIpAllocation_updateRule_parser.add_argument('-
|
|
342
|
-
help='Pretty print')
|
|
315
|
+
mutation_policy_dynamicIpAllocation_updateRule_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
316
|
+
mutation_policy_dynamicIpAllocation_updateRule_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
317
|
+
mutation_policy_dynamicIpAllocation_updateRule_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
318
|
+
mutation_policy_dynamicIpAllocation_updateRule_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
319
|
+
mutation_policy_dynamicIpAllocation_updateRule_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
343
320
|
mutation_policy_dynamicIpAllocation_updateRule_parser.set_defaults(func=createRequest,operation_name='mutation.policy.dynamicIpAllocation.updateRule')
|
|
344
321
|
|
|
345
322
|
mutation_policy_dynamicIpAllocation_updateSection_parser = mutation_policy_dynamicIpAllocation_subparsers.add_parser('updateSection',
|
|
@@ -348,12 +325,11 @@ def mutation_policy_parse(mutation_subparsers):
|
|
|
348
325
|
|
|
349
326
|
mutation_policy_dynamicIpAllocation_updateSection_parser.add_argument('json', help='Variables in JSON format.')
|
|
350
327
|
mutation_policy_dynamicIpAllocation_updateSection_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
351
|
-
mutation_policy_dynamicIpAllocation_updateSection_parser.add_argument('-t', const=True, default=False, nargs='?',
|
|
352
|
-
|
|
353
|
-
mutation_policy_dynamicIpAllocation_updateSection_parser.add_argument('-
|
|
354
|
-
|
|
355
|
-
mutation_policy_dynamicIpAllocation_updateSection_parser.add_argument('-
|
|
356
|
-
help='Pretty print')
|
|
328
|
+
mutation_policy_dynamicIpAllocation_updateSection_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
329
|
+
mutation_policy_dynamicIpAllocation_updateSection_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
330
|
+
mutation_policy_dynamicIpAllocation_updateSection_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
331
|
+
mutation_policy_dynamicIpAllocation_updateSection_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
332
|
+
mutation_policy_dynamicIpAllocation_updateSection_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
357
333
|
mutation_policy_dynamicIpAllocation_updateSection_parser.set_defaults(func=createRequest,operation_name='mutation.policy.dynamicIpAllocation.updateSection')
|
|
358
334
|
|
|
359
335
|
mutation_policy_internetFirewall_parser = mutation_policy_subparsers.add_parser('internetFirewall',
|
|
@@ -368,12 +344,11 @@ def mutation_policy_parse(mutation_subparsers):
|
|
|
368
344
|
|
|
369
345
|
mutation_policy_internetFirewall_addRule_parser.add_argument('json', help='Variables in JSON format.')
|
|
370
346
|
mutation_policy_internetFirewall_addRule_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
371
|
-
mutation_policy_internetFirewall_addRule_parser.add_argument('-t', const=True, default=False, nargs='?',
|
|
372
|
-
|
|
373
|
-
mutation_policy_internetFirewall_addRule_parser.add_argument('-
|
|
374
|
-
|
|
375
|
-
mutation_policy_internetFirewall_addRule_parser.add_argument('-
|
|
376
|
-
help='Pretty print')
|
|
347
|
+
mutation_policy_internetFirewall_addRule_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
348
|
+
mutation_policy_internetFirewall_addRule_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
349
|
+
mutation_policy_internetFirewall_addRule_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
350
|
+
mutation_policy_internetFirewall_addRule_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
351
|
+
mutation_policy_internetFirewall_addRule_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
377
352
|
mutation_policy_internetFirewall_addRule_parser.set_defaults(func=createRequest,operation_name='mutation.policy.internetFirewall.addRule')
|
|
378
353
|
|
|
379
354
|
mutation_policy_internetFirewall_addSection_parser = mutation_policy_internetFirewall_subparsers.add_parser('addSection',
|
|
@@ -382,12 +357,11 @@ def mutation_policy_parse(mutation_subparsers):
|
|
|
382
357
|
|
|
383
358
|
mutation_policy_internetFirewall_addSection_parser.add_argument('json', help='Variables in JSON format.')
|
|
384
359
|
mutation_policy_internetFirewall_addSection_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
385
|
-
mutation_policy_internetFirewall_addSection_parser.add_argument('-t', const=True, default=False, nargs='?',
|
|
386
|
-
|
|
387
|
-
mutation_policy_internetFirewall_addSection_parser.add_argument('-
|
|
388
|
-
|
|
389
|
-
mutation_policy_internetFirewall_addSection_parser.add_argument('-
|
|
390
|
-
help='Pretty print')
|
|
360
|
+
mutation_policy_internetFirewall_addSection_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
361
|
+
mutation_policy_internetFirewall_addSection_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
362
|
+
mutation_policy_internetFirewall_addSection_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
363
|
+
mutation_policy_internetFirewall_addSection_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
364
|
+
mutation_policy_internetFirewall_addSection_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
391
365
|
mutation_policy_internetFirewall_addSection_parser.set_defaults(func=createRequest,operation_name='mutation.policy.internetFirewall.addSection')
|
|
392
366
|
|
|
393
367
|
mutation_policy_internetFirewall_createPolicyRevision_parser = mutation_policy_internetFirewall_subparsers.add_parser('createPolicyRevision',
|
|
@@ -396,12 +370,11 @@ def mutation_policy_parse(mutation_subparsers):
|
|
|
396
370
|
|
|
397
371
|
mutation_policy_internetFirewall_createPolicyRevision_parser.add_argument('json', help='Variables in JSON format.')
|
|
398
372
|
mutation_policy_internetFirewall_createPolicyRevision_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
399
|
-
mutation_policy_internetFirewall_createPolicyRevision_parser.add_argument('-t', const=True, default=False, nargs='?',
|
|
400
|
-
|
|
401
|
-
mutation_policy_internetFirewall_createPolicyRevision_parser.add_argument('-
|
|
402
|
-
|
|
403
|
-
mutation_policy_internetFirewall_createPolicyRevision_parser.add_argument('-
|
|
404
|
-
help='Pretty print')
|
|
373
|
+
mutation_policy_internetFirewall_createPolicyRevision_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
374
|
+
mutation_policy_internetFirewall_createPolicyRevision_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
375
|
+
mutation_policy_internetFirewall_createPolicyRevision_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
376
|
+
mutation_policy_internetFirewall_createPolicyRevision_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
377
|
+
mutation_policy_internetFirewall_createPolicyRevision_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
405
378
|
mutation_policy_internetFirewall_createPolicyRevision_parser.set_defaults(func=createRequest,operation_name='mutation.policy.internetFirewall.createPolicyRevision')
|
|
406
379
|
|
|
407
380
|
mutation_policy_internetFirewall_discardPolicyRevision_parser = mutation_policy_internetFirewall_subparsers.add_parser('discardPolicyRevision',
|
|
@@ -410,12 +383,11 @@ def mutation_policy_parse(mutation_subparsers):
|
|
|
410
383
|
|
|
411
384
|
mutation_policy_internetFirewall_discardPolicyRevision_parser.add_argument('json', help='Variables in JSON format.')
|
|
412
385
|
mutation_policy_internetFirewall_discardPolicyRevision_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
413
|
-
mutation_policy_internetFirewall_discardPolicyRevision_parser.add_argument('-t', const=True, default=False, nargs='?',
|
|
414
|
-
|
|
415
|
-
mutation_policy_internetFirewall_discardPolicyRevision_parser.add_argument('-
|
|
416
|
-
|
|
417
|
-
mutation_policy_internetFirewall_discardPolicyRevision_parser.add_argument('-
|
|
418
|
-
help='Pretty print')
|
|
386
|
+
mutation_policy_internetFirewall_discardPolicyRevision_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
387
|
+
mutation_policy_internetFirewall_discardPolicyRevision_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
388
|
+
mutation_policy_internetFirewall_discardPolicyRevision_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
389
|
+
mutation_policy_internetFirewall_discardPolicyRevision_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
390
|
+
mutation_policy_internetFirewall_discardPolicyRevision_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
419
391
|
mutation_policy_internetFirewall_discardPolicyRevision_parser.set_defaults(func=createRequest,operation_name='mutation.policy.internetFirewall.discardPolicyRevision')
|
|
420
392
|
|
|
421
393
|
mutation_policy_internetFirewall_moveRule_parser = mutation_policy_internetFirewall_subparsers.add_parser('moveRule',
|
|
@@ -424,12 +396,11 @@ def mutation_policy_parse(mutation_subparsers):
|
|
|
424
396
|
|
|
425
397
|
mutation_policy_internetFirewall_moveRule_parser.add_argument('json', help='Variables in JSON format.')
|
|
426
398
|
mutation_policy_internetFirewall_moveRule_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
427
|
-
mutation_policy_internetFirewall_moveRule_parser.add_argument('-t', const=True, default=False, nargs='?',
|
|
428
|
-
|
|
429
|
-
mutation_policy_internetFirewall_moveRule_parser.add_argument('-
|
|
430
|
-
|
|
431
|
-
mutation_policy_internetFirewall_moveRule_parser.add_argument('-
|
|
432
|
-
help='Pretty print')
|
|
399
|
+
mutation_policy_internetFirewall_moveRule_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
400
|
+
mutation_policy_internetFirewall_moveRule_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
401
|
+
mutation_policy_internetFirewall_moveRule_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
402
|
+
mutation_policy_internetFirewall_moveRule_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
403
|
+
mutation_policy_internetFirewall_moveRule_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
433
404
|
mutation_policy_internetFirewall_moveRule_parser.set_defaults(func=createRequest,operation_name='mutation.policy.internetFirewall.moveRule')
|
|
434
405
|
|
|
435
406
|
mutation_policy_internetFirewall_moveSection_parser = mutation_policy_internetFirewall_subparsers.add_parser('moveSection',
|
|
@@ -438,12 +409,11 @@ def mutation_policy_parse(mutation_subparsers):
|
|
|
438
409
|
|
|
439
410
|
mutation_policy_internetFirewall_moveSection_parser.add_argument('json', help='Variables in JSON format.')
|
|
440
411
|
mutation_policy_internetFirewall_moveSection_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
441
|
-
mutation_policy_internetFirewall_moveSection_parser.add_argument('-t', const=True, default=False, nargs='?',
|
|
442
|
-
|
|
443
|
-
mutation_policy_internetFirewall_moveSection_parser.add_argument('-
|
|
444
|
-
|
|
445
|
-
mutation_policy_internetFirewall_moveSection_parser.add_argument('-
|
|
446
|
-
help='Pretty print')
|
|
412
|
+
mutation_policy_internetFirewall_moveSection_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
413
|
+
mutation_policy_internetFirewall_moveSection_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
414
|
+
mutation_policy_internetFirewall_moveSection_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
415
|
+
mutation_policy_internetFirewall_moveSection_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
416
|
+
mutation_policy_internetFirewall_moveSection_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
447
417
|
mutation_policy_internetFirewall_moveSection_parser.set_defaults(func=createRequest,operation_name='mutation.policy.internetFirewall.moveSection')
|
|
448
418
|
|
|
449
419
|
mutation_policy_internetFirewall_publishPolicyRevision_parser = mutation_policy_internetFirewall_subparsers.add_parser('publishPolicyRevision',
|
|
@@ -452,12 +422,11 @@ def mutation_policy_parse(mutation_subparsers):
|
|
|
452
422
|
|
|
453
423
|
mutation_policy_internetFirewall_publishPolicyRevision_parser.add_argument('json', help='Variables in JSON format.')
|
|
454
424
|
mutation_policy_internetFirewall_publishPolicyRevision_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
455
|
-
mutation_policy_internetFirewall_publishPolicyRevision_parser.add_argument('-t', const=True, default=False, nargs='?',
|
|
456
|
-
|
|
457
|
-
mutation_policy_internetFirewall_publishPolicyRevision_parser.add_argument('-
|
|
458
|
-
|
|
459
|
-
mutation_policy_internetFirewall_publishPolicyRevision_parser.add_argument('-
|
|
460
|
-
help='Pretty print')
|
|
425
|
+
mutation_policy_internetFirewall_publishPolicyRevision_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
426
|
+
mutation_policy_internetFirewall_publishPolicyRevision_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
427
|
+
mutation_policy_internetFirewall_publishPolicyRevision_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
428
|
+
mutation_policy_internetFirewall_publishPolicyRevision_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
429
|
+
mutation_policy_internetFirewall_publishPolicyRevision_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
461
430
|
mutation_policy_internetFirewall_publishPolicyRevision_parser.set_defaults(func=createRequest,operation_name='mutation.policy.internetFirewall.publishPolicyRevision')
|
|
462
431
|
|
|
463
432
|
mutation_policy_internetFirewall_removeRule_parser = mutation_policy_internetFirewall_subparsers.add_parser('removeRule',
|
|
@@ -466,12 +435,11 @@ def mutation_policy_parse(mutation_subparsers):
|
|
|
466
435
|
|
|
467
436
|
mutation_policy_internetFirewall_removeRule_parser.add_argument('json', help='Variables in JSON format.')
|
|
468
437
|
mutation_policy_internetFirewall_removeRule_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
469
|
-
mutation_policy_internetFirewall_removeRule_parser.add_argument('-t', const=True, default=False, nargs='?',
|
|
470
|
-
|
|
471
|
-
mutation_policy_internetFirewall_removeRule_parser.add_argument('-
|
|
472
|
-
|
|
473
|
-
mutation_policy_internetFirewall_removeRule_parser.add_argument('-
|
|
474
|
-
help='Pretty print')
|
|
438
|
+
mutation_policy_internetFirewall_removeRule_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
439
|
+
mutation_policy_internetFirewall_removeRule_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
440
|
+
mutation_policy_internetFirewall_removeRule_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
441
|
+
mutation_policy_internetFirewall_removeRule_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
442
|
+
mutation_policy_internetFirewall_removeRule_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
475
443
|
mutation_policy_internetFirewall_removeRule_parser.set_defaults(func=createRequest,operation_name='mutation.policy.internetFirewall.removeRule')
|
|
476
444
|
|
|
477
445
|
mutation_policy_internetFirewall_removeSection_parser = mutation_policy_internetFirewall_subparsers.add_parser('removeSection',
|
|
@@ -480,12 +448,11 @@ def mutation_policy_parse(mutation_subparsers):
|
|
|
480
448
|
|
|
481
449
|
mutation_policy_internetFirewall_removeSection_parser.add_argument('json', help='Variables in JSON format.')
|
|
482
450
|
mutation_policy_internetFirewall_removeSection_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
483
|
-
mutation_policy_internetFirewall_removeSection_parser.add_argument('-t', const=True, default=False, nargs='?',
|
|
484
|
-
|
|
485
|
-
mutation_policy_internetFirewall_removeSection_parser.add_argument('-
|
|
486
|
-
|
|
487
|
-
mutation_policy_internetFirewall_removeSection_parser.add_argument('-
|
|
488
|
-
help='Pretty print')
|
|
451
|
+
mutation_policy_internetFirewall_removeSection_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
452
|
+
mutation_policy_internetFirewall_removeSection_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
453
|
+
mutation_policy_internetFirewall_removeSection_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
454
|
+
mutation_policy_internetFirewall_removeSection_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
455
|
+
mutation_policy_internetFirewall_removeSection_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
489
456
|
mutation_policy_internetFirewall_removeSection_parser.set_defaults(func=createRequest,operation_name='mutation.policy.internetFirewall.removeSection')
|
|
490
457
|
|
|
491
458
|
mutation_policy_internetFirewall_updatePolicy_parser = mutation_policy_internetFirewall_subparsers.add_parser('updatePolicy',
|
|
@@ -494,12 +461,11 @@ def mutation_policy_parse(mutation_subparsers):
|
|
|
494
461
|
|
|
495
462
|
mutation_policy_internetFirewall_updatePolicy_parser.add_argument('json', help='Variables in JSON format.')
|
|
496
463
|
mutation_policy_internetFirewall_updatePolicy_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
497
|
-
mutation_policy_internetFirewall_updatePolicy_parser.add_argument('-t', const=True, default=False, nargs='?',
|
|
498
|
-
|
|
499
|
-
mutation_policy_internetFirewall_updatePolicy_parser.add_argument('-
|
|
500
|
-
|
|
501
|
-
mutation_policy_internetFirewall_updatePolicy_parser.add_argument('-
|
|
502
|
-
help='Pretty print')
|
|
464
|
+
mutation_policy_internetFirewall_updatePolicy_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
465
|
+
mutation_policy_internetFirewall_updatePolicy_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
466
|
+
mutation_policy_internetFirewall_updatePolicy_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
467
|
+
mutation_policy_internetFirewall_updatePolicy_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
468
|
+
mutation_policy_internetFirewall_updatePolicy_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
503
469
|
mutation_policy_internetFirewall_updatePolicy_parser.set_defaults(func=createRequest,operation_name='mutation.policy.internetFirewall.updatePolicy')
|
|
504
470
|
|
|
505
471
|
mutation_policy_internetFirewall_updateRule_parser = mutation_policy_internetFirewall_subparsers.add_parser('updateRule',
|
|
@@ -508,12 +474,11 @@ def mutation_policy_parse(mutation_subparsers):
|
|
|
508
474
|
|
|
509
475
|
mutation_policy_internetFirewall_updateRule_parser.add_argument('json', help='Variables in JSON format.')
|
|
510
476
|
mutation_policy_internetFirewall_updateRule_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
511
|
-
mutation_policy_internetFirewall_updateRule_parser.add_argument('-t', const=True, default=False, nargs='?',
|
|
512
|
-
|
|
513
|
-
mutation_policy_internetFirewall_updateRule_parser.add_argument('-
|
|
514
|
-
|
|
515
|
-
mutation_policy_internetFirewall_updateRule_parser.add_argument('-
|
|
516
|
-
help='Pretty print')
|
|
477
|
+
mutation_policy_internetFirewall_updateRule_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
478
|
+
mutation_policy_internetFirewall_updateRule_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
479
|
+
mutation_policy_internetFirewall_updateRule_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
480
|
+
mutation_policy_internetFirewall_updateRule_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
481
|
+
mutation_policy_internetFirewall_updateRule_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
517
482
|
mutation_policy_internetFirewall_updateRule_parser.set_defaults(func=createRequest,operation_name='mutation.policy.internetFirewall.updateRule')
|
|
518
483
|
|
|
519
484
|
mutation_policy_internetFirewall_updateSection_parser = mutation_policy_internetFirewall_subparsers.add_parser('updateSection',
|
|
@@ -522,12 +487,11 @@ def mutation_policy_parse(mutation_subparsers):
|
|
|
522
487
|
|
|
523
488
|
mutation_policy_internetFirewall_updateSection_parser.add_argument('json', help='Variables in JSON format.')
|
|
524
489
|
mutation_policy_internetFirewall_updateSection_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
525
|
-
mutation_policy_internetFirewall_updateSection_parser.add_argument('-t', const=True, default=False, nargs='?',
|
|
526
|
-
|
|
527
|
-
mutation_policy_internetFirewall_updateSection_parser.add_argument('-
|
|
528
|
-
|
|
529
|
-
mutation_policy_internetFirewall_updateSection_parser.add_argument('-
|
|
530
|
-
help='Pretty print')
|
|
490
|
+
mutation_policy_internetFirewall_updateSection_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
491
|
+
mutation_policy_internetFirewall_updateSection_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
492
|
+
mutation_policy_internetFirewall_updateSection_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
493
|
+
mutation_policy_internetFirewall_updateSection_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
494
|
+
mutation_policy_internetFirewall_updateSection_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
531
495
|
mutation_policy_internetFirewall_updateSection_parser.set_defaults(func=createRequest,operation_name='mutation.policy.internetFirewall.updateSection')
|
|
532
496
|
|
|
533
497
|
mutation_policy_remotePortFwd_parser = mutation_policy_subparsers.add_parser('remotePortFwd',
|
|
@@ -542,12 +506,11 @@ def mutation_policy_parse(mutation_subparsers):
|
|
|
542
506
|
|
|
543
507
|
mutation_policy_remotePortFwd_addRule_parser.add_argument('json', help='Variables in JSON format.')
|
|
544
508
|
mutation_policy_remotePortFwd_addRule_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
545
|
-
mutation_policy_remotePortFwd_addRule_parser.add_argument('-t', const=True, default=False, nargs='?',
|
|
546
|
-
|
|
547
|
-
mutation_policy_remotePortFwd_addRule_parser.add_argument('-
|
|
548
|
-
|
|
549
|
-
mutation_policy_remotePortFwd_addRule_parser.add_argument('-
|
|
550
|
-
help='Pretty print')
|
|
509
|
+
mutation_policy_remotePortFwd_addRule_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
510
|
+
mutation_policy_remotePortFwd_addRule_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
511
|
+
mutation_policy_remotePortFwd_addRule_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
512
|
+
mutation_policy_remotePortFwd_addRule_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
513
|
+
mutation_policy_remotePortFwd_addRule_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
551
514
|
mutation_policy_remotePortFwd_addRule_parser.set_defaults(func=createRequest,operation_name='mutation.policy.remotePortFwd.addRule')
|
|
552
515
|
|
|
553
516
|
mutation_policy_remotePortFwd_addSection_parser = mutation_policy_remotePortFwd_subparsers.add_parser('addSection',
|
|
@@ -556,12 +519,11 @@ def mutation_policy_parse(mutation_subparsers):
|
|
|
556
519
|
|
|
557
520
|
mutation_policy_remotePortFwd_addSection_parser.add_argument('json', help='Variables in JSON format.')
|
|
558
521
|
mutation_policy_remotePortFwd_addSection_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
559
|
-
mutation_policy_remotePortFwd_addSection_parser.add_argument('-t', const=True, default=False, nargs='?',
|
|
560
|
-
|
|
561
|
-
mutation_policy_remotePortFwd_addSection_parser.add_argument('-
|
|
562
|
-
|
|
563
|
-
mutation_policy_remotePortFwd_addSection_parser.add_argument('-
|
|
564
|
-
help='Pretty print')
|
|
522
|
+
mutation_policy_remotePortFwd_addSection_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
523
|
+
mutation_policy_remotePortFwd_addSection_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
524
|
+
mutation_policy_remotePortFwd_addSection_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
525
|
+
mutation_policy_remotePortFwd_addSection_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
526
|
+
mutation_policy_remotePortFwd_addSection_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
565
527
|
mutation_policy_remotePortFwd_addSection_parser.set_defaults(func=createRequest,operation_name='mutation.policy.remotePortFwd.addSection')
|
|
566
528
|
|
|
567
529
|
mutation_policy_remotePortFwd_createPolicyRevision_parser = mutation_policy_remotePortFwd_subparsers.add_parser('createPolicyRevision',
|
|
@@ -570,12 +532,11 @@ def mutation_policy_parse(mutation_subparsers):
|
|
|
570
532
|
|
|
571
533
|
mutation_policy_remotePortFwd_createPolicyRevision_parser.add_argument('json', help='Variables in JSON format.')
|
|
572
534
|
mutation_policy_remotePortFwd_createPolicyRevision_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
573
|
-
mutation_policy_remotePortFwd_createPolicyRevision_parser.add_argument('-t', const=True, default=False, nargs='?',
|
|
574
|
-
|
|
575
|
-
mutation_policy_remotePortFwd_createPolicyRevision_parser.add_argument('-
|
|
576
|
-
|
|
577
|
-
mutation_policy_remotePortFwd_createPolicyRevision_parser.add_argument('-
|
|
578
|
-
help='Pretty print')
|
|
535
|
+
mutation_policy_remotePortFwd_createPolicyRevision_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
536
|
+
mutation_policy_remotePortFwd_createPolicyRevision_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
537
|
+
mutation_policy_remotePortFwd_createPolicyRevision_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
538
|
+
mutation_policy_remotePortFwd_createPolicyRevision_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
539
|
+
mutation_policy_remotePortFwd_createPolicyRevision_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
579
540
|
mutation_policy_remotePortFwd_createPolicyRevision_parser.set_defaults(func=createRequest,operation_name='mutation.policy.remotePortFwd.createPolicyRevision')
|
|
580
541
|
|
|
581
542
|
mutation_policy_remotePortFwd_discardPolicyRevision_parser = mutation_policy_remotePortFwd_subparsers.add_parser('discardPolicyRevision',
|
|
@@ -584,12 +545,11 @@ def mutation_policy_parse(mutation_subparsers):
|
|
|
584
545
|
|
|
585
546
|
mutation_policy_remotePortFwd_discardPolicyRevision_parser.add_argument('json', help='Variables in JSON format.')
|
|
586
547
|
mutation_policy_remotePortFwd_discardPolicyRevision_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
587
|
-
mutation_policy_remotePortFwd_discardPolicyRevision_parser.add_argument('-t', const=True, default=False, nargs='?',
|
|
588
|
-
|
|
589
|
-
mutation_policy_remotePortFwd_discardPolicyRevision_parser.add_argument('-
|
|
590
|
-
|
|
591
|
-
mutation_policy_remotePortFwd_discardPolicyRevision_parser.add_argument('-
|
|
592
|
-
help='Pretty print')
|
|
548
|
+
mutation_policy_remotePortFwd_discardPolicyRevision_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
549
|
+
mutation_policy_remotePortFwd_discardPolicyRevision_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
550
|
+
mutation_policy_remotePortFwd_discardPolicyRevision_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
551
|
+
mutation_policy_remotePortFwd_discardPolicyRevision_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
552
|
+
mutation_policy_remotePortFwd_discardPolicyRevision_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
593
553
|
mutation_policy_remotePortFwd_discardPolicyRevision_parser.set_defaults(func=createRequest,operation_name='mutation.policy.remotePortFwd.discardPolicyRevision')
|
|
594
554
|
|
|
595
555
|
mutation_policy_remotePortFwd_moveRule_parser = mutation_policy_remotePortFwd_subparsers.add_parser('moveRule',
|
|
@@ -598,12 +558,11 @@ def mutation_policy_parse(mutation_subparsers):
|
|
|
598
558
|
|
|
599
559
|
mutation_policy_remotePortFwd_moveRule_parser.add_argument('json', help='Variables in JSON format.')
|
|
600
560
|
mutation_policy_remotePortFwd_moveRule_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
601
|
-
mutation_policy_remotePortFwd_moveRule_parser.add_argument('-t', const=True, default=False, nargs='?',
|
|
602
|
-
|
|
603
|
-
mutation_policy_remotePortFwd_moveRule_parser.add_argument('-
|
|
604
|
-
|
|
605
|
-
mutation_policy_remotePortFwd_moveRule_parser.add_argument('-
|
|
606
|
-
help='Pretty print')
|
|
561
|
+
mutation_policy_remotePortFwd_moveRule_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
562
|
+
mutation_policy_remotePortFwd_moveRule_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
563
|
+
mutation_policy_remotePortFwd_moveRule_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
564
|
+
mutation_policy_remotePortFwd_moveRule_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
565
|
+
mutation_policy_remotePortFwd_moveRule_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
607
566
|
mutation_policy_remotePortFwd_moveRule_parser.set_defaults(func=createRequest,operation_name='mutation.policy.remotePortFwd.moveRule')
|
|
608
567
|
|
|
609
568
|
mutation_policy_remotePortFwd_moveSection_parser = mutation_policy_remotePortFwd_subparsers.add_parser('moveSection',
|
|
@@ -612,12 +571,11 @@ def mutation_policy_parse(mutation_subparsers):
|
|
|
612
571
|
|
|
613
572
|
mutation_policy_remotePortFwd_moveSection_parser.add_argument('json', help='Variables in JSON format.')
|
|
614
573
|
mutation_policy_remotePortFwd_moveSection_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
615
|
-
mutation_policy_remotePortFwd_moveSection_parser.add_argument('-t', const=True, default=False, nargs='?',
|
|
616
|
-
|
|
617
|
-
mutation_policy_remotePortFwd_moveSection_parser.add_argument('-
|
|
618
|
-
|
|
619
|
-
mutation_policy_remotePortFwd_moveSection_parser.add_argument('-
|
|
620
|
-
help='Pretty print')
|
|
574
|
+
mutation_policy_remotePortFwd_moveSection_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
575
|
+
mutation_policy_remotePortFwd_moveSection_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
576
|
+
mutation_policy_remotePortFwd_moveSection_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
577
|
+
mutation_policy_remotePortFwd_moveSection_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
578
|
+
mutation_policy_remotePortFwd_moveSection_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
621
579
|
mutation_policy_remotePortFwd_moveSection_parser.set_defaults(func=createRequest,operation_name='mutation.policy.remotePortFwd.moveSection')
|
|
622
580
|
|
|
623
581
|
mutation_policy_remotePortFwd_publishPolicyRevision_parser = mutation_policy_remotePortFwd_subparsers.add_parser('publishPolicyRevision',
|
|
@@ -626,12 +584,11 @@ def mutation_policy_parse(mutation_subparsers):
|
|
|
626
584
|
|
|
627
585
|
mutation_policy_remotePortFwd_publishPolicyRevision_parser.add_argument('json', help='Variables in JSON format.')
|
|
628
586
|
mutation_policy_remotePortFwd_publishPolicyRevision_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
629
|
-
mutation_policy_remotePortFwd_publishPolicyRevision_parser.add_argument('-t', const=True, default=False, nargs='?',
|
|
630
|
-
|
|
631
|
-
mutation_policy_remotePortFwd_publishPolicyRevision_parser.add_argument('-
|
|
632
|
-
|
|
633
|
-
mutation_policy_remotePortFwd_publishPolicyRevision_parser.add_argument('-
|
|
634
|
-
help='Pretty print')
|
|
587
|
+
mutation_policy_remotePortFwd_publishPolicyRevision_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
588
|
+
mutation_policy_remotePortFwd_publishPolicyRevision_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
589
|
+
mutation_policy_remotePortFwd_publishPolicyRevision_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
590
|
+
mutation_policy_remotePortFwd_publishPolicyRevision_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
591
|
+
mutation_policy_remotePortFwd_publishPolicyRevision_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
635
592
|
mutation_policy_remotePortFwd_publishPolicyRevision_parser.set_defaults(func=createRequest,operation_name='mutation.policy.remotePortFwd.publishPolicyRevision')
|
|
636
593
|
|
|
637
594
|
mutation_policy_remotePortFwd_removeRule_parser = mutation_policy_remotePortFwd_subparsers.add_parser('removeRule',
|
|
@@ -640,12 +597,11 @@ def mutation_policy_parse(mutation_subparsers):
|
|
|
640
597
|
|
|
641
598
|
mutation_policy_remotePortFwd_removeRule_parser.add_argument('json', help='Variables in JSON format.')
|
|
642
599
|
mutation_policy_remotePortFwd_removeRule_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
643
|
-
mutation_policy_remotePortFwd_removeRule_parser.add_argument('-t', const=True, default=False, nargs='?',
|
|
644
|
-
|
|
645
|
-
mutation_policy_remotePortFwd_removeRule_parser.add_argument('-
|
|
646
|
-
|
|
647
|
-
mutation_policy_remotePortFwd_removeRule_parser.add_argument('-
|
|
648
|
-
help='Pretty print')
|
|
600
|
+
mutation_policy_remotePortFwd_removeRule_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
601
|
+
mutation_policy_remotePortFwd_removeRule_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
602
|
+
mutation_policy_remotePortFwd_removeRule_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
603
|
+
mutation_policy_remotePortFwd_removeRule_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
604
|
+
mutation_policy_remotePortFwd_removeRule_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
649
605
|
mutation_policy_remotePortFwd_removeRule_parser.set_defaults(func=createRequest,operation_name='mutation.policy.remotePortFwd.removeRule')
|
|
650
606
|
|
|
651
607
|
mutation_policy_remotePortFwd_removeSection_parser = mutation_policy_remotePortFwd_subparsers.add_parser('removeSection',
|
|
@@ -654,12 +610,11 @@ def mutation_policy_parse(mutation_subparsers):
|
|
|
654
610
|
|
|
655
611
|
mutation_policy_remotePortFwd_removeSection_parser.add_argument('json', help='Variables in JSON format.')
|
|
656
612
|
mutation_policy_remotePortFwd_removeSection_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
657
|
-
mutation_policy_remotePortFwd_removeSection_parser.add_argument('-t', const=True, default=False, nargs='?',
|
|
658
|
-
|
|
659
|
-
mutation_policy_remotePortFwd_removeSection_parser.add_argument('-
|
|
660
|
-
|
|
661
|
-
mutation_policy_remotePortFwd_removeSection_parser.add_argument('-
|
|
662
|
-
help='Pretty print')
|
|
613
|
+
mutation_policy_remotePortFwd_removeSection_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
614
|
+
mutation_policy_remotePortFwd_removeSection_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
615
|
+
mutation_policy_remotePortFwd_removeSection_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
616
|
+
mutation_policy_remotePortFwd_removeSection_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
617
|
+
mutation_policy_remotePortFwd_removeSection_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
663
618
|
mutation_policy_remotePortFwd_removeSection_parser.set_defaults(func=createRequest,operation_name='mutation.policy.remotePortFwd.removeSection')
|
|
664
619
|
|
|
665
620
|
mutation_policy_remotePortFwd_updatePolicy_parser = mutation_policy_remotePortFwd_subparsers.add_parser('updatePolicy',
|
|
@@ -668,12 +623,11 @@ def mutation_policy_parse(mutation_subparsers):
|
|
|
668
623
|
|
|
669
624
|
mutation_policy_remotePortFwd_updatePolicy_parser.add_argument('json', help='Variables in JSON format.')
|
|
670
625
|
mutation_policy_remotePortFwd_updatePolicy_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
671
|
-
mutation_policy_remotePortFwd_updatePolicy_parser.add_argument('-t', const=True, default=False, nargs='?',
|
|
672
|
-
|
|
673
|
-
mutation_policy_remotePortFwd_updatePolicy_parser.add_argument('-
|
|
674
|
-
|
|
675
|
-
mutation_policy_remotePortFwd_updatePolicy_parser.add_argument('-
|
|
676
|
-
help='Pretty print')
|
|
626
|
+
mutation_policy_remotePortFwd_updatePolicy_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
627
|
+
mutation_policy_remotePortFwd_updatePolicy_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
628
|
+
mutation_policy_remotePortFwd_updatePolicy_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
629
|
+
mutation_policy_remotePortFwd_updatePolicy_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
630
|
+
mutation_policy_remotePortFwd_updatePolicy_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
677
631
|
mutation_policy_remotePortFwd_updatePolicy_parser.set_defaults(func=createRequest,operation_name='mutation.policy.remotePortFwd.updatePolicy')
|
|
678
632
|
|
|
679
633
|
mutation_policy_remotePortFwd_updateRule_parser = mutation_policy_remotePortFwd_subparsers.add_parser('updateRule',
|
|
@@ -682,12 +636,11 @@ def mutation_policy_parse(mutation_subparsers):
|
|
|
682
636
|
|
|
683
637
|
mutation_policy_remotePortFwd_updateRule_parser.add_argument('json', help='Variables in JSON format.')
|
|
684
638
|
mutation_policy_remotePortFwd_updateRule_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
685
|
-
mutation_policy_remotePortFwd_updateRule_parser.add_argument('-t', const=True, default=False, nargs='?',
|
|
686
|
-
|
|
687
|
-
mutation_policy_remotePortFwd_updateRule_parser.add_argument('-
|
|
688
|
-
|
|
689
|
-
mutation_policy_remotePortFwd_updateRule_parser.add_argument('-
|
|
690
|
-
help='Pretty print')
|
|
639
|
+
mutation_policy_remotePortFwd_updateRule_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
640
|
+
mutation_policy_remotePortFwd_updateRule_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
641
|
+
mutation_policy_remotePortFwd_updateRule_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
642
|
+
mutation_policy_remotePortFwd_updateRule_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
643
|
+
mutation_policy_remotePortFwd_updateRule_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
691
644
|
mutation_policy_remotePortFwd_updateRule_parser.set_defaults(func=createRequest,operation_name='mutation.policy.remotePortFwd.updateRule')
|
|
692
645
|
|
|
693
646
|
mutation_policy_remotePortFwd_updateSection_parser = mutation_policy_remotePortFwd_subparsers.add_parser('updateSection',
|
|
@@ -696,12 +649,11 @@ def mutation_policy_parse(mutation_subparsers):
|
|
|
696
649
|
|
|
697
650
|
mutation_policy_remotePortFwd_updateSection_parser.add_argument('json', help='Variables in JSON format.')
|
|
698
651
|
mutation_policy_remotePortFwd_updateSection_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
699
|
-
mutation_policy_remotePortFwd_updateSection_parser.add_argument('-t', const=True, default=False, nargs='?',
|
|
700
|
-
|
|
701
|
-
mutation_policy_remotePortFwd_updateSection_parser.add_argument('-
|
|
702
|
-
|
|
703
|
-
mutation_policy_remotePortFwd_updateSection_parser.add_argument('-
|
|
704
|
-
help='Pretty print')
|
|
652
|
+
mutation_policy_remotePortFwd_updateSection_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
653
|
+
mutation_policy_remotePortFwd_updateSection_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
654
|
+
mutation_policy_remotePortFwd_updateSection_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
655
|
+
mutation_policy_remotePortFwd_updateSection_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
656
|
+
mutation_policy_remotePortFwd_updateSection_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
705
657
|
mutation_policy_remotePortFwd_updateSection_parser.set_defaults(func=createRequest,operation_name='mutation.policy.remotePortFwd.updateSection')
|
|
706
658
|
|
|
707
659
|
mutation_policy_socketLan_parser = mutation_policy_subparsers.add_parser('socketLan',
|
|
@@ -716,12 +668,11 @@ def mutation_policy_parse(mutation_subparsers):
|
|
|
716
668
|
|
|
717
669
|
mutation_policy_socketLan_addRule_parser.add_argument('json', help='Variables in JSON format.')
|
|
718
670
|
mutation_policy_socketLan_addRule_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
719
|
-
mutation_policy_socketLan_addRule_parser.add_argument('-t', const=True, default=False, nargs='?',
|
|
720
|
-
|
|
721
|
-
mutation_policy_socketLan_addRule_parser.add_argument('-
|
|
722
|
-
|
|
723
|
-
mutation_policy_socketLan_addRule_parser.add_argument('-
|
|
724
|
-
help='Pretty print')
|
|
671
|
+
mutation_policy_socketLan_addRule_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
672
|
+
mutation_policy_socketLan_addRule_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
673
|
+
mutation_policy_socketLan_addRule_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
674
|
+
mutation_policy_socketLan_addRule_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
675
|
+
mutation_policy_socketLan_addRule_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
725
676
|
mutation_policy_socketLan_addRule_parser.set_defaults(func=createRequest,operation_name='mutation.policy.socketLan.addRule')
|
|
726
677
|
|
|
727
678
|
mutation_policy_socketLan_addSection_parser = mutation_policy_socketLan_subparsers.add_parser('addSection',
|
|
@@ -730,12 +681,11 @@ def mutation_policy_parse(mutation_subparsers):
|
|
|
730
681
|
|
|
731
682
|
mutation_policy_socketLan_addSection_parser.add_argument('json', help='Variables in JSON format.')
|
|
732
683
|
mutation_policy_socketLan_addSection_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
733
|
-
mutation_policy_socketLan_addSection_parser.add_argument('-t', const=True, default=False, nargs='?',
|
|
734
|
-
|
|
735
|
-
mutation_policy_socketLan_addSection_parser.add_argument('-
|
|
736
|
-
|
|
737
|
-
mutation_policy_socketLan_addSection_parser.add_argument('-
|
|
738
|
-
help='Pretty print')
|
|
684
|
+
mutation_policy_socketLan_addSection_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
685
|
+
mutation_policy_socketLan_addSection_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
686
|
+
mutation_policy_socketLan_addSection_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
687
|
+
mutation_policy_socketLan_addSection_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
688
|
+
mutation_policy_socketLan_addSection_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
739
689
|
mutation_policy_socketLan_addSection_parser.set_defaults(func=createRequest,operation_name='mutation.policy.socketLan.addSection')
|
|
740
690
|
|
|
741
691
|
mutation_policy_socketLan_createPolicyRevision_parser = mutation_policy_socketLan_subparsers.add_parser('createPolicyRevision',
|
|
@@ -744,12 +694,11 @@ def mutation_policy_parse(mutation_subparsers):
|
|
|
744
694
|
|
|
745
695
|
mutation_policy_socketLan_createPolicyRevision_parser.add_argument('json', help='Variables in JSON format.')
|
|
746
696
|
mutation_policy_socketLan_createPolicyRevision_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
747
|
-
mutation_policy_socketLan_createPolicyRevision_parser.add_argument('-t', const=True, default=False, nargs='?',
|
|
748
|
-
|
|
749
|
-
mutation_policy_socketLan_createPolicyRevision_parser.add_argument('-
|
|
750
|
-
|
|
751
|
-
mutation_policy_socketLan_createPolicyRevision_parser.add_argument('-
|
|
752
|
-
help='Pretty print')
|
|
697
|
+
mutation_policy_socketLan_createPolicyRevision_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
698
|
+
mutation_policy_socketLan_createPolicyRevision_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
699
|
+
mutation_policy_socketLan_createPolicyRevision_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
700
|
+
mutation_policy_socketLan_createPolicyRevision_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
701
|
+
mutation_policy_socketLan_createPolicyRevision_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
753
702
|
mutation_policy_socketLan_createPolicyRevision_parser.set_defaults(func=createRequest,operation_name='mutation.policy.socketLan.createPolicyRevision')
|
|
754
703
|
|
|
755
704
|
mutation_policy_socketLan_discardPolicyRevision_parser = mutation_policy_socketLan_subparsers.add_parser('discardPolicyRevision',
|
|
@@ -758,12 +707,11 @@ def mutation_policy_parse(mutation_subparsers):
|
|
|
758
707
|
|
|
759
708
|
mutation_policy_socketLan_discardPolicyRevision_parser.add_argument('json', help='Variables in JSON format.')
|
|
760
709
|
mutation_policy_socketLan_discardPolicyRevision_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
761
|
-
mutation_policy_socketLan_discardPolicyRevision_parser.add_argument('-t', const=True, default=False, nargs='?',
|
|
762
|
-
|
|
763
|
-
mutation_policy_socketLan_discardPolicyRevision_parser.add_argument('-
|
|
764
|
-
|
|
765
|
-
mutation_policy_socketLan_discardPolicyRevision_parser.add_argument('-
|
|
766
|
-
help='Pretty print')
|
|
710
|
+
mutation_policy_socketLan_discardPolicyRevision_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
711
|
+
mutation_policy_socketLan_discardPolicyRevision_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
712
|
+
mutation_policy_socketLan_discardPolicyRevision_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
713
|
+
mutation_policy_socketLan_discardPolicyRevision_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
714
|
+
mutation_policy_socketLan_discardPolicyRevision_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
767
715
|
mutation_policy_socketLan_discardPolicyRevision_parser.set_defaults(func=createRequest,operation_name='mutation.policy.socketLan.discardPolicyRevision')
|
|
768
716
|
|
|
769
717
|
mutation_policy_socketLan_moveRule_parser = mutation_policy_socketLan_subparsers.add_parser('moveRule',
|
|
@@ -772,12 +720,11 @@ def mutation_policy_parse(mutation_subparsers):
|
|
|
772
720
|
|
|
773
721
|
mutation_policy_socketLan_moveRule_parser.add_argument('json', help='Variables in JSON format.')
|
|
774
722
|
mutation_policy_socketLan_moveRule_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
775
|
-
mutation_policy_socketLan_moveRule_parser.add_argument('-t', const=True, default=False, nargs='?',
|
|
776
|
-
|
|
777
|
-
mutation_policy_socketLan_moveRule_parser.add_argument('-
|
|
778
|
-
|
|
779
|
-
mutation_policy_socketLan_moveRule_parser.add_argument('-
|
|
780
|
-
help='Pretty print')
|
|
723
|
+
mutation_policy_socketLan_moveRule_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
724
|
+
mutation_policy_socketLan_moveRule_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
725
|
+
mutation_policy_socketLan_moveRule_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
726
|
+
mutation_policy_socketLan_moveRule_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
727
|
+
mutation_policy_socketLan_moveRule_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
781
728
|
mutation_policy_socketLan_moveRule_parser.set_defaults(func=createRequest,operation_name='mutation.policy.socketLan.moveRule')
|
|
782
729
|
|
|
783
730
|
mutation_policy_socketLan_moveSection_parser = mutation_policy_socketLan_subparsers.add_parser('moveSection',
|
|
@@ -786,12 +733,11 @@ def mutation_policy_parse(mutation_subparsers):
|
|
|
786
733
|
|
|
787
734
|
mutation_policy_socketLan_moveSection_parser.add_argument('json', help='Variables in JSON format.')
|
|
788
735
|
mutation_policy_socketLan_moveSection_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
789
|
-
mutation_policy_socketLan_moveSection_parser.add_argument('-t', const=True, default=False, nargs='?',
|
|
790
|
-
|
|
791
|
-
mutation_policy_socketLan_moveSection_parser.add_argument('-
|
|
792
|
-
|
|
793
|
-
mutation_policy_socketLan_moveSection_parser.add_argument('-
|
|
794
|
-
help='Pretty print')
|
|
736
|
+
mutation_policy_socketLan_moveSection_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
737
|
+
mutation_policy_socketLan_moveSection_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
738
|
+
mutation_policy_socketLan_moveSection_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
739
|
+
mutation_policy_socketLan_moveSection_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
740
|
+
mutation_policy_socketLan_moveSection_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
795
741
|
mutation_policy_socketLan_moveSection_parser.set_defaults(func=createRequest,operation_name='mutation.policy.socketLan.moveSection')
|
|
796
742
|
|
|
797
743
|
mutation_policy_socketLan_publishPolicyRevision_parser = mutation_policy_socketLan_subparsers.add_parser('publishPolicyRevision',
|
|
@@ -800,12 +746,11 @@ def mutation_policy_parse(mutation_subparsers):
|
|
|
800
746
|
|
|
801
747
|
mutation_policy_socketLan_publishPolicyRevision_parser.add_argument('json', help='Variables in JSON format.')
|
|
802
748
|
mutation_policy_socketLan_publishPolicyRevision_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
803
|
-
mutation_policy_socketLan_publishPolicyRevision_parser.add_argument('-t', const=True, default=False, nargs='?',
|
|
804
|
-
|
|
805
|
-
mutation_policy_socketLan_publishPolicyRevision_parser.add_argument('-
|
|
806
|
-
|
|
807
|
-
mutation_policy_socketLan_publishPolicyRevision_parser.add_argument('-
|
|
808
|
-
help='Pretty print')
|
|
749
|
+
mutation_policy_socketLan_publishPolicyRevision_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
750
|
+
mutation_policy_socketLan_publishPolicyRevision_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
751
|
+
mutation_policy_socketLan_publishPolicyRevision_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
752
|
+
mutation_policy_socketLan_publishPolicyRevision_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
753
|
+
mutation_policy_socketLan_publishPolicyRevision_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
809
754
|
mutation_policy_socketLan_publishPolicyRevision_parser.set_defaults(func=createRequest,operation_name='mutation.policy.socketLan.publishPolicyRevision')
|
|
810
755
|
|
|
811
756
|
mutation_policy_socketLan_removeRule_parser = mutation_policy_socketLan_subparsers.add_parser('removeRule',
|
|
@@ -814,12 +759,11 @@ def mutation_policy_parse(mutation_subparsers):
|
|
|
814
759
|
|
|
815
760
|
mutation_policy_socketLan_removeRule_parser.add_argument('json', help='Variables in JSON format.')
|
|
816
761
|
mutation_policy_socketLan_removeRule_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
817
|
-
mutation_policy_socketLan_removeRule_parser.add_argument('-t', const=True, default=False, nargs='?',
|
|
818
|
-
|
|
819
|
-
mutation_policy_socketLan_removeRule_parser.add_argument('-
|
|
820
|
-
|
|
821
|
-
mutation_policy_socketLan_removeRule_parser.add_argument('-
|
|
822
|
-
help='Pretty print')
|
|
762
|
+
mutation_policy_socketLan_removeRule_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
763
|
+
mutation_policy_socketLan_removeRule_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
764
|
+
mutation_policy_socketLan_removeRule_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
765
|
+
mutation_policy_socketLan_removeRule_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
766
|
+
mutation_policy_socketLan_removeRule_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
823
767
|
mutation_policy_socketLan_removeRule_parser.set_defaults(func=createRequest,operation_name='mutation.policy.socketLan.removeRule')
|
|
824
768
|
|
|
825
769
|
mutation_policy_socketLan_removeSection_parser = mutation_policy_socketLan_subparsers.add_parser('removeSection',
|
|
@@ -828,12 +772,11 @@ def mutation_policy_parse(mutation_subparsers):
|
|
|
828
772
|
|
|
829
773
|
mutation_policy_socketLan_removeSection_parser.add_argument('json', help='Variables in JSON format.')
|
|
830
774
|
mutation_policy_socketLan_removeSection_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
831
|
-
mutation_policy_socketLan_removeSection_parser.add_argument('-t', const=True, default=False, nargs='?',
|
|
832
|
-
|
|
833
|
-
mutation_policy_socketLan_removeSection_parser.add_argument('-
|
|
834
|
-
|
|
835
|
-
mutation_policy_socketLan_removeSection_parser.add_argument('-
|
|
836
|
-
help='Pretty print')
|
|
775
|
+
mutation_policy_socketLan_removeSection_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
776
|
+
mutation_policy_socketLan_removeSection_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
777
|
+
mutation_policy_socketLan_removeSection_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
778
|
+
mutation_policy_socketLan_removeSection_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
779
|
+
mutation_policy_socketLan_removeSection_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
837
780
|
mutation_policy_socketLan_removeSection_parser.set_defaults(func=createRequest,operation_name='mutation.policy.socketLan.removeSection')
|
|
838
781
|
|
|
839
782
|
mutation_policy_socketLan_updatePolicy_parser = mutation_policy_socketLan_subparsers.add_parser('updatePolicy',
|
|
@@ -842,12 +785,11 @@ def mutation_policy_parse(mutation_subparsers):
|
|
|
842
785
|
|
|
843
786
|
mutation_policy_socketLan_updatePolicy_parser.add_argument('json', help='Variables in JSON format.')
|
|
844
787
|
mutation_policy_socketLan_updatePolicy_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
845
|
-
mutation_policy_socketLan_updatePolicy_parser.add_argument('-t', const=True, default=False, nargs='?',
|
|
846
|
-
|
|
847
|
-
mutation_policy_socketLan_updatePolicy_parser.add_argument('-
|
|
848
|
-
|
|
849
|
-
mutation_policy_socketLan_updatePolicy_parser.add_argument('-
|
|
850
|
-
help='Pretty print')
|
|
788
|
+
mutation_policy_socketLan_updatePolicy_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
789
|
+
mutation_policy_socketLan_updatePolicy_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
790
|
+
mutation_policy_socketLan_updatePolicy_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
791
|
+
mutation_policy_socketLan_updatePolicy_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
792
|
+
mutation_policy_socketLan_updatePolicy_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
851
793
|
mutation_policy_socketLan_updatePolicy_parser.set_defaults(func=createRequest,operation_name='mutation.policy.socketLan.updatePolicy')
|
|
852
794
|
|
|
853
795
|
mutation_policy_socketLan_updateRule_parser = mutation_policy_socketLan_subparsers.add_parser('updateRule',
|
|
@@ -856,12 +798,11 @@ def mutation_policy_parse(mutation_subparsers):
|
|
|
856
798
|
|
|
857
799
|
mutation_policy_socketLan_updateRule_parser.add_argument('json', help='Variables in JSON format.')
|
|
858
800
|
mutation_policy_socketLan_updateRule_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
859
|
-
mutation_policy_socketLan_updateRule_parser.add_argument('-t', const=True, default=False, nargs='?',
|
|
860
|
-
|
|
861
|
-
mutation_policy_socketLan_updateRule_parser.add_argument('-
|
|
862
|
-
|
|
863
|
-
mutation_policy_socketLan_updateRule_parser.add_argument('-
|
|
864
|
-
help='Pretty print')
|
|
801
|
+
mutation_policy_socketLan_updateRule_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
802
|
+
mutation_policy_socketLan_updateRule_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
803
|
+
mutation_policy_socketLan_updateRule_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
804
|
+
mutation_policy_socketLan_updateRule_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
805
|
+
mutation_policy_socketLan_updateRule_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
865
806
|
mutation_policy_socketLan_updateRule_parser.set_defaults(func=createRequest,operation_name='mutation.policy.socketLan.updateRule')
|
|
866
807
|
|
|
867
808
|
mutation_policy_socketLan_updateSection_parser = mutation_policy_socketLan_subparsers.add_parser('updateSection',
|
|
@@ -870,14 +811,175 @@ def mutation_policy_parse(mutation_subparsers):
|
|
|
870
811
|
|
|
871
812
|
mutation_policy_socketLan_updateSection_parser.add_argument('json', help='Variables in JSON format.')
|
|
872
813
|
mutation_policy_socketLan_updateSection_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
873
|
-
mutation_policy_socketLan_updateSection_parser.add_argument('-t', const=True, default=False, nargs='?',
|
|
874
|
-
|
|
875
|
-
mutation_policy_socketLan_updateSection_parser.add_argument('-
|
|
876
|
-
|
|
877
|
-
mutation_policy_socketLan_updateSection_parser.add_argument('-
|
|
878
|
-
help='Pretty print')
|
|
814
|
+
mutation_policy_socketLan_updateSection_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
815
|
+
mutation_policy_socketLan_updateSection_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
816
|
+
mutation_policy_socketLan_updateSection_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
817
|
+
mutation_policy_socketLan_updateSection_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
818
|
+
mutation_policy_socketLan_updateSection_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
879
819
|
mutation_policy_socketLan_updateSection_parser.set_defaults(func=createRequest,operation_name='mutation.policy.socketLan.updateSection')
|
|
880
820
|
|
|
821
|
+
mutation_policy_terminalServer_parser = mutation_policy_subparsers.add_parser('terminalServer',
|
|
822
|
+
help='terminalServer() policy operation',
|
|
823
|
+
usage=get_help("mutation_policy_terminalServer"))
|
|
824
|
+
|
|
825
|
+
mutation_policy_terminalServer_subparsers = mutation_policy_terminalServer_parser.add_subparsers()
|
|
826
|
+
|
|
827
|
+
mutation_policy_terminalServer_addRule_parser = mutation_policy_terminalServer_subparsers.add_parser('addRule',
|
|
828
|
+
help='addRule() terminalServer operation',
|
|
829
|
+
usage=get_help("mutation_policy_terminalServer_addRule"))
|
|
830
|
+
|
|
831
|
+
mutation_policy_terminalServer_addRule_parser.add_argument('json', help='Variables in JSON format.')
|
|
832
|
+
mutation_policy_terminalServer_addRule_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
833
|
+
mutation_policy_terminalServer_addRule_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
834
|
+
mutation_policy_terminalServer_addRule_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
835
|
+
mutation_policy_terminalServer_addRule_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
836
|
+
mutation_policy_terminalServer_addRule_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
837
|
+
mutation_policy_terminalServer_addRule_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
838
|
+
mutation_policy_terminalServer_addRule_parser.set_defaults(func=createRequest,operation_name='mutation.policy.terminalServer.addRule')
|
|
839
|
+
|
|
840
|
+
mutation_policy_terminalServer_addSection_parser = mutation_policy_terminalServer_subparsers.add_parser('addSection',
|
|
841
|
+
help='addSection() terminalServer operation',
|
|
842
|
+
usage=get_help("mutation_policy_terminalServer_addSection"))
|
|
843
|
+
|
|
844
|
+
mutation_policy_terminalServer_addSection_parser.add_argument('json', help='Variables in JSON format.')
|
|
845
|
+
mutation_policy_terminalServer_addSection_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
846
|
+
mutation_policy_terminalServer_addSection_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
847
|
+
mutation_policy_terminalServer_addSection_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
848
|
+
mutation_policy_terminalServer_addSection_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
849
|
+
mutation_policy_terminalServer_addSection_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
850
|
+
mutation_policy_terminalServer_addSection_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
851
|
+
mutation_policy_terminalServer_addSection_parser.set_defaults(func=createRequest,operation_name='mutation.policy.terminalServer.addSection')
|
|
852
|
+
|
|
853
|
+
mutation_policy_terminalServer_createPolicyRevision_parser = mutation_policy_terminalServer_subparsers.add_parser('createPolicyRevision',
|
|
854
|
+
help='createPolicyRevision() terminalServer operation',
|
|
855
|
+
usage=get_help("mutation_policy_terminalServer_createPolicyRevision"))
|
|
856
|
+
|
|
857
|
+
mutation_policy_terminalServer_createPolicyRevision_parser.add_argument('json', help='Variables in JSON format.')
|
|
858
|
+
mutation_policy_terminalServer_createPolicyRevision_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
859
|
+
mutation_policy_terminalServer_createPolicyRevision_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
860
|
+
mutation_policy_terminalServer_createPolicyRevision_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
861
|
+
mutation_policy_terminalServer_createPolicyRevision_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
862
|
+
mutation_policy_terminalServer_createPolicyRevision_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
863
|
+
mutation_policy_terminalServer_createPolicyRevision_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
864
|
+
mutation_policy_terminalServer_createPolicyRevision_parser.set_defaults(func=createRequest,operation_name='mutation.policy.terminalServer.createPolicyRevision')
|
|
865
|
+
|
|
866
|
+
mutation_policy_terminalServer_discardPolicyRevision_parser = mutation_policy_terminalServer_subparsers.add_parser('discardPolicyRevision',
|
|
867
|
+
help='discardPolicyRevision() terminalServer operation',
|
|
868
|
+
usage=get_help("mutation_policy_terminalServer_discardPolicyRevision"))
|
|
869
|
+
|
|
870
|
+
mutation_policy_terminalServer_discardPolicyRevision_parser.add_argument('json', help='Variables in JSON format.')
|
|
871
|
+
mutation_policy_terminalServer_discardPolicyRevision_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
872
|
+
mutation_policy_terminalServer_discardPolicyRevision_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
873
|
+
mutation_policy_terminalServer_discardPolicyRevision_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
874
|
+
mutation_policy_terminalServer_discardPolicyRevision_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
875
|
+
mutation_policy_terminalServer_discardPolicyRevision_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
876
|
+
mutation_policy_terminalServer_discardPolicyRevision_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
877
|
+
mutation_policy_terminalServer_discardPolicyRevision_parser.set_defaults(func=createRequest,operation_name='mutation.policy.terminalServer.discardPolicyRevision')
|
|
878
|
+
|
|
879
|
+
mutation_policy_terminalServer_moveRule_parser = mutation_policy_terminalServer_subparsers.add_parser('moveRule',
|
|
880
|
+
help='moveRule() terminalServer operation',
|
|
881
|
+
usage=get_help("mutation_policy_terminalServer_moveRule"))
|
|
882
|
+
|
|
883
|
+
mutation_policy_terminalServer_moveRule_parser.add_argument('json', help='Variables in JSON format.')
|
|
884
|
+
mutation_policy_terminalServer_moveRule_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
885
|
+
mutation_policy_terminalServer_moveRule_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
886
|
+
mutation_policy_terminalServer_moveRule_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
887
|
+
mutation_policy_terminalServer_moveRule_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
888
|
+
mutation_policy_terminalServer_moveRule_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
889
|
+
mutation_policy_terminalServer_moveRule_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
890
|
+
mutation_policy_terminalServer_moveRule_parser.set_defaults(func=createRequest,operation_name='mutation.policy.terminalServer.moveRule')
|
|
891
|
+
|
|
892
|
+
mutation_policy_terminalServer_moveSection_parser = mutation_policy_terminalServer_subparsers.add_parser('moveSection',
|
|
893
|
+
help='moveSection() terminalServer operation',
|
|
894
|
+
usage=get_help("mutation_policy_terminalServer_moveSection"))
|
|
895
|
+
|
|
896
|
+
mutation_policy_terminalServer_moveSection_parser.add_argument('json', help='Variables in JSON format.')
|
|
897
|
+
mutation_policy_terminalServer_moveSection_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
898
|
+
mutation_policy_terminalServer_moveSection_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
899
|
+
mutation_policy_terminalServer_moveSection_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
900
|
+
mutation_policy_terminalServer_moveSection_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
901
|
+
mutation_policy_terminalServer_moveSection_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
902
|
+
mutation_policy_terminalServer_moveSection_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
903
|
+
mutation_policy_terminalServer_moveSection_parser.set_defaults(func=createRequest,operation_name='mutation.policy.terminalServer.moveSection')
|
|
904
|
+
|
|
905
|
+
mutation_policy_terminalServer_publishPolicyRevision_parser = mutation_policy_terminalServer_subparsers.add_parser('publishPolicyRevision',
|
|
906
|
+
help='publishPolicyRevision() terminalServer operation',
|
|
907
|
+
usage=get_help("mutation_policy_terminalServer_publishPolicyRevision"))
|
|
908
|
+
|
|
909
|
+
mutation_policy_terminalServer_publishPolicyRevision_parser.add_argument('json', help='Variables in JSON format.')
|
|
910
|
+
mutation_policy_terminalServer_publishPolicyRevision_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
911
|
+
mutation_policy_terminalServer_publishPolicyRevision_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
912
|
+
mutation_policy_terminalServer_publishPolicyRevision_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
913
|
+
mutation_policy_terminalServer_publishPolicyRevision_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
914
|
+
mutation_policy_terminalServer_publishPolicyRevision_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
915
|
+
mutation_policy_terminalServer_publishPolicyRevision_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
916
|
+
mutation_policy_terminalServer_publishPolicyRevision_parser.set_defaults(func=createRequest,operation_name='mutation.policy.terminalServer.publishPolicyRevision')
|
|
917
|
+
|
|
918
|
+
mutation_policy_terminalServer_removeRule_parser = mutation_policy_terminalServer_subparsers.add_parser('removeRule',
|
|
919
|
+
help='removeRule() terminalServer operation',
|
|
920
|
+
usage=get_help("mutation_policy_terminalServer_removeRule"))
|
|
921
|
+
|
|
922
|
+
mutation_policy_terminalServer_removeRule_parser.add_argument('json', help='Variables in JSON format.')
|
|
923
|
+
mutation_policy_terminalServer_removeRule_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
924
|
+
mutation_policy_terminalServer_removeRule_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
925
|
+
mutation_policy_terminalServer_removeRule_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
926
|
+
mutation_policy_terminalServer_removeRule_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
927
|
+
mutation_policy_terminalServer_removeRule_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
928
|
+
mutation_policy_terminalServer_removeRule_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
929
|
+
mutation_policy_terminalServer_removeRule_parser.set_defaults(func=createRequest,operation_name='mutation.policy.terminalServer.removeRule')
|
|
930
|
+
|
|
931
|
+
mutation_policy_terminalServer_removeSection_parser = mutation_policy_terminalServer_subparsers.add_parser('removeSection',
|
|
932
|
+
help='removeSection() terminalServer operation',
|
|
933
|
+
usage=get_help("mutation_policy_terminalServer_removeSection"))
|
|
934
|
+
|
|
935
|
+
mutation_policy_terminalServer_removeSection_parser.add_argument('json', help='Variables in JSON format.')
|
|
936
|
+
mutation_policy_terminalServer_removeSection_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
937
|
+
mutation_policy_terminalServer_removeSection_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
938
|
+
mutation_policy_terminalServer_removeSection_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
939
|
+
mutation_policy_terminalServer_removeSection_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
940
|
+
mutation_policy_terminalServer_removeSection_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
941
|
+
mutation_policy_terminalServer_removeSection_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
942
|
+
mutation_policy_terminalServer_removeSection_parser.set_defaults(func=createRequest,operation_name='mutation.policy.terminalServer.removeSection')
|
|
943
|
+
|
|
944
|
+
mutation_policy_terminalServer_updatePolicy_parser = mutation_policy_terminalServer_subparsers.add_parser('updatePolicy',
|
|
945
|
+
help='updatePolicy() terminalServer operation',
|
|
946
|
+
usage=get_help("mutation_policy_terminalServer_updatePolicy"))
|
|
947
|
+
|
|
948
|
+
mutation_policy_terminalServer_updatePolicy_parser.add_argument('json', help='Variables in JSON format.')
|
|
949
|
+
mutation_policy_terminalServer_updatePolicy_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
950
|
+
mutation_policy_terminalServer_updatePolicy_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
951
|
+
mutation_policy_terminalServer_updatePolicy_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
952
|
+
mutation_policy_terminalServer_updatePolicy_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
953
|
+
mutation_policy_terminalServer_updatePolicy_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
954
|
+
mutation_policy_terminalServer_updatePolicy_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
955
|
+
mutation_policy_terminalServer_updatePolicy_parser.set_defaults(func=createRequest,operation_name='mutation.policy.terminalServer.updatePolicy')
|
|
956
|
+
|
|
957
|
+
mutation_policy_terminalServer_updateRule_parser = mutation_policy_terminalServer_subparsers.add_parser('updateRule',
|
|
958
|
+
help='updateRule() terminalServer operation',
|
|
959
|
+
usage=get_help("mutation_policy_terminalServer_updateRule"))
|
|
960
|
+
|
|
961
|
+
mutation_policy_terminalServer_updateRule_parser.add_argument('json', help='Variables in JSON format.')
|
|
962
|
+
mutation_policy_terminalServer_updateRule_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
963
|
+
mutation_policy_terminalServer_updateRule_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
964
|
+
mutation_policy_terminalServer_updateRule_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
965
|
+
mutation_policy_terminalServer_updateRule_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
966
|
+
mutation_policy_terminalServer_updateRule_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
967
|
+
mutation_policy_terminalServer_updateRule_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
968
|
+
mutation_policy_terminalServer_updateRule_parser.set_defaults(func=createRequest,operation_name='mutation.policy.terminalServer.updateRule')
|
|
969
|
+
|
|
970
|
+
mutation_policy_terminalServer_updateSection_parser = mutation_policy_terminalServer_subparsers.add_parser('updateSection',
|
|
971
|
+
help='updateSection() terminalServer operation',
|
|
972
|
+
usage=get_help("mutation_policy_terminalServer_updateSection"))
|
|
973
|
+
|
|
974
|
+
mutation_policy_terminalServer_updateSection_parser.add_argument('json', help='Variables in JSON format.')
|
|
975
|
+
mutation_policy_terminalServer_updateSection_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
976
|
+
mutation_policy_terminalServer_updateSection_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
977
|
+
mutation_policy_terminalServer_updateSection_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
978
|
+
mutation_policy_terminalServer_updateSection_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
979
|
+
mutation_policy_terminalServer_updateSection_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
980
|
+
mutation_policy_terminalServer_updateSection_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
981
|
+
mutation_policy_terminalServer_updateSection_parser.set_defaults(func=createRequest,operation_name='mutation.policy.terminalServer.updateSection')
|
|
982
|
+
|
|
881
983
|
mutation_policy_wanFirewall_parser = mutation_policy_subparsers.add_parser('wanFirewall',
|
|
882
984
|
help='wanFirewall() policy operation',
|
|
883
985
|
usage=get_help("mutation_policy_wanFirewall"))
|
|
@@ -890,12 +992,11 @@ def mutation_policy_parse(mutation_subparsers):
|
|
|
890
992
|
|
|
891
993
|
mutation_policy_wanFirewall_addRule_parser.add_argument('json', help='Variables in JSON format.')
|
|
892
994
|
mutation_policy_wanFirewall_addRule_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
893
|
-
mutation_policy_wanFirewall_addRule_parser.add_argument('-t', const=True, default=False, nargs='?',
|
|
894
|
-
|
|
895
|
-
mutation_policy_wanFirewall_addRule_parser.add_argument('-
|
|
896
|
-
|
|
897
|
-
mutation_policy_wanFirewall_addRule_parser.add_argument('-
|
|
898
|
-
help='Pretty print')
|
|
995
|
+
mutation_policy_wanFirewall_addRule_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
996
|
+
mutation_policy_wanFirewall_addRule_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
997
|
+
mutation_policy_wanFirewall_addRule_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
998
|
+
mutation_policy_wanFirewall_addRule_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
999
|
+
mutation_policy_wanFirewall_addRule_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
899
1000
|
mutation_policy_wanFirewall_addRule_parser.set_defaults(func=createRequest,operation_name='mutation.policy.wanFirewall.addRule')
|
|
900
1001
|
|
|
901
1002
|
mutation_policy_wanFirewall_addSection_parser = mutation_policy_wanFirewall_subparsers.add_parser('addSection',
|
|
@@ -904,12 +1005,11 @@ def mutation_policy_parse(mutation_subparsers):
|
|
|
904
1005
|
|
|
905
1006
|
mutation_policy_wanFirewall_addSection_parser.add_argument('json', help='Variables in JSON format.')
|
|
906
1007
|
mutation_policy_wanFirewall_addSection_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
907
|
-
mutation_policy_wanFirewall_addSection_parser.add_argument('-t', const=True, default=False, nargs='?',
|
|
908
|
-
|
|
909
|
-
mutation_policy_wanFirewall_addSection_parser.add_argument('-
|
|
910
|
-
|
|
911
|
-
mutation_policy_wanFirewall_addSection_parser.add_argument('-
|
|
912
|
-
help='Pretty print')
|
|
1008
|
+
mutation_policy_wanFirewall_addSection_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
1009
|
+
mutation_policy_wanFirewall_addSection_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
1010
|
+
mutation_policy_wanFirewall_addSection_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
1011
|
+
mutation_policy_wanFirewall_addSection_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
1012
|
+
mutation_policy_wanFirewall_addSection_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
913
1013
|
mutation_policy_wanFirewall_addSection_parser.set_defaults(func=createRequest,operation_name='mutation.policy.wanFirewall.addSection')
|
|
914
1014
|
|
|
915
1015
|
mutation_policy_wanFirewall_createPolicyRevision_parser = mutation_policy_wanFirewall_subparsers.add_parser('createPolicyRevision',
|
|
@@ -918,12 +1018,11 @@ def mutation_policy_parse(mutation_subparsers):
|
|
|
918
1018
|
|
|
919
1019
|
mutation_policy_wanFirewall_createPolicyRevision_parser.add_argument('json', help='Variables in JSON format.')
|
|
920
1020
|
mutation_policy_wanFirewall_createPolicyRevision_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
921
|
-
mutation_policy_wanFirewall_createPolicyRevision_parser.add_argument('-t', const=True, default=False, nargs='?',
|
|
922
|
-
|
|
923
|
-
mutation_policy_wanFirewall_createPolicyRevision_parser.add_argument('-
|
|
924
|
-
|
|
925
|
-
mutation_policy_wanFirewall_createPolicyRevision_parser.add_argument('-
|
|
926
|
-
help='Pretty print')
|
|
1021
|
+
mutation_policy_wanFirewall_createPolicyRevision_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
1022
|
+
mutation_policy_wanFirewall_createPolicyRevision_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
1023
|
+
mutation_policy_wanFirewall_createPolicyRevision_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
1024
|
+
mutation_policy_wanFirewall_createPolicyRevision_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
1025
|
+
mutation_policy_wanFirewall_createPolicyRevision_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
927
1026
|
mutation_policy_wanFirewall_createPolicyRevision_parser.set_defaults(func=createRequest,operation_name='mutation.policy.wanFirewall.createPolicyRevision')
|
|
928
1027
|
|
|
929
1028
|
mutation_policy_wanFirewall_discardPolicyRevision_parser = mutation_policy_wanFirewall_subparsers.add_parser('discardPolicyRevision',
|
|
@@ -932,12 +1031,11 @@ def mutation_policy_parse(mutation_subparsers):
|
|
|
932
1031
|
|
|
933
1032
|
mutation_policy_wanFirewall_discardPolicyRevision_parser.add_argument('json', help='Variables in JSON format.')
|
|
934
1033
|
mutation_policy_wanFirewall_discardPolicyRevision_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
935
|
-
mutation_policy_wanFirewall_discardPolicyRevision_parser.add_argument('-t', const=True, default=False, nargs='?',
|
|
936
|
-
|
|
937
|
-
mutation_policy_wanFirewall_discardPolicyRevision_parser.add_argument('-
|
|
938
|
-
|
|
939
|
-
mutation_policy_wanFirewall_discardPolicyRevision_parser.add_argument('-
|
|
940
|
-
help='Pretty print')
|
|
1034
|
+
mutation_policy_wanFirewall_discardPolicyRevision_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
1035
|
+
mutation_policy_wanFirewall_discardPolicyRevision_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
1036
|
+
mutation_policy_wanFirewall_discardPolicyRevision_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
1037
|
+
mutation_policy_wanFirewall_discardPolicyRevision_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
1038
|
+
mutation_policy_wanFirewall_discardPolicyRevision_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
941
1039
|
mutation_policy_wanFirewall_discardPolicyRevision_parser.set_defaults(func=createRequest,operation_name='mutation.policy.wanFirewall.discardPolicyRevision')
|
|
942
1040
|
|
|
943
1041
|
mutation_policy_wanFirewall_moveRule_parser = mutation_policy_wanFirewall_subparsers.add_parser('moveRule',
|
|
@@ -946,12 +1044,11 @@ def mutation_policy_parse(mutation_subparsers):
|
|
|
946
1044
|
|
|
947
1045
|
mutation_policy_wanFirewall_moveRule_parser.add_argument('json', help='Variables in JSON format.')
|
|
948
1046
|
mutation_policy_wanFirewall_moveRule_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
949
|
-
mutation_policy_wanFirewall_moveRule_parser.add_argument('-t', const=True, default=False, nargs='?',
|
|
950
|
-
|
|
951
|
-
mutation_policy_wanFirewall_moveRule_parser.add_argument('-
|
|
952
|
-
|
|
953
|
-
mutation_policy_wanFirewall_moveRule_parser.add_argument('-
|
|
954
|
-
help='Pretty print')
|
|
1047
|
+
mutation_policy_wanFirewall_moveRule_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
1048
|
+
mutation_policy_wanFirewall_moveRule_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
1049
|
+
mutation_policy_wanFirewall_moveRule_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
1050
|
+
mutation_policy_wanFirewall_moveRule_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
1051
|
+
mutation_policy_wanFirewall_moveRule_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
955
1052
|
mutation_policy_wanFirewall_moveRule_parser.set_defaults(func=createRequest,operation_name='mutation.policy.wanFirewall.moveRule')
|
|
956
1053
|
|
|
957
1054
|
mutation_policy_wanFirewall_moveSection_parser = mutation_policy_wanFirewall_subparsers.add_parser('moveSection',
|
|
@@ -960,12 +1057,11 @@ def mutation_policy_parse(mutation_subparsers):
|
|
|
960
1057
|
|
|
961
1058
|
mutation_policy_wanFirewall_moveSection_parser.add_argument('json', help='Variables in JSON format.')
|
|
962
1059
|
mutation_policy_wanFirewall_moveSection_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
963
|
-
mutation_policy_wanFirewall_moveSection_parser.add_argument('-t', const=True, default=False, nargs='?',
|
|
964
|
-
|
|
965
|
-
mutation_policy_wanFirewall_moveSection_parser.add_argument('-
|
|
966
|
-
|
|
967
|
-
mutation_policy_wanFirewall_moveSection_parser.add_argument('-
|
|
968
|
-
help='Pretty print')
|
|
1060
|
+
mutation_policy_wanFirewall_moveSection_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
1061
|
+
mutation_policy_wanFirewall_moveSection_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
1062
|
+
mutation_policy_wanFirewall_moveSection_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
1063
|
+
mutation_policy_wanFirewall_moveSection_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
1064
|
+
mutation_policy_wanFirewall_moveSection_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
969
1065
|
mutation_policy_wanFirewall_moveSection_parser.set_defaults(func=createRequest,operation_name='mutation.policy.wanFirewall.moveSection')
|
|
970
1066
|
|
|
971
1067
|
mutation_policy_wanFirewall_publishPolicyRevision_parser = mutation_policy_wanFirewall_subparsers.add_parser('publishPolicyRevision',
|
|
@@ -974,12 +1070,11 @@ def mutation_policy_parse(mutation_subparsers):
|
|
|
974
1070
|
|
|
975
1071
|
mutation_policy_wanFirewall_publishPolicyRevision_parser.add_argument('json', help='Variables in JSON format.')
|
|
976
1072
|
mutation_policy_wanFirewall_publishPolicyRevision_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
977
|
-
mutation_policy_wanFirewall_publishPolicyRevision_parser.add_argument('-t', const=True, default=False, nargs='?',
|
|
978
|
-
|
|
979
|
-
mutation_policy_wanFirewall_publishPolicyRevision_parser.add_argument('-
|
|
980
|
-
|
|
981
|
-
mutation_policy_wanFirewall_publishPolicyRevision_parser.add_argument('-
|
|
982
|
-
help='Pretty print')
|
|
1073
|
+
mutation_policy_wanFirewall_publishPolicyRevision_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
1074
|
+
mutation_policy_wanFirewall_publishPolicyRevision_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
1075
|
+
mutation_policy_wanFirewall_publishPolicyRevision_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
1076
|
+
mutation_policy_wanFirewall_publishPolicyRevision_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
1077
|
+
mutation_policy_wanFirewall_publishPolicyRevision_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
983
1078
|
mutation_policy_wanFirewall_publishPolicyRevision_parser.set_defaults(func=createRequest,operation_name='mutation.policy.wanFirewall.publishPolicyRevision')
|
|
984
1079
|
|
|
985
1080
|
mutation_policy_wanFirewall_removeRule_parser = mutation_policy_wanFirewall_subparsers.add_parser('removeRule',
|
|
@@ -988,12 +1083,11 @@ def mutation_policy_parse(mutation_subparsers):
|
|
|
988
1083
|
|
|
989
1084
|
mutation_policy_wanFirewall_removeRule_parser.add_argument('json', help='Variables in JSON format.')
|
|
990
1085
|
mutation_policy_wanFirewall_removeRule_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
991
|
-
mutation_policy_wanFirewall_removeRule_parser.add_argument('-t', const=True, default=False, nargs='?',
|
|
992
|
-
|
|
993
|
-
mutation_policy_wanFirewall_removeRule_parser.add_argument('-
|
|
994
|
-
|
|
995
|
-
mutation_policy_wanFirewall_removeRule_parser.add_argument('-
|
|
996
|
-
help='Pretty print')
|
|
1086
|
+
mutation_policy_wanFirewall_removeRule_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
1087
|
+
mutation_policy_wanFirewall_removeRule_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
1088
|
+
mutation_policy_wanFirewall_removeRule_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
1089
|
+
mutation_policy_wanFirewall_removeRule_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
1090
|
+
mutation_policy_wanFirewall_removeRule_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
997
1091
|
mutation_policy_wanFirewall_removeRule_parser.set_defaults(func=createRequest,operation_name='mutation.policy.wanFirewall.removeRule')
|
|
998
1092
|
|
|
999
1093
|
mutation_policy_wanFirewall_removeSection_parser = mutation_policy_wanFirewall_subparsers.add_parser('removeSection',
|
|
@@ -1002,12 +1096,11 @@ def mutation_policy_parse(mutation_subparsers):
|
|
|
1002
1096
|
|
|
1003
1097
|
mutation_policy_wanFirewall_removeSection_parser.add_argument('json', help='Variables in JSON format.')
|
|
1004
1098
|
mutation_policy_wanFirewall_removeSection_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
1005
|
-
mutation_policy_wanFirewall_removeSection_parser.add_argument('-t', const=True, default=False, nargs='?',
|
|
1006
|
-
|
|
1007
|
-
mutation_policy_wanFirewall_removeSection_parser.add_argument('-
|
|
1008
|
-
|
|
1009
|
-
mutation_policy_wanFirewall_removeSection_parser.add_argument('-
|
|
1010
|
-
help='Pretty print')
|
|
1099
|
+
mutation_policy_wanFirewall_removeSection_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
1100
|
+
mutation_policy_wanFirewall_removeSection_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
1101
|
+
mutation_policy_wanFirewall_removeSection_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
1102
|
+
mutation_policy_wanFirewall_removeSection_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
1103
|
+
mutation_policy_wanFirewall_removeSection_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
1011
1104
|
mutation_policy_wanFirewall_removeSection_parser.set_defaults(func=createRequest,operation_name='mutation.policy.wanFirewall.removeSection')
|
|
1012
1105
|
|
|
1013
1106
|
mutation_policy_wanFirewall_updatePolicy_parser = mutation_policy_wanFirewall_subparsers.add_parser('updatePolicy',
|
|
@@ -1016,12 +1109,11 @@ def mutation_policy_parse(mutation_subparsers):
|
|
|
1016
1109
|
|
|
1017
1110
|
mutation_policy_wanFirewall_updatePolicy_parser.add_argument('json', help='Variables in JSON format.')
|
|
1018
1111
|
mutation_policy_wanFirewall_updatePolicy_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
1019
|
-
mutation_policy_wanFirewall_updatePolicy_parser.add_argument('-t', const=True, default=False, nargs='?',
|
|
1020
|
-
|
|
1021
|
-
mutation_policy_wanFirewall_updatePolicy_parser.add_argument('-
|
|
1022
|
-
|
|
1023
|
-
mutation_policy_wanFirewall_updatePolicy_parser.add_argument('-
|
|
1024
|
-
help='Pretty print')
|
|
1112
|
+
mutation_policy_wanFirewall_updatePolicy_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
1113
|
+
mutation_policy_wanFirewall_updatePolicy_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
1114
|
+
mutation_policy_wanFirewall_updatePolicy_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
1115
|
+
mutation_policy_wanFirewall_updatePolicy_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
1116
|
+
mutation_policy_wanFirewall_updatePolicy_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
1025
1117
|
mutation_policy_wanFirewall_updatePolicy_parser.set_defaults(func=createRequest,operation_name='mutation.policy.wanFirewall.updatePolicy')
|
|
1026
1118
|
|
|
1027
1119
|
mutation_policy_wanFirewall_updateRule_parser = mutation_policy_wanFirewall_subparsers.add_parser('updateRule',
|
|
@@ -1030,12 +1122,11 @@ def mutation_policy_parse(mutation_subparsers):
|
|
|
1030
1122
|
|
|
1031
1123
|
mutation_policy_wanFirewall_updateRule_parser.add_argument('json', help='Variables in JSON format.')
|
|
1032
1124
|
mutation_policy_wanFirewall_updateRule_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
1033
|
-
mutation_policy_wanFirewall_updateRule_parser.add_argument('-t', const=True, default=False, nargs='?',
|
|
1034
|
-
|
|
1035
|
-
mutation_policy_wanFirewall_updateRule_parser.add_argument('-
|
|
1036
|
-
|
|
1037
|
-
mutation_policy_wanFirewall_updateRule_parser.add_argument('-
|
|
1038
|
-
help='Pretty print')
|
|
1125
|
+
mutation_policy_wanFirewall_updateRule_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
1126
|
+
mutation_policy_wanFirewall_updateRule_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
1127
|
+
mutation_policy_wanFirewall_updateRule_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
1128
|
+
mutation_policy_wanFirewall_updateRule_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
1129
|
+
mutation_policy_wanFirewall_updateRule_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
1039
1130
|
mutation_policy_wanFirewall_updateRule_parser.set_defaults(func=createRequest,operation_name='mutation.policy.wanFirewall.updateRule')
|
|
1040
1131
|
|
|
1041
1132
|
mutation_policy_wanFirewall_updateSection_parser = mutation_policy_wanFirewall_subparsers.add_parser('updateSection',
|
|
@@ -1044,12 +1135,11 @@ def mutation_policy_parse(mutation_subparsers):
|
|
|
1044
1135
|
|
|
1045
1136
|
mutation_policy_wanFirewall_updateSection_parser.add_argument('json', help='Variables in JSON format.')
|
|
1046
1137
|
mutation_policy_wanFirewall_updateSection_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
1047
|
-
mutation_policy_wanFirewall_updateSection_parser.add_argument('-t', const=True, default=False, nargs='?',
|
|
1048
|
-
|
|
1049
|
-
mutation_policy_wanFirewall_updateSection_parser.add_argument('-
|
|
1050
|
-
|
|
1051
|
-
mutation_policy_wanFirewall_updateSection_parser.add_argument('-
|
|
1052
|
-
help='Pretty print')
|
|
1138
|
+
mutation_policy_wanFirewall_updateSection_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
1139
|
+
mutation_policy_wanFirewall_updateSection_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
1140
|
+
mutation_policy_wanFirewall_updateSection_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
1141
|
+
mutation_policy_wanFirewall_updateSection_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
1142
|
+
mutation_policy_wanFirewall_updateSection_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
1053
1143
|
mutation_policy_wanFirewall_updateSection_parser.set_defaults(func=createRequest,operation_name='mutation.policy.wanFirewall.updateSection')
|
|
1054
1144
|
|
|
1055
1145
|
mutation_policy_wanNetwork_parser = mutation_policy_subparsers.add_parser('wanNetwork',
|
|
@@ -1064,12 +1154,11 @@ def mutation_policy_parse(mutation_subparsers):
|
|
|
1064
1154
|
|
|
1065
1155
|
mutation_policy_wanNetwork_addRule_parser.add_argument('json', help='Variables in JSON format.')
|
|
1066
1156
|
mutation_policy_wanNetwork_addRule_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
1067
|
-
mutation_policy_wanNetwork_addRule_parser.add_argument('-t', const=True, default=False, nargs='?',
|
|
1068
|
-
|
|
1069
|
-
mutation_policy_wanNetwork_addRule_parser.add_argument('-
|
|
1070
|
-
|
|
1071
|
-
mutation_policy_wanNetwork_addRule_parser.add_argument('-
|
|
1072
|
-
help='Pretty print')
|
|
1157
|
+
mutation_policy_wanNetwork_addRule_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
1158
|
+
mutation_policy_wanNetwork_addRule_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
1159
|
+
mutation_policy_wanNetwork_addRule_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
1160
|
+
mutation_policy_wanNetwork_addRule_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
1161
|
+
mutation_policy_wanNetwork_addRule_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
1073
1162
|
mutation_policy_wanNetwork_addRule_parser.set_defaults(func=createRequest,operation_name='mutation.policy.wanNetwork.addRule')
|
|
1074
1163
|
|
|
1075
1164
|
mutation_policy_wanNetwork_addSection_parser = mutation_policy_wanNetwork_subparsers.add_parser('addSection',
|
|
@@ -1078,12 +1167,11 @@ def mutation_policy_parse(mutation_subparsers):
|
|
|
1078
1167
|
|
|
1079
1168
|
mutation_policy_wanNetwork_addSection_parser.add_argument('json', help='Variables in JSON format.')
|
|
1080
1169
|
mutation_policy_wanNetwork_addSection_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
1081
|
-
mutation_policy_wanNetwork_addSection_parser.add_argument('-t', const=True, default=False, nargs='?',
|
|
1082
|
-
|
|
1083
|
-
mutation_policy_wanNetwork_addSection_parser.add_argument('-
|
|
1084
|
-
|
|
1085
|
-
mutation_policy_wanNetwork_addSection_parser.add_argument('-
|
|
1086
|
-
help='Pretty print')
|
|
1170
|
+
mutation_policy_wanNetwork_addSection_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
1171
|
+
mutation_policy_wanNetwork_addSection_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
1172
|
+
mutation_policy_wanNetwork_addSection_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
1173
|
+
mutation_policy_wanNetwork_addSection_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
1174
|
+
mutation_policy_wanNetwork_addSection_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
1087
1175
|
mutation_policy_wanNetwork_addSection_parser.set_defaults(func=createRequest,operation_name='mutation.policy.wanNetwork.addSection')
|
|
1088
1176
|
|
|
1089
1177
|
mutation_policy_wanNetwork_createPolicyRevision_parser = mutation_policy_wanNetwork_subparsers.add_parser('createPolicyRevision',
|
|
@@ -1092,12 +1180,11 @@ def mutation_policy_parse(mutation_subparsers):
|
|
|
1092
1180
|
|
|
1093
1181
|
mutation_policy_wanNetwork_createPolicyRevision_parser.add_argument('json', help='Variables in JSON format.')
|
|
1094
1182
|
mutation_policy_wanNetwork_createPolicyRevision_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
1095
|
-
mutation_policy_wanNetwork_createPolicyRevision_parser.add_argument('-t', const=True, default=False, nargs='?',
|
|
1096
|
-
|
|
1097
|
-
mutation_policy_wanNetwork_createPolicyRevision_parser.add_argument('-
|
|
1098
|
-
|
|
1099
|
-
mutation_policy_wanNetwork_createPolicyRevision_parser.add_argument('-
|
|
1100
|
-
help='Pretty print')
|
|
1183
|
+
mutation_policy_wanNetwork_createPolicyRevision_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
1184
|
+
mutation_policy_wanNetwork_createPolicyRevision_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
1185
|
+
mutation_policy_wanNetwork_createPolicyRevision_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
1186
|
+
mutation_policy_wanNetwork_createPolicyRevision_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
1187
|
+
mutation_policy_wanNetwork_createPolicyRevision_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
1101
1188
|
mutation_policy_wanNetwork_createPolicyRevision_parser.set_defaults(func=createRequest,operation_name='mutation.policy.wanNetwork.createPolicyRevision')
|
|
1102
1189
|
|
|
1103
1190
|
mutation_policy_wanNetwork_discardPolicyRevision_parser = mutation_policy_wanNetwork_subparsers.add_parser('discardPolicyRevision',
|
|
@@ -1106,12 +1193,11 @@ def mutation_policy_parse(mutation_subparsers):
|
|
|
1106
1193
|
|
|
1107
1194
|
mutation_policy_wanNetwork_discardPolicyRevision_parser.add_argument('json', help='Variables in JSON format.')
|
|
1108
1195
|
mutation_policy_wanNetwork_discardPolicyRevision_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
1109
|
-
mutation_policy_wanNetwork_discardPolicyRevision_parser.add_argument('-t', const=True, default=False, nargs='?',
|
|
1110
|
-
|
|
1111
|
-
mutation_policy_wanNetwork_discardPolicyRevision_parser.add_argument('-
|
|
1112
|
-
|
|
1113
|
-
mutation_policy_wanNetwork_discardPolicyRevision_parser.add_argument('-
|
|
1114
|
-
help='Pretty print')
|
|
1196
|
+
mutation_policy_wanNetwork_discardPolicyRevision_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
1197
|
+
mutation_policy_wanNetwork_discardPolicyRevision_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
1198
|
+
mutation_policy_wanNetwork_discardPolicyRevision_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
1199
|
+
mutation_policy_wanNetwork_discardPolicyRevision_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
1200
|
+
mutation_policy_wanNetwork_discardPolicyRevision_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
1115
1201
|
mutation_policy_wanNetwork_discardPolicyRevision_parser.set_defaults(func=createRequest,operation_name='mutation.policy.wanNetwork.discardPolicyRevision')
|
|
1116
1202
|
|
|
1117
1203
|
mutation_policy_wanNetwork_moveRule_parser = mutation_policy_wanNetwork_subparsers.add_parser('moveRule',
|
|
@@ -1120,12 +1206,11 @@ def mutation_policy_parse(mutation_subparsers):
|
|
|
1120
1206
|
|
|
1121
1207
|
mutation_policy_wanNetwork_moveRule_parser.add_argument('json', help='Variables in JSON format.')
|
|
1122
1208
|
mutation_policy_wanNetwork_moveRule_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
1123
|
-
mutation_policy_wanNetwork_moveRule_parser.add_argument('-t', const=True, default=False, nargs='?',
|
|
1124
|
-
|
|
1125
|
-
mutation_policy_wanNetwork_moveRule_parser.add_argument('-
|
|
1126
|
-
|
|
1127
|
-
mutation_policy_wanNetwork_moveRule_parser.add_argument('-
|
|
1128
|
-
help='Pretty print')
|
|
1209
|
+
mutation_policy_wanNetwork_moveRule_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
1210
|
+
mutation_policy_wanNetwork_moveRule_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
1211
|
+
mutation_policy_wanNetwork_moveRule_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
1212
|
+
mutation_policy_wanNetwork_moveRule_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
1213
|
+
mutation_policy_wanNetwork_moveRule_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
1129
1214
|
mutation_policy_wanNetwork_moveRule_parser.set_defaults(func=createRequest,operation_name='mutation.policy.wanNetwork.moveRule')
|
|
1130
1215
|
|
|
1131
1216
|
mutation_policy_wanNetwork_moveSection_parser = mutation_policy_wanNetwork_subparsers.add_parser('moveSection',
|
|
@@ -1134,12 +1219,11 @@ def mutation_policy_parse(mutation_subparsers):
|
|
|
1134
1219
|
|
|
1135
1220
|
mutation_policy_wanNetwork_moveSection_parser.add_argument('json', help='Variables in JSON format.')
|
|
1136
1221
|
mutation_policy_wanNetwork_moveSection_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
1137
|
-
mutation_policy_wanNetwork_moveSection_parser.add_argument('-t', const=True, default=False, nargs='?',
|
|
1138
|
-
|
|
1139
|
-
mutation_policy_wanNetwork_moveSection_parser.add_argument('-
|
|
1140
|
-
|
|
1141
|
-
mutation_policy_wanNetwork_moveSection_parser.add_argument('-
|
|
1142
|
-
help='Pretty print')
|
|
1222
|
+
mutation_policy_wanNetwork_moveSection_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
1223
|
+
mutation_policy_wanNetwork_moveSection_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
1224
|
+
mutation_policy_wanNetwork_moveSection_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
1225
|
+
mutation_policy_wanNetwork_moveSection_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
1226
|
+
mutation_policy_wanNetwork_moveSection_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
1143
1227
|
mutation_policy_wanNetwork_moveSection_parser.set_defaults(func=createRequest,operation_name='mutation.policy.wanNetwork.moveSection')
|
|
1144
1228
|
|
|
1145
1229
|
mutation_policy_wanNetwork_publishPolicyRevision_parser = mutation_policy_wanNetwork_subparsers.add_parser('publishPolicyRevision',
|
|
@@ -1148,12 +1232,11 @@ def mutation_policy_parse(mutation_subparsers):
|
|
|
1148
1232
|
|
|
1149
1233
|
mutation_policy_wanNetwork_publishPolicyRevision_parser.add_argument('json', help='Variables in JSON format.')
|
|
1150
1234
|
mutation_policy_wanNetwork_publishPolicyRevision_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
1151
|
-
mutation_policy_wanNetwork_publishPolicyRevision_parser.add_argument('-t', const=True, default=False, nargs='?',
|
|
1152
|
-
|
|
1153
|
-
mutation_policy_wanNetwork_publishPolicyRevision_parser.add_argument('-
|
|
1154
|
-
|
|
1155
|
-
mutation_policy_wanNetwork_publishPolicyRevision_parser.add_argument('-
|
|
1156
|
-
help='Pretty print')
|
|
1235
|
+
mutation_policy_wanNetwork_publishPolicyRevision_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
1236
|
+
mutation_policy_wanNetwork_publishPolicyRevision_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
1237
|
+
mutation_policy_wanNetwork_publishPolicyRevision_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
1238
|
+
mutation_policy_wanNetwork_publishPolicyRevision_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
1239
|
+
mutation_policy_wanNetwork_publishPolicyRevision_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
1157
1240
|
mutation_policy_wanNetwork_publishPolicyRevision_parser.set_defaults(func=createRequest,operation_name='mutation.policy.wanNetwork.publishPolicyRevision')
|
|
1158
1241
|
|
|
1159
1242
|
mutation_policy_wanNetwork_removeRule_parser = mutation_policy_wanNetwork_subparsers.add_parser('removeRule',
|
|
@@ -1162,12 +1245,11 @@ def mutation_policy_parse(mutation_subparsers):
|
|
|
1162
1245
|
|
|
1163
1246
|
mutation_policy_wanNetwork_removeRule_parser.add_argument('json', help='Variables in JSON format.')
|
|
1164
1247
|
mutation_policy_wanNetwork_removeRule_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
1165
|
-
mutation_policy_wanNetwork_removeRule_parser.add_argument('-t', const=True, default=False, nargs='?',
|
|
1166
|
-
|
|
1167
|
-
mutation_policy_wanNetwork_removeRule_parser.add_argument('-
|
|
1168
|
-
|
|
1169
|
-
mutation_policy_wanNetwork_removeRule_parser.add_argument('-
|
|
1170
|
-
help='Pretty print')
|
|
1248
|
+
mutation_policy_wanNetwork_removeRule_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
1249
|
+
mutation_policy_wanNetwork_removeRule_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
1250
|
+
mutation_policy_wanNetwork_removeRule_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
1251
|
+
mutation_policy_wanNetwork_removeRule_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
1252
|
+
mutation_policy_wanNetwork_removeRule_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
1171
1253
|
mutation_policy_wanNetwork_removeRule_parser.set_defaults(func=createRequest,operation_name='mutation.policy.wanNetwork.removeRule')
|
|
1172
1254
|
|
|
1173
1255
|
mutation_policy_wanNetwork_removeSection_parser = mutation_policy_wanNetwork_subparsers.add_parser('removeSection',
|
|
@@ -1176,12 +1258,11 @@ def mutation_policy_parse(mutation_subparsers):
|
|
|
1176
1258
|
|
|
1177
1259
|
mutation_policy_wanNetwork_removeSection_parser.add_argument('json', help='Variables in JSON format.')
|
|
1178
1260
|
mutation_policy_wanNetwork_removeSection_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
1179
|
-
mutation_policy_wanNetwork_removeSection_parser.add_argument('-t', const=True, default=False, nargs='?',
|
|
1180
|
-
|
|
1181
|
-
mutation_policy_wanNetwork_removeSection_parser.add_argument('-
|
|
1182
|
-
|
|
1183
|
-
mutation_policy_wanNetwork_removeSection_parser.add_argument('-
|
|
1184
|
-
help='Pretty print')
|
|
1261
|
+
mutation_policy_wanNetwork_removeSection_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
1262
|
+
mutation_policy_wanNetwork_removeSection_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
1263
|
+
mutation_policy_wanNetwork_removeSection_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
1264
|
+
mutation_policy_wanNetwork_removeSection_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
1265
|
+
mutation_policy_wanNetwork_removeSection_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
1185
1266
|
mutation_policy_wanNetwork_removeSection_parser.set_defaults(func=createRequest,operation_name='mutation.policy.wanNetwork.removeSection')
|
|
1186
1267
|
|
|
1187
1268
|
mutation_policy_wanNetwork_updatePolicy_parser = mutation_policy_wanNetwork_subparsers.add_parser('updatePolicy',
|
|
@@ -1190,12 +1271,11 @@ def mutation_policy_parse(mutation_subparsers):
|
|
|
1190
1271
|
|
|
1191
1272
|
mutation_policy_wanNetwork_updatePolicy_parser.add_argument('json', help='Variables in JSON format.')
|
|
1192
1273
|
mutation_policy_wanNetwork_updatePolicy_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
1193
|
-
mutation_policy_wanNetwork_updatePolicy_parser.add_argument('-t', const=True, default=False, nargs='?',
|
|
1194
|
-
|
|
1195
|
-
mutation_policy_wanNetwork_updatePolicy_parser.add_argument('-
|
|
1196
|
-
|
|
1197
|
-
mutation_policy_wanNetwork_updatePolicy_parser.add_argument('-
|
|
1198
|
-
help='Pretty print')
|
|
1274
|
+
mutation_policy_wanNetwork_updatePolicy_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
1275
|
+
mutation_policy_wanNetwork_updatePolicy_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
1276
|
+
mutation_policy_wanNetwork_updatePolicy_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
1277
|
+
mutation_policy_wanNetwork_updatePolicy_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
1278
|
+
mutation_policy_wanNetwork_updatePolicy_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
1199
1279
|
mutation_policy_wanNetwork_updatePolicy_parser.set_defaults(func=createRequest,operation_name='mutation.policy.wanNetwork.updatePolicy')
|
|
1200
1280
|
|
|
1201
1281
|
mutation_policy_wanNetwork_updateRule_parser = mutation_policy_wanNetwork_subparsers.add_parser('updateRule',
|
|
@@ -1204,12 +1284,11 @@ def mutation_policy_parse(mutation_subparsers):
|
|
|
1204
1284
|
|
|
1205
1285
|
mutation_policy_wanNetwork_updateRule_parser.add_argument('json', help='Variables in JSON format.')
|
|
1206
1286
|
mutation_policy_wanNetwork_updateRule_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
1207
|
-
mutation_policy_wanNetwork_updateRule_parser.add_argument('-t', const=True, default=False, nargs='?',
|
|
1208
|
-
|
|
1209
|
-
mutation_policy_wanNetwork_updateRule_parser.add_argument('-
|
|
1210
|
-
|
|
1211
|
-
mutation_policy_wanNetwork_updateRule_parser.add_argument('-
|
|
1212
|
-
help='Pretty print')
|
|
1287
|
+
mutation_policy_wanNetwork_updateRule_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
1288
|
+
mutation_policy_wanNetwork_updateRule_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
1289
|
+
mutation_policy_wanNetwork_updateRule_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
1290
|
+
mutation_policy_wanNetwork_updateRule_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
1291
|
+
mutation_policy_wanNetwork_updateRule_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
1213
1292
|
mutation_policy_wanNetwork_updateRule_parser.set_defaults(func=createRequest,operation_name='mutation.policy.wanNetwork.updateRule')
|
|
1214
1293
|
|
|
1215
1294
|
mutation_policy_wanNetwork_updateSection_parser = mutation_policy_wanNetwork_subparsers.add_parser('updateSection',
|
|
@@ -1218,10 +1297,9 @@ def mutation_policy_parse(mutation_subparsers):
|
|
|
1218
1297
|
|
|
1219
1298
|
mutation_policy_wanNetwork_updateSection_parser.add_argument('json', help='Variables in JSON format.')
|
|
1220
1299
|
mutation_policy_wanNetwork_updateSection_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
1221
|
-
mutation_policy_wanNetwork_updateSection_parser.add_argument('-t', const=True, default=False, nargs='?',
|
|
1222
|
-
|
|
1223
|
-
mutation_policy_wanNetwork_updateSection_parser.add_argument('-
|
|
1224
|
-
|
|
1225
|
-
mutation_policy_wanNetwork_updateSection_parser.add_argument('-
|
|
1226
|
-
help='Pretty print')
|
|
1300
|
+
mutation_policy_wanNetwork_updateSection_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
1301
|
+
mutation_policy_wanNetwork_updateSection_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
1302
|
+
mutation_policy_wanNetwork_updateSection_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
1303
|
+
mutation_policy_wanNetwork_updateSection_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
1304
|
+
mutation_policy_wanNetwork_updateSection_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
1227
1305
|
mutation_policy_wanNetwork_updateSection_parser.set_defaults(func=createRequest,operation_name='mutation.policy.wanNetwork.updateSection')
|