Options
All
  • Public
  • Public/Protected
  • All
Menu

Class StopTso

Stop active TSO address space using servlet key

export

Hierarchy

  • StopTso

Index

Methods

Static getResources

  • getResources(servletKey: string): string
  • Generates query parameter needed for z/OSMF REST call

    memberof

    StopTso

    Parameters

    • servletKey: string

      unique servlet entry identifier

    Returns string

    generated resources query

Static stop

  • Stop TSO address space and populates response with IStartStopResponse, @see {IStartStopResponse}

    memberof

    StopTso

    Parameters

    • session: AbstractSession
    • servKey: string

      unique servlet entry identifier

    Returns Promise<IStartStopResponse>

    populated response, @see {IStartStopResponse}

Static stopCommon

  • Sends REST call to z/OSMF for stoping active TSO address space

    memberof

    StopTso

    Parameters

    • session: AbstractSession

      z/OSMF connection info

    • commandParms: IStopTsoParms

      object with required parameters, @see {IStopTsoParms}

    Returns Promise<IZosmfTsoResponse>

    z/OSMF response object, @see {IZosmfTsoResponse}

Generated using TypeDoc