Zowe Client Kotlin SDK
1.3.0-rc.11
Other Docs
zosmf-retrofit2
/
eu.ibagroup.r2z
/
JESApi
/
getJCLRecords
get
JCLRecords
@
GET
(
value
=
"/zosmf/restjobs/jobs/{job-name}/{job-id}/files/JCL/records"
)
abstract
fun
getJCLRecords
(
@
Header
(
value
=
"Authorization"
)
basicCredentials
:
String
,
@
Path
(
value
=
"job-name"
)
jobName
:
String
,
@
Path
(
value
=
"job-id"
)
jobId
:
String
,
@
Query
(
value
=
"mode"
)
mode
:
BinaryMode
=
BinaryMode.TEXT
,
@
Header
(
value
=
"X-IBM-Record-Range"
)
range
:
RecordRange
?
=
null
,
@
Query
(
value
=
"fileEncoding"
)
fileEncoding
:
String
?
=
null
,
@
Query
(
value
=
"search"
)
searchFor
:
String
?
=
null
,
@
Query
(
value
=
"research"
)
searchForRegular
:
String
?
=
null
,
@
Query
(
value
=
"insensitive"
)
isSearchCaseSensitive
:
Boolean
?
=
null
,
@
Query
(
value
=
"maxreturnsize"
)
maxreturnsize
:
Int
?
=
null
)
:
Call
<
ByteArray
>
@
GET
(
value
=
"/zosmf/restjobs/jobs/{job-correlator}/files/JCL/records"
)
abstract
fun
getJCLRecords
(
@
Header
(
value
=
"Authorization"
)
basicCredentials
:
String
,
@
Path
(
value
=
"job-correlator"
)
jobCorrelator
:
String
,
@
Query
(
value
=
"mode"
)
mode
:
BinaryMode
=
BinaryMode.TEXT
,
@
Header
(
value
=
"X-IBM-Record-Range"
)
range
:
RecordRange
?
=
null
,
@
Query
(
value
=
"fileEncoding"
)
fileEncoding
:
String
?
=
null
,
@
Query
(
value
=
"search"
)
searchFor
:
String
?
=
null
,
@
Query
(
value
=
"research"
)
searchForRegular
:
String
?
=
null
,
@
Query
(
value
=
"insensitive"
)
isSearchCaseSensitive
:
Boolean
?
=
null
,
@
Query
(
value
=
"maxreturnsize"
)
maxreturnsize
:
Int
?
=
null
)
:
Call
<
ByteArray
>