DeadlineCloud / Client / list_job_parameter_definitions
list_job_parameter_definitions#
- DeadlineCloud.Client.list_job_parameter_definitions(**kwargs)#
- Lists parameter definitions of a job. - See also: AWS API Documentation - Request Syntax- response = client.list_job_parameter_definitions( farmId='string', jobId='string', queueId='string', nextToken='string', maxResults=123 ) - Parameters:
- farmId (string) – - [REQUIRED] - The farm ID of the job to list. 
- jobId (string) – - [REQUIRED] - The job ID to include on the list. 
- queueId (string) – - [REQUIRED] - The queue ID to include on the list. 
- nextToken (string) – The token for the next set of results, or - nullto start from the beginning.
- maxResults (integer) – The maximum number of results to return. Use this parameter with - NextTokento get results as a set of sequential pages.
 
- Return type:
- dict 
- Returns:
- Response Syntax- { 'jobParameterDefinitions': [ {...}|[...]|123|123.4|'string'|True|None, ], 'nextToken': 'string' } - Response Structure- (dict) – - jobParameterDefinitions (list) – - Lists parameter definitions of a job. - (document) – 
 
- nextToken (string) – - If Deadline Cloud returns - nextToken, then there are more results available. The value of- nextTokenis a unique pagination token for each page. To retrieve the next page, call the operation again using the returned token. Keep all other arguments unchanged. If no results remain, then- nextTokenis set to- null. Each pagination token expires after 24 hours. If you provide a token that isn’t valid, then you receive an HTTP 400- ValidationExceptionerror.
 
 
 - Exceptions- DeadlineCloud.Client.exceptions.AccessDeniedException
- DeadlineCloud.Client.exceptions.InternalServerErrorException
- DeadlineCloud.Client.exceptions.ResourceNotFoundException
- DeadlineCloud.Client.exceptions.ThrottlingException
- DeadlineCloud.Client.exceptions.ValidationException