@itentialopensource/adapter-tcpwave
Version:
This adapter integrates with system described as: tcpwaveRestapiStore.
92 lines • 2.2 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": "postIpv6networkDelete",
"enum": [
"postIpv6networkDelete",
"getIpv6networkPage",
"postIpv6networkEdit",
"networkFinder",
"getStats",
"searchNetworks",
"getIpv6networkIpv6subnetsNetworkIdNwMaskLengthNwStartAddressAllocType",
"postIpv6networkAdd"
],
"external_name": "ph_request_type"
},
"subnetAddress": {
"type": "string",
"description": "Subnet 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"
},
"networkId": {
"type": "number",
"description": "Network id",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "network_id"
},
"nwMaskLength": {
"type": "number",
"description": "Network mask length",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "nw_mask_length"
},
"nwStartAddress": {
"type": "string",
"description": "Subnet's starting address in this Network",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "nw_start_address"
},
"allocType": {
"type": "string",
"description": "Allocation type",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "alloc_type"
}
},
"definitions": {}
}