1
0
forked from docs/doc-exports
doc-exports/docs/elb/api-ref/ALL_META.TXT.json
zhoumeng 29d82e98bd ELB_api_0808
Reviewed-by: Hajba, László Antal <laszlo-antal.hajba@t-systems.com>
Co-authored-by: zhoumeng <zhoumeng35@huawei.com>
Co-committed-by: zhoumeng <zhoumeng35@huawei.com>
2024-09-16 16:47:53 +00:00

3957 lines
198 KiB
JSON

[
{
"dockw":"API Reference"
},
{
"uri":"en-us_topic_0022480177.html",
"node_id":"en-us_topic_0022480177.xml",
"product_code":"elb",
"code":"1",
"des":"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 ",
"doc_type":"api",
"kw":"API Usage Guidelines,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"API Usage Guidelines",
"githuburl":""
},
{
"uri":"elb_zq_0000.html",
"node_id":"elb_zq_0000.xml",
"product_code":"elb",
"code":"2",
"des":"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.",
"doc_type":"api",
"kw":"APIs (V2.0)",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"APIs (V2.0)",
"githuburl":""
},
{
"uri":"en-us_topic_0000001088335195.html",
"node_id":"en-us_topic_0000001088335195.xml",
"product_code":"elb",
"code":"3",
"des":"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 ",
"doc_type":"api",
"kw":"API Call Precaution,APIs (V2.0),API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"API Call Precaution",
"githuburl":""
},
{
"uri":"elb_zq_fz_0000.html",
"node_id":"elb_zq_fz_0000.xml",
"product_code":"elb",
"code":"4",
"des":"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.",
"doc_type":"api",
"kw":"Load Balancer",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"Load Balancer",
"githuburl":""
},
{
"uri":"en-us_topic_0096561535.html",
"node_id":"en-us_topic_0096561535.xml",
"product_code":"elb",
"code":"5",
"des":"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",
"doc_type":"api",
"kw":"Creating a Load Balancer,Load Balancer,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"Creating a Load Balancer",
"githuburl":""
},
{
"uri":"elb_zq_fz_0002.html",
"node_id":"elb_zq_fz_0002.xml",
"product_code":"elb",
"code":"6",
"des":"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",
"doc_type":"api",
"kw":"Querying Load Balancers,Load Balancer,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"Querying Load Balancers",
"githuburl":""
},
{
"uri":"elb_zq_fz_0003.html",
"node_id":"elb_zq_fz_0003.xml",
"product_code":"elb",
"code":"7",
"des":"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",
"doc_type":"api",
"kw":"Querying Details of a Load Balancer,Load Balancer,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"Querying Details of a Load Balancer",
"githuburl":""
},
{
"uri":"elb_zq_fz_0004.html",
"node_id":"elb_zq_fz_0004.xml",
"product_code":"elb",
"code":"8",
"des":"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",
"doc_type":"api",
"kw":"Querying the Status Tree of a Load Balancer,Load Balancer,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"Querying the Status Tree of a Load Balancer",
"githuburl":""
},
{
"uri":"elb_zq_fz_0005.html",
"node_id":"elb_zq_fz_0005.xml",
"product_code":"elb",
"code":"9",
"des":"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",
"doc_type":"api",
"kw":"Updating a Load Balancer,Load Balancer,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"Updating a Load Balancer",
"githuburl":""
},
{
"uri":"elb_zq_fz_0006.html",
"node_id":"elb_zq_fz_0006.xml",
"product_code":"elb",
"code":"10",
"des":"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",
"doc_type":"api",
"kw":"Deleting a Load Balancer,Load Balancer,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"Deleting a Load Balancer",
"githuburl":""
},
{
"uri":"elb_zq_jt_0000.html",
"node_id":"elb_zq_jt_0000.xml",
"product_code":"elb",
"code":"11",
"des":"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.",
"doc_type":"api",
"kw":"Listener",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"Listener",
"githuburl":""
},
{
"uri":"elb_zq_jt_0001.html",
"node_id":"elb_zq_jt_0001.xml",
"product_code":"elb",
"code":"12",
"des":"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",
"doc_type":"api",
"kw":"Adding a Listener,Listener,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"Adding a Listener",
"githuburl":""
},
{
"uri":"elb_zq_jt_0002.html",
"node_id":"elb_zq_jt_0002.xml",
"product_code":"elb",
"code":"13",
"des":"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",
"doc_type":"api",
"kw":"Querying Listeners,Listener,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"Querying Listeners",
"githuburl":""
},
{
"uri":"elb_zq_jt_0003.html",
"node_id":"elb_zq_jt_0003.xml",
"product_code":"elb",
"code":"14",
"des":"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",
"doc_type":"api",
"kw":"Querying Details of a Listener,Listener,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"Querying Details of a Listener",
"githuburl":""
},
{
"uri":"elb_zq_jt_0004.html",
"node_id":"elb_zq_jt_0004.xml",
"product_code":"elb",
"code":"15",
"des":"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",
"doc_type":"api",
"kw":"Updating a Listener,Listener,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"Updating a Listener",
"githuburl":""
},
{
"uri":"elb_zq_jt_0005.html",
"node_id":"elb_zq_jt_0005.xml",
"product_code":"elb",
"code":"16",
"des":"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",
"doc_type":"api",
"kw":"Deleting a Listener,Listener,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"Deleting a Listener",
"githuburl":""
},
{
"uri":"elb_zq_hz_0000.html",
"node_id":"elb_zq_hz_0000.xml",
"product_code":"elb",
"code":"17",
"des":"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.",
"doc_type":"api",
"kw":"Backend Server Group",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"Backend Server Group",
"githuburl":""
},
{
"uri":"elb_zq_hz_0001.html",
"node_id":"elb_zq_hz_0001.xml",
"product_code":"elb",
"code":"18",
"des":"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",
"doc_type":"api",
"kw":"Adding a Backend Server Group,Backend Server Group,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"Adding a Backend Server Group",
"githuburl":""
},
{
"uri":"elb_zq_hz_0002.html",
"node_id":"elb_zq_hz_0002.xml",
"product_code":"elb",
"code":"19",
"des":"This API is used to query the backend server groups and display them in a list. Filter query and pagination query are supported. Unless otherwise specified, exact match i",
"doc_type":"api",
"kw":"Querying Backend Server Groups,Backend Server Group,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"Querying Backend Server Groups",
"githuburl":""
},
{
"uri":"elb_zq_hz_0003.html",
"node_id":"elb_zq_hz_0003.xml",
"product_code":"elb",
"code":"20",
"des":"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",
"doc_type":"api",
"kw":"Querying Details of a Backend Server Group,Backend Server Group,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"Querying Details of a Backend Server Group",
"githuburl":""
},
{
"uri":"elb_zq_hz_0004.html",
"node_id":"elb_zq_hz_0004.xml",
"product_code":"elb",
"code":"21",
"des":"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",
"doc_type":"api",
"kw":"Updating a Backend Server Group,Backend Server Group,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"Updating a Backend Server Group",
"githuburl":""
},
{
"uri":"elb_zq_hz_0005.html",
"node_id":"elb_zq_hz_0005.xml",
"product_code":"elb",
"code":"22",
"des":"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",
"doc_type":"api",
"kw":"Deleting a Backend Server Group,Backend Server Group,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"Deleting a Backend Server Group",
"githuburl":""
},
{
"uri":"elb_zq_hd_0000.html",
"node_id":"elb_zq_hd_0000.xml",
"product_code":"elb",
"code":"23",
"des":"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.",
"doc_type":"api",
"kw":"Backend Server",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"Backend Server",
"githuburl":""
},
{
"uri":"elb_zq_hd_0001.html",
"node_id":"elb_zq_hd_0001.xml",
"product_code":"elb",
"code":"24",
"des":"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",
"doc_type":"api",
"kw":"Adding a Backend Server,Backend Server,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"Adding a Backend Server",
"githuburl":""
},
{
"uri":"elb_zq_hd_0002.html",
"node_id":"elb_zq_hd_0002.xml",
"product_code":"elb",
"code":"25",
"des":"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 ",
"doc_type":"api",
"kw":"Querying Backend Servers,Backend Server,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"Querying Backend Servers",
"githuburl":""
},
{
"uri":"elb_zq_hd_0003.html",
"node_id":"elb_zq_hd_0003.xml",
"product_code":"elb",
"code":"26",
"des":"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",
"doc_type":"api",
"kw":"Querying Details of a Backend Server,Backend Server,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"Querying Details of a Backend Server",
"githuburl":""
},
{
"uri":"elb_zq_hd_0004.html",
"node_id":"elb_zq_hd_0004.xml",
"product_code":"elb",
"code":"27",
"des":"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",
"doc_type":"api",
"kw":"Updating a Backend Server,Backend Server,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"Updating a Backend Server",
"githuburl":""
},
{
"uri":"elb_zq_hd_0005.html",
"node_id":"elb_zq_hd_0005.xml",
"product_code":"elb",
"code":"28",
"des":"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",
"doc_type":"api",
"kw":"Removing a Backend Server,Backend Server,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"Removing a Backend Server",
"githuburl":""
},
{
"uri":"elb_zq_hd_0006.html",
"node_id":"elb_zq_hd_0006.xml",
"product_code":"elb",
"code":"29",
"des":"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",
"doc_type":"api",
"kw":"Querying All Backend Servers (Extension API),Backend Server,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"Querying All Backend Servers (Extension API)",
"githuburl":""
},
{
"uri":"elb_zq_hd_0007.html",
"node_id":"elb_zq_hd_0007.xml",
"product_code":"elb",
"code":"30",
"des":"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 in a backend server group cannot have",
"doc_type":"api",
"kw":"Batch Updating Backend Servers,Backend Server,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"Batch Updating Backend Servers",
"githuburl":""
},
{
"uri":"elb_zq_jk_0000.html",
"node_id":"elb_zq_jk_0000.xml",
"product_code":"elb",
"code":"31",
"des":"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.",
"doc_type":"api",
"kw":"Health Check",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"Health Check",
"githuburl":""
},
{
"uri":"elb_zq_jk_0001.html",
"node_id":"elb_zq_jk_0001.xml",
"product_code":"elb",
"code":"32",
"des":"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",
"doc_type":"api",
"kw":"Configuring a Health Check,Health Check,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"Configuring a Health Check",
"githuburl":""
},
{
"uri":"elb_zq_jk_0002.html",
"node_id":"elb_zq_jk_0002.xml",
"product_code":"elb",
"code":"33",
"des":"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",
"doc_type":"api",
"kw":"Querying Health Checks,Health Check,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"Querying Health Checks",
"githuburl":""
},
{
"uri":"elb_zq_jk_0003.html",
"node_id":"elb_zq_jk_0003.xml",
"product_code":"elb",
"code":"34",
"des":"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",
"doc_type":"api",
"kw":"Querying Details of a Health Check,Health Check,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"Querying Details of a Health Check",
"githuburl":""
},
{
"uri":"elb_zq_jk_0004.html",
"node_id":"elb_zq_jk_0004.xml",
"product_code":"elb",
"code":"35",
"des":"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",
"doc_type":"api",
"kw":"Updating a Health Check,Health Check,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"Updating a Health Check",
"githuburl":""
},
{
"uri":"elb_zq_jk_0005.html",
"node_id":"elb_zq_jk_0005.xml",
"product_code":"elb",
"code":"36",
"des":"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",
"doc_type":"api",
"kw":"Deleting a Health Check,Health Check,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"Deleting a Health Check",
"githuburl":""
},
{
"uri":"elb_zq_zf_0000.html",
"node_id":"elb_zq_zf_0000.xml",
"product_code":"elb",
"code":"37",
"des":"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.",
"doc_type":"api",
"kw":"Forwarding Policy",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"Forwarding Policy",
"githuburl":""
},
{
"uri":"elb_zq_zf_0001.html",
"node_id":"elb_zq_zf_0001.xml",
"product_code":"elb",
"code":"38",
"des":"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",
"doc_type":"api",
"kw":"Adding a Forwarding Policy,Forwarding Policy,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"Adding a Forwarding Policy",
"githuburl":""
},
{
"uri":"elb_zq_zf_0002.html",
"node_id":"elb_zq_zf_0002.xml",
"product_code":"elb",
"code":"39",
"des":"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, ",
"doc_type":"api",
"kw":"Querying Forwarding Policies,Forwarding Policy,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"Querying Forwarding Policies",
"githuburl":""
},
{
"uri":"elb_zq_zf_0003.html",
"node_id":"elb_zq_zf_0003.xml",
"product_code":"elb",
"code":"40",
"des":"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:",
"doc_type":"api",
"kw":"Querying Details of a Forwarding Policy,Forwarding Policy,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"Querying Details of a Forwarding Policy",
"githuburl":""
},
{
"uri":"elb_zq_zf_0004.html",
"node_id":"elb_zq_zf_0004.xml",
"product_code":"elb",
"code":"41",
"des":"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}",
"doc_type":"api",
"kw":"Updating a Forwarding Policy,Forwarding Policy,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"Updating a Forwarding Policy",
"githuburl":""
},
{
"uri":"elb_zq_zf_0005.html",
"node_id":"elb_zq_zf_0005.xml",
"product_code":"elb",
"code":"42",
"des":"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",
"doc_type":"api",
"kw":"Deleting a Forwarding Policy,Forwarding Policy,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"Deleting a Forwarding Policy",
"githuburl":""
},
{
"uri":"elb_zq_zg_0000.html",
"node_id":"elb_zq_zg_0000.xml",
"product_code":"elb",
"code":"43",
"des":"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.",
"doc_type":"api",
"kw":"Forwarding Rule",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"Forwarding Rule",
"githuburl":""
},
{
"uri":"elb_zq_zg_0001.html",
"node_id":"elb_zq_zg_0001.xml",
"product_code":"elb",
"code":"44",
"des":"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 ",
"doc_type":"api",
"kw":"Adding a Forwarding Rule,Forwarding Rule,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"Adding a Forwarding Rule",
"githuburl":""
},
{
"uri":"elb_zq_zg_0002.html",
"node_id":"elb_zq_zg_0002.xml",
"product_code":"elb",
"code":"45",
"des":"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, ",
"doc_type":"api",
"kw":"Querying Forwarding Rules,Forwarding Rule,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"Querying Forwarding Rules",
"githuburl":""
},
{
"uri":"elb_zq_zg_0003.html",
"node_id":"elb_zq_zg_0003.xml",
"product_code":"elb",
"code":"46",
"des":"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 ",
"doc_type":"api",
"kw":"Querying Details of a Forwarding Rule,Forwarding Rule,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"Querying Details of a Forwarding Rule",
"githuburl":""
},
{
"uri":"elb_zq_zg_0004.html",
"node_id":"elb_zq_zg_0004.xml",
"product_code":"elb",
"code":"47",
"des":"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",
"doc_type":"api",
"kw":"Updating a Forwarding Rule,Forwarding Rule,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"Updating a Forwarding Rule",
"githuburl":""
},
{
"uri":"elb_zq_zg_0005.html",
"node_id":"elb_zq_zg_0005.xml",
"product_code":"elb",
"code":"48",
"des":"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",
"doc_type":"api",
"kw":"Deleting a Forwarding Rule,Forwarding Rule,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"Deleting a Forwarding Rule",
"githuburl":""
},
{
"uri":"elb_zq_bm_0000.html",
"node_id":"elb_zq_bm_0000.xml",
"product_code":"elb",
"code":"49",
"des":"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.",
"doc_type":"api",
"kw":"Whitelist",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"Whitelist",
"githuburl":""
},
{
"uri":"elb_zq_bm_0001.html",
"node_id":"elb_zq_bm_0001.xml",
"product_code":"elb",
"code":"50",
"des":"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 ",
"doc_type":"api",
"kw":"Adding a Whitelist,Whitelist,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"Adding a Whitelist",
"githuburl":""
},
{
"uri":"elb_zq_bm_0002.html",
"node_id":"elb_zq_bm_0002.xml",
"product_code":"elb",
"code":"51",
"des":"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",
"doc_type":"api",
"kw":"Querying Whitelists,Whitelist,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"Querying Whitelists",
"githuburl":""
},
{
"uri":"elb_zq_bm_0003.html",
"node_id":"elb_zq_bm_0003.xml",
"product_code":"elb",
"code":"52",
"des":"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://",
"doc_type":"api",
"kw":"Querying Details of a Whitelist,Whitelist,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"Querying Details of a Whitelist",
"githuburl":""
},
{
"uri":"elb_zq_bm_0004.html",
"node_id":"elb_zq_bm_0004.xml",
"product_code":"elb",
"code":"53",
"des":"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",
"doc_type":"api",
"kw":"Updating a Whitelist,Whitelist,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"Updating a Whitelist",
"githuburl":""
},
{
"uri":"elb_zq_bm_0005.html",
"node_id":"elb_zq_bm_0005.xml",
"product_code":"elb",
"code":"54",
"des":"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",
"doc_type":"api",
"kw":"Deleting a Whitelist,Whitelist,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"Deleting a Whitelist",
"githuburl":""
},
{
"uri":"elb_zq_zs_0000.html",
"node_id":"elb_zq_zs_0000.xml",
"product_code":"elb",
"code":"55",
"des":"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.",
"doc_type":"api",
"kw":"Certificate",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"Certificate",
"githuburl":""
},
{
"uri":"elb_zq_zs_0001.html",
"node_id":"elb_zq_zs_0001.xml",
"product_code":"elb",
"code":"56",
"des":"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",
"doc_type":"api",
"kw":"Creating a Certificate,Certificate,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"Creating a Certificate",
"githuburl":""
},
{
"uri":"elb_zq_zs_0002.html",
"node_id":"elb_zq_zs_0002.xml",
"product_code":"elb",
"code":"57",
"des":"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",
"doc_type":"api",
"kw":"Querying Certificates,Certificate,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"Querying Certificates",
"githuburl":""
},
{
"uri":"elb_zq_zs_0003.html",
"node_id":"elb_zq_zs_0003.xml",
"product_code":"elb",
"code":"58",
"des":"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",
"doc_type":"api",
"kw":"Querying Details of a Certificate,Certificate,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"Querying Details of a Certificate",
"githuburl":""
},
{
"uri":"elb_zq_zs_0004.html",
"node_id":"elb_zq_zs_0004.xml",
"product_code":"elb",
"code":"59",
"des":"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",
"doc_type":"api",
"kw":"Updating a Certificate,Certificate,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"Updating a Certificate",
"githuburl":""
},
{
"uri":"elb_zq_zs_0005.html",
"node_id":"elb_zq_zs_0005.xml",
"product_code":"elb",
"code":"60",
"des":"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",
"doc_type":"api",
"kw":"Deleting a Certificate,Certificate,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"Deleting a Certificate",
"githuburl":""
},
{
"uri":"elb_zq_bq_0000.html",
"node_id":"elb_zq_bq_0000.xml",
"product_code":"elb",
"code":"61",
"des":"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.",
"doc_type":"api",
"kw":"Tag",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"Tag",
"githuburl":""
},
{
"uri":"elb_zq_bq_0001.html",
"node_id":"elb_zq_bq_0001.xml",
"product_code":"elb",
"code":"62",
"des":"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",
"doc_type":"api",
"kw":"Adding a Tag to a Load Balancer,Tag,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"Adding a Tag to a Load Balancer",
"githuburl":""
},
{
"uri":"elb_zq_bq_0002.html",
"node_id":"elb_zq_bq_0002.xml",
"product_code":"elb",
"code":"63",
"des":"This API is used to batch add tags to a load balancer.You can also use this API for dedicated load balancers.A maximum of 20 tags can be added to a listener.This API is i",
"doc_type":"api",
"kw":"Batch Adding Load Balancer Tags,Tag,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"Batch Adding Load Balancer Tags",
"githuburl":""
},
{
"uri":"elb_zq_bq_0003.html",
"node_id":"elb_zq_bq_0003.xml",
"product_code":"elb",
"code":"64",
"des":"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}/",
"doc_type":"api",
"kw":"Querying All Tags of a Load Balancer,Tag,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"Querying All Tags of a Load Balancer",
"githuburl":""
},
{
"uri":"elb_zq_bq_0004.html",
"node_id":"elb_zq_bq_0004.xml",
"product_code":"elb",
"code":"65",
"des":"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/tagsExample reque",
"doc_type":"api",
"kw":"Querying the Tags of All Load Balancers,Tag,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"Querying the Tags of All Load Balancers",
"githuburl":""
},
{
"uri":"elb_zq_bq_0005.html",
"node_id":"elb_zq_bq_0005.xml",
"product_code":"elb",
"code":"66",
"des":"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",
"doc_type":"api",
"kw":"Querying Load Balancers by Tag,Tag,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"Querying Load Balancers by Tag",
"githuburl":""
},
{
"uri":"elb_zq_bq_0006.html",
"node_id":"elb_zq_bq_0006.xml",
"product_code":"elb",
"code":"67",
"des":"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",
"doc_type":"api",
"kw":"Deleting a Tag from a Load Balancer,Tag,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"Deleting a Tag from a Load Balancer",
"githuburl":""
},
{
"uri":"elb_zq_bq_0007.html",
"node_id":"elb_zq_bq_0007.xml",
"product_code":"elb",
"code":"68",
"des":"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 load balancer.Note the ",
"doc_type":"api",
"kw":"Adding a Tag to a Listener,Tag,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"Adding a Tag to a Listener",
"githuburl":""
},
{
"uri":"elb_zq_bq_0008.html",
"node_id":"elb_zq_bq_0008.xml",
"product_code":"elb",
"code":"69",
"des":"This API is used to batch add tags to a listener.You can also use this API for dedicated load balancers.A maximum of 20 tags can be added to a listener.This API is idempo",
"doc_type":"api",
"kw":"Batch Adding Tags to a Listener,Tag,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"Batch Adding Tags to a Listener",
"githuburl":""
},
{
"uri":"elb_zq_bq_0009.html",
"node_id":"elb_zq_bq_0009.xml",
"product_code":"elb",
"code":"70",
"des":"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}/tagsExample r",
"doc_type":"api",
"kw":"Querying All Tags of a Listener,Tag,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"Querying All Tags of a Listener",
"githuburl":""
},
{
"uri":"elb_zq_bq_0010.html",
"node_id":"elb_zq_bq_0010.xml",
"product_code":"elb",
"code":"71",
"des":"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/tagsExample requestGET htt",
"doc_type":"api",
"kw":"Querying the Tags of All Listeners,Tag,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"Querying the Tags of All Listeners",
"githuburl":""
},
{
"uri":"elb_zq_bq_0011.html",
"node_id":"elb_zq_bq_0011.xml",
"product_code":"elb",
"code":"72",
"des":"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",
"doc_type":"api",
"kw":"Querying Listeners by Tag,Tag,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"Querying Listeners by Tag",
"githuburl":""
},
{
"uri":"elb_zq_bq_0012.html",
"node_id":"elb_zq_bq_0012.xml",
"product_code":"elb",
"code":"73",
"des":"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",
"doc_type":"api",
"kw":"Deleting a Tag from a Listener,Tag,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"Deleting a Tag from a Listener",
"githuburl":""
},
{
"uri":"elb_zq_bq_0013.html",
"node_id":"elb_zq_bq_0013.xml",
"product_code":"elb",
"code":"74",
"des":"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.",
"doc_type":"api",
"kw":"Status Codes,Tag,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"Status Codes",
"githuburl":""
},
{
"uri":"elb_dx_0000.html",
"node_id":"elb_dx_0000.xml",
"product_code":"elb",
"code":"75",
"des":"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.",
"doc_type":"api",
"kw":"APIs (V3)",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"APIs (V3)",
"githuburl":""
},
{
"uri":"en-us_topic_0000001088310753.html",
"node_id":"en-us_topic_0000001088310753.xml",
"product_code":"elb",
"code":"76",
"des":"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",
"doc_type":"api",
"kw":"API Call Precaution,APIs (V3),API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"API Call Precaution",
"githuburl":""
},
{
"uri":"module_versions.html",
"node_id":"module_versions.xml",
"product_code":"elb",
"code":"77",
"des":"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.",
"doc_type":"api",
"kw":"API Version",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"true",
"operation_id":"ListApiVersions;ShowQuota;ListQuotaDetails;ListAvailabilityZones;ListFlavors;ShowFlavor;CreateLoadBalancer;ListLoadBalancers;ShowLoadBalancer;UpdateLoadBalancer;DeleteLoadBalancer;ShowLoadBalancerStatus;CreateCertificate;ListCertificates;ShowCertificate;UpdateCertificate;DeleteCertificate;CreateSecurityPolicy;ListSecurityPolicies;ShowSecurityPolicy;UpdateSecurityPolicy;DeleteSecurityPolicy;ListSystemSecurityPolicies;CreateIpGroup;ListIpGroups;ShowIpGroup;UpdateIpGroup;DeleteIpGroup;UpdateIpList;BatchDeleteIpList;CreateListener;ListListeners;ShowListener;UpdateListener;DeleteListener;CreatePool;ListPools;ShowPool;UpdatePool;DeletePool;CreateMember;ListMembers;ShowMember;UpdateMember;DeleteMember;CreateHealthMonitor;ListHealthMonitors;ShowHealthMonitor;UpdateHealthMonitor;DeleteHealthMonitor;CreateL7Policy;ListL7Policies;ShowL7Policy;UpdateL7Policy;DeleteL7Policy;BatchUpdatePoliciesPriority;CreateL7Rule;ListL7Rules;ShowL7Rule;UpdateL7Rule;DeleteL7Rule;CreateLogtank;ListLogtanks;ShowLogtank;UpdateLogtank;DeleteLogtank"
}
],
"title":"API Version",
"githuburl":""
},
{
"uri":"ListApiVersions.html",
"node_id":"listapiversions.xml",
"product_code":"elb",
"code":"78",
"des":"This API is used to query all available ELB API versions.GET /versionsNoneStatus code: 200Querying API versionsStatus code: 200Successful request.{\n \"versions\" : [ {\n ",
"doc_type":"api",
"kw":"Querying API Versions,API Version,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"true",
"operation_id":"ListApiVersions;ShowQuota;ListQuotaDetails;ListAvailabilityZones;ListFlavors;ShowFlavor;CreateLoadBalancer;ListLoadBalancers;ShowLoadBalancer;UpdateLoadBalancer;DeleteLoadBalancer;ShowLoadBalancerStatus;CreateCertificate;ListCertificates;ShowCertificate;UpdateCertificate;DeleteCertificate;CreateSecurityPolicy;ListSecurityPolicies;ShowSecurityPolicy;UpdateSecurityPolicy;DeleteSecurityPolicy;ListSystemSecurityPolicies;CreateIpGroup;ListIpGroups;ShowIpGroup;UpdateIpGroup;DeleteIpGroup;UpdateIpList;BatchDeleteIpList;CreateListener;ListListeners;ShowListener;UpdateListener;DeleteListener;CreatePool;ListPools;ShowPool;UpdatePool;DeletePool;CreateMember;ListMembers;ShowMember;UpdateMember;DeleteMember;CreateHealthMonitor;ListHealthMonitors;ShowHealthMonitor;UpdateHealthMonitor;DeleteHealthMonitor;CreateL7Policy;ListL7Policies;ShowL7Policy;UpdateL7Policy;DeleteL7Policy;BatchUpdatePoliciesPriority;CreateL7Rule;ListL7Rules;ShowL7Rule;UpdateL7Rule;DeleteL7Rule;CreateLogtank;ListLogtanks;ShowLogtank;UpdateLogtank;DeleteLogtank"
}
],
"title":"Querying API Versions",
"githuburl":""
},
{
"uri":"module_quotas.html",
"node_id":"module_quotas.xml",
"product_code":"elb",
"code":"79",
"des":"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.",
"doc_type":"api",
"kw":"Quota",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"true",
"operation_id":"ListApiVersions;ShowQuota;ListQuotaDetails;ListAvailabilityZones;ListFlavors;ShowFlavor;CreateLoadBalancer;ListLoadBalancers;ShowLoadBalancer;UpdateLoadBalancer;DeleteLoadBalancer;ShowLoadBalancerStatus;CreateCertificate;ListCertificates;ShowCertificate;UpdateCertificate;DeleteCertificate;CreateSecurityPolicy;ListSecurityPolicies;ShowSecurityPolicy;UpdateSecurityPolicy;DeleteSecurityPolicy;ListSystemSecurityPolicies;CreateIpGroup;ListIpGroups;ShowIpGroup;UpdateIpGroup;DeleteIpGroup;UpdateIpList;BatchDeleteIpList;CreateListener;ListListeners;ShowListener;UpdateListener;DeleteListener;CreatePool;ListPools;ShowPool;UpdatePool;DeletePool;CreateMember;ListMembers;ShowMember;UpdateMember;DeleteMember;CreateHealthMonitor;ListHealthMonitors;ShowHealthMonitor;UpdateHealthMonitor;DeleteHealthMonitor;CreateL7Policy;ListL7Policies;ShowL7Policy;UpdateL7Policy;DeleteL7Policy;BatchUpdatePoliciesPriority;CreateL7Rule;ListL7Rules;ShowL7Rule;UpdateL7Rule;DeleteL7Rule;CreateLogtank;ListLogtanks;ShowLogtank;UpdateLogtank;DeleteLogtank"
}
],
"title":"Quota",
"githuburl":""
},
{
"uri":"ShowQuota.html",
"node_id":"showquota.xml",
"product_code":"elb",
"code":"80",
"des":"This API is used to query the quotas of load balancers and related resources in a specific project.GET /v3/{project_id}/elb/quotasStatus code: 200Specifies the resource q",
"doc_type":"api",
"kw":"Querying Quotas,Quota,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"true",
"operation_id":"ListApiVersions;ShowQuota;ListQuotaDetails;ListAvailabilityZones;ListFlavors;ShowFlavor;CreateLoadBalancer;ListLoadBalancers;ShowLoadBalancer;UpdateLoadBalancer;DeleteLoadBalancer;ShowLoadBalancerStatus;CreateCertificate;ListCertificates;ShowCertificate;UpdateCertificate;DeleteCertificate;CreateSecurityPolicy;ListSecurityPolicies;ShowSecurityPolicy;UpdateSecurityPolicy;DeleteSecurityPolicy;ListSystemSecurityPolicies;CreateIpGroup;ListIpGroups;ShowIpGroup;UpdateIpGroup;DeleteIpGroup;UpdateIpList;BatchDeleteIpList;CreateListener;ListListeners;ShowListener;UpdateListener;DeleteListener;CreatePool;ListPools;ShowPool;UpdatePool;DeletePool;CreateMember;ListMembers;ShowMember;UpdateMember;DeleteMember;CreateHealthMonitor;ListHealthMonitors;ShowHealthMonitor;UpdateHealthMonitor;DeleteHealthMonitor;CreateL7Policy;ListL7Policies;ShowL7Policy;UpdateL7Policy;DeleteL7Policy;BatchUpdatePoliciesPriority;CreateL7Rule;ListL7Rules;ShowL7Rule;UpdateL7Rule;DeleteL7Rule;CreateLogtank;ListLogtanks;ShowLogtank;UpdateLogtank;DeleteLogtank"
}
],
"title":"Querying Quotas",
"githuburl":""
},
{
"uri":"ListQuotaDetails.html",
"node_id":"listquotadetails.xml",
"product_code":"elb",
"code":"81",
"des":"This API is used to query the current quotas and used quotas of resources related to a dedicated load balancer in a specific project.GET /v3/{project_id}/elb/quotas/detai",
"doc_type":"api",
"kw":"Querying Quota Usage,Quota,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"true",
"operation_id":"ListApiVersions;ShowQuota;ListQuotaDetails;ListAvailabilityZones;ListFlavors;ShowFlavor;CreateLoadBalancer;ListLoadBalancers;ShowLoadBalancer;UpdateLoadBalancer;DeleteLoadBalancer;ShowLoadBalancerStatus;CreateCertificate;ListCertificates;ShowCertificate;UpdateCertificate;DeleteCertificate;CreateSecurityPolicy;ListSecurityPolicies;ShowSecurityPolicy;UpdateSecurityPolicy;DeleteSecurityPolicy;ListSystemSecurityPolicies;CreateIpGroup;ListIpGroups;ShowIpGroup;UpdateIpGroup;DeleteIpGroup;UpdateIpList;BatchDeleteIpList;CreateListener;ListListeners;ShowListener;UpdateListener;DeleteListener;CreatePool;ListPools;ShowPool;UpdatePool;DeletePool;CreateMember;ListMembers;ShowMember;UpdateMember;DeleteMember;CreateHealthMonitor;ListHealthMonitors;ShowHealthMonitor;UpdateHealthMonitor;DeleteHealthMonitor;CreateL7Policy;ListL7Policies;ShowL7Policy;UpdateL7Policy;DeleteL7Policy;BatchUpdatePoliciesPriority;CreateL7Rule;ListL7Rules;ShowL7Rule;UpdateL7Rule;DeleteL7Rule;CreateLogtank;ListLogtanks;ShowLogtank;UpdateLogtank;DeleteLogtank"
}
],
"title":"Querying Quota Usage",
"githuburl":""
},
{
"uri":"module_azs.html",
"node_id":"module_azs.xml",
"product_code":"elb",
"code":"82",
"des":"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.",
"doc_type":"api",
"kw":"AZ",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"true",
"operation_id":"ListApiVersions;ShowQuota;ListQuotaDetails;ListAvailabilityZones;ListFlavors;ShowFlavor;CreateLoadBalancer;ListLoadBalancers;ShowLoadBalancer;UpdateLoadBalancer;DeleteLoadBalancer;ShowLoadBalancerStatus;CreateCertificate;ListCertificates;ShowCertificate;UpdateCertificate;DeleteCertificate;CreateSecurityPolicy;ListSecurityPolicies;ShowSecurityPolicy;UpdateSecurityPolicy;DeleteSecurityPolicy;ListSystemSecurityPolicies;CreateIpGroup;ListIpGroups;ShowIpGroup;UpdateIpGroup;DeleteIpGroup;UpdateIpList;BatchDeleteIpList;CreateListener;ListListeners;ShowListener;UpdateListener;DeleteListener;CreatePool;ListPools;ShowPool;UpdatePool;DeletePool;CreateMember;ListMembers;ShowMember;UpdateMember;DeleteMember;CreateHealthMonitor;ListHealthMonitors;ShowHealthMonitor;UpdateHealthMonitor;DeleteHealthMonitor;CreateL7Policy;ListL7Policies;ShowL7Policy;UpdateL7Policy;DeleteL7Policy;BatchUpdatePoliciesPriority;CreateL7Rule;ListL7Rules;ShowL7Rule;UpdateL7Rule;DeleteL7Rule;CreateLogtank;ListLogtanks;ShowLogtank;UpdateLogtank;DeleteLogtank"
}
],
"title":"AZ",
"githuburl":""
},
{
"uri":"ListAvailabilityZones.html",
"node_id":"listavailabilityzones.xml",
"product_code":"elb",
"code":"83",
"des":"This API is used to query all available AZs when you create a dedicated load balancer.One set of AZs is returned by default. When you create a dedicated load balancer, yo",
"doc_type":"api",
"kw":"Querying AZs,AZ,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"true",
"operation_id":"ListApiVersions;ShowQuota;ListQuotaDetails;ListAvailabilityZones;ListFlavors;ShowFlavor;CreateLoadBalancer;ListLoadBalancers;ShowLoadBalancer;UpdateLoadBalancer;DeleteLoadBalancer;ShowLoadBalancerStatus;CreateCertificate;ListCertificates;ShowCertificate;UpdateCertificate;DeleteCertificate;CreateSecurityPolicy;ListSecurityPolicies;ShowSecurityPolicy;UpdateSecurityPolicy;DeleteSecurityPolicy;ListSystemSecurityPolicies;CreateIpGroup;ListIpGroups;ShowIpGroup;UpdateIpGroup;DeleteIpGroup;UpdateIpList;BatchDeleteIpList;CreateListener;ListListeners;ShowListener;UpdateListener;DeleteListener;CreatePool;ListPools;ShowPool;UpdatePool;DeletePool;CreateMember;ListMembers;ShowMember;UpdateMember;DeleteMember;CreateHealthMonitor;ListHealthMonitors;ShowHealthMonitor;UpdateHealthMonitor;DeleteHealthMonitor;CreateL7Policy;ListL7Policies;ShowL7Policy;UpdateL7Policy;DeleteL7Policy;BatchUpdatePoliciesPriority;CreateL7Rule;ListL7Rules;ShowL7Rule;UpdateL7Rule;DeleteL7Rule;CreateLogtank;ListLogtanks;ShowLogtank;UpdateLogtank;DeleteLogtank"
}
],
"title":"Querying AZs",
"githuburl":""
},
{
"uri":"module_flavors.html",
"node_id":"module_flavors.xml",
"product_code":"elb",
"code":"84",
"des":"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.",
"doc_type":"api",
"kw":"Load Balancer Flavor",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"true",
"operation_id":"ListApiVersions;ShowQuota;ListQuotaDetails;ListAvailabilityZones;ListFlavors;ShowFlavor;CreateLoadBalancer;ListLoadBalancers;ShowLoadBalancer;UpdateLoadBalancer;DeleteLoadBalancer;ShowLoadBalancerStatus;CreateCertificate;ListCertificates;ShowCertificate;UpdateCertificate;DeleteCertificate;CreateSecurityPolicy;ListSecurityPolicies;ShowSecurityPolicy;UpdateSecurityPolicy;DeleteSecurityPolicy;ListSystemSecurityPolicies;CreateIpGroup;ListIpGroups;ShowIpGroup;UpdateIpGroup;DeleteIpGroup;UpdateIpList;BatchDeleteIpList;CreateListener;ListListeners;ShowListener;UpdateListener;DeleteListener;CreatePool;ListPools;ShowPool;UpdatePool;DeletePool;CreateMember;ListMembers;ShowMember;UpdateMember;DeleteMember;CreateHealthMonitor;ListHealthMonitors;ShowHealthMonitor;UpdateHealthMonitor;DeleteHealthMonitor;CreateL7Policy;ListL7Policies;ShowL7Policy;UpdateL7Policy;DeleteL7Policy;BatchUpdatePoliciesPriority;CreateL7Rule;ListL7Rules;ShowL7Rule;UpdateL7Rule;DeleteL7Rule;CreateLogtank;ListLogtanks;ShowLogtank;UpdateLogtank;DeleteLogtank"
}
],
"title":"Load Balancer Flavor",
"githuburl":""
},
{
"uri":"ListFlavors.html",
"node_id":"listflavors.xml",
"product_code":"elb",
"code":"85",
"des":"This API is used to query all load balancer flavors that are available to a specific user in a specific region.This API has the following constraints:Parameters marker, l",
"doc_type":"api",
"kw":"Querying Flavors,Load Balancer Flavor,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"true",
"operation_id":"ListApiVersions;ShowQuota;ListQuotaDetails;ListAvailabilityZones;ListFlavors;ShowFlavor;CreateLoadBalancer;ListLoadBalancers;ShowLoadBalancer;UpdateLoadBalancer;DeleteLoadBalancer;ShowLoadBalancerStatus;CreateCertificate;ListCertificates;ShowCertificate;UpdateCertificate;DeleteCertificate;CreateSecurityPolicy;ListSecurityPolicies;ShowSecurityPolicy;UpdateSecurityPolicy;DeleteSecurityPolicy;ListSystemSecurityPolicies;CreateIpGroup;ListIpGroups;ShowIpGroup;UpdateIpGroup;DeleteIpGroup;UpdateIpList;BatchDeleteIpList;CreateListener;ListListeners;ShowListener;UpdateListener;DeleteListener;CreatePool;ListPools;ShowPool;UpdatePool;DeletePool;CreateMember;ListMembers;ShowMember;UpdateMember;DeleteMember;CreateHealthMonitor;ListHealthMonitors;ShowHealthMonitor;UpdateHealthMonitor;DeleteHealthMonitor;CreateL7Policy;ListL7Policies;ShowL7Policy;UpdateL7Policy;DeleteL7Policy;BatchUpdatePoliciesPriority;CreateL7Rule;ListL7Rules;ShowL7Rule;UpdateL7Rule;DeleteL7Rule;CreateLogtank;ListLogtanks;ShowLogtank;UpdateLogtank;DeleteLogtank"
}
],
"title":"Querying Flavors",
"githuburl":""
},
{
"uri":"ShowFlavor.html",
"node_id":"showflavor.xml",
"product_code":"elb",
"code":"86",
"des":"This API is used to view details of a flavor.GET /v3/{project_id}/elb/flavors/{flavor_id}Status code: 200Status code: 200Successful request.See Error Codes.",
"doc_type":"api",
"kw":"Viewing Details of a Flavor,Load Balancer Flavor,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"true",
"operation_id":"ListApiVersions;ShowQuota;ListQuotaDetails;ListAvailabilityZones;ListFlavors;ShowFlavor;CreateLoadBalancer;ListLoadBalancers;ShowLoadBalancer;UpdateLoadBalancer;DeleteLoadBalancer;ShowLoadBalancerStatus;CreateCertificate;ListCertificates;ShowCertificate;UpdateCertificate;DeleteCertificate;CreateSecurityPolicy;ListSecurityPolicies;ShowSecurityPolicy;UpdateSecurityPolicy;DeleteSecurityPolicy;ListSystemSecurityPolicies;CreateIpGroup;ListIpGroups;ShowIpGroup;UpdateIpGroup;DeleteIpGroup;UpdateIpList;BatchDeleteIpList;CreateListener;ListListeners;ShowListener;UpdateListener;DeleteListener;CreatePool;ListPools;ShowPool;UpdatePool;DeletePool;CreateMember;ListMembers;ShowMember;UpdateMember;DeleteMember;CreateHealthMonitor;ListHealthMonitors;ShowHealthMonitor;UpdateHealthMonitor;DeleteHealthMonitor;CreateL7Policy;ListL7Policies;ShowL7Policy;UpdateL7Policy;DeleteL7Policy;BatchUpdatePoliciesPriority;CreateL7Rule;ListL7Rules;ShowL7Rule;UpdateL7Rule;DeleteL7Rule;CreateLogtank;ListLogtanks;ShowLogtank;UpdateLogtank;DeleteLogtank"
}
],
"title":"Viewing Details of a Flavor",
"githuburl":""
},
{
"uri":"module_loadbalancers.html",
"node_id":"module_loadbalancers.xml",
"product_code":"elb",
"code":"87",
"des":"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.",
"doc_type":"api",
"kw":"Load Balancer",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"true",
"operation_id":"ListApiVersions;ShowQuota;ListQuotaDetails;ListAvailabilityZones;ListFlavors;ShowFlavor;CreateLoadBalancer;ListLoadBalancers;ShowLoadBalancer;UpdateLoadBalancer;DeleteLoadBalancer;ShowLoadBalancerStatus;CreateCertificate;ListCertificates;ShowCertificate;UpdateCertificate;DeleteCertificate;CreateSecurityPolicy;ListSecurityPolicies;ShowSecurityPolicy;UpdateSecurityPolicy;DeleteSecurityPolicy;ListSystemSecurityPolicies;CreateIpGroup;ListIpGroups;ShowIpGroup;UpdateIpGroup;DeleteIpGroup;UpdateIpList;BatchDeleteIpList;CreateListener;ListListeners;ShowListener;UpdateListener;DeleteListener;CreatePool;ListPools;ShowPool;UpdatePool;DeletePool;CreateMember;ListMembers;ShowMember;UpdateMember;DeleteMember;CreateHealthMonitor;ListHealthMonitors;ShowHealthMonitor;UpdateHealthMonitor;DeleteHealthMonitor;CreateL7Policy;ListL7Policies;ShowL7Policy;UpdateL7Policy;DeleteL7Policy;BatchUpdatePoliciesPriority;CreateL7Rule;ListL7Rules;ShowL7Rule;UpdateL7Rule;DeleteL7Rule;CreateLogtank;ListLogtanks;ShowLogtank;UpdateLogtank;DeleteLogtank"
}
],
"title":"Load Balancer",
"githuburl":""
},
{
"uri":"CreateLoadBalancer.html",
"node_id":"createloadbalancer.xml",
"product_code":"elb",
"code":"88",
"des":"This API is used to create a dedicated load balancer. When you create a dedicated load balancer, note the following:Specify vip_subnet_cidr_id if you want to bind a priva",
"doc_type":"api",
"kw":"Creating a Load Balancer,Load Balancer,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"true",
"operation_id":"ListApiVersions;ShowQuota;ListQuotaDetails;ListAvailabilityZones;ListFlavors;ShowFlavor;CreateLoadBalancer;ListLoadBalancers;ShowLoadBalancer;UpdateLoadBalancer;DeleteLoadBalancer;ShowLoadBalancerStatus;CreateCertificate;ListCertificates;ShowCertificate;UpdateCertificate;DeleteCertificate;CreateSecurityPolicy;ListSecurityPolicies;ShowSecurityPolicy;UpdateSecurityPolicy;DeleteSecurityPolicy;ListSystemSecurityPolicies;CreateIpGroup;ListIpGroups;ShowIpGroup;UpdateIpGroup;DeleteIpGroup;UpdateIpList;BatchDeleteIpList;CreateListener;ListListeners;ShowListener;UpdateListener;DeleteListener;CreatePool;ListPools;ShowPool;UpdatePool;DeletePool;CreateMember;ListMembers;ShowMember;UpdateMember;DeleteMember;CreateHealthMonitor;ListHealthMonitors;ShowHealthMonitor;UpdateHealthMonitor;DeleteHealthMonitor;CreateL7Policy;ListL7Policies;ShowL7Policy;UpdateL7Policy;DeleteL7Policy;BatchUpdatePoliciesPriority;CreateL7Rule;ListL7Rules;ShowL7Rule;UpdateL7Rule;DeleteL7Rule;CreateLogtank;ListLogtanks;ShowLogtank;UpdateLogtank;DeleteLogtank"
}
],
"title":"Creating a Load Balancer",
"githuburl":""
},
{
"uri":"ListLoadBalancers.html",
"node_id":"listloadbalancers.xml",
"product_code":"elb",
"code":"89",
"des":"This API is used to query all load balancers.This API has the following constraints:Parameters marker, limit, and page_reverse are used for pagination query.Parameters ma",
"doc_type":"api",
"kw":"Querying Load Balancers,Load Balancer,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"true",
"operation_id":"ListApiVersions;ShowQuota;ListQuotaDetails;ListAvailabilityZones;ListFlavors;ShowFlavor;CreateLoadBalancer;ListLoadBalancers;ShowLoadBalancer;UpdateLoadBalancer;DeleteLoadBalancer;ShowLoadBalancerStatus;CreateCertificate;ListCertificates;ShowCertificate;UpdateCertificate;DeleteCertificate;CreateSecurityPolicy;ListSecurityPolicies;ShowSecurityPolicy;UpdateSecurityPolicy;DeleteSecurityPolicy;ListSystemSecurityPolicies;CreateIpGroup;ListIpGroups;ShowIpGroup;UpdateIpGroup;DeleteIpGroup;UpdateIpList;BatchDeleteIpList;CreateListener;ListListeners;ShowListener;UpdateListener;DeleteListener;CreatePool;ListPools;ShowPool;UpdatePool;DeletePool;CreateMember;ListMembers;ShowMember;UpdateMember;DeleteMember;CreateHealthMonitor;ListHealthMonitors;ShowHealthMonitor;UpdateHealthMonitor;DeleteHealthMonitor;CreateL7Policy;ListL7Policies;ShowL7Policy;UpdateL7Policy;DeleteL7Policy;BatchUpdatePoliciesPriority;CreateL7Rule;ListL7Rules;ShowL7Rule;UpdateL7Rule;DeleteL7Rule;CreateLogtank;ListLogtanks;ShowLogtank;UpdateLogtank;DeleteLogtank"
}
],
"title":"Querying Load Balancers",
"githuburl":""
},
{
"uri":"ShowLoadBalancer.html",
"node_id":"showloadbalancer.xml",
"product_code":"elb",
"code":"90",
"des":"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:",
"doc_type":"api",
"kw":"Viewing Details of a Load Balancer,Load Balancer,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"true",
"operation_id":"ListApiVersions;ShowQuota;ListQuotaDetails;ListAvailabilityZones;ListFlavors;ShowFlavor;CreateLoadBalancer;ListLoadBalancers;ShowLoadBalancer;UpdateLoadBalancer;DeleteLoadBalancer;ShowLoadBalancerStatus;CreateCertificate;ListCertificates;ShowCertificate;UpdateCertificate;DeleteCertificate;CreateSecurityPolicy;ListSecurityPolicies;ShowSecurityPolicy;UpdateSecurityPolicy;DeleteSecurityPolicy;ListSystemSecurityPolicies;CreateIpGroup;ListIpGroups;ShowIpGroup;UpdateIpGroup;DeleteIpGroup;UpdateIpList;BatchDeleteIpList;CreateListener;ListListeners;ShowListener;UpdateListener;DeleteListener;CreatePool;ListPools;ShowPool;UpdatePool;DeletePool;CreateMember;ListMembers;ShowMember;UpdateMember;DeleteMember;CreateHealthMonitor;ListHealthMonitors;ShowHealthMonitor;UpdateHealthMonitor;DeleteHealthMonitor;CreateL7Policy;ListL7Policies;ShowL7Policy;UpdateL7Policy;DeleteL7Policy;BatchUpdatePoliciesPriority;CreateL7Rule;ListL7Rules;ShowL7Rule;UpdateL7Rule;DeleteL7Rule;CreateLogtank;ListLogtanks;ShowLogtank;UpdateLogtank;DeleteLogtank"
}
],
"title":"Viewing Details of a Load Balancer",
"githuburl":""
},
{
"uri":"UpdateLoadBalancer.html",
"node_id":"updateloadbalancer.xml",
"product_code":"elb",
"code":"91",
"des":"This API is used to update a load balancer.PUT /v3/{project_id}/elb/loadbalancers/{loadbalancer_id}Status code: 200Updating a load balancerStatus code: 200Successful requ",
"doc_type":"api",
"kw":"Updating a Load Balancer,Load Balancer,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"true",
"operation_id":"ListApiVersions;ShowQuota;ListQuotaDetails;ListAvailabilityZones;ListFlavors;ShowFlavor;CreateLoadBalancer;ListLoadBalancers;ShowLoadBalancer;UpdateLoadBalancer;DeleteLoadBalancer;ShowLoadBalancerStatus;CreateCertificate;ListCertificates;ShowCertificate;UpdateCertificate;DeleteCertificate;CreateSecurityPolicy;ListSecurityPolicies;ShowSecurityPolicy;UpdateSecurityPolicy;DeleteSecurityPolicy;ListSystemSecurityPolicies;CreateIpGroup;ListIpGroups;ShowIpGroup;UpdateIpGroup;DeleteIpGroup;UpdateIpList;BatchDeleteIpList;CreateListener;ListListeners;ShowListener;UpdateListener;DeleteListener;CreatePool;ListPools;ShowPool;UpdatePool;DeletePool;CreateMember;ListMembers;ShowMember;UpdateMember;DeleteMember;CreateHealthMonitor;ListHealthMonitors;ShowHealthMonitor;UpdateHealthMonitor;DeleteHealthMonitor;CreateL7Policy;ListL7Policies;ShowL7Policy;UpdateL7Policy;DeleteL7Policy;BatchUpdatePoliciesPriority;CreateL7Rule;ListL7Rules;ShowL7Rule;UpdateL7Rule;DeleteL7Rule;CreateLogtank;ListLogtanks;ShowLogtank;UpdateLogtank;DeleteLogtank"
}
],
"title":"Updating a Load Balancer",
"githuburl":""
},
{
"uri":"DeleteLoadBalancer.html",
"node_id":"deleteloadbalancer.xml",
"product_code":"elb",
"code":"92",
"des":"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",
"doc_type":"api",
"kw":"Deleting a Load Balancer,Load Balancer,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"true",
"operation_id":"ListApiVersions;ShowQuota;ListQuotaDetails;ListAvailabilityZones;ListFlavors;ShowFlavor;CreateLoadBalancer;ListLoadBalancers;ShowLoadBalancer;UpdateLoadBalancer;DeleteLoadBalancer;ShowLoadBalancerStatus;CreateCertificate;ListCertificates;ShowCertificate;UpdateCertificate;DeleteCertificate;CreateSecurityPolicy;ListSecurityPolicies;ShowSecurityPolicy;UpdateSecurityPolicy;DeleteSecurityPolicy;ListSystemSecurityPolicies;CreateIpGroup;ListIpGroups;ShowIpGroup;UpdateIpGroup;DeleteIpGroup;UpdateIpList;BatchDeleteIpList;CreateListener;ListListeners;ShowListener;UpdateListener;DeleteListener;CreatePool;ListPools;ShowPool;UpdatePool;DeletePool;CreateMember;ListMembers;ShowMember;UpdateMember;DeleteMember;CreateHealthMonitor;ListHealthMonitors;ShowHealthMonitor;UpdateHealthMonitor;DeleteHealthMonitor;CreateL7Policy;ListL7Policies;ShowL7Policy;UpdateL7Policy;DeleteL7Policy;BatchUpdatePoliciesPriority;CreateL7Rule;ListL7Rules;ShowL7Rule;UpdateL7Rule;DeleteL7Rule;CreateLogtank;ListLogtanks;ShowLogtank;UpdateLogtank;DeleteLogtank"
}
],
"title":"Deleting a Load Balancer",
"githuburl":""
},
{
"uri":"ShowLoadBalancerStatus.html",
"node_id":"showloadbalancerstatus.xml",
"product_code":"elb",
"code":"93",
"des":"This API is used to query the status tree of a load balancer and to show information about all resources associated with the load balancer.When admin_state_up is set to f",
"doc_type":"api",
"kw":"Querying the Status Tree of a Load Balancer,Load Balancer,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"true",
"operation_id":"ListApiVersions;ShowQuota;ListQuotaDetails;ListAvailabilityZones;ListFlavors;ShowFlavor;CreateLoadBalancer;ListLoadBalancers;ShowLoadBalancer;UpdateLoadBalancer;DeleteLoadBalancer;ShowLoadBalancerStatus;CreateCertificate;ListCertificates;ShowCertificate;UpdateCertificate;DeleteCertificate;CreateSecurityPolicy;ListSecurityPolicies;ShowSecurityPolicy;UpdateSecurityPolicy;DeleteSecurityPolicy;ListSystemSecurityPolicies;CreateIpGroup;ListIpGroups;ShowIpGroup;UpdateIpGroup;DeleteIpGroup;UpdateIpList;BatchDeleteIpList;CreateListener;ListListeners;ShowListener;UpdateListener;DeleteListener;CreatePool;ListPools;ShowPool;UpdatePool;DeletePool;CreateMember;ListMembers;ShowMember;UpdateMember;DeleteMember;CreateHealthMonitor;ListHealthMonitors;ShowHealthMonitor;UpdateHealthMonitor;DeleteHealthMonitor;CreateL7Policy;ListL7Policies;ShowL7Policy;UpdateL7Policy;DeleteL7Policy;BatchUpdatePoliciesPriority;CreateL7Rule;ListL7Rules;ShowL7Rule;UpdateL7Rule;DeleteL7Rule;CreateLogtank;ListLogtanks;ShowLogtank;UpdateLogtank;DeleteLogtank"
}
],
"title":"Querying the Status Tree of a Load Balancer",
"githuburl":""
},
{
"uri":"module_certificates.html",
"node_id":"module_certificates.xml",
"product_code":"elb",
"code":"94",
"des":"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.",
"doc_type":"api",
"kw":"Certificate",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"true",
"operation_id":"ListApiVersions;ShowQuota;ListQuotaDetails;ListAvailabilityZones;ListFlavors;ShowFlavor;CreateLoadBalancer;ListLoadBalancers;ShowLoadBalancer;UpdateLoadBalancer;DeleteLoadBalancer;ShowLoadBalancerStatus;CreateCertificate;ListCertificates;ShowCertificate;UpdateCertificate;DeleteCertificate;CreateSecurityPolicy;ListSecurityPolicies;ShowSecurityPolicy;UpdateSecurityPolicy;DeleteSecurityPolicy;ListSystemSecurityPolicies;CreateIpGroup;ListIpGroups;ShowIpGroup;UpdateIpGroup;DeleteIpGroup;UpdateIpList;BatchDeleteIpList;CreateListener;ListListeners;ShowListener;UpdateListener;DeleteListener;CreatePool;ListPools;ShowPool;UpdatePool;DeletePool;CreateMember;ListMembers;ShowMember;UpdateMember;DeleteMember;CreateHealthMonitor;ListHealthMonitors;ShowHealthMonitor;UpdateHealthMonitor;DeleteHealthMonitor;CreateL7Policy;ListL7Policies;ShowL7Policy;UpdateL7Policy;DeleteL7Policy;BatchUpdatePoliciesPriority;CreateL7Rule;ListL7Rules;ShowL7Rule;UpdateL7Rule;DeleteL7Rule;CreateLogtank;ListLogtanks;ShowLogtank;UpdateLogtank;DeleteLogtank"
}
],
"title":"Certificate",
"githuburl":""
},
{
"uri":"CreateCertificate.html",
"node_id":"createcertificate.xml",
"product_code":"elb",
"code":"95",
"des":"This API is used to create an SSL certificate for HTTPS listeners.POST /v3/{project_id}/elb/certificatesStatus code: 201Creating a server certificateStatus code: 201Norma",
"doc_type":"api",
"kw":"Creating a Certificate,Certificate,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"true",
"operation_id":"ListApiVersions;ShowQuota;ListQuotaDetails;ListAvailabilityZones;ListFlavors;ShowFlavor;CreateLoadBalancer;ListLoadBalancers;ShowLoadBalancer;UpdateLoadBalancer;DeleteLoadBalancer;ShowLoadBalancerStatus;CreateCertificate;ListCertificates;ShowCertificate;UpdateCertificate;DeleteCertificate;CreateSecurityPolicy;ListSecurityPolicies;ShowSecurityPolicy;UpdateSecurityPolicy;DeleteSecurityPolicy;ListSystemSecurityPolicies;CreateIpGroup;ListIpGroups;ShowIpGroup;UpdateIpGroup;DeleteIpGroup;UpdateIpList;BatchDeleteIpList;CreateListener;ListListeners;ShowListener;UpdateListener;DeleteListener;CreatePool;ListPools;ShowPool;UpdatePool;DeletePool;CreateMember;ListMembers;ShowMember;UpdateMember;DeleteMember;CreateHealthMonitor;ListHealthMonitors;ShowHealthMonitor;UpdateHealthMonitor;DeleteHealthMonitor;CreateL7Policy;ListL7Policies;ShowL7Policy;UpdateL7Policy;DeleteL7Policy;BatchUpdatePoliciesPriority;CreateL7Rule;ListL7Rules;ShowL7Rule;UpdateL7Rule;DeleteL7Rule;CreateLogtank;ListLogtanks;ShowLogtank;UpdateLogtank;DeleteLogtank"
}
],
"title":"Creating a Certificate",
"githuburl":""
},
{
"uri":"ListCertificates.html",
"node_id":"listcertificates.xml",
"product_code":"elb",
"code":"96",
"des":"This API is used to query all SSL certificates.This API has the following constraints:Parameters marker, limit, and page_reverse are used for pagination query.Parameters ",
"doc_type":"api",
"kw":"Querying Certificates,Certificate,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"true",
"operation_id":"ListApiVersions;ShowQuota;ListQuotaDetails;ListAvailabilityZones;ListFlavors;ShowFlavor;CreateLoadBalancer;ListLoadBalancers;ShowLoadBalancer;UpdateLoadBalancer;DeleteLoadBalancer;ShowLoadBalancerStatus;CreateCertificate;ListCertificates;ShowCertificate;UpdateCertificate;DeleteCertificate;CreateSecurityPolicy;ListSecurityPolicies;ShowSecurityPolicy;UpdateSecurityPolicy;DeleteSecurityPolicy;ListSystemSecurityPolicies;CreateIpGroup;ListIpGroups;ShowIpGroup;UpdateIpGroup;DeleteIpGroup;UpdateIpList;BatchDeleteIpList;CreateListener;ListListeners;ShowListener;UpdateListener;DeleteListener;CreatePool;ListPools;ShowPool;UpdatePool;DeletePool;CreateMember;ListMembers;ShowMember;UpdateMember;DeleteMember;CreateHealthMonitor;ListHealthMonitors;ShowHealthMonitor;UpdateHealthMonitor;DeleteHealthMonitor;CreateL7Policy;ListL7Policies;ShowL7Policy;UpdateL7Policy;DeleteL7Policy;BatchUpdatePoliciesPriority;CreateL7Rule;ListL7Rules;ShowL7Rule;UpdateL7Rule;DeleteL7Rule;CreateLogtank;ListLogtanks;ShowLogtank;UpdateLogtank;DeleteLogtank"
}
],
"title":"Querying Certificates",
"githuburl":""
},
{
"uri":"ShowCertificate.html",
"node_id":"showcertificate.xml",
"product_code":"elb",
"code":"97",
"des":"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 ",
"doc_type":"api",
"kw":"Viewing Details of a Certificate,Certificate,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"true",
"operation_id":"ListApiVersions;ShowQuota;ListQuotaDetails;ListAvailabilityZones;ListFlavors;ShowFlavor;CreateLoadBalancer;ListLoadBalancers;ShowLoadBalancer;UpdateLoadBalancer;DeleteLoadBalancer;ShowLoadBalancerStatus;CreateCertificate;ListCertificates;ShowCertificate;UpdateCertificate;DeleteCertificate;CreateSecurityPolicy;ListSecurityPolicies;ShowSecurityPolicy;UpdateSecurityPolicy;DeleteSecurityPolicy;ListSystemSecurityPolicies;CreateIpGroup;ListIpGroups;ShowIpGroup;UpdateIpGroup;DeleteIpGroup;UpdateIpList;BatchDeleteIpList;CreateListener;ListListeners;ShowListener;UpdateListener;DeleteListener;CreatePool;ListPools;ShowPool;UpdatePool;DeletePool;CreateMember;ListMembers;ShowMember;UpdateMember;DeleteMember;CreateHealthMonitor;ListHealthMonitors;ShowHealthMonitor;UpdateHealthMonitor;DeleteHealthMonitor;CreateL7Policy;ListL7Policies;ShowL7Policy;UpdateL7Policy;DeleteL7Policy;BatchUpdatePoliciesPriority;CreateL7Rule;ListL7Rules;ShowL7Rule;UpdateL7Rule;DeleteL7Rule;CreateLogtank;ListLogtanks;ShowLogtank;UpdateLogtank;DeleteLogtank"
}
],
"title":"Viewing Details of a Certificate",
"githuburl":""
},
{
"uri":"UpdateCertificate.html",
"node_id":"updatecertificate.xml",
"product_code":"elb",
"code":"98",
"des":"This API is used to update an SSL certificate.If a certificate wth a domain name is used by a listener, the domain name cannot be updated to an empty string (\"\"), and the",
"doc_type":"api",
"kw":"Updating a Certificate,Certificate,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"true",
"operation_id":"ListApiVersions;ShowQuota;ListQuotaDetails;ListAvailabilityZones;ListFlavors;ShowFlavor;CreateLoadBalancer;ListLoadBalancers;ShowLoadBalancer;UpdateLoadBalancer;DeleteLoadBalancer;ShowLoadBalancerStatus;CreateCertificate;ListCertificates;ShowCertificate;UpdateCertificate;DeleteCertificate;CreateSecurityPolicy;ListSecurityPolicies;ShowSecurityPolicy;UpdateSecurityPolicy;DeleteSecurityPolicy;ListSystemSecurityPolicies;CreateIpGroup;ListIpGroups;ShowIpGroup;UpdateIpGroup;DeleteIpGroup;UpdateIpList;BatchDeleteIpList;CreateListener;ListListeners;ShowListener;UpdateListener;DeleteListener;CreatePool;ListPools;ShowPool;UpdatePool;DeletePool;CreateMember;ListMembers;ShowMember;UpdateMember;DeleteMember;CreateHealthMonitor;ListHealthMonitors;ShowHealthMonitor;UpdateHealthMonitor;DeleteHealthMonitor;CreateL7Policy;ListL7Policies;ShowL7Policy;UpdateL7Policy;DeleteL7Policy;BatchUpdatePoliciesPriority;CreateL7Rule;ListL7Rules;ShowL7Rule;UpdateL7Rule;DeleteL7Rule;CreateLogtank;ListLogtanks;ShowLogtank;UpdateLogtank;DeleteLogtank"
}
],
"title":"Updating a Certificate",
"githuburl":""
},
{
"uri":"DeleteCertificate.html",
"node_id":"deletecertificate.xml",
"product_code":"elb",
"code":"99",
"des":"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",
"doc_type":"api",
"kw":"Deleting a Certificate,Certificate,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"true",
"operation_id":"ListApiVersions;ShowQuota;ListQuotaDetails;ListAvailabilityZones;ListFlavors;ShowFlavor;CreateLoadBalancer;ListLoadBalancers;ShowLoadBalancer;UpdateLoadBalancer;DeleteLoadBalancer;ShowLoadBalancerStatus;CreateCertificate;ListCertificates;ShowCertificate;UpdateCertificate;DeleteCertificate;CreateSecurityPolicy;ListSecurityPolicies;ShowSecurityPolicy;UpdateSecurityPolicy;DeleteSecurityPolicy;ListSystemSecurityPolicies;CreateIpGroup;ListIpGroups;ShowIpGroup;UpdateIpGroup;DeleteIpGroup;UpdateIpList;BatchDeleteIpList;CreateListener;ListListeners;ShowListener;UpdateListener;DeleteListener;CreatePool;ListPools;ShowPool;UpdatePool;DeletePool;CreateMember;ListMembers;ShowMember;UpdateMember;DeleteMember;CreateHealthMonitor;ListHealthMonitors;ShowHealthMonitor;UpdateHealthMonitor;DeleteHealthMonitor;CreateL7Policy;ListL7Policies;ShowL7Policy;UpdateL7Policy;DeleteL7Policy;BatchUpdatePoliciesPriority;CreateL7Rule;ListL7Rules;ShowL7Rule;UpdateL7Rule;DeleteL7Rule;CreateLogtank;ListLogtanks;ShowLogtank;UpdateLogtank;DeleteLogtank"
}
],
"title":"Deleting a Certificate",
"githuburl":""
},
{
"uri":"module_security_policies.html",
"node_id":"module_security_policies.xml",
"product_code":"elb",
"code":"100",
"des":"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.",
"doc_type":"api",
"kw":"Security Policy",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"true",
"operation_id":"ListApiVersions;ShowQuota;ListQuotaDetails;ListAvailabilityZones;ListFlavors;ShowFlavor;CreateLoadBalancer;ListLoadBalancers;ShowLoadBalancer;UpdateLoadBalancer;DeleteLoadBalancer;ShowLoadBalancerStatus;CreateCertificate;ListCertificates;ShowCertificate;UpdateCertificate;DeleteCertificate;CreateSecurityPolicy;ListSecurityPolicies;ShowSecurityPolicy;UpdateSecurityPolicy;DeleteSecurityPolicy;ListSystemSecurityPolicies;CreateIpGroup;ListIpGroups;ShowIpGroup;UpdateIpGroup;DeleteIpGroup;UpdateIpList;BatchDeleteIpList;CreateListener;ListListeners;ShowListener;UpdateListener;DeleteListener;CreatePool;ListPools;ShowPool;UpdatePool;DeletePool;CreateMember;ListMembers;ShowMember;UpdateMember;DeleteMember;CreateHealthMonitor;ListHealthMonitors;ShowHealthMonitor;UpdateHealthMonitor;DeleteHealthMonitor;CreateL7Policy;ListL7Policies;ShowL7Policy;UpdateL7Policy;DeleteL7Policy;BatchUpdatePoliciesPriority;CreateL7Rule;ListL7Rules;ShowL7Rule;UpdateL7Rule;DeleteL7Rule;CreateLogtank;ListLogtanks;ShowLogtank;UpdateLogtank;DeleteLogtank"
}
],
"title":"Security Policy",
"githuburl":""
},
{
"uri":"CreateSecurityPolicy.html",
"node_id":"createsecuritypolicy.xml",
"product_code":"elb",
"code":"101",
"des":"This API is used to create a custom security policy. If you need a custom security policy, you need to specify security_policy_id when you add an HTTPS listener to your l",
"doc_type":"api",
"kw":"Creating a Custom Security Policy,Security Policy,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"true",
"operation_id":"ListApiVersions;ShowQuota;ListQuotaDetails;ListAvailabilityZones;ListFlavors;ShowFlavor;CreateLoadBalancer;ListLoadBalancers;ShowLoadBalancer;UpdateLoadBalancer;DeleteLoadBalancer;ShowLoadBalancerStatus;CreateCertificate;ListCertificates;ShowCertificate;UpdateCertificate;DeleteCertificate;CreateSecurityPolicy;ListSecurityPolicies;ShowSecurityPolicy;UpdateSecurityPolicy;DeleteSecurityPolicy;ListSystemSecurityPolicies;CreateIpGroup;ListIpGroups;ShowIpGroup;UpdateIpGroup;DeleteIpGroup;UpdateIpList;BatchDeleteIpList;CreateListener;ListListeners;ShowListener;UpdateListener;DeleteListener;CreatePool;ListPools;ShowPool;UpdatePool;DeletePool;CreateMember;ListMembers;ShowMember;UpdateMember;DeleteMember;CreateHealthMonitor;ListHealthMonitors;ShowHealthMonitor;UpdateHealthMonitor;DeleteHealthMonitor;CreateL7Policy;ListL7Policies;ShowL7Policy;UpdateL7Policy;DeleteL7Policy;BatchUpdatePoliciesPriority;CreateL7Rule;ListL7Rules;ShowL7Rule;UpdateL7Rule;DeleteL7Rule;CreateLogtank;ListLogtanks;ShowLogtank;UpdateLogtank;DeleteLogtank"
}
],
"title":"Creating a Custom Security Policy",
"githuburl":""
},
{
"uri":"ListSecurityPolicies.html",
"node_id":"listsecuritypolicies.xml",
"product_code":"elb",
"code":"102",
"des":"This API is used to query custom security policies.This API has the following constraints:Parameters marker, limit, and page_reverse are used for pagination query.Paramet",
"doc_type":"api",
"kw":"Querying Custom Security Policies,Security Policy,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"true",
"operation_id":"ListApiVersions;ShowQuota;ListQuotaDetails;ListAvailabilityZones;ListFlavors;ShowFlavor;CreateLoadBalancer;ListLoadBalancers;ShowLoadBalancer;UpdateLoadBalancer;DeleteLoadBalancer;ShowLoadBalancerStatus;CreateCertificate;ListCertificates;ShowCertificate;UpdateCertificate;DeleteCertificate;CreateSecurityPolicy;ListSecurityPolicies;ShowSecurityPolicy;UpdateSecurityPolicy;DeleteSecurityPolicy;ListSystemSecurityPolicies;CreateIpGroup;ListIpGroups;ShowIpGroup;UpdateIpGroup;DeleteIpGroup;UpdateIpList;BatchDeleteIpList;CreateListener;ListListeners;ShowListener;UpdateListener;DeleteListener;CreatePool;ListPools;ShowPool;UpdatePool;DeletePool;CreateMember;ListMembers;ShowMember;UpdateMember;DeleteMember;CreateHealthMonitor;ListHealthMonitors;ShowHealthMonitor;UpdateHealthMonitor;DeleteHealthMonitor;CreateL7Policy;ListL7Policies;ShowL7Policy;UpdateL7Policy;DeleteL7Policy;BatchUpdatePoliciesPriority;CreateL7Rule;ListL7Rules;ShowL7Rule;UpdateL7Rule;DeleteL7Rule;CreateLogtank;ListLogtanks;ShowLogtank;UpdateLogtank;DeleteLogtank"
}
],
"title":"Querying Custom Security Policies",
"githuburl":""
},
{
"uri":"ShowSecurityPolicy.html",
"node_id":"showsecuritypolicy.xml",
"product_code":"elb",
"code":"103",
"des":"This API is used to query details of a custom security policy.GET /v3/{project_id}/elb/security-policies/{security_policy_id}Status code: 200Querying details of a custom ",
"doc_type":"api",
"kw":"Querying Details of a Custom Security Policy,Security Policy,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"true",
"operation_id":"ListApiVersions;ShowQuota;ListQuotaDetails;ListAvailabilityZones;ListFlavors;ShowFlavor;CreateLoadBalancer;ListLoadBalancers;ShowLoadBalancer;UpdateLoadBalancer;DeleteLoadBalancer;ShowLoadBalancerStatus;CreateCertificate;ListCertificates;ShowCertificate;UpdateCertificate;DeleteCertificate;CreateSecurityPolicy;ListSecurityPolicies;ShowSecurityPolicy;UpdateSecurityPolicy;DeleteSecurityPolicy;ListSystemSecurityPolicies;CreateIpGroup;ListIpGroups;ShowIpGroup;UpdateIpGroup;DeleteIpGroup;UpdateIpList;BatchDeleteIpList;CreateListener;ListListeners;ShowListener;UpdateListener;DeleteListener;CreatePool;ListPools;ShowPool;UpdatePool;DeletePool;CreateMember;ListMembers;ShowMember;UpdateMember;DeleteMember;CreateHealthMonitor;ListHealthMonitors;ShowHealthMonitor;UpdateHealthMonitor;DeleteHealthMonitor;CreateL7Policy;ListL7Policies;ShowL7Policy;UpdateL7Policy;DeleteL7Policy;BatchUpdatePoliciesPriority;CreateL7Rule;ListL7Rules;ShowL7Rule;UpdateL7Rule;DeleteL7Rule;CreateLogtank;ListLogtanks;ShowLogtank;UpdateLogtank;DeleteLogtank"
}
],
"title":"Querying Details of a Custom Security Policy",
"githuburl":""
},
{
"uri":"UpdateSecurityPolicy.html",
"node_id":"updatesecuritypolicy.xml",
"product_code":"elb",
"code":"104",
"des":"This API is used to update a custom security policy.If protocols or ciphers is updated, the modification takes effect immediately on all listeners that use the custom sec",
"doc_type":"api",
"kw":"Updating a Custom Security Policy,Security Policy,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"true",
"operation_id":"ListApiVersions;ShowQuota;ListQuotaDetails;ListAvailabilityZones;ListFlavors;ShowFlavor;CreateLoadBalancer;ListLoadBalancers;ShowLoadBalancer;UpdateLoadBalancer;DeleteLoadBalancer;ShowLoadBalancerStatus;CreateCertificate;ListCertificates;ShowCertificate;UpdateCertificate;DeleteCertificate;CreateSecurityPolicy;ListSecurityPolicies;ShowSecurityPolicy;UpdateSecurityPolicy;DeleteSecurityPolicy;ListSystemSecurityPolicies;CreateIpGroup;ListIpGroups;ShowIpGroup;UpdateIpGroup;DeleteIpGroup;UpdateIpList;BatchDeleteIpList;CreateListener;ListListeners;ShowListener;UpdateListener;DeleteListener;CreatePool;ListPools;ShowPool;UpdatePool;DeletePool;CreateMember;ListMembers;ShowMember;UpdateMember;DeleteMember;CreateHealthMonitor;ListHealthMonitors;ShowHealthMonitor;UpdateHealthMonitor;DeleteHealthMonitor;CreateL7Policy;ListL7Policies;ShowL7Policy;UpdateL7Policy;DeleteL7Policy;BatchUpdatePoliciesPriority;CreateL7Rule;ListL7Rules;ShowL7Rule;UpdateL7Rule;DeleteL7Rule;CreateLogtank;ListLogtanks;ShowLogtank;UpdateLogtank;DeleteLogtank"
}
],
"title":"Updating a Custom Security Policy",
"githuburl":""
},
{
"uri":"DeleteSecurityPolicy.html",
"node_id":"deletesecuritypolicy.xml",
"product_code":"elb",
"code":"105",
"des":"This API is used to delete a custom security policy.A custom security policy that has been used by a listener cannot be deleted.DELETE /v3/{project_id}/elb/security-polic",
"doc_type":"api",
"kw":"Deleting a Custom Security Policy,Security Policy,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"true",
"operation_id":"ListApiVersions;ShowQuota;ListQuotaDetails;ListAvailabilityZones;ListFlavors;ShowFlavor;CreateLoadBalancer;ListLoadBalancers;ShowLoadBalancer;UpdateLoadBalancer;DeleteLoadBalancer;ShowLoadBalancerStatus;CreateCertificate;ListCertificates;ShowCertificate;UpdateCertificate;DeleteCertificate;CreateSecurityPolicy;ListSecurityPolicies;ShowSecurityPolicy;UpdateSecurityPolicy;DeleteSecurityPolicy;ListSystemSecurityPolicies;CreateIpGroup;ListIpGroups;ShowIpGroup;UpdateIpGroup;DeleteIpGroup;UpdateIpList;BatchDeleteIpList;CreateListener;ListListeners;ShowListener;UpdateListener;DeleteListener;CreatePool;ListPools;ShowPool;UpdatePool;DeletePool;CreateMember;ListMembers;ShowMember;UpdateMember;DeleteMember;CreateHealthMonitor;ListHealthMonitors;ShowHealthMonitor;UpdateHealthMonitor;DeleteHealthMonitor;CreateL7Policy;ListL7Policies;ShowL7Policy;UpdateL7Policy;DeleteL7Policy;BatchUpdatePoliciesPriority;CreateL7Rule;ListL7Rules;ShowL7Rule;UpdateL7Rule;DeleteL7Rule;CreateLogtank;ListLogtanks;ShowLogtank;UpdateLogtank;DeleteLogtank"
}
],
"title":"Deleting a Custom Security Policy",
"githuburl":""
},
{
"uri":"ListSystemSecurityPolicies.html",
"node_id":"listsystemsecuritypolicies.xml",
"product_code":"elb",
"code":"106",
"des":"This API is used to query system security policies.System security policies are available to all users and cannot be created or modified.GET /v3/{project_id}/elb/system-s",
"doc_type":"api",
"kw":"Querying System Security Policies,Security Policy,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"true",
"operation_id":"ListApiVersions;ShowQuota;ListQuotaDetails;ListAvailabilityZones;ListFlavors;ShowFlavor;CreateLoadBalancer;ListLoadBalancers;ShowLoadBalancer;UpdateLoadBalancer;DeleteLoadBalancer;ShowLoadBalancerStatus;CreateCertificate;ListCertificates;ShowCertificate;UpdateCertificate;DeleteCertificate;CreateSecurityPolicy;ListSecurityPolicies;ShowSecurityPolicy;UpdateSecurityPolicy;DeleteSecurityPolicy;ListSystemSecurityPolicies;CreateIpGroup;ListIpGroups;ShowIpGroup;UpdateIpGroup;DeleteIpGroup;UpdateIpList;BatchDeleteIpList;CreateListener;ListListeners;ShowListener;UpdateListener;DeleteListener;CreatePool;ListPools;ShowPool;UpdatePool;DeletePool;CreateMember;ListMembers;ShowMember;UpdateMember;DeleteMember;CreateHealthMonitor;ListHealthMonitors;ShowHealthMonitor;UpdateHealthMonitor;DeleteHealthMonitor;CreateL7Policy;ListL7Policies;ShowL7Policy;UpdateL7Policy;DeleteL7Policy;BatchUpdatePoliciesPriority;CreateL7Rule;ListL7Rules;ShowL7Rule;UpdateL7Rule;DeleteL7Rule;CreateLogtank;ListLogtanks;ShowLogtank;UpdateLogtank;DeleteLogtank"
}
],
"title":"Querying System Security Policies",
"githuburl":""
},
{
"uri":"module_ipgroups.html",
"node_id":"module_ipgroups.xml",
"product_code":"elb",
"code":"107",
"des":"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.",
"doc_type":"api",
"kw":"IP Address Group",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"true",
"operation_id":"ListApiVersions;ShowQuota;ListQuotaDetails;ListAvailabilityZones;ListFlavors;ShowFlavor;CreateLoadBalancer;ListLoadBalancers;ShowLoadBalancer;UpdateLoadBalancer;DeleteLoadBalancer;ShowLoadBalancerStatus;CreateCertificate;ListCertificates;ShowCertificate;UpdateCertificate;DeleteCertificate;CreateSecurityPolicy;ListSecurityPolicies;ShowSecurityPolicy;UpdateSecurityPolicy;DeleteSecurityPolicy;ListSystemSecurityPolicies;CreateIpGroup;ListIpGroups;ShowIpGroup;UpdateIpGroup;DeleteIpGroup;UpdateIpList;BatchDeleteIpList;CreateListener;ListListeners;ShowListener;UpdateListener;DeleteListener;CreatePool;ListPools;ShowPool;UpdatePool;DeletePool;CreateMember;ListMembers;ShowMember;UpdateMember;DeleteMember;CreateHealthMonitor;ListHealthMonitors;ShowHealthMonitor;UpdateHealthMonitor;DeleteHealthMonitor;CreateL7Policy;ListL7Policies;ShowL7Policy;UpdateL7Policy;DeleteL7Policy;BatchUpdatePoliciesPriority;CreateL7Rule;ListL7Rules;ShowL7Rule;UpdateL7Rule;DeleteL7Rule;CreateLogtank;ListLogtanks;ShowLogtank;UpdateLogtank;DeleteLogtank"
}
],
"title":"IP Address Group",
"githuburl":""
},
{
"uri":"CreateIpGroup.html",
"node_id":"createipgroup.xml",
"product_code":"elb",
"code":"108",
"des":"This API is used to create an IP address group. The IP address can contain IP addresses or CIDR blocks. 0.0.0.0 will be considered the same as 0.0.0.0/32. If you enter bo",
"doc_type":"api",
"kw":"Creating an IP Address Group,IP Address Group,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"true",
"operation_id":"ListApiVersions;ShowQuota;ListQuotaDetails;ListAvailabilityZones;ListFlavors;ShowFlavor;CreateLoadBalancer;ListLoadBalancers;ShowLoadBalancer;UpdateLoadBalancer;DeleteLoadBalancer;ShowLoadBalancerStatus;CreateCertificate;ListCertificates;ShowCertificate;UpdateCertificate;DeleteCertificate;CreateSecurityPolicy;ListSecurityPolicies;ShowSecurityPolicy;UpdateSecurityPolicy;DeleteSecurityPolicy;ListSystemSecurityPolicies;CreateIpGroup;ListIpGroups;ShowIpGroup;UpdateIpGroup;DeleteIpGroup;UpdateIpList;BatchDeleteIpList;CreateListener;ListListeners;ShowListener;UpdateListener;DeleteListener;CreatePool;ListPools;ShowPool;UpdatePool;DeletePool;CreateMember;ListMembers;ShowMember;UpdateMember;DeleteMember;CreateHealthMonitor;ListHealthMonitors;ShowHealthMonitor;UpdateHealthMonitor;DeleteHealthMonitor;CreateL7Policy;ListL7Policies;ShowL7Policy;UpdateL7Policy;DeleteL7Policy;BatchUpdatePoliciesPriority;CreateL7Rule;ListL7Rules;ShowL7Rule;UpdateL7Rule;DeleteL7Rule;CreateLogtank;ListLogtanks;ShowLogtank;UpdateLogtank;DeleteLogtank"
}
],
"title":"Creating an IP Address Group",
"githuburl":""
},
{
"uri":"ListIpGroups.html",
"node_id":"listipgroups.xml",
"product_code":"elb",
"code":"109",
"des":"This API is used to query IP address groups.This API has the following constraints:Parameters marker, limit, and page_reverse are used for pagination query.Parameters mar",
"doc_type":"api",
"kw":"Querying IP Address Groups,IP Address Group,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"true",
"operation_id":"ListApiVersions;ShowQuota;ListQuotaDetails;ListAvailabilityZones;ListFlavors;ShowFlavor;CreateLoadBalancer;ListLoadBalancers;ShowLoadBalancer;UpdateLoadBalancer;DeleteLoadBalancer;ShowLoadBalancerStatus;CreateCertificate;ListCertificates;ShowCertificate;UpdateCertificate;DeleteCertificate;CreateSecurityPolicy;ListSecurityPolicies;ShowSecurityPolicy;UpdateSecurityPolicy;DeleteSecurityPolicy;ListSystemSecurityPolicies;CreateIpGroup;ListIpGroups;ShowIpGroup;UpdateIpGroup;DeleteIpGroup;UpdateIpList;BatchDeleteIpList;CreateListener;ListListeners;ShowListener;UpdateListener;DeleteListener;CreatePool;ListPools;ShowPool;UpdatePool;DeletePool;CreateMember;ListMembers;ShowMember;UpdateMember;DeleteMember;CreateHealthMonitor;ListHealthMonitors;ShowHealthMonitor;UpdateHealthMonitor;DeleteHealthMonitor;CreateL7Policy;ListL7Policies;ShowL7Policy;UpdateL7Policy;DeleteL7Policy;BatchUpdatePoliciesPriority;CreateL7Rule;ListL7Rules;ShowL7Rule;UpdateL7Rule;DeleteL7Rule;CreateLogtank;ListLogtanks;ShowLogtank;UpdateLogtank;DeleteLogtank"
}
],
"title":"Querying IP Address Groups",
"githuburl":""
},
{
"uri":"ShowIpGroup.html",
"node_id":"showipgroup.xml",
"product_code":"elb",
"code":"110",
"des":"This API is used to view details of an IP address group.GET /v3/{project_id}/elb/ipgroups/{ipgroup_id}Status code: 200Viewing details of an IP address groupStatus code: 2",
"doc_type":"api",
"kw":"Viewing Details of an IP Address Group,IP Address Group,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"true",
"operation_id":"ListApiVersions;ShowQuota;ListQuotaDetails;ListAvailabilityZones;ListFlavors;ShowFlavor;CreateLoadBalancer;ListLoadBalancers;ShowLoadBalancer;UpdateLoadBalancer;DeleteLoadBalancer;ShowLoadBalancerStatus;CreateCertificate;ListCertificates;ShowCertificate;UpdateCertificate;DeleteCertificate;CreateSecurityPolicy;ListSecurityPolicies;ShowSecurityPolicy;UpdateSecurityPolicy;DeleteSecurityPolicy;ListSystemSecurityPolicies;CreateIpGroup;ListIpGroups;ShowIpGroup;UpdateIpGroup;DeleteIpGroup;UpdateIpList;BatchDeleteIpList;CreateListener;ListListeners;ShowListener;UpdateListener;DeleteListener;CreatePool;ListPools;ShowPool;UpdatePool;DeletePool;CreateMember;ListMembers;ShowMember;UpdateMember;DeleteMember;CreateHealthMonitor;ListHealthMonitors;ShowHealthMonitor;UpdateHealthMonitor;DeleteHealthMonitor;CreateL7Policy;ListL7Policies;ShowL7Policy;UpdateL7Policy;DeleteL7Policy;BatchUpdatePoliciesPriority;CreateL7Rule;ListL7Rules;ShowL7Rule;UpdateL7Rule;DeleteL7Rule;CreateLogtank;ListLogtanks;ShowLogtank;UpdateLogtank;DeleteLogtank"
}
],
"title":"Viewing Details of an IP Address Group",
"githuburl":""
},
{
"uri":"UpdateIpGroup.html",
"node_id":"updateipgroup.xml",
"product_code":"elb",
"code":"111",
"des":"This API is used to update an IP address group. All IP addresses in the IP address group will be overwritten, and the IP addresses that are not included in the ip_list pa",
"doc_type":"api",
"kw":"Updating an IP Address Group,IP Address Group,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"true",
"operation_id":"ListApiVersions;ShowQuota;ListQuotaDetails;ListAvailabilityZones;ListFlavors;ShowFlavor;CreateLoadBalancer;ListLoadBalancers;ShowLoadBalancer;UpdateLoadBalancer;DeleteLoadBalancer;ShowLoadBalancerStatus;CreateCertificate;ListCertificates;ShowCertificate;UpdateCertificate;DeleteCertificate;CreateSecurityPolicy;ListSecurityPolicies;ShowSecurityPolicy;UpdateSecurityPolicy;DeleteSecurityPolicy;ListSystemSecurityPolicies;CreateIpGroup;ListIpGroups;ShowIpGroup;UpdateIpGroup;DeleteIpGroup;UpdateIpList;BatchDeleteIpList;CreateListener;ListListeners;ShowListener;UpdateListener;DeleteListener;CreatePool;ListPools;ShowPool;UpdatePool;DeletePool;CreateMember;ListMembers;ShowMember;UpdateMember;DeleteMember;CreateHealthMonitor;ListHealthMonitors;ShowHealthMonitor;UpdateHealthMonitor;DeleteHealthMonitor;CreateL7Policy;ListL7Policies;ShowL7Policy;UpdateL7Policy;DeleteL7Policy;BatchUpdatePoliciesPriority;CreateL7Rule;ListL7Rules;ShowL7Rule;UpdateL7Rule;DeleteL7Rule;CreateLogtank;ListLogtanks;ShowLogtank;UpdateLogtank;DeleteLogtank"
}
],
"title":"Updating an IP Address Group",
"githuburl":""
},
{
"uri":"DeleteIpGroup.html",
"node_id":"deleteipgroup.xml",
"product_code":"elb",
"code":"112",
"des":"This API is used to delete an IP address group.DELETE /v3/{project_id}/elb/ipgroups/{ipgroup_id}NoneDeleting an IP address groupNoneSee Error Codes.",
"doc_type":"api",
"kw":"Deleting an IP Address Group,IP Address Group,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"true",
"operation_id":"ListApiVersions;ShowQuota;ListQuotaDetails;ListAvailabilityZones;ListFlavors;ShowFlavor;CreateLoadBalancer;ListLoadBalancers;ShowLoadBalancer;UpdateLoadBalancer;DeleteLoadBalancer;ShowLoadBalancerStatus;CreateCertificate;ListCertificates;ShowCertificate;UpdateCertificate;DeleteCertificate;CreateSecurityPolicy;ListSecurityPolicies;ShowSecurityPolicy;UpdateSecurityPolicy;DeleteSecurityPolicy;ListSystemSecurityPolicies;CreateIpGroup;ListIpGroups;ShowIpGroup;UpdateIpGroup;DeleteIpGroup;UpdateIpList;BatchDeleteIpList;CreateListener;ListListeners;ShowListener;UpdateListener;DeleteListener;CreatePool;ListPools;ShowPool;UpdatePool;DeletePool;CreateMember;ListMembers;ShowMember;UpdateMember;DeleteMember;CreateHealthMonitor;ListHealthMonitors;ShowHealthMonitor;UpdateHealthMonitor;DeleteHealthMonitor;CreateL7Policy;ListL7Policies;ShowL7Policy;UpdateL7Policy;DeleteL7Policy;BatchUpdatePoliciesPriority;CreateL7Rule;ListL7Rules;ShowL7Rule;UpdateL7Rule;DeleteL7Rule;CreateLogtank;ListLogtanks;ShowLogtank;UpdateLogtank;DeleteLogtank"
}
],
"title":"Deleting an IP Address Group",
"githuburl":""
},
{
"uri":"UpdateIpList.html",
"node_id":"updateiplist.xml",
"product_code":"elb",
"code":"113",
"des":"This API is used to update the IP addresses in an IP address group.POST /v3/{project_id}/elb/ipgroups/{ipgroup_id}/iplist/create-or-updateStatus code: 200Updating IP addr",
"doc_type":"api",
"kw":"Updating IP Addresses in an IP Address Group,IP Address Group,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"true",
"operation_id":"ListApiVersions;ShowQuota;ListQuotaDetails;ListAvailabilityZones;ListFlavors;ShowFlavor;CreateLoadBalancer;ListLoadBalancers;ShowLoadBalancer;UpdateLoadBalancer;DeleteLoadBalancer;ShowLoadBalancerStatus;CreateCertificate;ListCertificates;ShowCertificate;UpdateCertificate;DeleteCertificate;CreateSecurityPolicy;ListSecurityPolicies;ShowSecurityPolicy;UpdateSecurityPolicy;DeleteSecurityPolicy;ListSystemSecurityPolicies;CreateIpGroup;ListIpGroups;ShowIpGroup;UpdateIpGroup;DeleteIpGroup;UpdateIpList;BatchDeleteIpList;CreateListener;ListListeners;ShowListener;UpdateListener;DeleteListener;CreatePool;ListPools;ShowPool;UpdatePool;DeletePool;CreateMember;ListMembers;ShowMember;UpdateMember;DeleteMember;CreateHealthMonitor;ListHealthMonitors;ShowHealthMonitor;UpdateHealthMonitor;DeleteHealthMonitor;CreateL7Policy;ListL7Policies;ShowL7Policy;UpdateL7Policy;DeleteL7Policy;BatchUpdatePoliciesPriority;CreateL7Rule;ListL7Rules;ShowL7Rule;UpdateL7Rule;DeleteL7Rule;CreateLogtank;ListLogtanks;ShowLogtank;UpdateLogtank;DeleteLogtank"
}
],
"title":"Updating IP Addresses in an IP Address Group",
"githuburl":""
},
{
"uri":"BatchDeleteIpList.html",
"node_id":"batchdeleteiplist.xml",
"product_code":"elb",
"code":"114",
"des":"This API is used to delete IP addresses from an IP address group.POST /v3/{project_id}/elb/ipgroups/{ipgroup_id}/iplist/batch-deleteStatus code: 200Deleting IP addresses ",
"doc_type":"api",
"kw":"Deleting IP Addresses from an IP Address Group,IP Address Group,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"true",
"operation_id":"ListApiVersions;ShowQuota;ListQuotaDetails;ListAvailabilityZones;ListFlavors;ShowFlavor;CreateLoadBalancer;ListLoadBalancers;ShowLoadBalancer;UpdateLoadBalancer;DeleteLoadBalancer;ShowLoadBalancerStatus;CreateCertificate;ListCertificates;ShowCertificate;UpdateCertificate;DeleteCertificate;CreateSecurityPolicy;ListSecurityPolicies;ShowSecurityPolicy;UpdateSecurityPolicy;DeleteSecurityPolicy;ListSystemSecurityPolicies;CreateIpGroup;ListIpGroups;ShowIpGroup;UpdateIpGroup;DeleteIpGroup;UpdateIpList;BatchDeleteIpList;CreateListener;ListListeners;ShowListener;UpdateListener;DeleteListener;CreatePool;ListPools;ShowPool;UpdatePool;DeletePool;CreateMember;ListMembers;ShowMember;UpdateMember;DeleteMember;CreateHealthMonitor;ListHealthMonitors;ShowHealthMonitor;UpdateHealthMonitor;DeleteHealthMonitor;CreateL7Policy;ListL7Policies;ShowL7Policy;UpdateL7Policy;DeleteL7Policy;BatchUpdatePoliciesPriority;CreateL7Rule;ListL7Rules;ShowL7Rule;UpdateL7Rule;DeleteL7Rule;CreateLogtank;ListLogtanks;ShowLogtank;UpdateLogtank;DeleteLogtank"
}
],
"title":"Deleting IP Addresses from an IP Address Group",
"githuburl":""
},
{
"uri":"module_listeners.html",
"node_id":"module_listeners.xml",
"product_code":"elb",
"code":"115",
"des":"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.",
"doc_type":"api",
"kw":"Listener",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"true",
"operation_id":"ListApiVersions;ShowQuota;ListQuotaDetails;ListAvailabilityZones;ListFlavors;ShowFlavor;CreateLoadBalancer;ListLoadBalancers;ShowLoadBalancer;UpdateLoadBalancer;DeleteLoadBalancer;ShowLoadBalancerStatus;CreateCertificate;ListCertificates;ShowCertificate;UpdateCertificate;DeleteCertificate;CreateSecurityPolicy;ListSecurityPolicies;ShowSecurityPolicy;UpdateSecurityPolicy;DeleteSecurityPolicy;ListSystemSecurityPolicies;CreateIpGroup;ListIpGroups;ShowIpGroup;UpdateIpGroup;DeleteIpGroup;UpdateIpList;BatchDeleteIpList;CreateListener;ListListeners;ShowListener;UpdateListener;DeleteListener;CreatePool;ListPools;ShowPool;UpdatePool;DeletePool;CreateMember;ListMembers;ShowMember;UpdateMember;DeleteMember;CreateHealthMonitor;ListHealthMonitors;ShowHealthMonitor;UpdateHealthMonitor;DeleteHealthMonitor;CreateL7Policy;ListL7Policies;ShowL7Policy;UpdateL7Policy;DeleteL7Policy;BatchUpdatePoliciesPriority;CreateL7Rule;ListL7Rules;ShowL7Rule;UpdateL7Rule;DeleteL7Rule;CreateLogtank;ListLogtanks;ShowLogtank;UpdateLogtank;DeleteLogtank"
}
],
"title":"Listener",
"githuburl":""
},
{
"uri":"CreateListener.html",
"node_id":"createlistener.xml",
"product_code":"elb",
"code":"116",
"des":"This API is used to add a listener to a load balancer.The protocol used by the listener can be TCP, UDP, HTTP, or HTTPS.For load balancing at Layer 4, the protocol can on",
"doc_type":"api",
"kw":"Adding a Listener,Listener,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"true",
"operation_id":"ListApiVersions;ShowQuota;ListQuotaDetails;ListAvailabilityZones;ListFlavors;ShowFlavor;CreateLoadBalancer;ListLoadBalancers;ShowLoadBalancer;UpdateLoadBalancer;DeleteLoadBalancer;ShowLoadBalancerStatus;CreateCertificate;ListCertificates;ShowCertificate;UpdateCertificate;DeleteCertificate;CreateSecurityPolicy;ListSecurityPolicies;ShowSecurityPolicy;UpdateSecurityPolicy;DeleteSecurityPolicy;ListSystemSecurityPolicies;CreateIpGroup;ListIpGroups;ShowIpGroup;UpdateIpGroup;DeleteIpGroup;UpdateIpList;BatchDeleteIpList;CreateListener;ListListeners;ShowListener;UpdateListener;DeleteListener;CreatePool;ListPools;ShowPool;UpdatePool;DeletePool;CreateMember;ListMembers;ShowMember;UpdateMember;DeleteMember;CreateHealthMonitor;ListHealthMonitors;ShowHealthMonitor;UpdateHealthMonitor;DeleteHealthMonitor;CreateL7Policy;ListL7Policies;ShowL7Policy;UpdateL7Policy;DeleteL7Policy;BatchUpdatePoliciesPriority;CreateL7Rule;ListL7Rules;ShowL7Rule;UpdateL7Rule;DeleteL7Rule;CreateLogtank;ListLogtanks;ShowLogtank;UpdateLogtank;DeleteLogtank"
}
],
"title":"Adding a Listener",
"githuburl":""
},
{
"uri":"ListListeners.html",
"node_id":"listlisteners.xml",
"product_code":"elb",
"code":"117",
"des":"This API is used to query listeners.This API has the following constraints:Parameters marker, limit, and page_reverse are used for pagination query.Parameters marker, lim",
"doc_type":"api",
"kw":"Querying Listeners,Listener,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"true",
"operation_id":"ListApiVersions;ShowQuota;ListQuotaDetails;ListAvailabilityZones;ListFlavors;ShowFlavor;CreateLoadBalancer;ListLoadBalancers;ShowLoadBalancer;UpdateLoadBalancer;DeleteLoadBalancer;ShowLoadBalancerStatus;CreateCertificate;ListCertificates;ShowCertificate;UpdateCertificate;DeleteCertificate;CreateSecurityPolicy;ListSecurityPolicies;ShowSecurityPolicy;UpdateSecurityPolicy;DeleteSecurityPolicy;ListSystemSecurityPolicies;CreateIpGroup;ListIpGroups;ShowIpGroup;UpdateIpGroup;DeleteIpGroup;UpdateIpList;BatchDeleteIpList;CreateListener;ListListeners;ShowListener;UpdateListener;DeleteListener;CreatePool;ListPools;ShowPool;UpdatePool;DeletePool;CreateMember;ListMembers;ShowMember;UpdateMember;DeleteMember;CreateHealthMonitor;ListHealthMonitors;ShowHealthMonitor;UpdateHealthMonitor;DeleteHealthMonitor;CreateL7Policy;ListL7Policies;ShowL7Policy;UpdateL7Policy;DeleteL7Policy;BatchUpdatePoliciesPriority;CreateL7Rule;ListL7Rules;ShowL7Rule;UpdateL7Rule;DeleteL7Rule;CreateLogtank;ListLogtanks;ShowLogtank;UpdateLogtank;DeleteLogtank"
}
],
"title":"Querying Listeners",
"githuburl":""
},
{
"uri":"ShowListener.html",
"node_id":"showlistener.xml",
"product_code":"elb",
"code":"118",
"des":"This API is used to view details of a listener.GET /v3/{project_id}/elb/listeners/{listener_id}Status code: 200Viewing details of a listenerStatus code: 200Successful req",
"doc_type":"api",
"kw":"Viewing Details of a Listener,Listener,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"true",
"operation_id":"ListApiVersions;ShowQuota;ListQuotaDetails;ListAvailabilityZones;ListFlavors;ShowFlavor;CreateLoadBalancer;ListLoadBalancers;ShowLoadBalancer;UpdateLoadBalancer;DeleteLoadBalancer;ShowLoadBalancerStatus;CreateCertificate;ListCertificates;ShowCertificate;UpdateCertificate;DeleteCertificate;CreateSecurityPolicy;ListSecurityPolicies;ShowSecurityPolicy;UpdateSecurityPolicy;DeleteSecurityPolicy;ListSystemSecurityPolicies;CreateIpGroup;ListIpGroups;ShowIpGroup;UpdateIpGroup;DeleteIpGroup;UpdateIpList;BatchDeleteIpList;CreateListener;ListListeners;ShowListener;UpdateListener;DeleteListener;CreatePool;ListPools;ShowPool;UpdatePool;DeletePool;CreateMember;ListMembers;ShowMember;UpdateMember;DeleteMember;CreateHealthMonitor;ListHealthMonitors;ShowHealthMonitor;UpdateHealthMonitor;DeleteHealthMonitor;CreateL7Policy;ListL7Policies;ShowL7Policy;UpdateL7Policy;DeleteL7Policy;BatchUpdatePoliciesPriority;CreateL7Rule;ListL7Rules;ShowL7Rule;UpdateL7Rule;DeleteL7Rule;CreateLogtank;ListLogtanks;ShowLogtank;UpdateLogtank;DeleteLogtank"
}
],
"title":"Viewing Details of a Listener",
"githuburl":""
},
{
"uri":"UpdateListener.html",
"node_id":"updatelistener.xml",
"product_code":"elb",
"code":"119",
"des":"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.PUT /v3/",
"doc_type":"api",
"kw":"Updating a Listener,Listener,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"true",
"operation_id":"ListApiVersions;ShowQuota;ListQuotaDetails;ListAvailabilityZones;ListFlavors;ShowFlavor;CreateLoadBalancer;ListLoadBalancers;ShowLoadBalancer;UpdateLoadBalancer;DeleteLoadBalancer;ShowLoadBalancerStatus;CreateCertificate;ListCertificates;ShowCertificate;UpdateCertificate;DeleteCertificate;CreateSecurityPolicy;ListSecurityPolicies;ShowSecurityPolicy;UpdateSecurityPolicy;DeleteSecurityPolicy;ListSystemSecurityPolicies;CreateIpGroup;ListIpGroups;ShowIpGroup;UpdateIpGroup;DeleteIpGroup;UpdateIpList;BatchDeleteIpList;CreateListener;ListListeners;ShowListener;UpdateListener;DeleteListener;CreatePool;ListPools;ShowPool;UpdatePool;DeletePool;CreateMember;ListMembers;ShowMember;UpdateMember;DeleteMember;CreateHealthMonitor;ListHealthMonitors;ShowHealthMonitor;UpdateHealthMonitor;DeleteHealthMonitor;CreateL7Policy;ListL7Policies;ShowL7Policy;UpdateL7Policy;DeleteL7Policy;BatchUpdatePoliciesPriority;CreateL7Rule;ListL7Rules;ShowL7Rule;UpdateL7Rule;DeleteL7Rule;CreateLogtank;ListLogtanks;ShowLogtank;UpdateLogtank;DeleteLogtank"
}
],
"title":"Updating a Listener",
"githuburl":""
},
{
"uri":"DeleteListener.html",
"node_id":"deletelistener.xml",
"product_code":"elb",
"code":"120",
"des":"This API is used to delete a listener.Before you delete a listener, delete associated backend server groups or remove all backend servers in the default backend server gr",
"doc_type":"api",
"kw":"Deleting a Listener,Listener,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"true",
"operation_id":"ListApiVersions;ShowQuota;ListQuotaDetails;ListAvailabilityZones;ListFlavors;ShowFlavor;CreateLoadBalancer;ListLoadBalancers;ShowLoadBalancer;UpdateLoadBalancer;DeleteLoadBalancer;ShowLoadBalancerStatus;CreateCertificate;ListCertificates;ShowCertificate;UpdateCertificate;DeleteCertificate;CreateSecurityPolicy;ListSecurityPolicies;ShowSecurityPolicy;UpdateSecurityPolicy;DeleteSecurityPolicy;ListSystemSecurityPolicies;CreateIpGroup;ListIpGroups;ShowIpGroup;UpdateIpGroup;DeleteIpGroup;UpdateIpList;BatchDeleteIpList;CreateListener;ListListeners;ShowListener;UpdateListener;DeleteListener;CreatePool;ListPools;ShowPool;UpdatePool;DeletePool;CreateMember;ListMembers;ShowMember;UpdateMember;DeleteMember;CreateHealthMonitor;ListHealthMonitors;ShowHealthMonitor;UpdateHealthMonitor;DeleteHealthMonitor;CreateL7Policy;ListL7Policies;ShowL7Policy;UpdateL7Policy;DeleteL7Policy;BatchUpdatePoliciesPriority;CreateL7Rule;ListL7Rules;ShowL7Rule;UpdateL7Rule;DeleteL7Rule;CreateLogtank;ListLogtanks;ShowLogtank;UpdateLogtank;DeleteLogtank"
}
],
"title":"Deleting a Listener",
"githuburl":""
},
{
"uri":"module_pools.html",
"node_id":"module_pools.xml",
"product_code":"elb",
"code":"121",
"des":"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.",
"doc_type":"api",
"kw":"Backend Server Group",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"true",
"operation_id":"ListApiVersions;ShowQuota;ListQuotaDetails;ListAvailabilityZones;ListFlavors;ShowFlavor;CreateLoadBalancer;ListLoadBalancers;ShowLoadBalancer;UpdateLoadBalancer;DeleteLoadBalancer;ShowLoadBalancerStatus;CreateCertificate;ListCertificates;ShowCertificate;UpdateCertificate;DeleteCertificate;CreateSecurityPolicy;ListSecurityPolicies;ShowSecurityPolicy;UpdateSecurityPolicy;DeleteSecurityPolicy;ListSystemSecurityPolicies;CreateIpGroup;ListIpGroups;ShowIpGroup;UpdateIpGroup;DeleteIpGroup;UpdateIpList;BatchDeleteIpList;CreateListener;ListListeners;ShowListener;UpdateListener;DeleteListener;CreatePool;ListPools;ShowPool;UpdatePool;DeletePool;CreateMember;ListMembers;ShowMember;UpdateMember;DeleteMember;CreateHealthMonitor;ListHealthMonitors;ShowHealthMonitor;UpdateHealthMonitor;DeleteHealthMonitor;CreateL7Policy;ListL7Policies;ShowL7Policy;UpdateL7Policy;DeleteL7Policy;BatchUpdatePoliciesPriority;CreateL7Rule;ListL7Rules;ShowL7Rule;UpdateL7Rule;DeleteL7Rule;CreateLogtank;ListLogtanks;ShowLogtank;UpdateLogtank;DeleteLogtank"
}
],
"title":"Backend Server Group",
"githuburl":""
},
{
"uri":"CreatePool.html",
"node_id":"createpool.xml",
"product_code":"elb",
"code":"122",
"des":"This API is used to create a backend server group.If session-persistence is specified, cookie_name is available only when type is set to APP_COOKIE.If listener_id is spec",
"doc_type":"api",
"kw":"Creating a Backend Server Group,Backend Server Group,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"true",
"operation_id":"ListApiVersions;ShowQuota;ListQuotaDetails;ListAvailabilityZones;ListFlavors;ShowFlavor;CreateLoadBalancer;ListLoadBalancers;ShowLoadBalancer;UpdateLoadBalancer;DeleteLoadBalancer;ShowLoadBalancerStatus;CreateCertificate;ListCertificates;ShowCertificate;UpdateCertificate;DeleteCertificate;CreateSecurityPolicy;ListSecurityPolicies;ShowSecurityPolicy;UpdateSecurityPolicy;DeleteSecurityPolicy;ListSystemSecurityPolicies;CreateIpGroup;ListIpGroups;ShowIpGroup;UpdateIpGroup;DeleteIpGroup;UpdateIpList;BatchDeleteIpList;CreateListener;ListListeners;ShowListener;UpdateListener;DeleteListener;CreatePool;ListPools;ShowPool;UpdatePool;DeletePool;CreateMember;ListMembers;ShowMember;UpdateMember;DeleteMember;CreateHealthMonitor;ListHealthMonitors;ShowHealthMonitor;UpdateHealthMonitor;DeleteHealthMonitor;CreateL7Policy;ListL7Policies;ShowL7Policy;UpdateL7Policy;DeleteL7Policy;BatchUpdatePoliciesPriority;CreateL7Rule;ListL7Rules;ShowL7Rule;UpdateL7Rule;DeleteL7Rule;CreateLogtank;ListLogtanks;ShowLogtank;UpdateLogtank;DeleteLogtank"
}
],
"title":"Creating a Backend Server Group",
"githuburl":""
},
{
"uri":"ListPools.html",
"node_id":"listpools.xml",
"product_code":"elb",
"code":"123",
"des":"This API is used to query all backend server groups.This API has the following constraints:Parameters marker, limit, and page_reverse are used for pagination query.Parame",
"doc_type":"api",
"kw":"Querying Backend Server Groups,Backend Server Group,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"true",
"operation_id":"ListApiVersions;ShowQuota;ListQuotaDetails;ListAvailabilityZones;ListFlavors;ShowFlavor;CreateLoadBalancer;ListLoadBalancers;ShowLoadBalancer;UpdateLoadBalancer;DeleteLoadBalancer;ShowLoadBalancerStatus;CreateCertificate;ListCertificates;ShowCertificate;UpdateCertificate;DeleteCertificate;CreateSecurityPolicy;ListSecurityPolicies;ShowSecurityPolicy;UpdateSecurityPolicy;DeleteSecurityPolicy;ListSystemSecurityPolicies;CreateIpGroup;ListIpGroups;ShowIpGroup;UpdateIpGroup;DeleteIpGroup;UpdateIpList;BatchDeleteIpList;CreateListener;ListListeners;ShowListener;UpdateListener;DeleteListener;CreatePool;ListPools;ShowPool;UpdatePool;DeletePool;CreateMember;ListMembers;ShowMember;UpdateMember;DeleteMember;CreateHealthMonitor;ListHealthMonitors;ShowHealthMonitor;UpdateHealthMonitor;DeleteHealthMonitor;CreateL7Policy;ListL7Policies;ShowL7Policy;UpdateL7Policy;DeleteL7Policy;BatchUpdatePoliciesPriority;CreateL7Rule;ListL7Rules;ShowL7Rule;UpdateL7Rule;DeleteL7Rule;CreateLogtank;ListLogtanks;ShowLogtank;UpdateLogtank;DeleteLogtank"
}
],
"title":"Querying Backend Server Groups",
"githuburl":""
},
{
"uri":"ShowPool.html",
"node_id":"showpool.xml",
"product_code":"elb",
"code":"124",
"des":"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.",
"doc_type":"api",
"kw":"Viewing Details of a Backend Server Group,Backend Server Group,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"true",
"operation_id":"ListApiVersions;ShowQuota;ListQuotaDetails;ListAvailabilityZones;ListFlavors;ShowFlavor;CreateLoadBalancer;ListLoadBalancers;ShowLoadBalancer;UpdateLoadBalancer;DeleteLoadBalancer;ShowLoadBalancerStatus;CreateCertificate;ListCertificates;ShowCertificate;UpdateCertificate;DeleteCertificate;CreateSecurityPolicy;ListSecurityPolicies;ShowSecurityPolicy;UpdateSecurityPolicy;DeleteSecurityPolicy;ListSystemSecurityPolicies;CreateIpGroup;ListIpGroups;ShowIpGroup;UpdateIpGroup;DeleteIpGroup;UpdateIpList;BatchDeleteIpList;CreateListener;ListListeners;ShowListener;UpdateListener;DeleteListener;CreatePool;ListPools;ShowPool;UpdatePool;DeletePool;CreateMember;ListMembers;ShowMember;UpdateMember;DeleteMember;CreateHealthMonitor;ListHealthMonitors;ShowHealthMonitor;UpdateHealthMonitor;DeleteHealthMonitor;CreateL7Policy;ListL7Policies;ShowL7Policy;UpdateL7Policy;DeleteL7Policy;BatchUpdatePoliciesPriority;CreateL7Rule;ListL7Rules;ShowL7Rule;UpdateL7Rule;DeleteL7Rule;CreateLogtank;ListLogtanks;ShowLogtank;UpdateLogtank;DeleteLogtank"
}
],
"title":"Viewing Details of a Backend Server Group",
"githuburl":""
},
{
"uri":"UpdatePool.html",
"node_id":"updatepool.xml",
"product_code":"elb",
"code":"125",
"des":"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 ",
"doc_type":"api",
"kw":"Updating a Backend Server Group,Backend Server Group,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"true",
"operation_id":"ListApiVersions;ShowQuota;ListQuotaDetails;ListAvailabilityZones;ListFlavors;ShowFlavor;CreateLoadBalancer;ListLoadBalancers;ShowLoadBalancer;UpdateLoadBalancer;DeleteLoadBalancer;ShowLoadBalancerStatus;CreateCertificate;ListCertificates;ShowCertificate;UpdateCertificate;DeleteCertificate;CreateSecurityPolicy;ListSecurityPolicies;ShowSecurityPolicy;UpdateSecurityPolicy;DeleteSecurityPolicy;ListSystemSecurityPolicies;CreateIpGroup;ListIpGroups;ShowIpGroup;UpdateIpGroup;DeleteIpGroup;UpdateIpList;BatchDeleteIpList;CreateListener;ListListeners;ShowListener;UpdateListener;DeleteListener;CreatePool;ListPools;ShowPool;UpdatePool;DeletePool;CreateMember;ListMembers;ShowMember;UpdateMember;DeleteMember;CreateHealthMonitor;ListHealthMonitors;ShowHealthMonitor;UpdateHealthMonitor;DeleteHealthMonitor;CreateL7Policy;ListL7Policies;ShowL7Policy;UpdateL7Policy;DeleteL7Policy;BatchUpdatePoliciesPriority;CreateL7Rule;ListL7Rules;ShowL7Rule;UpdateL7Rule;DeleteL7Rule;CreateLogtank;ListLogtanks;ShowLogtank;UpdateLogtank;DeleteLogtank"
}
],
"title":"Updating a Backend Server Group",
"githuburl":""
},
{
"uri":"DeletePool.html",
"node_id":"deletepool.xml",
"product_code":"elb",
"code":"126",
"des":"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",
"doc_type":"api",
"kw":"Deleting a Backend Server Group,Backend Server Group,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"true",
"operation_id":"ListApiVersions;ShowQuota;ListQuotaDetails;ListAvailabilityZones;ListFlavors;ShowFlavor;CreateLoadBalancer;ListLoadBalancers;ShowLoadBalancer;UpdateLoadBalancer;DeleteLoadBalancer;ShowLoadBalancerStatus;CreateCertificate;ListCertificates;ShowCertificate;UpdateCertificate;DeleteCertificate;CreateSecurityPolicy;ListSecurityPolicies;ShowSecurityPolicy;UpdateSecurityPolicy;DeleteSecurityPolicy;ListSystemSecurityPolicies;CreateIpGroup;ListIpGroups;ShowIpGroup;UpdateIpGroup;DeleteIpGroup;UpdateIpList;BatchDeleteIpList;CreateListener;ListListeners;ShowListener;UpdateListener;DeleteListener;CreatePool;ListPools;ShowPool;UpdatePool;DeletePool;CreateMember;ListMembers;ShowMember;UpdateMember;DeleteMember;CreateHealthMonitor;ListHealthMonitors;ShowHealthMonitor;UpdateHealthMonitor;DeleteHealthMonitor;CreateL7Policy;ListL7Policies;ShowL7Policy;UpdateL7Policy;DeleteL7Policy;BatchUpdatePoliciesPriority;CreateL7Rule;ListL7Rules;ShowL7Rule;UpdateL7Rule;DeleteL7Rule;CreateLogtank;ListLogtanks;ShowLogtank;UpdateLogtank;DeleteLogtank"
}
],
"title":"Deleting a Backend Server Group",
"githuburl":""
},
{
"uri":"module_members.html",
"node_id":"module_members.xml",
"product_code":"elb",
"code":"127",
"des":"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.",
"doc_type":"api",
"kw":"Backend Server",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"true",
"operation_id":"ListApiVersions;ShowQuota;ListQuotaDetails;ListAvailabilityZones;ListFlavors;ShowFlavor;CreateLoadBalancer;ListLoadBalancers;ShowLoadBalancer;UpdateLoadBalancer;DeleteLoadBalancer;ShowLoadBalancerStatus;CreateCertificate;ListCertificates;ShowCertificate;UpdateCertificate;DeleteCertificate;CreateSecurityPolicy;ListSecurityPolicies;ShowSecurityPolicy;UpdateSecurityPolicy;DeleteSecurityPolicy;ListSystemSecurityPolicies;CreateIpGroup;ListIpGroups;ShowIpGroup;UpdateIpGroup;DeleteIpGroup;UpdateIpList;BatchDeleteIpList;CreateListener;ListListeners;ShowListener;UpdateListener;DeleteListener;CreatePool;ListPools;ShowPool;UpdatePool;DeletePool;CreateMember;ListMembers;ShowMember;UpdateMember;DeleteMember;CreateHealthMonitor;ListHealthMonitors;ShowHealthMonitor;UpdateHealthMonitor;DeleteHealthMonitor;CreateL7Policy;ListL7Policies;ShowL7Policy;UpdateL7Policy;DeleteL7Policy;BatchUpdatePoliciesPriority;CreateL7Rule;ListL7Rules;ShowL7Rule;UpdateL7Rule;DeleteL7Rule;CreateLogtank;ListLogtanks;ShowLogtank;UpdateLogtank;DeleteLogtank"
}
],
"title":"Backend Server",
"githuburl":""
},
{
"uri":"CreateMember.html",
"node_id":"createmember.xml",
"product_code":"elb",
"code":"128",
"des":"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",
"doc_type":"api",
"kw":"Adding a Backend Server,Backend Server,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"true",
"operation_id":"ListApiVersions;ShowQuota;ListQuotaDetails;ListAvailabilityZones;ListFlavors;ShowFlavor;CreateLoadBalancer;ListLoadBalancers;ShowLoadBalancer;UpdateLoadBalancer;DeleteLoadBalancer;ShowLoadBalancerStatus;CreateCertificate;ListCertificates;ShowCertificate;UpdateCertificate;DeleteCertificate;CreateSecurityPolicy;ListSecurityPolicies;ShowSecurityPolicy;UpdateSecurityPolicy;DeleteSecurityPolicy;ListSystemSecurityPolicies;CreateIpGroup;ListIpGroups;ShowIpGroup;UpdateIpGroup;DeleteIpGroup;UpdateIpList;BatchDeleteIpList;CreateListener;ListListeners;ShowListener;UpdateListener;DeleteListener;CreatePool;ListPools;ShowPool;UpdatePool;DeletePool;CreateMember;ListMembers;ShowMember;UpdateMember;DeleteMember;CreateHealthMonitor;ListHealthMonitors;ShowHealthMonitor;UpdateHealthMonitor;DeleteHealthMonitor;CreateL7Policy;ListL7Policies;ShowL7Policy;UpdateL7Policy;DeleteL7Policy;BatchUpdatePoliciesPriority;CreateL7Rule;ListL7Rules;ShowL7Rule;UpdateL7Rule;DeleteL7Rule;CreateLogtank;ListLogtanks;ShowLogtank;UpdateLogtank;DeleteLogtank"
}
],
"title":"Adding a Backend Server",
"githuburl":""
},
{
"uri":"ListMembers.html",
"node_id":"listmembers.xml",
"product_code":"elb",
"code":"129",
"des":"This API is used to query all backend servers.This API has the following constraints:Parameters marker, limit, and page_reverse are used for pagination query.Parameters m",
"doc_type":"api",
"kw":"Querying Backend Servers,Backend Server,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"true",
"operation_id":"ListApiVersions;ShowQuota;ListQuotaDetails;ListAvailabilityZones;ListFlavors;ShowFlavor;CreateLoadBalancer;ListLoadBalancers;ShowLoadBalancer;UpdateLoadBalancer;DeleteLoadBalancer;ShowLoadBalancerStatus;CreateCertificate;ListCertificates;ShowCertificate;UpdateCertificate;DeleteCertificate;CreateSecurityPolicy;ListSecurityPolicies;ShowSecurityPolicy;UpdateSecurityPolicy;DeleteSecurityPolicy;ListSystemSecurityPolicies;CreateIpGroup;ListIpGroups;ShowIpGroup;UpdateIpGroup;DeleteIpGroup;UpdateIpList;BatchDeleteIpList;CreateListener;ListListeners;ShowListener;UpdateListener;DeleteListener;CreatePool;ListPools;ShowPool;UpdatePool;DeletePool;CreateMember;ListMembers;ShowMember;UpdateMember;DeleteMember;CreateHealthMonitor;ListHealthMonitors;ShowHealthMonitor;UpdateHealthMonitor;DeleteHealthMonitor;CreateL7Policy;ListL7Policies;ShowL7Policy;UpdateL7Policy;DeleteL7Policy;BatchUpdatePoliciesPriority;CreateL7Rule;ListL7Rules;ShowL7Rule;UpdateL7Rule;DeleteL7Rule;CreateLogtank;ListLogtanks;ShowLogtank;UpdateLogtank;DeleteLogtank"
}
],
"title":"Querying Backend Servers",
"githuburl":""
},
{
"uri":"ShowMember.html",
"node_id":"showmember.xml",
"product_code":"elb",
"code":"130",
"des":"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",
"doc_type":"api",
"kw":"Viewing Details of a Backend Server,Backend Server,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"true",
"operation_id":"ListApiVersions;ShowQuota;ListQuotaDetails;ListAvailabilityZones;ListFlavors;ShowFlavor;CreateLoadBalancer;ListLoadBalancers;ShowLoadBalancer;UpdateLoadBalancer;DeleteLoadBalancer;ShowLoadBalancerStatus;CreateCertificate;ListCertificates;ShowCertificate;UpdateCertificate;DeleteCertificate;CreateSecurityPolicy;ListSecurityPolicies;ShowSecurityPolicy;UpdateSecurityPolicy;DeleteSecurityPolicy;ListSystemSecurityPolicies;CreateIpGroup;ListIpGroups;ShowIpGroup;UpdateIpGroup;DeleteIpGroup;UpdateIpList;BatchDeleteIpList;CreateListener;ListListeners;ShowListener;UpdateListener;DeleteListener;CreatePool;ListPools;ShowPool;UpdatePool;DeletePool;CreateMember;ListMembers;ShowMember;UpdateMember;DeleteMember;CreateHealthMonitor;ListHealthMonitors;ShowHealthMonitor;UpdateHealthMonitor;DeleteHealthMonitor;CreateL7Policy;ListL7Policies;ShowL7Policy;UpdateL7Policy;DeleteL7Policy;BatchUpdatePoliciesPriority;CreateL7Rule;ListL7Rules;ShowL7Rule;UpdateL7Rule;DeleteL7Rule;CreateLogtank;ListLogtanks;ShowLogtank;UpdateLogtank;DeleteLogtank"
}
],
"title":"Viewing Details of a Backend Server",
"githuburl":""
},
{
"uri":"UpdateMember.html",
"node_id":"updatemember.xml",
"product_code":"elb",
"code":"131",
"des":"This API is used to update a backend server.If the provisioning status of the associated load balancer is not ACTIVE, the backend server cannot be updated.PUT /v3/{projec",
"doc_type":"api",
"kw":"Updating a Backend Server,Backend Server,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"true",
"operation_id":"ListApiVersions;ShowQuota;ListQuotaDetails;ListAvailabilityZones;ListFlavors;ShowFlavor;CreateLoadBalancer;ListLoadBalancers;ShowLoadBalancer;UpdateLoadBalancer;DeleteLoadBalancer;ShowLoadBalancerStatus;CreateCertificate;ListCertificates;ShowCertificate;UpdateCertificate;DeleteCertificate;CreateSecurityPolicy;ListSecurityPolicies;ShowSecurityPolicy;UpdateSecurityPolicy;DeleteSecurityPolicy;ListSystemSecurityPolicies;CreateIpGroup;ListIpGroups;ShowIpGroup;UpdateIpGroup;DeleteIpGroup;UpdateIpList;BatchDeleteIpList;CreateListener;ListListeners;ShowListener;UpdateListener;DeleteListener;CreatePool;ListPools;ShowPool;UpdatePool;DeletePool;CreateMember;ListMembers;ShowMember;UpdateMember;DeleteMember;CreateHealthMonitor;ListHealthMonitors;ShowHealthMonitor;UpdateHealthMonitor;DeleteHealthMonitor;CreateL7Policy;ListL7Policies;ShowL7Policy;UpdateL7Policy;DeleteL7Policy;BatchUpdatePoliciesPriority;CreateL7Rule;ListL7Rules;ShowL7Rule;UpdateL7Rule;DeleteL7Rule;CreateLogtank;ListLogtanks;ShowLogtank;UpdateLogtank;DeleteLogtank"
}
],
"title":"Updating a Backend Server",
"githuburl":""
},
{
"uri":"DeleteMember.html",
"node_id":"deletemember.xml",
"product_code":"elb",
"code":"132",
"des":"This API is used to remove a backend server.After you remove a backend server, new connections to this server will not be established. However, persistent connections tha",
"doc_type":"api",
"kw":"Removing a Backend Server,Backend Server,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"true",
"operation_id":"ListApiVersions;ShowQuota;ListQuotaDetails;ListAvailabilityZones;ListFlavors;ShowFlavor;CreateLoadBalancer;ListLoadBalancers;ShowLoadBalancer;UpdateLoadBalancer;DeleteLoadBalancer;ShowLoadBalancerStatus;CreateCertificate;ListCertificates;ShowCertificate;UpdateCertificate;DeleteCertificate;CreateSecurityPolicy;ListSecurityPolicies;ShowSecurityPolicy;UpdateSecurityPolicy;DeleteSecurityPolicy;ListSystemSecurityPolicies;CreateIpGroup;ListIpGroups;ShowIpGroup;UpdateIpGroup;DeleteIpGroup;UpdateIpList;BatchDeleteIpList;CreateListener;ListListeners;ShowListener;UpdateListener;DeleteListener;CreatePool;ListPools;ShowPool;UpdatePool;DeletePool;CreateMember;ListMembers;ShowMember;UpdateMember;DeleteMember;CreateHealthMonitor;ListHealthMonitors;ShowHealthMonitor;UpdateHealthMonitor;DeleteHealthMonitor;CreateL7Policy;ListL7Policies;ShowL7Policy;UpdateL7Policy;DeleteL7Policy;BatchUpdatePoliciesPriority;CreateL7Rule;ListL7Rules;ShowL7Rule;UpdateL7Rule;DeleteL7Rule;CreateLogtank;ListLogtanks;ShowLogtank;UpdateLogtank;DeleteLogtank"
}
],
"title":"Removing a Backend Server",
"githuburl":""
},
{
"uri":"module_health_monitors.html",
"node_id":"module_health_monitors.xml",
"product_code":"elb",
"code":"133",
"des":"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.",
"doc_type":"api",
"kw":"Health Check",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"true",
"operation_id":"ListApiVersions;ShowQuota;ListQuotaDetails;ListAvailabilityZones;ListFlavors;ShowFlavor;CreateLoadBalancer;ListLoadBalancers;ShowLoadBalancer;UpdateLoadBalancer;DeleteLoadBalancer;ShowLoadBalancerStatus;CreateCertificate;ListCertificates;ShowCertificate;UpdateCertificate;DeleteCertificate;CreateSecurityPolicy;ListSecurityPolicies;ShowSecurityPolicy;UpdateSecurityPolicy;DeleteSecurityPolicy;ListSystemSecurityPolicies;CreateIpGroup;ListIpGroups;ShowIpGroup;UpdateIpGroup;DeleteIpGroup;UpdateIpList;BatchDeleteIpList;CreateListener;ListListeners;ShowListener;UpdateListener;DeleteListener;CreatePool;ListPools;ShowPool;UpdatePool;DeletePool;CreateMember;ListMembers;ShowMember;UpdateMember;DeleteMember;CreateHealthMonitor;ListHealthMonitors;ShowHealthMonitor;UpdateHealthMonitor;DeleteHealthMonitor;CreateL7Policy;ListL7Policies;ShowL7Policy;UpdateL7Policy;DeleteL7Policy;BatchUpdatePoliciesPriority;CreateL7Rule;ListL7Rules;ShowL7Rule;UpdateL7Rule;DeleteL7Rule;CreateLogtank;ListLogtanks;ShowLogtank;UpdateLogtank;DeleteLogtank"
}
],
"title":"Health Check",
"githuburl":""
},
{
"uri":"CreateHealthMonitor.html",
"node_id":"createhealthmonitor.xml",
"product_code":"elb",
"code":"134",
"des":"This API is used to configure a health check.The security groups must have rules that allow traffic to 100.125.0.0/16. If you want to use UDP for health checks, ensure th",
"doc_type":"api",
"kw":"Configuring a Health Check,Health Check,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"true",
"operation_id":"ListApiVersions;ShowQuota;ListQuotaDetails;ListAvailabilityZones;ListFlavors;ShowFlavor;CreateLoadBalancer;ListLoadBalancers;ShowLoadBalancer;UpdateLoadBalancer;DeleteLoadBalancer;ShowLoadBalancerStatus;CreateCertificate;ListCertificates;ShowCertificate;UpdateCertificate;DeleteCertificate;CreateSecurityPolicy;ListSecurityPolicies;ShowSecurityPolicy;UpdateSecurityPolicy;DeleteSecurityPolicy;ListSystemSecurityPolicies;CreateIpGroup;ListIpGroups;ShowIpGroup;UpdateIpGroup;DeleteIpGroup;UpdateIpList;BatchDeleteIpList;CreateListener;ListListeners;ShowListener;UpdateListener;DeleteListener;CreatePool;ListPools;ShowPool;UpdatePool;DeletePool;CreateMember;ListMembers;ShowMember;UpdateMember;DeleteMember;CreateHealthMonitor;ListHealthMonitors;ShowHealthMonitor;UpdateHealthMonitor;DeleteHealthMonitor;CreateL7Policy;ListL7Policies;ShowL7Policy;UpdateL7Policy;DeleteL7Policy;BatchUpdatePoliciesPriority;CreateL7Rule;ListL7Rules;ShowL7Rule;UpdateL7Rule;DeleteL7Rule;CreateLogtank;ListLogtanks;ShowLogtank;UpdateLogtank;DeleteLogtank"
}
],
"title":"Configuring a Health Check",
"githuburl":""
},
{
"uri":"ListHealthMonitors.html",
"node_id":"listhealthmonitors.xml",
"product_code":"elb",
"code":"135",
"des":"This API is used to query all health checks.This API has the following constraints:Parameters marker, limit, and page_reverse are used for pagination query.Parameters mar",
"doc_type":"api",
"kw":"Querying Health Checks,Health Check,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"true",
"operation_id":"ListApiVersions;ShowQuota;ListQuotaDetails;ListAvailabilityZones;ListFlavors;ShowFlavor;CreateLoadBalancer;ListLoadBalancers;ShowLoadBalancer;UpdateLoadBalancer;DeleteLoadBalancer;ShowLoadBalancerStatus;CreateCertificate;ListCertificates;ShowCertificate;UpdateCertificate;DeleteCertificate;CreateSecurityPolicy;ListSecurityPolicies;ShowSecurityPolicy;UpdateSecurityPolicy;DeleteSecurityPolicy;ListSystemSecurityPolicies;CreateIpGroup;ListIpGroups;ShowIpGroup;UpdateIpGroup;DeleteIpGroup;UpdateIpList;BatchDeleteIpList;CreateListener;ListListeners;ShowListener;UpdateListener;DeleteListener;CreatePool;ListPools;ShowPool;UpdatePool;DeletePool;CreateMember;ListMembers;ShowMember;UpdateMember;DeleteMember;CreateHealthMonitor;ListHealthMonitors;ShowHealthMonitor;UpdateHealthMonitor;DeleteHealthMonitor;CreateL7Policy;ListL7Policies;ShowL7Policy;UpdateL7Policy;DeleteL7Policy;BatchUpdatePoliciesPriority;CreateL7Rule;ListL7Rules;ShowL7Rule;UpdateL7Rule;DeleteL7Rule;CreateLogtank;ListLogtanks;ShowLogtank;UpdateLogtank;DeleteLogtank"
}
],
"title":"Querying Health Checks",
"githuburl":""
},
{
"uri":"ShowHealthMonitor.html",
"node_id":"showhealthmonitor.xml",
"product_code":"elb",
"code":"136",
"des":"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 ",
"doc_type":"api",
"kw":"Viewing Details of a Health Check,Health Check,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"true",
"operation_id":"ListApiVersions;ShowQuota;ListQuotaDetails;ListAvailabilityZones;ListFlavors;ShowFlavor;CreateLoadBalancer;ListLoadBalancers;ShowLoadBalancer;UpdateLoadBalancer;DeleteLoadBalancer;ShowLoadBalancerStatus;CreateCertificate;ListCertificates;ShowCertificate;UpdateCertificate;DeleteCertificate;CreateSecurityPolicy;ListSecurityPolicies;ShowSecurityPolicy;UpdateSecurityPolicy;DeleteSecurityPolicy;ListSystemSecurityPolicies;CreateIpGroup;ListIpGroups;ShowIpGroup;UpdateIpGroup;DeleteIpGroup;UpdateIpList;BatchDeleteIpList;CreateListener;ListListeners;ShowListener;UpdateListener;DeleteListener;CreatePool;ListPools;ShowPool;UpdatePool;DeletePool;CreateMember;ListMembers;ShowMember;UpdateMember;DeleteMember;CreateHealthMonitor;ListHealthMonitors;ShowHealthMonitor;UpdateHealthMonitor;DeleteHealthMonitor;CreateL7Policy;ListL7Policies;ShowL7Policy;UpdateL7Policy;DeleteL7Policy;BatchUpdatePoliciesPriority;CreateL7Rule;ListL7Rules;ShowL7Rule;UpdateL7Rule;DeleteL7Rule;CreateLogtank;ListLogtanks;ShowLogtank;UpdateLogtank;DeleteLogtank"
}
],
"title":"Viewing Details of a Health Check",
"githuburl":""
},
{
"uri":"UpdateHealthMonitor.html",
"node_id":"updatehealthmonitor.xml",
"product_code":"elb",
"code":"137",
"des":"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}",
"doc_type":"api",
"kw":"Updating a Health Check,Health Check,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"true",
"operation_id":"ListApiVersions;ShowQuota;ListQuotaDetails;ListAvailabilityZones;ListFlavors;ShowFlavor;CreateLoadBalancer;ListLoadBalancers;ShowLoadBalancer;UpdateLoadBalancer;DeleteLoadBalancer;ShowLoadBalancerStatus;CreateCertificate;ListCertificates;ShowCertificate;UpdateCertificate;DeleteCertificate;CreateSecurityPolicy;ListSecurityPolicies;ShowSecurityPolicy;UpdateSecurityPolicy;DeleteSecurityPolicy;ListSystemSecurityPolicies;CreateIpGroup;ListIpGroups;ShowIpGroup;UpdateIpGroup;DeleteIpGroup;UpdateIpList;BatchDeleteIpList;CreateListener;ListListeners;ShowListener;UpdateListener;DeleteListener;CreatePool;ListPools;ShowPool;UpdatePool;DeletePool;CreateMember;ListMembers;ShowMember;UpdateMember;DeleteMember;CreateHealthMonitor;ListHealthMonitors;ShowHealthMonitor;UpdateHealthMonitor;DeleteHealthMonitor;CreateL7Policy;ListL7Policies;ShowL7Policy;UpdateL7Policy;DeleteL7Policy;BatchUpdatePoliciesPriority;CreateL7Rule;ListL7Rules;ShowL7Rule;UpdateL7Rule;DeleteL7Rule;CreateLogtank;ListLogtanks;ShowLogtank;UpdateLogtank;DeleteLogtank"
}
],
"title":"Updating a Health Check",
"githuburl":""
},
{
"uri":"DeleteHealthMonitor.html",
"node_id":"deletehealthmonitor.xml",
"product_code":"elb",
"code":"138",
"des":"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_",
"doc_type":"api",
"kw":"Deleting a Health Check,Health Check,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"true",
"operation_id":"ListApiVersions;ShowQuota;ListQuotaDetails;ListAvailabilityZones;ListFlavors;ShowFlavor;CreateLoadBalancer;ListLoadBalancers;ShowLoadBalancer;UpdateLoadBalancer;DeleteLoadBalancer;ShowLoadBalancerStatus;CreateCertificate;ListCertificates;ShowCertificate;UpdateCertificate;DeleteCertificate;CreateSecurityPolicy;ListSecurityPolicies;ShowSecurityPolicy;UpdateSecurityPolicy;DeleteSecurityPolicy;ListSystemSecurityPolicies;CreateIpGroup;ListIpGroups;ShowIpGroup;UpdateIpGroup;DeleteIpGroup;UpdateIpList;BatchDeleteIpList;CreateListener;ListListeners;ShowListener;UpdateListener;DeleteListener;CreatePool;ListPools;ShowPool;UpdatePool;DeletePool;CreateMember;ListMembers;ShowMember;UpdateMember;DeleteMember;CreateHealthMonitor;ListHealthMonitors;ShowHealthMonitor;UpdateHealthMonitor;DeleteHealthMonitor;CreateL7Policy;ListL7Policies;ShowL7Policy;UpdateL7Policy;DeleteL7Policy;BatchUpdatePoliciesPriority;CreateL7Rule;ListL7Rules;ShowL7Rule;UpdateL7Rule;DeleteL7Rule;CreateLogtank;ListLogtanks;ShowLogtank;UpdateLogtank;DeleteLogtank"
}
],
"title":"Deleting a Health Check",
"githuburl":""
},
{
"uri":"module_policies.html",
"node_id":"module_policies.xml",
"product_code":"elb",
"code":"139",
"des":"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.",
"doc_type":"api",
"kw":"Forwarding Policy",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"true",
"operation_id":"ListApiVersions;ShowQuota;ListQuotaDetails;ListAvailabilityZones;ListFlavors;ShowFlavor;CreateLoadBalancer;ListLoadBalancers;ShowLoadBalancer;UpdateLoadBalancer;DeleteLoadBalancer;ShowLoadBalancerStatus;CreateCertificate;ListCertificates;ShowCertificate;UpdateCertificate;DeleteCertificate;CreateSecurityPolicy;ListSecurityPolicies;ShowSecurityPolicy;UpdateSecurityPolicy;DeleteSecurityPolicy;ListSystemSecurityPolicies;CreateIpGroup;ListIpGroups;ShowIpGroup;UpdateIpGroup;DeleteIpGroup;UpdateIpList;BatchDeleteIpList;CreateListener;ListListeners;ShowListener;UpdateListener;DeleteListener;CreatePool;ListPools;ShowPool;UpdatePool;DeletePool;CreateMember;ListMembers;ShowMember;UpdateMember;DeleteMember;CreateHealthMonitor;ListHealthMonitors;ShowHealthMonitor;UpdateHealthMonitor;DeleteHealthMonitor;CreateL7Policy;ListL7Policies;ShowL7Policy;UpdateL7Policy;DeleteL7Policy;BatchUpdatePoliciesPriority;CreateL7Rule;ListL7Rules;ShowL7Rule;UpdateL7Rule;DeleteL7Rule;CreateLogtank;ListLogtanks;ShowLogtank;UpdateLogtank;DeleteLogtank"
}
],
"title":"Forwarding Policy",
"githuburl":""
},
{
"uri":"CreateL7Policy.html",
"node_id":"createl7policy.xml",
"product_code":"elb",
"code":"140",
"des":"This API is used to add a forwarding policy to a listener.Forwarding policies can be added to only to HTTP or HTTPS listeners.POST /v3/{project_id}/elb/l7policiesStatus c",
"doc_type":"api",
"kw":"Adding a Forwarding Policy,Forwarding Policy,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"true",
"operation_id":"ListApiVersions;ShowQuota;ListQuotaDetails;ListAvailabilityZones;ListFlavors;ShowFlavor;CreateLoadBalancer;ListLoadBalancers;ShowLoadBalancer;UpdateLoadBalancer;DeleteLoadBalancer;ShowLoadBalancerStatus;CreateCertificate;ListCertificates;ShowCertificate;UpdateCertificate;DeleteCertificate;CreateSecurityPolicy;ListSecurityPolicies;ShowSecurityPolicy;UpdateSecurityPolicy;DeleteSecurityPolicy;ListSystemSecurityPolicies;CreateIpGroup;ListIpGroups;ShowIpGroup;UpdateIpGroup;DeleteIpGroup;UpdateIpList;BatchDeleteIpList;CreateListener;ListListeners;ShowListener;UpdateListener;DeleteListener;CreatePool;ListPools;ShowPool;UpdatePool;DeletePool;CreateMember;ListMembers;ShowMember;UpdateMember;DeleteMember;CreateHealthMonitor;ListHealthMonitors;ShowHealthMonitor;UpdateHealthMonitor;DeleteHealthMonitor;CreateL7Policy;ListL7Policies;ShowL7Policy;UpdateL7Policy;DeleteL7Policy;BatchUpdatePoliciesPriority;CreateL7Rule;ListL7Rules;ShowL7Rule;UpdateL7Rule;DeleteL7Rule;CreateLogtank;ListLogtanks;ShowLogtank;UpdateLogtank;DeleteLogtank"
}
],
"title":"Adding a Forwarding Policy",
"githuburl":""
},
{
"uri":"ListL7Policies.html",
"node_id":"listl7policies.xml",
"product_code":"elb",
"code":"141",
"des":"This API is used to query all forwarding policies.This API has the following constraints:Parameters marker, limit, and page_reverse are used for pagination query.Paramete",
"doc_type":"api",
"kw":"Querying Forwarding Policies,Forwarding Policy,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"true",
"operation_id":"ListApiVersions;ShowQuota;ListQuotaDetails;ListAvailabilityZones;ListFlavors;ShowFlavor;CreateLoadBalancer;ListLoadBalancers;ShowLoadBalancer;UpdateLoadBalancer;DeleteLoadBalancer;ShowLoadBalancerStatus;CreateCertificate;ListCertificates;ShowCertificate;UpdateCertificate;DeleteCertificate;CreateSecurityPolicy;ListSecurityPolicies;ShowSecurityPolicy;UpdateSecurityPolicy;DeleteSecurityPolicy;ListSystemSecurityPolicies;CreateIpGroup;ListIpGroups;ShowIpGroup;UpdateIpGroup;DeleteIpGroup;UpdateIpList;BatchDeleteIpList;CreateListener;ListListeners;ShowListener;UpdateListener;DeleteListener;CreatePool;ListPools;ShowPool;UpdatePool;DeletePool;CreateMember;ListMembers;ShowMember;UpdateMember;DeleteMember;CreateHealthMonitor;ListHealthMonitors;ShowHealthMonitor;UpdateHealthMonitor;DeleteHealthMonitor;CreateL7Policy;ListL7Policies;ShowL7Policy;UpdateL7Policy;DeleteL7Policy;BatchUpdatePoliciesPriority;CreateL7Rule;ListL7Rules;ShowL7Rule;UpdateL7Rule;DeleteL7Rule;CreateLogtank;ListLogtanks;ShowLogtank;UpdateLogtank;DeleteLogtank"
}
],
"title":"Querying Forwarding Policies",
"githuburl":""
},
{
"uri":"ShowL7Policy.html",
"node_id":"showl7policy.xml",
"product_code":"elb",
"code":"142",
"des":"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",
"doc_type":"api",
"kw":"Viewing Details of a Forwarding Policy,Forwarding Policy,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"true",
"operation_id":"ListApiVersions;ShowQuota;ListQuotaDetails;ListAvailabilityZones;ListFlavors;ShowFlavor;CreateLoadBalancer;ListLoadBalancers;ShowLoadBalancer;UpdateLoadBalancer;DeleteLoadBalancer;ShowLoadBalancerStatus;CreateCertificate;ListCertificates;ShowCertificate;UpdateCertificate;DeleteCertificate;CreateSecurityPolicy;ListSecurityPolicies;ShowSecurityPolicy;UpdateSecurityPolicy;DeleteSecurityPolicy;ListSystemSecurityPolicies;CreateIpGroup;ListIpGroups;ShowIpGroup;UpdateIpGroup;DeleteIpGroup;UpdateIpList;BatchDeleteIpList;CreateListener;ListListeners;ShowListener;UpdateListener;DeleteListener;CreatePool;ListPools;ShowPool;UpdatePool;DeletePool;CreateMember;ListMembers;ShowMember;UpdateMember;DeleteMember;CreateHealthMonitor;ListHealthMonitors;ShowHealthMonitor;UpdateHealthMonitor;DeleteHealthMonitor;CreateL7Policy;ListL7Policies;ShowL7Policy;UpdateL7Policy;DeleteL7Policy;BatchUpdatePoliciesPriority;CreateL7Rule;ListL7Rules;ShowL7Rule;UpdateL7Rule;DeleteL7Rule;CreateLogtank;ListLogtanks;ShowLogtank;UpdateLogtank;DeleteLogtank"
}
],
"title":"Viewing Details of a Forwarding Policy",
"githuburl":""
},
{
"uri":"UpdateL7Policy.html",
"node_id":"updatel7policy.xml",
"product_code":"elb",
"code":"143",
"des":"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.",
"doc_type":"api",
"kw":"Updating a Forwarding Policy,Forwarding Policy,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"true",
"operation_id":"ListApiVersions;ShowQuota;ListQuotaDetails;ListAvailabilityZones;ListFlavors;ShowFlavor;CreateLoadBalancer;ListLoadBalancers;ShowLoadBalancer;UpdateLoadBalancer;DeleteLoadBalancer;ShowLoadBalancerStatus;CreateCertificate;ListCertificates;ShowCertificate;UpdateCertificate;DeleteCertificate;CreateSecurityPolicy;ListSecurityPolicies;ShowSecurityPolicy;UpdateSecurityPolicy;DeleteSecurityPolicy;ListSystemSecurityPolicies;CreateIpGroup;ListIpGroups;ShowIpGroup;UpdateIpGroup;DeleteIpGroup;UpdateIpList;BatchDeleteIpList;CreateListener;ListListeners;ShowListener;UpdateListener;DeleteListener;CreatePool;ListPools;ShowPool;UpdatePool;DeletePool;CreateMember;ListMembers;ShowMember;UpdateMember;DeleteMember;CreateHealthMonitor;ListHealthMonitors;ShowHealthMonitor;UpdateHealthMonitor;DeleteHealthMonitor;CreateL7Policy;ListL7Policies;ShowL7Policy;UpdateL7Policy;DeleteL7Policy;BatchUpdatePoliciesPriority;CreateL7Rule;ListL7Rules;ShowL7Rule;UpdateL7Rule;DeleteL7Rule;CreateLogtank;ListLogtanks;ShowLogtank;UpdateLogtank;DeleteLogtank"
}
],
"title":"Updating a Forwarding Policy",
"githuburl":""
},
{
"uri":"DeleteL7Policy.html",
"node_id":"deletel7policy.xml",
"product_code":"elb",
"code":"144",
"des":"This API is used to delete a forwarding policy.DELETE /v3/{project_id}/elb/l7policies/{l7policy_id}NoneNoneSee Error Codes.",
"doc_type":"api",
"kw":"Deleting a Forwarding Policy,Forwarding Policy,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"true",
"operation_id":"ListApiVersions;ShowQuota;ListQuotaDetails;ListAvailabilityZones;ListFlavors;ShowFlavor;CreateLoadBalancer;ListLoadBalancers;ShowLoadBalancer;UpdateLoadBalancer;DeleteLoadBalancer;ShowLoadBalancerStatus;CreateCertificate;ListCertificates;ShowCertificate;UpdateCertificate;DeleteCertificate;CreateSecurityPolicy;ListSecurityPolicies;ShowSecurityPolicy;UpdateSecurityPolicy;DeleteSecurityPolicy;ListSystemSecurityPolicies;CreateIpGroup;ListIpGroups;ShowIpGroup;UpdateIpGroup;DeleteIpGroup;UpdateIpList;BatchDeleteIpList;CreateListener;ListListeners;ShowListener;UpdateListener;DeleteListener;CreatePool;ListPools;ShowPool;UpdatePool;DeletePool;CreateMember;ListMembers;ShowMember;UpdateMember;DeleteMember;CreateHealthMonitor;ListHealthMonitors;ShowHealthMonitor;UpdateHealthMonitor;DeleteHealthMonitor;CreateL7Policy;ListL7Policies;ShowL7Policy;UpdateL7Policy;DeleteL7Policy;BatchUpdatePoliciesPriority;CreateL7Rule;ListL7Rules;ShowL7Rule;UpdateL7Rule;DeleteL7Rule;CreateLogtank;ListLogtanks;ShowLogtank;UpdateLogtank;DeleteLogtank"
}
],
"title":"Deleting a Forwarding Policy",
"githuburl":""
},
{
"uri":"BatchUpdatePoliciesPriority.html",
"node_id":"batchupdatepoliciespriority.xml",
"product_code":"elb",
"code":"145",
"des":"This API is used to batch update the priorities of forwarding policies.This API is only used to update the priorities of forwarding policies added to a listener of a dedi",
"doc_type":"api",
"kw":"Batch Updating Forwarding Policy Priorities,Forwarding Policy,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"true",
"operation_id":"ListApiVersions;ShowQuota;ListQuotaDetails;ListAvailabilityZones;ListFlavors;ShowFlavor;CreateLoadBalancer;ListLoadBalancers;ShowLoadBalancer;UpdateLoadBalancer;DeleteLoadBalancer;ShowLoadBalancerStatus;CreateCertificate;ListCertificates;ShowCertificate;UpdateCertificate;DeleteCertificate;CreateSecurityPolicy;ListSecurityPolicies;ShowSecurityPolicy;UpdateSecurityPolicy;DeleteSecurityPolicy;ListSystemSecurityPolicies;CreateIpGroup;ListIpGroups;ShowIpGroup;UpdateIpGroup;DeleteIpGroup;UpdateIpList;BatchDeleteIpList;CreateListener;ListListeners;ShowListener;UpdateListener;DeleteListener;CreatePool;ListPools;ShowPool;UpdatePool;DeletePool;CreateMember;ListMembers;ShowMember;UpdateMember;DeleteMember;CreateHealthMonitor;ListHealthMonitors;ShowHealthMonitor;UpdateHealthMonitor;DeleteHealthMonitor;CreateL7Policy;ListL7Policies;ShowL7Policy;UpdateL7Policy;DeleteL7Policy;BatchUpdatePoliciesPriority;CreateL7Rule;ListL7Rules;ShowL7Rule;UpdateL7Rule;DeleteL7Rule;CreateLogtank;ListLogtanks;ShowLogtank;UpdateLogtank;DeleteLogtank"
}
],
"title":"Batch Updating Forwarding Policy Priorities",
"githuburl":""
},
{
"uri":"module_rules.html",
"node_id":"module_rules.xml",
"product_code":"elb",
"code":"146",
"des":"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.",
"doc_type":"api",
"kw":"Forwarding Rule",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"true",
"operation_id":"ListApiVersions;ShowQuota;ListQuotaDetails;ListAvailabilityZones;ListFlavors;ShowFlavor;CreateLoadBalancer;ListLoadBalancers;ShowLoadBalancer;UpdateLoadBalancer;DeleteLoadBalancer;ShowLoadBalancerStatus;CreateCertificate;ListCertificates;ShowCertificate;UpdateCertificate;DeleteCertificate;CreateSecurityPolicy;ListSecurityPolicies;ShowSecurityPolicy;UpdateSecurityPolicy;DeleteSecurityPolicy;ListSystemSecurityPolicies;CreateIpGroup;ListIpGroups;ShowIpGroup;UpdateIpGroup;DeleteIpGroup;UpdateIpList;BatchDeleteIpList;CreateListener;ListListeners;ShowListener;UpdateListener;DeleteListener;CreatePool;ListPools;ShowPool;UpdatePool;DeletePool;CreateMember;ListMembers;ShowMember;UpdateMember;DeleteMember;CreateHealthMonitor;ListHealthMonitors;ShowHealthMonitor;UpdateHealthMonitor;DeleteHealthMonitor;CreateL7Policy;ListL7Policies;ShowL7Policy;UpdateL7Policy;DeleteL7Policy;BatchUpdatePoliciesPriority;CreateL7Rule;ListL7Rules;ShowL7Rule;UpdateL7Rule;DeleteL7Rule;CreateLogtank;ListLogtanks;ShowLogtank;UpdateLogtank;DeleteLogtank"
}
],
"title":"Forwarding Rule",
"githuburl":""
},
{
"uri":"CreateL7Rule.html",
"node_id":"createl7rule.xml",
"product_code":"elb",
"code":"147",
"des":"This API is used to add a forwarding rule.If the action of 17policy is set to Redirect to another listener, 17rule cannot be created.POST /v3/{project_id}/elb/l7policies/",
"doc_type":"api",
"kw":"Adding a Forwarding Rule,Forwarding Rule,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"true",
"operation_id":"ListApiVersions;ShowQuota;ListQuotaDetails;ListAvailabilityZones;ListFlavors;ShowFlavor;CreateLoadBalancer;ListLoadBalancers;ShowLoadBalancer;UpdateLoadBalancer;DeleteLoadBalancer;ShowLoadBalancerStatus;CreateCertificate;ListCertificates;ShowCertificate;UpdateCertificate;DeleteCertificate;CreateSecurityPolicy;ListSecurityPolicies;ShowSecurityPolicy;UpdateSecurityPolicy;DeleteSecurityPolicy;ListSystemSecurityPolicies;CreateIpGroup;ListIpGroups;ShowIpGroup;UpdateIpGroup;DeleteIpGroup;UpdateIpList;BatchDeleteIpList;CreateListener;ListListeners;ShowListener;UpdateListener;DeleteListener;CreatePool;ListPools;ShowPool;UpdatePool;DeletePool;CreateMember;ListMembers;ShowMember;UpdateMember;DeleteMember;CreateHealthMonitor;ListHealthMonitors;ShowHealthMonitor;UpdateHealthMonitor;DeleteHealthMonitor;CreateL7Policy;ListL7Policies;ShowL7Policy;UpdateL7Policy;DeleteL7Policy;BatchUpdatePoliciesPriority;CreateL7Rule;ListL7Rules;ShowL7Rule;UpdateL7Rule;DeleteL7Rule;CreateLogtank;ListLogtanks;ShowLogtank;UpdateLogtank;DeleteLogtank"
}
],
"title":"Adding a Forwarding Rule",
"githuburl":""
},
{
"uri":"ListL7Rules.html",
"node_id":"listl7rules.xml",
"product_code":"elb",
"code":"148",
"des":"This API is used to query all forwarding rules.This API has the following constraints:Parameters marker, limit, and page_reverse are used for pagination query.Parameters ",
"doc_type":"api",
"kw":"Querying Forwarding Rules,Forwarding Rule,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"true",
"operation_id":"ListApiVersions;ShowQuota;ListQuotaDetails;ListAvailabilityZones;ListFlavors;ShowFlavor;CreateLoadBalancer;ListLoadBalancers;ShowLoadBalancer;UpdateLoadBalancer;DeleteLoadBalancer;ShowLoadBalancerStatus;CreateCertificate;ListCertificates;ShowCertificate;UpdateCertificate;DeleteCertificate;CreateSecurityPolicy;ListSecurityPolicies;ShowSecurityPolicy;UpdateSecurityPolicy;DeleteSecurityPolicy;ListSystemSecurityPolicies;CreateIpGroup;ListIpGroups;ShowIpGroup;UpdateIpGroup;DeleteIpGroup;UpdateIpList;BatchDeleteIpList;CreateListener;ListListeners;ShowListener;UpdateListener;DeleteListener;CreatePool;ListPools;ShowPool;UpdatePool;DeletePool;CreateMember;ListMembers;ShowMember;UpdateMember;DeleteMember;CreateHealthMonitor;ListHealthMonitors;ShowHealthMonitor;UpdateHealthMonitor;DeleteHealthMonitor;CreateL7Policy;ListL7Policies;ShowL7Policy;UpdateL7Policy;DeleteL7Policy;BatchUpdatePoliciesPriority;CreateL7Rule;ListL7Rules;ShowL7Rule;UpdateL7Rule;DeleteL7Rule;CreateLogtank;ListLogtanks;ShowLogtank;UpdateLogtank;DeleteLogtank"
}
],
"title":"Querying Forwarding Rules",
"githuburl":""
},
{
"uri":"ShowL7Rule.html",
"node_id":"showl7rule.xml",
"product_code":"elb",
"code":"149",
"des":"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: 200OKSee Error Codes",
"doc_type":"api",
"kw":"Viewing Details of a Forwarding Rule,Forwarding Rule,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"true",
"operation_id":"ListApiVersions;ShowQuota;ListQuotaDetails;ListAvailabilityZones;ListFlavors;ShowFlavor;CreateLoadBalancer;ListLoadBalancers;ShowLoadBalancer;UpdateLoadBalancer;DeleteLoadBalancer;ShowLoadBalancerStatus;CreateCertificate;ListCertificates;ShowCertificate;UpdateCertificate;DeleteCertificate;CreateSecurityPolicy;ListSecurityPolicies;ShowSecurityPolicy;UpdateSecurityPolicy;DeleteSecurityPolicy;ListSystemSecurityPolicies;CreateIpGroup;ListIpGroups;ShowIpGroup;UpdateIpGroup;DeleteIpGroup;UpdateIpList;BatchDeleteIpList;CreateListener;ListListeners;ShowListener;UpdateListener;DeleteListener;CreatePool;ListPools;ShowPool;UpdatePool;DeletePool;CreateMember;ListMembers;ShowMember;UpdateMember;DeleteMember;CreateHealthMonitor;ListHealthMonitors;ShowHealthMonitor;UpdateHealthMonitor;DeleteHealthMonitor;CreateL7Policy;ListL7Policies;ShowL7Policy;UpdateL7Policy;DeleteL7Policy;BatchUpdatePoliciesPriority;CreateL7Rule;ListL7Rules;ShowL7Rule;UpdateL7Rule;DeleteL7Rule;CreateLogtank;ListLogtanks;ShowLogtank;UpdateLogtank;DeleteLogtank"
}
],
"title":"Viewing Details of a Forwarding Rule",
"githuburl":""
},
{
"uri":"UpdateL7Rule.html",
"node_id":"updatel7rule.xml",
"product_code":"elb",
"code":"150",
"des":"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",
"doc_type":"api",
"kw":"Updating a Forwarding Rule,Forwarding Rule,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"true",
"operation_id":"ListApiVersions;ShowQuota;ListQuotaDetails;ListAvailabilityZones;ListFlavors;ShowFlavor;CreateLoadBalancer;ListLoadBalancers;ShowLoadBalancer;UpdateLoadBalancer;DeleteLoadBalancer;ShowLoadBalancerStatus;CreateCertificate;ListCertificates;ShowCertificate;UpdateCertificate;DeleteCertificate;CreateSecurityPolicy;ListSecurityPolicies;ShowSecurityPolicy;UpdateSecurityPolicy;DeleteSecurityPolicy;ListSystemSecurityPolicies;CreateIpGroup;ListIpGroups;ShowIpGroup;UpdateIpGroup;DeleteIpGroup;UpdateIpList;BatchDeleteIpList;CreateListener;ListListeners;ShowListener;UpdateListener;DeleteListener;CreatePool;ListPools;ShowPool;UpdatePool;DeletePool;CreateMember;ListMembers;ShowMember;UpdateMember;DeleteMember;CreateHealthMonitor;ListHealthMonitors;ShowHealthMonitor;UpdateHealthMonitor;DeleteHealthMonitor;CreateL7Policy;ListL7Policies;ShowL7Policy;UpdateL7Policy;DeleteL7Policy;BatchUpdatePoliciesPriority;CreateL7Rule;ListL7Rules;ShowL7Rule;UpdateL7Rule;DeleteL7Rule;CreateLogtank;ListLogtanks;ShowLogtank;UpdateLogtank;DeleteLogtank"
}
],
"title":"Updating a Forwarding Rule",
"githuburl":""
},
{
"uri":"DeleteL7Rule.html",
"node_id":"deletel7rule.xml",
"product_code":"elb",
"code":"151",
"des":"This API is used to delete a forwarding rule.DELETE /v3/{project_id}/elb/l7policies/{l7policy_id}/rules/{l7rule_id}NoneNoneSee Error Codes.",
"doc_type":"api",
"kw":"Deleting a Forwarding Rule,Forwarding Rule,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"true",
"operation_id":"ListApiVersions;ShowQuota;ListQuotaDetails;ListAvailabilityZones;ListFlavors;ShowFlavor;CreateLoadBalancer;ListLoadBalancers;ShowLoadBalancer;UpdateLoadBalancer;DeleteLoadBalancer;ShowLoadBalancerStatus;CreateCertificate;ListCertificates;ShowCertificate;UpdateCertificate;DeleteCertificate;CreateSecurityPolicy;ListSecurityPolicies;ShowSecurityPolicy;UpdateSecurityPolicy;DeleteSecurityPolicy;ListSystemSecurityPolicies;CreateIpGroup;ListIpGroups;ShowIpGroup;UpdateIpGroup;DeleteIpGroup;UpdateIpList;BatchDeleteIpList;CreateListener;ListListeners;ShowListener;UpdateListener;DeleteListener;CreatePool;ListPools;ShowPool;UpdatePool;DeletePool;CreateMember;ListMembers;ShowMember;UpdateMember;DeleteMember;CreateHealthMonitor;ListHealthMonitors;ShowHealthMonitor;UpdateHealthMonitor;DeleteHealthMonitor;CreateL7Policy;ListL7Policies;ShowL7Policy;UpdateL7Policy;DeleteL7Policy;BatchUpdatePoliciesPriority;CreateL7Rule;ListL7Rules;ShowL7Rule;UpdateL7Rule;DeleteL7Rule;CreateLogtank;ListLogtanks;ShowLogtank;UpdateLogtank;DeleteLogtank"
}
],
"title":"Deleting a Forwarding Rule",
"githuburl":""
},
{
"uri":"module_logtank.html",
"node_id":"module_logtank.xml",
"product_code":"elb",
"code":"152",
"des":"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.",
"doc_type":"api",
"kw":"Log",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"true",
"operation_id":"ListApiVersions;ShowQuota;ListQuotaDetails;ListAvailabilityZones;ListFlavors;ShowFlavor;CreateLoadBalancer;ListLoadBalancers;ShowLoadBalancer;UpdateLoadBalancer;DeleteLoadBalancer;ShowLoadBalancerStatus;CreateCertificate;ListCertificates;ShowCertificate;UpdateCertificate;DeleteCertificate;CreateSecurityPolicy;ListSecurityPolicies;ShowSecurityPolicy;UpdateSecurityPolicy;DeleteSecurityPolicy;ListSystemSecurityPolicies;CreateIpGroup;ListIpGroups;ShowIpGroup;UpdateIpGroup;DeleteIpGroup;UpdateIpList;BatchDeleteIpList;CreateListener;ListListeners;ShowListener;UpdateListener;DeleteListener;CreatePool;ListPools;ShowPool;UpdatePool;DeletePool;CreateMember;ListMembers;ShowMember;UpdateMember;DeleteMember;CreateHealthMonitor;ListHealthMonitors;ShowHealthMonitor;UpdateHealthMonitor;DeleteHealthMonitor;CreateL7Policy;ListL7Policies;ShowL7Policy;UpdateL7Policy;DeleteL7Policy;BatchUpdatePoliciesPriority;CreateL7Rule;ListL7Rules;ShowL7Rule;UpdateL7Rule;DeleteL7Rule;CreateLogtank;ListLogtanks;ShowLogtank;UpdateLogtank;DeleteLogtank"
}
],
"title":"Log",
"githuburl":""
},
{
"uri":"CreateLogtank.html",
"node_id":"createlogtank.xml",
"product_code":"elb",
"code":"153",
"des":"This API is used to create a log.POST /v3/{project_id}/elb/logtanksStatus code: 201Creating a log for a load balancerStatus code: 201CreatedSee Error Codes.",
"doc_type":"api",
"kw":"Creating a Log,Log,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"true",
"operation_id":"ListApiVersions;ShowQuota;ListQuotaDetails;ListAvailabilityZones;ListFlavors;ShowFlavor;CreateLoadBalancer;ListLoadBalancers;ShowLoadBalancer;UpdateLoadBalancer;DeleteLoadBalancer;ShowLoadBalancerStatus;CreateCertificate;ListCertificates;ShowCertificate;UpdateCertificate;DeleteCertificate;CreateSecurityPolicy;ListSecurityPolicies;ShowSecurityPolicy;UpdateSecurityPolicy;DeleteSecurityPolicy;ListSystemSecurityPolicies;CreateIpGroup;ListIpGroups;ShowIpGroup;UpdateIpGroup;DeleteIpGroup;UpdateIpList;BatchDeleteIpList;CreateListener;ListListeners;ShowListener;UpdateListener;DeleteListener;CreatePool;ListPools;ShowPool;UpdatePool;DeletePool;CreateMember;ListMembers;ShowMember;UpdateMember;DeleteMember;CreateHealthMonitor;ListHealthMonitors;ShowHealthMonitor;UpdateHealthMonitor;DeleteHealthMonitor;CreateL7Policy;ListL7Policies;ShowL7Policy;UpdateL7Policy;DeleteL7Policy;BatchUpdatePoliciesPriority;CreateL7Rule;ListL7Rules;ShowL7Rule;UpdateL7Rule;DeleteL7Rule;CreateLogtank;ListLogtanks;ShowLogtank;UpdateLogtank;DeleteLogtank"
}
],
"title":"Creating a Log",
"githuburl":""
},
{
"uri":"ListLogtanks.html",
"node_id":"listlogtanks.xml",
"product_code":"elb",
"code":"154",
"des":"This API is used to query logs.This API has the following constraints:Parameters marker, limit, and page_reverse are used for pagination query.Parameters marker, limit, a",
"doc_type":"api",
"kw":"Querying Logs,Log,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"true",
"operation_id":"ListApiVersions;ShowQuota;ListQuotaDetails;ListAvailabilityZones;ListFlavors;ShowFlavor;CreateLoadBalancer;ListLoadBalancers;ShowLoadBalancer;UpdateLoadBalancer;DeleteLoadBalancer;ShowLoadBalancerStatus;CreateCertificate;ListCertificates;ShowCertificate;UpdateCertificate;DeleteCertificate;CreateSecurityPolicy;ListSecurityPolicies;ShowSecurityPolicy;UpdateSecurityPolicy;DeleteSecurityPolicy;ListSystemSecurityPolicies;CreateIpGroup;ListIpGroups;ShowIpGroup;UpdateIpGroup;DeleteIpGroup;UpdateIpList;BatchDeleteIpList;CreateListener;ListListeners;ShowListener;UpdateListener;DeleteListener;CreatePool;ListPools;ShowPool;UpdatePool;DeletePool;CreateMember;ListMembers;ShowMember;UpdateMember;DeleteMember;CreateHealthMonitor;ListHealthMonitors;ShowHealthMonitor;UpdateHealthMonitor;DeleteHealthMonitor;CreateL7Policy;ListL7Policies;ShowL7Policy;UpdateL7Policy;DeleteL7Policy;BatchUpdatePoliciesPriority;CreateL7Rule;ListL7Rules;ShowL7Rule;UpdateL7Rule;DeleteL7Rule;CreateLogtank;ListLogtanks;ShowLogtank;UpdateLogtank;DeleteLogtank"
}
],
"title":"Querying Logs",
"githuburl":""
},
{
"uri":"ShowLogtank.html",
"node_id":"showlogtank.xml",
"product_code":"elb",
"code":"155",
"des":"This API is used to view details of a log.GET /v3/{project_id}/elb/logtanks/{logtank_id}Status code: 200Viewing details of a logStatus code: 200OKSee Error Codes.",
"doc_type":"api",
"kw":"Viewing Details of a Log,Log,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"true",
"operation_id":"ListApiVersions;ShowQuota;ListQuotaDetails;ListAvailabilityZones;ListFlavors;ShowFlavor;CreateLoadBalancer;ListLoadBalancers;ShowLoadBalancer;UpdateLoadBalancer;DeleteLoadBalancer;ShowLoadBalancerStatus;CreateCertificate;ListCertificates;ShowCertificate;UpdateCertificate;DeleteCertificate;CreateSecurityPolicy;ListSecurityPolicies;ShowSecurityPolicy;UpdateSecurityPolicy;DeleteSecurityPolicy;ListSystemSecurityPolicies;CreateIpGroup;ListIpGroups;ShowIpGroup;UpdateIpGroup;DeleteIpGroup;UpdateIpList;BatchDeleteIpList;CreateListener;ListListeners;ShowListener;UpdateListener;DeleteListener;CreatePool;ListPools;ShowPool;UpdatePool;DeletePool;CreateMember;ListMembers;ShowMember;UpdateMember;DeleteMember;CreateHealthMonitor;ListHealthMonitors;ShowHealthMonitor;UpdateHealthMonitor;DeleteHealthMonitor;CreateL7Policy;ListL7Policies;ShowL7Policy;UpdateL7Policy;DeleteL7Policy;BatchUpdatePoliciesPriority;CreateL7Rule;ListL7Rules;ShowL7Rule;UpdateL7Rule;DeleteL7Rule;CreateLogtank;ListLogtanks;ShowLogtank;UpdateLogtank;DeleteLogtank"
}
],
"title":"Viewing Details of a Log",
"githuburl":""
},
{
"uri":"UpdateLogtank.html",
"node_id":"updatelogtank.xml",
"product_code":"elb",
"code":"156",
"des":"This API is used to update a log.PUT /v3/{project_id}/elb/logtanks/{logtank_id}Status code: 200Updating a logStatus code: 200OKSee Error Codes.",
"doc_type":"api",
"kw":"Updating a Log,Log,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"true",
"operation_id":"ListApiVersions;ShowQuota;ListQuotaDetails;ListAvailabilityZones;ListFlavors;ShowFlavor;CreateLoadBalancer;ListLoadBalancers;ShowLoadBalancer;UpdateLoadBalancer;DeleteLoadBalancer;ShowLoadBalancerStatus;CreateCertificate;ListCertificates;ShowCertificate;UpdateCertificate;DeleteCertificate;CreateSecurityPolicy;ListSecurityPolicies;ShowSecurityPolicy;UpdateSecurityPolicy;DeleteSecurityPolicy;ListSystemSecurityPolicies;CreateIpGroup;ListIpGroups;ShowIpGroup;UpdateIpGroup;DeleteIpGroup;UpdateIpList;BatchDeleteIpList;CreateListener;ListListeners;ShowListener;UpdateListener;DeleteListener;CreatePool;ListPools;ShowPool;UpdatePool;DeletePool;CreateMember;ListMembers;ShowMember;UpdateMember;DeleteMember;CreateHealthMonitor;ListHealthMonitors;ShowHealthMonitor;UpdateHealthMonitor;DeleteHealthMonitor;CreateL7Policy;ListL7Policies;ShowL7Policy;UpdateL7Policy;DeleteL7Policy;BatchUpdatePoliciesPriority;CreateL7Rule;ListL7Rules;ShowL7Rule;UpdateL7Rule;DeleteL7Rule;CreateLogtank;ListLogtanks;ShowLogtank;UpdateLogtank;DeleteLogtank"
}
],
"title":"Updating a Log",
"githuburl":""
},
{
"uri":"DeleteLogtank.html",
"node_id":"deletelogtank.xml",
"product_code":"elb",
"code":"157",
"des":"This API is used to delete a log.DELETE /v3/{project_id}/elb/logtanks/{logtank_id}NoneDeleting a logNoneSee Error Codes.",
"doc_type":"api",
"kw":"Deleting a Log,Log,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"true",
"operation_id":"ListApiVersions;ShowQuota;ListQuotaDetails;ListAvailabilityZones;ListFlavors;ShowFlavor;CreateLoadBalancer;ListLoadBalancers;ShowLoadBalancer;UpdateLoadBalancer;DeleteLoadBalancer;ShowLoadBalancerStatus;CreateCertificate;ListCertificates;ShowCertificate;UpdateCertificate;DeleteCertificate;CreateSecurityPolicy;ListSecurityPolicies;ShowSecurityPolicy;UpdateSecurityPolicy;DeleteSecurityPolicy;ListSystemSecurityPolicies;CreateIpGroup;ListIpGroups;ShowIpGroup;UpdateIpGroup;DeleteIpGroup;UpdateIpList;BatchDeleteIpList;CreateListener;ListListeners;ShowListener;UpdateListener;DeleteListener;CreatePool;ListPools;ShowPool;UpdatePool;DeletePool;CreateMember;ListMembers;ShowMember;UpdateMember;DeleteMember;CreateHealthMonitor;ListHealthMonitors;ShowHealthMonitor;UpdateHealthMonitor;DeleteHealthMonitor;CreateL7Policy;ListL7Policies;ShowL7Policy;UpdateL7Policy;DeleteL7Policy;BatchUpdatePoliciesPriority;CreateL7Rule;ListL7Rules;ShowL7Rule;UpdateL7Rule;DeleteL7Rule;CreateLogtank;ListLogtanks;ShowLogtank;UpdateLogtank;DeleteLogtank"
}
],
"title":"Deleting a Log",
"githuburl":""
},
{
"uri":"elb_fl_0006.html",
"node_id":"elb_fl_0006.xml",
"product_code":"elb",
"code":"158",
"des":"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",
"doc_type":"api",
"kw":"Querying Versions,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"Querying Versions",
"githuburl":""
},
{
"uri":"elb_eg_v3_0000.html",
"node_id":"elb_eg_v3_0000.xml",
"product_code":"elb",
"code":"159",
"des":"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.",
"doc_type":"api",
"kw":"Examples",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"Examples",
"githuburl":""
},
{
"uri":"en-us_topic_0000001127879251.html",
"node_id":"en-us_topic_0000001127879251.xml",
"product_code":"elb",
"code":"160",
"des":"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",
"doc_type":"api",
"kw":"Creating a Dedicated Load Balancer and Binding a New EIP to It,Examples,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"Creating a Dedicated Load Balancer and Binding a New EIP to It",
"githuburl":""
},
{
"uri":"elb_eg_v3_0002.html",
"node_id":"elb_eg_v3_0002.xml",
"product_code":"elb",
"code":"161",
"des":"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",
"doc_type":"api",
"kw":"Adding a Listener to a Dedicated Load Balancer,Examples,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"Adding a Listener to a Dedicated Load Balancer",
"githuburl":""
},
{
"uri":"elb_eg_v3_0003.html",
"node_id":"elb_eg_v3_0003.xml",
"product_code":"elb",
"code":"162",
"des":"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",
"doc_type":"api",
"kw":"Deleting a Dedicated Load Balancer,Examples,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"Deleting a Dedicated Load Balancer",
"githuburl":""
},
{
"uri":"elb_gc_0000.html",
"node_id":"elb_gc_0000.xml",
"product_code":"elb",
"code":"163",
"des":"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.",
"doc_type":"api",
"kw":"Common Parameters",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"Common Parameters",
"githuburl":""
},
{
"uri":"elb_gc_0002.html",
"node_id":"elb_gc_0002.xml",
"product_code":"elb",
"code":"164",
"des":"The following code descriptions are only suitable for shared load balancers.",
"doc_type":"api",
"kw":"HTTP Status Codes of Shared Load Balancers,Common Parameters,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"HTTP Status Codes of Shared Load Balancers",
"githuburl":""
},
{
"uri":"elb_gc_0003.html",
"node_id":"elb_gc_0003.xml",
"product_code":"elb",
"code":"165",
"des":"The following code descriptions are only suitable for dedicated load balancers.",
"doc_type":"api",
"kw":"HTTP Status Codes for Dedicated Load Balancers,Common Parameters,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"HTTP Status Codes for Dedicated Load Balancers",
"githuburl":""
},
{
"uri":"elb_sq_0000.html",
"node_id":"elb_sq_0000.xml",
"product_code":"elb",
"code":"166",
"des":"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.",
"doc_type":"api",
"kw":"Permissions and Supported Actions",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"Permissions and Supported Actions",
"githuburl":""
},
{
"uri":"elb_sq_0001.html",
"node_id":"elb_sq_0001.xml",
"product_code":"elb",
"code":"167",
"des":"This section describes fine-grained permissions management for the ELB service. If your account does not need individual IAM users, then you may skip over this chapter.By",
"doc_type":"api",
"kw":"Introduction,Permissions and Supported Actions,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"Introduction",
"githuburl":""
},
{
"uri":"elb_sq_lb_0000.html",
"node_id":"elb_sq_lb_0000.xml",
"product_code":"elb",
"code":"168",
"des":"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.",
"doc_type":"api",
"kw":"API Actions (V2)",
"search_title":"",
"metedata":[
{
"documenttype":"api;devg",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"API Actions (V2)",
"githuburl":""
},
{
"uri":"elb_sq_lb_0001.html",
"node_id":"elb_sq_lb_0001.xml",
"product_code":"elb",
"code":"169",
"des":"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.",
"doc_type":"api",
"kw":"Load Balancer,API Actions (V2),API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api;devg",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"Load Balancer",
"githuburl":""
},
{
"uri":"elb_sq_lb_0002.html",
"node_id":"elb_sq_lb_0002.xml",
"product_code":"elb",
"code":"170",
"des":"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.",
"doc_type":"api",
"kw":"Listener,API Actions (V2),API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api;devg",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"Listener",
"githuburl":""
},
{
"uri":"elb_sq_lb_0003.html",
"node_id":"elb_sq_lb_0003.xml",
"product_code":"elb",
"code":"171",
"des":"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.",
"doc_type":"api",
"kw":"Backend Server Group,API Actions (V2),API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api;devg",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"Backend Server Group",
"githuburl":""
},
{
"uri":"elb_sq_lb_0004.html",
"node_id":"elb_sq_lb_0004.xml",
"product_code":"elb",
"code":"172",
"des":"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.",
"doc_type":"api",
"kw":"Backend Server,API Actions (V2),API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api;devg",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"Backend Server",
"githuburl":""
},
{
"uri":"elb_sq_lb_0005.html",
"node_id":"elb_sq_lb_0005.xml",
"product_code":"elb",
"code":"173",
"des":"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.",
"doc_type":"api",
"kw":"Health Check,API Actions (V2),API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api;devg",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"Health Check",
"githuburl":""
},
{
"uri":"elb_sq_lb_0006.html",
"node_id":"elb_sq_lb_0006.xml",
"product_code":"elb",
"code":"174",
"des":"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.",
"doc_type":"api",
"kw":"Forwarding Policy,API Actions (V2),API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api;devg",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"Forwarding Policy",
"githuburl":""
},
{
"uri":"elb_sq_lb_0007.html",
"node_id":"elb_sq_lb_0007.xml",
"product_code":"elb",
"code":"175",
"des":"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.",
"doc_type":"api",
"kw":"Forwarding Rule,API Actions (V2),API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api;devg",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"Forwarding Rule",
"githuburl":""
},
{
"uri":"elb_sq_lb_0008.html",
"node_id":"elb_sq_lb_0008.xml",
"product_code":"elb",
"code":"176",
"des":"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.",
"doc_type":"api",
"kw":"Whitelist,API Actions (V2),API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api;devg",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"Whitelist",
"githuburl":""
},
{
"uri":"elb_sq_lb_0009.html",
"node_id":"elb_sq_lb_0009.xml",
"product_code":"elb",
"code":"177",
"des":"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.",
"doc_type":"api",
"kw":"SSL Certificate,API Actions (V2),API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api;devg",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"SSL Certificate",
"githuburl":""
},
{
"uri":"elb_sq_lb_0010.html",
"node_id":"elb_sq_lb_0010.xml",
"product_code":"elb",
"code":"178",
"des":"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.",
"doc_type":"api",
"kw":"Tag,API Actions (V2),API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api;devg",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"Tag",
"githuburl":""
},
{
"uri":"elb_sq_lb_0011.html",
"node_id":"elb_sq_lb_0011.xml",
"product_code":"elb",
"code":"179",
"des":"The monitoring function relies on Cloud Eye.",
"doc_type":"api",
"kw":"Precautions for Supported Actions,API Actions (V2),API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api;devg",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"Precautions for Supported Actions",
"githuburl":""
},
{
"uri":"elb_sq_lb_v3_0000.html",
"node_id":"elb_sq_lb_v3_0000.xml",
"product_code":"elb",
"code":"180",
"des":"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.",
"doc_type":"api",
"kw":"API Actions (V3)",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"API Actions (V3)",
"githuburl":""
},
{
"uri":"elb_sq_lb_v3_0001.html",
"node_id":"elb_sq_lb_v3_0001.xml",
"product_code":"elb",
"code":"181",
"des":"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.",
"doc_type":"api",
"kw":"Load Balancer,API Actions (V3),API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"Load Balancer",
"githuburl":""
},
{
"uri":"elb_sq_lb_v3_0002.html",
"node_id":"elb_sq_lb_v3_0002.xml",
"product_code":"elb",
"code":"182",
"des":"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.",
"doc_type":"api",
"kw":"Listener,API Actions (V3),API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"Listener",
"githuburl":""
},
{
"uri":"elb_sq_lb_v3_0003.html",
"node_id":"elb_sq_lb_v3_0003.xml",
"product_code":"elb",
"code":"183",
"des":"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.",
"doc_type":"api",
"kw":"Backend Server Group,API Actions (V3),API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"Backend Server Group",
"githuburl":""
},
{
"uri":"elb_sq_lb_v3_0004.html",
"node_id":"elb_sq_lb_v3_0004.xml",
"product_code":"elb",
"code":"184",
"des":"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.",
"doc_type":"api",
"kw":"Backend Server,API Actions (V3),API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"Backend Server",
"githuburl":""
},
{
"uri":"elb_sq_lb_v3_0005.html",
"node_id":"elb_sq_lb_v3_0005.xml",
"product_code":"elb",
"code":"185",
"des":"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.",
"doc_type":"api",
"kw":"Health Check,API Actions (V3),API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"Health Check",
"githuburl":""
},
{
"uri":"elb_sq_lb_v3_0006.html",
"node_id":"elb_sq_lb_v3_0006.xml",
"product_code":"elb",
"code":"186",
"des":"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.",
"doc_type":"api",
"kw":"Forwarding Policy,API Actions (V3),API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"Forwarding Policy",
"githuburl":""
},
{
"uri":"elb_sq_lb_v3_0007.html",
"node_id":"elb_sq_lb_v3_0007.xml",
"product_code":"elb",
"code":"187",
"des":"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.",
"doc_type":"api",
"kw":"Forwarding Rule,API Actions (V3),API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"Forwarding Rule",
"githuburl":""
},
{
"uri":"elb_sq_lb_v3_0009.html",
"node_id":"elb_sq_lb_v3_0009.xml",
"product_code":"elb",
"code":"188",
"des":"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.",
"doc_type":"api",
"kw":"SSL Certificate,API Actions (V3),API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"SSL Certificate",
"githuburl":""
},
{
"uri":"elb_sq_lb_v3_0011.html",
"node_id":"elb_sq_lb_v3_0011.xml",
"product_code":"elb",
"code":"189",
"des":"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.",
"doc_type":"api",
"kw":"Custom Security Policy,API Actions (V3),API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb"
}
],
"title":"Custom Security Policy",
"githuburl":""
},
{
"uri":"elb_sq_lb_v3_0012.html",
"node_id":"elb_sq_lb_v3_0012.xml",
"product_code":"elb",
"code":"190",
"des":"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.",
"doc_type":"api",
"kw":"IP Address Group,API Actions (V3),API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb"
}
],
"title":"IP Address Group",
"githuburl":""
},
{
"uri":"elb_sq_lb_v3_0010.html",
"node_id":"elb_sq_lb_v3_0010.xml",
"product_code":"elb",
"code":"191",
"des":"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.",
"doc_type":"api",
"kw":"Quota Management,API Actions (V3),API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"Quota Management",
"githuburl":""
},
{
"uri":"elb_sq_lb_v3_0013.html",
"node_id":"elb_sq_lb_v3_0013.xml",
"product_code":"elb",
"code":"192",
"des":"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.",
"doc_type":"api",
"kw":"Availability Zone,API Actions (V3),API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb"
}
],
"title":"Availability Zone",
"githuburl":""
},
{
"uri":"elb_sq_lb_v3_0014.html",
"node_id":"elb_sq_lb_v3_0014.xml",
"product_code":"elb",
"code":"193",
"des":"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.",
"doc_type":"api",
"kw":"Flavor,API Actions (V3),API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb"
}
],
"title":"Flavor",
"githuburl":""
},
{
"uri":"en-us_topic_0000001929387249.html",
"node_id":"en-us_topic_0000001929387249.xml",
"product_code":"elb",
"code":"194",
"des":"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.",
"doc_type":"api",
"kw":"Log,API Actions (V3),API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb"
}
],
"title":"Log",
"githuburl":""
},
{
"uri":"elb_sq_lb_v3_0015.html",
"node_id":"elb_sq_lb_v3_0015.xml",
"product_code":"elb",
"code":"195",
"des":"elb:quotas:list controls the fine-grained actions for quota display.The monitoring function relies on Cloud Eye.",
"doc_type":"api",
"kw":"Precautions for Supported Actions,API Actions (V3),API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"Precautions for Supported Actions",
"githuburl":""
},
{
"uri":"elb_fl_0000.html",
"node_id":"elb_fl_0000.xml",
"product_code":"elb",
"code":"196",
"des":"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.",
"doc_type":"api",
"kw":"Appendix",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"Appendix",
"githuburl":""
},
{
"uri":"ErrorCode.html",
"node_id":"errorcode_1.xml",
"product_code":"elb",
"code":"197",
"des":"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.",
"doc_type":"api",
"kw":"Error Codes,Appendix,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"true"
}
],
"title":"Error Codes",
"githuburl":""
},
{
"uri":"elb_gc_1102.html",
"node_id":"elb_gc_1102.xml",
"product_code":"elb",
"code":"198",
"des":"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.",
"doc_type":"api",
"kw":"Status Codes,Appendix,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"Status Codes",
"githuburl":""
},
{
"uri":"elb_fl_0002.html",
"node_id":"elb_fl_0002.xml",
"product_code":"elb",
"code":"199",
"des":"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",
"doc_type":"api",
"kw":"ELB Metrics,Appendix,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"ELB Metrics",
"githuburl":""
},
{
"uri":"elb_fl_0003.html",
"node_id":"elb_fl_0003.xml",
"product_code":"elb",
"code":"200",
"des":"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.",
"doc_type":"api",
"kw":"General Information About Shared Load Balancers",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"General Information About Shared Load Balancers",
"githuburl":""
},
{
"uri":"elb_fl_0004.html",
"node_id":"elb_fl_0004.xml",
"product_code":"elb",
"code":"201",
"des":"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",
"doc_type":"api",
"kw":"Querying Data in Pages,General Information About Shared Load Balancers,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"Querying Data in Pages",
"githuburl":""
},
{
"uri":"elb_fl_0005.html",
"node_id":"elb_fl_0005.xml",
"product_code":"elb",
"code":"202",
"des":"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",
"doc_type":"api",
"kw":"Sequencing Query Results,General Information About Shared Load Balancers,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"Sequencing Query Results",
"githuburl":""
},
{
"uri":"elb_fl_0007.html",
"node_id":"elb_fl_0007.xml",
"product_code":"elb",
"code":"203",
"des":"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",
"doc_type":"api",
"kw":"Basic Workflow,General Information About Shared Load Balancers,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"Basic Workflow",
"githuburl":""
},
{
"uri":"elb_xd_0000.html",
"node_id":"elb_xd_0000.xml",
"product_code":"elb",
"code":"204",
"des":"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.",
"doc_type":"api",
"kw":"Change History,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"elb",
"opensource":"false;true"
}
],
"title":"Change History",
"githuburl":""
}
]