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
|
@@ -6992,6 +6992,26 @@
|
|
|
6992
6992
|
"non_null": false
|
|
6993
6993
|
},
|
|
6994
6994
|
"varName": "name"
|
|
6995
|
+
},
|
|
6996
|
+
"subPolicyId": {
|
|
6997
|
+
"args": {},
|
|
6998
|
+
"deprecationReason": null,
|
|
6999
|
+
"description": null,
|
|
7000
|
+
"id_str": "wanNetwork___publishPolicyRevision___policy___rules___rule___section___subPolicyId",
|
|
7001
|
+
"isDeprecated": false,
|
|
7002
|
+
"name": "subPolicyId",
|
|
7003
|
+
"path": "wanNetwork.publishPolicyRevision.policy.rules.rule.section.subPolicyId",
|
|
7004
|
+
"requestStr": "$subPolicyId:ID ",
|
|
7005
|
+
"required": false,
|
|
7006
|
+
"responseStr": "subPolicyId:$subPolicyId ",
|
|
7007
|
+
"type": {
|
|
7008
|
+
"kind": [
|
|
7009
|
+
"SCALAR"
|
|
7010
|
+
],
|
|
7011
|
+
"name": "ID",
|
|
7012
|
+
"non_null": false
|
|
7013
|
+
},
|
|
7014
|
+
"varName": "subPolicyId"
|
|
6995
7015
|
}
|
|
6996
7016
|
},
|
|
6997
7017
|
"inputFields": null,
|
|
@@ -8060,6 +8080,89 @@
|
|
|
8060
8080
|
"description": null,
|
|
8061
8081
|
"enumValues": null,
|
|
8062
8082
|
"fields": {
|
|
8083
|
+
"access": {
|
|
8084
|
+
"args": {},
|
|
8085
|
+
"deprecationReason": null,
|
|
8086
|
+
"description": null,
|
|
8087
|
+
"id_str": "wanNetwork___publishPolicyRevision___policy___sections___access",
|
|
8088
|
+
"isDeprecated": false,
|
|
8089
|
+
"name": "access",
|
|
8090
|
+
"path": "wanNetwork.publishPolicyRevision.policy.sections.access",
|
|
8091
|
+
"requestStr": "$entityAccess:EntityAccess ",
|
|
8092
|
+
"required": false,
|
|
8093
|
+
"responseStr": "access:$entityAccess ",
|
|
8094
|
+
"type": {
|
|
8095
|
+
"definition": {
|
|
8096
|
+
"description": null,
|
|
8097
|
+
"enumValues": null,
|
|
8098
|
+
"fields": {
|
|
8099
|
+
"action": {
|
|
8100
|
+
"args": {},
|
|
8101
|
+
"deprecationReason": null,
|
|
8102
|
+
"description": null,
|
|
8103
|
+
"id_str": "wanNetwork___publishPolicyRevision___policy___sections___access___action",
|
|
8104
|
+
"isDeprecated": false,
|
|
8105
|
+
"name": "action",
|
|
8106
|
+
"path": "wanNetwork.publishPolicyRevision.policy.sections.access.action",
|
|
8107
|
+
"requestStr": "$action:RBACAction! ",
|
|
8108
|
+
"required": true,
|
|
8109
|
+
"responseStr": "action:$action ",
|
|
8110
|
+
"type": {
|
|
8111
|
+
"definition": {
|
|
8112
|
+
"description": null,
|
|
8113
|
+
"enumValues": [
|
|
8114
|
+
{
|
|
8115
|
+
"deprecationReason": null,
|
|
8116
|
+
"description": null,
|
|
8117
|
+
"isDeprecated": false,
|
|
8118
|
+
"name": "NONE"
|
|
8119
|
+
},
|
|
8120
|
+
{
|
|
8121
|
+
"deprecationReason": null,
|
|
8122
|
+
"description": null,
|
|
8123
|
+
"isDeprecated": false,
|
|
8124
|
+
"name": "VIEW"
|
|
8125
|
+
},
|
|
8126
|
+
{
|
|
8127
|
+
"deprecationReason": null,
|
|
8128
|
+
"description": null,
|
|
8129
|
+
"isDeprecated": false,
|
|
8130
|
+
"name": "EDIT"
|
|
8131
|
+
}
|
|
8132
|
+
],
|
|
8133
|
+
"fields": null,
|
|
8134
|
+
"inputFields": null,
|
|
8135
|
+
"interfaces": null,
|
|
8136
|
+
"kind": "ENUM",
|
|
8137
|
+
"name": "RBACAction",
|
|
8138
|
+
"possibleTypes": null
|
|
8139
|
+
},
|
|
8140
|
+
"indexType": "enum",
|
|
8141
|
+
"kind": [
|
|
8142
|
+
"NON_NULL",
|
|
8143
|
+
"ENUM"
|
|
8144
|
+
],
|
|
8145
|
+
"name": "RBACAction",
|
|
8146
|
+
"non_null": false
|
|
8147
|
+
},
|
|
8148
|
+
"varName": "action"
|
|
8149
|
+
}
|
|
8150
|
+
},
|
|
8151
|
+
"inputFields": null,
|
|
8152
|
+
"interfaces": [],
|
|
8153
|
+
"kind": "OBJECT",
|
|
8154
|
+
"name": "EntityAccess",
|
|
8155
|
+
"possibleTypes": null
|
|
8156
|
+
},
|
|
8157
|
+
"indexType": "object",
|
|
8158
|
+
"kind": [
|
|
8159
|
+
"OBJECT"
|
|
8160
|
+
],
|
|
8161
|
+
"name": "EntityAccess",
|
|
8162
|
+
"non_null": false
|
|
8163
|
+
},
|
|
8164
|
+
"varName": "entityAccess"
|
|
8165
|
+
},
|
|
8063
8166
|
"audit": {
|
|
8064
8167
|
"args": {},
|
|
8065
8168
|
"deprecationReason": null,
|
|
@@ -8269,6 +8372,26 @@
|
|
|
8269
8372
|
"non_null": false
|
|
8270
8373
|
},
|
|
8271
8374
|
"varName": "name"
|
|
8375
|
+
},
|
|
8376
|
+
"subPolicyId": {
|
|
8377
|
+
"args": {},
|
|
8378
|
+
"deprecationReason": null,
|
|
8379
|
+
"description": null,
|
|
8380
|
+
"id_str": "wanNetwork___publishPolicyRevision___policy___sections___section___subPolicyId",
|
|
8381
|
+
"isDeprecated": false,
|
|
8382
|
+
"name": "subPolicyId",
|
|
8383
|
+
"path": "wanNetwork.publishPolicyRevision.policy.sections.section.subPolicyId",
|
|
8384
|
+
"requestStr": "$subPolicyId:ID ",
|
|
8385
|
+
"required": false,
|
|
8386
|
+
"responseStr": "subPolicyId:$subPolicyId ",
|
|
8387
|
+
"type": {
|
|
8388
|
+
"kind": [
|
|
8389
|
+
"SCALAR"
|
|
8390
|
+
],
|
|
8391
|
+
"name": "ID",
|
|
8392
|
+
"non_null": false
|
|
8393
|
+
},
|
|
8394
|
+
"varName": "subPolicyId"
|
|
8272
8395
|
}
|
|
8273
8396
|
},
|
|
8274
8397
|
"inputFields": null,
|
|
@@ -6675,6 +6675,26 @@
|
|
|
6675
6675
|
"non_null": false
|
|
6676
6676
|
},
|
|
6677
6677
|
"varName": "name"
|
|
6678
|
+
},
|
|
6679
|
+
"subPolicyId": {
|
|
6680
|
+
"args": {},
|
|
6681
|
+
"deprecationReason": null,
|
|
6682
|
+
"description": null,
|
|
6683
|
+
"id_str": "wanNetwork___removeRule___rule___rule___section___subPolicyId",
|
|
6684
|
+
"isDeprecated": false,
|
|
6685
|
+
"name": "subPolicyId",
|
|
6686
|
+
"path": "wanNetwork.removeRule.rule.rule.section.subPolicyId",
|
|
6687
|
+
"requestStr": "$subPolicyId:ID ",
|
|
6688
|
+
"required": false,
|
|
6689
|
+
"responseStr": "subPolicyId:$subPolicyId ",
|
|
6690
|
+
"type": {
|
|
6691
|
+
"kind": [
|
|
6692
|
+
"SCALAR"
|
|
6693
|
+
],
|
|
6694
|
+
"name": "ID",
|
|
6695
|
+
"non_null": false
|
|
6696
|
+
},
|
|
6697
|
+
"varName": "subPolicyId"
|
|
6678
6698
|
}
|
|
6679
6699
|
},
|
|
6680
6700
|
"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": "wanNetwork___removeSection___section___access",
|
|
601
|
+
"isDeprecated": false,
|
|
602
|
+
"name": "access",
|
|
603
|
+
"path": "wanNetwork.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": "wanNetwork___removeSection___section___access___action",
|
|
617
|
+
"isDeprecated": false,
|
|
618
|
+
"name": "action",
|
|
619
|
+
"path": "wanNetwork.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": "wanNetwork___removeSection___section___section___subPolicyId",
|
|
894
|
+
"isDeprecated": false,
|
|
895
|
+
"name": "subPolicyId",
|
|
896
|
+
"path": "wanNetwork.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,
|
|
@@ -7013,6 +7013,26 @@
|
|
|
7013
7013
|
"non_null": false
|
|
7014
7014
|
},
|
|
7015
7015
|
"varName": "name"
|
|
7016
|
+
},
|
|
7017
|
+
"subPolicyId": {
|
|
7018
|
+
"args": {},
|
|
7019
|
+
"deprecationReason": null,
|
|
7020
|
+
"description": null,
|
|
7021
|
+
"id_str": "wanNetwork___updatePolicy___policy___rules___rule___section___subPolicyId",
|
|
7022
|
+
"isDeprecated": false,
|
|
7023
|
+
"name": "subPolicyId",
|
|
7024
|
+
"path": "wanNetwork.updatePolicy.policy.rules.rule.section.subPolicyId",
|
|
7025
|
+
"requestStr": "$subPolicyId:ID ",
|
|
7026
|
+
"required": false,
|
|
7027
|
+
"responseStr": "subPolicyId:$subPolicyId ",
|
|
7028
|
+
"type": {
|
|
7029
|
+
"kind": [
|
|
7030
|
+
"SCALAR"
|
|
7031
|
+
],
|
|
7032
|
+
"name": "ID",
|
|
7033
|
+
"non_null": false
|
|
7034
|
+
},
|
|
7035
|
+
"varName": "subPolicyId"
|
|
7016
7036
|
}
|
|
7017
7037
|
},
|
|
7018
7038
|
"inputFields": null,
|
|
@@ -8081,6 +8101,89 @@
|
|
|
8081
8101
|
"description": null,
|
|
8082
8102
|
"enumValues": null,
|
|
8083
8103
|
"fields": {
|
|
8104
|
+
"access": {
|
|
8105
|
+
"args": {},
|
|
8106
|
+
"deprecationReason": null,
|
|
8107
|
+
"description": null,
|
|
8108
|
+
"id_str": "wanNetwork___updatePolicy___policy___sections___access",
|
|
8109
|
+
"isDeprecated": false,
|
|
8110
|
+
"name": "access",
|
|
8111
|
+
"path": "wanNetwork.updatePolicy.policy.sections.access",
|
|
8112
|
+
"requestStr": "$entityAccess:EntityAccess ",
|
|
8113
|
+
"required": false,
|
|
8114
|
+
"responseStr": "access:$entityAccess ",
|
|
8115
|
+
"type": {
|
|
8116
|
+
"definition": {
|
|
8117
|
+
"description": null,
|
|
8118
|
+
"enumValues": null,
|
|
8119
|
+
"fields": {
|
|
8120
|
+
"action": {
|
|
8121
|
+
"args": {},
|
|
8122
|
+
"deprecationReason": null,
|
|
8123
|
+
"description": null,
|
|
8124
|
+
"id_str": "wanNetwork___updatePolicy___policy___sections___access___action",
|
|
8125
|
+
"isDeprecated": false,
|
|
8126
|
+
"name": "action",
|
|
8127
|
+
"path": "wanNetwork.updatePolicy.policy.sections.access.action",
|
|
8128
|
+
"requestStr": "$action:RBACAction! ",
|
|
8129
|
+
"required": true,
|
|
8130
|
+
"responseStr": "action:$action ",
|
|
8131
|
+
"type": {
|
|
8132
|
+
"definition": {
|
|
8133
|
+
"description": null,
|
|
8134
|
+
"enumValues": [
|
|
8135
|
+
{
|
|
8136
|
+
"deprecationReason": null,
|
|
8137
|
+
"description": null,
|
|
8138
|
+
"isDeprecated": false,
|
|
8139
|
+
"name": "NONE"
|
|
8140
|
+
},
|
|
8141
|
+
{
|
|
8142
|
+
"deprecationReason": null,
|
|
8143
|
+
"description": null,
|
|
8144
|
+
"isDeprecated": false,
|
|
8145
|
+
"name": "VIEW"
|
|
8146
|
+
},
|
|
8147
|
+
{
|
|
8148
|
+
"deprecationReason": null,
|
|
8149
|
+
"description": null,
|
|
8150
|
+
"isDeprecated": false,
|
|
8151
|
+
"name": "EDIT"
|
|
8152
|
+
}
|
|
8153
|
+
],
|
|
8154
|
+
"fields": null,
|
|
8155
|
+
"inputFields": null,
|
|
8156
|
+
"interfaces": null,
|
|
8157
|
+
"kind": "ENUM",
|
|
8158
|
+
"name": "RBACAction",
|
|
8159
|
+
"possibleTypes": null
|
|
8160
|
+
},
|
|
8161
|
+
"indexType": "enum",
|
|
8162
|
+
"kind": [
|
|
8163
|
+
"NON_NULL",
|
|
8164
|
+
"ENUM"
|
|
8165
|
+
],
|
|
8166
|
+
"name": "RBACAction",
|
|
8167
|
+
"non_null": false
|
|
8168
|
+
},
|
|
8169
|
+
"varName": "action"
|
|
8170
|
+
}
|
|
8171
|
+
},
|
|
8172
|
+
"inputFields": null,
|
|
8173
|
+
"interfaces": [],
|
|
8174
|
+
"kind": "OBJECT",
|
|
8175
|
+
"name": "EntityAccess",
|
|
8176
|
+
"possibleTypes": null
|
|
8177
|
+
},
|
|
8178
|
+
"indexType": "object",
|
|
8179
|
+
"kind": [
|
|
8180
|
+
"OBJECT"
|
|
8181
|
+
],
|
|
8182
|
+
"name": "EntityAccess",
|
|
8183
|
+
"non_null": false
|
|
8184
|
+
},
|
|
8185
|
+
"varName": "entityAccess"
|
|
8186
|
+
},
|
|
8084
8187
|
"audit": {
|
|
8085
8188
|
"args": {},
|
|
8086
8189
|
"deprecationReason": null,
|
|
@@ -8290,6 +8393,26 @@
|
|
|
8290
8393
|
"non_null": false
|
|
8291
8394
|
},
|
|
8292
8395
|
"varName": "name"
|
|
8396
|
+
},
|
|
8397
|
+
"subPolicyId": {
|
|
8398
|
+
"args": {},
|
|
8399
|
+
"deprecationReason": null,
|
|
8400
|
+
"description": null,
|
|
8401
|
+
"id_str": "wanNetwork___updatePolicy___policy___sections___section___subPolicyId",
|
|
8402
|
+
"isDeprecated": false,
|
|
8403
|
+
"name": "subPolicyId",
|
|
8404
|
+
"path": "wanNetwork.updatePolicy.policy.sections.section.subPolicyId",
|
|
8405
|
+
"requestStr": "$subPolicyId:ID ",
|
|
8406
|
+
"required": false,
|
|
8407
|
+
"responseStr": "subPolicyId:$subPolicyId ",
|
|
8408
|
+
"type": {
|
|
8409
|
+
"kind": [
|
|
8410
|
+
"SCALAR"
|
|
8411
|
+
],
|
|
8412
|
+
"name": "ID",
|
|
8413
|
+
"non_null": false
|
|
8414
|
+
},
|
|
8415
|
+
"varName": "subPolicyId"
|
|
8293
8416
|
}
|
|
8294
8417
|
},
|
|
8295
8418
|
"inputFields": null,
|
|
@@ -28497,6 +28497,26 @@
|
|
|
28497
28497
|
"non_null": false
|
|
28498
28498
|
},
|
|
28499
28499
|
"varName": "name"
|
|
28500
|
+
},
|
|
28501
|
+
"subPolicyId": {
|
|
28502
|
+
"args": {},
|
|
28503
|
+
"deprecationReason": null,
|
|
28504
|
+
"description": null,
|
|
28505
|
+
"id_str": "wanNetwork___updateRule___rule___rule___section___subPolicyId",
|
|
28506
|
+
"isDeprecated": false,
|
|
28507
|
+
"name": "subPolicyId",
|
|
28508
|
+
"path": "wanNetwork.updateRule.rule.rule.section.subPolicyId",
|
|
28509
|
+
"requestStr": "$subPolicyId:ID ",
|
|
28510
|
+
"required": false,
|
|
28511
|
+
"responseStr": "subPolicyId:$subPolicyId ",
|
|
28512
|
+
"type": {
|
|
28513
|
+
"kind": [
|
|
28514
|
+
"SCALAR"
|
|
28515
|
+
],
|
|
28516
|
+
"name": "ID",
|
|
28517
|
+
"non_null": false
|
|
28518
|
+
},
|
|
28519
|
+
"varName": "subPolicyId"
|
|
28500
28520
|
}
|
|
28501
28521
|
},
|
|
28502
28522
|
"inputFields": null,
|