Content Balance



Resources for content balancing services
[tags: DMA]

Resource Root

https://localhost:8443/api/rest/cnt-balance

Summary


Resources Methods
https://localhost:8443/api/rest/cnt-balance

GET  Get the content balance configuration .

PUT  Configure content balance services [tags: DMA] .

Resources


https://localhost:8443/api/rest/cnt-balance


Methods

GET


Get the content balance configuration

Request

Response

Status Representation Description
200 application/vnd.plcm.plcm-cnt-balance+xml
application/vnd.plcm.plcm-cnt-balance+json
Content balance service configuration.
304
Content blance information has not been changed since last search

Note: The API client must provide the "plcm-cnt-balance" representation's
ETag value in the "If-None-Match" HTTP header to ensure conditional retrieval.
This will improve network performance by reducing bandwidth consumption.

If the API client chooses to exclude an ETag value from a previous, identical
search in the "If-None-Match" header, then the HTTP response will contain the
search results in the message body.
The "plcm-vpn-list" ETag can be accessed from the initial search result's HTTP
response header. This also assumes no other client made changes to
VPN on the server.
403 application/vnd.plcm.plcm-error+xml
application/vnd.plcm.plcm-error+json
User has insufficient permissions to perform the operation.
401 application/vnd.plcm.plcm-error+xml
application/vnd.plcm.plcm-error+json
Authentication failed

PUT


Configure content balance services
[tags: DMA]

Request

Representations

application/vnd.plcm.plcm-cnt-balance+xml
application/vnd.plcm.plcm-cnt-balance+json

Response

Status Representation Description
204
Content balance services configured with the specified settings.
Note: The response will only contain an ETag value.
400 text/plain
Bad request.
401 application/vnd.plcm.plcm-error+xml
application/vnd.plcm.plcm-error+json
Authentication failed
403 application/vnd.plcm.plcm-error+xml
application/vnd.plcm.plcm-error+json
User has insufficient permissions to perform the operation.