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.

Files changed (140) hide show
  1. catocli/Utils/clidriver.py +14 -1
  2. catocli/__init__.py +1 -1
  3. catocli/parsers/mutation_policy/__init__.py +348 -0
  4. catocli/parsers/mutation_policy_appTenantRestriction/README.md +7 -0
  5. catocli/parsers/mutation_policy_appTenantRestriction_addRule/README.md +18 -0
  6. catocli/parsers/mutation_policy_appTenantRestriction_addSection/README.md +18 -0
  7. catocli/parsers/mutation_policy_appTenantRestriction_createPolicyRevision/README.md +18 -0
  8. catocli/parsers/mutation_policy_appTenantRestriction_discardPolicyRevision/README.md +18 -0
  9. catocli/parsers/mutation_policy_appTenantRestriction_moveRule/README.md +18 -0
  10. catocli/parsers/mutation_policy_appTenantRestriction_moveSection/README.md +18 -0
  11. catocli/parsers/mutation_policy_appTenantRestriction_publishPolicyRevision/README.md +18 -0
  12. catocli/parsers/mutation_policy_appTenantRestriction_removeRule/README.md +18 -0
  13. catocli/parsers/mutation_policy_appTenantRestriction_removeSection/README.md +18 -0
  14. catocli/parsers/mutation_policy_appTenantRestriction_updatePolicy/README.md +18 -0
  15. catocli/parsers/mutation_policy_appTenantRestriction_updateRule/README.md +18 -0
  16. catocli/parsers/mutation_policy_appTenantRestriction_updateSection/README.md +18 -0
  17. catocli/parsers/mutation_policy_remotePortFwd/README.md +7 -0
  18. catocli/parsers/mutation_policy_remotePortFwd_addRule/README.md +18 -0
  19. catocli/parsers/mutation_policy_remotePortFwd_addSection/README.md +18 -0
  20. catocli/parsers/mutation_policy_remotePortFwd_createPolicyRevision/README.md +18 -0
  21. catocli/parsers/mutation_policy_remotePortFwd_discardPolicyRevision/README.md +18 -0
  22. catocli/parsers/mutation_policy_remotePortFwd_moveRule/README.md +18 -0
  23. catocli/parsers/mutation_policy_remotePortFwd_moveSection/README.md +18 -0
  24. catocli/parsers/mutation_policy_remotePortFwd_publishPolicyRevision/README.md +18 -0
  25. catocli/parsers/mutation_policy_remotePortFwd_removeRule/README.md +18 -0
  26. catocli/parsers/mutation_policy_remotePortFwd_removeSection/README.md +18 -0
  27. catocli/parsers/mutation_policy_remotePortFwd_updatePolicy/README.md +18 -0
  28. catocli/parsers/mutation_policy_remotePortFwd_updateRule/README.md +18 -0
  29. catocli/parsers/mutation_policy_remotePortFwd_updateSection/README.md +18 -0
  30. catocli/parsers/mutation_site/__init__.py +98 -0
  31. catocli/parsers/mutation_site_addBgpPeer/README.md +17 -0
  32. catocli/parsers/mutation_site_addCloudInterconnectPhysicalConnection/README.md +17 -0
  33. catocli/parsers/mutation_site_addCloudInterconnectSite/README.md +17 -0
  34. catocli/parsers/mutation_site_removeBgpPeer/README.md +17 -0
  35. catocli/parsers/mutation_site_removeCloudInterconnectPhysicalConnection/README.md +17 -0
  36. catocli/parsers/mutation_site_updateBgpPeer/README.md +17 -0
  37. catocli/parsers/mutation_site_updateCloudInterconnectPhysicalConnection/README.md +17 -0
  38. catocli/parsers/mutation_site_updateIpsecIkeV2SiteTunnels/README.md +1 -1
  39. catocli/parsers/mutation_sites/__init__.py +98 -0
  40. catocli/parsers/mutation_sites_addBgpPeer/README.md +17 -0
  41. catocli/parsers/mutation_sites_addCloudInterconnectPhysicalConnection/README.md +17 -0
  42. catocli/parsers/mutation_sites_addCloudInterconnectSite/README.md +17 -0
  43. catocli/parsers/mutation_sites_removeBgpPeer/README.md +17 -0
  44. catocli/parsers/mutation_sites_removeCloudInterconnectPhysicalConnection/README.md +17 -0
  45. catocli/parsers/mutation_sites_updateBgpPeer/README.md +17 -0
  46. catocli/parsers/mutation_sites_updateCloudInterconnectPhysicalConnection/README.md +17 -0
  47. catocli/parsers/mutation_sites_updateIpsecIkeV2SiteTunnels/README.md +1 -1
  48. catocli/parsers/query_eventsFeed/README.md +1 -1
  49. catocli/parsers/query_hardwareManagement/README.md +1 -1
  50. catocli/parsers/query_policy/README.md +3 -1
  51. catocli/parsers/query_site/README.md +22 -0
  52. catocli/parsers/query_site/__init__.py +17 -0
  53. {catocli-1.0.15.dist-info → catocli-1.0.18.dist-info}/METADATA +11 -2
  54. {catocli-1.0.15.dist-info → catocli-1.0.18.dist-info}/RECORD +140 -59
  55. {catocli-1.0.15.dist-info → catocli-1.0.18.dist-info}/WHEEL +1 -1
  56. graphql_client/api_client_types.py +1 -1
  57. models/mutation.policy.appTenantRestriction.addRule.json +8674 -0
  58. models/mutation.policy.appTenantRestriction.addSection.json +1358 -0
  59. models/mutation.policy.appTenantRestriction.createPolicyRevision.json +3327 -0
  60. models/mutation.policy.appTenantRestriction.discardPolicyRevision.json +3261 -0
  61. models/mutation.policy.appTenantRestriction.moveRule.json +3059 -0
  62. models/mutation.policy.appTenantRestriction.moveSection.json +1259 -0
  63. models/mutation.policy.appTenantRestriction.publishPolicyRevision.json +3318 -0
  64. models/mutation.policy.appTenantRestriction.removeRule.json +2707 -0
  65. models/mutation.policy.appTenantRestriction.removeSection.json +958 -0
  66. models/mutation.policy.appTenantRestriction.updatePolicy.json +3337 -0
  67. models/mutation.policy.appTenantRestriction.updateRule.json +8295 -0
  68. models/mutation.policy.appTenantRestriction.updateSection.json +1111 -0
  69. models/mutation.policy.remotePortFwd.addRule.json +5502 -0
  70. models/mutation.policy.remotePortFwd.addSection.json +1358 -0
  71. models/mutation.policy.remotePortFwd.createPolicyRevision.json +2628 -0
  72. models/mutation.policy.remotePortFwd.discardPolicyRevision.json +2562 -0
  73. models/mutation.policy.remotePortFwd.moveRule.json +2360 -0
  74. models/mutation.policy.remotePortFwd.moveSection.json +1259 -0
  75. models/mutation.policy.remotePortFwd.publishPolicyRevision.json +2619 -0
  76. models/mutation.policy.remotePortFwd.removeRule.json +2008 -0
  77. models/mutation.policy.remotePortFwd.removeSection.json +958 -0
  78. models/mutation.policy.remotePortFwd.updatePolicy.json +2638 -0
  79. models/mutation.policy.remotePortFwd.updateRule.json +5138 -0
  80. models/mutation.policy.remotePortFwd.updateSection.json +1111 -0
  81. models/mutation.site.addBgpPeer.json +3334 -0
  82. models/mutation.site.addCloudInterconnectPhysicalConnection.json +1441 -0
  83. models/mutation.site.addCloudInterconnectSite.json +911 -0
  84. models/mutation.site.addIpsecIkeV2Site.json +2 -2
  85. models/mutation.site.addIpsecIkeV2SiteTunnels.json +2 -2
  86. models/mutation.site.addNetworkRange.json +2 -2
  87. models/mutation.site.addSocketSite.json +2 -2
  88. models/mutation.site.addStaticHost.json +2 -2
  89. models/mutation.site.removeBgpPeer.json +1158 -0
  90. models/mutation.site.removeCloudInterconnectPhysicalConnection.json +298 -0
  91. models/mutation.site.removeIpsecIkeV2SiteTunnels.json +2 -2
  92. models/mutation.site.removeNetworkRange.json +2 -2
  93. models/mutation.site.removeSite.json +2 -2
  94. models/mutation.site.removeStaticHost.json +2 -2
  95. models/mutation.site.updateBgpPeer.json +3063 -0
  96. models/mutation.site.updateCloudInterconnectPhysicalConnection.json +1056 -0
  97. models/mutation.site.updateHa.json +2 -2
  98. models/mutation.site.updateIpsecIkeV2SiteGeneralDetails.json +2 -2
  99. models/mutation.site.updateIpsecIkeV2SiteTunnels.json +405 -2
  100. models/mutation.site.updateNetworkRange.json +2 -2
  101. models/mutation.site.updateSiteGeneralDetails.json +2 -2
  102. models/mutation.site.updateSocketInterface.json +2 -2
  103. models/mutation.site.updateStaticHost.json +2 -2
  104. models/mutation.sites.addBgpPeer.json +3334 -0
  105. models/mutation.sites.addCloudInterconnectPhysicalConnection.json +1441 -0
  106. models/mutation.sites.addCloudInterconnectSite.json +911 -0
  107. models/mutation.sites.addIpsecIkeV2Site.json +2 -2
  108. models/mutation.sites.addIpsecIkeV2SiteTunnels.json +2 -2
  109. models/mutation.sites.addNetworkRange.json +2 -2
  110. models/mutation.sites.addSocketSite.json +2 -2
  111. models/mutation.sites.addStaticHost.json +2 -2
  112. models/mutation.sites.removeBgpPeer.json +1158 -0
  113. models/mutation.sites.removeCloudInterconnectPhysicalConnection.json +298 -0
  114. models/mutation.sites.removeIpsecIkeV2SiteTunnels.json +2 -2
  115. models/mutation.sites.removeNetworkRange.json +2 -2
  116. models/mutation.sites.removeSite.json +2 -2
  117. models/mutation.sites.removeStaticHost.json +2 -2
  118. models/mutation.sites.updateBgpPeer.json +3063 -0
  119. models/mutation.sites.updateCloudInterconnectPhysicalConnection.json +1056 -0
  120. models/mutation.sites.updateHa.json +2 -2
  121. models/mutation.sites.updateIpsecIkeV2SiteGeneralDetails.json +2 -2
  122. models/mutation.sites.updateIpsecIkeV2SiteTunnels.json +405 -2
  123. models/mutation.sites.updateNetworkRange.json +2 -2
  124. models/mutation.sites.updateSiteGeneralDetails.json +2 -2
  125. models/mutation.sites.updateSocketInterface.json +2 -2
  126. models/mutation.sites.updateStaticHost.json +2 -2
  127. models/query.auditFeed.json +36 -12
  128. models/query.events.json +144 -48
  129. models/query.eventsFeed.json +36 -12
  130. models/query.eventsTimeSeries.json +108 -36
  131. models/query.hardwareManagement.json +192 -0
  132. models/query.licensing.json +304 -325
  133. models/query.policy.json +9605 -4234
  134. models/query.site.json +4138 -0
  135. models/query.xdr.stories.json +27 -27
  136. models/query.xdr.story.json +27 -27
  137. schema/catolib.py +11 -1
  138. {catocli-1.0.15.dist-info → catocli-1.0.18.dist-info}/LICENSE +0 -0
  139. {catocli-1.0.15.dist-info → catocli-1.0.18.dist-info}/entry_points.txt +0 -0
  140. {catocli-1.0.15.dist-info → catocli-1.0.18.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,911 @@
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
+ "addCloudInterconnectSite": {
25
+ "args": {
26
+ "addCloudInterconnectSite___input": {
27
+ "defaultValue": null,
28
+ "description": null,
29
+ "id_str": "addCloudInterconnectSite___input",
30
+ "name": "input",
31
+ "path": "addCloudInterconnectSite.input",
32
+ "requestStr": "$addCloudInterconnectSiteInput:AddCloudInterconnectSiteInput! ",
33
+ "required": true,
34
+ "responseStr": "input:$addCloudInterconnectSiteInput ",
35
+ "type": {
36
+ "definition": {
37
+ "description": "Input for adding a new cloud interconnect site.",
38
+ "enumValues": null,
39
+ "fields": null,
40
+ "inputFields": {
41
+ "description": {
42
+ "defaultValue": null,
43
+ "description": "Description of the site.",
44
+ "id_str": "addCloudInterconnectSite___input___description",
45
+ "name": "description",
46
+ "path": "addCloudInterconnectSite.input.description",
47
+ "requestStr": "$description:String ",
48
+ "required": false,
49
+ "responseStr": "description:$description ",
50
+ "type": {
51
+ "kind": [
52
+ "SCALAR"
53
+ ],
54
+ "name": "String",
55
+ "non_null": false
56
+ },
57
+ "varName": "description"
58
+ },
59
+ "name": {
60
+ "defaultValue": null,
61
+ "description": "Name of the site.",
62
+ "id_str": "addCloudInterconnectSite___input___name",
63
+ "name": "name",
64
+ "path": "addCloudInterconnectSite.input.name",
65
+ "requestStr": "$name:String! ",
66
+ "required": true,
67
+ "responseStr": "name:$name ",
68
+ "type": {
69
+ "kind": [
70
+ "NON_NULL",
71
+ "SCALAR"
72
+ ],
73
+ "name": "String",
74
+ "non_null": false
75
+ },
76
+ "varName": "name"
77
+ },
78
+ "siteLocation": {
79
+ "defaultValue": null,
80
+ "description": "Location details of the site.",
81
+ "id_str": "addCloudInterconnectSite___input___siteLocation",
82
+ "name": "siteLocation",
83
+ "path": "addCloudInterconnectSite.input.siteLocation",
84
+ "requestStr": "$addSiteLocationInput:AddSiteLocationInput! ",
85
+ "required": true,
86
+ "responseStr": "siteLocation:$addSiteLocationInput ",
87
+ "type": {
88
+ "definition": {
89
+ "description": null,
90
+ "enumValues": null,
91
+ "fields": null,
92
+ "inputFields": {
93
+ "address": {
94
+ "defaultValue": null,
95
+ "description": "optional address",
96
+ "id_str": "addCloudInterconnectSite___input___siteLocation___address",
97
+ "name": "address",
98
+ "path": "addCloudInterconnectSite.input.siteLocation.address",
99
+ "requestStr": "$address:String ",
100
+ "required": false,
101
+ "responseStr": "address:$address ",
102
+ "type": {
103
+ "kind": [
104
+ "SCALAR"
105
+ ],
106
+ "name": "String",
107
+ "non_null": false
108
+ },
109
+ "varName": "address"
110
+ },
111
+ "city": {
112
+ "defaultValue": null,
113
+ "description": "city name, must belong to the country or country and state",
114
+ "id_str": "addCloudInterconnectSite___input___siteLocation___city",
115
+ "name": "city",
116
+ "path": "addCloudInterconnectSite.input.siteLocation.city",
117
+ "requestStr": "$city:String ",
118
+ "required": false,
119
+ "responseStr": "city:$city ",
120
+ "type": {
121
+ "kind": [
122
+ "SCALAR"
123
+ ],
124
+ "name": "String",
125
+ "non_null": false
126
+ },
127
+ "varName": "city"
128
+ },
129
+ "countryCode": {
130
+ "defaultValue": null,
131
+ "description": "country code",
132
+ "id_str": "addCloudInterconnectSite___input___siteLocation___countryCode",
133
+ "name": "countryCode",
134
+ "path": "addCloudInterconnectSite.input.siteLocation.countryCode",
135
+ "requestStr": "$countryCode:String! ",
136
+ "required": true,
137
+ "responseStr": "countryCode:$countryCode ",
138
+ "type": {
139
+ "kind": [
140
+ "NON_NULL",
141
+ "SCALAR"
142
+ ],
143
+ "name": "String",
144
+ "non_null": false
145
+ },
146
+ "varName": "countryCode"
147
+ },
148
+ "stateCode": {
149
+ "defaultValue": null,
150
+ "description": "optional state code",
151
+ "id_str": "addCloudInterconnectSite___input___siteLocation___stateCode",
152
+ "name": "stateCode",
153
+ "path": "addCloudInterconnectSite.input.siteLocation.stateCode",
154
+ "requestStr": "$stateCode:String ",
155
+ "required": false,
156
+ "responseStr": "stateCode:$stateCode ",
157
+ "type": {
158
+ "kind": [
159
+ "SCALAR"
160
+ ],
161
+ "name": "String",
162
+ "non_null": false
163
+ },
164
+ "varName": "stateCode"
165
+ },
166
+ "timezone": {
167
+ "defaultValue": null,
168
+ "description": "time zone",
169
+ "id_str": "addCloudInterconnectSite___input___siteLocation___timezone",
170
+ "name": "timezone",
171
+ "path": "addCloudInterconnectSite.input.siteLocation.timezone",
172
+ "requestStr": "$timezone:String! ",
173
+ "required": true,
174
+ "responseStr": "timezone:$timezone ",
175
+ "type": {
176
+ "kind": [
177
+ "NON_NULL",
178
+ "SCALAR"
179
+ ],
180
+ "name": "String",
181
+ "non_null": false
182
+ },
183
+ "varName": "timezone"
184
+ }
185
+ },
186
+ "interfaces": null,
187
+ "kind": "INPUT_OBJECT",
188
+ "name": "AddSiteLocationInput",
189
+ "possibleTypes": null
190
+ },
191
+ "indexType": "input_object",
192
+ "kind": [
193
+ "NON_NULL",
194
+ "INPUT_OBJECT"
195
+ ],
196
+ "name": "AddSiteLocationInput",
197
+ "non_null": false
198
+ },
199
+ "varName": "addSiteLocationInput"
200
+ },
201
+ "siteType": {
202
+ "defaultValue": "BRANCH",
203
+ "description": "Type of the site.",
204
+ "id_str": "addCloudInterconnectSite___input___siteType",
205
+ "name": "siteType",
206
+ "path": "addCloudInterconnectSite.input.siteType",
207
+ "requestStr": "$siteType:SiteType! ",
208
+ "required": true,
209
+ "responseStr": "siteType:$siteType ",
210
+ "type": {
211
+ "definition": {
212
+ "description": null,
213
+ "enumValues": [
214
+ {
215
+ "deprecationReason": null,
216
+ "description": null,
217
+ "isDeprecated": false,
218
+ "name": "BRANCH"
219
+ },
220
+ {
221
+ "deprecationReason": null,
222
+ "description": null,
223
+ "isDeprecated": false,
224
+ "name": "HEADQUARTERS"
225
+ },
226
+ {
227
+ "deprecationReason": null,
228
+ "description": null,
229
+ "isDeprecated": false,
230
+ "name": "CLOUD_DC"
231
+ },
232
+ {
233
+ "deprecationReason": null,
234
+ "description": null,
235
+ "isDeprecated": false,
236
+ "name": "DATACENTER"
237
+ }
238
+ ],
239
+ "fields": null,
240
+ "inputFields": null,
241
+ "interfaces": null,
242
+ "kind": "ENUM",
243
+ "name": "SiteType",
244
+ "possibleTypes": null
245
+ },
246
+ "indexType": "enum",
247
+ "kind": [
248
+ "NON_NULL",
249
+ "ENUM"
250
+ ],
251
+ "name": "SiteType",
252
+ "non_null": false
253
+ },
254
+ "varName": "siteType"
255
+ }
256
+ },
257
+ "interfaces": null,
258
+ "kind": "INPUT_OBJECT",
259
+ "name": "AddCloudInterconnectSiteInput",
260
+ "possibleTypes": null
261
+ },
262
+ "indexType": "input_object",
263
+ "kind": [
264
+ "NON_NULL",
265
+ "INPUT_OBJECT"
266
+ ],
267
+ "name": "AddCloudInterconnectSiteInput",
268
+ "non_null": false
269
+ },
270
+ "varName": "addCloudInterconnectSiteInput"
271
+ }
272
+ },
273
+ "deprecationReason": null,
274
+ "description": "Add a new cloud interconnect site.",
275
+ "isDeprecated": false,
276
+ "name": "addCloudInterconnectSite",
277
+ "type": {
278
+ "kind": "OBJECT",
279
+ "name": "AddCloudInterconnectSitePayload",
280
+ "ofType": null
281
+ }
282
+ }
283
+ },
284
+ "deprecationReason": null,
285
+ "description": null,
286
+ "fieldTypes": {
287
+ "AddCloudInterconnectSitePayload": true,
288
+ "AddSiteLocationInput": true,
289
+ "SiteType": true
290
+ },
291
+ "isDeprecated": false,
292
+ "name": "site",
293
+ "operationArgs": {
294
+ "accountId": {
295
+ "defaultValue": null,
296
+ "description": null,
297
+ "id_str": "accountId",
298
+ "name": "accountId",
299
+ "path": "accountId",
300
+ "requestStr": "$accountId:ID! ",
301
+ "required": true,
302
+ "responseStr": "accountId:$accountId ",
303
+ "type": {
304
+ "kind": [
305
+ "NON_NULL",
306
+ "SCALAR"
307
+ ],
308
+ "name": "ID",
309
+ "non_null": false
310
+ },
311
+ "varName": "accountId"
312
+ },
313
+ "addCloudInterconnectSiteInput": {
314
+ "defaultValue": null,
315
+ "description": null,
316
+ "id_str": "addCloudInterconnectSite___input",
317
+ "name": "input",
318
+ "path": "addCloudInterconnectSite.input",
319
+ "requestStr": "$addCloudInterconnectSiteInput:AddCloudInterconnectSiteInput! ",
320
+ "required": true,
321
+ "responseStr": "input:$addCloudInterconnectSiteInput ",
322
+ "type": {
323
+ "definition": {
324
+ "description": "Input for adding a new cloud interconnect site.",
325
+ "enumValues": null,
326
+ "fields": null,
327
+ "inputFields": {
328
+ "description": {
329
+ "defaultValue": null,
330
+ "description": "Description of the site.",
331
+ "id_str": "addCloudInterconnectSite___input___description",
332
+ "name": "description",
333
+ "path": "addCloudInterconnectSite.input.description",
334
+ "requestStr": "$description:String ",
335
+ "required": false,
336
+ "responseStr": "description:$description ",
337
+ "type": {
338
+ "kind": [
339
+ "SCALAR"
340
+ ],
341
+ "name": "String",
342
+ "non_null": false
343
+ },
344
+ "varName": "description"
345
+ },
346
+ "name": {
347
+ "defaultValue": null,
348
+ "description": "Name of the site.",
349
+ "id_str": "addCloudInterconnectSite___input___name",
350
+ "name": "name",
351
+ "path": "addCloudInterconnectSite.input.name",
352
+ "requestStr": "$name:String! ",
353
+ "required": true,
354
+ "responseStr": "name:$name ",
355
+ "type": {
356
+ "kind": [
357
+ "NON_NULL",
358
+ "SCALAR"
359
+ ],
360
+ "name": "String",
361
+ "non_null": false
362
+ },
363
+ "varName": "name"
364
+ },
365
+ "siteLocation": {
366
+ "defaultValue": null,
367
+ "description": "Location details of the site.",
368
+ "id_str": "addCloudInterconnectSite___input___siteLocation",
369
+ "name": "siteLocation",
370
+ "path": "addCloudInterconnectSite.input.siteLocation",
371
+ "requestStr": "$addSiteLocationInput:AddSiteLocationInput! ",
372
+ "required": true,
373
+ "responseStr": "siteLocation:$addSiteLocationInput ",
374
+ "type": {
375
+ "definition": {
376
+ "description": null,
377
+ "enumValues": null,
378
+ "fields": null,
379
+ "inputFields": {
380
+ "address": {
381
+ "defaultValue": null,
382
+ "description": "optional address",
383
+ "id_str": "addCloudInterconnectSite___input___siteLocation___address",
384
+ "name": "address",
385
+ "path": "addCloudInterconnectSite.input.siteLocation.address",
386
+ "requestStr": "$address:String ",
387
+ "required": false,
388
+ "responseStr": "address:$address ",
389
+ "type": {
390
+ "kind": [
391
+ "SCALAR"
392
+ ],
393
+ "name": "String",
394
+ "non_null": false
395
+ },
396
+ "varName": "address"
397
+ },
398
+ "city": {
399
+ "defaultValue": null,
400
+ "description": "city name, must belong to the country or country and state",
401
+ "id_str": "addCloudInterconnectSite___input___siteLocation___city",
402
+ "name": "city",
403
+ "path": "addCloudInterconnectSite.input.siteLocation.city",
404
+ "requestStr": "$city:String ",
405
+ "required": false,
406
+ "responseStr": "city:$city ",
407
+ "type": {
408
+ "kind": [
409
+ "SCALAR"
410
+ ],
411
+ "name": "String",
412
+ "non_null": false
413
+ },
414
+ "varName": "city"
415
+ },
416
+ "countryCode": {
417
+ "defaultValue": null,
418
+ "description": "country code",
419
+ "id_str": "addCloudInterconnectSite___input___siteLocation___countryCode",
420
+ "name": "countryCode",
421
+ "path": "addCloudInterconnectSite.input.siteLocation.countryCode",
422
+ "requestStr": "$countryCode:String! ",
423
+ "required": true,
424
+ "responseStr": "countryCode:$countryCode ",
425
+ "type": {
426
+ "kind": [
427
+ "NON_NULL",
428
+ "SCALAR"
429
+ ],
430
+ "name": "String",
431
+ "non_null": false
432
+ },
433
+ "varName": "countryCode"
434
+ },
435
+ "stateCode": {
436
+ "defaultValue": null,
437
+ "description": "optional state code",
438
+ "id_str": "addCloudInterconnectSite___input___siteLocation___stateCode",
439
+ "name": "stateCode",
440
+ "path": "addCloudInterconnectSite.input.siteLocation.stateCode",
441
+ "requestStr": "$stateCode:String ",
442
+ "required": false,
443
+ "responseStr": "stateCode:$stateCode ",
444
+ "type": {
445
+ "kind": [
446
+ "SCALAR"
447
+ ],
448
+ "name": "String",
449
+ "non_null": false
450
+ },
451
+ "varName": "stateCode"
452
+ },
453
+ "timezone": {
454
+ "defaultValue": null,
455
+ "description": "time zone",
456
+ "id_str": "addCloudInterconnectSite___input___siteLocation___timezone",
457
+ "name": "timezone",
458
+ "path": "addCloudInterconnectSite.input.siteLocation.timezone",
459
+ "requestStr": "$timezone:String! ",
460
+ "required": true,
461
+ "responseStr": "timezone:$timezone ",
462
+ "type": {
463
+ "kind": [
464
+ "NON_NULL",
465
+ "SCALAR"
466
+ ],
467
+ "name": "String",
468
+ "non_null": false
469
+ },
470
+ "varName": "timezone"
471
+ }
472
+ },
473
+ "interfaces": null,
474
+ "kind": "INPUT_OBJECT",
475
+ "name": "AddSiteLocationInput",
476
+ "possibleTypes": null
477
+ },
478
+ "indexType": "input_object",
479
+ "kind": [
480
+ "NON_NULL",
481
+ "INPUT_OBJECT"
482
+ ],
483
+ "name": "AddSiteLocationInput",
484
+ "non_null": false
485
+ },
486
+ "varName": "addSiteLocationInput"
487
+ },
488
+ "siteType": {
489
+ "defaultValue": "BRANCH",
490
+ "description": "Type of the site.",
491
+ "id_str": "addCloudInterconnectSite___input___siteType",
492
+ "name": "siteType",
493
+ "path": "addCloudInterconnectSite.input.siteType",
494
+ "requestStr": "$siteType:SiteType! ",
495
+ "required": true,
496
+ "responseStr": "siteType:$siteType ",
497
+ "type": {
498
+ "definition": {
499
+ "description": null,
500
+ "enumValues": [
501
+ {
502
+ "deprecationReason": null,
503
+ "description": null,
504
+ "isDeprecated": false,
505
+ "name": "BRANCH"
506
+ },
507
+ {
508
+ "deprecationReason": null,
509
+ "description": null,
510
+ "isDeprecated": false,
511
+ "name": "HEADQUARTERS"
512
+ },
513
+ {
514
+ "deprecationReason": null,
515
+ "description": null,
516
+ "isDeprecated": false,
517
+ "name": "CLOUD_DC"
518
+ },
519
+ {
520
+ "deprecationReason": null,
521
+ "description": null,
522
+ "isDeprecated": false,
523
+ "name": "DATACENTER"
524
+ }
525
+ ],
526
+ "fields": null,
527
+ "inputFields": null,
528
+ "interfaces": null,
529
+ "kind": "ENUM",
530
+ "name": "SiteType",
531
+ "possibleTypes": null
532
+ },
533
+ "indexType": "enum",
534
+ "kind": [
535
+ "NON_NULL",
536
+ "ENUM"
537
+ ],
538
+ "name": "SiteType",
539
+ "non_null": false
540
+ },
541
+ "varName": "siteType"
542
+ }
543
+ },
544
+ "interfaces": null,
545
+ "kind": "INPUT_OBJECT",
546
+ "name": "AddCloudInterconnectSiteInput",
547
+ "possibleTypes": null
548
+ },
549
+ "indexType": "input_object",
550
+ "kind": [
551
+ "NON_NULL",
552
+ "INPUT_OBJECT"
553
+ ],
554
+ "name": "AddCloudInterconnectSiteInput",
555
+ "non_null": false
556
+ },
557
+ "varName": "addCloudInterconnectSiteInput"
558
+ }
559
+ },
560
+ "path": "mutation.site.addCloudInterconnectSite",
561
+ "type": {
562
+ "definition": {
563
+ "description": null,
564
+ "enumValues": null,
565
+ "fields": {
566
+ "addCloudInterconnectSite": {
567
+ "args": {
568
+ "addCloudInterconnectSite___input": {
569
+ "defaultValue": null,
570
+ "description": null,
571
+ "id_str": "addCloudInterconnectSite___input",
572
+ "name": "input",
573
+ "path": "addCloudInterconnectSite.input",
574
+ "requestStr": "$addCloudInterconnectSiteInput:AddCloudInterconnectSiteInput! ",
575
+ "required": true,
576
+ "responseStr": "input:$addCloudInterconnectSiteInput ",
577
+ "type": {
578
+ "definition": {
579
+ "description": "Input for adding a new cloud interconnect site.",
580
+ "enumValues": null,
581
+ "fields": null,
582
+ "inputFields": {
583
+ "description": {
584
+ "defaultValue": null,
585
+ "description": "Description of the site.",
586
+ "id_str": "addCloudInterconnectSite___input___description",
587
+ "name": "description",
588
+ "path": "addCloudInterconnectSite.input.description",
589
+ "requestStr": "$description:String ",
590
+ "required": false,
591
+ "responseStr": "description:$description ",
592
+ "type": {
593
+ "kind": [
594
+ "SCALAR"
595
+ ],
596
+ "name": "String",
597
+ "non_null": false
598
+ },
599
+ "varName": "description"
600
+ },
601
+ "name": {
602
+ "defaultValue": null,
603
+ "description": "Name of the site.",
604
+ "id_str": "addCloudInterconnectSite___input___name",
605
+ "name": "name",
606
+ "path": "addCloudInterconnectSite.input.name",
607
+ "requestStr": "$name:String! ",
608
+ "required": true,
609
+ "responseStr": "name:$name ",
610
+ "type": {
611
+ "kind": [
612
+ "NON_NULL",
613
+ "SCALAR"
614
+ ],
615
+ "name": "String",
616
+ "non_null": false
617
+ },
618
+ "varName": "name"
619
+ },
620
+ "siteLocation": {
621
+ "defaultValue": null,
622
+ "description": "Location details of the site.",
623
+ "id_str": "addCloudInterconnectSite___input___siteLocation",
624
+ "name": "siteLocation",
625
+ "path": "addCloudInterconnectSite.input.siteLocation",
626
+ "requestStr": "$addSiteLocationInput:AddSiteLocationInput! ",
627
+ "required": true,
628
+ "responseStr": "siteLocation:$addSiteLocationInput ",
629
+ "type": {
630
+ "definition": {
631
+ "description": null,
632
+ "enumValues": null,
633
+ "fields": null,
634
+ "inputFields": {
635
+ "address": {
636
+ "defaultValue": null,
637
+ "description": "optional address",
638
+ "id_str": "addCloudInterconnectSite___input___siteLocation___address",
639
+ "name": "address",
640
+ "path": "addCloudInterconnectSite.input.siteLocation.address",
641
+ "requestStr": "$address:String ",
642
+ "required": false,
643
+ "responseStr": "address:$address ",
644
+ "type": {
645
+ "kind": [
646
+ "SCALAR"
647
+ ],
648
+ "name": "String",
649
+ "non_null": false
650
+ },
651
+ "varName": "address"
652
+ },
653
+ "city": {
654
+ "defaultValue": null,
655
+ "description": "city name, must belong to the country or country and state",
656
+ "id_str": "addCloudInterconnectSite___input___siteLocation___city",
657
+ "name": "city",
658
+ "path": "addCloudInterconnectSite.input.siteLocation.city",
659
+ "requestStr": "$city:String ",
660
+ "required": false,
661
+ "responseStr": "city:$city ",
662
+ "type": {
663
+ "kind": [
664
+ "SCALAR"
665
+ ],
666
+ "name": "String",
667
+ "non_null": false
668
+ },
669
+ "varName": "city"
670
+ },
671
+ "countryCode": {
672
+ "defaultValue": null,
673
+ "description": "country code",
674
+ "id_str": "addCloudInterconnectSite___input___siteLocation___countryCode",
675
+ "name": "countryCode",
676
+ "path": "addCloudInterconnectSite.input.siteLocation.countryCode",
677
+ "requestStr": "$countryCode:String! ",
678
+ "required": true,
679
+ "responseStr": "countryCode:$countryCode ",
680
+ "type": {
681
+ "kind": [
682
+ "NON_NULL",
683
+ "SCALAR"
684
+ ],
685
+ "name": "String",
686
+ "non_null": false
687
+ },
688
+ "varName": "countryCode"
689
+ },
690
+ "stateCode": {
691
+ "defaultValue": null,
692
+ "description": "optional state code",
693
+ "id_str": "addCloudInterconnectSite___input___siteLocation___stateCode",
694
+ "name": "stateCode",
695
+ "path": "addCloudInterconnectSite.input.siteLocation.stateCode",
696
+ "requestStr": "$stateCode:String ",
697
+ "required": false,
698
+ "responseStr": "stateCode:$stateCode ",
699
+ "type": {
700
+ "kind": [
701
+ "SCALAR"
702
+ ],
703
+ "name": "String",
704
+ "non_null": false
705
+ },
706
+ "varName": "stateCode"
707
+ },
708
+ "timezone": {
709
+ "defaultValue": null,
710
+ "description": "time zone",
711
+ "id_str": "addCloudInterconnectSite___input___siteLocation___timezone",
712
+ "name": "timezone",
713
+ "path": "addCloudInterconnectSite.input.siteLocation.timezone",
714
+ "requestStr": "$timezone:String! ",
715
+ "required": true,
716
+ "responseStr": "timezone:$timezone ",
717
+ "type": {
718
+ "kind": [
719
+ "NON_NULL",
720
+ "SCALAR"
721
+ ],
722
+ "name": "String",
723
+ "non_null": false
724
+ },
725
+ "varName": "timezone"
726
+ }
727
+ },
728
+ "interfaces": null,
729
+ "kind": "INPUT_OBJECT",
730
+ "name": "AddSiteLocationInput",
731
+ "possibleTypes": null
732
+ },
733
+ "indexType": "input_object",
734
+ "kind": [
735
+ "NON_NULL",
736
+ "INPUT_OBJECT"
737
+ ],
738
+ "name": "AddSiteLocationInput",
739
+ "non_null": false
740
+ },
741
+ "varName": "addSiteLocationInput"
742
+ },
743
+ "siteType": {
744
+ "defaultValue": "BRANCH",
745
+ "description": "Type of the site.",
746
+ "id_str": "addCloudInterconnectSite___input___siteType",
747
+ "name": "siteType",
748
+ "path": "addCloudInterconnectSite.input.siteType",
749
+ "requestStr": "$siteType:SiteType! ",
750
+ "required": true,
751
+ "responseStr": "siteType:$siteType ",
752
+ "type": {
753
+ "definition": {
754
+ "description": null,
755
+ "enumValues": [
756
+ {
757
+ "deprecationReason": null,
758
+ "description": null,
759
+ "isDeprecated": false,
760
+ "name": "BRANCH"
761
+ },
762
+ {
763
+ "deprecationReason": null,
764
+ "description": null,
765
+ "isDeprecated": false,
766
+ "name": "HEADQUARTERS"
767
+ },
768
+ {
769
+ "deprecationReason": null,
770
+ "description": null,
771
+ "isDeprecated": false,
772
+ "name": "CLOUD_DC"
773
+ },
774
+ {
775
+ "deprecationReason": null,
776
+ "description": null,
777
+ "isDeprecated": false,
778
+ "name": "DATACENTER"
779
+ }
780
+ ],
781
+ "fields": null,
782
+ "inputFields": null,
783
+ "interfaces": null,
784
+ "kind": "ENUM",
785
+ "name": "SiteType",
786
+ "possibleTypes": null
787
+ },
788
+ "indexType": "enum",
789
+ "kind": [
790
+ "NON_NULL",
791
+ "ENUM"
792
+ ],
793
+ "name": "SiteType",
794
+ "non_null": false
795
+ },
796
+ "varName": "siteType"
797
+ }
798
+ },
799
+ "interfaces": null,
800
+ "kind": "INPUT_OBJECT",
801
+ "name": "AddCloudInterconnectSiteInput",
802
+ "possibleTypes": null
803
+ },
804
+ "indexType": "input_object",
805
+ "kind": [
806
+ "NON_NULL",
807
+ "INPUT_OBJECT"
808
+ ],
809
+ "name": "AddCloudInterconnectSiteInput",
810
+ "non_null": false
811
+ },
812
+ "varName": "addCloudInterconnectSiteInput"
813
+ }
814
+ },
815
+ "deprecationReason": null,
816
+ "description": "Add a new cloud interconnect site.",
817
+ "id_str": "addCloudInterconnectSite",
818
+ "isDeprecated": false,
819
+ "name": "addCloudInterconnectSite",
820
+ "path": "addCloudInterconnectSite",
821
+ "requestStr": "$addCloudInterconnectSitePayload:AddCloudInterconnectSitePayload ",
822
+ "required": false,
823
+ "responseStr": "addCloudInterconnectSite:$addCloudInterconnectSitePayload ",
824
+ "type": {
825
+ "definition": {
826
+ "description": "Payload for adding a new cloud interconnect site.",
827
+ "enumValues": null,
828
+ "fields": {
829
+ "siteId": {
830
+ "args": {},
831
+ "deprecationReason": null,
832
+ "description": "ID of the newly added site.",
833
+ "id_str": "addCloudInterconnectSite___siteId",
834
+ "isDeprecated": false,
835
+ "name": "siteId",
836
+ "path": "addCloudInterconnectSite.siteId",
837
+ "requestStr": "$siteId:ID! ",
838
+ "required": true,
839
+ "responseStr": "siteId:$siteId ",
840
+ "type": {
841
+ "kind": [
842
+ "NON_NULL",
843
+ "SCALAR"
844
+ ],
845
+ "name": "ID",
846
+ "non_null": false
847
+ },
848
+ "varName": "siteId"
849
+ }
850
+ },
851
+ "inputFields": null,
852
+ "interfaces": {},
853
+ "kind": "OBJECT",
854
+ "name": "AddCloudInterconnectSitePayload",
855
+ "possibleTypes": null
856
+ },
857
+ "indexType": "object",
858
+ "kind": [
859
+ "OBJECT"
860
+ ],
861
+ "name": "AddCloudInterconnectSitePayload",
862
+ "non_null": false
863
+ },
864
+ "varName": "addCloudInterconnectSitePayload"
865
+ }
866
+ },
867
+ "inputFields": null,
868
+ "interfaces": [],
869
+ "kind": "OBJECT",
870
+ "name": "SiteMutations",
871
+ "possibleTypes": null
872
+ },
873
+ "indexType": "object",
874
+ "kind": [
875
+ "NON_NULL",
876
+ "OBJECT"
877
+ ],
878
+ "name": "SiteMutations",
879
+ "non_null": false
880
+ },
881
+ "variablesPayload": {
882
+ "addCloudInterconnectSiteInput": {
883
+ "addSiteLocationInput": {
884
+ "address": {
885
+ "address": "String"
886
+ },
887
+ "city": {
888
+ "city": "String"
889
+ },
890
+ "countryCode": {
891
+ "countryCode": "String"
892
+ },
893
+ "stateCode": {
894
+ "stateCode": "String"
895
+ },
896
+ "timezone": {
897
+ "timezone": "String"
898
+ }
899
+ },
900
+ "description": {
901
+ "description": "String"
902
+ },
903
+ "name": {
904
+ "name": "String"
905
+ },
906
+ "siteType": {
907
+ "siteType": "enum(SiteType)"
908
+ }
909
+ }
910
+ }
911
+ }