@itentialopensource/adapter-tcpwave
Version:
This adapter integrates with system described as: tcpwaveRestapiStore.
147 lines • 3.43 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": "postSubnetDelete",
"enum": [
"postSubnetDelete",
"getSubnetPaged",
"postSubnetEdit",
"getSubnetData",
"postSubnetAdd",
"getSubnetSearch",
"routerList",
"createAll",
"getSubnetIpAddressOrganizationName",
"getSubnetActiveLeases",
"getSubnetGetSubnetDetails",
"postSubnetMultiadd",
"getSubnetStats",
"listInRange",
"exMerge",
"searchSubnetReferences",
"listFreeSubnets",
"getViewsAssociated",
"getSubnetGet",
"split"
],
"external_name": "ph_request_type"
},
"networkAddress": {
"type": "string",
"description": "Network Address",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "network_address"
},
"orgName": {
"type": "string",
"description": "Required Organization name",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "org_name"
},
"objIp": {
"type": "string",
"description": "Object Address (In case of subnet address is not given)",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "obj_ip"
},
"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"
},
"subnetId": {
"description": "Subnet ID",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "subnet_id"
},
"networkIp": {
"type": "string",
"description": "Network IP Address",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "network_ip"
},
"startSubnet": {
"type": "string",
"description": "Starting range of Subnet",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "start_subnet"
},
"endSubnet": {
"type": "string",
"description": "Page Length",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "end_subnet"
},
"ipAddress": {
"type": "string",
"description": "Network IP Address",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "ip_address"
}
},
"definitions": {}
}