Skip to main content

Create a new job

POST 

/job

Submit a new job to the queue for processing.

Request

Body

required

The job to create.

    operation

    object

    required

    The operation to perform, as a JSON object.

    property name* any

    The operation to perform, as a JSON object.

    target_hostname stringrequired

    The target hostname for routing (_any, _all, or specific hostname).

Responses

The job was created successfully.

Schema

    job_id stringrequired

    Unique identifier for the created job.

    status stringrequired

    Initial status of the job.

    revision int64

    The KV revision number.

    timestamp string

    Creation timestamp.

Loading...