Search sub account console access rules
- Print
- PDF
Search sub account console access rules
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
- Search sub account console access rules.
API
- GET /sub-accounts/{subAccountId}/access-rules/console
Request
Path Variables
Parameter | Required | Type | Restrictions | Description |
---|---|---|---|---|
subAccountId | Y | String | Sub Account Id |
Response
{
"consolePermitIps": [
"string"
],
"subAccountId": "string",
"useConsolePermitIp": "boolean"
}
Category | Type | Description | Note |
---|---|---|---|
consolePermitIps | array | List of IP range accessible to the console | |
subAccountId | string | Sub account ID | |
useConsolePermitIp | boolean | Indicates whether IP range limitation is available when accessing the console |
Error
Errors that may occur while using this action are listed below. For error response format, please see ErrorResponse.
For more information about common errors, refer to Naver Cloud Platform API.
HTTP status code | Error code | Error message |
---|---|---|
404 | 30 | The account doesn't exist. |
Was this article helpful?