DeadlineCloud / Client / get_queue_fleet_association
get_queue_fleet_association#
- DeadlineCloud.Client.get_queue_fleet_association(**kwargs)#
Gets a queue-fleet association.
See also: AWS API Documentation
Request Syntax
response = client.get_queue_fleet_association( farmId='string', queueId='string', fleetId='string' )
- Parameters:
farmId (string) –
[REQUIRED]
The farm ID of the farm that contains the queue-fleet association.
queueId (string) –
[REQUIRED]
The queue ID for the queue-fleet association.
fleetId (string) –
[REQUIRED]
The fleet ID for the queue-fleet association.
- Return type:
dict
- Returns:
Response Syntax
{ 'queueId': 'string', 'fleetId': 'string', 'status': 'ACTIVE'|'STOP_SCHEDULING_AND_COMPLETE_TASKS'|'STOP_SCHEDULING_AND_CANCEL_TASKS'|'STOPPED', 'createdAt': datetime(2015, 1, 1), 'createdBy': 'string', 'updatedAt': datetime(2015, 1, 1), 'updatedBy': 'string' }
Response Structure
(dict) –
queueId (string) –
The queue ID for the queue-fleet association.
fleetId (string) –
The fleet ID for the queue-fleet association.
status (string) –
The status of the queue-fleet association.
createdAt (datetime) –
The date and time the resource was created.
createdBy (string) –
The user or system that created this resource.
updatedAt (datetime) –
The date and time the resource was updated.
updatedBy (string) –
The user or system that updated this resource.
Exceptions
DeadlineCloud.Client.exceptions.AccessDeniedException
DeadlineCloud.Client.exceptions.InternalServerErrorException
DeadlineCloud.Client.exceptions.ResourceNotFoundException
DeadlineCloud.Client.exceptions.ThrottlingException
DeadlineCloud.Client.exceptions.ValidationException