@itentialopensource/adapter-etsi_sol005
Version:
This adapter integrates with system described as: ETSI sol005
210 lines • 5.81 kB
JSON
{
"actions": [
{
"name": "postPnfDescriptors",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/nsd/v2/pnf_descriptors?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/postPnfDescriptors-default.json"
}
]
},
{
"name": "getPnfDescriptors",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/nsd/v2/pnf_descriptors?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/getPnfDescriptors-default.json"
}
]
},
{
"name": "getPnfDescriptorsPnfdInfoId",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/nsd/v2/pnf_descriptors/{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/getPnfDescriptorsPnfdInfoId-default.json"
}
]
},
{
"name": "patchPnfDescriptorsPnfdInfoId",
"protocol": "REST",
"method": "PATCH",
"entitypath": "{base_path}/{version}/nsd/v2/pnf_descriptors/{pathv1}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/patchPnfDescriptorsPnfdInfoId-default.json"
}
]
},
{
"name": "deletePnfDescriptorsPnfdInfoId",
"protocol": "REST",
"method": "DELETE",
"entitypath": "{base_path}/{version}/nsd/v2/pnf_descriptors/{pathv1}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "getPnfDescriptorsPnfdInfoIdPnfdContent",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/nsd/v2/pnf_descriptors/{pathv1}/pnfd_content?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "putPnfDescriptorsPnfdInfoIdPnfdContent",
"protocol": "REST",
"method": "PUT",
"entitypath": "{base_path}/{version}/nsd/v2/pnf_descriptors/{pathv1}/pnfd_content?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "getPnfDescriptorsPnfdInfoIdPnfd",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/nsd/v2/pnf_descriptors/{pathv1}/pnfd?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "getPnfDescriptorsPnfdInfoIdManifest",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/nsd/v2/pnf_descriptors/{pathv1}/manifest?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "getPnfDescriptorsPnfdInfoIdArtifactsArtifactPath",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/nsd/v2/pnf_descriptors/{pathv1}/artifacts/{pathv2}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
}
]
}