MainframeModernization / Client / list_batch_job_restart_points
list_batch_job_restart_points¶
- MainframeModernization.Client.list_batch_job_restart_points(**kwargs)¶
Lists all the job steps for a JCL file to restart a batch job. This is only applicable for Micro Focus engine with versions 8.0.6 and above.
See also: AWS API Documentation
Request Syntax
response = client.list_batch_job_restart_points( applicationId='string', authSecretsManagerArn='string', executionId='string' )
- Parameters:
applicationId (string) –
[REQUIRED]
The unique identifier of the application.
authSecretsManagerArn (string) – The Amazon Web Services Secrets Manager containing user’s credentials for authentication and authorization for List Batch Job Restart Points operation.
executionId (string) –
[REQUIRED]
The unique identifier of the batch job execution.
- Return type:
dict
- Returns:
Response Syntax
{ 'batchJobSteps': [ { 'procStepName': 'string', 'procStepNumber': 123, 'stepCheckpoint': 123, 'stepCheckpointStatus': 'string', 'stepCheckpointTime': datetime(2015, 1, 1), 'stepCondCode': 'string', 'stepName': 'string', 'stepNumber': 123, 'stepRestartable': True|False }, ] }
Response Structure
(dict) –
batchJobSteps (list) –
Returns all the batch job steps and related information for a batch job that previously ran.
(dict) –
Provides information related to a job step.
procStepName (string) –
The name of a procedure step.
procStepNumber (integer) –
The number of a procedure step.
stepCheckpoint (integer) –
A registered step-level checkpoint identifier that can be used for restarting an Amazon Web Services Blu Age application batch job.
stepCheckpointStatus (string) –
The step-level checkpoint status for an Amazon Web Services Blu Age application batch job.
stepCheckpointTime (datetime) –
The step-level checkpoint status for an Amazon Web Services Blu Age application batch job.
stepCondCode (string) –
The condition code of a step.
stepName (string) –
The name of a step.
stepNumber (integer) –
The number of a step.
stepRestartable (boolean) –
Specifies if a step can be restarted or not.
Exceptions
MainframeModernization.Client.exceptions.ResourceNotFoundException
MainframeModernization.Client.exceptions.ThrottlingException
MainframeModernization.Client.exceptions.AccessDeniedException
MainframeModernization.Client.exceptions.ConflictException
MainframeModernization.Client.exceptions.ValidationException
MainframeModernization.Client.exceptions.InternalServerException