Amazon Panorama · Example Payload

Openapi Device Example

CamerasComputer VisionEdge MLIndustrial IoT

Openapi Device Example is an example object payload from Amazon Panorama, with 13 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

BrandCreatedTimeCurrentSoftwareDescriptionDeviceAggregatedStatusDeviceIdLastUpdatedTimeLatestDeviceJobLeaseExpirationTimeNameProvisioningStatusTagsType

Example Payload

Raw ↑
{
  "Brand": "example-string",
  "CreatedTime": "example-string",
  "CurrentSoftware": "example-string",
  "Description": "example-string",
  "DeviceAggregatedStatus": "active",
  "DeviceId": "resource-abc123",
  "LastUpdatedTime": "example-string",
  "LatestDeviceJob": "example-string",
  "LeaseExpirationTime": "example-string",
  "Name": "my-resource",
  "ProvisioningStatus": "active",
  "Tags": "example-string",
  "Type": "standard"
}