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.
- catocli/Utils/clidriver.py +16 -8
- catocli/Utils/formatter_account_metrics.py +544 -0
- catocli/Utils/formatter_app_stats.py +184 -0
- catocli/Utils/formatter_app_stats_timeseries.py +377 -0
- catocli/Utils/formatter_events_timeseries.py +459 -0
- catocli/Utils/formatter_socket_port_metrics.py +189 -0
- catocli/Utils/formatter_socket_port_metrics_timeseries.py +339 -0
- catocli/Utils/formatter_utils.py +251 -0
- catocli/__init__.py +1 -1
- catocli/clisettings.json +37 -5
- catocli/parsers/customParserApiClient.py +206 -65
- catocli/parsers/mutation_policy/__init__.py +405 -405
- catocli/parsers/mutation_site/__init__.py +15 -15
- catocli/parsers/mutation_sites/__init__.py +15 -15
- catocli/parsers/query_accountMetrics/README.md +90 -0
- catocli/parsers/query_accountMetrics/__init__.py +6 -0
- catocli/parsers/query_appStats/README.md +2 -2
- catocli/parsers/query_appStats/__init__.py +4 -2
- catocli/parsers/query_appStatsTimeSeries/__init__.py +4 -2
- catocli/parsers/query_eventsTimeSeries/README.md +280 -0
- catocli/parsers/query_eventsTimeSeries/__init__.py +6 -0
- catocli/parsers/query_policy/__init__.py +42 -42
- catocli/parsers/query_socketPortMetrics/README.md +44 -0
- catocli/parsers/query_socketPortMetrics/__init__.py +6 -0
- catocli/parsers/query_socketPortMetricsTimeSeries/README.md +83 -0
- catocli/parsers/query_socketPortMetricsTimeSeries/__init__.py +4 -2
- {catocli-3.0.18.dist-info → catocli-3.0.22.dist-info}/METADATA +1 -1
- {catocli-3.0.18.dist-info → catocli-3.0.22.dist-info}/RECORD +179 -177
- {catocli-3.0.18.dist-info → catocli-3.0.22.dist-info}/top_level.txt +0 -1
- models/mutation.policy.antiMalwareFileHash.addRule.json +20 -0
- models/mutation.policy.antiMalwareFileHash.addSection.json +103 -0
- models/mutation.policy.antiMalwareFileHash.createPolicyRevision.json +123 -0
- models/mutation.policy.antiMalwareFileHash.discardPolicyRevision.json +123 -0
- models/mutation.policy.antiMalwareFileHash.moveRule.json +20 -0
- models/mutation.policy.antiMalwareFileHash.moveSection.json +103 -0
- models/mutation.policy.antiMalwareFileHash.publishPolicyRevision.json +123 -0
- models/mutation.policy.antiMalwareFileHash.removeRule.json +20 -0
- models/mutation.policy.antiMalwareFileHash.removeSection.json +103 -0
- models/mutation.policy.antiMalwareFileHash.updatePolicy.json +123 -0
- models/mutation.policy.antiMalwareFileHash.updateRule.json +20 -0
- models/mutation.policy.antiMalwareFileHash.updateSection.json +103 -0
- models/mutation.policy.appTenantRestriction.addRule.json +20 -0
- models/mutation.policy.appTenantRestriction.addSection.json +103 -0
- models/mutation.policy.appTenantRestriction.createPolicyRevision.json +123 -0
- models/mutation.policy.appTenantRestriction.discardPolicyRevision.json +123 -0
- models/mutation.policy.appTenantRestriction.moveRule.json +20 -0
- models/mutation.policy.appTenantRestriction.moveSection.json +103 -0
- models/mutation.policy.appTenantRestriction.publishPolicyRevision.json +123 -0
- models/mutation.policy.appTenantRestriction.removeRule.json +20 -0
- models/mutation.policy.appTenantRestriction.removeSection.json +103 -0
- models/mutation.policy.appTenantRestriction.updatePolicy.json +123 -0
- models/mutation.policy.appTenantRestriction.updateRule.json +20 -0
- models/mutation.policy.appTenantRestriction.updateSection.json +103 -0
- models/mutation.policy.applicationControl.addRule.json +20 -0
- models/mutation.policy.applicationControl.addSection.json +103 -0
- models/mutation.policy.applicationControl.createPolicyRevision.json +123 -0
- models/mutation.policy.applicationControl.discardPolicyRevision.json +123 -0
- models/mutation.policy.applicationControl.moveRule.json +20 -0
- models/mutation.policy.applicationControl.moveSection.json +103 -0
- models/mutation.policy.applicationControl.publishPolicyRevision.json +123 -0
- models/mutation.policy.applicationControl.removeRule.json +20 -0
- models/mutation.policy.applicationControl.removeSection.json +103 -0
- models/mutation.policy.applicationControl.updatePolicy.json +123 -0
- models/mutation.policy.applicationControl.updateRule.json +20 -0
- models/mutation.policy.applicationControl.updateSection.json +103 -0
- models/mutation.policy.dynamicIpAllocation.addRule.json +20 -0
- models/mutation.policy.dynamicIpAllocation.addSection.json +103 -0
- models/mutation.policy.dynamicIpAllocation.createPolicyRevision.json +123 -0
- models/mutation.policy.dynamicIpAllocation.discardPolicyRevision.json +123 -0
- models/mutation.policy.dynamicIpAllocation.moveRule.json +20 -0
- models/mutation.policy.dynamicIpAllocation.moveSection.json +103 -0
- models/mutation.policy.dynamicIpAllocation.publishPolicyRevision.json +123 -0
- models/mutation.policy.dynamicIpAllocation.removeRule.json +20 -0
- models/mutation.policy.dynamicIpAllocation.removeSection.json +103 -0
- models/mutation.policy.dynamicIpAllocation.updatePolicy.json +123 -0
- models/mutation.policy.dynamicIpAllocation.updateRule.json +20 -0
- models/mutation.policy.dynamicIpAllocation.updateSection.json +103 -0
- models/mutation.policy.internetFirewall.addRule.json +20 -0
- models/mutation.policy.internetFirewall.addSection.json +103 -0
- models/mutation.policy.internetFirewall.createPolicyRevision.json +123 -0
- models/mutation.policy.internetFirewall.discardPolicyRevision.json +123 -0
- models/mutation.policy.internetFirewall.moveRule.json +20 -0
- models/mutation.policy.internetFirewall.moveSection.json +103 -0
- models/mutation.policy.internetFirewall.publishPolicyRevision.json +123 -0
- models/mutation.policy.internetFirewall.removeRule.json +20 -0
- models/mutation.policy.internetFirewall.removeSection.json +103 -0
- models/mutation.policy.internetFirewall.updatePolicy.json +123 -0
- models/mutation.policy.internetFirewall.updateRule.json +20 -0
- models/mutation.policy.internetFirewall.updateSection.json +103 -0
- models/mutation.policy.remotePortFwd.addRule.json +20 -0
- models/mutation.policy.remotePortFwd.addSection.json +103 -0
- models/mutation.policy.remotePortFwd.createPolicyRevision.json +123 -0
- models/mutation.policy.remotePortFwd.discardPolicyRevision.json +123 -0
- models/mutation.policy.remotePortFwd.moveRule.json +20 -0
- models/mutation.policy.remotePortFwd.moveSection.json +103 -0
- models/mutation.policy.remotePortFwd.publishPolicyRevision.json +123 -0
- models/mutation.policy.remotePortFwd.removeRule.json +20 -0
- models/mutation.policy.remotePortFwd.removeSection.json +103 -0
- models/mutation.policy.remotePortFwd.updatePolicy.json +123 -0
- models/mutation.policy.remotePortFwd.updateRule.json +20 -0
- models/mutation.policy.remotePortFwd.updateSection.json +103 -0
- models/mutation.policy.socketLan.addRule.json +40 -0
- models/mutation.policy.socketLan.addSection.json +103 -0
- models/mutation.policy.socketLan.createPolicyRevision.json +143 -0
- models/mutation.policy.socketLan.discardPolicyRevision.json +143 -0
- models/mutation.policy.socketLan.moveRule.json +40 -0
- models/mutation.policy.socketLan.moveSection.json +103 -0
- models/mutation.policy.socketLan.publishPolicyRevision.json +143 -0
- models/mutation.policy.socketLan.removeRule.json +40 -0
- models/mutation.policy.socketLan.removeSection.json +103 -0
- models/mutation.policy.socketLan.updatePolicy.json +143 -0
- models/mutation.policy.socketLan.updateRule.json +40 -0
- models/mutation.policy.socketLan.updateSection.json +103 -0
- models/mutation.policy.terminalServer.addRule.json +20 -0
- models/mutation.policy.terminalServer.addSection.json +103 -0
- models/mutation.policy.terminalServer.createPolicyRevision.json +123 -0
- models/mutation.policy.terminalServer.discardPolicyRevision.json +123 -0
- models/mutation.policy.terminalServer.moveRule.json +20 -0
- models/mutation.policy.terminalServer.moveSection.json +103 -0
- models/mutation.policy.terminalServer.publishPolicyRevision.json +123 -0
- models/mutation.policy.terminalServer.removeRule.json +20 -0
- models/mutation.policy.terminalServer.removeSection.json +103 -0
- models/mutation.policy.terminalServer.updatePolicy.json +123 -0
- models/mutation.policy.terminalServer.updateRule.json +20 -0
- models/mutation.policy.terminalServer.updateSection.json +103 -0
- models/mutation.policy.tlsInspect.addRule.json +20 -0
- models/mutation.policy.tlsInspect.addSection.json +103 -0
- models/mutation.policy.tlsInspect.createPolicyRevision.json +123 -0
- models/mutation.policy.tlsInspect.discardPolicyRevision.json +123 -0
- models/mutation.policy.tlsInspect.moveRule.json +20 -0
- models/mutation.policy.tlsInspect.moveSection.json +103 -0
- models/mutation.policy.tlsInspect.publishPolicyRevision.json +123 -0
- models/mutation.policy.tlsInspect.removeRule.json +20 -0
- models/mutation.policy.tlsInspect.removeSection.json +103 -0
- models/mutation.policy.tlsInspect.updatePolicy.json +123 -0
- models/mutation.policy.tlsInspect.updateRule.json +20 -0
- models/mutation.policy.tlsInspect.updateSection.json +103 -0
- models/mutation.policy.wanFirewall.addRule.json +20 -0
- models/mutation.policy.wanFirewall.addSection.json +103 -0
- models/mutation.policy.wanFirewall.createPolicyRevision.json +123 -0
- models/mutation.policy.wanFirewall.discardPolicyRevision.json +123 -0
- models/mutation.policy.wanFirewall.moveRule.json +20 -0
- models/mutation.policy.wanFirewall.moveSection.json +103 -0
- models/mutation.policy.wanFirewall.publishPolicyRevision.json +123 -0
- models/mutation.policy.wanFirewall.removeRule.json +20 -0
- models/mutation.policy.wanFirewall.removeSection.json +103 -0
- models/mutation.policy.wanFirewall.updatePolicy.json +123 -0
- models/mutation.policy.wanFirewall.updateRule.json +20 -0
- models/mutation.policy.wanFirewall.updateSection.json +103 -0
- models/mutation.policy.wanNetwork.addRule.json +20 -0
- models/mutation.policy.wanNetwork.addSection.json +103 -0
- models/mutation.policy.wanNetwork.createPolicyRevision.json +123 -0
- models/mutation.policy.wanNetwork.discardPolicyRevision.json +123 -0
- models/mutation.policy.wanNetwork.moveRule.json +20 -0
- models/mutation.policy.wanNetwork.moveSection.json +103 -0
- models/mutation.policy.wanNetwork.publishPolicyRevision.json +123 -0
- models/mutation.policy.wanNetwork.removeRule.json +20 -0
- models/mutation.policy.wanNetwork.removeSection.json +103 -0
- models/mutation.policy.wanNetwork.updatePolicy.json +123 -0
- models/mutation.policy.wanNetwork.updateRule.json +20 -0
- models/mutation.policy.wanNetwork.updateSection.json +103 -0
- models/mutation.xdr.analystFeedback.json +822 -87
- models/query.policy.antiMalwareFileHash.policy.json +123 -0
- models/query.policy.appTenantRestriction.policy.json +123 -0
- models/query.policy.applicationControl.policy.json +123 -0
- models/query.policy.dynamicIpAllocation.policy.json +123 -0
- models/query.policy.internetFirewall.policy.json +123 -0
- models/query.policy.remotePortFwd.policy.json +123 -0
- models/query.policy.socketLan.policy.json +143 -0
- models/query.policy.terminalServer.policy.json +123 -0
- models/query.policy.tlsInspect.policy.json +123 -0
- models/query.policy.wanFirewall.policy.json +123 -0
- models/query.policy.wanNetwork.policy.json +123 -0
- models/query.xdr.stories.json +822 -87
- models/query.xdr.story.json +822 -87
- schema/catolib.py +25 -8
- catocli/Utils/csv_formatter.py +0 -663
- scripts/catolib.py +0 -62
- scripts/export_if_rules_to_json.py +0 -188
- scripts/export_wf_rules_to_json.py +0 -111
- scripts/import_wf_rules_to_tfstate.py +0 -331
- {catocli-3.0.18.dist-info → catocli-3.0.22.dist-info}/WHEEL +0 -0
- {catocli-3.0.18.dist-info → catocli-3.0.22.dist-info}/entry_points.txt +0 -0
- {catocli-3.0.18.dist-info → catocli-3.0.22.dist-info}/licenses/LICENSE +0 -0
|
@@ -6016,6 +6016,26 @@
|
|
|
6016
6016
|
"non_null": false
|
|
6017
6017
|
},
|
|
6018
6018
|
"varName": "name"
|
|
6019
|
+
},
|
|
6020
|
+
"subPolicyId": {
|
|
6021
|
+
"args": {},
|
|
6022
|
+
"deprecationReason": null,
|
|
6023
|
+
"description": null,
|
|
6024
|
+
"id_str": "internetFirewall___createPolicyRevision___policy___rules___rule___section___subPolicyId",
|
|
6025
|
+
"isDeprecated": false,
|
|
6026
|
+
"name": "subPolicyId",
|
|
6027
|
+
"path": "internetFirewall.createPolicyRevision.policy.rules.rule.section.subPolicyId",
|
|
6028
|
+
"requestStr": "$subPolicyId:ID ",
|
|
6029
|
+
"required": false,
|
|
6030
|
+
"responseStr": "subPolicyId:$subPolicyId ",
|
|
6031
|
+
"type": {
|
|
6032
|
+
"kind": [
|
|
6033
|
+
"SCALAR"
|
|
6034
|
+
],
|
|
6035
|
+
"name": "ID",
|
|
6036
|
+
"non_null": false
|
|
6037
|
+
},
|
|
6038
|
+
"varName": "subPolicyId"
|
|
6019
6039
|
}
|
|
6020
6040
|
},
|
|
6021
6041
|
"inputFields": null,
|
|
@@ -7841,6 +7861,89 @@
|
|
|
7841
7861
|
"description": null,
|
|
7842
7862
|
"enumValues": null,
|
|
7843
7863
|
"fields": {
|
|
7864
|
+
"access": {
|
|
7865
|
+
"args": {},
|
|
7866
|
+
"deprecationReason": null,
|
|
7867
|
+
"description": null,
|
|
7868
|
+
"id_str": "internetFirewall___createPolicyRevision___policy___sections___access",
|
|
7869
|
+
"isDeprecated": false,
|
|
7870
|
+
"name": "access",
|
|
7871
|
+
"path": "internetFirewall.createPolicyRevision.policy.sections.access",
|
|
7872
|
+
"requestStr": "$entityAccess:EntityAccess ",
|
|
7873
|
+
"required": false,
|
|
7874
|
+
"responseStr": "access:$entityAccess ",
|
|
7875
|
+
"type": {
|
|
7876
|
+
"definition": {
|
|
7877
|
+
"description": null,
|
|
7878
|
+
"enumValues": null,
|
|
7879
|
+
"fields": {
|
|
7880
|
+
"action": {
|
|
7881
|
+
"args": {},
|
|
7882
|
+
"deprecationReason": null,
|
|
7883
|
+
"description": null,
|
|
7884
|
+
"id_str": "internetFirewall___createPolicyRevision___policy___sections___access___action",
|
|
7885
|
+
"isDeprecated": false,
|
|
7886
|
+
"name": "action",
|
|
7887
|
+
"path": "internetFirewall.createPolicyRevision.policy.sections.access.action",
|
|
7888
|
+
"requestStr": "$action:RBACAction! ",
|
|
7889
|
+
"required": true,
|
|
7890
|
+
"responseStr": "action:$action ",
|
|
7891
|
+
"type": {
|
|
7892
|
+
"definition": {
|
|
7893
|
+
"description": null,
|
|
7894
|
+
"enumValues": [
|
|
7895
|
+
{
|
|
7896
|
+
"deprecationReason": null,
|
|
7897
|
+
"description": null,
|
|
7898
|
+
"isDeprecated": false,
|
|
7899
|
+
"name": "NONE"
|
|
7900
|
+
},
|
|
7901
|
+
{
|
|
7902
|
+
"deprecationReason": null,
|
|
7903
|
+
"description": null,
|
|
7904
|
+
"isDeprecated": false,
|
|
7905
|
+
"name": "VIEW"
|
|
7906
|
+
},
|
|
7907
|
+
{
|
|
7908
|
+
"deprecationReason": null,
|
|
7909
|
+
"description": null,
|
|
7910
|
+
"isDeprecated": false,
|
|
7911
|
+
"name": "EDIT"
|
|
7912
|
+
}
|
|
7913
|
+
],
|
|
7914
|
+
"fields": null,
|
|
7915
|
+
"inputFields": null,
|
|
7916
|
+
"interfaces": null,
|
|
7917
|
+
"kind": "ENUM",
|
|
7918
|
+
"name": "RBACAction",
|
|
7919
|
+
"possibleTypes": null
|
|
7920
|
+
},
|
|
7921
|
+
"indexType": "enum",
|
|
7922
|
+
"kind": [
|
|
7923
|
+
"NON_NULL",
|
|
7924
|
+
"ENUM"
|
|
7925
|
+
],
|
|
7926
|
+
"name": "RBACAction",
|
|
7927
|
+
"non_null": false
|
|
7928
|
+
},
|
|
7929
|
+
"varName": "action"
|
|
7930
|
+
}
|
|
7931
|
+
},
|
|
7932
|
+
"inputFields": null,
|
|
7933
|
+
"interfaces": [],
|
|
7934
|
+
"kind": "OBJECT",
|
|
7935
|
+
"name": "EntityAccess",
|
|
7936
|
+
"possibleTypes": null
|
|
7937
|
+
},
|
|
7938
|
+
"indexType": "object",
|
|
7939
|
+
"kind": [
|
|
7940
|
+
"OBJECT"
|
|
7941
|
+
],
|
|
7942
|
+
"name": "EntityAccess",
|
|
7943
|
+
"non_null": false
|
|
7944
|
+
},
|
|
7945
|
+
"varName": "entityAccess"
|
|
7946
|
+
},
|
|
7844
7947
|
"audit": {
|
|
7845
7948
|
"args": {},
|
|
7846
7949
|
"deprecationReason": null,
|
|
@@ -8050,6 +8153,26 @@
|
|
|
8050
8153
|
"non_null": false
|
|
8051
8154
|
},
|
|
8052
8155
|
"varName": "name"
|
|
8156
|
+
},
|
|
8157
|
+
"subPolicyId": {
|
|
8158
|
+
"args": {},
|
|
8159
|
+
"deprecationReason": null,
|
|
8160
|
+
"description": null,
|
|
8161
|
+
"id_str": "internetFirewall___createPolicyRevision___policy___sections___section___subPolicyId",
|
|
8162
|
+
"isDeprecated": false,
|
|
8163
|
+
"name": "subPolicyId",
|
|
8164
|
+
"path": "internetFirewall.createPolicyRevision.policy.sections.section.subPolicyId",
|
|
8165
|
+
"requestStr": "$subPolicyId:ID ",
|
|
8166
|
+
"required": false,
|
|
8167
|
+
"responseStr": "subPolicyId:$subPolicyId ",
|
|
8168
|
+
"type": {
|
|
8169
|
+
"kind": [
|
|
8170
|
+
"SCALAR"
|
|
8171
|
+
],
|
|
8172
|
+
"name": "ID",
|
|
8173
|
+
"non_null": false
|
|
8174
|
+
},
|
|
8175
|
+
"varName": "subPolicyId"
|
|
8053
8176
|
}
|
|
8054
8177
|
},
|
|
8055
8178
|
"inputFields": null,
|
|
@@ -5953,6 +5953,26 @@
|
|
|
5953
5953
|
"non_null": false
|
|
5954
5954
|
},
|
|
5955
5955
|
"varName": "name"
|
|
5956
|
+
},
|
|
5957
|
+
"subPolicyId": {
|
|
5958
|
+
"args": {},
|
|
5959
|
+
"deprecationReason": null,
|
|
5960
|
+
"description": null,
|
|
5961
|
+
"id_str": "internetFirewall___discardPolicyRevision___policy___rules___rule___section___subPolicyId",
|
|
5962
|
+
"isDeprecated": false,
|
|
5963
|
+
"name": "subPolicyId",
|
|
5964
|
+
"path": "internetFirewall.discardPolicyRevision.policy.rules.rule.section.subPolicyId",
|
|
5965
|
+
"requestStr": "$subPolicyId:ID ",
|
|
5966
|
+
"required": false,
|
|
5967
|
+
"responseStr": "subPolicyId:$subPolicyId ",
|
|
5968
|
+
"type": {
|
|
5969
|
+
"kind": [
|
|
5970
|
+
"SCALAR"
|
|
5971
|
+
],
|
|
5972
|
+
"name": "ID",
|
|
5973
|
+
"non_null": false
|
|
5974
|
+
},
|
|
5975
|
+
"varName": "subPolicyId"
|
|
5956
5976
|
}
|
|
5957
5977
|
},
|
|
5958
5978
|
"inputFields": null,
|
|
@@ -7778,6 +7798,89 @@
|
|
|
7778
7798
|
"description": null,
|
|
7779
7799
|
"enumValues": null,
|
|
7780
7800
|
"fields": {
|
|
7801
|
+
"access": {
|
|
7802
|
+
"args": {},
|
|
7803
|
+
"deprecationReason": null,
|
|
7804
|
+
"description": null,
|
|
7805
|
+
"id_str": "internetFirewall___discardPolicyRevision___policy___sections___access",
|
|
7806
|
+
"isDeprecated": false,
|
|
7807
|
+
"name": "access",
|
|
7808
|
+
"path": "internetFirewall.discardPolicyRevision.policy.sections.access",
|
|
7809
|
+
"requestStr": "$entityAccess:EntityAccess ",
|
|
7810
|
+
"required": false,
|
|
7811
|
+
"responseStr": "access:$entityAccess ",
|
|
7812
|
+
"type": {
|
|
7813
|
+
"definition": {
|
|
7814
|
+
"description": null,
|
|
7815
|
+
"enumValues": null,
|
|
7816
|
+
"fields": {
|
|
7817
|
+
"action": {
|
|
7818
|
+
"args": {},
|
|
7819
|
+
"deprecationReason": null,
|
|
7820
|
+
"description": null,
|
|
7821
|
+
"id_str": "internetFirewall___discardPolicyRevision___policy___sections___access___action",
|
|
7822
|
+
"isDeprecated": false,
|
|
7823
|
+
"name": "action",
|
|
7824
|
+
"path": "internetFirewall.discardPolicyRevision.policy.sections.access.action",
|
|
7825
|
+
"requestStr": "$action:RBACAction! ",
|
|
7826
|
+
"required": true,
|
|
7827
|
+
"responseStr": "action:$action ",
|
|
7828
|
+
"type": {
|
|
7829
|
+
"definition": {
|
|
7830
|
+
"description": null,
|
|
7831
|
+
"enumValues": [
|
|
7832
|
+
{
|
|
7833
|
+
"deprecationReason": null,
|
|
7834
|
+
"description": null,
|
|
7835
|
+
"isDeprecated": false,
|
|
7836
|
+
"name": "NONE"
|
|
7837
|
+
},
|
|
7838
|
+
{
|
|
7839
|
+
"deprecationReason": null,
|
|
7840
|
+
"description": null,
|
|
7841
|
+
"isDeprecated": false,
|
|
7842
|
+
"name": "VIEW"
|
|
7843
|
+
},
|
|
7844
|
+
{
|
|
7845
|
+
"deprecationReason": null,
|
|
7846
|
+
"description": null,
|
|
7847
|
+
"isDeprecated": false,
|
|
7848
|
+
"name": "EDIT"
|
|
7849
|
+
}
|
|
7850
|
+
],
|
|
7851
|
+
"fields": null,
|
|
7852
|
+
"inputFields": null,
|
|
7853
|
+
"interfaces": null,
|
|
7854
|
+
"kind": "ENUM",
|
|
7855
|
+
"name": "RBACAction",
|
|
7856
|
+
"possibleTypes": null
|
|
7857
|
+
},
|
|
7858
|
+
"indexType": "enum",
|
|
7859
|
+
"kind": [
|
|
7860
|
+
"NON_NULL",
|
|
7861
|
+
"ENUM"
|
|
7862
|
+
],
|
|
7863
|
+
"name": "RBACAction",
|
|
7864
|
+
"non_null": false
|
|
7865
|
+
},
|
|
7866
|
+
"varName": "action"
|
|
7867
|
+
}
|
|
7868
|
+
},
|
|
7869
|
+
"inputFields": null,
|
|
7870
|
+
"interfaces": [],
|
|
7871
|
+
"kind": "OBJECT",
|
|
7872
|
+
"name": "EntityAccess",
|
|
7873
|
+
"possibleTypes": null
|
|
7874
|
+
},
|
|
7875
|
+
"indexType": "object",
|
|
7876
|
+
"kind": [
|
|
7877
|
+
"OBJECT"
|
|
7878
|
+
],
|
|
7879
|
+
"name": "EntityAccess",
|
|
7880
|
+
"non_null": false
|
|
7881
|
+
},
|
|
7882
|
+
"varName": "entityAccess"
|
|
7883
|
+
},
|
|
7781
7884
|
"audit": {
|
|
7782
7885
|
"args": {},
|
|
7783
7886
|
"deprecationReason": null,
|
|
@@ -7987,6 +8090,26 @@
|
|
|
7987
8090
|
"non_null": false
|
|
7988
8091
|
},
|
|
7989
8092
|
"varName": "name"
|
|
8093
|
+
},
|
|
8094
|
+
"subPolicyId": {
|
|
8095
|
+
"args": {},
|
|
8096
|
+
"deprecationReason": null,
|
|
8097
|
+
"description": null,
|
|
8098
|
+
"id_str": "internetFirewall___discardPolicyRevision___policy___sections___section___subPolicyId",
|
|
8099
|
+
"isDeprecated": false,
|
|
8100
|
+
"name": "subPolicyId",
|
|
8101
|
+
"path": "internetFirewall.discardPolicyRevision.policy.sections.section.subPolicyId",
|
|
8102
|
+
"requestStr": "$subPolicyId:ID ",
|
|
8103
|
+
"required": false,
|
|
8104
|
+
"responseStr": "subPolicyId:$subPolicyId ",
|
|
8105
|
+
"type": {
|
|
8106
|
+
"kind": [
|
|
8107
|
+
"SCALAR"
|
|
8108
|
+
],
|
|
8109
|
+
"name": "ID",
|
|
8110
|
+
"non_null": false
|
|
8111
|
+
},
|
|
8112
|
+
"varName": "subPolicyId"
|
|
7990
8113
|
}
|
|
7991
8114
|
},
|
|
7992
8115
|
"inputFields": null,
|
|
@@ -6032,6 +6032,26 @@
|
|
|
6032
6032
|
"non_null": false
|
|
6033
6033
|
},
|
|
6034
6034
|
"varName": "name"
|
|
6035
|
+
},
|
|
6036
|
+
"subPolicyId": {
|
|
6037
|
+
"args": {},
|
|
6038
|
+
"deprecationReason": null,
|
|
6039
|
+
"description": null,
|
|
6040
|
+
"id_str": "internetFirewall___moveRule___rule___rule___section___subPolicyId",
|
|
6041
|
+
"isDeprecated": false,
|
|
6042
|
+
"name": "subPolicyId",
|
|
6043
|
+
"path": "internetFirewall.moveRule.rule.rule.section.subPolicyId",
|
|
6044
|
+
"requestStr": "$subPolicyId:ID ",
|
|
6045
|
+
"required": false,
|
|
6046
|
+
"responseStr": "subPolicyId:$subPolicyId ",
|
|
6047
|
+
"type": {
|
|
6048
|
+
"kind": [
|
|
6049
|
+
"SCALAR"
|
|
6050
|
+
],
|
|
6051
|
+
"name": "ID",
|
|
6052
|
+
"non_null": false
|
|
6053
|
+
},
|
|
6054
|
+
"varName": "subPolicyId"
|
|
6035
6055
|
}
|
|
6036
6056
|
},
|
|
6037
6057
|
"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": "internetFirewall___moveSection___section___access",
|
|
892
|
+
"isDeprecated": false,
|
|
893
|
+
"name": "access",
|
|
894
|
+
"path": "internetFirewall.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": "internetFirewall___moveSection___section___access___action",
|
|
908
|
+
"isDeprecated": false,
|
|
909
|
+
"name": "action",
|
|
910
|
+
"path": "internetFirewall.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": "internetFirewall___moveSection___section___section___subPolicyId",
|
|
1185
|
+
"isDeprecated": false,
|
|
1186
|
+
"name": "subPolicyId",
|
|
1187
|
+
"path": "internetFirewall.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,
|