POST v1/bunits/{bunitId}/unassignedCohesityHosts /{cohesityDataSourceId}?bunitIdToLink={bunitIdToLink}

Assign a list of primary Cohesity data-sources to a business unit
A consumption unit for each Cohesity data-source will be created

Request Information

URI Parameters

NameDescriptionTypeAdditional information
bunitId The business unit the server of the Cohesity data-source is related to integer

Required

bunitIdToLink The ID of the business unit the Cohesity data-sources should be assigned to integer

Required

cohesityDataSourceId string

None.

Body Parameters

IDs of Cohesity data-sources to assing

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.