IssueRequestBody

class IssueRequestBody(val cmd: String, val solKey: String? = null, val system: String? = null, val async: String? = null)

The z/OSMF console API parameters. See the z/OSMF REST API documentation for full details.

Constructors

Link copied to clipboard
fun IssueRequestBody(cmd: String, solKey: String? = null, system: String? = null, async: String? = null)

Properties

Link copied to clipboard
@SerializedName(value = "async")
@Expose
val async: String? = null

The method of issuing the command.

Link copied to clipboard
@SerializedName(value = "cmd")
@Expose
val cmd: String

The z/OS console command to issue.

Link copied to clipboard
@SerializedName(value = "sol-key")
@Expose
val solKey: String? = null

The solicited keyword to look for.

Link copied to clipboard
@SerializedName(value = "system")
@Expose
val system: String? = null

The system in the sysplex to route the command.