@itentialopensource/adapter-onap_sdc
Version:
This adapter integrates with system described as: onap_sdc.
67 lines • 1.84 kB
JSON
{
"actions": [
{
"name": "downloadServiceArtifact",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/v1/catalog/services/{pathv1}/{pathv2}/artifacts/{pathv3}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "downloadResourceInstanceArtifactByName",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/v1/catalog/services/{pathv1}/{pathv2}/resourceInstances/{pathv3}/artifacts/{pathv4}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "downloadResourceArtifact",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/v1/catalog/services/{pathv1}/{pathv2}/resources/{pathv3}/{pathv4}/artifacts/{pathv5}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
}
]
}