UNPKG

@itentialopensource/adapter-etsi_sol005

Version:

This adapter integrates with system described as: ETSI sol005

46 lines 1.24 kB
{ "actions": [ { "name": "getNfviCapacityInfos", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/nfvici/v1/nfvi_capacity_infos?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getNfviCapacityInfos-default.json" } ] }, { "name": "getNfviCapacityInfosVimId", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/nfvici/v1/nfvi_capacity_infos/{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/getNfviCapacityInfosVimId-default.json" } ] } ] }