Search policy list
- Print
- PDF
Search policy list
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
- Search a policy list.
API
- GET /policies
Request
Parameters
Parameter | Required | Type | Restrictions | Description |
---|---|---|---|---|
page | N | int | Page number. Default: 0 | |
size | N | int | Size of result list. Default: 10 |
Response
{
"hasNext": "boolean",
"hasPrevious": "boolean",
"isFirst": "boolean",
"isLast": "boolean",
"items": [
{
"policyId": "string",
"policyName": "string",
"policyType": "string",
"nrn": "string"
}
],
"page": "integer",
"totalItems": "integer",
"totalPages": "integer"
}
Category | Type | Description | Note |
---|---|---|---|
hasNext | boolean | Indicates whether there is a next page | |
hasPrevious | boolean | Indicates whether there is a previous page | |
isFirst | boolean | Indicates whether this is the first page | |
isLast | boolean | Indicates whether this is the last page | |
items | array | ||
items.policyId | string | Policy ID | |
items.policyName | string | Policy name | |
items.policyType | string | Policy type (SYSTEM_MANAGED, USER_CREATED) | |
items.nrn | string | Naming Rule for expressing Ncloud resources | |
page | integer | Page number | |
totalItems | integer | Total number of items | |
totalPages | integer | Total number of pages |
Was this article helpful?