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',
    fleetId='string',
    queueId='string'
)
Parameters:
  • farmId (string) –

    [REQUIRED]

    The farm ID of the farm that contains the queue-fleet association.

  • fleetId (string) –

    [REQUIRED]

    The fleet ID for the queue-fleet association.

  • queueId (string) –

    [REQUIRED]

    The queue ID for the queue-fleet association.

Return type:

dict

Returns:

Response Syntax

{
    'createdAt': datetime(2015, 1, 1),
    'createdBy': 'string',
    'fleetId': 'string',
    'queueId': 'string',
    'status': 'ACTIVE'|'STOP_SCHEDULING_AND_COMPLETE_TASKS'|'STOP_SCHEDULING_AND_CANCEL_TASKS'|'STOPPED',
    'updatedAt': datetime(2015, 1, 1),
    'updatedBy': 'string'
}

Response Structure

  • (dict) –

    • createdAt (datetime) –

      The date and time the resource was created.

    • createdBy (string) –

      The user or system that created this resource.

    • fleetId (string) –

      The fleet ID for the queue-fleet association.

    • queueId (string) –

      The queue ID for the queue-fleet association.

    • status (string) –

      The status of the queue-fleet association.

    • updatedAt (datetime) –

      The date and time the resource was updated.

    • updatedBy (string) –

      The user or system that updated this resource.

Exceptions