POST v1/bunits/{bunitId}/tsmnodes?syncStateTypeId={syncStateTypeId}&bunitIdToLink={bunitIdToLink}

Change the SyncState for a list of nodes. The status can be changed in the following ways:
From Unassigned to Ignored Unassigned
From Ignored Unassigned to Unassigned
From Unassigned to Syncronized (a business unit id must be provided)

Request Information

URI Parameters

NameDescriptionTypeAdditional information
bunitId The ID of the business unit that owns the servers of the backup nodes integer

Required

syncStateTypeId The ID of the syncStateType that the backup nodes should have integer

Required

bunitIdToLink Optional: ID of the business unit the backup nodes should be associated with if they are changed from Unassigned to Syncronized integer

None.

Body Parameters

A list of IDs for the backup nodes that should have their status changed

Collection of integer

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<ArrayOfLong xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <long>1</long>
  <long>2</long>
</ArrayOfLong>

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.