Retrieve users with the most I/O activity
GET /storage/volumes/{volume.uuid}/top-metrics/users
Introduced In: 9.10
Retrieves a list of users with the most IO activity.
Parameters
| Name | Type | In | Required | Description | 
|---|---|---|---|---|
volume.uuid  | 
string  | 
path  | 
True  | 
Volume UUID  | 
top_metric  | 
string  | 
query  | 
False  | 
IO activity type 
  | 
iops.error.lower_bound  | 
integer  | 
query  | 
False  | 
Filter by iops.error.lower_bound  | 
iops.error.upper_bound  | 
integer  | 
query  | 
False  | 
Filter by iops.error.upper_bound  | 
iops.read  | 
integer  | 
query  | 
False  | 
Filter by iops.read  | 
iops.write  | 
integer  | 
query  | 
False  | 
Filter by iops.write  | 
svm.uuid  | 
string  | 
query  | 
False  | 
Filter by svm.uuid  | 
svm.name  | 
string  | 
query  | 
False  | 
Filter by svm.name  | 
volume.name  | 
string  | 
query  | 
False  | 
Filter by volume.name  | 
user_id  | 
string  | 
query  | 
False  | 
Filter by user_id  | 
user_name  | 
string  | 
query  | 
False  | 
Filter by user_name  | 
throughput.read  | 
integer  | 
query  | 
False  | 
Filter by throughput.read  | 
throughput.write  | 
integer  | 
query  | 
False  | 
Filter by throughput.write  | 
throughput.error.lower_bound  | 
integer  | 
query  | 
False  | 
Filter by throughput.error.lower_bound  | 
throughput.error.upper_bound  | 
integer  | 
query  | 
False  | 
Filter by throughput.error.upper_bound  | 
fields  | 
array[string]  | 
query  | 
False  | 
Specify the fields to return.  | 
max_records  | 
integer  | 
query  | 
False  | 
Limit the number of records returned.  | 
return_records  | 
boolean  | 
query  | 
False  | 
The default is true for GET calls. When set to false, only the number of records is returned. 
  | 
return_timeout  | 
integer  | 
query  | 
False  | 
The number of seconds to allow the call to execute before returning. When iterating over a collection, the default is 15 seconds. ONTAP returns earlier if either max records or the end of the collection is reached. 
  | 
order_by  | 
array[string]  | 
query  | 
False  | 
Order results by specified fields and optional [asc  | 
Response
Status: 200, Ok
| Name | Type | Description | 
|---|---|---|
_links  | 
||
notice  | 
Optional field that indicates why no records are returned by the volume activity tracking REST API.  | 
|
num_records  | 
integer  | 
Number of records.  | 
records  | 
array[top_metrics_user]  | 
Example response
{
  "_links": {
    "next": {
      "href": "/api/resourcelink"
    },
    "self": {
      "href": "/api/resourcelink"
    }
  },
  "notice": {
    "code": "111411207",
    "message": "No read/write traffic on volume."
  },
  "records": [
    {
      "iops": {
        "error": {
          "lower_bound": 34,
          "upper_bound": 54
        },
        "read": 4,
        "write": 8
      },
      "svm": {
        "_links": {
          "self": {
            "href": "/api/resourcelink"
          }
        },
        "name": "svm1",
        "uuid": "02c9e252-41be-11e9-81d5-00a0986138f7"
      },
      "throughput": {
        "error": {
          "lower_bound": 34,
          "upper_bound": 54
        },
        "read": 10,
        "write": 7
      },
      "user_id": "S-1-5-21-256008430-3394229847-3930036330-1001",
      "user_name": "James",
      "volume": {
        "_links": {
          "self": {
            "href": "/api/resourcelink"
          }
        },
        "name": "volume1",
        "uuid": "028baa66-41bd-11e9-81d5-00a0986138f7"
      }
    }
  ]
}
Error
Status: Default, Error
| Name | Type | Description | 
|---|---|---|
error  | 
Example error
{
  "error": {
    "arguments": [
      {
        "code": "string",
        "message": "string"
      }
    ],
    "code": "4",
    "message": "entry doesn't exist",
    "target": "uuid"
  }
}
Definitions
See Definitions
href
| Name | Type | Description | 
|---|---|---|
href  | 
string  | 
_links
| Name | Type | Description | 
|---|---|---|
next  | 
||
self  | 
notice
Optional field that indicates why no records are returned by the volume activity tracking REST API.
| Name | Type | Description | 
|---|---|---|
code  | 
string  | 
Warning code indicating why no records are returned.  | 
message  | 
string  | 
Details why no records are returned.  | 
top_metric_value_error_bounds
| Name | Type | Description | 
|---|---|---|
lower_bound  | 
integer  | 
Lower bound of the nominal value of a metric.  | 
upper_bound  | 
integer  | 
Upper bound of the nominal value of a metric.  | 
iops
| Name | Type | Description | 
|---|---|---|
error  | 
||
read  | 
integer  | 
Average number of read operations per second.  | 
write  | 
integer  | 
Average number of write operations per second.  | 
_links
| Name | Type | Description | 
|---|---|---|
self  | 
svm
| Name | Type | Description | 
|---|---|---|
_links  | 
||
name  | 
string  | 
The name of the SVM.  | 
uuid  | 
string  | 
The unique identifier of the SVM.  | 
throughput
| Name | Type | Description | 
|---|---|---|
error  | 
||
read  | 
integer  | 
Average number of read bytes received per second.  | 
write  | 
integer  | 
Average number of write bytes received per second.  | 
volume
| Name | Type | Description | 
|---|---|---|
_links  | 
||
name  | 
string  | 
The name of the volume.  | 
uuid  | 
string  | 
Unique identifier for the volume. This corresponds to the instance-uuid that is exposed in the CLI and ONTAPI. It does not change due to a volume move. 
  | 
top_metrics_user
Information about a user's IO activity.
| Name | Type | Description | 
|---|---|---|
iops  | 
||
svm  | 
||
throughput  | 
||
user_id  | 
string  | 
User ID of the user.  | 
user_name  | 
string  | 
Name of the user.  | 
volume  | 
error_arguments
| Name | Type | Description | 
|---|---|---|
code  | 
string  | 
Argument code  | 
message  | 
string  | 
Message argument  | 
error
| Name | Type | Description | 
|---|---|---|
arguments  | 
array[error_arguments]  | 
Message arguments  | 
code  | 
string  | 
Error code  | 
message  | 
string  | 
Error message  | 
target  | 
string  | 
The target parameter that caused the error.  |