catocli 3.0.18__py3-none-any.whl → 3.0.22__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 (184) hide show
  1. catocli/Utils/clidriver.py +16 -8
  2. catocli/Utils/formatter_account_metrics.py +544 -0
  3. catocli/Utils/formatter_app_stats.py +184 -0
  4. catocli/Utils/formatter_app_stats_timeseries.py +377 -0
  5. catocli/Utils/formatter_events_timeseries.py +459 -0
  6. catocli/Utils/formatter_socket_port_metrics.py +189 -0
  7. catocli/Utils/formatter_socket_port_metrics_timeseries.py +339 -0
  8. catocli/Utils/formatter_utils.py +251 -0
  9. catocli/__init__.py +1 -1
  10. catocli/clisettings.json +37 -5
  11. catocli/parsers/customParserApiClient.py +206 -65
  12. catocli/parsers/mutation_policy/__init__.py +405 -405
  13. catocli/parsers/mutation_site/__init__.py +15 -15
  14. catocli/parsers/mutation_sites/__init__.py +15 -15
  15. catocli/parsers/query_accountMetrics/README.md +90 -0
  16. catocli/parsers/query_accountMetrics/__init__.py +6 -0
  17. catocli/parsers/query_appStats/README.md +2 -2
  18. catocli/parsers/query_appStats/__init__.py +4 -2
  19. catocli/parsers/query_appStatsTimeSeries/__init__.py +4 -2
  20. catocli/parsers/query_eventsTimeSeries/README.md +280 -0
  21. catocli/parsers/query_eventsTimeSeries/__init__.py +6 -0
  22. catocli/parsers/query_policy/__init__.py +42 -42
  23. catocli/parsers/query_socketPortMetrics/README.md +44 -0
  24. catocli/parsers/query_socketPortMetrics/__init__.py +6 -0
  25. catocli/parsers/query_socketPortMetricsTimeSeries/README.md +83 -0
  26. catocli/parsers/query_socketPortMetricsTimeSeries/__init__.py +4 -2
  27. {catocli-3.0.18.dist-info → catocli-3.0.22.dist-info}/METADATA +1 -1
  28. {catocli-3.0.18.dist-info → catocli-3.0.22.dist-info}/RECORD +179 -177
  29. {catocli-3.0.18.dist-info → catocli-3.0.22.dist-info}/top_level.txt +0 -1
  30. models/mutation.policy.antiMalwareFileHash.addRule.json +20 -0
  31. models/mutation.policy.antiMalwareFileHash.addSection.json +103 -0
  32. models/mutation.policy.antiMalwareFileHash.createPolicyRevision.json +123 -0
  33. models/mutation.policy.antiMalwareFileHash.discardPolicyRevision.json +123 -0
  34. models/mutation.policy.antiMalwareFileHash.moveRule.json +20 -0
  35. models/mutation.policy.antiMalwareFileHash.moveSection.json +103 -0
  36. models/mutation.policy.antiMalwareFileHash.publishPolicyRevision.json +123 -0
  37. models/mutation.policy.antiMalwareFileHash.removeRule.json +20 -0
  38. models/mutation.policy.antiMalwareFileHash.removeSection.json +103 -0
  39. models/mutation.policy.antiMalwareFileHash.updatePolicy.json +123 -0
  40. models/mutation.policy.antiMalwareFileHash.updateRule.json +20 -0
  41. models/mutation.policy.antiMalwareFileHash.updateSection.json +103 -0
  42. models/mutation.policy.appTenantRestriction.addRule.json +20 -0
  43. models/mutation.policy.appTenantRestriction.addSection.json +103 -0
  44. models/mutation.policy.appTenantRestriction.createPolicyRevision.json +123 -0
  45. models/mutation.policy.appTenantRestriction.discardPolicyRevision.json +123 -0
  46. models/mutation.policy.appTenantRestriction.moveRule.json +20 -0
  47. models/mutation.policy.appTenantRestriction.moveSection.json +103 -0
  48. models/mutation.policy.appTenantRestriction.publishPolicyRevision.json +123 -0
  49. models/mutation.policy.appTenantRestriction.removeRule.json +20 -0
  50. models/mutation.policy.appTenantRestriction.removeSection.json +103 -0
  51. models/mutation.policy.appTenantRestriction.updatePolicy.json +123 -0
  52. models/mutation.policy.appTenantRestriction.updateRule.json +20 -0
  53. models/mutation.policy.appTenantRestriction.updateSection.json +103 -0
  54. models/mutation.policy.applicationControl.addRule.json +20 -0
  55. models/mutation.policy.applicationControl.addSection.json +103 -0
  56. models/mutation.policy.applicationControl.createPolicyRevision.json +123 -0
  57. models/mutation.policy.applicationControl.discardPolicyRevision.json +123 -0
  58. models/mutation.policy.applicationControl.moveRule.json +20 -0
  59. models/mutation.policy.applicationControl.moveSection.json +103 -0
  60. models/mutation.policy.applicationControl.publishPolicyRevision.json +123 -0
  61. models/mutation.policy.applicationControl.removeRule.json +20 -0
  62. models/mutation.policy.applicationControl.removeSection.json +103 -0
  63. models/mutation.policy.applicationControl.updatePolicy.json +123 -0
  64. models/mutation.policy.applicationControl.updateRule.json +20 -0
  65. models/mutation.policy.applicationControl.updateSection.json +103 -0
  66. models/mutation.policy.dynamicIpAllocation.addRule.json +20 -0
  67. models/mutation.policy.dynamicIpAllocation.addSection.json +103 -0
  68. models/mutation.policy.dynamicIpAllocation.createPolicyRevision.json +123 -0
  69. models/mutation.policy.dynamicIpAllocation.discardPolicyRevision.json +123 -0
  70. models/mutation.policy.dynamicIpAllocation.moveRule.json +20 -0
  71. models/mutation.policy.dynamicIpAllocation.moveSection.json +103 -0
  72. models/mutation.policy.dynamicIpAllocation.publishPolicyRevision.json +123 -0
  73. models/mutation.policy.dynamicIpAllocation.removeRule.json +20 -0
  74. models/mutation.policy.dynamicIpAllocation.removeSection.json +103 -0
  75. models/mutation.policy.dynamicIpAllocation.updatePolicy.json +123 -0
  76. models/mutation.policy.dynamicIpAllocation.updateRule.json +20 -0
  77. models/mutation.policy.dynamicIpAllocation.updateSection.json +103 -0
  78. models/mutation.policy.internetFirewall.addRule.json +20 -0
  79. models/mutation.policy.internetFirewall.addSection.json +103 -0
  80. models/mutation.policy.internetFirewall.createPolicyRevision.json +123 -0
  81. models/mutation.policy.internetFirewall.discardPolicyRevision.json +123 -0
  82. models/mutation.policy.internetFirewall.moveRule.json +20 -0
  83. models/mutation.policy.internetFirewall.moveSection.json +103 -0
  84. models/mutation.policy.internetFirewall.publishPolicyRevision.json +123 -0
  85. models/mutation.policy.internetFirewall.removeRule.json +20 -0
  86. models/mutation.policy.internetFirewall.removeSection.json +103 -0
  87. models/mutation.policy.internetFirewall.updatePolicy.json +123 -0
  88. models/mutation.policy.internetFirewall.updateRule.json +20 -0
  89. models/mutation.policy.internetFirewall.updateSection.json +103 -0
  90. models/mutation.policy.remotePortFwd.addRule.json +20 -0
  91. models/mutation.policy.remotePortFwd.addSection.json +103 -0
  92. models/mutation.policy.remotePortFwd.createPolicyRevision.json +123 -0
  93. models/mutation.policy.remotePortFwd.discardPolicyRevision.json +123 -0
  94. models/mutation.policy.remotePortFwd.moveRule.json +20 -0
  95. models/mutation.policy.remotePortFwd.moveSection.json +103 -0
  96. models/mutation.policy.remotePortFwd.publishPolicyRevision.json +123 -0
  97. models/mutation.policy.remotePortFwd.removeRule.json +20 -0
  98. models/mutation.policy.remotePortFwd.removeSection.json +103 -0
  99. models/mutation.policy.remotePortFwd.updatePolicy.json +123 -0
  100. models/mutation.policy.remotePortFwd.updateRule.json +20 -0
  101. models/mutation.policy.remotePortFwd.updateSection.json +103 -0
  102. models/mutation.policy.socketLan.addRule.json +40 -0
  103. models/mutation.policy.socketLan.addSection.json +103 -0
  104. models/mutation.policy.socketLan.createPolicyRevision.json +143 -0
  105. models/mutation.policy.socketLan.discardPolicyRevision.json +143 -0
  106. models/mutation.policy.socketLan.moveRule.json +40 -0
  107. models/mutation.policy.socketLan.moveSection.json +103 -0
  108. models/mutation.policy.socketLan.publishPolicyRevision.json +143 -0
  109. models/mutation.policy.socketLan.removeRule.json +40 -0
  110. models/mutation.policy.socketLan.removeSection.json +103 -0
  111. models/mutation.policy.socketLan.updatePolicy.json +143 -0
  112. models/mutation.policy.socketLan.updateRule.json +40 -0
  113. models/mutation.policy.socketLan.updateSection.json +103 -0
  114. models/mutation.policy.terminalServer.addRule.json +20 -0
  115. models/mutation.policy.terminalServer.addSection.json +103 -0
  116. models/mutation.policy.terminalServer.createPolicyRevision.json +123 -0
  117. models/mutation.policy.terminalServer.discardPolicyRevision.json +123 -0
  118. models/mutation.policy.terminalServer.moveRule.json +20 -0
  119. models/mutation.policy.terminalServer.moveSection.json +103 -0
  120. models/mutation.policy.terminalServer.publishPolicyRevision.json +123 -0
  121. models/mutation.policy.terminalServer.removeRule.json +20 -0
  122. models/mutation.policy.terminalServer.removeSection.json +103 -0
  123. models/mutation.policy.terminalServer.updatePolicy.json +123 -0
  124. models/mutation.policy.terminalServer.updateRule.json +20 -0
  125. models/mutation.policy.terminalServer.updateSection.json +103 -0
  126. models/mutation.policy.tlsInspect.addRule.json +20 -0
  127. models/mutation.policy.tlsInspect.addSection.json +103 -0
  128. models/mutation.policy.tlsInspect.createPolicyRevision.json +123 -0
  129. models/mutation.policy.tlsInspect.discardPolicyRevision.json +123 -0
  130. models/mutation.policy.tlsInspect.moveRule.json +20 -0
  131. models/mutation.policy.tlsInspect.moveSection.json +103 -0
  132. models/mutation.policy.tlsInspect.publishPolicyRevision.json +123 -0
  133. models/mutation.policy.tlsInspect.removeRule.json +20 -0
  134. models/mutation.policy.tlsInspect.removeSection.json +103 -0
  135. models/mutation.policy.tlsInspect.updatePolicy.json +123 -0
  136. models/mutation.policy.tlsInspect.updateRule.json +20 -0
  137. models/mutation.policy.tlsInspect.updateSection.json +103 -0
  138. models/mutation.policy.wanFirewall.addRule.json +20 -0
  139. models/mutation.policy.wanFirewall.addSection.json +103 -0
  140. models/mutation.policy.wanFirewall.createPolicyRevision.json +123 -0
  141. models/mutation.policy.wanFirewall.discardPolicyRevision.json +123 -0
  142. models/mutation.policy.wanFirewall.moveRule.json +20 -0
  143. models/mutation.policy.wanFirewall.moveSection.json +103 -0
  144. models/mutation.policy.wanFirewall.publishPolicyRevision.json +123 -0
  145. models/mutation.policy.wanFirewall.removeRule.json +20 -0
  146. models/mutation.policy.wanFirewall.removeSection.json +103 -0
  147. models/mutation.policy.wanFirewall.updatePolicy.json +123 -0
  148. models/mutation.policy.wanFirewall.updateRule.json +20 -0
  149. models/mutation.policy.wanFirewall.updateSection.json +103 -0
  150. models/mutation.policy.wanNetwork.addRule.json +20 -0
  151. models/mutation.policy.wanNetwork.addSection.json +103 -0
  152. models/mutation.policy.wanNetwork.createPolicyRevision.json +123 -0
  153. models/mutation.policy.wanNetwork.discardPolicyRevision.json +123 -0
  154. models/mutation.policy.wanNetwork.moveRule.json +20 -0
  155. models/mutation.policy.wanNetwork.moveSection.json +103 -0
  156. models/mutation.policy.wanNetwork.publishPolicyRevision.json +123 -0
  157. models/mutation.policy.wanNetwork.removeRule.json +20 -0
  158. models/mutation.policy.wanNetwork.removeSection.json +103 -0
  159. models/mutation.policy.wanNetwork.updatePolicy.json +123 -0
  160. models/mutation.policy.wanNetwork.updateRule.json +20 -0
  161. models/mutation.policy.wanNetwork.updateSection.json +103 -0
  162. models/mutation.xdr.analystFeedback.json +822 -87
  163. models/query.policy.antiMalwareFileHash.policy.json +123 -0
  164. models/query.policy.appTenantRestriction.policy.json +123 -0
  165. models/query.policy.applicationControl.policy.json +123 -0
  166. models/query.policy.dynamicIpAllocation.policy.json +123 -0
  167. models/query.policy.internetFirewall.policy.json +123 -0
  168. models/query.policy.remotePortFwd.policy.json +123 -0
  169. models/query.policy.socketLan.policy.json +143 -0
  170. models/query.policy.terminalServer.policy.json +123 -0
  171. models/query.policy.tlsInspect.policy.json +123 -0
  172. models/query.policy.wanFirewall.policy.json +123 -0
  173. models/query.policy.wanNetwork.policy.json +123 -0
  174. models/query.xdr.stories.json +822 -87
  175. models/query.xdr.story.json +822 -87
  176. schema/catolib.py +25 -8
  177. catocli/Utils/csv_formatter.py +0 -663
  178. scripts/catolib.py +0 -62
  179. scripts/export_if_rules_to_json.py +0 -188
  180. scripts/export_wf_rules_to_json.py +0 -111
  181. scripts/import_wf_rules_to_tfstate.py +0 -331
  182. {catocli-3.0.18.dist-info → catocli-3.0.22.dist-info}/WHEEL +0 -0
  183. {catocli-3.0.18.dist-info → catocli-3.0.22.dist-info}/entry_points.txt +0 -0
  184. {catocli-3.0.18.dist-info → catocli-3.0.22.dist-info}/licenses/LICENSE +0 -0
