Editing console access rules for sub account
- Print
- PDF
Editing console access rules for sub account
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Edit the console access rules for a sub account.
API
- PUT /sub-accounts/{subAccountId}/access-rules/console
Requests
Body
{
"consolePermitIps": [
"string"
],
"useConsolePermitIp": "boolean"
}
Parameter | Required | Type | Restrictions | Description |
---|---|---|---|---|
consolePermitIps | N | array | List of IP ranges with access to the console (up to 100) | |
useConsolePermitIp | Y | boolean | Availability of IP range limitation when accessing the console |
Responses
Parameter name | Required | Type | Description |
---|---|---|---|
ProcessResult | Y | ProcessResult | Process result |
- Response examples - Succeeded
{
"success": true,
"id": "subAccountId"
}
Errors
Errors that may occur while using this action are listed below. For error response format, see ErrorResponse.
For more information about common errors, see NAVER Cloud Platform API.
HTTP status code | Error code | Error message |
---|---|---|
404 | 30 | Nonexistent account |
400 | 400 | There can be no more than 10 IP ranges that are forbidden to access the console |
Was this article helpful?