get_multicast_group
(**kwargs)¶Gets information about a multicast group.
See also: AWS API Documentation
Request Syntax
response = client.get_multicast_group(
Id='string'
)
[REQUIRED]
The ID of the multicast group.
{
'Arn': 'string',
'Id': 'string',
'Name': 'string',
'Description': 'string',
'Status': 'string',
'LoRaWAN': {
'RfRegion': 'EU868'|'US915'|'AU915'|'AS923-1',
'DlClass': 'ClassB'|'ClassC',
'NumberOfDevicesRequested': 123,
'NumberOfDevicesInGroup': 123
},
'CreatedAt': datetime(2015, 1, 1)
}
Response Structure
The arn of the multicast group.
The ID of the multicast group.
The name of the multicast group.
The description of the new resource.
The status of the multicast group.
The LoRaWAN information that is to be returned from getting multicast group information.
Supported RfRegions
DlClass for LoRaWAM, valid values are ClassB and ClassC.
Number of devices that are requested to be associated with the multicast group.
Number of devices that are associated to the multicast group.
Created at timestamp for the resource.
Exceptions
IoTWireless.Client.exceptions.ValidationException
IoTWireless.Client.exceptions.ResourceNotFoundException
IoTWireless.Client.exceptions.AccessDeniedException
IoTWireless.Client.exceptions.InternalServerException
IoTWireless.Client.exceptions.ThrottlingException