UNPKG

@itentialopensource/adapter-tcpwave

Version:

This adapter integrates with system described as: tcpwaveRestapiStore.

137 lines 3.05 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": "listForServer", "enum": [ "listForServer", "postViewEdit", "listViewsForZone", "listForZoneTemplate", "checkViewListAssociatedWithTemplate", "listForZone", "listcountries", "getViewGet", "getViewList", "postViewDelete", "postViewCreate" ], "external_name": "ph_request_type" }, "organizationId": { "description": "Organization Id", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "organization_id" }, "organizationName": { "type": "string", "description": "Organization Name", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "organization_name" }, "serverId": { "type": "string", "description": "Server Id", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "server_id" }, "serverIp": { "type": "string", "description": "Server IP Address", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "server_ip" }, "zoneName": { "type": "string", "description": "Zone Name", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "zone_name" }, "templateId": { "type": "string", "description": "Template Id", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "template_id" }, "templateName": { "type": "string", "description": "Template Name", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "template_name" }, "viewId": { "description": "View Id", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "view_id" }, "viewName": { "type": "string", "description": "View Name", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "view_name" }, "applyOrg": { "type": "string", "description": "Applied Organization", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "apply_org" } }, "definitions": {} }