@itentialopensource/adapter-nokia_nsp_sdn
Version:
This adapter integrates with system described as: networkServicesPlatformRestApi-V4.
84 lines • 2.08 kB
JSON
{
"actions": [
{
"name": "diagnoseLsp",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/v4/nsp/pathtool/diagnose-lsp/{pathv1}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "diagnosePath",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/v4/nsp/pathtool/diagnose-path?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "findSdnPath",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/v4/nsp/pathtool/find-path?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "findPath",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/v4/nsp/pathtool/find-path?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
}
]
}