Amazon Panorama · Example Payload

Openapi Provision Device Response Example

CamerasComputer VisionEdge MLIndustrial IoT

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

Top-level fields

ArnCertificatesDeviceIdIotThingNameStatus

Example Payload

Raw ↑
{
  "Arn": "arn:aws:service:us-east-1:123456789012:resource/example",
  "Certificates": "example-string",
  "DeviceId": "resource-abc123",
  "IotThingName": "my-resource",
  "Status": "active"
}