MainframeModernization / Paginator / ListBatchJobExecutions

ListBatchJobExecutions#

class MainframeModernization.Paginator.ListBatchJobExecutions#
paginator = client.get_paginator('list_batch_job_executions')
paginate(**kwargs)#

Creates an iterator that will paginate through responses from MainframeModernization.Client.list_batch_job_executions().

See also: AWS API Documentation

Request Syntax

response_iterator = paginator.paginate(
    applicationId='string',
    executionIds=[
        'string',
    ],
    jobName='string',
    startedAfter=datetime(2015, 1, 1),
    startedBefore=datetime(2015, 1, 1),
    status='Submitting'|'Holding'|'Dispatching'|'Running'|'Cancelling'|'Cancelled'|'Succeeded'|'Failed'|'Purged'|'Succeeded With Warning',
    PaginationConfig={
        'MaxItems': 123,
        'PageSize': 123,
        'StartingToken': 'string'
    }
)
Parameters:
  • applicationId (string) –

    [REQUIRED]

    The unique identifier of the application.

  • executionIds (list) –

    The unique identifier of each batch job execution.

    • (string) –

  • jobName (string) – The name of each batch job execution.

  • startedAfter (datetime) – The time after which the batch job executions started.

  • startedBefore (datetime) – The time before the batch job executions started.

  • status (string) – The status of the batch job executions.

  • PaginationConfig (dict) –

    A dictionary that provides parameters to control pagination.

    • MaxItems (integer) –

      The total number of items to return. If the total number of items available is more than the value specified in max-items then a NextToken will be provided in the output that you can use to resume pagination.

    • PageSize (integer) –

      The size of each page.

    • StartingToken (string) –

      A token to specify where to start paginating. This is the NextToken from a previous response.

Return type:

dict

Returns:

Response Syntax

{
    'batchJobExecutions': [
        {
            'applicationId': 'string',
            'batchJobIdentifier': {
                'fileBatchJobIdentifier': {
                    'fileName': 'string',
                    'folderPath': 'string'
                },
                'restartBatchJobIdentifier': {
                    'executionId': 'string',
                    'jobStepRestartMarker': {
                        'fromProcStep': 'string',
                        'fromStep': 'string',
                        'toProcStep': 'string',
                        'toStep': 'string'
                    }
                },
                's3BatchJobIdentifier': {
                    'bucket': 'string',
                    'identifier': {
                        'fileName': 'string',
                        'scriptName': 'string'
                    },
                    'keyPrefix': 'string'
                },
                'scriptBatchJobIdentifier': {
                    'scriptName': 'string'
                }
            },
            'endTime': datetime(2015, 1, 1),
            'executionId': 'string',
            'jobId': 'string',
            'jobName': 'string',
            'jobType': 'VSE'|'JES2'|'JES3',
            'returnCode': 'string',
            'startTime': datetime(2015, 1, 1),
            'status': 'Submitting'|'Holding'|'Dispatching'|'Running'|'Cancelling'|'Cancelled'|'Succeeded'|'Failed'|'Purged'|'Succeeded With Warning'
        },
    ],
    'NextToken': 'string'
}

Response Structure

  • (dict) –

    • batchJobExecutions (list) –

      Returns a list of batch job executions for an application.

      • (dict) –

        A subset of the possible batch job attributes. Used in the batch job list.

        • applicationId (string) –

          The unique identifier of the application that hosts this batch job.

        • batchJobIdentifier (dict) –

          The unique identifier of this batch job.

          Note

          This is a Tagged Union structure. Only one of the following top level keys will be set: fileBatchJobIdentifier, restartBatchJobIdentifier, s3BatchJobIdentifier, scriptBatchJobIdentifier. If a client receives an unknown member it will set SDK_UNKNOWN_MEMBER as the top level key, which maps to the name or tag of the unknown member. The structure of SDK_UNKNOWN_MEMBER is as follows:

          'SDK_UNKNOWN_MEMBER': {'name': 'UnknownMemberName'}
          
          • fileBatchJobIdentifier (dict) –

            Specifies a file associated with a specific batch job.

            • fileName (string) –

              The file name for the batch job identifier.

            • folderPath (string) –

              The relative path to the file name for the batch job identifier.

          • restartBatchJobIdentifier (dict) –

            Specifies the required information for restart, including execution ID and jobsteprestartmarker.

            • executionId (string) –

              The executionId from the StartBatchJob response when the job ran for the first time.

            • jobStepRestartMarker (dict) –

              The restart step information for the most recent restart operation.

              • fromProcStep (string) –

                The procedure step name that a job was restarted from.

              • fromStep (string) –

                The step name that a batch job restart was from.

              • toProcStep (string) –

                The procedure step name that a batch job was restarted to.

              • toStep (string) –

                The step name that a job was restarted to.

          • s3BatchJobIdentifier (dict) –

            Specifies an Amazon S3 location that identifies the batch jobs that you want to run. Use this identifier to run ad hoc batch jobs.

            • bucket (string) –

              The Amazon S3 bucket that contains the batch job definitions.

            • identifier (dict) –

              Identifies the batch job definition. This identifier can also point to any batch job definition that already exists in the application or to one of the batch job definitions within the directory that is specified in keyPrefix.

              Note

              This is a Tagged Union structure. Only one of the following top level keys will be set: fileName, scriptName. If a client receives an unknown member it will set SDK_UNKNOWN_MEMBER as the top level key, which maps to the name or tag of the unknown member. The structure of SDK_UNKNOWN_MEMBER is as follows:

              'SDK_UNKNOWN_MEMBER': {'name': 'UnknownMemberName'}
              
              • fileName (string) –

                The name of the file that contains the batch job definition.

              • scriptName (string) –

                The name of the script that contains the batch job definition.

            • keyPrefix (string) –

              The key prefix that specifies the path to the folder in the S3 bucket that has the batch job definitions.

          • scriptBatchJobIdentifier (dict) –

            A batch job identifier in which the batch job to run is identified by the script name.

            • scriptName (string) –

              The name of the script containing the batch job definition.

        • endTime (datetime) –

          The timestamp when this batch job execution ended.

        • executionId (string) –

          The unique identifier of this execution of the batch job.

        • jobId (string) –

          The unique identifier of a particular batch job.

        • jobName (string) –

          The name of a particular batch job.

        • jobType (string) –

          The type of a particular batch job execution.

        • returnCode (string) –

          The batch job return code from either the Blu Age or Micro Focus runtime engines. For more information, see Batch return codes in the IBM WebSphere Application Server documentation.

        • startTime (datetime) –

          The timestamp when a particular batch job execution started.

        • status (string) –

          The status of a particular batch job execution.

    • NextToken (string) –

      A token to resume pagination.