@itentialopensource/adapter-tcpwave
Version:
This adapter integrates with system described as: tcpwaveRestapiStore.
81 lines • 1.92 kB
JSON
{
"$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": "postIpv6subnetgroupDeleteAll",
"enum": [
"postIpv6subnetgroupDeleteAll",
"listSubnets",
"disassociateSubnet",
"getSubnet",
"postIpv6subnetgroupUpdate",
"getIpv6subnetgroupList",
"getIpv6subnetgroupListbyorg",
"postIpv6subnetgroupAdd"
],
"external_name": "ph_request_type"
},
"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 Id",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "org_name"
},
"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"
}
},
"definitions": {}
}