AWS CloudWatch · Example Payload

Cloudwatch Putdashboard Example

AlarmsAwsDashboardsLogsMetricsMonitoringObservability

Cloudwatch Putdashboard 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": "PutDashboard",
  "method": "POST",
  "path": "/#PutDashboard",
  "summary": "Aws Cloudwatch Create or Update a Cloudwatch Dashboard",
  "requestExamples": [
    {
      "contentType": "application/x-www-form-urlencoded",
      "name": "PutdashboardRequestExample",
      "example": {
        "DashboardName": "example_value",
        "DashboardBody": "example_value"
      }
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/xml",
      "name": "Putdashboard200Example",
      "example": {
        "DashboardValidationMessages": [
          {
            "DataPath": "example_value",
            "Message": "example_value"
          }
        ]
      }
    },
    {
      "status": "400",
      "contentType": "application/xml",
      "name": "Putdashboard400Example",
      "example": {
        "Error": {
          "Type": "example_value",
          "Code": "example_value",
          "Message": "example_value"
        },
        "RequestId": "500123"
      }
    },
    {
      "status": "500",
      "contentType": "application/xml",
      "name": "Putdashboard500Example",
      "example": {
        "Error": {
          "Type": "example_value",
          "Code": "example_value",
          "Message": "example_value"
        },
        "RequestId": "500123"
      }
    }
  ]
}