tencent cloud

Cloud Load Balancer

Memulai
Memulai CLB
Memulai CLB IPv6
Men-deploy Nginx di CentOS
Men-deploy Java Web di CentOS
Panduan Pengoperasian
Instance CLB
Pendengar CLB
Server Asli
Pemeriksaan Kesehatan
Pengelolaan Sertifikat
Pengelolaan Log
Pemantauan dan Peringatan
Cloud Access Management
CLB Klasik
Tutorial Praktis
Konfigurasi Penerusan HTTPS
Menerapkan HA di Beberapa AZ
Algoritme dan Konfigurasi Bobot
Mengonfigurasi Perlindungan WAF untuk nama domain pendengar CLB
Panduan OPS
Solusi untuk Waktu Tunggu Klien yang Terlalu Lama
Uji Performa Layanan HTTPS Penyeimbang Beban
Pertanyaan Umum Seputar Pengujian Tekanan
Izin Pengoperasian Sertifikat CLB
DokumentasiCloud Load Balancer

CloneLB

Mode fokus
Ukuran font
Terakhir diperbarui: 2024-12-19 18:06:47

API Description

This API is used to clone all configurations of a CLB instance, including its attribute, security group, listener and real server bound. Domain name for API calls: lb.api.qcloud.com
Note:
If there are many CLB configurations, the API tends to time out. Please wait patiently.
The API does not support concurrent calls.
Currently, a classic CLB instance cannot be cloned.
All the cloned CLB instances are pay-as-you-go. The cloned ones will be automatically deleted once the clone fails.
All the cloned CLB instances are named after “cloneFrom-lb-xxx” (a clone from the lb-xxx CLB instance).

Request Parameters

The list below contains only the API request parameters. Common parameters should be added when you call the API. For more information, see Common Request Parameters. The 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.

Response Parameters

Parameter
Type
Description
cloneLBId
String
ID of new CLB instances from the clone.

Example

Request
https://lb.api.qcloud.com/v2/index.php?Action=CloneLB
&<Common request parameters>
&loadBalancerId=lb-xxx
&cloneType=all
Response
{
"code": 0,
"message": "",
"codeDesc": "Success",
"cloneLBId": "lb-sss"
}


Bantuan dan Dukungan

Apakah halaman ini membantu?

masukan