Skip to content

1.86.0

Choose a tag to compare

@msch4ever msch4ever released this 13 Apr 15:15
· 10 commits to master since this release
069f9be

Adding FA2.52

Breaking Change: QoS and Quota Limit Unset Value

The type of QoS and quota limit fields on PATCH endpoints has changed from integer (int64) to oneOf[integer, string]. An empty string "" can now be explicitly passed to unset/clear a limit. This change documents existing API behavior but may require SDK client updates.

Affected endpoints:

  • PATCH /hostsqos.bandwidth_limit, qos.iops_limit
  • PATCH /host-groupsqos.bandwidth_limit, qos.iops_limit
  • PATCH /volumesqos.bandwidth_limit, qos.iops_limit
  • PATCH /volume-groupsqos.bandwidth_limit, qos.iops_limit
  • PATCH /realmsqos.bandwidth_limit, qos.iops_limit, qos.bandwidth_floor, qos.iops_floor, quota_limit
  • PATCH /podsquota_limit
  • PATCH /policies/quota/rulesquota_limit
  • PATCH /policies/user-group-quota/rulesquota_limit