DELETE v1/bunits/{bunitId}/consumers/{consumerId}/node/schedules/{scheduleId}?ignoreNotAssigned={ignoreNotAssigned}
Remove schedule from node.
(SP)
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
bunitId |
The ID of the business unit the backup node is related to | integer |
Required |
consumerId |
The ID of the consumption unit of the backup node | integer |
Required |
scheduleId |
The schedule to add to backup node | integer |
Required |
ignoreNotAssigned |
Avoid exception even though the schedule is not assigned to the backup node | boolean |
Default value is False |
Body Parameters
None.
Response Information
Resource Description
A list of all schedules of the backup node
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.