StopTso

class StopTso(var connection: ZOSConnection, var httpClient: OkHttpClient = UnsafeOkHttpClient.unsafeOkHttpClient)

Stop active TSO address space using servlet key

Constructors

Link copied to clipboard
fun StopTso(connection: ZOSConnection, httpClient: OkHttpClient = UnsafeOkHttpClient.unsafeOkHttpClient)

Functions

Link copied to clipboard
fun stop(servletKey: String): StartStopResponse

Stop TSO address space and populates response with StartStopResponse

Link copied to clipboard
fun stopCommon(commandParams: StopTsoParams): TsoResponse

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

Properties

Link copied to clipboard
Link copied to clipboard
var httpClient: OkHttpClient
Link copied to clipboard
var response: Response<*>? = null