get_service_profile
(**kwargs)¶Gets information about a service profile.
See also: AWS API Documentation
Request Syntax
response = client.get_service_profile(
Id='string'
)
[REQUIRED]
The ID of the resource to get.
{
'Arn': 'string',
'Name': 'string',
'Id': 'string',
'LoRaWAN': {
'UlRate': 123,
'UlBucketSize': 123,
'UlRatePolicy': 'string',
'DlRate': 123,
'DlBucketSize': 123,
'DlRatePolicy': 'string',
'AddGwMetadata': True|False,
'DevStatusReqFreq': 123,
'ReportDevStatusBattery': True|False,
'ReportDevStatusMargin': True|False,
'DrMin': 123,
'DrMax': 123,
'ChannelMask': 'string',
'PrAllowed': True|False,
'HrAllowed': True|False,
'RaAllowed': True|False,
'NwkGeoLoc': True|False,
'TargetPer': 123,
'MinGwDiversity': 123
}
}
Response Structure
The Amazon Resource Name of the resource.
The name of the resource.
The ID of the service profile.
Information about the service profile.
The ULRate value.
The ULBucketSize value.
The ULRatePolicy value.
The DLRate value.
The DLBucketSize value.
The DLRatePolicy value.
The AddGWMetaData value.
The DevStatusReqFreq value.
The ReportDevStatusBattery value.
The ReportDevStatusMargin value.
The DRMin value.
The DRMax value.
The ChannelMask value.
The PRAllowed value that describes whether passive roaming is allowed.
The HRAllowed value that describes whether handover roaming is allowed.
The RAAllowed value that describes whether roaming activation is allowed.
The NwkGeoLoc value.
The TargetPER value.
The MinGwDiversity value.
Exceptions
IoTWireless.Client.exceptions.ValidationException
IoTWireless.Client.exceptions.AccessDeniedException
IoTWireless.Client.exceptions.ResourceNotFoundException
IoTWireless.Client.exceptions.InternalServerException
IoTWireless.Client.exceptions.ThrottlingException