DeadlineCloud / Client / get_queue_environment

get_queue_environment#

DeadlineCloud.Client.get_queue_environment(**kwargs)#

Gets a queue environment.

See also: AWS API Documentation

Request Syntax

response = client.get_queue_environment(
    farmId='string',
    queueEnvironmentId='string',
    queueId='string'
)
Parameters:
  • farmId (string) –

    [REQUIRED]

    The farm ID for the queue environment.

  • queueEnvironmentId (string) –

    [REQUIRED]

    The queue environment ID.

  • queueId (string) –

    [REQUIRED]

    The queue ID for the queue environment.

Return type:

dict

Returns:

Response Syntax

{
    'createdAt': datetime(2015, 1, 1),
    'createdBy': 'string',
    'name': 'string',
    'priority': 123,
    'queueEnvironmentId': 'string',
    'template': 'string',
    'templateType': 'JSON'|'YAML',
    '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.>

    • name (string) –

      The name of the queue environment.

    • priority (integer) –

      The priority of the queue environment.

    • queueEnvironmentId (string) –

      The queue environment ID.

    • template (string) –

      The template for the queue environment.

    • templateType (string) –

      The type of template for the queue environment.

    • updatedAt (datetime) –

      The date and time the resource was updated.

    • updatedBy (string) –

      The user or system that updated this resource.

Exceptions