AWS CloudWatch · Example Payload

Cloudwatch Disablealarmactions Example

AlarmsAwsDashboardsLogsMetricsMonitoringObservability

Cloudwatch Disablealarmactions 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": "DisableAlarmActions",
  "method": "POST",
  "path": "/#DisableAlarmActions",
  "summary": "Aws Cloudwatch Disable Actions for Specified Alarms",
  "requestExamples": [
    {
      "contentType": "application/x-www-form-urlencoded",
      "name": "DisablealarmactionsRequestExample",
      "example": {
        "AlarmNames": [
          "example_value"
        ]
      }
    }
  ],
  "responseExamples": []
}