Private5G / Client / get_device_identifier

get_device_identifier#

Private5G.Client.get_device_identifier(**kwargs)#

Gets the specified device identifier.

See also: AWS API Documentation

Request Syntax

response = client.get_device_identifier(
    deviceIdentifierArn='string'
)
Parameters:

deviceIdentifierArn (string) –

[REQUIRED]

The Amazon Resource Name (ARN) of the device identifier.

Return type:

dict

Returns:

Response Syntax

{
    'deviceIdentifier': {
        'createdAt': datetime(2015, 1, 1),
        'deviceIdentifierArn': 'string',
        'iccid': 'string',
        'imsi': 'string',
        'networkArn': 'string',
        'orderArn': 'string',
        'status': 'ACTIVE'|'INACTIVE',
        'trafficGroupArn': 'string',
        'vendor': 'string'
    },
    'tags': {
        'string': 'string'
    }
}

Response Structure

  • (dict) –

    • deviceIdentifier (dict) –

      Information about the device identifier.

      • createdAt (datetime) –

        The creation time of this device identifier.

      • deviceIdentifierArn (string) –

        The Amazon Resource Name (ARN) of the device identifier.

      • iccid (string) –

        The Integrated Circuit Card Identifier of the device identifier.

      • imsi (string) –

        The International Mobile Subscriber Identity of the device identifier.

      • networkArn (string) –

        The Amazon Resource Name (ARN) of the network on which the device identifier appears.

      • orderArn (string) –

        The Amazon Resource Name (ARN) of the order used to purchase the device identifier.

      • status (string) –

        The status of the device identifier.

      • trafficGroupArn (string) –

        The Amazon Resource Name (ARN) of the traffic group to which the device identifier belongs.

      • vendor (string) –

        The vendor of the device identifier.

    • tags (dict) –

      The device identifier tags.

      • (string) –

        • (string) –

Exceptions