v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1477335300.0 KB

Creates a network profile.

post/#X-Amz-Target=DeviceFarm_20150623.CreateNetworkProfile

Headers

X-Amz-Target'DeviceFarm_20150623.CreateNetworkProfile' required

Request body

projectArnstring required

The Amazon Resource Name (ARN) of the project for which you want to create a network profile.

namestring required

The name for the new network profile.

descriptionstring

The description of the network profile.

type'CURATED' | 'PRIVATE'

The type of network profile to create. Valid values are listed here.

uplinkBandwidthBitsinteger

The data throughput rate in bits per second, as an integer from 0 to 104857600.

downlinkBandwidthBitsinteger

The data throughput rate in bits per second, as an integer from 0 to 104857600.

uplinkDelayMsinteger

Delay time for all packets to destination in milliseconds as an integer from 0 to 2000.

downlinkDelayMsinteger

Delay time for all packets to destination in milliseconds as an integer from 0 to 2000.

uplinkJitterMsinteger

Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000.

downlinkJitterMsinteger

Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000.

uplinkLossPercentinteger

Proportion of transmitted packets that fail to arrive from 0 to 100 percent.

downlinkLossPercentinteger

Proportion of received packets that fail to arrive from 0 to 100 percent.

Response

Success