1
0
forked from docs/doc-exports
doc-exports/docs/elb/api-ref/elb_sq_lb_0010.html
zhoumeng b865c4b876 ELBB_API_0208
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-02-28 14:52:35 +00:00

11 KiB

Tag

API

API Function

Action

Authorization Scope

GET /v2.0/{project_id}/loadbalancers/{loadbalancer_id}/tags

Querying all tags of a load balancer

elb:loadbalancerTags:get

Projects are supported.

POST /v2.0/{project_id}/loadbalancers/{loadbalancer_id}/tags/action

Adding tags to or deleting tags from a load balancer in batches

elb:loadbalancerTags:create

Projects are supported.

GET /v2.0/{project_id}/loadbalancers/tags

Querying tags of all load balancers in a specific project

elb:loadbalancerTags:get

Projects are supported.

POST /v2.0/{project_id}/loadbalancers/resource_instances/action

Querying load balancers by tag

elb:loadbalancerTags:get

Projects are supported.

POST /v2.0/{project_id}/loadbalancers/{loadbalancer_id}/tags

Adding a tag to a specific load balancer

elb:loadbalancerTags:create

Projects are supported.

DELETE /v2.0/{project_id}/loadbalancers/{loadbalancer_id}/tags/{key}

Deleting a tag with a specific key from a load balancer

elb:loadbalancerTags:delete

Projects are supported.

GET /v2.0/{project_id}/listeners/{listener_id}/tags

Querying all tags of a listener

elb:listenerTags:get

Projects are supported.

POST /v2.0/{project_id}/listeners/{listener_id}/tags/action

Adding or deleting listener tags in batches

elb:listenerTags:create

Projects are supported.

GET /v2.0/{project_id}/listeners/tags

Querying the tags of all listeners

elb:listenerTags:get

Projects are supported.

POST /v2.0/{project_id}/listeners/resource_instances/action

Querying listeners by tag

elb:listenerTags:get

Projects are supported.

POST /v2.0/{project_id}/listeners/{listener_id}/tags

Adding a tag to a specific listener

elb:listenerTags:create

Projects are supported.

DELETE /v2.0/{project_id}/listeners/{listener_id}/tags/{key}

Deleting a tag with a specific key from a listener

elb:listenerTags:delete

Projects are supported.