Zowe Client Kotlin SDK
1.3.0-rc.11
Other Docs
zosmf-retrofit2
/
eu.ibagroup.r2z
/
JESApi
/
getJobSpoolFiles
get
Job
Spool
Files
@
GET
(
value
=
"/zosmf/restjobs/jobs/{job-name}/{job-id}/files"
)
abstract
fun
getJobSpoolFiles
(
@
Header
(
value
=
"Authorization"
)
basicCredentials
:
String
,
@
Path
(
value
=
"job-name"
)
jobName
:
String
,
@
Path
(
value
=
"job-id"
)
jobId
:
String
)
:
Call
<
List
<
SpoolFile
>
>
@
GET
(
value
=
"/zosmf/restjobs/jobs/{job-correlator}/files"
)
abstract
fun
getJobSpoolFiles
(
@
Header
(
value
=
"Authorization"
)
basicCredentials
:
String
,
@
Path
(
value
=
"job-correlator"
)
jobCorrelator
:
String
)
:
Call
<
List
<
SpoolFile
>
>