Amazon Device Farm · Example Payload

Amazon Device Farm Job Example

Application TestingDevice TestingMobile TestingQuality Assurance

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

Top-level fields

arnnametypecreatedstatusresultstartedstoppedcountersmessagedeviceinstanceArndeviceMinutesvideoEndpointvideoCapture

Example Payload

Raw ↑
{
  "arn": "arn:aws:devicefarm:us-west-2:123456789012:project:abc123",
  "name": "Example name",
  "type": "BUILTIN_FUZZ",
  "created": "example-created",
  "status": "COMPLETED",
  "result": "PASSED",
  "started": "example-started",
  "stopped": "example-stopped",
  "counters": "example-counters",
  "message": "An example message",
  "device": "example-device",
  "instanceArn": "arn:aws:devicefarm:us-west-2:123456789012:project:abc123",
  "deviceMinutes": "example-deviceMinutes",
  "videoEndpoint": "example-videoEndpoint",
  "videoCapture": "example-videoCapture"
}