View Quota Policy List
- Print
- PDF
View Quota Policy List
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Overview
You can view the quota policy list.
API URL
"https://organization.apigw.ntruss.com/open-api/v1/policy/list"
Method: GET
Requests
Headers
Go to the creation guide of the NAVER Cloud Platform authentication key and signature
Header name | Description | Remarks |
---|---|---|
x-ncp-apigw-timestamp | This is the number of milliseconds that have elapsed since January 1, 1970 00:00:00 UTC. If the time difference compared to the APIGW server is more than 5 minutes, the request is considered invalid. | Ncloud common |
x-ncp-iam-access-key | Value of the access key ID issued by the NAVER Cloud Platform portal | Ncloud common |
x-ncp-apigw-signature-v2 | This is the signature encrypted access key ID value and secret key. | Ncloud common |
Responses
Response Body
[
{
"policyNo": 366,
"policyName": "Organization_Default_Policy",
"policyDesc": "Organization_Default_Policy",
"defaultPolicyYn": "Y",
"applyCount": 2,
"groupList": [
"NewGroup02",
"NewGroup01"
],
"modYmdt": 1669784967541
}
]
Items | Requirement status | Type | Description |
---|---|---|---|
policyNo | true | integer | Quota policy number |
policyName | true | string | Quota policy name |
policyDesc | true | string | Quota policy description |
defaultPolicyYn | true | string | Whether it is the default quota policy |
applyCount | true | integer | Number of accounts (groups) to which the quota policy is applied |
groupList | true | json array | Name of the account group to which the quota policy is applied |
modYmdt | true | string | Edited date |
Response error
See the Organization errors section of the Organization overview.
Was this article helpful?