@@ -1533,6 +1533,26 @@
1533
1533
  "non_null": false
1534
1534
  },
1535
1535
  "varName": "name"
1536
+ },
1537
+ "subPolicyId": {
1538
+ "args": {},
1539
+ "deprecationReason": null,
1540
+ "description": null,
1541
+ "id_str": "dynamicIpAllocation___moveRule___rule___rule___section___subPolicyId",
1542
+ "isDeprecated": false,
1543
+ "name": "subPolicyId",
1544
+ "path": "dynamicIpAllocation.moveRule.rule.rule.section.subPolicyId",
1545
+ "requestStr": "$subPolicyId:ID ",
1546
+ "required": false,
1547
+ "responseStr": "subPolicyId:$subPolicyId ",
1548
+ "type": {
1549
+ "kind": [
1550
+ "SCALAR"
1551
+ ],
1552
+ "name": "ID",
1553
+ "non_null": false
1554
+ },
1555
+ "varName": "subPolicyId"
1536
1556
  }
1537
1557
  },
1538
1558
  "inputFields": null,
@@ -884,6 +884,89 @@
884
884
  "description": null,
885
885
  "enumValues": null,
886
886
  "fields": {
887
+ "access": {
888
+ "args": {},
889
+ "deprecationReason": null,
890
+ "description": null,
891
+ "id_str": "dynamicIpAllocation___moveSection___section___access",
892
+ "isDeprecated": false,
893
+ "name": "access",
894
+ "path": "dynamicIpAllocation.moveSection.section.access",
895
+ "requestStr": "$entityAccess:EntityAccess ",
896
+ "required": false,
897
+ "responseStr": "access:$entityAccess ",
898
+ "type": {
899
+ "definition": {
900
+ "description": null,
901
+ "enumValues": null,
902
+ "fields": {
903
+ "action": {
904
+ "args": {},
905
+ "deprecationReason": null,
906
+ "description": null,
907
+ "id_str": "dynamicIpAllocation___moveSection___section___access___action",
908
+ "isDeprecated": false,
909
+ "name": "action",
910
+ "path": "dynamicIpAllocation.moveSection.section.access.action",
911
+ "requestStr": "$action:RBACAction! ",
912
+ "required": true,
913
+ "responseStr": "action:$action ",
914
+ "type": {
915
+ "definition": {
916
+ "description": null,
917
+ "enumValues": [
918
+ {
919
+ "deprecationReason": null,
920
+ "description": null,
921
+ "isDeprecated": false,
922
+ "name": "NONE"
923
+ },
924
+ {
925
+ "deprecationReason": null,
926
+ "description": null,
927
+ "isDeprecated": false,
928
+ "name": "VIEW"
929
+ },
930
+ {
931
+ "deprecationReason": null,
932
+ "description": null,
933
+ "isDeprecated": false,
934
+ "name": "EDIT"
935
+ }
936
+ ],
937
+ "fields": null,
938
+ "inputFields": null,
939
+ "interfaces": null,
940
+ "kind": "ENUM",
941
+ "name": "RBACAction",
942
+ "possibleTypes": null
943
+ },
944
+ "indexType": "enum",
945
+ "kind": [
946
+ "NON_NULL",
947
+ "ENUM"
948
+ ],
949
+ "name": "RBACAction",
950
+ "non_null": false
951
+ },
952
+ "varName": "action"
953
+ }
954
+ },
955
+ "inputFields": null,
956
+ "interfaces": [],
957
+ "kind": "OBJECT",
958
+ "name": "EntityAccess",
959
+ "possibleTypes": null
960
+ },
961
+ "indexType": "object",
962
+ "kind": [
963
+ "OBJECT"
964
+ ],
965
+ "name": "EntityAccess",
966
+ "non_null": false
967
+ },
968
+ "varName": "entityAccess"
969
+ },
887
970
  "audit": {
888
971
  "args": {},
889
972
  "deprecationReason": null,
@@ -1093,6 +1176,26 @@
1093
1176
  "non_null": false
1094
1177
  },
1095
1178
  "varName": "name"
1179
+ },
1180
+ "subPolicyId": {
1181
+ "args": {},
1182
+ "deprecationReason": null,
1183
+ "description": null,
1184
+ "id_str": "dynamicIpAllocation___moveSection___section___section___subPolicyId",
1185
+ "isDeprecated": false,
1186
+ "name": "subPolicyId",
1187
+ "path": "dynamicIpAllocation.moveSection.section.section.subPolicyId",
1188
+ "requestStr": "$subPolicyId:ID ",
1189
+ "required": false,
1190
+ "responseStr": "subPolicyId:$subPolicyId ",
1191
+ "type": {
1192
+ "kind": [
1193
+ "SCALAR"
1194
+ ],
1195
+ "name": "ID",
1196
+ "non_null": false
1197
+ },
1198
+ "varName": "subPolicyId"
1096
1199
  }
