DescribePrivateConnects
1. API Description
This API (DescribePrivateConnects) is used to get Private Connects
2. Input Parameters
The following request parameter list only provides API request parameters.
privateConnectIds
No
Array of String
List of Private Connect IDs. Up to 100 IDs supported per query.
privateConnectName
No
String
Private Connect name. Supports fuzzy matching.
resourceGroupId
No
String
Resource group ID.
If not specified, Private Connects in all resource groups visible to the user are returned.
pageSize
No
Integer
Page size to return. Default: 20, maximum: 1000.
pageNum
No
Integer
Page number to return. Default: 1.
Default value: 1
tagKeys
No
Array of String
Search by tag keys.
Up to 20 tag keys.
3. Output Parameters
requestId
String
The unique request ID, which is returned for each request.
RequestId is required for locating a problem.
totalCount
Integer
Total number of Private Connects matching the criteria.
4. Code Example
1. Get the list of Private Connects.
5. Developer Resources
Zenlayer Cloud API 2.0 integrates SDKs,to make it easier for you to call APIs. More programming languages will be supported.
6. Error Codes
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
HTTP Status Code
Error Code
Description
Last updated