UNPKG

@itentialopensource/adapter-tcpwave

Version:

This adapter integrates with system described as: tcpwaveRestapiStore.

58 lines 1.42 kB
{ "$id": "schema.json", "type": "object", "schema": "http://json-schema.org/draft-07/schema#", "translate": true, "dynamicfields": true, "properties": { "ph_request_type": { "type": "string", "description": "type of request (internal to adapter)", "default": "modify", "enum": [ "modify", "listAssoc", "updateAssoc", "getTemplate", "postFirewallTemplateAdd", "getFirewallTemplateList", "postFirewallTemplateDelete" ], "external_name": "ph_request_type" }, "templateName": { "type": "string", "description": "Firewall Template Name", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "template_name" }, "orgName": { "type": "string", "description": "organization name associated with Firewall Template", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "org_name" }, "forSelect": { "type": "boolean", "description": "Indicates if the firewall template list is to display in the dropdown in UI", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "for_select" } }, "definitions": {} }