Amazon Device Farm · Example Payload

Amazon Device Farm Remote Access Session Example

Application TestingDevice TestingMobile TestingQuality Assurance

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

Top-level fields

arnnamecreatedstatusresultmessagestartedstoppeddeviceinstanceArnremoteDebugEnabledremoteRecordEnabledremoteRecordAppArnhostAddressclientIdbillingMethoddeviceMinutesendpointdeviceUdidinteractionModeskipAppResignvpcConfig

Example Payload

Raw ↑
{
  "arn": "arn:aws:devicefarm:us-west-2:123456789012:project:abc123",
  "name": "Example name",
  "created": "example-created",
  "status": "COMPLETED",
  "result": "PASSED",
  "message": "An example message",
  "started": "example-started",
  "stopped": "example-stopped",
  "device": "example-device",
  "instanceArn": "arn:aws:devicefarm:us-west-2:123456789012:project:abc123",
  "remoteDebugEnabled": "example-remoteDebugEnab",
  "remoteRecordEnabled": "example-remoteRecordEna",
  "remoteRecordAppArn": "arn:aws:devicefarm:us-west-2:123456789012:project:abc123",
  "hostAddress": "example-hostAddress",
  "clientId": "example-clientId",
  "billingMethod": "example-billingMethod",
  "deviceMinutes": "example-deviceMinutes",
  "endpoint": "example-endpoint",
  "deviceUdid": "example-deviceUdid",
  "interactionMode": "example-interactionMode",
  "skipAppResign": "example-skipAppResign",
  "vpcConfig": "example-vpcConfig"
}