List StorageGRID servers
GET /account/{accountId}/providers/cloudmanager_cbs/api/v2/sg
Lists the StorageGRID servers in the NetApp Console SaaS application.
Token usage: NetApp Console user token.
Parameters
| Name | Type | In | Required | Description |
|---|---|---|---|---|
accountId |
string |
path |
True |
|
authorization |
string |
header |
True |
|
X-Agent-Id |
string |
header |
True |
Response
Status: 200, List of storagegrid server names
| Name | Type | Required | Description |
|---|---|---|---|
ids |
array[string] |
False |
Example response
{
"ids": [
"string"
]
}