receiveMessagesFromTso

@GET(value = "/zosmf/tsoApp/tso/{servletKey}")
abstract fun receiveMessagesFromTso(@Header(value = "Authorization") authorizationToken: String, @Header(value = "Content-type") contentType: ContentType = ContentType.APP_JSON, @Path(value = "servletKey") servletKey: String): Call<TsoResponse>

An API function to receive messages from TSO address space

Return

a wrapped instance of TsoResponse

Parameters

authorizationToken

is a base 64 encoding representation of userid:password

contentType

content type of the request

servletKey

unique identifier for the servlet entry