| job_id |
str |
Unique id assigned to this job. |
[optional] |
| status |
Enum [ 'NOT_STARTED', 'IN_PROGRESS', 'COMPLETE', 'CANCELLED', 'FAILED' ] |
Status of the job. |
[optional] |
| type |
Enum [ 'CREATE_DRAFT' ] |
Type of the job, will always be CREATE_DRAFT for this type of job. |
[optional] |
| message |
str |
Message providing information about the outcome of the draft process. |
[optional] |
| requester_name |
str |
The name of user that that initiated the draft process. |
[optional] |
| file_exists |
bool |
Whether or not a file was generated for this draft. |
[optional] [default to True] |
| created |
datetime |
The time the job was started. |
[optional] |
| modified |
datetime |
The time of the last update to the job. |
[optional] |
| completed |
datetime |
The time the job was completed. |
[optional] |
| name |
str |
Name of the draft. |
[optional] |
| source_tenant |
str |
Tenant owner of the backup from which the draft was generated. |
[optional] |
| source_backup_id |
str |
Id of the backup from which the draft was generated. |
[optional] |
| source_backup_name |
str |
Name of the backup from which the draft was generated. |
[optional] |
| mode |
Enum [ 'RESTORE', 'PROMOTE', 'UPLOAD' ] |
Denotes the origin of the source backup from which the draft was generated. - RESTORE - Same tenant. - PROMOTE - Different tenant. - UPLOAD - Uploaded configuration. |
[optional] |
| approval_status |
Enum [ 'DEFAULT', 'PENDING_APPROVAL', 'APPROVED', 'DENIED' ] |
Approval status of the draft used to determine whether or not the draft can be deployed. |
[optional] |
| approval_comment |
[]ApprovalComment |
List of comments that have been exchanged between an approval requester and an approver. |
[optional] |
| } |
|
|
|