@itentialopensource/adapter-nokia_nsp_nfm_p
Version:
This adapter integrates with system described as: nfm-p(SAMO).
84 lines • 2.39 kB
JSON
{
"actions": [
{
"name": "restSelfconfigPreProvisionedNeCreatePreProvNeFromTemplate",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/v2/selfconfig/PreProvisionedNe/createPreProvNeFromTemplate?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "restSelfconfigPreProvisionedNeStateDeletePreProvNe",
"protocol": "REST",
"method": "DELETE",
"entitypath": "{base_path}/{version}/v2/selfconfig/PreProvisionedNeState/deletePreProvNe/{pathv1}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "restSelfconfigPreProvisionedNeStateProceedToNextStage",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/v2/selfconfig/PreProvisionedNeState/proceedToNextStage/{pathv1}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "restSelfconfigPreProvisionedNeStateRetrySelfConfiguration",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/v2/selfconfig/PreProvisionedNeState/retrySelfConfiguration/{pathv1}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
}
]
}