@itentialopensource/adapter-tcpwave
Version:
This adapter integrates with system described as: tcpwaveRestapiStore.
82 lines • 1.94 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": "postIpv6subnetDelete",
"enum": [
"postIpv6subnetDelete",
"getIpv6subnetPaged",
"postIpv6subnetEdit",
"createSingle",
"searchSubnets",
"getIpv6SubnetDetails",
"getSubNetByAddress",
"getIpv6subnetActiveLeases",
"getIpv6subnetListv6subnet"
],
"external_name": "ph_request_type"
},
"orgName": {
"type": "string",
"description": "Organization Name",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "org_name"
},
"networkAddress": {
"type": "string",
"description": "Network Address",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "network_address"
},
"subnetAddress": {
"type": "string",
"description": "Required Subnet's Address",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "subnet_address"
},
"organizationName": {
"type": "string",
"description": "Organization Name",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "organization_name"
},
"networkIp": {
"type": "string",
"description": "IP of the Network",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "network_ip"
}
},
"definitions": {}
}