UNPKG

@itentialopensource/adapter-etsi_sol002

Version:

This adapter integrates with system described as: ETSI sol002

106 lines 2.87 kB
{ "actions": [ { "name": "getThresholds", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/vnfpm/v2/thresholds?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getThresholds-default.json" } ] }, { "name": "postThresholds", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/vnfpm/v2/thresholds?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/postThresholds-default.json" } ] }, { "name": "getThresholdsThresholdId", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/vnfpm/v2/thresholds/{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/getThresholdsThresholdId-default.json" } ] }, { "name": "deleteThresholdsThresholdId", "protocol": "REST", "method": "DELETE", "entitypath": "{base_path}/{version}/vnfpm/v2/thresholds/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "patchThresholdsThresholdId", "protocol": "REST", "method": "PATCH", "entitypath": "{base_path}/{version}/vnfpm/v2/thresholds/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/patchThresholdsThresholdId-default.json" } ] } ] }