Amazon IoT SiteWise · Example Payload

Iot Sitewise Describe Dashboard Response Example

Asset ManagementIndustrial IoTIoTTime Series Data

Iot Sitewise Describe Dashboard Response Example is an example object payload from Amazon IoT SiteWise, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

dashboardIddashboardArndashboardNameprojectIddashboardDescriptiondashboardDefinitiondashboardCreationDatedashboardLastUpdateDate

Example Payload

Raw ↑
{
  "dashboardId": "id-abc123",
  "dashboardArn": "arn:aws:iot:us-east-1:123456789012:thing/example",
  "dashboardName": "example-resource",
  "projectId": "id-abc123",
  "dashboardDescription": "example-value",
  "dashboardDefinition": "example-value",
  "dashboardCreationDate": "example-value",
  "dashboardLastUpdateDate": "example-value"
}