@itentialopensource/adapter-nokia_nsp_sdn
Version:
This adapter integrates with system described as: networkServicesPlatformRestApi-V4.
188 lines • 5.08 kB
JSON
{
"actions": [
{
"name": "createFlows",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/v4/openflow/flows?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/createFlows-default.json"
}
]
},
{
"name": "deleteFlows",
"protocol": "REST",
"method": "DELETE",
"entitypath": "{base_path}/{version}/v4/openflow/flows?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/deleteFlows-default.json"
}
]
},
{
"name": "patchFlows",
"protocol": "REST",
"method": "PATCH",
"entitypath": "{base_path}/{version}/v4/openflow/flows?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/patchFlows-default.json"
}
]
},
{
"name": "getFlowsearch",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/v4/openflow/flows/search?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/getFlowsearch-default.json"
}
]
},
{
"name": "getFlowsearchById",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/v4/openflow/flows/search-by-id?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/getFlowsearchById-default.json"
}
]
},
{
"name": "getPorts",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/v4/openflow/ports/{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/getPorts-default.json"
}
]
},
{
"name": "getSwitches",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/v4/openflow/switches?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/getSwitches-default.json"
}
]
},
{
"name": "getSwitchesInRouter",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/v4/openflow/switches/{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/getSwitchesInRouter-default.json"
}
]
},
{
"name": "getTables",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/v4/openflow/tables/{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/getTables-default.json"
}
]
}
]
}