1097
1200
  },
1098
1201
  "inputFields": null,
@@ -1508,6 +1508,26 @@
1508
1508
  "non_null": false
1509
1509
  },
1510
1510
  "varName": "name"
1511
+ },
1512
+ "subPolicyId": {
1513
+ "args": {},
1514
+ "deprecationReason": null,
1515
+ "description": null,
1516
+ "id_str": "dynamicIpAllocation___publishPolicyRevision___policy___rules___rule___section___subPolicyId",
1517
+ "isDeprecated": false,
1518
+ "name": "subPolicyId",
1519
+ "path": "dynamicIpAllocation.publishPolicyRevision.policy.rules.rule.section.subPolicyId",
1520
+ "requestStr": "$subPolicyId:ID ",
1521
+ "required": false,
1522
+ "responseStr": "subPolicyId:$subPolicyId ",
1523
+ "type": {
1524
+ "kind": [
1525
+ "SCALAR"
1526
+ ],
1527
+ "name": "ID",
1528
+ "non_null": false
1529
+ },
1530
+ "varName": "subPolicyId"
1511
1531
  }
1512
1532
  },
1513
1533
  "inputFields": null,
@@ -1789,6 +1809,89 @@
1789
1809
  "description": null,
1790
1810
  "enumValues": null,
