GET v1/bunits/{bunitId}/consumers/{consumerId}/deleterequest

Get deletion request of a consumption unit

Request Information

URI Parameters

NameDescriptionTypeAdditional information
bunitId The ID of the business unit the consumption unit belongs to integer

Required

consumerId The ID of the consumption unit integer

Required

Body Parameters

None.

Response Information

Resource Description

DeleteRequest
NameDescriptionTypeAdditional information
DeleteRequestName string

None.

Consumer The consumption unit that the deletion concerns
Consumer

None.

Filespace A list of file spaces to delete
Filespace

None.

MegaBytesAtRequestTime Amount of megabytes occupied by the related backup node or file space of the consumption unit
at the time the deletion request was created
decimal number

None.

Comment Any comments the requester may have when requesting
string

None.

DeleteSchedulesUponApproval Whether or not schedules of a potential backup node should be deleted upon approval of the deletion request
boolean

None.

IgnoreErrorsUponApproval Whether or not errors of a potential backup node should be ignored upon approval of the deletion request
boolean

None.

Requester The user that requested the deletion
User

Required.

Status Information about who currently needs to approve the request before it can ascend any further
DeleteRequestStatus

None.

CompletedDate Time and date the deletion request was finally completed
date

None.

CompletionInformations Information on what needs to be deleted or how anything deleted was handled
Collection of CompletionInformation

None.

RejectingUser The user (if any) that rejected the deletion request
User

None.

RejectionComment The message left by rejecting user explaing the reason for rejecting the deletion request
string

None.

RejectedDate Time and date the object was rejected.
date

None.

ApprovedDate Time and date the deletion request was finally approved
date

None.

Approvals A list of all users that have approved the deletion
Collection of DeleteRequestApproval

None.

Date The date the deletion will occur if it is approved
date

None.

Id A unique ID for the object.
integer

Read-only.

CreatedDate Time and date the object was created.
date

Read-only.

ArchivedDate Time and date the object was or is going to be archived.

Unarchived objects have no value in ArchivedDate
date

Read-only.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.