Zowe Client Kotlin SDK
1.3.0-rc.11
Other Docs
zosmf-retrofit2
/
eu.ibagroup.r2z
/
JESApi
/
cancelJobRequest
cancel
Job
Request
@
PUT
(
value
=
"/zosmf/restjobs/jobs/{jobname}/{jobid}"
)
abstract
fun
cancelJobRequest
(
@
Header
(
value
=
"Authorization"
)
basicCredentials
:
String
,
@
Path
(
value
=
"jobname"
)
jobName
:
String
,
@
Path
(
value
=
"jobid"
)
jobId
:
String
,
@
Body
body
:
CancelJobRequestBody
)
:
Call
<
CancelJobRequest
>
@
PUT
(
value
=
"/zosmf/restjobs/jobs/{job_correlator}"
)
abstract
fun
cancelJobRequest
(
@
Header
(
value
=
"Authorization"
)
basicCredentials
:
String
,
@
Path
(
value
=
"job-correlator"
)
jobCorrelator
:
String
,
@
Body
body
:
CancelJobRequestBody
)
:
Call
<
CancelJobRequest
>