Storage Qos workloads endpoint overview
Contributors
Suggest changes
- PDF of this doc site
Collection of separate PDF docs
Creating your file...
This may take a few minutes. Thanks for your patience.
Your file is ready
Quality of Service Workloads
A QoS workload represents a storage object that is tracked by QoS.
Examples
Retrieving a list of QoS workloads from the cluster
The following example retrieves all the workloads in the cluster.
curl -X GET "https://<mgmt-ip>/api/storage/qos/workloads" -H "accept: application/hal+json"
Retrieving a specific QoS workload from the cluster
The following example retrieves a requested workload from the cluster.
curl -X GET "https://<mgmt-ip>/api/storage/qos/workloads/77b68b1c-a458-11eb-baaa-005056bb873e" -H "accept: application/hal+json"