POST v1/bunits/{bunitId}/unassignedpointbuckets

When posting a PoINT bucket to unassigned buckets it will be released from the current consumption unit
related to the bucket.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
bunitId The manager of the server the PoINT buckets are located in integer

Required

Body Parameters

A list of IDs of buckets to release as unassigned

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.