Discover a new StorageGRID WebScale server
Contributors
Suggest changes
POST /account/{accountId}/providers/cloudmanager_cbs/api/v1/sg
Discovers a new StorageGRID server in BlueXP SaaS application.
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 |
---|---|---|---|
admin-host |
string |
True |
StorageGRID Admin host IP. |
admin-username |
string |
True |
StorageGRID Admin Username. |
admin-password |
string |
True |
StorageGRID Admin Password. |
Example request
{
"admin-host": "string",
"admin-username": "string",
"admin-password": "string"
}
Response
Status: 200, Default response
Name | Type | Required | Description |
---|---|---|---|
name |
string |
False |
|
id |
string |
False |
Example response
{
"name": "string",
"id": "string"
}
Definitions
See Definitions
body
Name | Type | Required | Description |
---|---|---|---|
admin-host |
string |
True |
StorageGRID Admin host IP. |
admin-username |
string |
True |
StorageGRID Admin Username. |
admin-password |
string |
True |
StorageGRID Admin Password. |