Amazon IoT SiteWise · Example Payload

Iot Sitewise Create Portal Response Example

Asset ManagementIndustrial IoTIoTTime Series Data

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

Top-level fields

portalIdportalArnportalStartUrlportalStatusssoApplicationId

Example Payload

Raw ↑
{
  "portalId": "id-abc123",
  "portalArn": "arn:aws:iot:us-east-1:123456789012:thing/example",
  "portalStartUrl": "https://example.com/path",
  "portalStatus": "ACTIVE",
  "ssoApplicationId": "id-abc123"
}