File Server drives GET operation
GET {{baseUrl}}/api/v1/storage-systems/device-type6/:systemUuid/drives?limit=100&offset=0&filter=<string>&sort=id asc
This API endpoint is to get a particular file server drives information
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
limit | number | Number of items to return at a time | |
offset | number | The offset of the first item in the collection to return | |
filter | string | The filter query parameter is used to filter the set of resources | |
returned in the response. The returned set of resources must match the | |||
criteria in the filter query parameter |
A comparison compares a property name to a literal. The comparisons supported are the following:
- “eq” : Is a property equal to value. Valid for number, boolean and string properties.
- “gt” : Is a property greater than a value. Valid for number or string timestamp properties.
- “lt” : Is a property less than a value. Valid for number or string timestamp properties
- “in” : Is a value in a property (that is an array of strings)
Filters are supported on the following properties:
- id
- uuid
- name
- generation
- jbofNodeName
- state
- jbofEnclosureName
- sizeInBytes
|
|
sort
| string | | A list of properties defining the sort order. This takes a single property name followed by the direction to sort in, separated by a space.
If not specified, the default behaviour is to sort by id
. The supported directions are
asc
and desc
for ascending and descending respectively.
Sorting is supported on the following properties:
- id
- uuid
- name
- generation
- jbofNodeName
- state
- jbofEnclosureName
- sizeInBytes |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"items":[{"archType":"\u003cstring\u003e","customerId":"\u003cstring\u003e","failReason":"\u003cstring\u003e","fileServerId":"\u003cuuid\u003e","generation":"\u003clong\u003e","id":"\u003clong\u003e","insertTime":{"ms":"\u003clong\u003e","tz":"\u003cstring\u003e"},"jbofEnclosureId":"\u003cstring\u003e","jbofEnclosureName":"\u003cstring\u003e","jbofNodeId":"\u003cstring\u003e","jbofNodeName":"\u003cstring\u003e","model":"\u003cstring\u003e","name":"\u003cstring\u003e","resourceUri":"\u003cstring\u003e","serialNumber":"\u003cstring\u003e","shelf":"\u003cstring\u003e","sizeInBytes":"\u003clong\u003e","slot":"\u003clong\u003e","state":"FAILING","type":null,"uuid":"\u003cuuid\u003e"},{"archType":"\u003cstring\u003e","customerId":"\u003cstring\u003e","failReason":"\u003cstring\u003e","fileServerId":"\u003cuuid\u003e","generation":"\u003clong\u003e","id":"\u003clong\u003e","insertTime":{"ms":"\u003clong\u003e","tz":"\u003cstring\u003e"},"jbofEnclosureId":"\u003cstring\u003e","jbofEnclosureName":"\u003cstring\u003e","jbofNodeId":"\u003cstring\u003e","jbofNodeName":"\u003cstring\u003e","model":"\u003cstring\u003e","name":"\u003cstring\u003e","resourceUri":"\u003cstring\u003e","serialNumber":"\u003cstring\u003e","shelf":"\u003cstring\u003e","sizeInBytes":"\u003clong\u003e","slot":"\u003clong\u003e","state":"PHASING_OUT","type":null,"uuid":"\u003cuuid\u003e"}],"pageLimit":"\u003cinteger\u003e","pageOffset":"\u003cinteger\u003e","total":"\u003cinteger\u003e"}