UNPKG

@itentialopensource/adapter-tcpwave

Version:

This adapter integrates with system described as: tcpwaveRestapiStore.

82 lines 1.92 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": "listO", "enum": [ "listO", "subnetGroupPage", "searchSubnetGroupReferences", "getSubnetgroupListSubnets", "postSubnetgroupDisassociate", "getSubnetgroupGet", "postSubnetgroupUpdate", "postSubnetgroupDelete", "postSubnetgroupAdd" ], "external_name": "ph_request_type" }, "organizationId": { "type": "number", "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" }, "subnetGrpId": { "type": "number", "description": "Subnet Group Id", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "subnet_grp_id" }, "subnetGrpName": { "type": "string", "description": "Subnet Group Name", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "subnet_grp_name" }, "orgName": { "type": "string", "description": "Organization Name", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "org_name" } }, "definitions": {} }