UNPKG

@itentialopensource/adapter-etsi_sol003

Version:

This adapter integrates with system described as: ETSI sol003

108 lines 3.07 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" } ] }, { "name": "getIndicatorsSubscriptionsSubscriptionId", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/vnfind/v1/indicators/subscriptions/{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/getIndicatorsSubscriptionsSubscriptionId-default.json" } ] }, { "name": "deleteIndicatorsSubscriptionsSubscriptionId", "protocol": "REST", "method": "DELETE", "entitypath": "{base_path}/{version}/vnfind/v1/indicators/subscriptions/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] } ] }