RenewPrivateConnect

1. API Description

This API is used to restore a deleted Layer 2 private connect.

Note

Only operations on private connects in status of RECYCLED are supported.

2. Input Parameters

The following request parameter list only provides API request parameters.

Parameter NameRequiredTypeDescription

privateConnectId

Yes

String

Private connect ID.

3. Output Parameters

Parameter NameTypeDescription

requestId

String

The unique request ID, which is returned for each request. RequestId is required for locating a problem.

4. Code Example

Restore a deleted Layer 2 private connect.

POST /api/v2/sdn HTTP/1.1
Host: console.zenlayer.com
Content-Type: application/json
X-ZC-Action: RenewPrivateConnect
<Common Request Params>

Request:
{
    "privateConnectId": "your-private-connect-id"
}

Response:
{   
  "requestId": "T98044459-95B2-477E-9A2F-00253A70CC6E",
  "response": {
     "requestId": "T98044459-95B2-477E-9A2F-00253A70CC6E"
  }
}

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 Code

No error codes related to the API business logic. For other error codes, see Common Error Codes.​

Last updated