UNPKG

@itentialopensource/adapter-aws_ec2

Version:

This adapter integrates with system described as: Aws_Ec2.

140 lines 4.03 kB
{ "$id": "schema.json", "type": "object", "schema": "http://json-schema.org/draft-07/schema#", "translate": true, "dynamicfields": true, "properties": { "ph_request_type": { "type": "string", "description": "type of request (internal to adapter)", "default": "getDescribeSpotPriceHistory", "enum": [ "getDescribeSpotPriceHistory", "postDescribeSpotPriceHistory" ], "external_name": "ph_request_type" }, "filter": { "description": "One or more filters. availability-zone - The Availability Zone for which prices should be returned. instance-type - The type of instance (for example, ...(description truncated)", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "Filter" }, "availabilityZone": { "description": "Filters the results by the specified Availability Zone.", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "AvailabilityZone" }, "dryRun": { "description": "Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions...(description truncated)", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "DryRun" }, "endTime": { "description": "The date and time, up to the current date, from which to stop retrieving the price history data, in UTC format (for example, YYYY - MM - DD T HH : MM : SS Z).", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "EndTime" }, "instanceType": { "description": "Filters the results by the specified instance types.", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "InstanceType" }, "maxResults": { "description": "The maximum number of results to return in a single call. Specify a value between 1 and 1000. The default value is 1000. To retrieve the remaining results, make another c...(description truncated)", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "MaxResults" }, "nextToken": { "description": "The token for the next set of results.", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "NextToken" }, "productDescription": { "description": "Filters the results by the specified basic product descriptions.", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "ProductDescription" }, "startTime": { "description": "The date and time, up to the past 90 days, from which to start retrieving the price history data, in UTC format (for example, YYYY - MM - DD T HH : MM : SS Z).", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "StartTime" }, "action": { "description": "", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "Action" }, "version": { "description": "", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "Version" }, "bodyFormData": { "description": "", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "body" } }, "definitions": {} }