{ "opencollection": "1.0.0", "info": { "name": "AWS Outposts Catalog API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Catalog", "type": "folder" }, "items": [ { "info": { "name": "Amazon Outposts Get Catalog Item", "type": "http" }, "http": { "method": "GET", "url": "http://outposts.{region}.amazonaws.com/catalog/item/:CatalogItemId", "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": "CatalogItemId", "value": "", "type": "path", "description": "The ID of the catalog item." } ] }, "docs": "Gets information about the specified catalog item." }, { "info": { "name": "Amazon Outposts List Catalog Items", "type": "http" }, "http": { "method": "GET", "url": "http://outposts.{region}.amazonaws.com/catalog/items", "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" }, { "name": "MaxResults", "value": "", "type": "query" }, { "name": "ItemClassFilter", "value": "", "type": "query", "description": "Filters the results by item class." }, { "name": "SupportedStorageFilter", "value": "", "type": "query", "description": "Filters the results by storage option." }, { "name": "EC2FamilyFilter", "value": "", "type": "query", "description": "Filters the results by EC2 family (for example, M5)." } ] }, "docs": "

Lists the items in the catalog.

Use filters to return specific results. If you specify multiple filters, the results include only the resources that match all of the specified filters. For a filter where you can specify multiple values, the results include items that match any of the values that you specify for the filter.

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