UNPKG

@itentialopensource/adapter-nokia_nsp_network

Version:

This adapter integrates with system described as: networkSupervisionRestApis.

86 lines 2.22 kB
{ "actions": [ { "name": "getPhysicalLinksUsingGET", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/v1/physicalLinks?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getPhysicalLinksUsingGET-default.json" } ] }, { "name": "createPhysicalLinkUsingPOST", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/v1/physicalLinks?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "getPhysicalLinkUsingGET", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/v1/physicalLinks/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "deletePhysicalLinkUsingDELETE", "protocol": "REST", "method": "DELETE", "entitypath": "{base_path}/{version}/v1/physicalLinks/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] } ] }