catocli 1.0.13__py3-none-any.whl → 1.0.15__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of catocli might be problematic. Click here for more details.
- catocli/Utils/clidriver.py +15 -2
- catocli/__init__.py +1 -1
- catocli/parsers/custom/customLib.py +3 -1
- catocli/parsers/mutation_accountManagement/README.md +7 -0
- catocli/parsers/mutation_accountManagement/__init__.py +51 -0
- catocli/parsers/mutation_accountManagement_addAccount/README.md +17 -0
- catocli/parsers/mutation_accountManagement_removeAccount/README.md +16 -0
- catocli/parsers/mutation_accountManagement_updateAccount/README.md +17 -0
- catocli/parsers/mutation_admin_addAdmin/README.md +2 -2
- catocli/parsers/mutation_admin_updateAdmin/README.md +2 -2
- catocli/parsers/mutation_container_delete/README.md +2 -2
- catocli/parsers/mutation_policy_internetFirewall_addRule/README.md +3 -3
- catocli/parsers/mutation_policy_internetFirewall_addSection/README.md +3 -3
- catocli/parsers/mutation_policy_internetFirewall_createPolicyRevision/README.md +3 -3
- catocli/parsers/mutation_policy_internetFirewall_discardPolicyRevision/README.md +3 -3
- catocli/parsers/mutation_policy_internetFirewall_moveRule/README.md +3 -3
- catocli/parsers/mutation_policy_internetFirewall_moveSection/README.md +3 -3
- catocli/parsers/mutation_policy_internetFirewall_publishPolicyRevision/README.md +3 -3
- catocli/parsers/mutation_policy_internetFirewall_removeRule/README.md +3 -3
- catocli/parsers/mutation_policy_internetFirewall_removeSection/README.md +3 -3
- catocli/parsers/mutation_policy_internetFirewall_updatePolicy/README.md +3 -3
- catocli/parsers/mutation_policy_internetFirewall_updateRule/README.md +3 -3
- catocli/parsers/mutation_policy_internetFirewall_updateSection/README.md +3 -3
- catocli/parsers/mutation_policy_wanFirewall_addRule/README.md +3 -3
- catocli/parsers/mutation_policy_wanFirewall_addSection/README.md +3 -3
- catocli/parsers/mutation_policy_wanFirewall_createPolicyRevision/README.md +3 -3
- catocli/parsers/mutation_policy_wanFirewall_discardPolicyRevision/README.md +3 -3
- catocli/parsers/mutation_policy_wanFirewall_moveRule/README.md +3 -3
- catocli/parsers/mutation_policy_wanFirewall_moveSection/README.md +3 -3
- catocli/parsers/mutation_policy_wanFirewall_publishPolicyRevision/README.md +3 -3
- catocli/parsers/mutation_policy_wanFirewall_removeRule/README.md +3 -3
- catocli/parsers/mutation_policy_wanFirewall_removeSection/README.md +3 -3
- catocli/parsers/mutation_policy_wanFirewall_updatePolicy/README.md +3 -3
- catocli/parsers/mutation_policy_wanFirewall_updateRule/README.md +3 -3
- catocli/parsers/mutation_policy_wanFirewall_updateSection/README.md +3 -3
- catocli/parsers/mutation_site/__init__.py +14 -0
- catocli/parsers/mutation_site_addIpsecIkeV2Site/README.md +2 -2
- catocli/parsers/mutation_site_addIpsecIkeV2SiteTunnels/README.md +2 -2
- catocli/parsers/mutation_site_addNetworkRange/README.md +2 -2
- catocli/parsers/mutation_site_addSocketSite/README.md +2 -2
- catocli/parsers/mutation_site_addStaticHost/README.md +2 -2
- catocli/parsers/mutation_site_removeIpsecIkeV2SiteTunnels/README.md +18 -0
- catocli/parsers/mutation_site_updateHa/README.md +2 -2
- catocli/parsers/mutation_site_updateIpsecIkeV2SiteGeneralDetails/README.md +2 -2
- catocli/parsers/mutation_site_updateIpsecIkeV2SiteTunnels/README.md +2 -2
- catocli/parsers/mutation_site_updateNetworkRange/README.md +2 -2
- catocli/parsers/mutation_site_updateSiteGeneralDetails/README.md +2 -2
- catocli/parsers/mutation_site_updateSocketInterface/README.md +2 -2
- catocli/parsers/mutation_site_updateStaticHost/README.md +2 -2
- catocli/parsers/mutation_sites/__init__.py +14 -0
- catocli/parsers/mutation_sites_addIpsecIkeV2Site/README.md +2 -2
- catocli/parsers/mutation_sites_addIpsecIkeV2SiteTunnels/README.md +2 -2
- catocli/parsers/mutation_sites_addNetworkRange/README.md +2 -2
- catocli/parsers/mutation_sites_addSocketSite/README.md +2 -2
- catocli/parsers/mutation_sites_addStaticHost/README.md +2 -2
- catocli/parsers/mutation_sites_removeIpsecIkeV2SiteTunnels/README.md +18 -0
- catocli/parsers/mutation_sites_updateHa/README.md +2 -2
- catocli/parsers/mutation_sites_updateIpsecIkeV2SiteGeneralDetails/README.md +2 -2
- catocli/parsers/mutation_sites_updateIpsecIkeV2SiteTunnels/README.md +2 -2
- catocli/parsers/mutation_sites_updateNetworkRange/README.md +2 -2
- catocli/parsers/mutation_sites_updateSiteGeneralDetails/README.md +2 -2
- catocli/parsers/mutation_sites_updateSocketInterface/README.md +2 -2
- catocli/parsers/mutation_sites_updateStaticHost/README.md +2 -2
- catocli/parsers/parserApiClient.py +7 -4
- catocli/parsers/query_accountManagement/README.md +16 -0
- catocli/parsers/query_accountManagement/__init__.py +17 -0
- catocli/parsers/query_admins/README.md +2 -2
- catocli/parsers/query_appStats/README.md +5 -5
- catocli/parsers/query_appStatsTimeSeries/README.md +4 -4
- catocli/parsers/query_auditFeed/README.md +2 -2
- catocli/parsers/query_container/README.md +8 -8
- catocli/parsers/query_entityLookup/README.md +6 -6
- catocli/parsers/query_events/README.md +5 -5
- catocli/parsers/query_eventsFeed/README.md +2 -2
- catocli/parsers/query_eventsTimeSeries/README.md +4 -4
- catocli/parsers/query_hardwareManagement/README.md +2 -2
- catocli/parsers/query_policy/README.md +3 -3
- catocli/parsers/query_xdr_stories/README.md +2 -2
- {catocli-1.0.13.dist-info → catocli-1.0.15.dist-info}/METADATA +1 -1
- catocli-1.0.15.dist-info/RECORD +275 -0
- {catocli-1.0.13.dist-info → catocli-1.0.15.dist-info}/top_level.txt +0 -2
- graphql_client/api_client_types.py +4 -0
- models/mutation.accountManagement.addAccount.json +908 -0
- models/mutation.accountManagement.removeAccount.json +446 -0
- models/mutation.accountManagement.updateAccount.json +524 -0
- models/mutation.admin.addAdmin.json +103 -103
- models/mutation.admin.removeAdmin.json +3 -3
- models/mutation.admin.updateAdmin.json +121 -121
- models/mutation.container.delete.json +67 -67
- models/mutation.policy.internetFirewall.addRule.json +2497 -1889
- models/mutation.policy.internetFirewall.addSection.json +92 -92
- models/mutation.policy.internetFirewall.createPolicyRevision.json +734 -546
- models/mutation.policy.internetFirewall.discardPolicyRevision.json +734 -546
- models/mutation.policy.internetFirewall.moveRule.json +723 -535
- models/mutation.policy.internetFirewall.moveSection.json +85 -85
- models/mutation.policy.internetFirewall.publishPolicyRevision.json +734 -546
- models/mutation.policy.internetFirewall.removeRule.json +710 -522
- models/mutation.policy.internetFirewall.removeSection.json +72 -72
- models/mutation.policy.internetFirewall.updatePolicy.json +734 -546
- models/mutation.policy.internetFirewall.updateRule.json +2476 -1885
- models/mutation.policy.internetFirewall.updateSection.json +85 -85
- models/mutation.policy.wanFirewall.addRule.json +2577 -1225
- models/mutation.policy.wanFirewall.addSection.json +92 -92
- models/mutation.policy.wanFirewall.createPolicyRevision.json +800 -455
- models/mutation.policy.wanFirewall.discardPolicyRevision.json +800 -455
- models/mutation.policy.wanFirewall.moveRule.json +789 -444
- models/mutation.policy.wanFirewall.moveSection.json +85 -85
- models/mutation.policy.wanFirewall.publishPolicyRevision.json +800 -455
- models/mutation.policy.wanFirewall.removeRule.json +776 -431
- models/mutation.policy.wanFirewall.removeSection.json +72 -72
- models/mutation.policy.wanFirewall.updatePolicy.json +800 -455
- models/mutation.policy.wanFirewall.updateRule.json +2597 -1265
- models/mutation.policy.wanFirewall.updateSection.json +85 -85
- models/mutation.site.addIpsecIkeV2Site.json +43 -43
- models/mutation.site.addIpsecIkeV2SiteTunnels.json +505 -102
- models/mutation.site.addNetworkRange.json +53 -53
- models/mutation.site.addSocketSite.json +43 -43
- models/mutation.site.addStaticHost.json +33 -33
- models/mutation.site.removeIpsecIkeV2SiteTunnels.json +861 -0
- models/mutation.site.removeNetworkRange.json +3 -3
- models/mutation.site.removeSite.json +3 -3
- models/mutation.site.removeStaticHost.json +3 -3
- models/mutation.site.updateHa.json +54 -54
- models/mutation.site.updateIpsecIkeV2SiteGeneralDetails.json +79 -79
- models/mutation.site.updateIpsecIkeV2SiteTunnels.json +123 -123
- models/mutation.site.updateNetworkRange.json +74 -74
- models/mutation.site.updateSiteGeneralDetails.json +73 -73
- models/mutation.site.updateSocketInterface.json +282 -282
- models/mutation.site.updateStaticHost.json +54 -54
- models/mutation.sites.addIpsecIkeV2Site.json +43 -43
- models/mutation.sites.addIpsecIkeV2SiteTunnels.json +505 -102
- models/mutation.sites.addNetworkRange.json +53 -53
- models/mutation.sites.addSocketSite.json +43 -43
- models/mutation.sites.addStaticHost.json +33 -33
- models/mutation.sites.removeIpsecIkeV2SiteTunnels.json +861 -0
- models/mutation.sites.removeNetworkRange.json +3 -3
- models/mutation.sites.removeSite.json +3 -3
- models/mutation.sites.removeStaticHost.json +3 -3
- models/mutation.sites.updateHa.json +54 -54
- models/mutation.sites.updateIpsecIkeV2SiteGeneralDetails.json +79 -79
- models/mutation.sites.updateIpsecIkeV2SiteTunnels.json +123 -123
- models/mutation.sites.updateNetworkRange.json +74 -74
- models/mutation.sites.updateSiteGeneralDetails.json +73 -73
- models/mutation.sites.updateSocketInterface.json +282 -282
- models/mutation.sites.updateStaticHost.json +54 -54
- models/query.accountManagement.json +355 -0
- models/query.accountMetrics.json +235 -235
- models/query.accountRoles.json +3 -3
- models/query.accountSnapshot.json +278 -118
- models/query.admin.json +24 -24
- models/query.admins.json +138 -138
- models/query.appStats.json +92 -92
- models/query.appStatsTimeSeries.json +78 -78
- models/query.auditFeed.json +77 -77
- models/query.container.json +192 -192
- models/query.entityLookup.json +154 -154
- models/query.events.json +54 -54
- models/query.eventsFeed.json +38 -38
- models/query.eventsTimeSeries.json +78 -78
- models/query.hardwareManagement.json +125 -125
- models/query.licensing.json +933 -249
- models/query.policy.json +1502 -970
- models/query.xdr.stories.json +842 -842
- models/query.xdr.story.json +610 -610
- schema/catolib.py +12 -13
- build/lib/catocli/Utils/clidriver.py +0 -117
- build/lib/catocli/__init__.py +0 -2
- build/lib/catocli/__main__.py +0 -12
- build/lib/catocli/parsers/custom/__init__.py +0 -47
- build/lib/catocli/parsers/custom/customLib.py +0 -70
- build/lib/catocli/parsers/mutation_admin/__init__.py +0 -51
- build/lib/catocli/parsers/mutation_container/__init__.py +0 -23
- build/lib/catocli/parsers/mutation_policy/__init__.py +0 -357
- build/lib/catocli/parsers/mutation_site/__init__.py +0 -219
- build/lib/catocli/parsers/mutation_sites/__init__.py +0 -219
- build/lib/catocli/parsers/parserApiClient.py +0 -309
- build/lib/catocli/parsers/query_accountBySubdomain/__init__.py +0 -17
- build/lib/catocli/parsers/query_accountMetrics/__init__.py +0 -17
- build/lib/catocli/parsers/query_accountRoles/__init__.py +0 -17
- build/lib/catocli/parsers/query_accountSnapshot/__init__.py +0 -17
- build/lib/catocli/parsers/query_admin/__init__.py +0 -17
- build/lib/catocli/parsers/query_admins/__init__.py +0 -17
- build/lib/catocli/parsers/query_appStats/__init__.py +0 -17
- build/lib/catocli/parsers/query_appStatsTimeSeries/__init__.py +0 -17
- build/lib/catocli/parsers/query_auditFeed/__init__.py +0 -17
- build/lib/catocli/parsers/query_container/__init__.py +0 -17
- build/lib/catocli/parsers/query_entityLookup/__init__.py +0 -17
- build/lib/catocli/parsers/query_events/__init__.py +0 -17
- build/lib/catocli/parsers/query_eventsFeed/__init__.py +0 -17
- build/lib/catocli/parsers/query_eventsTimeSeries/__init__.py +0 -17
- build/lib/catocli/parsers/query_hardwareManagement/__init__.py +0 -17
- build/lib/catocli/parsers/query_licensing/__init__.py +0 -17
- build/lib/catocli/parsers/query_policy/__init__.py +0 -17
- build/lib/catocli/parsers/query_siteLocation/__init__.py +0 -17
- build/lib/catocli/parsers/query_subDomains/__init__.py +0 -17
- build/lib/catocli/parsers/query_xdr/__init__.py +0 -37
- build/lib/catocli/parsers/raw/__init__.py +0 -9
- build/lib/graphql_client/__init__.py +0 -11
- build/lib/graphql_client/api/__init__.py +0 -3
- build/lib/graphql_client/api/call_api.py +0 -73
- build/lib/graphql_client/api_client.py +0 -192
- build/lib/graphql_client/api_client_types.py +0 -404
- build/lib/graphql_client/configuration.py +0 -230
- build/lib/graphql_client/models/__init__.py +0 -13
- build/lib/graphql_client/models/no_schema.py +0 -71
- build/lib/schema/catolib.py +0 -1016
- build/lib/schema/importSchema.py +0 -60
- build/lib/vendor/certifi/__init__.py +0 -4
- build/lib/vendor/certifi/__main__.py +0 -12
- build/lib/vendor/certifi/core.py +0 -114
- build/lib/vendor/certifi/py.typed +0 -0
- build/lib/vendor/six.py +0 -998
- build/lib/vendor/urllib3/__init__.py +0 -211
- build/lib/vendor/urllib3/_base_connection.py +0 -172
- build/lib/vendor/urllib3/_collections.py +0 -483
- build/lib/vendor/urllib3/_request_methods.py +0 -278
- build/lib/vendor/urllib3/_version.py +0 -16
- build/lib/vendor/urllib3/connection.py +0 -1033
- build/lib/vendor/urllib3/connectionpool.py +0 -1182
- build/lib/vendor/urllib3/contrib/__init__.py +0 -0
- build/lib/vendor/urllib3/contrib/emscripten/__init__.py +0 -18
- build/lib/vendor/urllib3/contrib/emscripten/connection.py +0 -254
- build/lib/vendor/urllib3/contrib/emscripten/fetch.py +0 -418
- build/lib/vendor/urllib3/contrib/emscripten/request.py +0 -22
- build/lib/vendor/urllib3/contrib/emscripten/response.py +0 -285
- build/lib/vendor/urllib3/contrib/pyopenssl.py +0 -552
- build/lib/vendor/urllib3/contrib/socks.py +0 -228
- build/lib/vendor/urllib3/exceptions.py +0 -321
- build/lib/vendor/urllib3/fields.py +0 -341
- build/lib/vendor/urllib3/filepost.py +0 -89
- build/lib/vendor/urllib3/http2/__init__.py +0 -53
- build/lib/vendor/urllib3/http2/connection.py +0 -356
- build/lib/vendor/urllib3/http2/probe.py +0 -87
- build/lib/vendor/urllib3/poolmanager.py +0 -637
- build/lib/vendor/urllib3/py.typed +0 -2
- build/lib/vendor/urllib3/response.py +0 -1265
- build/lib/vendor/urllib3/util/__init__.py +0 -42
- build/lib/vendor/urllib3/util/connection.py +0 -137
- build/lib/vendor/urllib3/util/proxy.py +0 -43
- build/lib/vendor/urllib3/util/request.py +0 -256
- build/lib/vendor/urllib3/util/response.py +0 -101
- build/lib/vendor/urllib3/util/retry.py +0 -533
- build/lib/vendor/urllib3/util/ssl_.py +0 -513
- build/lib/vendor/urllib3/util/ssl_match_hostname.py +0 -159
- build/lib/vendor/urllib3/util/ssltransport.py +0 -276
- build/lib/vendor/urllib3/util/timeout.py +0 -275
- build/lib/vendor/urllib3/util/url.py +0 -471
- build/lib/vendor/urllib3/util/util.py +0 -42
- build/lib/vendor/urllib3/util/wait.py +0 -124
- catocli-1.0.13.dist-info/RECORD +0 -344
- {catocli-1.0.13.dist-info → catocli-1.0.15.dist-info}/LICENSE +0 -0
- {catocli-1.0.13.dist-info → catocli-1.0.15.dist-info}/WHEEL +0 -0
- {catocli-1.0.13.dist-info → catocli-1.0.15.dist-info}/entry_points.txt +0 -0
|
@@ -135,9 +135,9 @@
|
|
|
135
135
|
"isDeprecated": false,
|
|
136
136
|
"name": "removeNetworkRange",
|
|
137
137
|
"path": "removeNetworkRange",
|
|
138
|
-
"requestStr": "$
|
|
138
|
+
"requestStr": "$removeNetworkRangePayload:RemoveNetworkRangePayload ",
|
|
139
139
|
"required": false,
|
|
140
|
-
"responseStr": "removeNetworkRange:$
|
|
140
|
+
"responseStr": "removeNetworkRange:$removeNetworkRangePayload ",
|
|
141
141
|
"type": {
|
|
142
142
|
"definition": {
|
|
143
143
|
"description": null,
|
|
@@ -178,7 +178,7 @@
|
|
|
178
178
|
"name": "RemoveNetworkRangePayload",
|
|
179
179
|
"non_null": false
|
|
180
180
|
},
|
|
181
|
-
"varName": "
|
|
181
|
+
"varName": "removeNetworkRangePayload"
|
|
182
182
|
}
|
|
183
183
|
},
|
|
184
184
|
"inputFields": null,
|
|
@@ -135,9 +135,9 @@
|
|
|
135
135
|
"isDeprecated": false,
|
|
136
136
|
"name": "removeSite",
|
|
137
137
|
"path": "removeSite",
|
|
138
|
-
"requestStr": "$
|
|
138
|
+
"requestStr": "$removeSitePayload:RemoveSitePayload ",
|
|
139
139
|
"required": false,
|
|
140
|
-
"responseStr": "removeSite:$
|
|
140
|
+
"responseStr": "removeSite:$removeSitePayload ",
|
|
141
141
|
"type": {
|
|
142
142
|
"definition": {
|
|
143
143
|
"description": null,
|
|
@@ -178,7 +178,7 @@
|
|
|
178
178
|
"name": "RemoveSitePayload",
|
|
179
179
|
"non_null": false
|
|
180
180
|
},
|
|
181
|
-
"varName": "
|
|
181
|
+
"varName": "removeSitePayload"
|
|
182
182
|
}
|
|
183
183
|
},
|
|
184
184
|
"inputFields": null,
|
|
@@ -135,9 +135,9 @@
|
|
|
135
135
|
"isDeprecated": false,
|
|
136
136
|
"name": "removeStaticHost",
|
|
137
137
|
"path": "removeStaticHost",
|
|
138
|
-
"requestStr": "$
|
|
138
|
+
"requestStr": "$removeStaticHostPayload:RemoveStaticHostPayload ",
|
|
139
139
|
"required": false,
|
|
140
|
-
"responseStr": "removeStaticHost:$
|
|
140
|
+
"responseStr": "removeStaticHost:$removeStaticHostPayload ",
|
|
141
141
|
"type": {
|
|
142
142
|
"definition": {
|
|
143
143
|
"description": null,
|
|
@@ -178,7 +178,7 @@
|
|
|
178
178
|
"name": "RemoveStaticHostPayload",
|
|
179
179
|
"non_null": false
|
|
180
180
|
},
|
|
181
|
-
"varName": "
|
|
181
|
+
"varName": "removeStaticHostPayload"
|
|
182
182
|
}
|
|
183
183
|
},
|
|
184
184
|
"inputFields": null,
|
|
@@ -29,9 +29,9 @@
|
|
|
29
29
|
"id_str": "updateHa___input",
|
|
30
30
|
"name": "input",
|
|
31
31
|
"path": "updateHa.input",
|
|
32
|
-
"requestStr": "$
|
|
32
|
+
"requestStr": "$updateHaInput:UpdateHaInput! ",
|
|
33
33
|
"required": true,
|
|
34
|
-
"responseStr": "input:$
|
|
34
|
+
"responseStr": "input:$updateHaInput ",
|
|
35
35
|
"type": {
|
|
36
36
|
"definition": {
|
|
37
37
|
"description": null,
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
"name": "UpdateHaInput",
|
|
107
107
|
"non_null": false
|
|
108
108
|
},
|
|
109
|
-
"varName": "
|
|
109
|
+
"varName": "updateHaInput"
|
|
110
110
|
},
|
|
111
111
|
"updateHa___siteId": {
|
|
112
112
|
"defaultValue": null,
|
|
@@ -147,15 +147,53 @@
|
|
|
147
147
|
"isDeprecated": true,
|
|
148
148
|
"name": "site",
|
|
149
149
|
"operationArgs": {
|
|
150
|
-
"
|
|
150
|
+
"accountId": {
|
|
151
|
+
"defaultValue": null,
|
|
152
|
+
"description": null,
|
|
153
|
+
"id_str": "accountId",
|
|
154
|
+
"name": "accountId",
|
|
155
|
+
"path": "accountId",
|
|
156
|
+
"requestStr": "$accountId:ID! ",
|
|
157
|
+
"required": true,
|
|
158
|
+
"responseStr": "accountId:$accountId ",
|
|
159
|
+
"type": {
|
|
160
|
+
"kind": [
|
|
161
|
+
"NON_NULL",
|
|
162
|
+
"SCALAR"
|
|
163
|
+
],
|
|
164
|
+
"name": "ID",
|
|
165
|
+
"non_null": false
|
|
166
|
+
},
|
|
167
|
+
"varName": "accountId"
|
|
168
|
+
},
|
|
169
|
+
"siteId": {
|
|
170
|
+
"defaultValue": null,
|
|
171
|
+
"description": null,
|
|
172
|
+
"id_str": "updateHa___siteId",
|
|
173
|
+
"name": "siteId",
|
|
174
|
+
"path": "updateHa.siteId",
|
|
175
|
+
"requestStr": "$siteId:ID! ",
|
|
176
|
+
"required": true,
|
|
177
|
+
"responseStr": "siteId:$siteId ",
|
|
178
|
+
"type": {
|
|
179
|
+
"kind": [
|
|
180
|
+
"NON_NULL",
|
|
181
|
+
"SCALAR"
|
|
182
|
+
],
|
|
183
|
+
"name": "ID",
|
|
184
|
+
"non_null": false
|
|
185
|
+
},
|
|
186
|
+
"varName": "siteId"
|
|
187
|
+
},
|
|
188
|
+
"updateHaInput": {
|
|
151
189
|
"defaultValue": null,
|
|
152
190
|
"description": null,
|
|
153
191
|
"id_str": "updateHa___input",
|
|
154
192
|
"name": "input",
|
|
155
193
|
"path": "updateHa.input",
|
|
156
|
-
"requestStr": "$
|
|
194
|
+
"requestStr": "$updateHaInput:UpdateHaInput! ",
|
|
157
195
|
"required": true,
|
|
158
|
-
"responseStr": "input:$
|
|
196
|
+
"responseStr": "input:$updateHaInput ",
|
|
159
197
|
"type": {
|
|
160
198
|
"definition": {
|
|
161
199
|
"description": null,
|
|
@@ -230,45 +268,7 @@
|
|
|
230
268
|
"name": "UpdateHaInput",
|
|
231
269
|
"non_null": false
|
|
232
270
|
},
|
|
233
|
-
"varName": "
|
|
234
|
-
},
|
|
235
|
-
"accountId": {
|
|
236
|
-
"defaultValue": null,
|
|
237
|
-
"description": null,
|
|
238
|
-
"id_str": "accountId",
|
|
239
|
-
"name": "accountId",
|
|
240
|
-
"path": "accountId",
|
|
241
|
-
"requestStr": "$accountId:ID! ",
|
|
242
|
-
"required": true,
|
|
243
|
-
"responseStr": "accountId:$accountId ",
|
|
244
|
-
"type": {
|
|
245
|
-
"kind": [
|
|
246
|
-
"NON_NULL",
|
|
247
|
-
"SCALAR"
|
|
248
|
-
],
|
|
249
|
-
"name": "ID",
|
|
250
|
-
"non_null": false
|
|
251
|
-
},
|
|
252
|
-
"varName": "accountId"
|
|
253
|
-
},
|
|
254
|
-
"siteId": {
|
|
255
|
-
"defaultValue": null,
|
|
256
|
-
"description": null,
|
|
257
|
-
"id_str": "updateHa___siteId",
|
|
258
|
-
"name": "siteId",
|
|
259
|
-
"path": "updateHa.siteId",
|
|
260
|
-
"requestStr": "$siteId:ID! ",
|
|
261
|
-
"required": true,
|
|
262
|
-
"responseStr": "siteId:$siteId ",
|
|
263
|
-
"type": {
|
|
264
|
-
"kind": [
|
|
265
|
-
"NON_NULL",
|
|
266
|
-
"SCALAR"
|
|
267
|
-
],
|
|
268
|
-
"name": "ID",
|
|
269
|
-
"non_null": false
|
|
270
|
-
},
|
|
271
|
-
"varName": "siteId"
|
|
271
|
+
"varName": "updateHaInput"
|
|
272
272
|
}
|
|
273
273
|
},
|
|
274
274
|
"path": "mutation.site.updateHa",
|
|
@@ -285,9 +285,9 @@
|
|
|
285
285
|
"id_str": "updateHa___input",
|
|
286
286
|
"name": "input",
|
|
287
287
|
"path": "updateHa.input",
|
|
288
|
-
"requestStr": "$
|
|
288
|
+
"requestStr": "$updateHaInput:UpdateHaInput! ",
|
|
289
289
|
"required": true,
|
|
290
|
-
"responseStr": "input:$
|
|
290
|
+
"responseStr": "input:$updateHaInput ",
|
|
291
291
|
"type": {
|
|
292
292
|
"definition": {
|
|
293
293
|
"description": null,
|
|
@@ -362,7 +362,7 @@
|
|
|
362
362
|
"name": "UpdateHaInput",
|
|
363
363
|
"non_null": false
|
|
364
364
|
},
|
|
365
|
-
"varName": "
|
|
365
|
+
"varName": "updateHaInput"
|
|
366
366
|
},
|
|
367
367
|
"updateHa___siteId": {
|
|
368
368
|
"defaultValue": null,
|
|
@@ -390,9 +390,9 @@
|
|
|
390
390
|
"isDeprecated": false,
|
|
391
391
|
"name": "updateHa",
|
|
392
392
|
"path": "updateHa",
|
|
393
|
-
"requestStr": "$
|
|
393
|
+
"requestStr": "$updateHaPayload:UpdateHaPayload ",
|
|
394
394
|
"required": false,
|
|
395
|
-
"responseStr": "updateHa:$
|
|
395
|
+
"responseStr": "updateHa:$updateHaPayload ",
|
|
396
396
|
"type": {
|
|
397
397
|
"definition": {
|
|
398
398
|
"description": null,
|
|
@@ -433,7 +433,7 @@
|
|
|
433
433
|
"name": "UpdateHaPayload",
|
|
434
434
|
"non_null": false
|
|
435
435
|
},
|
|
436
|
-
"varName": "
|
|
436
|
+
"varName": "updateHaPayload"
|
|
437
437
|
}
|
|
438
438
|
},
|
|
439
439
|
"inputFields": null,
|
|
@@ -451,7 +451,8 @@
|
|
|
451
451
|
"non_null": false
|
|
452
452
|
},
|
|
453
453
|
"variablesPayload": {
|
|
454
|
-
"
|
|
454
|
+
"siteId": "ID",
|
|
455
|
+
"updateHaInput": {
|
|
455
456
|
"primaryManagementIp": {
|
|
456
457
|
"primaryManagementIp": "IPAddress"
|
|
457
458
|
},
|
|
@@ -461,7 +462,6 @@
|
|
|
461
462
|
"vrid": {
|
|
462
463
|
"vrid": "Int"
|
|
463
464
|
}
|
|
464
|
-
}
|
|
465
|
-
"siteId": "ID"
|
|
465
|
+
}
|
|
466
466
|
}
|
|
467
467
|
}
|
|
@@ -29,9 +29,9 @@
|
|
|
29
29
|
"id_str": "updateIpsecIkeV2SiteGeneralDetails___input",
|
|
30
30
|
"name": "input",
|
|
31
31
|
"path": "updateIpsecIkeV2SiteGeneralDetails.input",
|
|
32
|
-
"requestStr": "$
|
|
32
|
+
"requestStr": "$updateIpsecIkeV2SiteGeneralDetailsInput:UpdateIpsecIkeV2SiteGeneralDetailsInput! ",
|
|
33
33
|
"required": true,
|
|
34
|
-
"responseStr": "input:$
|
|
34
|
+
"responseStr": "input:$updateIpsecIkeV2SiteGeneralDetailsInput ",
|
|
35
35
|
"type": {
|
|
36
36
|
"definition": {
|
|
37
37
|
"description": null,
|
|
@@ -44,9 +44,9 @@
|
|
|
44
44
|
"id_str": "updateIpsecIkeV2SiteGeneralDetails___input___authMessage",
|
|
45
45
|
"name": "authMessage",
|
|
46
46
|
"path": "updateIpsecIkeV2SiteGeneralDetails.input.authMessage",
|
|
47
|
-
"requestStr": "$
|
|
47
|
+
"requestStr": "$ipsecIkeV2MessageInput:IpsecIkeV2MessageInput ",
|
|
48
48
|
"required": false,
|
|
49
|
-
"responseStr": "authMessage:$
|
|
49
|
+
"responseStr": "authMessage:$ipsecIkeV2MessageInput ",
|
|
50
50
|
"type": {
|
|
51
51
|
"definition": {
|
|
52
52
|
"description": null,
|
|
@@ -372,7 +372,7 @@
|
|
|
372
372
|
"name": "IpsecIkeV2MessageInput",
|
|
373
373
|
"non_null": false
|
|
374
374
|
},
|
|
375
|
-
"varName": "
|
|
375
|
+
"varName": "ipsecIkeV2MessageInput"
|
|
376
376
|
},
|
|
377
377
|
"connectionMode": {
|
|
378
378
|
"defaultValue": null,
|
|
@@ -476,9 +476,9 @@
|
|
|
476
476
|
"id_str": "updateIpsecIkeV2SiteGeneralDetails___input___initMessage",
|
|
477
477
|
"name": "initMessage",
|
|
478
478
|
"path": "updateIpsecIkeV2SiteGeneralDetails.input.initMessage",
|
|
479
|
-
"requestStr": "$
|
|
479
|
+
"requestStr": "$ipsecIkeV2MessageInput:IpsecIkeV2MessageInput ",
|
|
480
480
|
"required": false,
|
|
481
|
-
"responseStr": "initMessage:$
|
|
481
|
+
"responseStr": "initMessage:$ipsecIkeV2MessageInput ",
|
|
482
482
|
"type": {
|
|
483
483
|
"definition": {
|
|
484
484
|
"description": null,
|
|
@@ -804,7 +804,7 @@
|
|
|
804
804
|
"name": "IpsecIkeV2MessageInput",
|
|
805
805
|
"non_null": false
|
|
806
806
|
},
|
|
807
|
-
"varName": "
|
|
807
|
+
"varName": "ipsecIkeV2MessageInput"
|
|
808
808
|
},
|
|
809
809
|
"networkRanges": {
|
|
810
810
|
"defaultValue": null,
|
|
@@ -839,7 +839,7 @@
|
|
|
839
839
|
"name": "UpdateIpsecIkeV2SiteGeneralDetailsInput",
|
|
840
840
|
"non_null": false
|
|
841
841
|
},
|
|
842
|
-
"varName": "
|
|
842
|
+
"varName": "updateIpsecIkeV2SiteGeneralDetailsInput"
|
|
843
843
|
},
|
|
844
844
|
"updateIpsecIkeV2SiteGeneralDetails___siteId": {
|
|
845
845
|
"defaultValue": null,
|
|
@@ -886,15 +886,53 @@
|
|
|
886
886
|
"isDeprecated": true,
|
|
887
887
|
"name": "site",
|
|
888
888
|
"operationArgs": {
|
|
889
|
-
"
|
|
889
|
+
"accountId": {
|
|
890
|
+
"defaultValue": null,
|
|
891
|
+
"description": null,
|
|
892
|
+
"id_str": "accountId",
|
|
893
|
+
"name": "accountId",
|
|
894
|
+
"path": "accountId",
|
|
895
|
+
"requestStr": "$accountId:ID! ",
|
|
896
|
+
"required": true,
|
|
897
|
+
"responseStr": "accountId:$accountId ",
|
|
898
|
+
"type": {
|
|
899
|
+
"kind": [
|
|
900
|
+
"NON_NULL",
|
|
901
|
+
"SCALAR"
|
|
902
|
+
],
|
|
903
|
+
"name": "ID",
|
|
904
|
+
"non_null": false
|
|
905
|
+
},
|
|
906
|
+
"varName": "accountId"
|
|
907
|
+
},
|
|
908
|
+
"siteId": {
|
|
909
|
+
"defaultValue": null,
|
|
910
|
+
"description": null,
|
|
911
|
+
"id_str": "updateIpsecIkeV2SiteGeneralDetails___siteId",
|
|
912
|
+
"name": "siteId",
|
|
913
|
+
"path": "updateIpsecIkeV2SiteGeneralDetails.siteId",
|
|
914
|
+
"requestStr": "$siteId:ID! ",
|
|
915
|
+
"required": true,
|
|
916
|
+
"responseStr": "siteId:$siteId ",
|
|
917
|
+
"type": {
|
|
918
|
+
"kind": [
|
|
919
|
+
"NON_NULL",
|
|
920
|
+
"SCALAR"
|
|
921
|
+
],
|
|
922
|
+
"name": "ID",
|
|
923
|
+
"non_null": false
|
|
924
|
+
},
|
|
925
|
+
"varName": "siteId"
|
|
926
|
+
},
|
|
927
|
+
"updateIpsecIkeV2SiteGeneralDetailsInput": {
|
|
890
928
|
"defaultValue": null,
|
|
891
929
|
"description": null,
|
|
892
930
|
"id_str": "updateIpsecIkeV2SiteGeneralDetails___input",
|
|
893
931
|
"name": "input",
|
|
894
932
|
"path": "updateIpsecIkeV2SiteGeneralDetails.input",
|
|
895
|
-
"requestStr": "$
|
|
933
|
+
"requestStr": "$updateIpsecIkeV2SiteGeneralDetailsInput:UpdateIpsecIkeV2SiteGeneralDetailsInput! ",
|
|
896
934
|
"required": true,
|
|
897
|
-
"responseStr": "input:$
|
|
935
|
+
"responseStr": "input:$updateIpsecIkeV2SiteGeneralDetailsInput ",
|
|
898
936
|
"type": {
|
|
899
937
|
"definition": {
|
|
900
938
|
"description": null,
|
|
@@ -907,9 +945,9 @@
|
|
|
907
945
|
"id_str": "updateIpsecIkeV2SiteGeneralDetails___input___authMessage",
|
|
908
946
|
"name": "authMessage",
|
|
909
947
|
"path": "updateIpsecIkeV2SiteGeneralDetails.input.authMessage",
|
|
910
|
-
"requestStr": "$
|
|
948
|
+
"requestStr": "$ipsecIkeV2MessageInput:IpsecIkeV2MessageInput ",
|
|
911
949
|
"required": false,
|
|
912
|
-
"responseStr": "authMessage:$
|
|
950
|
+
"responseStr": "authMessage:$ipsecIkeV2MessageInput ",
|
|
913
951
|
"type": {
|
|
914
952
|
"definition": {
|
|
915
953
|
"description": null,
|
|
@@ -1235,7 +1273,7 @@
|
|
|
1235
1273
|
"name": "IpsecIkeV2MessageInput",
|
|
1236
1274
|
"non_null": false
|
|
1237
1275
|
},
|
|
1238
|
-
"varName": "
|
|
1276
|
+
"varName": "ipsecIkeV2MessageInput"
|
|
1239
1277
|
},
|
|
1240
1278
|
"connectionMode": {
|
|
1241
1279
|
"defaultValue": null,
|
|
@@ -1339,9 +1377,9 @@
|
|
|
1339
1377
|
"id_str": "updateIpsecIkeV2SiteGeneralDetails___input___initMessage",
|
|
1340
1378
|
"name": "initMessage",
|
|
1341
1379
|
"path": "updateIpsecIkeV2SiteGeneralDetails.input.initMessage",
|
|
1342
|
-
"requestStr": "$
|
|
1380
|
+
"requestStr": "$ipsecIkeV2MessageInput:IpsecIkeV2MessageInput ",
|
|
1343
1381
|
"required": false,
|
|
1344
|
-
"responseStr": "initMessage:$
|
|
1382
|
+
"responseStr": "initMessage:$ipsecIkeV2MessageInput ",
|
|
1345
1383
|
"type": {
|
|
1346
1384
|
"definition": {
|
|
1347
1385
|
"description": null,
|
|
@@ -1667,7 +1705,7 @@
|
|
|
1667
1705
|
"name": "IpsecIkeV2MessageInput",
|
|
1668
1706
|
"non_null": false
|
|
1669
1707
|
},
|
|
1670
|
-
"varName": "
|
|
1708
|
+
"varName": "ipsecIkeV2MessageInput"
|
|
1671
1709
|
},
|
|
1672
1710
|
"networkRanges": {
|
|
1673
1711
|
"defaultValue": null,
|
|
@@ -1702,45 +1740,7 @@
|
|
|
1702
1740
|
"name": "UpdateIpsecIkeV2SiteGeneralDetailsInput",
|
|
1703
1741
|
"non_null": false
|
|
1704
1742
|
},
|
|
1705
|
-
"varName": "
|
|
1706
|
-
},
|
|
1707
|
-
"accountId": {
|
|
1708
|
-
"defaultValue": null,
|
|
1709
|
-
"description": null,
|
|
1710
|
-
"id_str": "accountId",
|
|
1711
|
-
"name": "accountId",
|
|
1712
|
-
"path": "accountId",
|
|
1713
|
-
"requestStr": "$accountId:ID! ",
|
|
1714
|
-
"required": true,
|
|
1715
|
-
"responseStr": "accountId:$accountId ",
|
|
1716
|
-
"type": {
|
|
1717
|
-
"kind": [
|
|
1718
|
-
"NON_NULL",
|
|
1719
|
-
"SCALAR"
|
|
1720
|
-
],
|
|
1721
|
-
"name": "ID",
|
|
1722
|
-
"non_null": false
|
|
1723
|
-
},
|
|
1724
|
-
"varName": "accountId"
|
|
1725
|
-
},
|
|
1726
|
-
"siteId": {
|
|
1727
|
-
"defaultValue": null,
|
|
1728
|
-
"description": null,
|
|
1729
|
-
"id_str": "updateIpsecIkeV2SiteGeneralDetails___siteId",
|
|
1730
|
-
"name": "siteId",
|
|
1731
|
-
"path": "updateIpsecIkeV2SiteGeneralDetails.siteId",
|
|
1732
|
-
"requestStr": "$siteId:ID! ",
|
|
1733
|
-
"required": true,
|
|
1734
|
-
"responseStr": "siteId:$siteId ",
|
|
1735
|
-
"type": {
|
|
1736
|
-
"kind": [
|
|
1737
|
-
"NON_NULL",
|
|
1738
|
-
"SCALAR"
|
|
1739
|
-
],
|
|
1740
|
-
"name": "ID",
|
|
1741
|
-
"non_null": false
|
|
1742
|
-
},
|
|
1743
|
-
"varName": "siteId"
|
|
1743
|
+
"varName": "updateIpsecIkeV2SiteGeneralDetailsInput"
|
|
1744
1744
|
}
|
|
1745
1745
|
},
|
|
1746
1746
|
"path": "mutation.site.updateIpsecIkeV2SiteGeneralDetails",
|
|
@@ -1757,9 +1757,9 @@
|
|
|
1757
1757
|
"id_str": "updateIpsecIkeV2SiteGeneralDetails___input",
|
|
1758
1758
|
"name": "input",
|
|
1759
1759
|
"path": "updateIpsecIkeV2SiteGeneralDetails.input",
|
|
1760
|
-
"requestStr": "$
|
|
1760
|
+
"requestStr": "$updateIpsecIkeV2SiteGeneralDetailsInput:UpdateIpsecIkeV2SiteGeneralDetailsInput! ",
|
|
1761
1761
|
"required": true,
|
|
1762
|
-
"responseStr": "input:$
|
|
1762
|
+
"responseStr": "input:$updateIpsecIkeV2SiteGeneralDetailsInput ",
|
|
1763
1763
|
"type": {
|
|
1764
1764
|
"definition": {
|
|
1765
1765
|
"description": null,
|
|
@@ -1772,9 +1772,9 @@
|
|
|
1772
1772
|
"id_str": "updateIpsecIkeV2SiteGeneralDetails___input___authMessage",
|
|
1773
1773
|
"name": "authMessage",
|
|
1774
1774
|
"path": "updateIpsecIkeV2SiteGeneralDetails.input.authMessage",
|
|
1775
|
-
"requestStr": "$
|
|
1775
|
+
"requestStr": "$ipsecIkeV2MessageInput:IpsecIkeV2MessageInput ",
|
|
1776
1776
|
"required": false,
|
|
1777
|
-
"responseStr": "authMessage:$
|
|
1777
|
+
"responseStr": "authMessage:$ipsecIkeV2MessageInput ",
|
|
1778
1778
|
"type": {
|
|
1779
1779
|
"definition": {
|
|
1780
1780
|
"description": null,
|
|
@@ -2100,7 +2100,7 @@
|
|
|
2100
2100
|
"name": "IpsecIkeV2MessageInput",
|
|
2101
2101
|
"non_null": false
|
|
2102
2102
|
},
|
|
2103
|
-
"varName": "
|
|
2103
|
+
"varName": "ipsecIkeV2MessageInput"
|
|
2104
2104
|
},
|
|
2105
2105
|
"connectionMode": {
|
|
2106
2106
|
"defaultValue": null,
|
|
@@ -2204,9 +2204,9 @@
|
|
|
2204
2204
|
"id_str": "updateIpsecIkeV2SiteGeneralDetails___input___initMessage",
|
|
2205
2205
|
"name": "initMessage",
|
|
2206
2206
|
"path": "updateIpsecIkeV2SiteGeneralDetails.input.initMessage",
|
|
2207
|
-
"requestStr": "$
|
|
2207
|
+
"requestStr": "$ipsecIkeV2MessageInput:IpsecIkeV2MessageInput ",
|
|
2208
2208
|
"required": false,
|
|
2209
|
-
"responseStr": "initMessage:$
|
|
2209
|
+
"responseStr": "initMessage:$ipsecIkeV2MessageInput ",
|
|
2210
2210
|
"type": {
|
|
2211
2211
|
"definition": {
|
|
2212
2212
|
"description": null,
|
|
@@ -2532,7 +2532,7 @@
|
|
|
2532
2532
|
"name": "IpsecIkeV2MessageInput",
|
|
2533
2533
|
"non_null": false
|
|
2534
2534
|
},
|
|
2535
|
-
"varName": "
|
|
2535
|
+
"varName": "ipsecIkeV2MessageInput"
|
|
2536
2536
|
},
|
|
2537
2537
|
"networkRanges": {
|
|
2538
2538
|
"defaultValue": null,
|
|
@@ -2567,7 +2567,7 @@
|
|
|
2567
2567
|
"name": "UpdateIpsecIkeV2SiteGeneralDetailsInput",
|
|
2568
2568
|
"non_null": false
|
|
2569
2569
|
},
|
|
2570
|
-
"varName": "
|
|
2570
|
+
"varName": "updateIpsecIkeV2SiteGeneralDetailsInput"
|
|
2571
2571
|
},
|
|
2572
2572
|
"updateIpsecIkeV2SiteGeneralDetails___siteId": {
|
|
2573
2573
|
"defaultValue": null,
|
|
@@ -2595,9 +2595,9 @@
|
|
|
2595
2595
|
"isDeprecated": false,
|
|
2596
2596
|
"name": "updateIpsecIkeV2SiteGeneralDetails",
|
|
2597
2597
|
"path": "updateIpsecIkeV2SiteGeneralDetails",
|
|
2598
|
-
"requestStr": "$
|
|
2598
|
+
"requestStr": "$updateIpsecIkeV2SiteGeneralDetailsPayload:UpdateIpsecIkeV2SiteGeneralDetailsPayload ",
|
|
2599
2599
|
"required": false,
|
|
2600
|
-
"responseStr": "updateIpsecIkeV2SiteGeneralDetails:$
|
|
2600
|
+
"responseStr": "updateIpsecIkeV2SiteGeneralDetails:$updateIpsecIkeV2SiteGeneralDetailsPayload ",
|
|
2601
2601
|
"type": {
|
|
2602
2602
|
"definition": {
|
|
2603
2603
|
"description": null,
|
|
@@ -2658,7 +2658,7 @@
|
|
|
2658
2658
|
"name": "UpdateIpsecIkeV2SiteGeneralDetailsPayload",
|
|
2659
2659
|
"non_null": false
|
|
2660
2660
|
},
|
|
2661
|
-
"varName": "
|
|
2661
|
+
"varName": "updateIpsecIkeV2SiteGeneralDetailsPayload"
|
|
2662
2662
|
}
|
|
2663
2663
|
},
|
|
2664
2664
|
"inputFields": null,
|
|
@@ -2676,8 +2676,15 @@
|
|
|
2676
2676
|
"non_null": false
|
|
2677
2677
|
},
|
|
2678
2678
|
"variablesPayload": {
|
|
2679
|
-
"
|
|
2680
|
-
|
|
2679
|
+
"siteId": "ID",
|
|
2680
|
+
"updateIpsecIkeV2SiteGeneralDetailsInput": {
|
|
2681
|
+
"connectionMode": {
|
|
2682
|
+
"connectionMode": "enum(ConnectionMode)"
|
|
2683
|
+
},
|
|
2684
|
+
"identificationType": {
|
|
2685
|
+
"identificationType": "enum(IdentificationType)"
|
|
2686
|
+
},
|
|
2687
|
+
"ipsecIkeV2MessageInput": {
|
|
2681
2688
|
"cipher": {
|
|
2682
2689
|
"cipher": "enum(IpSecCipher)"
|
|
2683
2690
|
},
|
|
@@ -2691,18 +2698,11 @@
|
|
|
2691
2698
|
"prf": "enum(IpSecHash)"
|
|
2692
2699
|
}
|
|
2693
2700
|
},
|
|
2694
|
-
"connectionMode": {
|
|
2695
|
-
"connectionMode": "enum(ConnectionMode)"
|
|
2696
|
-
},
|
|
2697
|
-
"identificationType": {
|
|
2698
|
-
"identificationType": "enum(IdentificationType)"
|
|
2699
|
-
},
|
|
2700
2701
|
"networkRanges": {
|
|
2701
2702
|
"networkRanges": [
|
|
2702
2703
|
"IPSubnet"
|
|
2703
2704
|
]
|
|
2704
2705
|
}
|
|
2705
|
-
}
|
|
2706
|
-
"siteId": "ID"
|
|
2706
|
+
}
|
|
2707
2707
|
}
|
|
2708
2708
|
}
|