@itentialopensource/adapter-nokia_nsp_nfm_p
Version:
This adapter integrates with system described as: nfm-p(SAMO).
104 lines • 2.74 kB
JSON
{
"actions": [
{
"name": "restIsisAreaConfigure",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/v2/isis/Area/configure/{pathv1}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "restIsisAuthenticationKeyRemoveAuthenticationKey",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/v2/isis/AuthenticationKey/removeAuthenticationKey/{pathv1}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "restIsisInterfaceConfigure",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/v2/isis/Interface/configure/{pathv1}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "restIsisIsisConfigure",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/v2/isis/Isis/configure?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "restIsisSiteExportPolicyConfigure",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/v2/isis/SiteExportPolicy/configure/{pathv1}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
}
]
}