1791
1811
  "fields": {
1812
+ "access": {
1813
+ "args": {},
1814
+ "deprecationReason": null,
1815
+ "description": null,
1816
+ "id_str": "dynamicIpAllocation___publishPolicyRevision___policy___sections___access",
1817
+ "isDeprecated": false,
1818
+ "name": "access",
1819
+ "path": "dynamicIpAllocation.publishPolicyRevision.policy.sections.access",
1820
+ "requestStr": "$entityAccess:EntityAccess ",
1821
+ "required": false,
1822
+ "responseStr": "access:$entityAccess ",
1823
+ "type": {
1824
+ "definition": {
1825
+ "description": null,
1826
+ "enumValues": null,
1827
+ "fields": {
1828
+ "action": {
1829
+ "args": {},
1830
+ "deprecationReason": null,
1831
+ "description": null,
1832
+ "id_str": "dynamicIpAllocation___publishPolicyRevision___policy___sections___access___action",
1833
+ "isDeprecated": false,
1834
+ "name": "action",
1835
+ "path": "dynamicIpAllocation.publishPolicyRevision.policy.sections.access.action",
1836
+ "requestStr": "$action:RBACAction! ",
1837
+ "required": true,
1838
+ "responseStr": "action:$action ",
1839
+ "type": {
1840
+ "definition": {
1841
+ "description": null,
1842
+ "enumValues": [
1843
+ {
1844
+ "deprecationReason": null,
1845
+ "description": null,
1846
+ "isDeprecated": false,
1847
+ "name": "NONE"
1848
+ },
1849
+ {
1850
+ "deprecationReason": null,
1851
+ "description": null,
1852
+ "isDeprecated": false,
1853
+ "name": "VIEW"
1854
+ },
1855
+ {
1856
+ "deprecationReason": null,
1857
+ "description": null,
1858
+ "isDeprecated": false,
1859
+ "name": "EDIT"
1860
+ }
1861
+ ],
1862
+ "fields": null,
1863
+ "inputFields": null,
1864
+ "interfaces": null,
1865
+ "kind": "ENUM",
1866
+ "name": "RBACAction",
1867
+ "possibleTypes": null
1868
+ },
1869
+ "indexType": "enum",
1870
+ "kind": [
1871
+ "NON_NULL",
1872
+ "ENUM"
1873
+ ],
1874
+ "name": "RBACAction",
1875
+ "non_null": false
1876
+ },
1877
+ "varName": "action"
1878
+ }
1879
+ },
1880
+ "inputFields": null,
1881
+ "interfaces": [],
1882
+ "kind": "OBJECT",
1883
+ "name": "EntityAccess",
1884
+ "possibleTypes": null
1885
+ },
1886
+ "indexType": "object",
1887
+ "kind": [
1888
+ "OBJECT"
1889
+ ],
1890
+ "name": "EntityAccess",
1891
+ "non_null": false
1892
+ },
1893
+ "varName": "entityAccess"
1894
+ },
1792
1895
  "audit": {
1793
1896
  "args": {},
1794
1897
  "deprecationReason": null,
@@ -1998,6 +2101,26 @@
1998
2101
  "non_null": false
1999
2102
  },
2000
2103
  "varName": "name"
2104
+ },
2105
+ "subPolicyId": {
2106
+ "args": {},
2107
+ "deprecationReason": null,
2108
+ "description": null,
2109
+ "id_str": "dynamicIpAllocation___publishPolicyRevision___policy___sections___section___subPolicyId",
2110
+ "isDeprecated": false,
2111
+ "name": "subPolicyId",
2112
+ "path": "dynamicIpAllocation.publishPolicyRevision.policy.sections.section.subPolicyId",
2113
+ "requestStr": "$subPolicyId:ID ",
2114
+ "required": false,
2115
+ "responseStr": "subPolicyId:$subPolicyId ",
2116
+ "type": {
2117
+ "kind": [
2118
+ "SCALAR"
2119
+ ],
2120
+ "name": "ID",
2121
+ "non_null": false
2122
+ },
2123
+ "varName": "subPolicyId"
2001
2124
  }
