UNPKG

@itentialopensource/adapter-aws_ec2

Version:

This adapter integrates with system described as: Aws_Ec2.

46 lines 1.17 kB
{ "actions": [ { "name": "getDescribeRegions", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "URLENCODE", "responseDatatype": "XML2JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getDescribeRegions-default.json" } ] }, { "name": "postDescribeRegions", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "URLENCODE", "responseDatatype": "XML2JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/postDescribeRegions-default.json" } ] } ] }