AWS CloudWatch · Example Payload

Cloudwatch Deletealarms Example

AlarmsAwsDashboardsLogsMetricsMonitoringObservability

Cloudwatch Deletealarms 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

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "DeleteAlarms",
  "method": "POST",
  "path": "/#DeleteAlarms",
  "summary": "Aws Cloudwatch Delete Specified Alarms",
  "requestExamples": [
    {
      "contentType": "application/x-www-form-urlencoded",
      "name": "DeletealarmsRequestExample",
      "example": {
        "AlarmNames": [
          "example_value"
        ]
      }
    }
  ],
  "responseExamples": [
    {
      "status": "400",
      "contentType": "application/xml",
      "name": "Deletealarms400Example",
      "example": {
        "Error": {
          "Type": "example_value",
          "Code": "example_value",
          "Message": "example_value"
        },
        "RequestId": "500123"
      }
    }
  ]
}