Modify dual accessor utilization threshold

Modifies the threshold at which cartridges are moved to accessor service areas in the end frames of the library. This option is only applicable for dual-accessor libraries with Elastic Capacity enabled.

Request syntax

PATCH /v1/library {"dualAccessorUtilThresh": <value>}
Modify the licensed capacity warning threshold.

Request body parameters

dualAccessorUtilThresh (number, optional)

An integer value that represents the utilization percentage (e.g. 95 is used for 95%).

Example

> PATCH /v1/library {"dualAccessorUtilThres": 95}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: 0

Error handling

  • Returns 400 Bad Request if dualAccessorUtilThresh is out of range (90 - 100).
  • Returns 422 Unprocessable Entry if the library does not have accessorial or Elastic Capacity is disabled