DeadlineCloud / Client / get_license_endpoint

get_license_endpoint#

DeadlineCloud.Client.get_license_endpoint(**kwargs)#

Gets a licence endpoint.

See also: AWS API Documentation

Request Syntax

response = client.get_license_endpoint(
    licenseEndpointId='string'
)
Parameters:

licenseEndpointId (string) –

[REQUIRED]

The license endpoint ID.

Return type:

dict

Returns:

Response Syntax

{
    'dnsName': 'string',
    'licenseEndpointId': 'string',
    'securityGroupIds': [
        'string',
    ],
    'status': 'CREATE_IN_PROGRESS'|'DELETE_IN_PROGRESS'|'READY'|'NOT_READY',
    'statusMessage': 'string',
    'subnetIds': [
        'string',
    ],
    'vpcId': 'string'
}

Response Structure

  • (dict) –

    • dnsName (string) –

      The DNS name.

    • licenseEndpointId (string) –

      The license endpoint ID.

    • securityGroupIds (list) –

      The security group IDs for the license endpoint.

      • (string) –

    • status (string) –

      The status of the license endpoint.

    • statusMessage (string) –

      The status message of the license endpoint.

    • subnetIds (list) –

      The subnet IDs.

      • (string) –

    • vpcId (string) –

      The VCP(virtual private cloud) ID associated with the license endpoint.

Exceptions