DeviceFarm.Client.
get_network_profile
(**kwargs)¶Returns information about a network profile.
See also: AWS API Documentation
Request Syntax
response = client.get_network_profile(
arn='string'
)
[REQUIRED]
The ARN of the network profile to return information about.
{
'networkProfile': {
'arn': 'string',
'name': 'string',
'description': 'string',
'type': 'CURATED'|'PRIVATE',
'uplinkBandwidthBits': 123,
'downlinkBandwidthBits': 123,
'uplinkDelayMs': 123,
'downlinkDelayMs': 123,
'uplinkJitterMs': 123,
'downlinkJitterMs': 123,
'uplinkLossPercent': 123,
'downlinkLossPercent': 123
}
}
Response Structure
The network profile.
The Amazon Resource Name (ARN) of the network profile.
The name of the network profile.
The description of the network profile.
The type of network profile. Valid values are listed here.
The data throughput rate in bits per second, as an integer from 0 to 104857600.
The data throughput rate in bits per second, as an integer from 0 to 104857600.
Delay time for all packets to destination in milliseconds as an integer from 0 to 2000.
Delay time for all packets to destination in milliseconds as an integer from 0 to 2000.
Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000.
Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000.
Proportion of transmitted packets that fail to arrive from 0 to 100 percent.
Proportion of received packets that fail to arrive from 0 to 100 percent.
Exceptions
DeviceFarm.Client.exceptions.ArgumentException
DeviceFarm.Client.exceptions.NotFoundException
DeviceFarm.Client.exceptions.LimitExceededException
DeviceFarm.Client.exceptions.ServiceAccountException