Get all witness configuration details by Nimble / Alletra 6K
GET {{baseUrl}}/api/v1/storage-systems/device-type2/:systemId/system-settings/witnesses?limit=<integer>&offset=<integer>&filter=<string>&sort=<string>&select=<string>
Get all witness configuration details by Nimble / Alletra 6K
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 | |
filter | string | Lucene query to filter witnesses by Key. | |
sort | string | oData query to sort witnesses resource by Key. | |
select | string | Query to select only the required parameters, separated by . if nested |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"items":[{"host":"\u003cstring\u003e","id":"\u003cstring\u003e","port":"\u003clong\u003e","username":"\u003cstring\u003e","associated_links":[{"resourceUri":"\u003cstring\u003e","type":"\u003cstring\u003e"},{"resourceUri":"\u003cstring\u003e","type":"\u003cstring\u003e"}],"auto_switchover_messages":[{"code":"\u003clong\u003e","severity":"\u003cstring\u003e","text":"\u003cstring\u003e"},{"code":"\u003clong\u003e","severity":"\u003cstring\u003e","text":"\u003cstring\u003e"}],"consoleUri":"\u003cstring\u003e","customerId":"\u003cstring\u003e","generation":"\u003cinteger\u003e","resourceUri":"\u003cstring\u003e","type":"\u003cstring\u003e"},{"host":"\u003cstring\u003e","id":"\u003cstring\u003e","port":"\u003clong\u003e","username":"\u003cstring\u003e","associated_links":[{"resourceUri":"\u003cstring\u003e","type":"\u003cstring\u003e"},{"resourceUri":"\u003cstring\u003e","type":"\u003cstring\u003e"}],"auto_switchover_messages":[{"code":"\u003clong\u003e","severity":"\u003cstring\u003e","text":"\u003cstring\u003e"},{"code":"\u003clong\u003e","severity":"\u003cstring\u003e","text":"\u003cstring\u003e"}],"consoleUri":"\u003cstring\u003e","customerId":"\u003cstring\u003e","generation":"\u003cinteger\u003e","resourceUri":"\u003cstring\u003e","type":"\u003cstring\u003e"}],"pageLimit":"\u003cinteger\u003e","pageOffset":"\u003cinteger\u003e","requestUri":"\u003cstring\u003e","total":"\u003clong\u003e"}