Reference Guide

Table Of Contents
Name Description Schema
step_order
optional
Order of a given job step with respect to its siblings within
the job hierarchy.
Minimum value : 0
Maximum value : 2147483647
integer (int32)
user
optional
Name of the user associated with the job. string
job_job_response
Job response for an asynchronous request. The response to any asynchronous request that does not
fail immediately.
Polymorphism : Inheritance
Discriminator : response_type
Name Description Schema
id
optional
The id of the job created by the request. string
response_type
required
string
job_keystore_archive_regenerate_response
Success response body.
Polymorphism : Inheritance
Discriminator : response_type
Name Description Schema
download_uri
optional
A Uniform Resource Identifier which can be used in a
subsequent GET request to download the keystore backup
archive file.
string
response_type
required
string
662