catocli 1.0.19__py3-none-any.whl → 1.0.21__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 (166) hide show
  1. catocli/Utils/clidriver.py +6 -0
  2. catocli/__init__.py +1 -1
  3. catocli/parsers/custom/__init__.py +1 -1
  4. catocli/parsers/mutation_admin_addAdmin/README.md +1 -1
  5. catocli/parsers/mutation_admin_updateAdmin/README.md +1 -1
  6. catocli/parsers/mutation_policy/__init__.py +522 -0
  7. catocli/parsers/mutation_policy_dynamicIpAllocation/README.md +7 -0
  8. catocli/parsers/mutation_policy_dynamicIpAllocation_addRule/README.md +18 -0
  9. catocli/parsers/mutation_policy_dynamicIpAllocation_addSection/README.md +18 -0
  10. catocli/parsers/mutation_policy_dynamicIpAllocation_createPolicyRevision/README.md +18 -0
  11. catocli/parsers/mutation_policy_dynamicIpAllocation_discardPolicyRevision/README.md +18 -0
  12. catocli/parsers/mutation_policy_dynamicIpAllocation_moveRule/README.md +18 -0
  13. catocli/parsers/mutation_policy_dynamicIpAllocation_moveSection/README.md +18 -0
  14. catocli/parsers/mutation_policy_dynamicIpAllocation_publishPolicyRevision/README.md +18 -0
  15. catocli/parsers/mutation_policy_dynamicIpAllocation_removeRule/README.md +18 -0
  16. catocli/parsers/mutation_policy_dynamicIpAllocation_removeSection/README.md +18 -0
  17. catocli/parsers/mutation_policy_dynamicIpAllocation_updatePolicy/README.md +18 -0
  18. catocli/parsers/mutation_policy_dynamicIpAllocation_updateRule/README.md +18 -0
  19. catocli/parsers/mutation_policy_dynamicIpAllocation_updateSection/README.md +18 -0
  20. catocli/parsers/mutation_policy_internetFirewall_addRule/README.md +1 -1
  21. catocli/parsers/mutation_policy_internetFirewall_updateRule/README.md +1 -1
  22. catocli/parsers/mutation_policy_socketLan/README.md +7 -0
  23. catocli/parsers/mutation_policy_socketLan_addRule/README.md +18 -0
  24. catocli/parsers/mutation_policy_socketLan_addSection/README.md +18 -0
  25. catocli/parsers/mutation_policy_socketLan_createPolicyRevision/README.md +18 -0
  26. catocli/parsers/mutation_policy_socketLan_discardPolicyRevision/README.md +18 -0
  27. catocli/parsers/mutation_policy_socketLan_moveRule/README.md +18 -0
  28. catocli/parsers/mutation_policy_socketLan_moveSection/README.md +18 -0
  29. catocli/parsers/mutation_policy_socketLan_publishPolicyRevision/README.md +18 -0
  30. catocli/parsers/mutation_policy_socketLan_removeRule/README.md +18 -0
  31. catocli/parsers/mutation_policy_socketLan_removeSection/README.md +18 -0
  32. catocli/parsers/mutation_policy_socketLan_updatePolicy/README.md +18 -0
  33. catocli/parsers/mutation_policy_socketLan_updateRule/README.md +18 -0
  34. catocli/parsers/mutation_policy_socketLan_updateSection/README.md +18 -0
  35. catocli/parsers/mutation_policy_wanNetwork/README.md +7 -0
  36. catocli/parsers/mutation_policy_wanNetwork_addRule/README.md +18 -0
  37. catocli/parsers/mutation_policy_wanNetwork_addSection/README.md +18 -0
  38. catocli/parsers/mutation_policy_wanNetwork_createPolicyRevision/README.md +18 -0
  39. catocli/parsers/mutation_policy_wanNetwork_discardPolicyRevision/README.md +18 -0
  40. catocli/parsers/mutation_policy_wanNetwork_moveRule/README.md +18 -0
  41. catocli/parsers/mutation_policy_wanNetwork_moveSection/README.md +18 -0
  42. catocli/parsers/mutation_policy_wanNetwork_publishPolicyRevision/README.md +18 -0
  43. catocli/parsers/mutation_policy_wanNetwork_removeRule/README.md +18 -0
  44. catocli/parsers/mutation_policy_wanNetwork_removeSection/README.md +18 -0
  45. catocli/parsers/mutation_policy_wanNetwork_updatePolicy/README.md +18 -0
  46. catocli/parsers/mutation_policy_wanNetwork_updateRule/README.md +18 -0
  47. catocli/parsers/mutation_policy_wanNetwork_updateSection/README.md +18 -0
  48. catocli/parsers/mutation_sandbox/README.md +7 -0
  49. catocli/parsers/mutation_sandbox/__init__.py +37 -0
  50. catocli/parsers/mutation_sandbox_deleteReport/README.md +17 -0
  51. catocli/parsers/mutation_sandbox_uploadFile/README.md +17 -0
  52. catocli/parsers/mutation_site/__init__.py +28 -0
  53. catocli/parsers/mutation_site_addIpsecIkeV2Site/README.md +1 -1
  54. catocli/parsers/mutation_site_addIpsecIkeV2SiteTunnels/README.md +1 -1
  55. catocli/parsers/mutation_site_addSecondaryAwsVSocket/README.md +17 -0
  56. catocli/parsers/mutation_site_addSecondaryAzureVSocket/README.md +17 -0
  57. catocli/parsers/mutation_site_addSocketSite/README.md +1 -1
  58. catocli/parsers/mutation_site_updateIpsecIkeV2SiteTunnels/README.md +1 -1
  59. catocli/parsers/mutation_site_updateSocketInterface/README.md +1 -1
  60. catocli/parsers/mutation_sites/__init__.py +28 -0
  61. catocli/parsers/mutation_sites_addIpsecIkeV2Site/README.md +1 -1
  62. catocli/parsers/mutation_sites_addIpsecIkeV2SiteTunnels/README.md +1 -1
  63. catocli/parsers/mutation_sites_addSecondaryAwsVSocket/README.md +17 -0
  64. catocli/parsers/mutation_sites_addSecondaryAzureVSocket/README.md +17 -0
  65. catocli/parsers/mutation_sites_addSocketSite/README.md +1 -1
  66. catocli/parsers/mutation_sites_updateIpsecIkeV2SiteTunnels/README.md +1 -1
  67. catocli/parsers/mutation_sites_updateSocketInterface/README.md +1 -1
  68. catocli/parsers/mutation_xdr/README.md +7 -0
  69. catocli/parsers/mutation_xdr/__init__.py +51 -0
  70. catocli/parsers/mutation_xdr_addStoryComment/README.md +17 -0
  71. catocli/parsers/mutation_xdr_analystFeedback/README.md +18 -0
  72. catocli/parsers/mutation_xdr_deleteStoryComment/README.md +17 -0
  73. catocli/parsers/query_accountMetrics/README.md +2 -1
  74. catocli/parsers/query_appStatsTimeSeries/README.md +2 -1
  75. catocli/parsers/query_eventsFeed/README.md +1 -1
  76. catocli/parsers/query_eventsTimeSeries/README.md +2 -1
  77. catocli/parsers/query_policy/README.md +4 -1
  78. catocli/parsers/query_sandbox/README.md +17 -0
  79. catocli/parsers/query_sandbox/__init__.py +17 -0
  80. catocli/parsers/query_siteLocation/README.md +1 -1
  81. catocli/parsers/query_xdr_story/README.md +1 -1
  82. {catocli-1.0.19.dist-info → catocli-1.0.21.dist-info}/METADATA +1 -1
  83. {catocli-1.0.19.dist-info → catocli-1.0.21.dist-info}/RECORD +166 -66
  84. models/mutation.admin.addAdmin.json +0 -60
  85. models/mutation.admin.updateAdmin.json +0 -57
  86. models/mutation.policy.dynamicIpAllocation.addRule.json +3696 -0
  87. models/mutation.policy.dynamicIpAllocation.addSection.json +1358 -0
  88. models/mutation.policy.dynamicIpAllocation.createPolicyRevision.json +2175 -0
  89. models/mutation.policy.dynamicIpAllocation.discardPolicyRevision.json +2109 -0
  90. models/mutation.policy.dynamicIpAllocation.moveRule.json +1907 -0
  91. models/mutation.policy.dynamicIpAllocation.moveSection.json +1259 -0
  92. models/mutation.policy.dynamicIpAllocation.publishPolicyRevision.json +2166 -0
  93. models/mutation.policy.dynamicIpAllocation.removeRule.json +1555 -0
  94. models/mutation.policy.dynamicIpAllocation.removeSection.json +958 -0
  95. models/mutation.policy.dynamicIpAllocation.updatePolicy.json +2185 -0
  96. models/mutation.policy.dynamicIpAllocation.updateRule.json +3374 -0
  97. models/mutation.policy.dynamicIpAllocation.updateSection.json +1111 -0
  98. models/mutation.policy.internetFirewall.addRule.json +18 -18
  99. models/mutation.policy.internetFirewall.createPolicyRevision.json +4 -4
  100. models/mutation.policy.internetFirewall.discardPolicyRevision.json +4 -4
  101. models/mutation.policy.internetFirewall.moveRule.json +4 -4
  102. models/mutation.policy.internetFirewall.publishPolicyRevision.json +4 -4
  103. models/mutation.policy.internetFirewall.removeRule.json +4 -4
  104. models/mutation.policy.internetFirewall.updatePolicy.json +4 -4
  105. models/mutation.policy.internetFirewall.updateRule.json +18 -18
  106. models/mutation.policy.socketLan.addRule.json +11266 -0
  107. models/mutation.policy.socketLan.addSection.json +1358 -0
  108. models/mutation.policy.socketLan.createPolicyRevision.json +3926 -0
  109. models/mutation.policy.socketLan.discardPolicyRevision.json +3860 -0
  110. models/mutation.policy.socketLan.moveRule.json +3658 -0
  111. models/mutation.policy.socketLan.moveSection.json +1259 -0
  112. models/mutation.policy.socketLan.publishPolicyRevision.json +3917 -0
  113. models/mutation.policy.socketLan.removeRule.json +3306 -0
  114. models/mutation.policy.socketLan.removeSection.json +958 -0
  115. models/mutation.policy.socketLan.updatePolicy.json +3936 -0
  116. models/mutation.policy.socketLan.updateRule.json +10860 -0
  117. models/mutation.policy.socketLan.updateSection.json +1111 -0
  118. models/mutation.policy.wanNetwork.addRule.json +30614 -0
  119. models/mutation.policy.wanNetwork.addSection.json +1358 -0
  120. models/mutation.policy.wanNetwork.createPolicyRevision.json +8251 -0
  121. models/mutation.policy.wanNetwork.discardPolicyRevision.json +8185 -0
  122. models/mutation.policy.wanNetwork.moveRule.json +7983 -0
  123. models/mutation.policy.wanNetwork.moveSection.json +1259 -0
  124. models/mutation.policy.wanNetwork.publishPolicyRevision.json +8242 -0
  125. models/mutation.policy.wanNetwork.removeRule.json +7631 -0
  126. models/mutation.policy.wanNetwork.removeSection.json +958 -0
  127. models/mutation.policy.wanNetwork.updatePolicy.json +8261 -0
  128. models/mutation.policy.wanNetwork.updateRule.json +30145 -0
  129. models/mutation.policy.wanNetwork.updateSection.json +1111 -0
  130. models/mutation.sandbox.deleteReport.json +302 -0
  131. models/mutation.sandbox.uploadFile.json +301 -0
  132. models/mutation.site.addIpsecIkeV2Site.json +57 -0
  133. models/mutation.site.addIpsecIkeV2SiteTunnels.json +222 -0
  134. models/mutation.site.addSecondaryAwsVSocket.json +707 -0
  135. models/mutation.site.addSecondaryAzureVSocket.json +647 -0
  136. models/mutation.site.addSocketSite.json +72 -15
  137. models/mutation.site.updateIpsecIkeV2SiteTunnels.json +222 -0
  138. models/mutation.site.updateNetworkRange.json +3 -3
  139. models/mutation.site.updateSocketInterface.json +126 -18
  140. models/mutation.sites.addIpsecIkeV2Site.json +57 -0
  141. models/mutation.sites.addIpsecIkeV2SiteTunnels.json +222 -0
  142. models/mutation.sites.addSecondaryAwsVSocket.json +707 -0
  143. models/mutation.sites.addSecondaryAzureVSocket.json +647 -0
  144. models/mutation.sites.addSocketSite.json +72 -15
  145. models/mutation.sites.updateIpsecIkeV2SiteTunnels.json +222 -0
  146. models/mutation.sites.updateNetworkRange.json +3 -3
  147. models/mutation.sites.updateSocketInterface.json +126 -18
  148. models/mutation.xdr.addStoryComment.json +622 -0
  149. models/mutation.xdr.analystFeedback.json +28820 -0
  150. models/mutation.xdr.deleteStoryComment.json +622 -0
  151. models/query.accountMetrics.json +592 -0
  152. models/query.accountSnapshot.json +308 -0
  153. models/query.appStatsTimeSeries.json +37 -0
  154. models/query.auditFeed.json +352 -52
  155. models/query.events.json +1434 -234
  156. models/query.eventsFeed.json +352 -52
  157. models/query.eventsTimeSeries.json +1113 -176
  158. models/query.policy.json +22867 -9389
  159. models/query.sandbox.json +2111 -0
  160. models/query.xdr.stories.json +134 -4
  161. models/query.xdr.story.json +116 -4
  162. schema/catolib.py +4 -5
  163. {catocli-1.0.19.dist-info → catocli-1.0.21.dist-info}/LICENSE +0 -0
  164. {catocli-1.0.19.dist-info → catocli-1.0.21.dist-info}/WHEEL +0 -0
  165. {catocli-1.0.19.dist-info → catocli-1.0.21.dist-info}/entry_points.txt +0 -0
  166. {catocli-1.0.19.dist-info → catocli-1.0.21.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,1111 @@
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
+ "updateSection": {
25
+ "args": {
26
+ "updateSection___input": {
27
+ "defaultValue": null,
28
+ "description": null,
29
+ "id_str": "updateSection___input",
30
+ "name": "input",
31
+ "path": "updateSection.input",
32
+ "requestStr": "$policyUpdateSectionInput:PolicyUpdateSectionInput! ",
33
+ "required": true,
34
+ "responseStr": "input:$policyUpdateSectionInput ",
35
+ "type": {
36
+ "definition": {
37
+ "description": null,
38
+ "enumValues": null,
39
+ "fields": null,
40
+ "inputFields": {
41
+ "id": {
42
+ "defaultValue": null,
43
+ "description": null,
44
+ "id_str": "updateSection___input___id",
45
+ "name": "id",
46
+ "path": "updateSection.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
+ "section": {
61
+ "defaultValue": null,
62
+ "description": null,
63
+ "id_str": "updateSection___input___section",
64
+ "name": "section",
65
+ "path": "updateSection.input.section",
66
+ "requestStr": "$policyUpdateSectionInfoInput:PolicyUpdateSectionInfoInput! ",
67
+ "required": true,
68
+ "responseStr": "section:$policyUpdateSectionInfoInput ",
69
+ "type": {
70
+ "definition": {
71
+ "description": null,
72
+ "enumValues": null,
73
+ "fields": null,
74
+ "inputFields": {
75
+ "name": {
76
+ "defaultValue": null,
77
+ "description": null,
78
+ "id_str": "updateSection___input___section___name",
79
+ "name": "name",
80
+ "path": "updateSection.input.section.name",
81
+ "requestStr": "$name:String ",
82
+ "required": false,
83
+ "responseStr": "name:$name ",
84
+ "type": {
85
+ "kind": [
86
+ "SCALAR"
87
+ ],
88
+ "name": "String",
89
+ "non_null": false
90
+ },
91
+ "varName": "name"
92
+ }
93
+ },
94
+ "interfaces": null,
95
+ "kind": "INPUT_OBJECT",
96
+ "name": "PolicyUpdateSectionInfoInput",
97
+ "possibleTypes": null
98
+ },
99
+ "indexType": "input_object",
100
+ "kind": [
101
+ "NON_NULL",
102
+ "INPUT_OBJECT"
103
+ ],
104
+ "name": "PolicyUpdateSectionInfoInput",
105
+ "non_null": false
106
+ },
107
+ "varName": "policyUpdateSectionInfoInput"
108
+ }
109
+ },
110
+ "interfaces": null,
111
+ "kind": "INPUT_OBJECT",
112
+ "name": "PolicyUpdateSectionInput",
113
+ "possibleTypes": null
114
+ },
115
+ "indexType": "input_object",
116
+ "kind": [
117
+ "NON_NULL",
118
+ "INPUT_OBJECT"
119
+ ],
120
+ "name": "PolicyUpdateSectionInput",
121
+ "non_null": false
122
+ },
123
+ "varName": "policyUpdateSectionInput"
124
+ }
125
+ },
126
+ "deprecationReason": null,
127
+ "description": null,
128
+ "isDeprecated": false,
129
+ "name": "updateSection",
130
+ "type": {
131
+ "kind": "NON_NULL",
132
+ "name": null,
133
+ "ofType": {
134
+ "kind": "OBJECT",
135
+ "name": "PolicySectionMutationPayload",
136
+ "ofType": null
137
+ }
138
+ }
139
+ },
140
+ "wanNetwork": {
141
+ "args": {
142
+ "wanNetwork___input": {
143
+ "defaultValue": null,
144
+ "description": null,
145
+ "id_str": "wanNetwork___input",
146
+ "name": "input",
147
+ "path": "wanNetwork.input",
148
+ "requestStr": "$wanNetworkPolicyMutationInput:WanNetworkPolicyMutationInput ",
149
+ "required": false,
150
+ "responseStr": "input:$wanNetworkPolicyMutationInput ",
151
+ "type": {
152
+ "definition": {
153
+ "description": null,
154
+ "enumValues": null,
155
+ "fields": null,
156
+ "inputFields": {
157
+ "revision": {
158
+ "defaultValue": null,
159
+ "description": null,
160
+ "id_str": "wanNetwork___input___revision",
161
+ "name": "revision",
162
+ "path": "wanNetwork.input.revision",
163
+ "requestStr": "$policyMutationRevisionInput:PolicyMutationRevisionInput ",
164
+ "required": false,
165
+ "responseStr": "revision:$policyMutationRevisionInput ",
166
+ "type": {
167
+ "definition": {
168
+ "description": null,
169
+ "enumValues": null,
170
+ "fields": null,
171
+ "inputFields": {
172
+ "id": {
173
+ "defaultValue": null,
174
+ "description": null,
175
+ "id_str": "wanNetwork___input___revision___id",
176
+ "name": "id",
177
+ "path": "wanNetwork.input.revision.id",
178
+ "requestStr": "$id:ID ",
179
+ "required": false,
180
+ "responseStr": "id:$id ",
181
+ "type": {
182
+ "kind": [
183
+ "SCALAR"
184
+ ],
185
+ "name": "ID",
186
+ "non_null": false
187
+ },
188
+ "varName": "id"
189
+ }
190
+ },
191
+ "interfaces": null,
192
+ "kind": "INPUT_OBJECT",
193
+ "name": "PolicyMutationRevisionInput",
194
+ "possibleTypes": null
195
+ },
196
+ "indexType": "input_object",
197
+ "kind": [
198
+ "INPUT_OBJECT"
199
+ ],
200
+ "name": "PolicyMutationRevisionInput",
201
+ "non_null": false
202
+ },
203
+ "varName": "policyMutationRevisionInput"
204
+ }
205
+ },
206
+ "interfaces": null,
207
+ "kind": "INPUT_OBJECT",
208
+ "name": "WanNetworkPolicyMutationInput",
209
+ "possibleTypes": null
210
+ },
211
+ "indexType": "input_object",
212
+ "kind": [
213
+ "INPUT_OBJECT"
214
+ ],
215
+ "name": "WanNetworkPolicyMutationInput",
216
+ "non_null": false
217
+ },
218
+ "varName": "wanNetworkPolicyMutationInput"
219
+ }
220
+ },
221
+ "deprecationReason": null,
222
+ "description": null,
223
+ "isDeprecated": false,
224
+ "name": "wanNetwork",
225
+ "type": {
226
+ "kind": "OBJECT",
227
+ "name": "WanNetworkPolicyMutations",
228
+ "ofType": null
229
+ }
230
+ }
231
+ },
232
+ "deprecationReason": null,
233
+ "description": null,
234
+ "fieldTypes": {
235
+ "PolicyElementAudit": true,
236
+ "PolicyElementPropertiesEnum": true,
237
+ "PolicyMutationError": true,
238
+ "PolicyMutationRevisionInput": true,
239
+ "PolicyMutationStatus": true,
240
+ "PolicySectionInfo": true,
241
+ "PolicySectionMutationPayload": true,
242
+ "PolicySectionPayload": true,
243
+ "PolicyUpdateSectionInfoInput": true,
244
+ "WanNetworkPolicyMutations": true
245
+ },
246
+ "isDeprecated": false,
247
+ "name": "policy",
248
+ "operationArgs": {
249
+ "accountId": {
250
+ "defaultValue": null,
251
+ "description": null,
252
+ "id_str": "accountId",
253
+ "name": "accountId",
254
+ "path": "accountId",
255
+ "requestStr": "$accountId:ID! ",
256
+ "required": true,
257
+ "responseStr": "accountId:$accountId ",
258
+ "type": {
259
+ "kind": [
260
+ "NON_NULL",
261
+ "SCALAR"
262
+ ],
263
+ "name": "ID",
264
+ "non_null": false
265
+ },
266
+ "varName": "accountId"
267
+ },
268
+ "policyUpdateSectionInput": {
269
+ "defaultValue": null,
270
+ "description": null,
271
+ "id_str": "updateSection___input",
272
+ "name": "input",
273
+ "path": "updateSection.input",
274
+ "requestStr": "$policyUpdateSectionInput:PolicyUpdateSectionInput! ",
275
+ "required": true,
276
+ "responseStr": "input:$policyUpdateSectionInput ",
277
+ "type": {
278
+ "definition": {
279
+ "description": null,
280
+ "enumValues": null,
281
+ "fields": null,
282
+ "inputFields": {
283
+ "id": {
284
+ "defaultValue": null,
285
+ "description": null,
286
+ "id_str": "updateSection___input___id",
287
+ "name": "id",
288
+ "path": "updateSection.input.id",
289
+ "requestStr": "$id:ID! ",
290
+ "required": true,
291
+ "responseStr": "id:$id ",
292
+ "type": {
293
+ "kind": [
294
+ "NON_NULL",
295
+ "SCALAR"
296
+ ],
297
+ "name": "ID",
298
+ "non_null": false
299
+ },
300
+ "varName": "id"
301
+ },
302
+ "section": {
303
+ "defaultValue": null,
304
+ "description": null,
305
+ "id_str": "updateSection___input___section",
306
+ "name": "section",
307
+ "path": "updateSection.input.section",
308
+ "requestStr": "$policyUpdateSectionInfoInput:PolicyUpdateSectionInfoInput! ",
309
+ "required": true,
310
+ "responseStr": "section:$policyUpdateSectionInfoInput ",
311
+ "type": {
312
+ "definition": {
313
+ "description": null,
314
+ "enumValues": null,
315
+ "fields": null,
316
+ "inputFields": {
317
+ "name": {
318
+ "defaultValue": null,
319
+ "description": null,
320
+ "id_str": "updateSection___input___section___name",
321
+ "name": "name",
322
+ "path": "updateSection.input.section.name",
323
+ "requestStr": "$name:String ",
324
+ "required": false,
325
+ "responseStr": "name:$name ",
326
+ "type": {
327
+ "kind": [
328
+ "SCALAR"
329
+ ],
330
+ "name": "String",
331
+ "non_null": false
332
+ },
333
+ "varName": "name"
334
+ }
335
+ },
336
+ "interfaces": null,
337
+ "kind": "INPUT_OBJECT",
338
+ "name": "PolicyUpdateSectionInfoInput",
339
+ "possibleTypes": null
340
+ },
341
+ "indexType": "input_object",
342
+ "kind": [
343
+ "NON_NULL",
344
+ "INPUT_OBJECT"
345
+ ],
346
+ "name": "PolicyUpdateSectionInfoInput",
347
+ "non_null": false
348
+ },
349
+ "varName": "policyUpdateSectionInfoInput"
350
+ }
351
+ },
352
+ "interfaces": null,
353
+ "kind": "INPUT_OBJECT",
354
+ "name": "PolicyUpdateSectionInput",
355
+ "possibleTypes": null
356
+ },
357
+ "indexType": "input_object",
358
+ "kind": [
359
+ "NON_NULL",
360
+ "INPUT_OBJECT"
361
+ ],
362
+ "name": "PolicyUpdateSectionInput",
363
+ "non_null": false
364
+ },
365
+ "varName": "policyUpdateSectionInput"
366
+ },
367
+ "wanNetworkPolicyMutationInput": {
368
+ "defaultValue": null,
369
+ "description": null,
370
+ "id_str": "wanNetwork___input",
371
+ "name": "input",
372
+ "path": "wanNetwork.input",
373
+ "requestStr": "$wanNetworkPolicyMutationInput:WanNetworkPolicyMutationInput ",
374
+ "required": false,
375
+ "responseStr": "input:$wanNetworkPolicyMutationInput ",
376
+ "type": {
377
+ "definition": {
378
+ "description": null,
379
+ "enumValues": null,
380
+ "fields": null,
381
+ "inputFields": {
382
+ "revision": {
383
+ "defaultValue": null,
384
+ "description": null,
385
+ "id_str": "wanNetwork___input___revision",
386
+ "name": "revision",
387
+ "path": "wanNetwork.input.revision",
388
+ "requestStr": "$policyMutationRevisionInput:PolicyMutationRevisionInput ",
389
+ "required": false,
390
+ "responseStr": "revision:$policyMutationRevisionInput ",
391
+ "type": {
392
+ "definition": {
393
+ "description": null,
394
+ "enumValues": null,
395
+ "fields": null,
396
+ "inputFields": {
397
+ "id": {
398
+ "defaultValue": null,
399
+ "description": null,
400
+ "id_str": "wanNetwork___input___revision___id",
401
+ "name": "id",
402
+ "path": "wanNetwork.input.revision.id",
403
+ "requestStr": "$id:ID ",
404
+ "required": false,
405
+ "responseStr": "id:$id ",
406
+ "type": {
407
+ "kind": [
408
+ "SCALAR"
409
+ ],
410
+ "name": "ID",
411
+ "non_null": false
412
+ },
413
+ "varName": "id"
414
+ }
415
+ },
416
+ "interfaces": null,
417
+ "kind": "INPUT_OBJECT",
418
+ "name": "PolicyMutationRevisionInput",
419
+ "possibleTypes": null
420
+ },
421
+ "indexType": "input_object",
422
+ "kind": [
423
+ "INPUT_OBJECT"
424
+ ],
425
+ "name": "PolicyMutationRevisionInput",
426
+ "non_null": false
427
+ },
428
+ "varName": "policyMutationRevisionInput"
429
+ }
430
+ },
431
+ "interfaces": null,
432
+ "kind": "INPUT_OBJECT",
433
+ "name": "WanNetworkPolicyMutationInput",
434
+ "possibleTypes": null
435
+ },
436
+ "indexType": "input_object",
437
+ "kind": [
438
+ "INPUT_OBJECT"
439
+ ],
440
+ "name": "WanNetworkPolicyMutationInput",
441
+ "non_null": false
442
+ },
443
+ "varName": "wanNetworkPolicyMutationInput"
444
+ }
445
+ },
446
+ "path": "mutation.policy.wanNetwork.updateSection",
447
+ "type": {
448
+ "definition": {
449
+ "description": "Policies that can be configured with mutation APIs.",
450
+ "enumValues": null,
451
+ "fields": {
452
+ "wanNetwork": {
453
+ "args": {
454
+ "wanNetwork___input": {
455
+ "defaultValue": null,
456
+ "description": null,
457
+ "id_str": "wanNetwork___input",
458
+ "name": "input",
459
+ "path": "wanNetwork.input",
460
+ "requestStr": "$wanNetworkPolicyMutationInput:WanNetworkPolicyMutationInput ",
461
+ "required": false,
462
+ "responseStr": "input:$wanNetworkPolicyMutationInput ",
463
+ "type": {
464
+ "definition": {
465
+ "description": null,
466
+ "enumValues": null,
467
+ "fields": null,
468
+ "inputFields": {
469
+ "revision": {
470
+ "defaultValue": null,
471
+ "description": null,
472
+ "id_str": "wanNetwork___input___revision",
473
+ "name": "revision",
474
+ "path": "wanNetwork.input.revision",
475
+ "requestStr": "$policyMutationRevisionInput:PolicyMutationRevisionInput ",
476
+ "required": false,
477
+ "responseStr": "revision:$policyMutationRevisionInput ",
478
+ "type": {
479
+ "definition": {
480
+ "description": null,
481
+ "enumValues": null,
482
+ "fields": null,
483
+ "inputFields": {
484
+ "id": {
485
+ "defaultValue": null,
486
+ "description": null,
487
+ "id_str": "wanNetwork___input___revision___id",
488
+ "name": "id",
489
+ "path": "wanNetwork.input.revision.id",
490
+ "requestStr": "$id:ID ",
491
+ "required": false,
492
+ "responseStr": "id:$id ",
493
+ "type": {
494
+ "kind": [
495
+ "SCALAR"
496
+ ],
497
+ "name": "ID",
498
+ "non_null": false
499
+ },
500
+ "varName": "id"
501
+ }
502
+ },
503
+ "interfaces": null,
504
+ "kind": "INPUT_OBJECT",
505
+ "name": "PolicyMutationRevisionInput",
506
+ "possibleTypes": null
507
+ },
508
+ "indexType": "input_object",
509
+ "kind": [
510
+ "INPUT_OBJECT"
511
+ ],
512
+ "name": "PolicyMutationRevisionInput",
513
+ "non_null": false
514
+ },
515
+ "varName": "policyMutationRevisionInput"
516
+ }
517
+ },
518
+ "interfaces": null,
519
+ "kind": "INPUT_OBJECT",
520
+ "name": "WanNetworkPolicyMutationInput",
521
+ "possibleTypes": null
522
+ },
523
+ "indexType": "input_object",
524
+ "kind": [
525
+ "INPUT_OBJECT"
526
+ ],
527
+ "name": "WanNetworkPolicyMutationInput",
528
+ "non_null": false
529
+ },
530
+ "varName": "wanNetworkPolicyMutationInput"
531
+ }
532
+ },
533
+ "deprecationReason": null,
534
+ "description": null,
535
+ "id_str": "wanNetwork",
536
+ "isDeprecated": false,
537
+ "name": "wanNetwork",
538
+ "path": "wanNetwork",
539
+ "requestStr": "$wanNetworkPolicyMutations:WanNetworkPolicyMutations ",
540
+ "required": false,
541
+ "responseStr": "wanNetwork:$wanNetworkPolicyMutations ",
542
+ "type": {
543
+ "definition": {
544
+ "description": null,
545
+ "enumValues": null,
546
+ "fields": {
547
+ "updateSection": {
548
+ "args": {
549
+ "updateSection___input": {
550
+ "defaultValue": null,
551
+ "description": null,
552
+ "id_str": "updateSection___input",
553
+ "name": "input",
554
+ "path": "updateSection.input",
555
+ "requestStr": "$policyUpdateSectionInput:PolicyUpdateSectionInput! ",
556
+ "required": true,
557
+ "responseStr": "input:$policyUpdateSectionInput ",
558
+ "type": {
559
+ "definition": {
560
+ "description": null,
561
+ "enumValues": null,
562
+ "fields": null,
563
+ "inputFields": {
564
+ "id": {
565
+ "defaultValue": null,
566
+ "description": null,
567
+ "id_str": "updateSection___input___id",
568
+ "name": "id",
569
+ "path": "updateSection.input.id",
570
+ "requestStr": "$id:ID! ",
571
+ "required": true,
572
+ "responseStr": "id:$id ",
573
+ "type": {
574
+ "kind": [
575
+ "NON_NULL",
576
+ "SCALAR"
577
+ ],
578
+ "name": "ID",
579
+ "non_null": false
580
+ },
581
+ "varName": "id"
582
+ },
583
+ "section": {
584
+ "defaultValue": null,
585
+ "description": null,
586
+ "id_str": "updateSection___input___section",
587
+ "name": "section",
588
+ "path": "updateSection.input.section",
589
+ "requestStr": "$policyUpdateSectionInfoInput:PolicyUpdateSectionInfoInput! ",
590
+ "required": true,
591
+ "responseStr": "section:$policyUpdateSectionInfoInput ",
592
+ "type": {
593
+ "definition": {
594
+ "description": null,
595
+ "enumValues": null,
596
+ "fields": null,
597
+ "inputFields": {
598
+ "name": {
599
+ "defaultValue": null,
600
+ "description": null,
601
+ "id_str": "updateSection___input___section___name",
602
+ "name": "name",
603
+ "path": "updateSection.input.section.name",
604
+ "requestStr": "$name:String ",
605
+ "required": false,
606
+ "responseStr": "name:$name ",
607
+ "type": {
608
+ "kind": [
609
+ "SCALAR"
610
+ ],
611
+ "name": "String",
612
+ "non_null": false
613
+ },
614
+ "varName": "name"
615
+ }
616
+ },
617
+ "interfaces": null,
618
+ "kind": "INPUT_OBJECT",
619
+ "name": "PolicyUpdateSectionInfoInput",
620
+ "possibleTypes": null
621
+ },
622
+ "indexType": "input_object",
623
+ "kind": [
624
+ "NON_NULL",
625
+ "INPUT_OBJECT"
626
+ ],
627
+ "name": "PolicyUpdateSectionInfoInput",
628
+ "non_null": false
629
+ },
630
+ "varName": "policyUpdateSectionInfoInput"
631
+ }
632
+ },
633
+ "interfaces": null,
634
+ "kind": "INPUT_OBJECT",
635
+ "name": "PolicyUpdateSectionInput",
636
+ "possibleTypes": null
637
+ },
638
+ "indexType": "input_object",
639
+ "kind": [
640
+ "NON_NULL",
641
+ "INPUT_OBJECT"
642
+ ],
643
+ "name": "PolicyUpdateSectionInput",
644
+ "non_null": false
645
+ },
646
+ "varName": "policyUpdateSectionInput"
647
+ }
648
+ },
649
+ "deprecationReason": null,
650
+ "description": null,
651
+ "id_str": "wanNetwork___updateSection",
652
+ "isDeprecated": false,
653
+ "name": "updateSection",
654
+ "path": "wanNetwork.updateSection",
655
+ "requestStr": "$policySectionMutationPayload:PolicySectionMutationPayload! ",
656
+ "required": true,
657
+ "responseStr": "updateSection:$policySectionMutationPayload ",
658
+ "type": {
659
+ "definition": {
660
+ "description": null,
661
+ "enumValues": null,
662
+ "fields": {
663
+ "errors": {
664
+ "alias": "policyMutationErrorErrors: errors",
665
+ "args": {},
666
+ "deprecationReason": null,
667
+ "description": null,
668
+ "id_str": "wanNetwork___updateSection___errors",
669
+ "isDeprecated": false,
670
+ "name": "errors",
671
+ "path": "wanNetwork.updateSection.errors",
672
+ "requestStr": "$policyMutationError:[PolicyMutationError]! ",
673
+ "required": true,
674
+ "responseStr": "errors:$policyMutationError ",
675
+ "type": {
676
+ "definition": {
677
+ "description": "The `PolicyMutationError` enum defines various error messages related to policy publishing in the policy platform service.\n\n## Policy Errors\n\n### `ConcurrentPolicyPublish`\n- **Error Message:** \"Another policy is currently publishing\"\n\n### `PolicyRevisionMismatch`\n- **Error Message:** \"Revision is not owned by the admin\"\n\n### `PolicyRevisionNotFound`\n- **Error Message:** \"Revision was not found\"\n\n### `PolicyInvalidEntity`\n- **Error Message:** \"Invalid entity\"\n\n### `DuplicateRuleName`\n- **Error Message:** \"Rule with the same name already exists\"\n\n### `DuplicateSectionName`\n- **Error Message:** \"Section with the same name already exists\"\n\n### `PolicyFailure`\n- **Error Message:** \"Can\u2019t publish policy due to an internal error. Please try again in a few minutes\"\n\n\n## Rule Errors\n\n### `ruleIsLocked`\n- **Error Message:** \"Rule is locked by another revision\"\n\n### `ruleWasRemoved`\n- **Error Message:** \"Rule was already removed\"\n\n### `ruleNotExist`\n- **Error Message:** \"Rule does not exist\"\n\n### `ruleSectionNotExist`\n- **Error Message:** \"Section does not exist\"\n\n### `ruleSectionIsLocked`\n- **Error Message:** \"Section is locked by another revision\"\n\n### `rulePositionInvalid`\n- **Error Message:** \"Rule position is invalid\"\n\n### `ruleNameIsEmpty`\n- **Error Message:** \"Rule name can't be empty\"\n\n### `ruleNameAlreadyExists`\n- **Error Message:** \"Rule with the same name already exists\"\n\n### `ruleSystemModification`\n- **Error Message:** \"Can't modify a system rule\"\n\n### `ruleSystemMove`\n- **Error Message:** \"Can't add a rule above the system rules\"\n\n### `ruleHasInvalidEntity`\n- **Error Message:** \"Rule has an invalid entity\"\n\n### `failedValidatingRule`\n- **Error Message:** \"Something went wrong, couldn't validate rule\"\n\n\n## Section Errors\n\n### `sectionIsLocked`\n- **Error Message:** \"Section is locked by another revision\"\n\n### `sectionSystemMove`\n- **Error Message:** \"Section with system rules cannot be moved or removed\"\n\n### `sectionNotExist`\n- **Error Message:** \"Section does not exist\"\n\n### `sectionPositionInvalid`\n- **Error Message:** \"Section position is invalid\"",
678
+ "enumValues": null,
679
+ "fields": {
680
+ "errorCode": {
681
+ "args": {},
682
+ "deprecationReason": null,
683
+ "description": null,
684
+ "id_str": "wanNetwork___updateSection___errors___errorCode",
685
+ "isDeprecated": false,
686
+ "name": "errorCode",
687
+ "path": "wanNetwork.updateSection.errors.errorCode",
688
+ "requestStr": "$errorCode:String ",
689
+ "required": false,
690
+ "responseStr": "errorCode:$errorCode ",
691
+ "type": {
692
+ "kind": [
693
+ "SCALAR"
694
+ ],
695
+ "name": "String",
696
+ "non_null": false
697
+ },
698
+ "varName": "errorCode"
699
+ },
700
+ "errorMessage": {
701
+ "args": {},
702
+ "deprecationReason": null,
703
+ "description": null,
704
+ "id_str": "wanNetwork___updateSection___errors___errorMessage",
705
+ "isDeprecated": false,
706
+ "name": "errorMessage",
707
+ "path": "wanNetwork.updateSection.errors.errorMessage",
708
+ "requestStr": "$errorMessage:String ",
709
+ "required": false,
710
+ "responseStr": "errorMessage:$errorMessage ",
711
+ "type": {
712
+ "kind": [
713
+ "SCALAR"
714
+ ],
715
+ "name": "String",
716
+ "non_null": false
717
+ },
718
+ "varName": "errorMessage"
719
+ }
720
+ },
721
+ "inputFields": null,
722
+ "interfaces": {},
723
+ "kind": "OBJECT",
724
+ "name": "PolicyMutationError",
725
+ "possibleTypes": null
726
+ },
727
+ "indexType": "object",
728
+ "kind": [
729
+ "NON_NULL",
730
+ "LIST",
731
+ "NON_NULL",
732
+ "OBJECT"
733
+ ],
734
+ "name": "PolicyMutationError",
735
+ "non_null": false
736
+ },
737
+ "varName": "policyMutationError"
738
+ },
739
+ "section": {
740
+ "alias": "policySectionPayloadSection: section",
741
+ "args": {},
742
+ "deprecationReason": null,
743
+ "description": null,
744
+ "id_str": "wanNetwork___updateSection___section",
745
+ "isDeprecated": false,
746
+ "name": "section",
747
+ "path": "wanNetwork.updateSection.section",
748
+ "requestStr": "$policySectionPayload:PolicySectionPayload ",
749
+ "required": false,
750
+ "responseStr": "section:$policySectionPayload ",
751
+ "type": {
752
+ "definition": {
753
+ "description": null,
754
+ "enumValues": null,
755
+ "fields": {
756
+ "audit": {
757
+ "args": {},
758
+ "deprecationReason": null,
759
+ "description": null,
760
+ "id_str": "wanNetwork___updateSection___section___audit",
761
+ "isDeprecated": false,
762
+ "name": "audit",
763
+ "path": "wanNetwork.updateSection.section.audit",
764
+ "requestStr": "$policyElementAudit:PolicyElementAudit! ",
765
+ "required": true,
766
+ "responseStr": "audit:$policyElementAudit ",
767
+ "type": {
768
+ "definition": {
769
+ "description": null,
770
+ "enumValues": null,
771
+ "fields": {
772
+ "updatedBy": {
773
+ "args": {},
774
+ "deprecationReason": null,
775
+ "description": "The admin, or the API-key, that performed the last update",
776
+ "id_str": "wanNetwork___updateSection___section___audit___updatedBy",
777
+ "isDeprecated": false,
778
+ "name": "updatedBy",
779
+ "path": "wanNetwork.updateSection.section.audit.updatedBy",
780
+ "requestStr": "$updatedBy:String! ",
781
+ "required": true,
782
+ "responseStr": "updatedBy:$updatedBy ",
783
+ "type": {
784
+ "kind": [
785
+ "NON_NULL",
786
+ "SCALAR"
787
+ ],
788
+ "name": "String",
789
+ "non_null": false
790
+ },
791
+ "varName": "updatedBy"
792
+ },
793
+ "updatedTime": {
794
+ "args": {},
795
+ "deprecationReason": null,
796
+ "description": "The last date and time the rule was updated",
797
+ "id_str": "wanNetwork___updateSection___section___audit___updatedTime",
798
+ "isDeprecated": false,
799
+ "name": "updatedTime",
800
+ "path": "wanNetwork.updateSection.section.audit.updatedTime",
801
+ "requestStr": "$updatedTime:DateTime! ",
802
+ "required": true,
803
+ "responseStr": "updatedTime:$updatedTime ",
804
+ "type": {
805
+ "kind": [
806
+ "NON_NULL",
807
+ "SCALAR"
808
+ ],
809
+ "name": "DateTime",
810
+ "non_null": false
811
+ },
812
+ "varName": "updatedTime"
813
+ }
814
+ },
815
+ "inputFields": null,
816
+ "interfaces": {},
817
+ "kind": "OBJECT",
818
+ "name": "PolicyElementAudit",
819
+ "possibleTypes": null
820
+ },
821
+ "indexType": "object",
822
+ "kind": [
823
+ "NON_NULL",
824
+ "OBJECT"
825
+ ],
826
+ "name": "PolicyElementAudit",
827
+ "non_null": false
828
+ },
829
+ "varName": "policyElementAudit"
830
+ },
831
+ "properties": {
832
+ "args": {},
833
+ "deprecationReason": null,
834
+ "description": null,
835
+ "id_str": "wanNetwork___updateSection___section___properties",
836
+ "isDeprecated": false,
837
+ "name": "properties",
838
+ "path": "wanNetwork.updateSection.section.properties",
839
+ "requestStr": "$properties:[PolicyElementPropertiesEnum]! ",
840
+ "required": true,
841
+ "responseStr": "properties:$properties ",
842
+ "type": {
843
+ "definition": {
844
+ "description": "Attributes describing the rule state or type",
845
+ "enumValues": [
846
+ {
847
+ "deprecationReason": null,
848
+ "description": "New (added) rule",
849
+ "isDeprecated": false,
850
+ "name": "ADDED"
851
+ },
852
+ {
853
+ "deprecationReason": null,
854
+ "description": "Updated (modified) existing rule",
855
+ "isDeprecated": false,
856
+ "name": "UPDATED"
857
+ },
858
+ {
859
+ "deprecationReason": null,
860
+ "description": "Removed (deleted) rule",
861
+ "isDeprecated": false,
862
+ "name": "REMOVED"
863
+ },
864
+ {
865
+ "deprecationReason": null,
866
+ "description": "A rule moved to a different position",
867
+ "isDeprecated": false,
868
+ "name": "MOVED"
869
+ },
870
+ {
871
+ "deprecationReason": null,
872
+ "description": "A rule locked for changes by other admins",
873
+ "isDeprecated": false,
874
+ "name": "LOCKED"
875
+ },
876
+ {
877
+ "deprecationReason": null,
878
+ "description": "An object can not be moved, or referenced when moving other objects.\nHowever its properties and content can be modified.",
879
+ "isDeprecated": false,
880
+ "name": "ANCHORED"
881
+ },
882
+ {
883
+ "deprecationReason": null,
884
+ "description": "A pre-defined (system) rule that cannot be modified or removed",
885
+ "isDeprecated": false,
886
+ "name": "SYSTEM"
887
+ }
888
+ ],
889
+ "fields": null,
890
+ "inputFields": null,
891
+ "interfaces": null,
892
+ "kind": "ENUM",
893
+ "name": "PolicyElementPropertiesEnum",
894
+ "possibleTypes": null
895
+ },
896
+ "indexType": "enum",
897
+ "kind": [
898
+ "NON_NULL",
899
+ "LIST",
900
+ "NON_NULL",
901
+ "ENUM"
902
+ ],
903
+ "name": "PolicyElementPropertiesEnum",
904
+ "non_null": false
905
+ },
906
+ "varName": "properties"
907
+ },
908
+ "section": {
909
+ "args": {},
910
+ "deprecationReason": null,
911
+ "description": null,
912
+ "id_str": "wanNetwork___updateSection___section___section",
913
+ "isDeprecated": false,
914
+ "name": "section",
915
+ "path": "wanNetwork.updateSection.section.section",
916
+ "requestStr": "$policySectionInfo:PolicySectionInfo! ",
917
+ "required": true,
918
+ "responseStr": "section:$policySectionInfo ",
919
+ "type": {
920
+ "definition": {
921
+ "description": "Define settings for a policy section",
922
+ "enumValues": null,
923
+ "fields": {
924
+ "id": {
925
+ "args": {},
926
+ "deprecationReason": null,
927
+ "description": null,
928
+ "id_str": "wanNetwork___updateSection___section___section___id",
929
+ "isDeprecated": false,
930
+ "name": "id",
931
+ "path": "wanNetwork.updateSection.section.section.id",
932
+ "requestStr": "$id:ID! ",
933
+ "required": true,
934
+ "responseStr": "id:$id ",
935
+ "type": {
936
+ "kind": [
937
+ "NON_NULL",
938
+ "SCALAR"
939
+ ],
940
+ "name": "ID",
941
+ "non_null": false
942
+ },
943
+ "varName": "id"
944
+ },
945
+ "name": {
946
+ "args": {},
947
+ "deprecationReason": null,
948
+ "description": null,
949
+ "id_str": "wanNetwork___updateSection___section___section___name",
950
+ "isDeprecated": false,
951
+ "name": "name",
952
+ "path": "wanNetwork.updateSection.section.section.name",
953
+ "requestStr": "$name:String! ",
954
+ "required": true,
955
+ "responseStr": "name:$name ",
956
+ "type": {
957
+ "kind": [
958
+ "NON_NULL",
959
+ "SCALAR"
960
+ ],
961
+ "name": "String",
962
+ "non_null": false
963
+ },
964
+ "varName": "name"
965
+ }
966
+ },
967
+ "inputFields": null,
968
+ "interfaces": {},
969
+ "kind": "OBJECT",
970
+ "name": "PolicySectionInfo",
971
+ "possibleTypes": null
972
+ },
973
+ "indexType": "object",
974
+ "kind": [
975
+ "NON_NULL",
976
+ "OBJECT"
977
+ ],
978
+ "name": "PolicySectionInfo",
979
+ "non_null": false
980
+ },
981
+ "varName": "policySectionInfo"
982
+ }
983
+ },
984
+ "inputFields": null,
985
+ "interfaces": {},
986
+ "kind": "OBJECT",
987
+ "name": "PolicySectionPayload",
988
+ "possibleTypes": null
989
+ },
990
+ "indexType": "object",
991
+ "kind": [
992
+ "OBJECT"
993
+ ],
994
+ "name": "PolicySectionPayload",
995
+ "non_null": false
996
+ },
997
+ "varName": "policySectionPayload"
998
+ },
999
+ "status": {
1000
+ "alias": "policyMutationStatusStatus: status",
1001
+ "args": {},
1002
+ "deprecationReason": null,
1003
+ "description": null,
1004
+ "id_str": "wanNetwork___updateSection___status",
1005
+ "isDeprecated": false,
1006
+ "name": "status",
1007
+ "path": "wanNetwork.updateSection.status",
1008
+ "requestStr": "$status:PolicyMutationStatus! ",
1009
+ "required": true,
1010
+ "responseStr": "status:$status ",
1011
+ "type": {
1012
+ "definition": {
1013
+ "description": "Enum for the status of a policy mutation",
1014
+ "enumValues": [
1015
+ {
1016
+ "deprecationReason": null,
1017
+ "description": null,
1018
+ "isDeprecated": false,
1019
+ "name": "SUCCESS"
1020
+ },
1021
+ {
1022
+ "deprecationReason": null,
1023
+ "description": null,
1024
+ "isDeprecated": false,
1025
+ "name": "FAILURE"
1026
+ }
1027
+ ],
1028
+ "fields": null,
1029
+ "inputFields": null,
1030
+ "interfaces": null,
1031
+ "kind": "ENUM",
1032
+ "name": "PolicyMutationStatus",
1033
+ "possibleTypes": null
1034
+ },
1035
+ "indexType": "enum",
1036
+ "kind": [
1037
+ "NON_NULL",
1038
+ "ENUM"
1039
+ ],
1040
+ "name": "PolicyMutationStatus",
1041
+ "non_null": false
1042
+ },
1043
+ "varName": "status"
1044
+ }
1045
+ },
1046
+ "inputFields": null,
1047
+ "interfaces": {},
1048
+ "kind": "OBJECT",
1049
+ "name": "PolicySectionMutationPayload",
1050
+ "possibleTypes": null
1051
+ },
1052
+ "indexType": "object",
1053
+ "kind": [
1054
+ "NON_NULL",
1055
+ "OBJECT"
1056
+ ],
1057
+ "name": "PolicySectionMutationPayload",
1058
+ "non_null": false
1059
+ },
1060
+ "varName": "policySectionMutationPayload"
1061
+ }
1062
+ },
1063
+ "inputFields": null,
1064
+ "interfaces": {},
1065
+ "kind": "OBJECT",
1066
+ "name": "WanNetworkPolicyMutations",
1067
+ "possibleTypes": null
1068
+ },
1069
+ "indexType": "object",
1070
+ "kind": [
1071
+ "OBJECT"
1072
+ ],
1073
+ "name": "WanNetworkPolicyMutations",
1074
+ "non_null": false
1075
+ },
1076
+ "varName": "wanNetworkPolicyMutations"
1077
+ }
1078
+ },
1079
+ "inputFields": null,
1080
+ "interfaces": [],
1081
+ "kind": "OBJECT",
1082
+ "name": "PolicyMutations",
1083
+ "possibleTypes": null
1084
+ },
1085
+ "indexType": "object",
1086
+ "kind": [
1087
+ "OBJECT"
1088
+ ],
1089
+ "name": "PolicyMutations",
1090
+ "non_null": false
1091
+ },
1092
+ "variablesPayload": {
1093
+ "policyUpdateSectionInput": {
1094
+ "id": {
1095
+ "id": "ID"
1096
+ },
1097
+ "policyUpdateSectionInfoInput": {
1098
+ "name": {
1099
+ "name": "String"
1100
+ }
1101
+ }
1102
+ },
1103
+ "wanNetworkPolicyMutationInput": {
1104
+ "policyMutationRevisionInput": {
1105
+ "id": {
1106
+ "id": "ID"
1107
+ }
1108
+ }
1109
+ }
1110
+ }
1111
+ }