Retrieve StorageGRID server version
Contributors
Suggest changes
POST /account/{accountId}/providers/cloudmanager_cbs/api/v1/sg/version
Retrieves the version of the StorageGRID servers.
Token usage: BlueXP user token.
Parameters
Name | Type | In | Required | Description |
---|---|---|---|---|
accountId |
string |
path |
True |
Account ID |
authorization |
string |
header |
True |
User token |
x-agent-id |
string |
header |
True |
Request identifier |
Request Body
Name | Type | Required | Description |
---|---|---|---|
storage-server |
string |
True |
StorageGRID server URL. |
Example request
{
"storage-server": "string"
}
Response
Status: 200, Default response
Name | Type | Required | Description |
---|---|---|---|
version |
string |
False |
Example response
{
"version": "string"
}
Definitions
See Definitions
body
Name | Type | Required | Description |
---|---|---|---|
storage-server |
string |
True |
StorageGRID server URL. |