Skip to main content

Draftresponse

Properties

NameTypeDescriptionNotes
jobId(optional) stringUnique id assigned to this job.[default to undefined]
status(optional) stringStatus of the job.[default to undefined]
type(optional) stringType of the job, will always be CREATE_DRAFT for this type of job.[default to undefined]
message(optional) stringMessage providing information about the outcome of the draft process.[default to undefined]
requesterName(optional) stringThe name of user that that initiated the draft process.[default to undefined]
fileExists(optional) booleanWhether or not a file was generated for this draft.[default to true]
created(optional) stringThe time the job was started.[default to undefined]
modified(optional) stringThe time of the last update to the job.[default to undefined]
completed(optional) stringThe time the job was completed.[default to undefined]
name(optional) stringName of the draft.[default to undefined]
sourceTenant(optional) stringTenant owner of the backup from which the draft was generated.[default to undefined]
sourceBackupId(optional) stringId of the backup from which the draft was generated.[default to undefined]
sourceBackupName(optional) stringName of the backup from which the draft was generated.[default to undefined]
mode(optional) stringDenotes the origin of the source backup from which the draft was generated. - RESTORE - Same tenant. - PROMOTE - Different tenant. - UPLOAD - Uploaded configuration.[default to undefined]
approvalStatus(optional) stringApproval status of the draft used to determine whether or not the draft can be deployed.[default to undefined]
approvalComment(optional) Array<Approvalcomment>List of comments that have been exchanged between an approval requester and an approver.[default to undefined]