Zowe Client Kotlin SDK
1.3.0-rc.11
Other Docs
zosmf-retrofit2
/
eu.ibagroup.r2z
/
ConsoleAPI
/
issueCommand
issue
Command
@
PUT
(
value
=
"/zosmf/restconsoles/consoles/{consolename}"
)
abstract
fun
issueCommand
(
@
Header
(
value
=
"Authorization"
)
authorizationToken
:
String
,
@
Header
(
value
=
"Content-type"
)
contentType
:
ContentType
=
ContentType.APP_JSON
,
@
Path
(
value
=
"consolename"
)
consoleName
:
String
,
@
Body
body
:
IssueRequestBody
)
:
Call
<
IssueResponse
>