Querying Details of an Access Control Policy
Function
This API is used to query the details of a specified access control policy.
URI
The following table lists the HTTP/HTTPS request method and URI of the API.
| Request Method | URI |
|---|---|
| GET | /v1/{project_id}/apigw/instances/{instance_id}/acls/{id} |
The following table lists the parameters in the URI.
| Parameter | Mandatory | Type | Description |
|---|---|---|---|
| project_id | Yes | String | Project ID, which can be obtained by the administrator on the My Credentials page. |
| instance_id | Yes | String | Instance ID, which can be obtained from the dedicated gateway information on the API Gateway console. |
| id | Yes | String | Access control policy ID |
Request
N/A
Response
| Parameter | Type | Description |
|---|---|---|
| id | String | Access control policy ID |
| acl_name | String | Access control policy name |
| acl_type | String | Access control type, which can be:
|
| acl_value | String | Access control objects |
| entity_type | String | Object type, which can be:
|
| update_time | Timestamp | Time when the access control policy was last updated |
Example response:
{
"id": "d402b35e-1054-4280-b1c5-0d741a28c995",
"acl_name": "goodone",
"entity_type": "DOMAIN",
"acl_type": "PERMIT",
"acl_value": "19asdfaf-adfadf",
"update_time": "2017-11-18T14:27:36.918578+08:00"
} Status Codes
| Status Code | Description |
|---|---|
| 200 | OK |
| 400 | Bad Request |
| 403 | Forbidden |
| 404 | Not Found |
Last Article: Deleting Multiple Access Control Policies
Next Article: Querying the Access Control Policy List
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.