Perform an initial setup with NetApp Console
POST /occm/setup-portal/init
Performs initial setup with NetApp Cloud Central.
Parameters
| Name | Type | In | Required | Description |
|---|---|---|---|---|
Authorization |
string |
header |
False |
Request Body
| Name | Type | Required | Description |
|---|---|---|---|
site |
string |
False |
|
company |
string |
False |
|
tenancyAccountId |
string |
False |
|
proxyUrl |
True |
Example request
{
"site": "string",
"company": "string",
"tenancyAccountId": "string",
"proxyUrl": {
"uri": "string",
"proxyUserName": "string",
"proxyPassword": "string",
"proxyDomain": "string"
}
}
Error
Status: Default, Default response
| Name | Type | Required | Description |
|---|---|---|---|
upgradeToVersion |
string |
False |
Example error response
{
"upgradeToVersion": "string"
}
Definitions
See Definitions
ProxyUri
| Name | Type | Required | Description |
|---|---|---|---|
uri |
string |
False |
|
proxyUserName |
string |
False |
|
proxyPassword |
string |
False |
|
proxyDomain |
string |
False |