UNPKG

@itentialopensource/adapter-onap_sdc

Version:

This adapter integrates with system described as: onap_sdc.

67 lines 1.82 kB
{ "actions": [ { "name": "getAssetListExternal", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/v1/catalog/{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/getAssetListExternal-default.json" } ] }, { "name": "getAssetSpecificMetadataByUuidExternal", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/v1/catalog/{pathv1}/{pathv2}/metadata?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getAssetSpecificMetadataByUuidExternal-default.json" } ] }, { "name": "getToscaModelExternal", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/v1/catalog/{pathv1}/{pathv2}/toscaModel?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] } ] }