UNPKG

@itentialopensource/adapter-etsi_sol005

Version:

This adapter integrates with system described as: ETSI sol005

106 lines 3.03 kB
{ "actions": [ { "name": "getCapacityThresholds", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/nfvici/v1/capacity_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/getCapacityThresholds-default.json" } ] }, { "name": "postCapacityThresholds", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/nfvici/v1/capacity_thresholds?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/postCapacityThresholds-default.json" } ] }, { "name": "getCapacityThresholdsCapacityThresholdId", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/nfvici/v1/capacity_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/getCapacityThresholdsCapacityThresholdId-default.json" } ] }, { "name": "patchCapacityThresholdsCapacityThresholdId", "protocol": "REST", "method": "PATCH", "entitypath": "{base_path}/{version}/nfvici/v1/capacity_thresholds/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/patchCapacityThresholdsCapacityThresholdId-default.json" } ] }, { "name": "deleteCapacityThresholdsCapacityThresholdId", "protocol": "REST", "method": "DELETE", "entitypath": "{base_path}/{version}/nfvici/v1/capacity_thresholds/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] } ] }