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
|
@@ -14,12 +14,11 @@ def mutation_sites_parse(mutation_subparsers):
|
|
|
14
14
|
|
|
15
15
|
mutation_sites_addBgpPeer_parser.add_argument('json', help='Variables in JSON format.')
|
|
16
16
|
mutation_sites_addBgpPeer_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
17
|
-
mutation_sites_addBgpPeer_parser.add_argument('-t', const=True, default=False, nargs='?',
|
|
18
|
-
|
|
19
|
-
mutation_sites_addBgpPeer_parser.add_argument('-
|
|
20
|
-
|
|
21
|
-
mutation_sites_addBgpPeer_parser.add_argument('-
|
|
22
|
-
help='Pretty print')
|
|
17
|
+
mutation_sites_addBgpPeer_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
18
|
+
mutation_sites_addBgpPeer_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
19
|
+
mutation_sites_addBgpPeer_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
20
|
+
mutation_sites_addBgpPeer_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
21
|
+
mutation_sites_addBgpPeer_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
23
22
|
mutation_sites_addBgpPeer_parser.set_defaults(func=createRequest,operation_name='mutation.sites.addBgpPeer')
|
|
24
23
|
|
|
25
24
|
mutation_sites_addCloudInterconnectPhysicalConnection_parser = mutation_sites_subparsers.add_parser('addCloudInterconnectPhysicalConnection',
|
|
@@ -28,12 +27,11 @@ def mutation_sites_parse(mutation_subparsers):
|
|
|
28
27
|
|
|
29
28
|
mutation_sites_addCloudInterconnectPhysicalConnection_parser.add_argument('json', help='Variables in JSON format.')
|
|
30
29
|
mutation_sites_addCloudInterconnectPhysicalConnection_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
31
|
-
mutation_sites_addCloudInterconnectPhysicalConnection_parser.add_argument('-t', const=True, default=False, nargs='?',
|
|
32
|
-
|
|
33
|
-
mutation_sites_addCloudInterconnectPhysicalConnection_parser.add_argument('-
|
|
34
|
-
|
|
35
|
-
mutation_sites_addCloudInterconnectPhysicalConnection_parser.add_argument('-
|
|
36
|
-
help='Pretty print')
|
|
30
|
+
mutation_sites_addCloudInterconnectPhysicalConnection_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
31
|
+
mutation_sites_addCloudInterconnectPhysicalConnection_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
32
|
+
mutation_sites_addCloudInterconnectPhysicalConnection_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
33
|
+
mutation_sites_addCloudInterconnectPhysicalConnection_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
34
|
+
mutation_sites_addCloudInterconnectPhysicalConnection_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
37
35
|
mutation_sites_addCloudInterconnectPhysicalConnection_parser.set_defaults(func=createRequest,operation_name='mutation.sites.addCloudInterconnectPhysicalConnection')
|
|
38
36
|
|
|
39
37
|
mutation_sites_addCloudInterconnectSite_parser = mutation_sites_subparsers.add_parser('addCloudInterconnectSite',
|
|
@@ -42,12 +40,11 @@ def mutation_sites_parse(mutation_subparsers):
|
|
|
42
40
|
|
|
43
41
|
mutation_sites_addCloudInterconnectSite_parser.add_argument('json', help='Variables in JSON format.')
|
|
44
42
|
mutation_sites_addCloudInterconnectSite_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
45
|
-
mutation_sites_addCloudInterconnectSite_parser.add_argument('-t', const=True, default=False, nargs='?',
|
|
46
|
-
|
|
47
|
-
mutation_sites_addCloudInterconnectSite_parser.add_argument('-
|
|
48
|
-
|
|
49
|
-
mutation_sites_addCloudInterconnectSite_parser.add_argument('-
|
|
50
|
-
help='Pretty print')
|
|
43
|
+
mutation_sites_addCloudInterconnectSite_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
44
|
+
mutation_sites_addCloudInterconnectSite_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
45
|
+
mutation_sites_addCloudInterconnectSite_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
46
|
+
mutation_sites_addCloudInterconnectSite_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
47
|
+
mutation_sites_addCloudInterconnectSite_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
51
48
|
mutation_sites_addCloudInterconnectSite_parser.set_defaults(func=createRequest,operation_name='mutation.sites.addCloudInterconnectSite')
|
|
52
49
|
|
|
53
50
|
mutation_sites_addIpsecIkeV2Site_parser = mutation_sites_subparsers.add_parser('addIpsecIkeV2Site',
|
|
@@ -56,12 +53,11 @@ def mutation_sites_parse(mutation_subparsers):
|
|
|
56
53
|
|
|
57
54
|
mutation_sites_addIpsecIkeV2Site_parser.add_argument('json', help='Variables in JSON format.')
|
|
58
55
|
mutation_sites_addIpsecIkeV2Site_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
59
|
-
mutation_sites_addIpsecIkeV2Site_parser.add_argument('-t', const=True, default=False, nargs='?',
|
|
60
|
-
|
|
61
|
-
mutation_sites_addIpsecIkeV2Site_parser.add_argument('-
|
|
62
|
-
|
|
63
|
-
mutation_sites_addIpsecIkeV2Site_parser.add_argument('-
|
|
64
|
-
help='Pretty print')
|
|
56
|
+
mutation_sites_addIpsecIkeV2Site_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
57
|
+
mutation_sites_addIpsecIkeV2Site_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
58
|
+
mutation_sites_addIpsecIkeV2Site_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
59
|
+
mutation_sites_addIpsecIkeV2Site_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
60
|
+
mutation_sites_addIpsecIkeV2Site_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
65
61
|
mutation_sites_addIpsecIkeV2Site_parser.set_defaults(func=createRequest,operation_name='mutation.sites.addIpsecIkeV2Site')
|
|
66
62
|
|
|
67
63
|
mutation_sites_addIpsecIkeV2SiteTunnels_parser = mutation_sites_subparsers.add_parser('addIpsecIkeV2SiteTunnels',
|
|
@@ -70,12 +66,11 @@ def mutation_sites_parse(mutation_subparsers):
|
|
|
70
66
|
|
|
71
67
|
mutation_sites_addIpsecIkeV2SiteTunnels_parser.add_argument('json', help='Variables in JSON format.')
|
|
72
68
|
mutation_sites_addIpsecIkeV2SiteTunnels_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
73
|
-
mutation_sites_addIpsecIkeV2SiteTunnels_parser.add_argument('-t', const=True, default=False, nargs='?',
|
|
74
|
-
|
|
75
|
-
mutation_sites_addIpsecIkeV2SiteTunnels_parser.add_argument('-
|
|
76
|
-
|
|
77
|
-
mutation_sites_addIpsecIkeV2SiteTunnels_parser.add_argument('-
|
|
78
|
-
help='Pretty print')
|
|
69
|
+
mutation_sites_addIpsecIkeV2SiteTunnels_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
70
|
+
mutation_sites_addIpsecIkeV2SiteTunnels_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
71
|
+
mutation_sites_addIpsecIkeV2SiteTunnels_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
72
|
+
mutation_sites_addIpsecIkeV2SiteTunnels_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
73
|
+
mutation_sites_addIpsecIkeV2SiteTunnels_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
79
74
|
mutation_sites_addIpsecIkeV2SiteTunnels_parser.set_defaults(func=createRequest,operation_name='mutation.sites.addIpsecIkeV2SiteTunnels')
|
|
80
75
|
|
|
81
76
|
mutation_sites_addNetworkRange_parser = mutation_sites_subparsers.add_parser('addNetworkRange',
|
|
@@ -84,12 +79,11 @@ def mutation_sites_parse(mutation_subparsers):
|
|
|
84
79
|
|
|
85
80
|
mutation_sites_addNetworkRange_parser.add_argument('json', help='Variables in JSON format.')
|
|
86
81
|
mutation_sites_addNetworkRange_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
87
|
-
mutation_sites_addNetworkRange_parser.add_argument('-t', const=True, default=False, nargs='?',
|
|
88
|
-
|
|
89
|
-
mutation_sites_addNetworkRange_parser.add_argument('-
|
|
90
|
-
|
|
91
|
-
mutation_sites_addNetworkRange_parser.add_argument('-
|
|
92
|
-
help='Pretty print')
|
|
82
|
+
mutation_sites_addNetworkRange_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
83
|
+
mutation_sites_addNetworkRange_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
84
|
+
mutation_sites_addNetworkRange_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
85
|
+
mutation_sites_addNetworkRange_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
86
|
+
mutation_sites_addNetworkRange_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
93
87
|
mutation_sites_addNetworkRange_parser.set_defaults(func=createRequest,operation_name='mutation.sites.addNetworkRange')
|
|
94
88
|
|
|
95
89
|
mutation_sites_addSecondaryAwsVSocket_parser = mutation_sites_subparsers.add_parser('addSecondaryAwsVSocket',
|
|
@@ -98,12 +92,11 @@ def mutation_sites_parse(mutation_subparsers):
|
|
|
98
92
|
|
|
99
93
|
mutation_sites_addSecondaryAwsVSocket_parser.add_argument('json', help='Variables in JSON format.')
|
|
100
94
|
mutation_sites_addSecondaryAwsVSocket_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
101
|
-
mutation_sites_addSecondaryAwsVSocket_parser.add_argument('-t', const=True, default=False, nargs='?',
|
|
102
|
-
|
|
103
|
-
mutation_sites_addSecondaryAwsVSocket_parser.add_argument('-
|
|
104
|
-
|
|
105
|
-
mutation_sites_addSecondaryAwsVSocket_parser.add_argument('-
|
|
106
|
-
help='Pretty print')
|
|
95
|
+
mutation_sites_addSecondaryAwsVSocket_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
96
|
+
mutation_sites_addSecondaryAwsVSocket_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
97
|
+
mutation_sites_addSecondaryAwsVSocket_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
98
|
+
mutation_sites_addSecondaryAwsVSocket_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
99
|
+
mutation_sites_addSecondaryAwsVSocket_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
107
100
|
mutation_sites_addSecondaryAwsVSocket_parser.set_defaults(func=createRequest,operation_name='mutation.sites.addSecondaryAwsVSocket')
|
|
108
101
|
|
|
109
102
|
mutation_sites_addSecondaryAzureVSocket_parser = mutation_sites_subparsers.add_parser('addSecondaryAzureVSocket',
|
|
@@ -112,26 +105,37 @@ def mutation_sites_parse(mutation_subparsers):
|
|
|
112
105
|
|
|
113
106
|
mutation_sites_addSecondaryAzureVSocket_parser.add_argument('json', help='Variables in JSON format.')
|
|
114
107
|
mutation_sites_addSecondaryAzureVSocket_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
115
|
-
mutation_sites_addSecondaryAzureVSocket_parser.add_argument('-t', const=True, default=False, nargs='?',
|
|
116
|
-
|
|
117
|
-
mutation_sites_addSecondaryAzureVSocket_parser.add_argument('-
|
|
118
|
-
|
|
119
|
-
mutation_sites_addSecondaryAzureVSocket_parser.add_argument('-
|
|
120
|
-
help='Pretty print')
|
|
108
|
+
mutation_sites_addSecondaryAzureVSocket_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
109
|
+
mutation_sites_addSecondaryAzureVSocket_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
110
|
+
mutation_sites_addSecondaryAzureVSocket_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
111
|
+
mutation_sites_addSecondaryAzureVSocket_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
112
|
+
mutation_sites_addSecondaryAzureVSocket_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
121
113
|
mutation_sites_addSecondaryAzureVSocket_parser.set_defaults(func=createRequest,operation_name='mutation.sites.addSecondaryAzureVSocket')
|
|
122
114
|
|
|
115
|
+
mutation_sites_addSocketAddOnCard_parser = mutation_sites_subparsers.add_parser('addSocketAddOnCard',
|
|
116
|
+
help='addSocketAddOnCard() sites operation',
|
|
117
|
+
usage=get_help("mutation_sites_addSocketAddOnCard"))
|
|
118
|
+
|
|
119
|
+
mutation_sites_addSocketAddOnCard_parser.add_argument('json', help='Variables in JSON format.')
|
|
120
|
+
mutation_sites_addSocketAddOnCard_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
121
|
+
mutation_sites_addSocketAddOnCard_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
122
|
+
mutation_sites_addSocketAddOnCard_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
123
|
+
mutation_sites_addSocketAddOnCard_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
124
|
+
mutation_sites_addSocketAddOnCard_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
125
|
+
mutation_sites_addSocketAddOnCard_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
126
|
+
mutation_sites_addSocketAddOnCard_parser.set_defaults(func=createRequest,operation_name='mutation.sites.addSocketAddOnCard')
|
|
127
|
+
|
|
123
128
|
mutation_sites_addSocketSite_parser = mutation_sites_subparsers.add_parser('addSocketSite',
|
|
124
129
|
help='addSocketSite() sites operation',
|
|
125
130
|
usage=get_help("mutation_sites_addSocketSite"))
|
|
126
131
|
|
|
127
132
|
mutation_sites_addSocketSite_parser.add_argument('json', help='Variables in JSON format.')
|
|
128
133
|
mutation_sites_addSocketSite_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
129
|
-
mutation_sites_addSocketSite_parser.add_argument('-t', const=True, default=False, nargs='?',
|
|
130
|
-
|
|
131
|
-
mutation_sites_addSocketSite_parser.add_argument('-
|
|
132
|
-
|
|
133
|
-
mutation_sites_addSocketSite_parser.add_argument('-
|
|
134
|
-
help='Pretty print')
|
|
134
|
+
mutation_sites_addSocketSite_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
135
|
+
mutation_sites_addSocketSite_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
136
|
+
mutation_sites_addSocketSite_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
137
|
+
mutation_sites_addSocketSite_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
138
|
+
mutation_sites_addSocketSite_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
135
139
|
mutation_sites_addSocketSite_parser.set_defaults(func=createRequest,operation_name='mutation.sites.addSocketSite')
|
|
136
140
|
|
|
137
141
|
mutation_sites_addStaticHost_parser = mutation_sites_subparsers.add_parser('addStaticHost',
|
|
@@ -140,12 +144,11 @@ def mutation_sites_parse(mutation_subparsers):
|
|
|
140
144
|
|
|
141
145
|
mutation_sites_addStaticHost_parser.add_argument('json', help='Variables in JSON format.')
|
|
142
146
|
mutation_sites_addStaticHost_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
143
|
-
mutation_sites_addStaticHost_parser.add_argument('-t', const=True, default=False, nargs='?',
|
|
144
|
-
|
|
145
|
-
mutation_sites_addStaticHost_parser.add_argument('-
|
|
146
|
-
|
|
147
|
-
mutation_sites_addStaticHost_parser.add_argument('-
|
|
148
|
-
help='Pretty print')
|
|
147
|
+
mutation_sites_addStaticHost_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
148
|
+
mutation_sites_addStaticHost_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
149
|
+
mutation_sites_addStaticHost_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
150
|
+
mutation_sites_addStaticHost_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
151
|
+
mutation_sites_addStaticHost_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
149
152
|
mutation_sites_addStaticHost_parser.set_defaults(func=createRequest,operation_name='mutation.sites.addStaticHost')
|
|
150
153
|
|
|
151
154
|
mutation_sites_removeBgpPeer_parser = mutation_sites_subparsers.add_parser('removeBgpPeer',
|
|
@@ -154,12 +157,11 @@ def mutation_sites_parse(mutation_subparsers):
|
|
|
154
157
|
|
|
155
158
|
mutation_sites_removeBgpPeer_parser.add_argument('json', help='Variables in JSON format.')
|
|
156
159
|
mutation_sites_removeBgpPeer_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
157
|
-
mutation_sites_removeBgpPeer_parser.add_argument('-t', const=True, default=False, nargs='?',
|
|
158
|
-
|
|
159
|
-
mutation_sites_removeBgpPeer_parser.add_argument('-
|
|
160
|
-
|
|
161
|
-
mutation_sites_removeBgpPeer_parser.add_argument('-
|
|
162
|
-
help='Pretty print')
|
|
160
|
+
mutation_sites_removeBgpPeer_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
161
|
+
mutation_sites_removeBgpPeer_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
162
|
+
mutation_sites_removeBgpPeer_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
163
|
+
mutation_sites_removeBgpPeer_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
164
|
+
mutation_sites_removeBgpPeer_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
163
165
|
mutation_sites_removeBgpPeer_parser.set_defaults(func=createRequest,operation_name='mutation.sites.removeBgpPeer')
|
|
164
166
|
|
|
165
167
|
mutation_sites_removeCloudInterconnectPhysicalConnection_parser = mutation_sites_subparsers.add_parser('removeCloudInterconnectPhysicalConnection',
|
|
@@ -168,12 +170,11 @@ def mutation_sites_parse(mutation_subparsers):
|
|
|
168
170
|
|
|
169
171
|
mutation_sites_removeCloudInterconnectPhysicalConnection_parser.add_argument('json', help='Variables in JSON format.')
|
|
170
172
|
mutation_sites_removeCloudInterconnectPhysicalConnection_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
171
|
-
mutation_sites_removeCloudInterconnectPhysicalConnection_parser.add_argument('-t', const=True, default=False, nargs='?',
|
|
172
|
-
|
|
173
|
-
mutation_sites_removeCloudInterconnectPhysicalConnection_parser.add_argument('-
|
|
174
|
-
|
|
175
|
-
mutation_sites_removeCloudInterconnectPhysicalConnection_parser.add_argument('-
|
|
176
|
-
help='Pretty print')
|
|
173
|
+
mutation_sites_removeCloudInterconnectPhysicalConnection_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
174
|
+
mutation_sites_removeCloudInterconnectPhysicalConnection_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
175
|
+
mutation_sites_removeCloudInterconnectPhysicalConnection_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
176
|
+
mutation_sites_removeCloudInterconnectPhysicalConnection_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
177
|
+
mutation_sites_removeCloudInterconnectPhysicalConnection_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
177
178
|
mutation_sites_removeCloudInterconnectPhysicalConnection_parser.set_defaults(func=createRequest,operation_name='mutation.sites.removeCloudInterconnectPhysicalConnection')
|
|
178
179
|
|
|
179
180
|
mutation_sites_removeIpsecIkeV2SiteTunnels_parser = mutation_sites_subparsers.add_parser('removeIpsecIkeV2SiteTunnels',
|
|
@@ -182,12 +183,11 @@ def mutation_sites_parse(mutation_subparsers):
|
|
|
182
183
|
|
|
183
184
|
mutation_sites_removeIpsecIkeV2SiteTunnels_parser.add_argument('json', help='Variables in JSON format.')
|
|
184
185
|
mutation_sites_removeIpsecIkeV2SiteTunnels_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
185
|
-
mutation_sites_removeIpsecIkeV2SiteTunnels_parser.add_argument('-t', const=True, default=False, nargs='?',
|
|
186
|
-
|
|
187
|
-
mutation_sites_removeIpsecIkeV2SiteTunnels_parser.add_argument('-
|
|
188
|
-
|
|
189
|
-
mutation_sites_removeIpsecIkeV2SiteTunnels_parser.add_argument('-
|
|
190
|
-
help='Pretty print')
|
|
186
|
+
mutation_sites_removeIpsecIkeV2SiteTunnels_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
187
|
+
mutation_sites_removeIpsecIkeV2SiteTunnels_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
188
|
+
mutation_sites_removeIpsecIkeV2SiteTunnels_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
189
|
+
mutation_sites_removeIpsecIkeV2SiteTunnels_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
190
|
+
mutation_sites_removeIpsecIkeV2SiteTunnels_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
191
191
|
mutation_sites_removeIpsecIkeV2SiteTunnels_parser.set_defaults(func=createRequest,operation_name='mutation.sites.removeIpsecIkeV2SiteTunnels')
|
|
192
192
|
|
|
193
193
|
mutation_sites_removeNetworkRange_parser = mutation_sites_subparsers.add_parser('removeNetworkRange',
|
|
@@ -196,12 +196,11 @@ def mutation_sites_parse(mutation_subparsers):
|
|
|
196
196
|
|
|
197
197
|
mutation_sites_removeNetworkRange_parser.add_argument('json', help='Variables in JSON format.')
|
|
198
198
|
mutation_sites_removeNetworkRange_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
199
|
-
mutation_sites_removeNetworkRange_parser.add_argument('-t', const=True, default=False, nargs='?',
|
|
200
|
-
|
|
201
|
-
mutation_sites_removeNetworkRange_parser.add_argument('-
|
|
202
|
-
|
|
203
|
-
mutation_sites_removeNetworkRange_parser.add_argument('-
|
|
204
|
-
help='Pretty print')
|
|
199
|
+
mutation_sites_removeNetworkRange_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
200
|
+
mutation_sites_removeNetworkRange_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
201
|
+
mutation_sites_removeNetworkRange_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
202
|
+
mutation_sites_removeNetworkRange_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
203
|
+
mutation_sites_removeNetworkRange_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
205
204
|
mutation_sites_removeNetworkRange_parser.set_defaults(func=createRequest,operation_name='mutation.sites.removeNetworkRange')
|
|
206
205
|
|
|
207
206
|
mutation_sites_removeSite_parser = mutation_sites_subparsers.add_parser('removeSite',
|
|
@@ -210,40 +209,63 @@ def mutation_sites_parse(mutation_subparsers):
|
|
|
210
209
|
|
|
211
210
|
mutation_sites_removeSite_parser.add_argument('json', help='Variables in JSON format.')
|
|
212
211
|
mutation_sites_removeSite_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
213
|
-
mutation_sites_removeSite_parser.add_argument('-t', const=True, default=False, nargs='?',
|
|
214
|
-
|
|
215
|
-
mutation_sites_removeSite_parser.add_argument('-
|
|
216
|
-
|
|
217
|
-
mutation_sites_removeSite_parser.add_argument('-
|
|
218
|
-
help='Pretty print')
|
|
212
|
+
mutation_sites_removeSite_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
213
|
+
mutation_sites_removeSite_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
214
|
+
mutation_sites_removeSite_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
215
|
+
mutation_sites_removeSite_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
216
|
+
mutation_sites_removeSite_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
219
217
|
mutation_sites_removeSite_parser.set_defaults(func=createRequest,operation_name='mutation.sites.removeSite')
|
|
220
218
|
|
|
219
|
+
mutation_sites_removeSocketAddOnCard_parser = mutation_sites_subparsers.add_parser('removeSocketAddOnCard',
|
|
220
|
+
help='removeSocketAddOnCard() sites operation',
|
|
221
|
+
usage=get_help("mutation_sites_removeSocketAddOnCard"))
|
|
222
|
+
|
|
223
|
+
mutation_sites_removeSocketAddOnCard_parser.add_argument('json', help='Variables in JSON format.')
|
|
224
|
+
mutation_sites_removeSocketAddOnCard_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
225
|
+
mutation_sites_removeSocketAddOnCard_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
226
|
+
mutation_sites_removeSocketAddOnCard_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
227
|
+
mutation_sites_removeSocketAddOnCard_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
228
|
+
mutation_sites_removeSocketAddOnCard_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
229
|
+
mutation_sites_removeSocketAddOnCard_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
230
|
+
mutation_sites_removeSocketAddOnCard_parser.set_defaults(func=createRequest,operation_name='mutation.sites.removeSocketAddOnCard')
|
|
231
|
+
|
|
221
232
|
mutation_sites_removeStaticHost_parser = mutation_sites_subparsers.add_parser('removeStaticHost',
|
|
222
233
|
help='removeStaticHost() sites operation',
|
|
223
234
|
usage=get_help("mutation_sites_removeStaticHost"))
|
|
224
235
|
|
|
225
236
|
mutation_sites_removeStaticHost_parser.add_argument('json', help='Variables in JSON format.')
|
|
226
237
|
mutation_sites_removeStaticHost_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
227
|
-
mutation_sites_removeStaticHost_parser.add_argument('-t', const=True, default=False, nargs='?',
|
|
228
|
-
|
|
229
|
-
mutation_sites_removeStaticHost_parser.add_argument('-
|
|
230
|
-
|
|
231
|
-
mutation_sites_removeStaticHost_parser.add_argument('-
|
|
232
|
-
help='Pretty print')
|
|
238
|
+
mutation_sites_removeStaticHost_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
239
|
+
mutation_sites_removeStaticHost_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
240
|
+
mutation_sites_removeStaticHost_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
241
|
+
mutation_sites_removeStaticHost_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
242
|
+
mutation_sites_removeStaticHost_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
233
243
|
mutation_sites_removeStaticHost_parser.set_defaults(func=createRequest,operation_name='mutation.sites.removeStaticHost')
|
|
234
244
|
|
|
245
|
+
mutation_sites_startSiteUpgrade_parser = mutation_sites_subparsers.add_parser('startSiteUpgrade',
|
|
246
|
+
help='startSiteUpgrade() sites operation',
|
|
247
|
+
usage=get_help("mutation_sites_startSiteUpgrade"))
|
|
248
|
+
|
|
249
|
+
mutation_sites_startSiteUpgrade_parser.add_argument('json', help='Variables in JSON format.')
|
|
250
|
+
mutation_sites_startSiteUpgrade_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
251
|
+
mutation_sites_startSiteUpgrade_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
252
|
+
mutation_sites_startSiteUpgrade_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
253
|
+
mutation_sites_startSiteUpgrade_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
254
|
+
mutation_sites_startSiteUpgrade_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
255
|
+
mutation_sites_startSiteUpgrade_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
256
|
+
mutation_sites_startSiteUpgrade_parser.set_defaults(func=createRequest,operation_name='mutation.sites.startSiteUpgrade')
|
|
257
|
+
|
|
235
258
|
mutation_sites_updateBgpPeer_parser = mutation_sites_subparsers.add_parser('updateBgpPeer',
|
|
236
259
|
help='updateBgpPeer() sites operation',
|
|
237
260
|
usage=get_help("mutation_sites_updateBgpPeer"))
|
|
238
261
|
|
|
239
262
|
mutation_sites_updateBgpPeer_parser.add_argument('json', help='Variables in JSON format.')
|
|
240
263
|
mutation_sites_updateBgpPeer_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
241
|
-
mutation_sites_updateBgpPeer_parser.add_argument('-t', const=True, default=False, nargs='?',
|
|
242
|
-
|
|
243
|
-
mutation_sites_updateBgpPeer_parser.add_argument('-
|
|
244
|
-
|
|
245
|
-
mutation_sites_updateBgpPeer_parser.add_argument('-
|
|
246
|
-
help='Pretty print')
|
|
264
|
+
mutation_sites_updateBgpPeer_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
265
|
+
mutation_sites_updateBgpPeer_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
266
|
+
mutation_sites_updateBgpPeer_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
267
|
+
mutation_sites_updateBgpPeer_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
268
|
+
mutation_sites_updateBgpPeer_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
247
269
|
mutation_sites_updateBgpPeer_parser.set_defaults(func=createRequest,operation_name='mutation.sites.updateBgpPeer')
|
|
248
270
|
|
|
249
271
|
mutation_sites_updateCloudInterconnectPhysicalConnection_parser = mutation_sites_subparsers.add_parser('updateCloudInterconnectPhysicalConnection',
|
|
@@ -252,12 +274,11 @@ def mutation_sites_parse(mutation_subparsers):
|
|
|
252
274
|
|
|
253
275
|
mutation_sites_updateCloudInterconnectPhysicalConnection_parser.add_argument('json', help='Variables in JSON format.')
|
|
254
276
|
mutation_sites_updateCloudInterconnectPhysicalConnection_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
255
|
-
mutation_sites_updateCloudInterconnectPhysicalConnection_parser.add_argument('-t', const=True, default=False, nargs='?',
|
|
256
|
-
|
|
257
|
-
mutation_sites_updateCloudInterconnectPhysicalConnection_parser.add_argument('-
|
|
258
|
-
|
|
259
|
-
mutation_sites_updateCloudInterconnectPhysicalConnection_parser.add_argument('-
|
|
260
|
-
help='Pretty print')
|
|
277
|
+
mutation_sites_updateCloudInterconnectPhysicalConnection_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
278
|
+
mutation_sites_updateCloudInterconnectPhysicalConnection_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
279
|
+
mutation_sites_updateCloudInterconnectPhysicalConnection_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
280
|
+
mutation_sites_updateCloudInterconnectPhysicalConnection_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
281
|
+
mutation_sites_updateCloudInterconnectPhysicalConnection_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
261
282
|
mutation_sites_updateCloudInterconnectPhysicalConnection_parser.set_defaults(func=createRequest,operation_name='mutation.sites.updateCloudInterconnectPhysicalConnection')
|
|
262
283
|
|
|
263
284
|
mutation_sites_updateHa_parser = mutation_sites_subparsers.add_parser('updateHa',
|
|
@@ -266,12 +287,11 @@ def mutation_sites_parse(mutation_subparsers):
|
|
|
266
287
|
|
|
267
288
|
mutation_sites_updateHa_parser.add_argument('json', help='Variables in JSON format.')
|
|
268
289
|
mutation_sites_updateHa_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
269
|
-
mutation_sites_updateHa_parser.add_argument('-t', const=True, default=False, nargs='?',
|
|
270
|
-
|
|
271
|
-
mutation_sites_updateHa_parser.add_argument('-
|
|
272
|
-
|
|
273
|
-
mutation_sites_updateHa_parser.add_argument('-
|
|
274
|
-
help='Pretty print')
|
|
290
|
+
mutation_sites_updateHa_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
291
|
+
mutation_sites_updateHa_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
292
|
+
mutation_sites_updateHa_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
293
|
+
mutation_sites_updateHa_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
294
|
+
mutation_sites_updateHa_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
275
295
|
mutation_sites_updateHa_parser.set_defaults(func=createRequest,operation_name='mutation.sites.updateHa')
|
|
276
296
|
|
|
277
297
|
mutation_sites_updateIpsecIkeV2SiteGeneralDetails_parser = mutation_sites_subparsers.add_parser('updateIpsecIkeV2SiteGeneralDetails',
|
|
@@ -280,12 +300,11 @@ def mutation_sites_parse(mutation_subparsers):
|
|
|
280
300
|
|
|
281
301
|
mutation_sites_updateIpsecIkeV2SiteGeneralDetails_parser.add_argument('json', help='Variables in JSON format.')
|
|
282
302
|
mutation_sites_updateIpsecIkeV2SiteGeneralDetails_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
283
|
-
mutation_sites_updateIpsecIkeV2SiteGeneralDetails_parser.add_argument('-t', const=True, default=False, nargs='?',
|
|
284
|
-
|
|
285
|
-
mutation_sites_updateIpsecIkeV2SiteGeneralDetails_parser.add_argument('-
|
|
286
|
-
|
|
287
|
-
mutation_sites_updateIpsecIkeV2SiteGeneralDetails_parser.add_argument('-
|
|
288
|
-
help='Pretty print')
|
|
303
|
+
mutation_sites_updateIpsecIkeV2SiteGeneralDetails_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
304
|
+
mutation_sites_updateIpsecIkeV2SiteGeneralDetails_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
305
|
+
mutation_sites_updateIpsecIkeV2SiteGeneralDetails_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
306
|
+
mutation_sites_updateIpsecIkeV2SiteGeneralDetails_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
307
|
+
mutation_sites_updateIpsecIkeV2SiteGeneralDetails_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
289
308
|
mutation_sites_updateIpsecIkeV2SiteGeneralDetails_parser.set_defaults(func=createRequest,operation_name='mutation.sites.updateIpsecIkeV2SiteGeneralDetails')
|
|
290
309
|
|
|
291
310
|
mutation_sites_updateIpsecIkeV2SiteTunnels_parser = mutation_sites_subparsers.add_parser('updateIpsecIkeV2SiteTunnels',
|
|
@@ -294,12 +313,11 @@ def mutation_sites_parse(mutation_subparsers):
|
|
|
294
313
|
|
|
295
314
|
mutation_sites_updateIpsecIkeV2SiteTunnels_parser.add_argument('json', help='Variables in JSON format.')
|
|
296
315
|
mutation_sites_updateIpsecIkeV2SiteTunnels_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
297
|
-
mutation_sites_updateIpsecIkeV2SiteTunnels_parser.add_argument('-t', const=True, default=False, nargs='?',
|
|
298
|
-
|
|
299
|
-
mutation_sites_updateIpsecIkeV2SiteTunnels_parser.add_argument('-
|
|
300
|
-
|
|
301
|
-
mutation_sites_updateIpsecIkeV2SiteTunnels_parser.add_argument('-
|
|
302
|
-
help='Pretty print')
|
|
316
|
+
mutation_sites_updateIpsecIkeV2SiteTunnels_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
317
|
+
mutation_sites_updateIpsecIkeV2SiteTunnels_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
318
|
+
mutation_sites_updateIpsecIkeV2SiteTunnels_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
319
|
+
mutation_sites_updateIpsecIkeV2SiteTunnels_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
320
|
+
mutation_sites_updateIpsecIkeV2SiteTunnels_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
303
321
|
mutation_sites_updateIpsecIkeV2SiteTunnels_parser.set_defaults(func=createRequest,operation_name='mutation.sites.updateIpsecIkeV2SiteTunnels')
|
|
304
322
|
|
|
305
323
|
mutation_sites_updateNetworkRange_parser = mutation_sites_subparsers.add_parser('updateNetworkRange',
|
|
@@ -308,12 +326,11 @@ def mutation_sites_parse(mutation_subparsers):
|
|
|
308
326
|
|
|
309
327
|
mutation_sites_updateNetworkRange_parser.add_argument('json', help='Variables in JSON format.')
|
|
310
328
|
mutation_sites_updateNetworkRange_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
311
|
-
mutation_sites_updateNetworkRange_parser.add_argument('-t', const=True, default=False, nargs='?',
|
|
312
|
-
|
|
313
|
-
mutation_sites_updateNetworkRange_parser.add_argument('-
|
|
314
|
-
|
|
315
|
-
mutation_sites_updateNetworkRange_parser.add_argument('-
|
|
316
|
-
help='Pretty print')
|
|
329
|
+
mutation_sites_updateNetworkRange_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
330
|
+
mutation_sites_updateNetworkRange_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
331
|
+
mutation_sites_updateNetworkRange_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
332
|
+
mutation_sites_updateNetworkRange_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
333
|
+
mutation_sites_updateNetworkRange_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
317
334
|
mutation_sites_updateNetworkRange_parser.set_defaults(func=createRequest,operation_name='mutation.sites.updateNetworkRange')
|
|
318
335
|
|
|
319
336
|
mutation_sites_updateSiteGeneralDetails_parser = mutation_sites_subparsers.add_parser('updateSiteGeneralDetails',
|
|
@@ -322,12 +339,11 @@ def mutation_sites_parse(mutation_subparsers):
|
|
|
322
339
|
|
|
323
340
|
mutation_sites_updateSiteGeneralDetails_parser.add_argument('json', help='Variables in JSON format.')
|
|
324
341
|
mutation_sites_updateSiteGeneralDetails_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
325
|
-
mutation_sites_updateSiteGeneralDetails_parser.add_argument('-t', const=True, default=False, nargs='?',
|
|
326
|
-
|
|
327
|
-
mutation_sites_updateSiteGeneralDetails_parser.add_argument('-
|
|
328
|
-
|
|
329
|
-
mutation_sites_updateSiteGeneralDetails_parser.add_argument('-
|
|
330
|
-
help='Pretty print')
|
|
342
|
+
mutation_sites_updateSiteGeneralDetails_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
343
|
+
mutation_sites_updateSiteGeneralDetails_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
344
|
+
mutation_sites_updateSiteGeneralDetails_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
345
|
+
mutation_sites_updateSiteGeneralDetails_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
346
|
+
mutation_sites_updateSiteGeneralDetails_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
331
347
|
mutation_sites_updateSiteGeneralDetails_parser.set_defaults(func=createRequest,operation_name='mutation.sites.updateSiteGeneralDetails')
|
|
332
348
|
|
|
333
349
|
mutation_sites_updateSocketInterface_parser = mutation_sites_subparsers.add_parser('updateSocketInterface',
|
|
@@ -336,12 +352,11 @@ def mutation_sites_parse(mutation_subparsers):
|
|
|
336
352
|
|
|
337
353
|
mutation_sites_updateSocketInterface_parser.add_argument('json', help='Variables in JSON format.')
|
|
338
354
|
mutation_sites_updateSocketInterface_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
339
|
-
mutation_sites_updateSocketInterface_parser.add_argument('-t', const=True, default=False, nargs='?',
|
|
340
|
-
|
|
341
|
-
mutation_sites_updateSocketInterface_parser.add_argument('-
|
|
342
|
-
|
|
343
|
-
mutation_sites_updateSocketInterface_parser.add_argument('-
|
|
344
|
-
help='Pretty print')
|
|
355
|
+
mutation_sites_updateSocketInterface_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
356
|
+
mutation_sites_updateSocketInterface_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
357
|
+
mutation_sites_updateSocketInterface_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
358
|
+
mutation_sites_updateSocketInterface_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
359
|
+
mutation_sites_updateSocketInterface_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
345
360
|
mutation_sites_updateSocketInterface_parser.set_defaults(func=createRequest,operation_name='mutation.sites.updateSocketInterface')
|
|
346
361
|
|
|
347
362
|
mutation_sites_updateStaticHost_parser = mutation_sites_subparsers.add_parser('updateStaticHost',
|
|
@@ -350,10 +365,9 @@ def mutation_sites_parse(mutation_subparsers):
|
|
|
350
365
|
|
|
351
366
|
mutation_sites_updateStaticHost_parser.add_argument('json', help='Variables in JSON format.')
|
|
352
367
|
mutation_sites_updateStaticHost_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
|
|
353
|
-
mutation_sites_updateStaticHost_parser.add_argument('-t', const=True, default=False, nargs='?',
|
|
354
|
-
|
|
355
|
-
mutation_sites_updateStaticHost_parser.add_argument('-
|
|
356
|
-
|
|
357
|
-
mutation_sites_updateStaticHost_parser.add_argument('-
|
|
358
|
-
help='Pretty print')
|
|
368
|
+
mutation_sites_updateStaticHost_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print test request preview without sending api call')
|
|
369
|
+
mutation_sites_updateStaticHost_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
370
|
+
mutation_sites_updateStaticHost_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
371
|
+
mutation_sites_updateStaticHost_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
372
|
+
mutation_sites_updateStaticHost_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
359
373
|
mutation_sites_updateStaticHost_parser.set_defaults(func=createRequest,operation_name='mutation.sites.updateStaticHost')
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
|
|
2
|
+
## CATO-CLI - mutation.sites.addSocketAddOnCard:
|
|
3
|
+
[Click here](https://api.catonetworks.com/documentation/#mutation-addSocketAddOnCard) for documentation on this operation.
|
|
4
|
+
|
|
5
|
+
### Usage for mutation.sites.addSocketAddOnCard:
|
|
6
|
+
|
|
7
|
+
`catocli mutation sites addSocketAddOnCard -h`
|
|
8
|
+
|
|
9
|
+
`catocli mutation sites addSocketAddOnCard <json>`
|
|
10
|
+
|
|
11
|
+
`catocli mutation sites addSocketAddOnCard "$(cat < addSocketAddOnCard.json)"`
|
|
12
|
+
|
|
13
|
+
`catocli mutation sites addSocketAddOnCard '{"addSocketAddOnCardInput": {"siteRefInput": {"by": {"by": "enum(ObjectRefBy)"}, "input": {"input": "String"}}, "socketAddOnCardInput": {"expansionSlotNumber": {"expansionSlotNumber": "enum(SocketAddOnExpansionSlotNumber)"}, "type": {"type": "enum(SocketAddOnType)"}}}}'`
|
|
14
|
+
|
|
15
|
+
#### Operation Arguments for mutation.sites.addSocketAddOnCard ####
|
|
16
|
+
`accountId` [ID] - (required) N/A
|
|
17
|
+
`addSocketAddOnCardInput` [AddSocketAddOnCardInput] - (required) N/A
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
|
|
2
|
+
## CATO-CLI - mutation.sites.removeSocketAddOnCard:
|
|
3
|
+
[Click here](https://api.catonetworks.com/documentation/#mutation-removeSocketAddOnCard) for documentation on this operation.
|
|
4
|
+
|
|
5
|
+
### Usage for mutation.sites.removeSocketAddOnCard:
|
|
6
|
+
|
|
7
|
+
`catocli mutation sites removeSocketAddOnCard -h`
|
|
8
|
+
|
|
9
|
+
`catocli mutation sites removeSocketAddOnCard <json>`
|
|
10
|
+
|
|
11
|
+
`catocli mutation sites removeSocketAddOnCard "$(cat < removeSocketAddOnCard.json)"`
|
|
12
|
+
|
|
13
|
+
`catocli mutation sites removeSocketAddOnCard '{"removeSocketAddOnCardInput": {"expansionSlotNumbers": {"expansionSlotNumbers": "enum(SocketAddOnExpansionSlotNumber)"}, "siteRefInput": {"by": {"by": "enum(ObjectRefBy)"}, "input": {"input": "String"}}}}'`
|
|
14
|
+
|
|
15
|
+
#### Operation Arguments for mutation.sites.removeSocketAddOnCard ####
|
|
16
|
+
`accountId` [ID] - (required) N/A
|
|
17
|
+
`removeSocketAddOnCardInput` [RemoveSocketAddOnCardInput] - (required) N/A
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
|
|
2
|
+
## CATO-CLI - mutation.sites.startSiteUpgrade:
|
|
3
|
+
[Click here](https://api.catonetworks.com/documentation/#mutation-startSiteUpgrade) for documentation on this operation.
|
|
4
|
+
|
|
5
|
+
### Usage for mutation.sites.startSiteUpgrade:
|
|
6
|
+
|
|
7
|
+
`catocli mutation sites startSiteUpgrade -h`
|
|
8
|
+
|
|
9
|
+
`catocli mutation sites startSiteUpgrade <json>`
|
|
10
|
+
|
|
11
|
+
`catocli mutation sites startSiteUpgrade "$(cat < startSiteUpgrade.json)"`
|
|
12
|
+
|
|
13
|
+
`catocli mutation sites startSiteUpgrade '{"startSiteUpgradeInput": {"siteUpgradeRequest": {"site": {"by": {"by": "enum(ObjectRefBy)"}, "input": {"input": "String"}}, "targetVersion": {"targetVersion": "String"}}}}'`
|
|
14
|
+
|
|
15
|
+
#### Operation Arguments for mutation.sites.startSiteUpgrade ####
|
|
16
|
+
`accountId` [ID] - (required) N/A
|
|
17
|
+
`startSiteUpgradeInput` [StartSiteUpgradeInput] - (required) N/A
|