UNPKG

@itentialopensource/adapter-etsi_sol002

Version:

This adapter integrates with system described as: ETSI sol002

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