Amazon Device Farm · Example Payload

Amazon Device Farm Network Profile Example

example-description

Application TestingDevice TestingMobile TestingQuality Assurance

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

Top-level fields

arnnamedescriptiontypeuplinkBandwidthBitsdownlinkBandwidthBitsuplinkDelayMsdownlinkDelayMsuplinkJitterMsdownlinkJitterMsuplinkLossPercentdownlinkLossPercent

Example Payload

Raw ↑
{
  "arn": "arn:aws:devicefarm:us-west-2:123456789012:project:abc123",
  "name": "Example name",
  "description": "example-description",
  "type": "BUILTIN_FUZZ",
  "uplinkBandwidthBits": "example-uplinkBandwidth",
  "downlinkBandwidthBits": "example-downlinkBandwid",
  "uplinkDelayMs": "example-uplinkDelayMs",
  "downlinkDelayMs": "example-downlinkDelayMs",
  "uplinkJitterMs": "example-uplinkJitterMs",
  "downlinkJitterMs": "example-downlinkJitterM",
  "uplinkLossPercent": "example-uplinkLossPerce",
  "downlinkLossPercent": "example-downlinkLossPer"
}