PUT v1/bunits/{bunitId}/locknodeinformation

Request Information

URI Parameters

NameDescriptionTypeAdditional information
bunitId integer

Required

Body Parameters

LockNodeInformation
NameDescriptionTypeAdditional information
AncestorLocksNodes Backup nodes of ancestors are locked if consumption unit is deleted
boolean

None.

LocksNodes Backup nodes for this business unit should be locked of consumption unit is deleted
boolean

None.

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<LockNodeInformation xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <AncestorLocksNodes>true</AncestorLocksNodes>
  <LocksNodes>true</LocksNodes>
</LockNodeInformation>

Response Information

Resource Description

LockNodeInformation
NameDescriptionTypeAdditional information
AncestorLocksNodes Backup nodes of ancestors are locked if consumption unit is deleted
boolean

None.

LocksNodes Backup nodes for this business unit should be locked of consumption unit is deleted
boolean

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<LockNodeInformation xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <AncestorLocksNodes>true</AncestorLocksNodes>
  <LocksNodes>true</LocksNodes>
</LockNodeInformation>