Queries whether PrivateLink is activated.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | CheckProductOpen |
The operation that you want to perform. Set the value to CheckProductOpen. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | 8D8992C1-6712-423C-BAC5-E5E817484C6B |
The ID of the request. |
Success | Boolean | true |
Indicates whether PrivateLink is activated. Only true is returned, which indicates that PrivateLink is activated. |
Examples
Sample requests
http(s)://[Endpoint]/?Action=CheckProductOpen
&Common request parameters
Sample success responses
XML
format
HTTP/1.1 200 OK
Content-Type:application/xml
<CheckProductOpenResponse>
<RequestId>8D8992C1-6712-423C-BAC5-E5E817484C6B</RequestId>
<Success>true</Success>
</CheckProductOpenResponse>
JSON
format
HTTP/1.1 200 OK
Content-Type:application/json
{
"RequestId" : "8D8992C1-6712-423C-BAC5-E5E817484C6B",
"Success" : true
}
Error codes
HttpCode | Error code | Error message | Description |
---|---|---|---|
400 | NeedOpenProduct | The product is not activated. | The error message returned because the service is not activated. |
For a list of error codes, visit the API Error Center.