DeadlineCloud / Client / get_queue_limit_association
get_queue_limit_association#
- DeadlineCloud.Client.get_queue_limit_association(**kwargs)#
Gets information about a specific association between a queue and a limit.
See also: AWS API Documentation
Request Syntax
response = client.get_queue_limit_association( farmId='string', queueId='string', limitId='string' )
- Parameters:
farmId (string) –
[REQUIRED]
The unique identifier of the farm that contains the associated queue and limit.
queueId (string) –
[REQUIRED]
The unique identifier of the queue associated with the limit.
limitId (string) –
[REQUIRED]
The unique identifier of the limit associated with the queue.
- Return type:
dict
- Returns:
Response Syntax
{ 'createdAt': datetime(2015, 1, 1), 'createdBy': 'string', 'updatedAt': datetime(2015, 1, 1), 'updatedBy': 'string', 'queueId': 'string', 'limitId': 'string', 'status': 'ACTIVE'|'STOP_LIMIT_USAGE_AND_COMPLETE_TASKS'|'STOP_LIMIT_USAGE_AND_CANCEL_TASKS'|'STOPPED' }
Response Structure
(dict) –
createdAt (datetime) –
The Unix timestamp of the date and time that the association was created.
createdBy (string) –
The user identifier of the person that created the association.
updatedAt (datetime) –
The Unix timestamp of the date and time that the association was last updated.
updatedBy (string) –
The user identifier of the person that last updated the association.
queueId (string) –
The unique identifier of the queue associated with the limit.
limitId (string) –
The unique identifier of the limit associated with the queue.
status (string) –
The current status of the limit.
Exceptions