Retrieve StorageGRID WebScale servers
Contributors
Suggest changes
GET /account/{accountId}/providers/cloudmanager_cbs/api/v1/sg
Retrieves a list of StorageGRID servers discovered in the BlueXP SaaS application.
Token usage: BlueXP 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, Default response
Name | Type | Required | Description |
---|---|---|---|
sgws |
array[sgws] |
False |
Example response
{
"sgws": [
{
"name": "string",
"id": "string"
}
]
}
Definitions
See Definitions
sgws
Name | Type | Required | Description |
---|---|---|---|
name |
string |
False |
|
id |
string |
False |