{ "opencollection": "1.0.0", "info": { "name": "CloudHealth REST AWS Accounts API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "AWS Accounts", "type": "folder" }, "items": [ { "info": { "name": "List AWS accounts", "type": "http" }, "http": { "method": "GET", "url": "https://chapi.cloudhealthtech.com/v1/aws_accounts", "params": [ { "name": "page", "value": "", "type": "query" }, { "name": "per_page", "value": "", "type": "query" } ] }, "docs": "Retrieve all configured AWS accounts with pagination support." }, { "info": { "name": "Enable an AWS account", "type": "http" }, "http": { "method": "POST", "url": "https://chapi.cloudhealthtech.com/v1/aws_accounts", "body": { "type": "json", "data": "{}" } }, "docs": "Enable an AWS Account in the CloudHealth Platform." }, { "info": { "name": "Get an AWS account", "type": "http" }, "http": { "method": "GET", "url": "https://chapi.cloudhealthtech.com/v1/aws_accounts/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Fetch details for a single AWS account by ID." }, { "info": { "name": "Update an AWS account", "type": "http" }, "http": { "method": "PUT", "url": "https://chapi.cloudhealthtech.com/v1/aws_accounts/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Modify attributes of an existing AWS account configuration." }, { "info": { "name": "Delete an AWS account", "type": "http" }, "http": { "method": "DELETE", "url": "https://chapi.cloudhealthtech.com/v1/aws_accounts/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Remove an AWS account from the CloudHealth platform." } ] } ], "bundled": true }