History
Introduction
API Category
Making API Requests
Region APIs
Instance APIs
Cloud Hosting Cluster APIs
Image APIs
Instance Launch Template APIs
Placement Group APIs
Key APIs
Security Group APIs
Network APIs
Data Types
Error Codes
lb.api.qcloud.comlb-xxx CLB instance).Action field for this API is CloneLB.Parameter | Required | Type | Description |
loadBalancerId | Yes | String | CLB instance ID. |
cloneType | Yes | String | Clone type. all: both the listener and the RS binding relationship will be cloned. onlyListener: only the listener will be cloned, but the RS binding relationship will not. |
zone | No | String | Availability zone in which the CLB instance is cloned. It is the same as that specified in purchase parameters. |
Parameter | Type | Description |
cloneLBId | String | ID of new CLB instances from the clone. |
https://lb.api.qcloud.com/v2/index.php?Action=CloneLB&<Common request parameters>&loadBalancerId=lb-xxx&cloneType=all
{"code": 0,"message": "","codeDesc": "Success","cloneLBId": "lb-sss"}
フィードバック