@itentialopensource/adapter-nokia_nsp_sdn
Version:
This adapter integrates with system described as: networkServicesPlatformRestApi-V4.
129 lines • 3.46 kB
JSON
{
"actions": [
{
"name": "getLink",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/v4/ietf/te/link/{pathv1}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/getLink-default.json"
}
]
},
{
"name": "patchLink",
"protocol": "REST",
"method": "PATCH",
"entitypath": "{base_path}/{version}/v4/ietf/te/link/{pathv1}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/patchLink-default.json"
}
]
},
{
"name": "getNetwork",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/v4/ietf/te/network/{pathv1}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/getNetwork-default.json"
}
]
},
{
"name": "getNetworks",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/v4/ietf/te/networks?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/getNetworks-default.json"
}
]
},
{
"name": "getNode",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/v4/ietf/te/node/{pathv1}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/getNode-default.json"
}
]
},
{
"name": "getTerminationPoint",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/v4/ietf/te/termination-point/{pathv1}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/getTerminationPoint-default.json"
}
]
}
]
}