2002
2125
  },
2003
2126
  "inputFields": null,
@@ -1191,6 +1191,26 @@
1191
1191
  "non_null": false
1192
1192
  },
1193
1193
  "varName": "name"
1194
+ },
1195
+ "subPolicyId": {
1196
+ "args": {},
1197
+ "deprecationReason": null,
1198
+ "description": null,
1199
+ "id_str": "dynamicIpAllocation___removeRule___rule___rule___section___subPolicyId",
1200
+ "isDeprecated": false,
1201
+ "name": "subPolicyId",
1202
+ "path": "dynamicIpAllocation.removeRule.rule.rule.section.subPolicyId",
1203
+ "requestStr": "$subPolicyId:ID ",
1204
+ "required": false,
1205
+ "responseStr": "subPolicyId:$subPolicyId ",
1206
+ "type": {
1207
+ "kind": [
1208
+ "SCALAR"
1209
+ ],
1210
+ "name": "ID",
1211
+ "non_null": false
1212
+ },
1213
+ "varName": "subPolicyId"
1194
1214
  }
1195
1215
  },
1196
1216
  "inputFields": null,
@@ -593,6 +593,89 @@
593
593
  "description": null,
594
594
  "enumValues": null,
595
595
  "fields": {
596
+ "access": {
597
+ "args": {},
598
+ "deprecationReason": null,
599
+ "description": null,
600
+ "id_str": "dynamicIpAllocation___removeSection___section___access",
601
+ "isDeprecated": false,
602
+ "name": "access",
603
+ "path": "dynamicIpAllocation.removeSection.section.access",
604
+ "requestStr": "$entityAccess:EntityAccess ",
605
+ "required": false,
606
+ "responseStr": "access:$entityAccess ",
607
+ "type": {
608
+ "definition": {
609
+ "description": null,
610
+ "enumValues": null,
611
+ "fields": {
612
+ "action": {
613
+ "args": {},
614
+ "deprecationReason": null,
615
+ "description": null,
616
+ "id_str": "dynamicIpAllocation___removeSection___section___access___action",
617
+ "isDeprecated": false,
618
+ "name": "action",
619
+ "path": "dynamicIpAllocation.removeSection.section.access.action",
620
+ "requestStr": "$action:RBACAction! ",
621
+ "required": true,
622
+ "responseStr": "action:$action ",
623
+ "type": {
624
+ "definition": {
625
+ "description": null,
626
+ "enumValues": [
627
+ {
628
+ "deprecationReason": null,
629
+ "description": null,
630
+ "isDeprecated": false,
631
+ "name": "NONE"
632
+ },
633
+ {
634
+ "deprecationReason": null,
635
+ "description": null,
636
+ "isDeprecated": false,
637
+ "name": "VIEW"
638
+ },
639
+ {
640
+ "deprecationReason": null,
641
+ "description": null,
642
+ "isDeprecated": false,
643
+ "name": "EDIT"
644
+ }
645
+ ],
646
+ "fields": null,
647
+ "inputFields": null,
648
+ "interfaces": null,
649
+ "kind": "ENUM",
650
+ "name": "RBACAction",
651
+ "possibleTypes": null
652
+ },
653
+ "indexType": "enum",
654
+ "kind": [
655
+ "NON_NULL",
656
+ "ENUM"
657
+ ],
658
+ "name": "RBACAction",
659
+ "non_null": false
660
+ },
661
+ "varName": "action"
662
+ }
663
+ },
664
+ "inputFields": null,
665
+ "interfaces": [],
666
+ "kind": "OBJECT",
667
+ "name": "EntityAccess",
668
+ "possibleTypes": null
669
+ },
670
+ "indexType": "object",
671
+ "kind": [
672
+ "OBJECT"
673
+ ],
674
+ "name": "EntityAccess",
675
+ "non_null": false
676
+ },
677
+ "varName": "entityAccess"
678
+ },
596
679
  "audit": {
597
680
  "args": {},
598
681
  "deprecationReason": null,
@@ -802,6 +885,26 @@
802
885
  "non_null": false
803
886
  },
804
887
  "varName": "name"
888
+ },
889
+ "subPolicyId": {
890
+ "args": {},
891
+ "deprecationReason": null,
892
+ "description": null,
893
+ "id_str": "dynamicIpAllocation___removeSection___section___section___subPolicyId",
894
+ "isDeprecated": false,
895
+ "name": "subPolicyId",
896
+ "path": "dynamicIpAllocation.removeSection.section.section.subPolicyId",
897
+ "requestStr": "$subPolicyId:ID ",
898
+ "required": false,
899
+ "responseStr": "subPolicyId:$subPolicyId ",
900
+ "type": {
901
+ "kind": [
902
+ "SCALAR"
903
+ ],
904
+ "name": "ID",
905
+ "non_null": false
906
+ },
907
+ "varName": "subPolicyId"
805
908
  }
806
909
  },
807
910
  "inputFields": null,