Reference Guide

Table Of Contents
Type Name Description Schema
Path
id
required
Unique id of the job. string
Responses
HTTP
Code
Description Schema
200 Success job_instance
404 Not Found error_response
keystore_archive
Use this resource to generate and download an encryption keystore archive file.
POST /keystore_archive/regenerate
Description
Creates a new encryption keystore archive file to replace the existing archive file, which includes
the individual keystore backup files from each appliance in the cluster. Once complete, the
command response includes a Uniform Resource Identifier, which can be used in a subsequent GET
request to download the keystore backup archive file. This request is valid only on systems where
Data at Rest Encryption is enabled and is applicable only on systems that support Data at Rest
Encryption.
Responses
HTTP
Code
Description Schema
200 Success
keystore_archive_
regenerate_respon
se
204 Success No Content
400 Invalid request error_response
422 Operation Failed error_response
172