Get QoS policy data for a storage system Primera / Alletra 9K identified by {systemId}
GET {{baseUrl}}/api/v1/storage-systems/device-type1/:systemId/qos-policy?limit=<integer>&offset=<integer>&select=<string>&range=<string>&targetName=<string>&targetType=<string>
Get QoS policy data for a storage system Primera / Alletra 9K identified by {systemId}
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
limit | string | Number of items to return at a time | |
offset | string | The offset of the first item in the collection to return | |
select | string | Query to select only the required parameters, separated by . if nested | |
range | string | range will define start and end time in which query has to be made. | |
targetName | string | targetName will define the QoS target name in which query has to be made. | |
targetType | string | targetType will define the QoS target type in which query has to be made. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"qospolicyDetails":{"qosCappedObjsData":{"items":[{"customerId":"\u003cstring\u003e","generation":"\u003cinteger\u003e","targetName":"\u003cstring\u003e","targetType":"\u003cstring\u003e","timestampms":["\u003clong\u003e","\u003clong\u003e"],"type":"\u003cstring\u003e"},{"customerId":"\u003cstring\u003e","generation":"\u003cinteger\u003e","targetName":"\u003cstring\u003e","targetType":"\u003cstring\u003e","timestampms":["\u003clong\u003e","\u003clong\u003e"],"type":"\u003cstring\u003e"}],"pageLimit":"\u003cinteger\u003e","pageOffset":"\u003cinteger\u003e","total":"\u003cinteger\u003e"},"qosUnCappedObjsData":{"items":[{"customerId":"\u003cstring\u003e","generation":"\u003cinteger\u003e","targetName":"\u003cstring\u003e","targetType":"\u003cstring\u003e","timestampms":["\u003clong\u003e","\u003clong\u003e"],"type":"\u003cstring\u003e"},{"customerId":"\u003cstring\u003e","generation":"\u003cinteger\u003e","targetName":"\u003cstring\u003e","targetType":"\u003cstring\u003e","timestampms":["\u003clong\u003e","\u003clong\u003e"],"type":"\u003cstring\u003e"}],"pageLimit":"\u003cinteger\u003e","pageOffset":"\u003cinteger\u003e","total":"\u003cinteger\u003e"},"recvdTotal":"\u003cinteger\u003e","total":"\u003cinteger\u003e"},"requestURI":"\u003cstring\u003e"}