@itentialopensource/adapter-nokia_nsp_nfm_p
Version:
This adapter integrates with system described as: nfm-p(SAMO).
185 lines • 4.96 kB
JSON
{
"actions": [
{
"name": "restCoregeristryApplicationRegisterFind",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/v2/general/find?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "restCoregeristryApplicationRegisterFindToFile",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/v2/general/findToFile?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "restCoregeristryApplicationRegisterPing",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/v2/general/ping?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "restCoregeristryApplicationRegister",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/v2/general/registerLogToFile/{pathv1}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "restCoregeristryApplicationDeregister",
"protocol": "REST",
"method": "DELETE",
"entitypath": "{base_path}/{version}/v2/general/registerLogToFile/{pathv1}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "restCoregeristryApplicationRegisterSasLogToFile",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/v2/general/registerSasLogToFile/{pathv1}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "restCoregeristryApplicationDeregisterSasLogToFile",
"protocol": "REST",
"method": "DELETE",
"entitypath": "{base_path}/{version}/v2/general/registerSasLogToFile/{pathv1}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "restCoregeristryApplicationRegisterTimestamp",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/v2/general/timestamp?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "restCoregeristryApplicationRegisterVersion",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/v2/general/version?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
}
]
}