@itentialopensource/adapter-nokia_nsp_nfm_p
Version:
This adapter integrates with system described as: nfm-p(SAMO).
84 lines • 2.23 kB
JSON
{
"actions": [
{
"name": "restServerAuxServerPairAssignedObjects",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/v2/server/AuxServerPair/assignedObjects/{pathv1}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "restServerAuxServerPairUnAssignedObjects",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/v2/server/AuxServerPair/unAssignedObjects/{pathv1}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "restServerTCEDeleteAllENBs",
"protocol": "REST",
"method": "DELETE",
"entitypath": "{base_path}/{version}/v2/server/TCE/deleteAllENBs/{pathv1}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "restServerTCEPreDeleteENBs",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/v2/server/TCE/preDeleteENBs/{pathv1}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
}
]
}