forked from docs/doc-exports
Reviewed-by: gtema <artem.goncharov@gmail.com> Co-authored-by: zhoumeng <zhoumeng35@huawei.com> Co-committed-by: zhoumeng <zhoumeng35@huawei.com>
1667 lines
63 KiB
JSON
1667 lines
63 KiB
JSON
[
|
|
{
|
|
"desc":"Public cloud APIs comply with the RESTful API design principles. REST-based web services are organized into resources. Each resource is identified by one or more Uniform ",
|
|
"product_code":"elb",
|
|
"title":"API Usage Guidelines",
|
|
"uri":"en-us_topic_0022480177.html",
|
|
"doc_type":"api",
|
|
"p_code":"",
|
|
"code":"1"
|
|
},
|
|
{
|
|
"desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
|
|
"product_code":"elb",
|
|
"title":"Classic Load Balancer APIs",
|
|
"uri":"elb_jd_0000.html",
|
|
"doc_type":"api",
|
|
"p_code":"",
|
|
"code":"2"
|
|
},
|
|
{
|
|
"desc":"Classic load balancers are not supported in the eu-nl region.",
|
|
"product_code":"elb",
|
|
"title":"API Call Precaution",
|
|
"uri":"en-us_topic_0000001124568811.html",
|
|
"doc_type":"api",
|
|
"p_code":"2",
|
|
"code":"3"
|
|
},
|
|
{
|
|
"desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
|
|
"product_code":"elb",
|
|
"title":"Load Balancer",
|
|
"uri":"elb_jd_fz_0000.html",
|
|
"doc_type":"api",
|
|
"p_code":"2",
|
|
"code":"4"
|
|
},
|
|
{
|
|
"desc":"This API is used to create a load balancer.POST /v1.0/{project_id}/elbaas/loadbalancersRequest parametersParameter descriptionParameterMandatoryTypeDescriptionnameYesStri",
|
|
"product_code":"elb",
|
|
"title":"Creating a Load Balancer",
|
|
"uri":"elb_jd_fz_0001.html",
|
|
"doc_type":"api",
|
|
"p_code":"4",
|
|
"code":"5"
|
|
},
|
|
{
|
|
"desc":"This API is used to delete a load balancer. If the load balancer is a public network load balancer, this API deletes the EIP bound to the load balancer.For a public netwo",
|
|
"product_code":"elb",
|
|
"title":"Deleting a Load Balancer",
|
|
"uri":"elb_jd_fz_0002.html",
|
|
"doc_type":"api",
|
|
"p_code":"4",
|
|
"code":"6"
|
|
},
|
|
{
|
|
"desc":"This API is used to delete a public network load balancer. The EIP bound to the load balancer will not be deleted. If you need to delete this IP address, refer to Deletin",
|
|
"product_code":"elb",
|
|
"title":"Deleting a Public Network Load Balancer",
|
|
"uri":"elb_jd_fz_0003.html",
|
|
"doc_type":"api",
|
|
"p_code":"4",
|
|
"code":"7"
|
|
},
|
|
{
|
|
"desc":"This API is used to modify the name, description, bandwidth, and administrative status of a load balancer.PUT /v1.0/{project_id}/elbaas/loadbalancers/{loadbalancer_id}Req",
|
|
"product_code":"elb",
|
|
"title":"Modifying a Load Balancer",
|
|
"uri":"elb_jd_fz_0004.html",
|
|
"doc_type":"api",
|
|
"p_code":"4",
|
|
"code":"8"
|
|
},
|
|
{
|
|
"desc":"This API is used to query details about a load balancer.GET /v1.0/{project_id}/elbaas/loadbalancers/{loadbalancer_id}Request parametersNoneNoneExample requestNoneNoneResp",
|
|
"product_code":"elb",
|
|
"title":"Querying Details of a Load Balancer",
|
|
"uri":"elb_jd_fz_0005.html",
|
|
"doc_type":"api",
|
|
"p_code":"4",
|
|
"code":"9"
|
|
},
|
|
{
|
|
"desc":"This API is used to query load balancers and display them in a list.GET /v1.0/{project_id}/elbaas/loadbalancersRequest parametersNoneNoneExample requestNoneNoneResponse p",
|
|
"product_code":"elb",
|
|
"title":"Querying Load Balancers",
|
|
"uri":"en-us_topic_0096561504.html",
|
|
"doc_type":"api",
|
|
"p_code":"4",
|
|
"code":"10"
|
|
},
|
|
{
|
|
"desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
|
|
"product_code":"elb",
|
|
"title":"Listener",
|
|
"uri":"elb_jd_jt_0000.html",
|
|
"doc_type":"api",
|
|
"p_code":"2",
|
|
"code":"11"
|
|
},
|
|
{
|
|
"desc":"This API is used to add a listener to a load balancer.POST /v1.0/{project_id}/elbaas/listenersRequest parametersNoneNoneExample request{\n \"name\": \"listener1\",\n \"des",
|
|
"product_code":"elb",
|
|
"title":"Adding a Listener",
|
|
"uri":"elb_jd_jt_0001.html",
|
|
"doc_type":"api",
|
|
"p_code":"11",
|
|
"code":"12"
|
|
},
|
|
{
|
|
"desc":"This API is used to delete a listener.DELETE /v1.0/{project_id}/elbaas/listeners/{listener_id}Request parametersNoneNoneExample requestNoneNoneResponse parametersNoneNone",
|
|
"product_code":"elb",
|
|
"title":"Deleting a Listener",
|
|
"uri":"elb_jd_jt_0002.html",
|
|
"doc_type":"api",
|
|
"p_code":"11",
|
|
"code":"13"
|
|
},
|
|
{
|
|
"desc":"This API is used to modify the listener information, including the listener name, description, and status.PUT /v1.0/{project_id}/elbaas/listeners/{listener_id}Request par",
|
|
"product_code":"elb",
|
|
"title":"Modifying a Listener",
|
|
"uri":"elb_jd_jt_0003.html",
|
|
"doc_type":"api",
|
|
"p_code":"11",
|
|
"code":"14"
|
|
},
|
|
{
|
|
"desc":"This API is used to query details about a listener.GET /v1.0/{project_id}/elbaas/listeners/{listener_id}Request parametersNoneNoneExample requestNoneNoneResponse paramete",
|
|
"product_code":"elb",
|
|
"title":"Querying Details of a Listener",
|
|
"uri":"elb_jd_jt_0004.html",
|
|
"doc_type":"api",
|
|
"p_code":"11",
|
|
"code":"15"
|
|
},
|
|
{
|
|
"desc":"This API is used to query listeners using search criteria and display them in a list.GET /v1.0/{project_id}/elbaas/listeners?loadbalancer_id={loadbalancer_id}Enter a ques",
|
|
"product_code":"elb",
|
|
"title":"Querying Listeners",
|
|
"uri":"elb_jd_jt_0005.html",
|
|
"doc_type":"api",
|
|
"p_code":"11",
|
|
"code":"16"
|
|
},
|
|
{
|
|
"desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
|
|
"product_code":"elb",
|
|
"title":"Health Check",
|
|
"uri":"elb_jd_jk_0000.html",
|
|
"doc_type":"api",
|
|
"p_code":"2",
|
|
"code":"17"
|
|
},
|
|
{
|
|
"desc":"This API is used to configure a health check for backend ECSs.POST /v1.0/{project_id}/elbaas/healthcheckRequest parametersNoneNoneExample request 1: Configuring an HTTP h",
|
|
"product_code":"elb",
|
|
"title":"Configuring a Health Check",
|
|
"uri":"elb_jd_jk_0001.html",
|
|
"doc_type":"api",
|
|
"p_code":"17",
|
|
"code":"18"
|
|
},
|
|
{
|
|
"desc":"This API is used to delete a health check.DELETE /v1.0/{project_id}/elbaas/healthcheck/{healthcheck_id}Request parametersNoneNoneExample requestNoneNoneResponse parameter",
|
|
"product_code":"elb",
|
|
"title":"Deleting a Health Check",
|
|
"uri":"elb_jd_jk_0002.html",
|
|
"doc_type":"api",
|
|
"p_code":"17",
|
|
"code":"19"
|
|
},
|
|
{
|
|
"desc":"This API is used to modify information about a health check.PUT /v1.0/{project_id}/elbaas/healthcheck/{healthcheck_id}Request parametersNoneNoneExample request{\n \"heal",
|
|
"product_code":"elb",
|
|
"title":"Modifying a Health Check",
|
|
"uri":"elb_jd_jk_0003.html",
|
|
"doc_type":"api",
|
|
"p_code":"17",
|
|
"code":"20"
|
|
},
|
|
{
|
|
"desc":"This API is used to query details about a health check.GET /v1.0/{project_id}/elbaas/healthcheck/{healthcheck_id}Request parametersNoneNoneExample requestNoneNoneResponse",
|
|
"product_code":"elb",
|
|
"title":"Querying Details of a Health Check",
|
|
"uri":"elb_jd_jk_0004.html",
|
|
"doc_type":"api",
|
|
"p_code":"17",
|
|
"code":"21"
|
|
},
|
|
{
|
|
"desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
|
|
"product_code":"elb",
|
|
"title":"Backend ECS",
|
|
"uri":"elb_jd_hd_0000.html",
|
|
"doc_type":"api",
|
|
"p_code":"2",
|
|
"code":"22"
|
|
},
|
|
{
|
|
"desc":"This API is used to add backend ECSs to a listener for monitoring.To add backend ECSs to a UDP listener, IP addresses can be pinged and UDP services must be enabled.POST ",
|
|
"product_code":"elb",
|
|
"title":"Adding Backend ECSs",
|
|
"uri":"elb_jd_hd_0001.html",
|
|
"doc_type":"api",
|
|
"p_code":"22",
|
|
"code":"23"
|
|
},
|
|
{
|
|
"desc":"This API is used to remove backend ECSs from a listener. Multiple backend ECSs can be removed concurrently.POST /v1.0/{project_id}/elbaas/listeners/{listener_id}/members/",
|
|
"product_code":"elb",
|
|
"title":"Removing Backend ECSs",
|
|
"uri":"elb_jd_hd_0002.html",
|
|
"doc_type":"api",
|
|
"p_code":"22",
|
|
"code":"24"
|
|
},
|
|
{
|
|
"desc":"This API is used to query backend ECSs added to a listener. If you are the administrator, the backend ECS list will be empty.GET /v1.0/{project_id}/elbaas/listeners/{list",
|
|
"product_code":"elb",
|
|
"title":"Querying Backend ECSs",
|
|
"uri":"elb_jd_hd_0003.html",
|
|
"doc_type":"api",
|
|
"p_code":"22",
|
|
"code":"25"
|
|
},
|
|
{
|
|
"desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
|
|
"product_code":"elb",
|
|
"title":"Quota",
|
|
"uri":"elb_jd_pe_0000.html",
|
|
"doc_type":"api",
|
|
"p_code":"2",
|
|
"code":"26"
|
|
},
|
|
{
|
|
"desc":"This API is used to query the load balancer or listener quotas.GET /v1.0/{project_id}/elbaas/quotasRequest parametersNoneNoneExample requestNoneNoneResponse parametersPar",
|
|
"product_code":"elb",
|
|
"title":"Querying Load Balancer or Listener Quotas",
|
|
"uri":"elb_jd_pe_0001.html",
|
|
"doc_type":"api",
|
|
"p_code":"26",
|
|
"code":"27"
|
|
},
|
|
{
|
|
"desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
|
|
"product_code":"elb",
|
|
"title":"Certificate",
|
|
"uri":"elb_jd_zs_0000.html",
|
|
"doc_type":"api",
|
|
"p_code":"2",
|
|
"code":"28"
|
|
},
|
|
{
|
|
"desc":"This API is used to create a certificate for an HTTPS listener.POST /v1.0/{project_id}/elbaas/certificateRequest parametersNoneNoneExample request{\n \"name\": \"cert-bky\"",
|
|
"product_code":"elb",
|
|
"title":"Creating a Certificate",
|
|
"uri":"elb_jd_zs_0001.html",
|
|
"doc_type":"api",
|
|
"p_code":"28",
|
|
"code":"29"
|
|
},
|
|
{
|
|
"desc":"This API is used to delete a certificate.DELETE /v1.0/{project_id}/elbaas/certificate/{certificate_id}Request parametersNoneNoneExample requestNoneNoneResponse parameters",
|
|
"product_code":"elb",
|
|
"title":"Deleting a Certificate",
|
|
"uri":"elb_jd_zs_0002.html",
|
|
"doc_type":"api",
|
|
"p_code":"28",
|
|
"code":"30"
|
|
},
|
|
{
|
|
"desc":"This API is used to modify the name and description of a certificate.PUT /v1.0/{project_id}/elbaas/certificate/{certificate_id}Request parametersNoneNoneExample request{\n",
|
|
"product_code":"elb",
|
|
"title":"Modifying a Certificate",
|
|
"uri":"elb_jd_zs_0003.html",
|
|
"doc_type":"api",
|
|
"p_code":"28",
|
|
"code":"31"
|
|
},
|
|
{
|
|
"desc":"This API is used to query all the certificates.GET /v1.0/{project_id}/elbaas/certificateRequest parametersNoneNoneExample requestNoneNoneResponse parametersResponse param",
|
|
"product_code":"elb",
|
|
"title":"Querying Certificates",
|
|
"uri":"elb_jd_zs_0004.html",
|
|
"doc_type":"api",
|
|
"p_code":"28",
|
|
"code":"32"
|
|
},
|
|
{
|
|
"desc":"This API is used to query the job status, such as the execution status of creating or deleting a load balancer.GET /v1.0/{project_id}/jobs/{job_id}Request parametersNoneN",
|
|
"product_code":"elb",
|
|
"title":"Querying the Job Status",
|
|
"uri":"elb_jd_job_0000.html",
|
|
"doc_type":"api",
|
|
"p_code":"2",
|
|
"code":"33"
|
|
},
|
|
{
|
|
"desc":"This API is used to query all metrics at Layer 4 and Layer 7.Only users can query these metrics.GET /v1.0/{project_id}/elbaas/monitorRequest parametersNoneNoneExample req",
|
|
"product_code":"elb",
|
|
"title":"Querying Monitoring Metrics",
|
|
"uri":"elb_jd_cj_0000.html",
|
|
"doc_type":"api",
|
|
"p_code":"2",
|
|
"code":"34"
|
|
},
|
|
{
|
|
"desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
|
|
"product_code":"elb",
|
|
"title":"API Version",
|
|
"uri":"elb_jd_bg_0000.html",
|
|
"doc_type":"api",
|
|
"p_code":"2",
|
|
"code":"35"
|
|
},
|
|
{
|
|
"desc":"This API is used to query all API versions of ELB.GET /Request parametersNoneNoneExample requestNoneNoneResponse parametersParameter descriptionParameterTypeDescriptionve",
|
|
"product_code":"elb",
|
|
"title":"Querying All API Versions",
|
|
"uri":"elb_jd_bg_0001.html",
|
|
"doc_type":"api",
|
|
"p_code":"35",
|
|
"code":"36"
|
|
},
|
|
{
|
|
"desc":"This API is used to query a specific ELB API version.GET /{api_version}Example/v1.0/v1.0Request parametersNoneNoneExample requestNoneNoneResponse parametersResponse param",
|
|
"product_code":"elb",
|
|
"title":"Querying a Specific API Version",
|
|
"uri":"elb_jd_bg_0002.html",
|
|
"doc_type":"api",
|
|
"p_code":"35",
|
|
"code":"37"
|
|
},
|
|
{
|
|
"desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
|
|
"product_code":"elb",
|
|
"title":"Shared Load Balancer APIs",
|
|
"uri":"elb_zq_0000.html",
|
|
"doc_type":"api",
|
|
"p_code":"",
|
|
"code":"38"
|
|
},
|
|
{
|
|
"desc":"By default, load balancers created in the eu-de region are shared load balancers. APIs for shared load balancers are only available in this region. Shared load balancers ",
|
|
"product_code":"elb",
|
|
"title":"API Call Precaution",
|
|
"uri":"en-us_topic_0000001088335195.html",
|
|
"doc_type":"api",
|
|
"p_code":"38",
|
|
"code":"39"
|
|
},
|
|
{
|
|
"desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
|
|
"product_code":"elb",
|
|
"title":"Load Balancer",
|
|
"uri":"elb_zq_fz_0000.html",
|
|
"doc_type":"api",
|
|
"p_code":"38",
|
|
"code":"40"
|
|
},
|
|
{
|
|
"desc":"This API is used to create a private network load balancer. After the load balancer is created, its details, such as load balancer ID, IP address, and subnet ID, are retu",
|
|
"product_code":"elb",
|
|
"title":"Creating a Load Balancer",
|
|
"uri":"en-us_topic_0096561535.html",
|
|
"doc_type":"api",
|
|
"p_code":"40",
|
|
"code":"41"
|
|
},
|
|
{
|
|
"desc":"This API is used to query load balancers and display them in a list. Filter query and pagination query are supported. Unless otherwise specified, exact match is applied.P",
|
|
"product_code":"elb",
|
|
"title":"Querying Load Balancers",
|
|
"uri":"elb_zq_fz_0002.html",
|
|
"doc_type":"api",
|
|
"p_code":"40",
|
|
"code":"42"
|
|
},
|
|
{
|
|
"desc":"This API is used to query details about a load balancer using its ID. You can also query the EIP bound to the load balancer based on the value of vip_port_id.GET /v2.0/lb",
|
|
"product_code":"elb",
|
|
"title":"Querying Details of a Load Balancer",
|
|
"uri":"en-us_topic_0141008271.html",
|
|
"doc_type":"api",
|
|
"p_code":"40",
|
|
"code":"43"
|
|
},
|
|
{
|
|
"desc":"This API is used to query the status tree of a load balancer. You can use this API to query details about the associated listeners, backend server groups, backend servers",
|
|
"product_code":"elb",
|
|
"title":"Querying the Status Tree of a Load Balancer",
|
|
"uri":"elb_zq_fz_0004.html",
|
|
"doc_type":"api",
|
|
"p_code":"40",
|
|
"code":"44"
|
|
},
|
|
{
|
|
"desc":"This API is used to update the name or description of a load balancer.PUT /v2.0/lbaas/loadbalancers/{loadbalancer_id}Example request: Modifying the load balancer name and",
|
|
"product_code":"elb",
|
|
"title":"Updating a Load Balancer",
|
|
"uri":"elb_zq_fz_0005.html",
|
|
"doc_type":"api",
|
|
"p_code":"40",
|
|
"code":"45"
|
|
},
|
|
{
|
|
"desc":"This API is used to delete a specific load balancer.All listeners added to the load balancer must be deleted before the load balancer is deleted.DELETE /v2.0/lbaas/loadba",
|
|
"product_code":"elb",
|
|
"title":"Deleting a Load Balancer",
|
|
"uri":"elb_zq_fz_0006.html",
|
|
"doc_type":"api",
|
|
"p_code":"40",
|
|
"code":"46"
|
|
},
|
|
{
|
|
"desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
|
|
"product_code":"elb",
|
|
"title":"Listener",
|
|
"uri":"elb_zq_jt_0000.html",
|
|
"doc_type":"api",
|
|
"p_code":"38",
|
|
"code":"47"
|
|
},
|
|
{
|
|
"desc":"This API is used to add a listener to a load balancer.When protocol is set to TCP and protocol_port to 0, the listener works in IP mode (DR mode).POST /v2.0/lbaas/listene",
|
|
"product_code":"elb",
|
|
"title":"Adding a Listener",
|
|
"uri":"elb_zq_jt_0001.html",
|
|
"doc_type":"api",
|
|
"p_code":"47",
|
|
"code":"48"
|
|
},
|
|
{
|
|
"desc":"This API is used to query the listeners and display them in a list. Filter query and pagination query are supported. Unless otherwise specified, exact match is applied.Yo",
|
|
"product_code":"elb",
|
|
"title":"Querying Listeners",
|
|
"uri":"elb_zq_jt_0002.html",
|
|
"doc_type":"api",
|
|
"p_code":"47",
|
|
"code":"49"
|
|
},
|
|
{
|
|
"desc":"This API is used to query details about a listener using its ID.GET /v2.0/lbaas/listeners/{listener_id}NoneExample request: Querying details of a listenerGET https://{End",
|
|
"product_code":"elb",
|
|
"title":"Querying Details of a Listener",
|
|
"uri":"elb_zq_jt_0003.html",
|
|
"doc_type":"api",
|
|
"p_code":"47",
|
|
"code":"50"
|
|
},
|
|
{
|
|
"desc":"This API is used to update a listener, such as listener name, description, associated backend server groups, and server certificates.If the provisioning status of the ass",
|
|
"product_code":"elb",
|
|
"title":"Updating a Listener",
|
|
"uri":"elb_zq_jt_0004.html",
|
|
"doc_type":"api",
|
|
"p_code":"47",
|
|
"code":"51"
|
|
},
|
|
{
|
|
"desc":"This API is used to delete a listener by ID.All backend server groups associated with the listener must be deleted before the listener is deleted.DELETE /v2.0/lbaas/liste",
|
|
"product_code":"elb",
|
|
"title":"Deleting a Listener",
|
|
"uri":"elb_zq_jt_0005.html",
|
|
"doc_type":"api",
|
|
"p_code":"47",
|
|
"code":"52"
|
|
},
|
|
{
|
|
"desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
|
|
"product_code":"elb",
|
|
"title":"Backend Server Group",
|
|
"uri":"elb_zq_hz_0000.html",
|
|
"doc_type":"api",
|
|
"p_code":"38",
|
|
"code":"53"
|
|
},
|
|
{
|
|
"desc":"This API is used to add a backend server group. After multiple backend servers are added to a backend server group, requests are distributed among backend servers based o",
|
|
"product_code":"elb",
|
|
"title":"Adding a Backend Server Group",
|
|
"uri":"elb_zq_hz_0001.html",
|
|
"doc_type":"api",
|
|
"p_code":"53",
|
|
"code":"54"
|
|
},
|
|
{
|
|
"desc":"Example request 1: Adding a backend server group with the sticky session feature disabledPOST https://{Endpoint}/v2.0/lbaas/pools \n\n{\n \"pool\": {\n \"lb_algorithm\"",
|
|
"product_code":"elb",
|
|
"title":"Querying Backend Server Groups",
|
|
"uri":"en-us_topic_0096561547.html",
|
|
"doc_type":"api",
|
|
"p_code":"53",
|
|
"code":"55"
|
|
},
|
|
{
|
|
"desc":"This API is used to query details about a backend server group using its ID.GET /v2.0/lbaas/pools/{pool_id}NoneExample request: Querying details of a backend server group",
|
|
"product_code":"elb",
|
|
"title":"Querying Details of a Backend Server Group",
|
|
"uri":"elb_zq_hz_0003.html",
|
|
"doc_type":"api",
|
|
"p_code":"53",
|
|
"code":"56"
|
|
},
|
|
{
|
|
"desc":"This API is used to update a backend server group.If the provisioning status of the load balancer associated with a backend server group is not ACTIVE, the backend server",
|
|
"product_code":"elb",
|
|
"title":"Updating a Backend Server Group",
|
|
"uri":"elb_zq_hz_0004.html",
|
|
"doc_type":"api",
|
|
"p_code":"53",
|
|
"code":"57"
|
|
},
|
|
{
|
|
"desc":"This API is used to delete a backend server group.Before deleting a backend server group, remove all backend servers, delete the health check, and disassociate forwarding",
|
|
"product_code":"elb",
|
|
"title":"Deleting a Backend Server Group",
|
|
"uri":"elb_zq_hz_0005.html",
|
|
"doc_type":"api",
|
|
"p_code":"53",
|
|
"code":"58"
|
|
},
|
|
{
|
|
"desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
|
|
"product_code":"elb",
|
|
"title":"Backend Server",
|
|
"uri":"elb_zq_hd_0000.html",
|
|
"doc_type":"api",
|
|
"p_code":"38",
|
|
"code":"59"
|
|
},
|
|
{
|
|
"desc":"This API is used to add a backend server to a specific backend server group. After a backend server group is added to a listener, traffic is distributed to backend server",
|
|
"product_code":"elb",
|
|
"title":"Adding a Backend Server",
|
|
"uri":"elb_zq_hd_0001.html",
|
|
"doc_type":"api",
|
|
"p_code":"59",
|
|
"code":"60"
|
|
},
|
|
{
|
|
"desc":"This API is used to query backend servers in a specific backend server group. Filter query and pagination query are supported. Unless otherwise specified, exact match is ",
|
|
"product_code":"elb",
|
|
"title":"Querying Backend Servers",
|
|
"uri":"elb_zq_hd_0002.html",
|
|
"doc_type":"api",
|
|
"p_code":"59",
|
|
"code":"61"
|
|
},
|
|
{
|
|
"desc":"This API is used to query details about a backend server.GET /v2.0/lbaas/pools/{pool_id}/members/{member_id}NoneExample request: Querying details of a backend serverGET h",
|
|
"product_code":"elb",
|
|
"title":"Querying Details of a Backend Server",
|
|
"uri":"elb_zq_hd_0003.html",
|
|
"doc_type":"api",
|
|
"p_code":"59",
|
|
"code":"62"
|
|
},
|
|
{
|
|
"desc":"This API is used to update a backend server. You can modify its name and weight. You can set a larger weight for backend servers that can receive more traffic.If the prov",
|
|
"product_code":"elb",
|
|
"title":"Updating a Backend Server",
|
|
"uri":"elb_zq_hd_0004.html",
|
|
"doc_type":"api",
|
|
"p_code":"59",
|
|
"code":"63"
|
|
},
|
|
{
|
|
"desc":"This API is used to remove a backend server by its ID.After you remove a backend server, new connections to this server will not be established. However, long connections",
|
|
"product_code":"elb",
|
|
"title":"Removing a Backend Server",
|
|
"uri":"elb_zq_hd_0005.html",
|
|
"doc_type":"api",
|
|
"p_code":"59",
|
|
"code":"64"
|
|
},
|
|
{
|
|
"desc":"This API is used to query all backend servers. Filter query and pagination query are supported.Parameters marker, limit, and page_reverse are used for pagination query. P",
|
|
"product_code":"elb",
|
|
"title":"Querying All Backend Servers (Extension API)",
|
|
"uri":"elb_zq_hd_0006.html",
|
|
"doc_type":"api",
|
|
"p_code":"59",
|
|
"code":"65"
|
|
},
|
|
{
|
|
"desc":"This API is used to update backend servers in batches.A maximum of 200 backend servers can be modified at a time.Two backend servers a backend server group cannot have th",
|
|
"product_code":"elb",
|
|
"title":"Batch Updating Backend Servers",
|
|
"uri":"elb_zq_hd_0007.html",
|
|
"doc_type":"api",
|
|
"p_code":"59",
|
|
"code":"66"
|
|
},
|
|
{
|
|
"desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
|
|
"product_code":"elb",
|
|
"title":"Health Check",
|
|
"uri":"elb_zq_jk_0000.html",
|
|
"doc_type":"api",
|
|
"p_code":"38",
|
|
"code":"67"
|
|
},
|
|
{
|
|
"desc":"This API is used to configure a health check for a backend server group to check the status of backend servers. If the health check result is OFFLINE, backend servers are",
|
|
"product_code":"elb",
|
|
"title":"Configuring a Health Check",
|
|
"uri":"elb_zq_jk_0001.html",
|
|
"doc_type":"api",
|
|
"p_code":"67",
|
|
"code":"68"
|
|
},
|
|
{
|
|
"desc":"This API is used to query the health checks. Filter query and pagination query are supported. Unless otherwise specified, exact match is applied.GET /v2.0/lbaas/healthmon",
|
|
"product_code":"elb",
|
|
"title":"Querying Health Checks",
|
|
"uri":"elb_zq_jk_0002.html",
|
|
"doc_type":"api",
|
|
"p_code":"67",
|
|
"code":"69"
|
|
},
|
|
{
|
|
"desc":"This API is used to query details about a health check using its iD.GET /v2.0/lbaas/healthmonitors/{healthmonitor_id}NoneExample request: Querying details of a health che",
|
|
"product_code":"elb",
|
|
"title":"Querying Details of a Health Check",
|
|
"uri":"elb_zq_jk_0003.html",
|
|
"doc_type":"api",
|
|
"p_code":"67",
|
|
"code":"70"
|
|
},
|
|
{
|
|
"desc":"This API is used to update a health check.If provisioning_status of the load balancer for which the health check is configured is not ACTIVE, the health check cannot be u",
|
|
"product_code":"elb",
|
|
"title":"Updating a Health Check",
|
|
"uri":"elb_zq_jk_0004.html",
|
|
"doc_type":"api",
|
|
"p_code":"67",
|
|
"code":"71"
|
|
},
|
|
{
|
|
"desc":"This API is used to delete a health check.If provisioning_status of the load balancer for which the health check is configured is not ACTIVE, the health check cannot be d",
|
|
"product_code":"elb",
|
|
"title":"Deleting a Health Check",
|
|
"uri":"elb_zq_jk_0005.html",
|
|
"doc_type":"api",
|
|
"p_code":"67",
|
|
"code":"72"
|
|
},
|
|
{
|
|
"desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
|
|
"product_code":"elb",
|
|
"title":"Forwarding Policy",
|
|
"uri":"elb_zq_zf_0000.html",
|
|
"doc_type":"api",
|
|
"p_code":"38",
|
|
"code":"73"
|
|
},
|
|
{
|
|
"desc":"This API is used to add a forwarding policy. The listener and forwarding policy determine how traffic is forwarded to backend servers.By matching the URL or domain name s",
|
|
"product_code":"elb",
|
|
"title":"Adding a Forwarding Policy",
|
|
"uri":"elb_zq_zf_0001.html",
|
|
"doc_type":"api",
|
|
"p_code":"73",
|
|
"code":"74"
|
|
},
|
|
{
|
|
"desc":"This API is used to query the forwarding policies. Filter query and pagination query are supported. Unless otherwise specified, exact match is applied.Parameters marker, ",
|
|
"product_code":"elb",
|
|
"title":"Querying Forwarding Policies",
|
|
"uri":"elb_zq_zf_0002.html",
|
|
"doc_type":"api",
|
|
"p_code":"73",
|
|
"code":"75"
|
|
},
|
|
{
|
|
"desc":"This API is used to query details about a forwarding policy.GET /v2.0/lbaas/l7policies/{l7policy_id}NoneExample request: Querying details of a forwarding policyGET https:",
|
|
"product_code":"elb",
|
|
"title":"Querying Details of a Forwarding Policy",
|
|
"uri":"elb_zq_zf_0003.html",
|
|
"doc_type":"api",
|
|
"p_code":"73",
|
|
"code":"76"
|
|
},
|
|
{
|
|
"desc":"This API is used to update a forwarding policy. You can select another backend server group or redirect to another HTTPS listener.PUT /v2.0/lbaas/l7policies/{l7policy_id}",
|
|
"product_code":"elb",
|
|
"title":"Updating a Forwarding Policy",
|
|
"uri":"elb_zq_zf_0004.html",
|
|
"doc_type":"api",
|
|
"p_code":"73",
|
|
"code":"77"
|
|
},
|
|
{
|
|
"desc":"This API is used to delete a specific forwarding policy.DELETE /v2.0/lbaas/l7policies/{l7policy_id}NoneNoneExample request: Deleting a forwarding policyDELETE https://{En",
|
|
"product_code":"elb",
|
|
"title":"Deleting a Forwarding Policy",
|
|
"uri":"elb_zq_zf_0005.html",
|
|
"doc_type":"api",
|
|
"p_code":"73",
|
|
"code":"78"
|
|
},
|
|
{
|
|
"desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
|
|
"product_code":"elb",
|
|
"title":"Forwarding Rule",
|
|
"uri":"elb_zq_zg_0000.html",
|
|
"doc_type":"api",
|
|
"p_code":"38",
|
|
"code":"79"
|
|
},
|
|
{
|
|
"desc":"This API is used to add a forwarding rule. After you add a forwarding rule, the load balancer matches the domain name and path in the request and distributes the traffic ",
|
|
"product_code":"elb",
|
|
"title":"Adding a Forwarding Rule",
|
|
"uri":"elb_zq_zg_0001.html",
|
|
"doc_type":"api",
|
|
"p_code":"79",
|
|
"code":"80"
|
|
},
|
|
{
|
|
"desc":"This API is used to query forwarding rules. Filter query and pagination query are supported. Unless otherwise specified, exact match is applied.Parameters marker, limit, ",
|
|
"product_code":"elb",
|
|
"title":"Querying Forwarding Rules",
|
|
"uri":"elb_zq_zg_0002.html",
|
|
"doc_type":"api",
|
|
"p_code":"79",
|
|
"code":"81"
|
|
},
|
|
{
|
|
"desc":"This API is used to query details about a forwarding rule using its ID.GET /v2.0/lbaas/l7policies/{l7policy_id}/rules/{l7rule_id}NoneExample request: Querying details of ",
|
|
"product_code":"elb",
|
|
"title":"Querying Details of a Forwarding Rule",
|
|
"uri":"elb_zq_zg_0003.html",
|
|
"doc_type":"api",
|
|
"p_code":"79",
|
|
"code":"82"
|
|
},
|
|
{
|
|
"desc":"This API is used to update a forwarding rule. You can change the mode that how traffic is distributed by updating the forwarding rule.PUT /v2.0/lbaas/l7policies/{l7policy",
|
|
"product_code":"elb",
|
|
"title":"Updating a Forwarding Rule",
|
|
"uri":"elb_zq_zg_0004.html",
|
|
"doc_type":"api",
|
|
"p_code":"79",
|
|
"code":"83"
|
|
},
|
|
{
|
|
"desc":"This API is used to delete a specific forwarding rule.DELETE /v2.0/lbaas/l7policies/{l7policy_id}/rules/{l7rule_id}NoneNoneExample request: Deleting a forwarding ruleDELE",
|
|
"product_code":"elb",
|
|
"title":"Deleting a Forwarding Rule",
|
|
"uri":"elb_zq_zg_0005.html",
|
|
"doc_type":"api",
|
|
"p_code":"79",
|
|
"code":"84"
|
|
},
|
|
{
|
|
"desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
|
|
"product_code":"elb",
|
|
"title":"Whitelist",
|
|
"uri":"elb_zq_bm_0000.html",
|
|
"doc_type":"api",
|
|
"p_code":"38",
|
|
"code":"85"
|
|
},
|
|
{
|
|
"desc":"This API is used to add a whitelist to control access to a specific listener. After a whitelist is added, only IP addresses in the whitelist can access the listener.POST ",
|
|
"product_code":"elb",
|
|
"title":"Adding a Whitelist",
|
|
"uri":"elb_zq_bm_0001.html",
|
|
"doc_type":"api",
|
|
"p_code":"85",
|
|
"code":"86"
|
|
},
|
|
{
|
|
"desc":"This API is used to query the whitelists. Filter query and pagination query are supported. Unless otherwise specified, exact match is applied.Parameters marker, limit, an",
|
|
"product_code":"elb",
|
|
"title":"Querying Whitelists",
|
|
"uri":"elb_zq_bm_0002.html",
|
|
"doc_type":"api",
|
|
"p_code":"85",
|
|
"code":"87"
|
|
},
|
|
{
|
|
"desc":"This API is used to query details about a whitelist using its ID.GET /v2.0/lbaas/whitelists/{whitelist_id}NoneExample request: Querying details of a whitelistGET https://",
|
|
"product_code":"elb",
|
|
"title":"Querying Details of a Whitelist",
|
|
"uri":"elb_zq_bm_0003.html",
|
|
"doc_type":"api",
|
|
"p_code":"85",
|
|
"code":"88"
|
|
},
|
|
{
|
|
"desc":"This API is used to update a whitelist. You can enable or disable the whitelist function or change IP addresses in the whitelist. If you change IP addresses in the whitel",
|
|
"product_code":"elb",
|
|
"title":"Updating a Whitelist",
|
|
"uri":"elb_zq_bm_0004.html",
|
|
"doc_type":"api",
|
|
"p_code":"85",
|
|
"code":"89"
|
|
},
|
|
{
|
|
"desc":"This API is used to delete a specific whitelist.DELETE /v2.0/lbaas/whitelists/{whitelist_id}NoneNoneExample request: Deleting a whitelistDELETE https://{Endpoint}/v2.0/lb",
|
|
"product_code":"elb",
|
|
"title":"Deleting a Whitelist",
|
|
"uri":"elb_zq_bm_0005.html",
|
|
"doc_type":"api",
|
|
"p_code":"85",
|
|
"code":"90"
|
|
},
|
|
{
|
|
"desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
|
|
"product_code":"elb",
|
|
"title":"Certificate",
|
|
"uri":"elb_zq_zs_0000.html",
|
|
"doc_type":"api",
|
|
"p_code":"38",
|
|
"code":"91"
|
|
},
|
|
{
|
|
"desc":"This API is used to create a certificate. After a certificate is bound to a listener, the load balancer authenticates the client using this certificate, and backend serve",
|
|
"product_code":"elb",
|
|
"title":"Creating a Certificate",
|
|
"uri":"elb_zq_zs_0001.html",
|
|
"doc_type":"api",
|
|
"p_code":"91",
|
|
"code":"92"
|
|
},
|
|
{
|
|
"desc":"This API is used to query all the certificates. Filter query and pagination query are supported. Unless otherwise specified, exact match is applied.Parameters marker, lim",
|
|
"product_code":"elb",
|
|
"title":"Querying Certificates",
|
|
"uri":"elb_zq_zs_0002.html",
|
|
"doc_type":"api",
|
|
"p_code":"91",
|
|
"code":"93"
|
|
},
|
|
{
|
|
"desc":"This API is used to query details about a certificate.GET /v2.0/lbaas/certificates/{certificate_id}NoneExample request: Querying details of a certificateGET https://{Endp",
|
|
"product_code":"elb",
|
|
"title":"Querying Details of a Certificate",
|
|
"uri":"elb_zq_zs_0003.html",
|
|
"doc_type":"api",
|
|
"p_code":"91",
|
|
"code":"94"
|
|
},
|
|
{
|
|
"desc":"This API is used to update a certificate.PUT /v2.0/lbaas/certificates/{certificate_id}Example request: Updating a certificatePUT https://{Endpoint}/v2.0/lbaas/certificate",
|
|
"product_code":"elb",
|
|
"title":"Updating a Certificate",
|
|
"uri":"elb_zq_zs_0004.html",
|
|
"doc_type":"api",
|
|
"p_code":"91",
|
|
"code":"95"
|
|
},
|
|
{
|
|
"desc":"This API is used to delete a specific certificate.If the target certificate is used by a listener, the certificate cannot be deleted, and 409 code will be displayed.DELET",
|
|
"product_code":"elb",
|
|
"title":"Deleting a Certificate",
|
|
"uri":"elb_zq_zs_0005.html",
|
|
"doc_type":"api",
|
|
"p_code":"91",
|
|
"code":"96"
|
|
},
|
|
{
|
|
"desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
|
|
"product_code":"elb",
|
|
"title":"Tag",
|
|
"uri":"elb_zq_bq_0000.html",
|
|
"doc_type":"api",
|
|
"p_code":"38",
|
|
"code":"97"
|
|
},
|
|
{
|
|
"desc":"This API is used to add a tag to a specific load balancer for easier management.You can also use this API for dedicated load balancers.A maximum of 20 tags can be added t",
|
|
"product_code":"elb",
|
|
"title":"Adding a Tag to a Load Balancer",
|
|
"uri":"elb_zq_bq_0001.html",
|
|
"doc_type":"api",
|
|
"p_code":"97",
|
|
"code":"98"
|
|
},
|
|
{
|
|
"desc":"This API is used to batch add tags to or delete tags from a load balancer.You can also use this API for dedicated load balancers.A maximum of 20 tags can be added to a lo",
|
|
"product_code":"elb",
|
|
"title":"Batch Adding or Deleting Load Balancer Tags",
|
|
"uri":"elb_zq_bq_0002.html",
|
|
"doc_type":"api",
|
|
"p_code":"97",
|
|
"code":"99"
|
|
},
|
|
{
|
|
"desc":"This API is used to query all the tags of one load balancer.You can also use this API for dedicated load balancers.GET /v2.0/{project_id}/loadbalancers/{loadbalancer_id}/",
|
|
"product_code":"elb",
|
|
"title":"Querying All Tags of a Load Balancer",
|
|
"uri":"elb_zq_bq_0003.html",
|
|
"doc_type":"api",
|
|
"p_code":"97",
|
|
"code":"100"
|
|
},
|
|
{
|
|
"desc":"This API is used to query the tags of all the load balancers.You can also use this API for dedicated load balancers.GET /v2.0/{project_id}/loadbalancers/tagsNoneExample r",
|
|
"product_code":"elb",
|
|
"title":"Querying the Tags of All Load Balancers",
|
|
"uri":"elb_zq_bq_0004.html",
|
|
"doc_type":"api",
|
|
"p_code":"97",
|
|
"code":"101"
|
|
},
|
|
{
|
|
"desc":"This API is used to query load balancers using tags.You can also use this API for dedicated load balancers.NonePOST /v2.0/{project_id}/loadbalancers/resource_instances/ac",
|
|
"product_code":"elb",
|
|
"title":"Querying Load Balancers by Tag",
|
|
"uri":"elb_zq_bq_0005.html",
|
|
"doc_type":"api",
|
|
"p_code":"97",
|
|
"code":"102"
|
|
},
|
|
{
|
|
"desc":"This API is used to delete a tag with a specific key from a load balancer.You can also use this API for dedicated load balancers.NoneDELETE /v2.0/{project_id}/loadbalance",
|
|
"product_code":"elb",
|
|
"title":"Deleting a Tag from a Load Balancer",
|
|
"uri":"elb_zq_bq_0006.html",
|
|
"doc_type":"api",
|
|
"p_code":"97",
|
|
"code":"103"
|
|
},
|
|
{
|
|
"desc":"This API is used to add a tag to a specific listener.You can also use this API for dedicated load balancers.A maximum of 20 tags can be added to a listener.Note the follo",
|
|
"product_code":"elb",
|
|
"title":"Adding a Tag to a Listener",
|
|
"uri":"elb_zq_bq_0007.html",
|
|
"doc_type":"api",
|
|
"p_code":"97",
|
|
"code":"104"
|
|
},
|
|
{
|
|
"desc":"This API is used to batch add tags to or delete tags from a listener.You can also use this API for dedicated load balancers.A maximum of 20 tags can be added to a listene",
|
|
"product_code":"elb",
|
|
"title":"Batch Adding or Deleting Listener Tags",
|
|
"uri":"elb_zq_bq_0008.html",
|
|
"doc_type":"api",
|
|
"p_code":"97",
|
|
"code":"105"
|
|
},
|
|
{
|
|
"desc":"This API is used to query all tags of one listener.You can also use this API for dedicated load balancers.NoneGET /v2.0/{project_id}/listeners/{listener_id}/tagsNoneExamp",
|
|
"product_code":"elb",
|
|
"title":"Querying All Tags of a Listener",
|
|
"uri":"elb_zq_bq_0009.html",
|
|
"doc_type":"api",
|
|
"p_code":"97",
|
|
"code":"106"
|
|
},
|
|
{
|
|
"desc":"This API is used to query the tags of all listeners.You can also use this API for dedicated load balancers.NoneGET /v2.0/{project_id}/listeners/tagsNoneExample requestGET",
|
|
"product_code":"elb",
|
|
"title":"Querying the Tags of All Listeners",
|
|
"uri":"elb_zq_bq_0010.html",
|
|
"doc_type":"api",
|
|
"p_code":"97",
|
|
"code":"107"
|
|
},
|
|
{
|
|
"desc":"This API is used to query listeners by tag.You can also use this API for dedicated load balancers.NonePOST /v2.0/{project_id}/listeners/resource_instances/actionExample r",
|
|
"product_code":"elb",
|
|
"title":"Querying Listeners by Tag",
|
|
"uri":"elb_zq_bq_0011.html",
|
|
"doc_type":"api",
|
|
"p_code":"97",
|
|
"code":"108"
|
|
},
|
|
{
|
|
"desc":"This API is used to delete a tag with a specific key from a listener.You can also use this API for dedicated load balancers.NoneDELETE /v2.0/{project_id}/listeners/{liste",
|
|
"product_code":"elb",
|
|
"title":"Deleting a Tag from a Listener",
|
|
"uri":"elb_zq_bq_0012.html",
|
|
"doc_type":"api",
|
|
"p_code":"97",
|
|
"code":"109"
|
|
},
|
|
{
|
|
"desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
|
|
"product_code":"elb",
|
|
"title":"Status Codes",
|
|
"uri":"elb_zq_bq_0013.html",
|
|
"doc_type":"api",
|
|
"p_code":"97",
|
|
"code":"110"
|
|
},
|
|
{
|
|
"desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
|
|
"product_code":"elb",
|
|
"title":"Dedicated Load Balancer APIs",
|
|
"uri":"elb_dx_0000.html",
|
|
"doc_type":"api",
|
|
"p_code":"",
|
|
"code":"111"
|
|
},
|
|
{
|
|
"desc":"In the eu-nl region, you can only create dedicated load balancers, either on the console or by calling APIs. In the eu-de region, dedicated load balancer APIs are also av",
|
|
"product_code":"elb",
|
|
"title":"API Call Precaution",
|
|
"uri":"en-us_topic_0000001088310753.html",
|
|
"doc_type":"api",
|
|
"p_code":"111",
|
|
"code":"112"
|
|
},
|
|
{
|
|
"desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
|
|
"product_code":"elb",
|
|
"title":"Quota",
|
|
"uri":"topic_300000000.html",
|
|
"doc_type":"api",
|
|
"p_code":"111",
|
|
"code":"113"
|
|
},
|
|
{
|
|
"desc":"This API is used to query resource quotas of a specific user.GET /v3/{project_id}/elb/quotasStatus code: 200Status code: 200Successful request.See Error Codes.",
|
|
"product_code":"elb",
|
|
"title":"Querying Quotas",
|
|
"uri":"ShowQuota.html",
|
|
"doc_type":"api",
|
|
"p_code":"113",
|
|
"code":"114"
|
|
},
|
|
{
|
|
"desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
|
|
"product_code":"elb",
|
|
"title":"AZ",
|
|
"uri":"topic_300000001.html",
|
|
"doc_type":"api",
|
|
"p_code":"111",
|
|
"code":"115"
|
|
},
|
|
{
|
|
"desc":"This API is used to query all available AZs when you create a load balancer.One set of AZs is returned. When you create a load balancer, you can select one or more AZs on",
|
|
"product_code":"elb",
|
|
"title":"Querying AZs",
|
|
"uri":"ListAvailabilityZones.html",
|
|
"doc_type":"api",
|
|
"p_code":"115",
|
|
"code":"116"
|
|
},
|
|
{
|
|
"desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
|
|
"product_code":"elb",
|
|
"title":"Load Balancer Flavor",
|
|
"uri":"topic_300000002.html",
|
|
"doc_type":"api",
|
|
"p_code":"111",
|
|
"code":"117"
|
|
},
|
|
{
|
|
"desc":"This API is used to query all load balancer flavors that are available to a specific user in a specific region.Parameters marker, limit, and page_reverse are used for pag",
|
|
"product_code":"elb",
|
|
"title":"Querying Flavors",
|
|
"uri":"ListFlavors.html",
|
|
"doc_type":"api",
|
|
"p_code":"117",
|
|
"code":"118"
|
|
},
|
|
{
|
|
"desc":"This API is used to view details of a flavor.This API can only be used to view the details of a flavor.GET /v3/{project_id}/elb/flavors/{flavor_id}Status code: 200Status ",
|
|
"product_code":"elb",
|
|
"title":"Viewing Details of a Flavor",
|
|
"uri":"ShowFlavor.html",
|
|
"doc_type":"api",
|
|
"p_code":"117",
|
|
"code":"119"
|
|
},
|
|
{
|
|
"desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
|
|
"product_code":"elb",
|
|
"title":"Load Balancer",
|
|
"uri":"topic_300000003.html",
|
|
"doc_type":"api",
|
|
"p_code":"111",
|
|
"code":"120"
|
|
},
|
|
{
|
|
"desc":"This API is used to create a load balancer. When you create the load balancer, note the following:Specify both vip_subnet_cidr_id and vip_address if you want to bind a pr",
|
|
"product_code":"elb",
|
|
"title":"Creating a Load Balancer",
|
|
"uri":"CreateLoadBalancer.html",
|
|
"doc_type":"api",
|
|
"p_code":"120",
|
|
"code":"121"
|
|
},
|
|
{
|
|
"desc":"This API is used to query all load balancers. Both filtered query and pagination query are supported.Parameters marker, limit, and page_reverse are used for pagination qu",
|
|
"product_code":"elb",
|
|
"title":"Querying Load Balancers",
|
|
"uri":"ListLoadBalancers.html",
|
|
"doc_type":"api",
|
|
"p_code":"120",
|
|
"code":"122"
|
|
},
|
|
{
|
|
"desc":"This API is used to view details of a load balancer.GET /v3/{project_id}/elb/loadbalancers/{loadbalancer_id}Status code: 200Viewing details of a load balancerStatus code:",
|
|
"product_code":"elb",
|
|
"title":"Viewing Details of a Load Balancer",
|
|
"uri":"ShowLoadBalancer.html",
|
|
"doc_type":"api",
|
|
"p_code":"120",
|
|
"code":"123"
|
|
},
|
|
{
|
|
"desc":"This API is used to update a load balancer.PUT /v3/{project_id}/elb/loadbalancers/{loadbalancer_id}Status code: 200Status code: 200Successful request.See Error Codes.",
|
|
"product_code":"elb",
|
|
"title":"Updating a Load Balancer",
|
|
"uri":"UpdateLoadBalancer.html",
|
|
"doc_type":"api",
|
|
"p_code":"120",
|
|
"code":"124"
|
|
},
|
|
{
|
|
"desc":"This API is used to delete a load balancer.All listeners added to the load balancer must be deleted before the load balancer is deleted.DELETE /v3/{project_id}/elb/loadba",
|
|
"product_code":"elb",
|
|
"title":"Deleting a Load Balancer",
|
|
"uri":"DeleteLoadBalancer.html",
|
|
"doc_type":"api",
|
|
"p_code":"120",
|
|
"code":"125"
|
|
},
|
|
{
|
|
"desc":"This API is used to query the status tree of a load balancer and show information about all resources associated with the load balancer.When admin_state_up is set to fals",
|
|
"product_code":"elb",
|
|
"title":"Querying the Status Tree of a Load Balancer",
|
|
"uri":"ShowLoadBalancerStatus.html",
|
|
"doc_type":"api",
|
|
"p_code":"120",
|
|
"code":"126"
|
|
},
|
|
{
|
|
"desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
|
|
"product_code":"elb",
|
|
"title":"Certificate",
|
|
"uri":"topic_300000004.html",
|
|
"doc_type":"api",
|
|
"p_code":"111",
|
|
"code":"127"
|
|
},
|
|
{
|
|
"desc":"This API is used to create an SSL certificate.POST /v3/{project_id}/elb/certificatesStatus code: 201Status code: 201Successful request.See Error Codes.",
|
|
"product_code":"elb",
|
|
"title":"Creating a Certificate",
|
|
"uri":"CreateCertificate.html",
|
|
"doc_type":"api",
|
|
"p_code":"127",
|
|
"code":"128"
|
|
},
|
|
{
|
|
"desc":"This API is used to query all SSL certificates.Parameters marker, limit, and page_reverse are used for pagination query.Parameters marker and page_reverse take effect onl",
|
|
"product_code":"elb",
|
|
"title":"Querying Certificates",
|
|
"uri":"ListCertificates.html",
|
|
"doc_type":"api",
|
|
"p_code":"127",
|
|
"code":"129"
|
|
},
|
|
{
|
|
"desc":"This API is used to view details of an SSL certificate.GET /v3/{project_id}/elb/certificates/{certificate_id}Status code: 200Status code: 200Successful request.See Error ",
|
|
"product_code":"elb",
|
|
"title":"Viewing Details of a Certificate",
|
|
"uri":"ShowCertificate.html",
|
|
"doc_type":"api",
|
|
"p_code":"127",
|
|
"code":"130"
|
|
},
|
|
{
|
|
"desc":"This API is used to update an SSL certificate.PUT /v3/{project_id}/elb/certificates/{certificate_id}Status code: 200Status code: 200Successful request.See Error Codes.",
|
|
"product_code":"elb",
|
|
"title":"Updating a Certificate",
|
|
"uri":"UpdateCertificate.html",
|
|
"doc_type":"api",
|
|
"p_code":"127",
|
|
"code":"131"
|
|
},
|
|
{
|
|
"desc":"This API is used to delete an SSL certificate.If the certificate is used by a listener, the certificate cannot be deleted, and the 409 Conflict error code will be display",
|
|
"product_code":"elb",
|
|
"title":"Deleting a Certificate",
|
|
"uri":"DeleteCertificate.html",
|
|
"doc_type":"api",
|
|
"p_code":"127",
|
|
"code":"132"
|
|
},
|
|
{
|
|
"desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
|
|
"product_code":"elb",
|
|
"title":"Listener",
|
|
"uri":"topic_300000005.html",
|
|
"doc_type":"api",
|
|
"p_code":"111",
|
|
"code":"133"
|
|
},
|
|
{
|
|
"desc":"This API is used to add a listener to a load balancer.Only the administrator can specify connection_limit.The listener protocol can be TCP, HTTP, UDP, or HTTPS.The listen",
|
|
"product_code":"elb",
|
|
"title":"Adding a Listener",
|
|
"uri":"CreateListener.html",
|
|
"doc_type":"api",
|
|
"p_code":"133",
|
|
"code":"134"
|
|
},
|
|
{
|
|
"desc":"This API is used to query listeners.Parameters marker, limit, and page_reverse are used for pagination query.Parameters marker and page_reverse take effect only when they",
|
|
"product_code":"elb",
|
|
"title":"Querying Listeners",
|
|
"uri":"ListListeners.html",
|
|
"doc_type":"api",
|
|
"p_code":"133",
|
|
"code":"135"
|
|
},
|
|
{
|
|
"desc":"This API is used to view details of a listener.GET /v3/{project_id}/elb/listeners/{listener_id}Status code: 200Status code: 200Successful request.See Error Codes.",
|
|
"product_code":"elb",
|
|
"title":"Viewing Details of a Listener",
|
|
"uri":"ShowListener.html",
|
|
"doc_type":"api",
|
|
"p_code":"133",
|
|
"code":"136"
|
|
},
|
|
{
|
|
"desc":"This API is used to update a listener.If the provisioning status of the load balancer that the listener is added to is not ACTIVE, the listener cannot be updated. Only th",
|
|
"product_code":"elb",
|
|
"title":"Updating a Listener",
|
|
"uri":"UpdateListener.html",
|
|
"doc_type":"api",
|
|
"p_code":"133",
|
|
"code":"137"
|
|
},
|
|
{
|
|
"desc":"This API is used to delete a listener.Before you delete a listener, delete the associated backend server group or disassociate the backend server group from the listener,",
|
|
"product_code":"elb",
|
|
"title":"Deleting a Listener",
|
|
"uri":"DeleteListener.html",
|
|
"doc_type":"api",
|
|
"p_code":"133",
|
|
"code":"138"
|
|
},
|
|
{
|
|
"desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
|
|
"product_code":"elb",
|
|
"title":"Backend Server Group",
|
|
"uri":"topic_300000006.html",
|
|
"doc_type":"api",
|
|
"p_code":"111",
|
|
"code":"139"
|
|
},
|
|
{
|
|
"desc":"This API is used to create a backend server group.If listener_id is specified, the listener must have no backend server group associated.POST /v3/{project_id}/elb/poolsSt",
|
|
"product_code":"elb",
|
|
"title":"Creating a Backend Server Group",
|
|
"uri":"CreatePool.html",
|
|
"doc_type":"api",
|
|
"p_code":"139",
|
|
"code":"140"
|
|
},
|
|
{
|
|
"desc":"This API is used to query all backend server groups.Parameters marker, limit, and page_reverse are used for pagination query.Parameters marker and page_reverse take effec",
|
|
"product_code":"elb",
|
|
"title":"Querying Backend Server Groups",
|
|
"uri":"ListPools.html",
|
|
"doc_type":"api",
|
|
"p_code":"139",
|
|
"code":"141"
|
|
},
|
|
{
|
|
"desc":"This API is used to view details of a backend server group.GET /v3/{project_id}/elb/pools/{pool_id}Status code: 200Status code: 200Successful request.See Error Codes.",
|
|
"product_code":"elb",
|
|
"title":"Viewing Details of a Backend Server Group",
|
|
"uri":"ShowPool.html",
|
|
"doc_type":"api",
|
|
"p_code":"139",
|
|
"code":"142"
|
|
},
|
|
{
|
|
"desc":"This API is used to update a backend server group.The backend server group can be updated only when the provisioning status of the associated load balancer is ACTIVE.PUT ",
|
|
"product_code":"elb",
|
|
"title":"Updating a Backend Server Group",
|
|
"uri":"UpdatePool.html",
|
|
"doc_type":"api",
|
|
"p_code":"139",
|
|
"code":"143"
|
|
},
|
|
{
|
|
"desc":"This API is used to delete a backend server group.A backend server group can be deleted only after all servers are removed from the group, the health check configured for",
|
|
"product_code":"elb",
|
|
"title":"Deleting a Backend Server Group",
|
|
"uri":"DeletePool.html",
|
|
"doc_type":"api",
|
|
"p_code":"139",
|
|
"code":"144"
|
|
},
|
|
{
|
|
"desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
|
|
"product_code":"elb",
|
|
"title":"Backend Server",
|
|
"uri":"topic_300000007.html",
|
|
"doc_type":"api",
|
|
"p_code":"111",
|
|
"code":"145"
|
|
},
|
|
{
|
|
"desc":"This API is used to add a backend server.When you add backend servers, note the following:Two backend servers in the same backend server group must have different IP addr",
|
|
"product_code":"elb",
|
|
"title":"Adding a Backend Server",
|
|
"uri":"CreateMember.html",
|
|
"doc_type":"api",
|
|
"p_code":"145",
|
|
"code":"146"
|
|
},
|
|
{
|
|
"desc":"This API is used to query all backend servers.Parameters marker, limit, and page_reverse are used for pagination query.Parameters marker and page_reverse take effect only",
|
|
"product_code":"elb",
|
|
"title":"Querying Backend Servers",
|
|
"uri":"ListMembers.html",
|
|
"doc_type":"api",
|
|
"p_code":"145",
|
|
"code":"147"
|
|
},
|
|
{
|
|
"desc":"This API is used to view details of a backend server.GET /v3/{project_id}/elb/pools/{pool_id}/members/{member_id}Status code: 200Status code: 200Successful request.See Er",
|
|
"product_code":"elb",
|
|
"title":"Viewing Details of a Backend Server",
|
|
"uri":"ShowMember.html",
|
|
"doc_type":"api",
|
|
"p_code":"145",
|
|
"code":"148"
|
|
},
|
|
{
|
|
"desc":"The backend server can be updated only when the provisioning status of the associated load balancer is ACTIVE.PUT /v3/{project_id}/elb/pools/{pool_id}/members/{member_id}",
|
|
"product_code":"elb",
|
|
"title":"Updating a Backend Server",
|
|
"uri":"UpdateMember.html",
|
|
"doc_type":"api",
|
|
"p_code":"145",
|
|
"code":"149"
|
|
},
|
|
{
|
|
"desc":"This API is used to remove a backend server.When you remove backend servers, note the following:After you remove a backend server, new connections to this server will not",
|
|
"product_code":"elb",
|
|
"title":"Removing a Backend Server",
|
|
"uri":"DeleteMember.html",
|
|
"doc_type":"api",
|
|
"p_code":"145",
|
|
"code":"150"
|
|
},
|
|
{
|
|
"desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
|
|
"product_code":"elb",
|
|
"title":"Health Check",
|
|
"uri":"topic_300000008.html",
|
|
"doc_type":"api",
|
|
"p_code":"111",
|
|
"code":"151"
|
|
},
|
|
{
|
|
"desc":"This API is used to configure a health check.The security groups must have rules that allow access from 100.125.0.0/16. If you want to use UDP for health checks, ensure t",
|
|
"product_code":"elb",
|
|
"title":"Configuring a Health Check",
|
|
"uri":"CreateHealthMonitor.html",
|
|
"doc_type":"api",
|
|
"p_code":"151",
|
|
"code":"152"
|
|
},
|
|
{
|
|
"desc":"This API is used to query all health checks.Parameters marker, limit, and page_reverse are used for pagination query.Parameters marker and page_reverse take effect only w",
|
|
"product_code":"elb",
|
|
"title":"Querying Health Checks",
|
|
"uri":"ListHealthMonitors.html",
|
|
"doc_type":"api",
|
|
"p_code":"151",
|
|
"code":"153"
|
|
},
|
|
{
|
|
"desc":"This API is used to view details of a health check.GET /v3/{project_id}/elb/healthmonitors/{healthmonitor_id}Status code: 200Status code: 200Successful request.See Error ",
|
|
"product_code":"elb",
|
|
"title":"Viewing Details of a Health Check",
|
|
"uri":"ShowHealthMonitor.html",
|
|
"doc_type":"api",
|
|
"p_code":"151",
|
|
"code":"154"
|
|
},
|
|
{
|
|
"desc":"This API is used to update a health check.The health check can be updated only when the provisioning status of the associated load balancer is ACTIVE.PUT /v3/{project_id}",
|
|
"product_code":"elb",
|
|
"title":"Updating a Health Check",
|
|
"uri":"UpdateHealthMonitor.html",
|
|
"doc_type":"api",
|
|
"p_code":"151",
|
|
"code":"155"
|
|
},
|
|
{
|
|
"desc":"This API is used to delete a health check.The health check can be deleted only when the provisioning status of the associated load balancer is ACTIVE.DELETE /v3/{project_",
|
|
"product_code":"elb",
|
|
"title":"Deleting a Health Check",
|
|
"uri":"DeleteHealthMonitor.html",
|
|
"doc_type":"api",
|
|
"p_code":"151",
|
|
"code":"156"
|
|
},
|
|
{
|
|
"desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
|
|
"product_code":"elb",
|
|
"title":"Forwarding Policy",
|
|
"uri":"topic_300000009.html",
|
|
"doc_type":"api",
|
|
"p_code":"111",
|
|
"code":"157"
|
|
},
|
|
{
|
|
"desc":"This API is used to add a forwarding policy.The protocol of the listener to which requests are redirected can only be HTTPS.The listener associated with the forwarding po",
|
|
"product_code":"elb",
|
|
"title":"Adding a Forwarding Policy",
|
|
"uri":"CreateL7Policy.html",
|
|
"doc_type":"api",
|
|
"p_code":"157",
|
|
"code":"158"
|
|
},
|
|
{
|
|
"desc":"This API is used to query all forwarding policies.Parameters marker, limit, and page_reverse are used for pagination query.Parameters marker and page_reverse take effect ",
|
|
"product_code":"elb",
|
|
"title":"Querying Forwarding Policies",
|
|
"uri":"ListL7Policies.html",
|
|
"doc_type":"api",
|
|
"p_code":"157",
|
|
"code":"159"
|
|
},
|
|
{
|
|
"desc":"This API is used to view details of a forwarding policy.GET /v3/{project_id}/elb/l7policies/{l7policy_id}Status code: 200Status code: 200Successful request.See Error Code",
|
|
"product_code":"elb",
|
|
"title":"Viewing Details of a Forwarding Policy",
|
|
"uri":"ShowL7Policy.html",
|
|
"doc_type":"api",
|
|
"p_code":"157",
|
|
"code":"160"
|
|
},
|
|
{
|
|
"desc":"This API is used to update a forwarding policy.PUT /v3/{project_id}/elb/l7policies/{l7policy_id}Status code: 200Status code: 200Successful request.See Error Codes.",
|
|
"product_code":"elb",
|
|
"title":"Updating a Forwarding Policy",
|
|
"uri":"UpdateL7Policy.html",
|
|
"doc_type":"api",
|
|
"p_code":"157",
|
|
"code":"161"
|
|
},
|
|
{
|
|
"desc":"This API is used to delete a forwarding policy.DELETE /v3/{project_id}/elb/l7policies/{l7policy_id}NoneNoneSee Error Codes.",
|
|
"product_code":"elb",
|
|
"title":"Deleting a Forwarding Policy",
|
|
"uri":"DeleteL7Policy.html",
|
|
"doc_type":"api",
|
|
"p_code":"157",
|
|
"code":"162"
|
|
},
|
|
{
|
|
"desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
|
|
"product_code":"elb",
|
|
"title":"Forwarding Rule",
|
|
"uri":"topic_300000010.html",
|
|
"doc_type":"api",
|
|
"p_code":"111",
|
|
"code":"163"
|
|
},
|
|
{
|
|
"desc":"This API is used to add a forwarding rule.POST /v3/{project_id}/elb/l7policies/{l7policy_id}/rulesStatus code: 201Status code: 201Successful request.See Error Codes.",
|
|
"product_code":"elb",
|
|
"title":"Adding a Forwarding Rule",
|
|
"uri":"CreateL7Rule.html",
|
|
"doc_type":"api",
|
|
"p_code":"163",
|
|
"code":"164"
|
|
},
|
|
{
|
|
"desc":"This API is used to query all forwarding rules.Parameters marker, limit, and page_reverse are used for pagination query.Parameters marker and page_reverse take effect onl",
|
|
"product_code":"elb",
|
|
"title":"Querying Forwarding Rules",
|
|
"uri":"ListL7Rules.html",
|
|
"doc_type":"api",
|
|
"p_code":"163",
|
|
"code":"165"
|
|
},
|
|
{
|
|
"desc":"This API is used to view details of a forwarding rule.GET /v3/{project_id}/elb/l7policies/{l7policy_id}/rules/{l7rule_id}Status code: 200Status code: 200Successful reques",
|
|
"product_code":"elb",
|
|
"title":"Viewing Details of a Forwarding Rule",
|
|
"uri":"ShowL7Rule.html",
|
|
"doc_type":"api",
|
|
"p_code":"163",
|
|
"code":"166"
|
|
},
|
|
{
|
|
"desc":"This API is used to update a forwarding rule.PUT /v3/{project_id}/elb/l7policies/{l7policy_id}/rules/{l7rule_id}Status code: 200Status code: 200Successful request.See Err",
|
|
"product_code":"elb",
|
|
"title":"Updating a Forwarding Rule",
|
|
"uri":"UpdateL7Rule.html",
|
|
"doc_type":"api",
|
|
"p_code":"163",
|
|
"code":"167"
|
|
},
|
|
{
|
|
"desc":"This API is used to delete a forwarding rule.DELETE /v3/{project_id}/elb/l7policies/{l7policy_id}/rules/{l7rule_id}NoneNoneSee Error Codes.",
|
|
"product_code":"elb",
|
|
"title":"Deleting a Forwarding Rule",
|
|
"uri":"DeleteL7Rule.html",
|
|
"doc_type":"api",
|
|
"p_code":"163",
|
|
"code":"168"
|
|
},
|
|
{
|
|
"desc":"Queries all available versions.If there is no version added to the URL, all available versions are returned.GET /NoneNoneExample requestGET /Example response{\n \"version",
|
|
"product_code":"elb",
|
|
"title":"Querying Versions",
|
|
"uri":"elb_fl_0006.html",
|
|
"doc_type":"api",
|
|
"p_code":"",
|
|
"code":"169"
|
|
},
|
|
{
|
|
"desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
|
|
"product_code":"elb",
|
|
"title":"Examples",
|
|
"uri":"elb_eg_v3_0000.html",
|
|
"doc_type":"api",
|
|
"p_code":"",
|
|
"code":"170"
|
|
},
|
|
{
|
|
"desc":"Call APIs to create a dedicated load balancer and bind a new EIP to it.You have created a VPC and a subnet.Query the subnet you have created.Send GET https://{vpc_endpoin",
|
|
"product_code":"elb",
|
|
"title":"Creating a Dedicated Load Balancer and Binding a New EIP to It",
|
|
"uri":"en-us_topic_0000001127879251.html",
|
|
"doc_type":"api",
|
|
"p_code":"170",
|
|
"code":"171"
|
|
},
|
|
{
|
|
"desc":"Call the API to add a listener to a dedicated load balancer.You have created a dedicated load balancer.You have obtained the ID of the dedicated load balancer.Add a liste",
|
|
"product_code":"elb",
|
|
"title":"Adding a Listener to a Dedicated Load Balancer",
|
|
"uri":"elb_eg_v3_0002.html",
|
|
"doc_type":"api",
|
|
"p_code":"170",
|
|
"code":"172"
|
|
},
|
|
{
|
|
"desc":"Call APIs to delete a dedicated load balancer.Before you delete a dedicated load balancer, delete all resources associated with it. Figure 1 shows the associated resource",
|
|
"product_code":"elb",
|
|
"title":"Deleting a Dedicated Load Balancer",
|
|
"uri":"elb_eg_v3_0003.html",
|
|
"doc_type":"api",
|
|
"p_code":"170",
|
|
"code":"173"
|
|
},
|
|
{
|
|
"desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
|
|
"product_code":"elb",
|
|
"title":"Common Parameters",
|
|
"uri":"elb_gc_0000.html",
|
|
"doc_type":"api",
|
|
"p_code":"",
|
|
"code":"174"
|
|
},
|
|
{
|
|
"desc":"The following code descriptions are only suitable for shared load balancers.",
|
|
"product_code":"elb",
|
|
"title":"HTTP Status Codes of Shared Load Balancers",
|
|
"uri":"elb_gc_0002.html",
|
|
"doc_type":"api",
|
|
"p_code":"174",
|
|
"code":"175"
|
|
},
|
|
{
|
|
"desc":"The following code descriptions are only suitable for dedicated load balancers.",
|
|
"product_code":"elb",
|
|
"title":"HTTP Status Codes for Dedicated Load Balancers",
|
|
"uri":"elb_gc_0003.html",
|
|
"doc_type":"api",
|
|
"p_code":"174",
|
|
"code":"176"
|
|
},
|
|
{
|
|
"desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
|
|
"product_code":"elb",
|
|
"title":"Appendix",
|
|
"uri":"elb_fl_0000.html",
|
|
"doc_type":"api",
|
|
"p_code":"",
|
|
"code":"177"
|
|
},
|
|
{
|
|
"desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
|
|
"product_code":"elb",
|
|
"title":"Error Codes",
|
|
"uri":"ErrorCode.html",
|
|
"doc_type":"api",
|
|
"p_code":"177",
|
|
"code":"178"
|
|
},
|
|
{
|
|
"desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
|
|
"product_code":"elb",
|
|
"title":"Status Codes",
|
|
"uri":"elb_gc_1102.html",
|
|
"doc_type":"api",
|
|
"p_code":"177",
|
|
"code":"179"
|
|
},
|
|
{
|
|
"desc":"This section describes the metrics that can be monitored by Cloud Eye as well as their namespaces and dimensions. You can use APIs provided by Cloud Eye to query the metr",
|
|
"product_code":"elb",
|
|
"title":"ELB Metrics",
|
|
"uri":"elb_fl_0002.html",
|
|
"doc_type":"api",
|
|
"p_code":"177",
|
|
"code":"180"
|
|
},
|
|
{
|
|
"desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
|
|
"product_code":"elb",
|
|
"title":"General Information About Shared Load Balancers",
|
|
"uri":"elb_fl_0003.html",
|
|
"doc_type":"api",
|
|
"p_code":"177",
|
|
"code":"181"
|
|
},
|
|
{
|
|
"desc":"APIs v2.0 allow users to query data in pages by adding the limit and marker parameters to the URL of the list request. The query results are displayed in the ascending or",
|
|
"product_code":"elb",
|
|
"title":"Querying Data in Pages",
|
|
"uri":"elb_fl_0004.html",
|
|
"doc_type":"api",
|
|
"p_code":"181",
|
|
"code":"182"
|
|
},
|
|
{
|
|
"desc":"APIs v2.0 enable the system to sort queried results based on customized keys by adding the sort_key and sort_dir parameters to the URL of the list request. sort_key speci",
|
|
"product_code":"elb",
|
|
"title":"Sequencing Query Results",
|
|
"uri":"elb_fl_0005.html",
|
|
"doc_type":"api",
|
|
"p_code":"181",
|
|
"code":"183"
|
|
},
|
|
{
|
|
"desc":"The basic workflow of elastic load balancers contains the following: creating a load balancer, adding a listener to a specified load balancer, adding a backend server gro",
|
|
"product_code":"elb",
|
|
"title":"Basic Workflow",
|
|
"uri":"elb_fl_0007.html",
|
|
"doc_type":"api",
|
|
"p_code":"181",
|
|
"code":"184"
|
|
},
|
|
{
|
|
"desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
|
|
"product_code":"elb",
|
|
"title":"Change History",
|
|
"uri":"elb_xd_0000.html",
|
|
"doc_type":"api",
|
|
"p_code":"",
|
|
"code":"185"
|
|
}
|
|
] |