Amazon Panorama · Example Payload

Openapi Describe Device Response Example

CamerasComputer VisionEdge MLIndustrial IoT

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

Top-level fields

AlternateSoftwaresArnBrandCreatedTimeCurrentNetworkingStatusCurrentSoftwareDescriptionDeviceAggregatedStatusDeviceConnectionStatusDeviceIdLatestAlternateSoftwareLatestDeviceJobLatestSoftwareLeaseExpirationTimeName

Example Payload

Raw ↑
{
  "AlternateSoftwares": "example-string",
  "Arn": "arn:aws:service:us-east-1:123456789012:resource/example",
  "Brand": "example-string",
  "CreatedTime": "example-string",
  "CurrentNetworkingStatus": "active",
  "CurrentSoftware": "example-string",
  "Description": "example-string",
  "DeviceAggregatedStatus": "active",
  "DeviceConnectionStatus": "active",
  "DeviceId": "resource-abc123",
  "LatestAlternateSoftware": "example-string",
  "LatestDeviceJob": "example-string",
  "LatestSoftware": "example-string",
  "LeaseExpirationTime": "example-string",
  "Name": "my-resource"
}