Options
All
  • Public
  • Public/Protected
  • All
Menu

Issue MVS Console commands by using a system console

export

Hierarchy

  • IssueCommand

Index

Methods

Static buildZosmfConsoleApiParameters

Static getResource

  • getResource(consoleName: string): string

Static issue

  • Issue an MVS console command command synchronously - meaning solicited (direct command responses) are gathered immediately after the command is issued. However, after (according to the z/OSMF REST API documentation) approximately 3 seconds the response will be returned.

    static
    memberof

    IssueCommand

    Parameters

    Returns Promise<IConsoleResponse>

    command response on resolve, @see {IConsoleResponse}

Static issueAndCollect

  • Issue an MVS console command command synchronously - meaning solicited (direct command responses) are gathered immediately after the command is issued. However, after (according to the z/OSMF REST API documentation) approximately 3 seconds the response will be returned.

    To control additional collection and other behaviors, populate the ICollectParms object according to your needs (see ICollectParms for details).

    static
    memberof

    IssueCommand

    Parameters

    • session: AbstractSession

      representing connection to this api

    • issueParms: IIssueParms

      console issue parameters, @see {IIssueParms}

    • collectParms: ICollectParms

      console collect parameters, @see {ICollectParms}

    Returns Promise<IConsoleResponse>

    command response on resolve, @see {IConsoleResponse}

Static issueCommon

  • Issue an MVS console command, returns "raw" z/OSMF response

    static
    memberof

    IssueCommand

    Parameters

    • session: AbstractSession

      representing connection to this api

    • consoleName: string

      name of the EMCS console that is used to issue the command

    • commandParms: IZosmfIssueParms

      synchronous console issue parameters, @see {IZosmfIssueParms}

    Returns any

    command response on resolve, @see {IZosmfIssueResponse}

Static issueDefConsoleCommon

Static issueSimple

Generated using TypeDoc