All Products
Search
Document Center

PrivateLink:CheckProductOpen

Last Updated:Feb 27, 2024

Queries whether PrivateLink is activated.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
The current API does not require request parameters

Response parameters

ParameterTypeDescriptionExample
object

The returned results.

RequestIdstring

The request ID.

8D8992C1-6712-423C-BAC5-E5E817484C6B
Successboolean

Indicates whether PrivateLink is activated.

Only true is returned. The value indicates that PrivateLink is activated.

true

Examples

Sample success responses

JSONformat

{
  "RequestId": "8D8992C1-6712-423C-BAC5-E5E817484C6B",
  "Success": true
}

Error codes

HTTP status codeError codeError messageDescription
400NeedOpenProductThe product is not activated.The product is not activated.

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
No change history