UNPKG

@itentialopensource/adapter-nokia_vitalqip

Version:

This adapter integrates with system described as: Nokia Vital QIP

85 lines 2.15 kB
{ "actions": [ { "name": "createDHCPAndV4SubnetMacPool", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/v1/{pathv1}/macpool?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "modifyDHCPAndV4SubnetMacPool", "protocol": "REST", "method": "PUT", "entitypath": "{base_path}/{version}/v1/{pathv1}/macpool?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "deleteDHCPAndV4SubnetMacPool", "protocol": "REST", "method": "DELETE", "entitypath": "{base_path}/{version}/v1/{pathv1}/macpool?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "getDHCPAndV4SubnetMacPool", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/v1/{pathv1}/macpool/{pathv2}{pathv3}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] } ] }