Send STDIO input text to a job

post/jobs/{jobId}/input
Internal-Use Only

Sends the specified array of text strings to a running job to use as STDIN.

Request Samples

1

Response Samples

1No example avaliable

Path Parameters

NameTypeRequiredDescription
jobId
string
true

The ID of the job.

Request Body

Job STDIO input sent to a running job.

NameTypeRequiredDescription
input
array [string]
true

Specifies the STDIN text lines to send to the running job.

version
integer<int32>
true

Specifies the version number of this representation schema. This is version 1.

>= 1<= 1

Responses

StatusMeaningDescription
200OKThe request succeeded.
400Bad RequestThe send STDIN test request is not valid due to one of the following reasons. <UL> <LI> The request body is not valid JSON. <LI> The version is not a number. <LI> The version is not a valid value. <LI> A required field is missing. <LI> The job is not requested to support providing STDIN. </UL> See the returned error response for more information.Schema
404Not FoundThe specified job is not found.Schema
409ConflictThe operation is not permitted on the specified job because the job is not in the running state. See the returned error response for more information.Schema