GET v1/bunits/{bunitId}/consumers/{consumerId}/node/availableschedules?includeAssigned={includeAssigned}

Get schedules that the backup node can be related to

Request Information

URI Parameters

NameDescriptionTypeAdditional 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

includeAssigned If set to true, schedules already assigned to node will be included in list boolean

Default value is False

Body Parameters

None.

Response Information

Resource Description

A list of schedules that can be applied to the backup node. These are schedules that belong to the domain of the backup node and the backup node is not already associated with.

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.