Amazon IoT Device Defender · Example Payload

Iot Device Defender Describe Thing Registration Task Response Example

ComplianceIoTSecurityVulnerability Management

Iot Device Defender Describe Thing Registration Task Response Example is an example object payload from Amazon IoT Device Defender, with 12 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

taskIdcreationDatelastModifiedDatetemplateBodyinputFileBucketinputFileKeyroleArnstatusmessagesuccessCountfailureCountpercentageProgress

Example Payload

Raw ↑
{
  "taskId": "id-abc123",
  "creationDate": "example-value",
  "lastModifiedDate": "example-value",
  "templateBody": "example-value",
  "inputFileBucket": "example-value",
  "inputFileKey": "example-value",
  "roleArn": "arn:aws:iot:us-east-1:123456789012:thing/example",
  "status": "ACTIVE",
  "message": "example-value",
  "successCount": "example-value",
  "failureCount": "example-value",
  "percentageProgress": "example-value"
}