@itentialopensource/adapter-tcpwave
Version:
This adapter integrates with system described as: tcpwaveRestapiStore.
59 lines • 1.49 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": "getObjectForIPAM",
"enum": [
"getObjectForIPAM",
"appliancePagelist",
"ipamTemplateDelete",
"changeDebugSetting",
"manageService",
"getServiceStatus",
"getLocalhostIP",
"getConfiguredType",
"getRootAccessDtls",
"getSyncStatusDetails",
"ipamApplianceSearch",
"getTrafficForIPAMAppliances",
"getIAPMApplianceName",
"getProcessorsCount",
"objectAssociatedOrgList",
"getIpamApplianceGet",
"postIpamApplianceUpdate",
"postIpamApplianceCreate",
"postIpamApplianceSyncAll"
],
"external_name": "ph_request_type"
},
"serverName": {
"type": "string",
"description": "IPAM appliance Name",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "server_name"
},
"serverIp": {
"type": "string",
"description": "IPAM appliance IP address",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "server_ip"
}
},
"definitions": {}
}