Discover a new StorageGRID WebScale server
POST /account/{accountId}/providers/cloudmanager_cbs/api/v1/sg
Discovers a new StorageGRID server in the NetApp Console SaaS application.
Token usage: NetApp Console 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 address. |
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 address. |
admin-username |
string |
True |
StorageGRID Admin username. |
admin-password |
string |
True |
StorageGRID Admin password. |