catocli 1.0.15__py3-none-any.whl → 1.0.18__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 +14 -1
- catocli/__init__.py +1 -1
- catocli/parsers/mutation_policy/__init__.py +348 -0
- catocli/parsers/mutation_policy_appTenantRestriction/README.md +7 -0
- catocli/parsers/mutation_policy_appTenantRestriction_addRule/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_addSection/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_createPolicyRevision/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_discardPolicyRevision/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_moveRule/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_moveSection/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_publishPolicyRevision/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_removeRule/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_removeSection/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_updatePolicy/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_updateRule/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_updateSection/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd/README.md +7 -0
- catocli/parsers/mutation_policy_remotePortFwd_addRule/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_addSection/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_createPolicyRevision/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_discardPolicyRevision/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_moveRule/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_moveSection/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_publishPolicyRevision/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_removeRule/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_removeSection/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_updatePolicy/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_updateRule/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_updateSection/README.md +18 -0
- catocli/parsers/mutation_site/__init__.py +98 -0
- catocli/parsers/mutation_site_addBgpPeer/README.md +17 -0
- catocli/parsers/mutation_site_addCloudInterconnectPhysicalConnection/README.md +17 -0
- catocli/parsers/mutation_site_addCloudInterconnectSite/README.md +17 -0
- catocli/parsers/mutation_site_removeBgpPeer/README.md +17 -0
- catocli/parsers/mutation_site_removeCloudInterconnectPhysicalConnection/README.md +17 -0
- catocli/parsers/mutation_site_updateBgpPeer/README.md +17 -0
- catocli/parsers/mutation_site_updateCloudInterconnectPhysicalConnection/README.md +17 -0
- catocli/parsers/mutation_site_updateIpsecIkeV2SiteTunnels/README.md +1 -1
- catocli/parsers/mutation_sites/__init__.py +98 -0
- catocli/parsers/mutation_sites_addBgpPeer/README.md +17 -0
- catocli/parsers/mutation_sites_addCloudInterconnectPhysicalConnection/README.md +17 -0
- catocli/parsers/mutation_sites_addCloudInterconnectSite/README.md +17 -0
- catocli/parsers/mutation_sites_removeBgpPeer/README.md +17 -0
- catocli/parsers/mutation_sites_removeCloudInterconnectPhysicalConnection/README.md +17 -0
- catocli/parsers/mutation_sites_updateBgpPeer/README.md +17 -0
- catocli/parsers/mutation_sites_updateCloudInterconnectPhysicalConnection/README.md +17 -0
- catocli/parsers/mutation_sites_updateIpsecIkeV2SiteTunnels/README.md +1 -1
- catocli/parsers/query_eventsFeed/README.md +1 -1
- catocli/parsers/query_hardwareManagement/README.md +1 -1
- catocli/parsers/query_policy/README.md +3 -1
- catocli/parsers/query_site/README.md +22 -0
- catocli/parsers/query_site/__init__.py +17 -0
- {catocli-1.0.15.dist-info → catocli-1.0.18.dist-info}/METADATA +11 -2
- {catocli-1.0.15.dist-info → catocli-1.0.18.dist-info}/RECORD +140 -59
- {catocli-1.0.15.dist-info → catocli-1.0.18.dist-info}/WHEEL +1 -1
- graphql_client/api_client_types.py +1 -1
- models/mutation.policy.appTenantRestriction.addRule.json +8674 -0
- models/mutation.policy.appTenantRestriction.addSection.json +1358 -0
- models/mutation.policy.appTenantRestriction.createPolicyRevision.json +3327 -0
- models/mutation.policy.appTenantRestriction.discardPolicyRevision.json +3261 -0
- models/mutation.policy.appTenantRestriction.moveRule.json +3059 -0
- models/mutation.policy.appTenantRestriction.moveSection.json +1259 -0
- models/mutation.policy.appTenantRestriction.publishPolicyRevision.json +3318 -0
- models/mutation.policy.appTenantRestriction.removeRule.json +2707 -0
- models/mutation.policy.appTenantRestriction.removeSection.json +958 -0
- models/mutation.policy.appTenantRestriction.updatePolicy.json +3337 -0
- models/mutation.policy.appTenantRestriction.updateRule.json +8295 -0
- models/mutation.policy.appTenantRestriction.updateSection.json +1111 -0
- models/mutation.policy.remotePortFwd.addRule.json +5502 -0
- models/mutation.policy.remotePortFwd.addSection.json +1358 -0
- models/mutation.policy.remotePortFwd.createPolicyRevision.json +2628 -0
- models/mutation.policy.remotePortFwd.discardPolicyRevision.json +2562 -0
- models/mutation.policy.remotePortFwd.moveRule.json +2360 -0
- models/mutation.policy.remotePortFwd.moveSection.json +1259 -0
- models/mutation.policy.remotePortFwd.publishPolicyRevision.json +2619 -0
- models/mutation.policy.remotePortFwd.removeRule.json +2008 -0
- models/mutation.policy.remotePortFwd.removeSection.json +958 -0
- models/mutation.policy.remotePortFwd.updatePolicy.json +2638 -0
- models/mutation.policy.remotePortFwd.updateRule.json +5138 -0
- models/mutation.policy.remotePortFwd.updateSection.json +1111 -0
- models/mutation.site.addBgpPeer.json +3334 -0
- models/mutation.site.addCloudInterconnectPhysicalConnection.json +1441 -0
- models/mutation.site.addCloudInterconnectSite.json +911 -0
- models/mutation.site.addIpsecIkeV2Site.json +2 -2
- models/mutation.site.addIpsecIkeV2SiteTunnels.json +2 -2
- models/mutation.site.addNetworkRange.json +2 -2
- models/mutation.site.addSocketSite.json +2 -2
- models/mutation.site.addStaticHost.json +2 -2
- models/mutation.site.removeBgpPeer.json +1158 -0
- models/mutation.site.removeCloudInterconnectPhysicalConnection.json +298 -0
- models/mutation.site.removeIpsecIkeV2SiteTunnels.json +2 -2
- models/mutation.site.removeNetworkRange.json +2 -2
- models/mutation.site.removeSite.json +2 -2
- models/mutation.site.removeStaticHost.json +2 -2
- models/mutation.site.updateBgpPeer.json +3063 -0
- models/mutation.site.updateCloudInterconnectPhysicalConnection.json +1056 -0
- models/mutation.site.updateHa.json +2 -2
- models/mutation.site.updateIpsecIkeV2SiteGeneralDetails.json +2 -2
- models/mutation.site.updateIpsecIkeV2SiteTunnels.json +405 -2
- models/mutation.site.updateNetworkRange.json +2 -2
- models/mutation.site.updateSiteGeneralDetails.json +2 -2
- models/mutation.site.updateSocketInterface.json +2 -2
- models/mutation.site.updateStaticHost.json +2 -2
- models/mutation.sites.addBgpPeer.json +3334 -0
- models/mutation.sites.addCloudInterconnectPhysicalConnection.json +1441 -0
- models/mutation.sites.addCloudInterconnectSite.json +911 -0
- models/mutation.sites.addIpsecIkeV2Site.json +2 -2
- models/mutation.sites.addIpsecIkeV2SiteTunnels.json +2 -2
- models/mutation.sites.addNetworkRange.json +2 -2
- models/mutation.sites.addSocketSite.json +2 -2
- models/mutation.sites.addStaticHost.json +2 -2
- models/mutation.sites.removeBgpPeer.json +1158 -0
- models/mutation.sites.removeCloudInterconnectPhysicalConnection.json +298 -0
- models/mutation.sites.removeIpsecIkeV2SiteTunnels.json +2 -2
- models/mutation.sites.removeNetworkRange.json +2 -2
- models/mutation.sites.removeSite.json +2 -2
- models/mutation.sites.removeStaticHost.json +2 -2
- models/mutation.sites.updateBgpPeer.json +3063 -0
- models/mutation.sites.updateCloudInterconnectPhysicalConnection.json +1056 -0
- models/mutation.sites.updateHa.json +2 -2
- models/mutation.sites.updateIpsecIkeV2SiteGeneralDetails.json +2 -2
- models/mutation.sites.updateIpsecIkeV2SiteTunnels.json +405 -2
- models/mutation.sites.updateNetworkRange.json +2 -2
- models/mutation.sites.updateSiteGeneralDetails.json +2 -2
- models/mutation.sites.updateSocketInterface.json +2 -2
- models/mutation.sites.updateStaticHost.json +2 -2
- models/query.auditFeed.json +36 -12
- models/query.events.json +144 -48
- models/query.eventsFeed.json +36 -12
- models/query.eventsTimeSeries.json +108 -36
- models/query.hardwareManagement.json +192 -0
- models/query.licensing.json +304 -325
- models/query.policy.json +9605 -4234
- models/query.site.json +4138 -0
- models/query.xdr.stories.json +27 -27
- models/query.xdr.story.json +27 -27
- schema/catolib.py +11 -1
- {catocli-1.0.15.dist-info → catocli-1.0.18.dist-info}/LICENSE +0 -0
- {catocli-1.0.15.dist-info → catocli-1.0.18.dist-info}/entry_points.txt +0 -0
- {catocli-1.0.15.dist-info → catocli-1.0.18.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,298 @@
|
|
|
1
|
+
{
|
|
2
|
+
"args": {
|
|
3
|
+
"accountId": {
|
|
4
|
+
"defaultValue": null,
|
|
5
|
+
"description": null,
|
|
6
|
+
"id_str": "accountId",
|
|
7
|
+
"name": "accountId",
|
|
8
|
+
"path": "accountId",
|
|
9
|
+
"requestStr": "$accountId:ID! ",
|
|
10
|
+
"required": true,
|
|
11
|
+
"responseStr": "accountId:$accountId ",
|
|
12
|
+
"type": {
|
|
13
|
+
"kind": [
|
|
14
|
+
"NON_NULL",
|
|
15
|
+
"SCALAR"
|
|
16
|
+
],
|
|
17
|
+
"name": "ID",
|
|
18
|
+
"non_null": false
|
|
19
|
+
},
|
|
20
|
+
"varName": "accountId"
|
|
21
|
+
}
|
|
22
|
+
},
|
|
23
|
+
"childOperations": {
|
|
24
|
+
"removeCloudInterconnectPhysicalConnection": {
|
|
25
|
+
"args": {
|
|
26
|
+
"removeCloudInterconnectPhysicalConnection___input": {
|
|
27
|
+
"defaultValue": null,
|
|
28
|
+
"description": null,
|
|
29
|
+
"id_str": "removeCloudInterconnectPhysicalConnection___input",
|
|
30
|
+
"name": "input",
|
|
31
|
+
"path": "removeCloudInterconnectPhysicalConnection.input",
|
|
32
|
+
"requestStr": "$removeCloudInterconnectPhysicalConnectionInput:RemoveCloudInterconnectPhysicalConnectionInput! ",
|
|
33
|
+
"required": true,
|
|
34
|
+
"responseStr": "input:$removeCloudInterconnectPhysicalConnectionInput ",
|
|
35
|
+
"type": {
|
|
36
|
+
"definition": {
|
|
37
|
+
"description": "Input for removing a physical connection from a cloud interconnect site.",
|
|
38
|
+
"enumValues": null,
|
|
39
|
+
"fields": null,
|
|
40
|
+
"inputFields": {
|
|
41
|
+
"id": {
|
|
42
|
+
"defaultValue": null,
|
|
43
|
+
"description": "ID of the connection to be removed.",
|
|
44
|
+
"id_str": "removeCloudInterconnectPhysicalConnection___input___id",
|
|
45
|
+
"name": "id",
|
|
46
|
+
"path": "removeCloudInterconnectPhysicalConnection.input.id",
|
|
47
|
+
"requestStr": "$id:ID! ",
|
|
48
|
+
"required": true,
|
|
49
|
+
"responseStr": "id:$id ",
|
|
50
|
+
"type": {
|
|
51
|
+
"kind": [
|
|
52
|
+
"NON_NULL",
|
|
53
|
+
"SCALAR"
|
|
54
|
+
],
|
|
55
|
+
"name": "ID",
|
|
56
|
+
"non_null": false
|
|
57
|
+
},
|
|
58
|
+
"varName": "id"
|
|
59
|
+
}
|
|
60
|
+
},
|
|
61
|
+
"interfaces": null,
|
|
62
|
+
"kind": "INPUT_OBJECT",
|
|
63
|
+
"name": "RemoveCloudInterconnectPhysicalConnectionInput",
|
|
64
|
+
"possibleTypes": null
|
|
65
|
+
},
|
|
66
|
+
"indexType": "input_object",
|
|
67
|
+
"kind": [
|
|
68
|
+
"NON_NULL",
|
|
69
|
+
"INPUT_OBJECT"
|
|
70
|
+
],
|
|
71
|
+
"name": "RemoveCloudInterconnectPhysicalConnectionInput",
|
|
72
|
+
"non_null": false
|
|
73
|
+
},
|
|
74
|
+
"varName": "removeCloudInterconnectPhysicalConnectionInput"
|
|
75
|
+
}
|
|
76
|
+
},
|
|
77
|
+
"deprecationReason": null,
|
|
78
|
+
"description": "Remove a physical connection from a cloud interconnect site.",
|
|
79
|
+
"isDeprecated": false,
|
|
80
|
+
"name": "removeCloudInterconnectPhysicalConnection",
|
|
81
|
+
"type": {
|
|
82
|
+
"kind": "OBJECT",
|
|
83
|
+
"name": "RemoveCloudInterconnectPhysicalConnectionPayload",
|
|
84
|
+
"ofType": null
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
},
|
|
88
|
+
"deprecationReason": null,
|
|
89
|
+
"description": null,
|
|
90
|
+
"fieldTypes": {
|
|
91
|
+
"RemoveCloudInterconnectPhysicalConnectionPayload": true
|
|
92
|
+
},
|
|
93
|
+
"isDeprecated": false,
|
|
94
|
+
"name": "site",
|
|
95
|
+
"operationArgs": {
|
|
96
|
+
"accountId": {
|
|
97
|
+
"defaultValue": null,
|
|
98
|
+
"description": null,
|
|
99
|
+
"id_str": "accountId",
|
|
100
|
+
"name": "accountId",
|
|
101
|
+
"path": "accountId",
|
|
102
|
+
"requestStr": "$accountId:ID! ",
|
|
103
|
+
"required": true,
|
|
104
|
+
"responseStr": "accountId:$accountId ",
|
|
105
|
+
"type": {
|
|
106
|
+
"kind": [
|
|
107
|
+
"NON_NULL",
|
|
108
|
+
"SCALAR"
|
|
109
|
+
],
|
|
110
|
+
"name": "ID",
|
|
111
|
+
"non_null": false
|
|
112
|
+
},
|
|
113
|
+
"varName": "accountId"
|
|
114
|
+
},
|
|
115
|
+
"removeCloudInterconnectPhysicalConnectionInput": {
|
|
116
|
+
"defaultValue": null,
|
|
117
|
+
"description": null,
|
|
118
|
+
"id_str": "removeCloudInterconnectPhysicalConnection___input",
|
|
119
|
+
"name": "input",
|
|
120
|
+
"path": "removeCloudInterconnectPhysicalConnection.input",
|
|
121
|
+
"requestStr": "$removeCloudInterconnectPhysicalConnectionInput:RemoveCloudInterconnectPhysicalConnectionInput! ",
|
|
122
|
+
"required": true,
|
|
123
|
+
"responseStr": "input:$removeCloudInterconnectPhysicalConnectionInput ",
|
|
124
|
+
"type": {
|
|
125
|
+
"definition": {
|
|
126
|
+
"description": "Input for removing a physical connection from a cloud interconnect site.",
|
|
127
|
+
"enumValues": null,
|
|
128
|
+
"fields": null,
|
|
129
|
+
"inputFields": {
|
|
130
|
+
"id": {
|
|
131
|
+
"defaultValue": null,
|
|
132
|
+
"description": "ID of the connection to be removed.",
|
|
133
|
+
"id_str": "removeCloudInterconnectPhysicalConnection___input___id",
|
|
134
|
+
"name": "id",
|
|
135
|
+
"path": "removeCloudInterconnectPhysicalConnection.input.id",
|
|
136
|
+
"requestStr": "$id:ID! ",
|
|
137
|
+
"required": true,
|
|
138
|
+
"responseStr": "id:$id ",
|
|
139
|
+
"type": {
|
|
140
|
+
"kind": [
|
|
141
|
+
"NON_NULL",
|
|
142
|
+
"SCALAR"
|
|
143
|
+
],
|
|
144
|
+
"name": "ID",
|
|
145
|
+
"non_null": false
|
|
146
|
+
},
|
|
147
|
+
"varName": "id"
|
|
148
|
+
}
|
|
149
|
+
},
|
|
150
|
+
"interfaces": null,
|
|
151
|
+
"kind": "INPUT_OBJECT",
|
|
152
|
+
"name": "RemoveCloudInterconnectPhysicalConnectionInput",
|
|
153
|
+
"possibleTypes": null
|
|
154
|
+
},
|
|
155
|
+
"indexType": "input_object",
|
|
156
|
+
"kind": [
|
|
157
|
+
"NON_NULL",
|
|
158
|
+
"INPUT_OBJECT"
|
|
159
|
+
],
|
|
160
|
+
"name": "RemoveCloudInterconnectPhysicalConnectionInput",
|
|
161
|
+
"non_null": false
|
|
162
|
+
},
|
|
163
|
+
"varName": "removeCloudInterconnectPhysicalConnectionInput"
|
|
164
|
+
}
|
|
165
|
+
},
|
|
166
|
+
"path": "mutation.site.removeCloudInterconnectPhysicalConnection",
|
|
167
|
+
"type": {
|
|
168
|
+
"definition": {
|
|
169
|
+
"description": null,
|
|
170
|
+
"enumValues": null,
|
|
171
|
+
"fields": {
|
|
172
|
+
"removeCloudInterconnectPhysicalConnection": {
|
|
173
|
+
"args": {
|
|
174
|
+
"removeCloudInterconnectPhysicalConnection___input": {
|
|
175
|
+
"defaultValue": null,
|
|
176
|
+
"description": null,
|
|
177
|
+
"id_str": "removeCloudInterconnectPhysicalConnection___input",
|
|
178
|
+
"name": "input",
|
|
179
|
+
"path": "removeCloudInterconnectPhysicalConnection.input",
|
|
180
|
+
"requestStr": "$removeCloudInterconnectPhysicalConnectionInput:RemoveCloudInterconnectPhysicalConnectionInput! ",
|
|
181
|
+
"required": true,
|
|
182
|
+
"responseStr": "input:$removeCloudInterconnectPhysicalConnectionInput ",
|
|
183
|
+
"type": {
|
|
184
|
+
"definition": {
|
|
185
|
+
"description": "Input for removing a physical connection from a cloud interconnect site.",
|
|
186
|
+
"enumValues": null,
|
|
187
|
+
"fields": null,
|
|
188
|
+
"inputFields": {
|
|
189
|
+
"id": {
|
|
190
|
+
"defaultValue": null,
|
|
191
|
+
"description": "ID of the connection to be removed.",
|
|
192
|
+
"id_str": "removeCloudInterconnectPhysicalConnection___input___id",
|
|
193
|
+
"name": "id",
|
|
194
|
+
"path": "removeCloudInterconnectPhysicalConnection.input.id",
|
|
195
|
+
"requestStr": "$id:ID! ",
|
|
196
|
+
"required": true,
|
|
197
|
+
"responseStr": "id:$id ",
|
|
198
|
+
"type": {
|
|
199
|
+
"kind": [
|
|
200
|
+
"NON_NULL",
|
|
201
|
+
"SCALAR"
|
|
202
|
+
],
|
|
203
|
+
"name": "ID",
|
|
204
|
+
"non_null": false
|
|
205
|
+
},
|
|
206
|
+
"varName": "id"
|
|
207
|
+
}
|
|
208
|
+
},
|
|
209
|
+
"interfaces": null,
|
|
210
|
+
"kind": "INPUT_OBJECT",
|
|
211
|
+
"name": "RemoveCloudInterconnectPhysicalConnectionInput",
|
|
212
|
+
"possibleTypes": null
|
|
213
|
+
},
|
|
214
|
+
"indexType": "input_object",
|
|
215
|
+
"kind": [
|
|
216
|
+
"NON_NULL",
|
|
217
|
+
"INPUT_OBJECT"
|
|
218
|
+
],
|
|
219
|
+
"name": "RemoveCloudInterconnectPhysicalConnectionInput",
|
|
220
|
+
"non_null": false
|
|
221
|
+
},
|
|
222
|
+
"varName": "removeCloudInterconnectPhysicalConnectionInput"
|
|
223
|
+
}
|
|
224
|
+
},
|
|
225
|
+
"deprecationReason": null,
|
|
226
|
+
"description": "Remove a physical connection from a cloud interconnect site.",
|
|
227
|
+
"id_str": "removeCloudInterconnectPhysicalConnection",
|
|
228
|
+
"isDeprecated": false,
|
|
229
|
+
"name": "removeCloudInterconnectPhysicalConnection",
|
|
230
|
+
"path": "removeCloudInterconnectPhysicalConnection",
|
|
231
|
+
"requestStr": "$removeCloudInterconnectPhysicalConnectionPayload:RemoveCloudInterconnectPhysicalConnectionPayload ",
|
|
232
|
+
"required": false,
|
|
233
|
+
"responseStr": "removeCloudInterconnectPhysicalConnection:$removeCloudInterconnectPhysicalConnectionPayload ",
|
|
234
|
+
"type": {
|
|
235
|
+
"definition": {
|
|
236
|
+
"description": "Payload for removing a physical connection from a cloud interconnect site.",
|
|
237
|
+
"enumValues": null,
|
|
238
|
+
"fields": {
|
|
239
|
+
"id": {
|
|
240
|
+
"args": {},
|
|
241
|
+
"deprecationReason": null,
|
|
242
|
+
"description": "ID of the removed connection.",
|
|
243
|
+
"id_str": "removeCloudInterconnectPhysicalConnection___id",
|
|
244
|
+
"isDeprecated": false,
|
|
245
|
+
"name": "id",
|
|
246
|
+
"path": "removeCloudInterconnectPhysicalConnection.id",
|
|
247
|
+
"requestStr": "$id:ID! ",
|
|
248
|
+
"required": true,
|
|
249
|
+
"responseStr": "id:$id ",
|
|
250
|
+
"type": {
|
|
251
|
+
"kind": [
|
|
252
|
+
"NON_NULL",
|
|
253
|
+
"SCALAR"
|
|
254
|
+
],
|
|
255
|
+
"name": "ID",
|
|
256
|
+
"non_null": false
|
|
257
|
+
},
|
|
258
|
+
"varName": "id"
|
|
259
|
+
}
|
|
260
|
+
},
|
|
261
|
+
"inputFields": null,
|
|
262
|
+
"interfaces": {},
|
|
263
|
+
"kind": "OBJECT",
|
|
264
|
+
"name": "RemoveCloudInterconnectPhysicalConnectionPayload",
|
|
265
|
+
"possibleTypes": null
|
|
266
|
+
},
|
|
267
|
+
"indexType": "object",
|
|
268
|
+
"kind": [
|
|
269
|
+
"OBJECT"
|
|
270
|
+
],
|
|
271
|
+
"name": "RemoveCloudInterconnectPhysicalConnectionPayload",
|
|
272
|
+
"non_null": false
|
|
273
|
+
},
|
|
274
|
+
"varName": "removeCloudInterconnectPhysicalConnectionPayload"
|
|
275
|
+
}
|
|
276
|
+
},
|
|
277
|
+
"inputFields": null,
|
|
278
|
+
"interfaces": [],
|
|
279
|
+
"kind": "OBJECT",
|
|
280
|
+
"name": "SiteMutations",
|
|
281
|
+
"possibleTypes": null
|
|
282
|
+
},
|
|
283
|
+
"indexType": "object",
|
|
284
|
+
"kind": [
|
|
285
|
+
"NON_NULL",
|
|
286
|
+
"OBJECT"
|
|
287
|
+
],
|
|
288
|
+
"name": "SiteMutations",
|
|
289
|
+
"non_null": false
|
|
290
|
+
},
|
|
291
|
+
"variablesPayload": {
|
|
292
|
+
"removeCloudInterconnectPhysicalConnectionInput": {
|
|
293
|
+
"id": {
|
|
294
|
+
"id": "ID"
|
|
295
|
+
}
|
|
296
|
+
}
|
|
297
|
+
}
|
|
298
|
+
}
|
|
@@ -154,7 +154,7 @@
|
|
|
154
154
|
}
|
|
155
155
|
}
|
|
156
156
|
},
|
|
157
|
-
"deprecationReason":
|
|
157
|
+
"deprecationReason": null,
|
|
158
158
|
"description": null,
|
|
159
159
|
"fieldTypes": {
|
|
160
160
|
"IPSecV2InterfaceId": true,
|
|
@@ -162,7 +162,7 @@
|
|
|
162
162
|
"RemoveIpsecIkeV2SiteTunnelPayload": true,
|
|
163
163
|
"RemoveIpsecIkeV2SiteTunnelsPayload": true
|
|
164
164
|
},
|
|
165
|
-
"isDeprecated":
|
|
165
|
+
"isDeprecated": false,
|
|
166
166
|
"name": "site",
|
|
167
167
|
"operationArgs": {
|
|
168
168
|
"accountId": {
|
|
@@ -54,12 +54,12 @@
|
|
|
54
54
|
}
|
|
55
55
|
}
|
|
56
56
|
},
|
|
57
|
-
"deprecationReason":
|
|
57
|
+
"deprecationReason": null,
|
|
58
58
|
"description": null,
|
|
59
59
|
"fieldTypes": {
|
|
60
60
|
"RemoveNetworkRangePayload": true
|
|
61
61
|
},
|
|
62
|
-
"isDeprecated":
|
|
62
|
+
"isDeprecated": false,
|
|
63
63
|
"name": "site",
|
|
64
64
|
"operationArgs": {
|
|
65
65
|
"accountId": {
|
|
@@ -54,12 +54,12 @@
|
|
|
54
54
|
}
|
|
55
55
|
}
|
|
56
56
|
},
|
|
57
|
-
"deprecationReason":
|
|
57
|
+
"deprecationReason": null,
|
|
58
58
|
"description": null,
|
|
59
59
|
"fieldTypes": {
|
|
60
60
|
"RemoveSitePayload": true
|
|
61
61
|
},
|
|
62
|
-
"isDeprecated":
|
|
62
|
+
"isDeprecated": false,
|
|
63
63
|
"name": "site",
|
|
64
64
|
"operationArgs": {
|
|
65
65
|
"accountId": {
|
|
@@ -54,12 +54,12 @@
|
|
|
54
54
|
}
|
|
55
55
|
}
|
|
56
56
|
},
|
|
57
|
-
"deprecationReason":
|
|
57
|
+
"deprecationReason": null,
|
|
58
58
|
"description": null,
|
|
59
59
|
"fieldTypes": {
|
|
60
60
|
"RemoveStaticHostPayload": true
|
|
61
61
|
},
|
|
62
|
-
"isDeprecated":
|
|
62
|
+
"isDeprecated": false,
|
|
63
63
|
"name": "site",
|
|
64
64
|
"operationArgs": {
|
|
65
65
|
"accountId": {
|