Querying the Whitelist Records of a VPC Endpoint Service
Function
This API is used to query the whitelist records of a VPC endpoint service.
Your ID is in the whitelist of your own VPC endpoint service by default.
URI
GET /v1/{project_id}/vpc-endpoint-services/{vpc_endpoint_service_id}/permissions?permission={permission}&sort_key={sort_key}&sort_dir={sort_dir}&limit={limit}&offset={offset}
Parameter |
Mandatory |
Description |
---|---|---|
project_id |
Yes |
Specifies the project ID. For details about how to obtain the project ID, see Obtaining a Project ID. |
vpc_endpoint_service_id |
Yes |
Specifies the ID of the VPC endpoint service. |
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
permission |
No |
String |
Specifies the authorized ID. The format is the iam:domain::domain_id. domain_id indicates the ID, for example, iam:domain::6e9dfd51d1124e8d8498dce894923a0d Fuzzy search is supported. |
limit |
No |
Integer |
Specifies the maximum number of whitelist records displayed on each page. The value ranges from 0 to 500 and is generally 10, 20, or 50. The default value is 10. |
offset |
No |
Integer |
Specifies the offset. All VPC endpoint services after this offset will be queried. The offset must be an integer greater than 0 but less than the number of VPC endpoint services. |
sort_key |
No |
String |
Specifies the sorting field of the whitelist records. The value is created_at, indicating that the whitelist records are sorted by creation time. |
sort_dir |
No |
String |
Specifies the sorting method of the whitelist record list. The value can be:
The default method is desc. |
Request
Response
- Parameter description
Table 3 Response parameters Parameter
Type
Description
permissions
Array of objects
Lists the whitelist records. For details, see Table 4.
total_count
Integer
Specifies the total number of whitelist records that meet the search criteria. The number is not affected by the limit or offset.
Table 4 Whitelist record parameters Parameter
Type
Description
id
String
Specifies the unique ID of the permission.
permission
String
Lists the whitelist records.
The permission format is iam:domain:: 6e9dfd51d1124e8d8498dce894923a0d or *. * indicates all users can connect to the VPC endpoint service. 6e9dfd51d1124e8d8498dce894923a0d indicates the domain ID of the user.
created_at
String
created_at: indicates the time of adding the whitelist record.
The UTC time format is used: YYYY-MM-DDTHH:MM:SSZ.
- Example response
{ "permissions": [ { "id":"f2659906-c622-480a-83e9-ef42bdb67b90", "permission":"*", "created_at":"2018-10-18T13:26:40Z" } ], "total_count":1 }
Status Code
For details about status codes, see Status Code.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot