UNPKG

@itentialopensource/adapter-efficientip_solidserver

Version:

This adapter integrates with system described as: efficientip solidserver

113 lines 3.24 kB
{ "$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": "getVlanDomainList", "enum": [ "getVlanDomainList", "getVlanDomainCount", "getVlanDomainInfo", "createVlanDomain", "updateVlanDomain", "deleteVlanDomain", "getVlanRangeList", "getVlanRangeCount", "getVlanRangeInfo", "createVlanRange", "updateVlanRange", "deleteVlanRange", "getVlanVlanList", "getVlanVlanCount", "getVlanVlanInfo", "createVlanVlan", "updateVlanVlan", "deleteVlanVlan" ], "external_name": "ph_request_type" }, "domainId": { "type": "number", "description": "The database identifier (ID) of the VLAN domain, a unique numeric key value automatically incremented when you add a VLAN domain. Use the ID to specify the VLAN domain of...(description truncated)", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "domain_id" }, "domainName": { "type": "string", "description": "The name of the VLAN domain.", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "domain_name" }, "rangeId": { "type": "number", "description": "The database identifier (ID) of the VLAN range, a unique numeric key value automatically incremented when you add a VLAN range. Use the ID to specify the VLAN range of yo...(description truncated)", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "range_id" }, "rangeName": { "type": "string", "description": "The name of the VLAN range.", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "range_name" }, "vlanId": { "type": "number", "description": "The database identifier (ID) of the VLAN, a unique numeric key value automatically incremented when you add a VLAN. Use the ID to specify the VLAN of your choice.", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "vlan_id" }, "vlanVlanId": { "type": "number", "description": "The VLAN identifier (ID) of the VLAN, a unique numeric key value within a VLAN domain. Use the ID to specify the VLAN of your choice.", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "vlan_vlan_id" }, "vlanName": { "type": "string", "description": "The name of the VLAN.", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "vlan_name" } }, "definitions": {} }