Zowe Client Kotlin SDK
1.3.0-rc.11
Other Docs
zosmf-retrofit2
/
eu.ibagroup.r2z
/
JESApi
/
submitJobRequest
submit
Job
Request
@
PUT
(
value
=
"/zosmf/restjobs/jobs"
)
abstract
fun
submitJobRequest
(
@
Header
(
value
=
"Authorization"
)
basicCredentials
:
String
,
@
Header
(
value
=
"Content-type"
)
contentType
:
ContentType
=
ContentType.TEXT_PLAIN
,
@
Header
(
value
=
"X-IBM-Intrdr-Class"
)
intrdrclass
:
String
?
=
null
,
@
Header
(
value
=
"X-IBM-Intrdr-Recfm"
)
recfm
:
Intrdr_Recfm
?
=
null
,
@
Header
(
value
=
"X-IBM-Intrdr-Lrecl"
)
lrecl
:
String
?
=
null
,
@
Header
(
value
=
"X-IBM-Intrdr-Mode"
)
mode
:
Intrdr_Mode
=
Intrdr_Mode.TEXT
,
@
Header
(
value
=
"X-IBM-User-Correlator"
)
userCorrelator
:
String
?
=
null
,
@
Header
(
value
=
"X-IBM-JCL-Symbol-name"
)
symbolName
:
String
?
=
null
,
@
Header
(
value
=
"X-IBM-Notification-URL"
)
notificationURL
:
String
?
=
null
,
@
Query
(
value
=
"JESB"
)
jesb
:
String
?
=
null
,
@
Body
body
:
String
,
@
Header
(
value
=
"X-IBM-Intrdr-FileEncoding"
)
fileEncoding
:
String
?
=
null
)
:
Call
<
SubmitJobRequest
>
@
PUT
(
value
=
"/zosmf/restjobs/jobs"
)
abstract
fun
submitJobRequest
(
@
Header
(
value
=
"Authorization"
)
basicCredentials
:
String
,
@
Header
(
value
=
"Content-type"
)
contentType
:
ContentType
=
ContentType.APP_JSON
,
@
Header
(
value
=
"X-IBM-Intrdr-Class"
)
intrdrclass
:
String
?
=
null
,
@
Header
(
value
=
"X-IBM-Intrdr-Recfm"
)
recfm
:
Intrdr_Recfm
?
=
null
,
@
Header
(
value
=
"X-IBM-Intrdr-Lrecl"
)
lrecl
:
String
?
=
null
,
@
Header
(
value
=
"X-IBM-Intrdr-Mode"
)
mode
:
Intrdr_Mode
?
=
null
,
@
Header
(
value
=
"X-IBM-User-Correlator"
)
userCorrelator
:
String
?
=
null
,
@
Header
(
value
=
"X-IBM-JCL-Symbol-name"
)
symbolName
:
String
?
=
null
,
@
Header
(
value
=
"X-IBM-Notification-URL"
)
notificationURL
:
String
?
=
null
,
@
Query
(
value
=
"JESB"
)
jesb
:
String
?
=
null
,
@
Body
body
:
SubmitFileNameBody
,
@
Header
(
value
=
"X-IBM-Intrdr-FileEncoding"
)
fileEncoding
:
String
?
=
null
)
:
Call
<
SubmitJobRequest
>