{ "opencollection": "1.0.0", "info": { "name": "Chick-fil-A BOVINE Accounts Databases API", "version": "1.0" }, "items": [ { "info": { "name": "Databases", "type": "folder" }, "items": [ { "info": { "name": "Chick-fil-A List RDS Databases", "type": "http" }, "http": { "method": "GET", "url": "https://api.example.com/api/databases", "params": [ { "name": "account", "value": "123456789012", "type": "query", "description": "The AWS account number (12-digit) or account alias to scope the request to." }, { "name": "region", "value": "us-east-1", "type": "query", "description": "The AWS region to scope the request to." } ] }, "docs": "Lists RDS database instances for a given account and region." }, { "info": { "name": "Chick-fil-A List DynamoDB Tables", "type": "http" }, "http": { "method": "GET", "url": "https://api.example.com/api/dynamotables", "params": [ { "name": "account", "value": "123456789012", "type": "query", "description": "The AWS account number (12-digit) or account alias to scope the request to." }, { "name": "region", "value": "us-east-1", "type": "query", "description": "The AWS region to scope the request to." } ] }, "docs": "Lists DynamoDB tables for a given account and region." }, { "info": { "name": "Chick-fil-A List Redshift Clusters", "type": "http" }, "http": { "method": "GET", "url": "https://api.example.com/api/redshiftclusters", "params": [ { "name": "account", "value": "123456789012", "type": "query", "description": "The AWS account number (12-digit) or account alias to scope the request to." }, { "name": "region", "value": "us-east-1", "type": "query", "description": "The AWS region to scope the request to." } ] }, "docs": "Lists Redshift clusters for a given account and region." } ] } ], "bundled": true }