A newer release of this product is available.
Storage Qos workloads endpoint overview
Contributors
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"