@itentialopensource/adapter-efficientip_solidserver
Version:
This adapter integrates with system described as: efficientip solidserver
167 lines • 5.02 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": "getDeviceDeviceList",
"enum": [
"getDeviceDeviceList",
"getDeviceDeviceCount",
"getDeviceDeviceInfo",
"createDeviceDevice",
"updateDeviceDevice",
"deleteDeviceDevice",
"getDeviceInterfaceList",
"getDeviceInterfaceCount",
"getDeviceInterfaceInfo",
"createDeviceInterface",
"updateDeviceInterface",
"deleteDeviceInterface",
"getDeviceLinkList",
"getDeviceLinkCount",
"createDeviceLink",
"updateDeviceLink",
"deleteDeviceLink"
],
"external_name": "ph_request_type"
},
"deviceId": {
"type": "number",
"description": "The database identifier (ID) of the Device Manager device, a unique numeric key value automatically incremented when you add a device. Use the ID to specify the device of...(description truncated)",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "device_id"
},
"deviceName": {
"type": "string",
"description": "The name of the Device Manager device.",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "device_name"
},
"interfaceId": {
"type": "number",
"description": "The database identifier (ID) of the Device Manager port or interface, a unique numeric key value automatically incremented when you add a port or interface. Use the ID to...(description truncated)",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "interface_id"
},
"interfaceName": {
"type": "string",
"description": "The name of the Device Manager port or interface.",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "interface_name"
},
"device1Name": {
"type": "string",
"description": "The name of the device to which belongs the DM port or interface you want to unlink from interface2_id.",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "device1_name"
},
"device2Name": {
"type": "string",
"description": "The name of the device to which belongs the DM port or interface you want to unlink from interface1_id.",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "device2_name"
},
"interface1Id": {
"type": "number",
"description": "The database identifier (ID) of the DM port or interface you want to unlink from interface2_id.",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "interface1_id"
},
"interface1Name": {
"type": "string",
"description": "The name of the DM port or interface you want to unlink from interface2_id.",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "interface1_name"
},
"interface2Id": {
"type": "number",
"description": "The database identifier (ID) of the DM port or interface you want to unlink from interface1_id.",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "interface2_id"
},
"interface2Name": {
"type": "string",
"description": "The name of the DM port or interface you want to unlink from interface1_id.",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "interface2_name"
},
"linkId": {
"type": "number",
"description": "The database identifier (ID) of the Device Manager port or interface link, a unique numeric key value automatically incremented when you add a link between a device and a...(description truncated)",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "link_id"
},
"linkAutoLink": {
"type": "number",
"description": "A way to determine if the link between two Device Manager devices is set automatically (1) or manually (0).",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "link_auto_link"
}
},
"definitions": {}
}