{ "opencollection": "1.0.0", "info": { "name": "AWS CloudWatch Amazon CloudWatch Alarms Metric Streams API", "version": "2010-08-01" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Metric Streams", "type": "folder" }, "items": [ { "info": { "name": "Aws Cloudwatch Create or Update a Metric Stream", "type": "http" }, "http": { "method": "POST", "url": "https://monitoring.{region}.amazonaws.com/#PutMetricStream", "params": [ { "name": "Action", "value": "", "type": "query" }, { "name": "Version", "value": "", "type": "query", "description": "The API version (2010-08-01)" } ], "body": { "type": "form-urlencoded", "data": [] } }, "docs": "Creates or updates a metric stream. Metric streams can automatically stream CloudWatch metrics to a Amazon Kinesis Data Firehose delivery stream, or to Amazon S3 via a Kinesis Data Firehose delivery stream. The output includes metric data in one of two formats, JSON or the OpenTelemetry 0.7.0 protobuf format." }, { "info": { "name": "Aws Cloudwatch List the Metric Streams in Your Account", "type": "http" }, "http": { "method": "POST", "url": "https://monitoring.{region}.amazonaws.com/#ListMetricStreams", "params": [ { "name": "Action", "value": "", "type": "query" }, { "name": "Version", "value": "", "type": "query", "description": "The API version (2010-08-01)" } ], "body": { "type": "form-urlencoded", "data": [] } }, "docs": "Returns a list of metric streams in this account." } ] } ], "bundled": true }