lb.api.qcloud.com
lb-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"}
Was this page helpful?