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
{ 'licenseEndpointId': 'string', 'status': 'CREATE_IN_PROGRESS'|'DELETE_IN_PROGRESS'|'READY'|'NOT_READY', 'statusMessage': 'string', 'vpcId': 'string', 'dnsName': 'string', 'subnetIds': [ 'string', ], 'securityGroupIds': [ 'string', ] }
Response Structure
(dict) –
licenseEndpointId (string) –
The license endpoint ID.
status (string) –
The status of the license endpoint.
statusMessage (string) –
The status message of the license endpoint.
vpcId (string) –
The VCP(virtual private cloud) ID associated with the license endpoint.
dnsName (string) –
The DNS name.
subnetIds (list) –
The subnet IDs.
(string) –
securityGroupIds (list) –
The security group IDs for the license endpoint.
(string) –
Exceptions
DeadlineCloud.Client.exceptions.AccessDeniedException
DeadlineCloud.Client.exceptions.InternalServerErrorException
DeadlineCloud.Client.exceptions.ResourceNotFoundException
DeadlineCloud.Client.exceptions.ThrottlingException
DeadlineCloud.Client.exceptions.ValidationException