{ "opencollection": "1.0.0", "info": { "name": "AWS IoT Accept Certificate Transfer Indices API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Indices", "type": "folder" }, "items": [ { "info": { "name": "Amazon IoT Core Describe Index", "type": "http" }, "http": { "method": "GET", "url": "http://iot.{region}.amazonaws.com/indices/:indexName", "headers": [ { "name": "X-Amz-Content-Sha256", "value": "" }, { "name": "X-Amz-Date", "value": "" }, { "name": "X-Amz-Algorithm", "value": "" }, { "name": "X-Amz-Credential", "value": "" }, { "name": "X-Amz-Security-Token", "value": "" }, { "name": "X-Amz-Signature", "value": "" }, { "name": "X-Amz-SignedHeaders", "value": "" } ], "params": [ { "name": "indexName", "value": "", "type": "path", "description": "The index name." } ] }, "docs": "

Describes a search index.

Requires permission to access the DescribeIndex action.

" }, { "info": { "name": "Amazon IoT Core Get Buckets Aggregation", "type": "http" }, "http": { "method": "POST", "url": "http://iot.{region}.amazonaws.com/indices/buckets", "headers": [ { "name": "X-Amz-Content-Sha256", "value": "" }, { "name": "X-Amz-Date", "value": "" }, { "name": "X-Amz-Algorithm", "value": "" }, { "name": "X-Amz-Credential", "value": "" }, { "name": "X-Amz-Security-Token", "value": "" }, { "name": "X-Amz-Signature", "value": "" }, { "name": "X-Amz-SignedHeaders", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "

Aggregates on indexed data with search queries pertaining to particular fields.

Requires permission to access the GetBucketsAggregation action.

" }, { "info": { "name": "Amazon IoT Core Get Cardinality", "type": "http" }, "http": { "method": "POST", "url": "http://iot.{region}.amazonaws.com/indices/cardinality", "headers": [ { "name": "X-Amz-Content-Sha256", "value": "" }, { "name": "X-Amz-Date", "value": "" }, { "name": "X-Amz-Algorithm", "value": "" }, { "name": "X-Amz-Credential", "value": "" }, { "name": "X-Amz-Security-Token", "value": "" }, { "name": "X-Amz-Signature", "value": "" }, { "name": "X-Amz-SignedHeaders", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "

Returns the approximate count of unique values that match the query.

Requires permission to access the GetCardinality action.

" }, { "info": { "name": "Amazon IoT Core Get Percentiles", "type": "http" }, "http": { "method": "POST", "url": "http://iot.{region}.amazonaws.com/indices/percentiles", "headers": [ { "name": "X-Amz-Content-Sha256", "value": "" }, { "name": "X-Amz-Date", "value": "" }, { "name": "X-Amz-Algorithm", "value": "" }, { "name": "X-Amz-Credential", "value": "" }, { "name": "X-Amz-Security-Token", "value": "" }, { "name": "X-Amz-Signature", "value": "" }, { "name": "X-Amz-SignedHeaders", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "

Groups the aggregated values that match the query into percentile groupings. The default percentile groupings are: 1,5,25,50,75,95,99, although you can specify your own when you call GetPercentiles. This function returns a value for each percentile group specified (or the default percentile groupings). The percentile group \"1\" contains the aggregated field value that occurs in approximately one percent of the values that match the query. The percentile group \"5\" contains the aggr" }, { "info": { "name": "Amazon IoT Core Get Statistics", "type": "http" }, "http": { "method": "POST", "url": "http://iot.{region}.amazonaws.com/indices/statistics", "headers": [ { "name": "X-Amz-Content-Sha256", "value": "" }, { "name": "X-Amz-Date", "value": "" }, { "name": "X-Amz-Algorithm", "value": "" }, { "name": "X-Amz-Credential", "value": "" }, { "name": "X-Amz-Security-Token", "value": "" }, { "name": "X-Amz-Signature", "value": "" }, { "name": "X-Amz-SignedHeaders", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "

Returns the count, average, sum, minimum, maximum, sum of squares, variance, and standard deviation for the specified aggregated field. If the aggregation field is of type String, only the count statistic is returned.

Requires permission to access the GetStatistics action.

" }, { "info": { "name": "Amazon IoT Core List Indices", "type": "http" }, "http": { "method": "GET", "url": "http://iot.{region}.amazonaws.com/indices", "headers": [ { "name": "X-Amz-Content-Sha256", "value": "" }, { "name": "X-Amz-Date", "value": "" }, { "name": "X-Amz-Algorithm", "value": "" }, { "name": "X-Amz-Credential", "value": "" }, { "name": "X-Amz-Security-Token", "value": "" }, { "name": "X-Amz-Signature", "value": "" }, { "name": "X-Amz-SignedHeaders", "value": "" } ], "params": [ { "name": "nextToken", "value": "", "type": "query", "description": "The token used to get the next set of results, or null if there are no additional results." }, { "name": "maxResults", "value": "", "type": "query", "description": "The maximum number of results to return at one time." } ] }, "docs": "

Lists the search indices.

Requires permission to access the ListIndices action.

" }, { "info": { "name": "Amazon IoT Core Search Index", "type": "http" }, "http": { "method": "POST", "url": "http://iot.{region}.amazonaws.com/indices/search", "headers": [ { "name": "X-Amz-Content-Sha256", "value": "" }, { "name": "X-Amz-Date", "value": "" }, { "name": "X-Amz-Algorithm", "value": "" }, { "name": "X-Amz-Credential", "value": "" }, { "name": "X-Amz-Security-Token", "value": "" }, { "name": "X-Amz-Signature", "value": "" }, { "name": "X-Amz-SignedHeaders", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "

The query search index.

Requires permission to access the SearchIndex action.

" } ] } ], "bundled": true }