Amazon Device Farm · Example Payload

Amazon Device Farm Upload Example

Application TestingDevice TestingMobile TestingQuality Assurance

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

Top-level fields

arnnamecreatedtypestatusurlmetadatacontentTypemessagecategory

Example Payload

Raw ↑
{
  "arn": "arn:aws:devicefarm:us-west-2:123456789012:project:abc123",
  "name": "Example name",
  "created": "example-created",
  "type": "BUILTIN_FUZZ",
  "status": "COMPLETED",
  "url": "https://example.com/resource",
  "metadata": "example-metadata",
  "contentType": "BUILTIN_FUZZ",
  "message": "An example message",
  "category": "example-category"
}