Home
AWS CloudWatch
Cloudwatch Putmetricalarm Example
Cloudwatch Putmetricalarm Example
Alarms Dashboards Logs Metrics Monitoring Observability
Cloudwatch Putmetricalarm Example is an example object payload from AWS CloudWatch, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
Top-level fields
operationId method path summary requestExamples responseExamples
Example Payload
{
"operationId": "PutMetricAlarm",
"method": "POST",
"path": "/#PutMetricAlarm",
"summary": "Aws Cloudwatch Create or Update a Cloudwatch Alarm",
"requestExamples": [
{
"contentType": "application/x-www-form-urlencoded",
"name": "PutmetricalarmRequestExample",
"example": {
"AlarmName": "example_value",
"AlarmDescription": "example_value",
"ActionsEnabled": true,
"OKActions": [
"example_value"
],
"AlarmActions": [
"example_value"
],
"InsufficientDataActions": [
"example_value"
],
"MetricName": "example_value",
"Namespace": "example_value",
"Statistic": "SampleCount",
"ExtendedStatistic": "example_value",
"Dimensions": [
{
"Name": "Example Title",
"Value": "example_value"
}
],
"Period": 10,
"Unit": "Seconds",
"EvaluationPeriods": 10,
"DatapointsToAlarm": 10,
"Threshold": 42.5,
"ComparisonOperator": "GreaterThanOrEqualToThreshold",
"TreatMissingData": "example_value",
"EvaluateLowSampleCountPercentile": "example_value",
"Metrics": [
{
"Id": "abc123",
"Expression": "example_value",
"Label": "Example Title",
"ReturnData": true,
"Period": 10,
"AccountId": "500123"
}
],
"Tags": [
{
"Key": "example_value",
"Value": "example_value"
}
],
"ThresholdMetricId": "500123"
}
}
],
"responseExamples": [
{
"status": "400",
"contentType": "application/xml",
"name": "Putmetricalarm400Example",
"example": {
"Error": {
"Type": "example_value",
"Code": "example_value",
"Message": "example_value"
},
"RequestId": "500123"
}
}
]
}
Every example here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for examples
4 MCP tools reach this
find_examplesBrowse and filter every example in the catalog.
apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
resolveTurn a domain, URL or GitHub org into the provider it belongs to.
find_cohortsEvery scored population of providers in the catalog.
All 92 tools →
Call it yourself
curl for this page
This example
curl "https://apis.io/api/v1/examples/cloudwatch-putmetricalarm-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms .
A second provider on the same verified email joins the account you already have.