For the complete documentation index, see llms.txt. This page is also available as Markdown.

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.

Parameter Name
Required
Type
Description

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.

connectivityStatus

No

Filter by connectivity status.

privateConnectStatus

No

Filter by Private Connect business status.

endpointTypes

No

Array of EndpointType

Filter by endpoint type.

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.

tags

No

Array of Tag

Search by tags.

Up to 20 tags.

3. Output Parameters

Parameter Name
Type
Description

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.

dataSet

List of Private Connects.

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