UNPKG

@itentialopensource/adapter-panorama

Version:

This adapter integrates with system described as: yourTitleHere.

73 lines 2.17 kB
{ "$id": "schema.json", "type": "object", "schema": "http://json-schema.org/draft-07/schema#", "translate": false, "dynamicfields": true, "properties": { "ph_request_type": { "type": "string", "description": "type of request (internal to adapter)", "default": "getSecurityRules", "enum": [ "commitChanges", "getSecurityRules", "createSecurityRule", "renameSecurityRule", "moveSecurityRule", "updateSecurityRule", "deleteSecurityRule", "getNatRules", "createNatRule", "renameNatRule", "moveNatRule", "updateNatRule", "deleteNatRule", "getQoSRules", "createQoSRule", "renameQoSRule", "moveQoSRule", "updateQoSRule", "deleteQoSRule", "getPolicyBasedForwardingRules", "createPolicyBasedForwardingRule", "renamePolicyBasedForwardingRule", "movePolicyBasedForwardingRule", "updatePolicyBasedForwardingRule", "deletePolicyBasedForwardingRule", "getDecryptionRules", "createDecryptionRule", "renameDecryptionRule", "moveDecryptionRule", "updateDecryptionRule", "deleteDecryptionRule", "getTunnelInspectionRules", "createTunnelInspectionRule", "renameTunnelInspectionRule", "moveTunnelInspectionRule", "updateTunnelInspectionRule", "deleteTunnelInspectionRule", "getApplicationOverrideRules", "createApplicationOverrideRule", "renameApplicationOverrideRule", "moveApplicationOverrideRule", "updateApplicationOverrideRule", "deleteApplicationOverrideRule", "getAuthenticationRules", "createAuthenticationRule", "renameAuthenticationRule", "moveAuthenticationRule", "updateAuthenticationRule", "deleteAuthenticationRule", "getDoSRules", "createDoSRule", "renameDoSRule", "moveDoSRule", "updateDoSRule", "deleteDoSRule" ], "external_name": "ph_request_type" } }, "definitions": {} }