Tag
| Permission | API | Action | IAM Project | Enterprise Project |
|---|---|---|---|---|
| Queries all tags of a load balancer. | GET /v2.0/{project_id}/loadbalancers/{loadbalancer_id}/tags | elb:loadbalancerTags:get | √ | x |
| Adds or deletes load balancer tags in batches. | POST /v2.0/{project_id}/loadbalancers/{loadbalancer_id}/tags/action | elb:loadbalancerTags:create | √ | x |
| Queries tags of all load balancers in a specific project. | GET /v2.0/{project_id}/loadbalancers/tags | elb:loadbalancerTags:get | √ | x |
| Queries load balancers by tag. | POST /v2.0/{project_id}/loadbalancers/resource_instances/action | elb:loadbalancerTags:get | √ | x |
| Adds a tag to a specific load balancer. | POST /v2.0/{project_id}/loadbalancers/{loadbalancer_id}/tags | elb:loadbalancerTags:create | √ | x |
| Deletes a tag with a specific key from a load balancer. | DELETE /v2.0/{project_id}/loadbalancers/{loadbalancer_id}/tags/{key} | elb:loadbalancerTags:delete | √ | x |
| Queries all tags of a listener. | GET /v2.0/{project_id}/listeners/{listener_id}/tags | elb:listenerTags:get | √ | x |
| Adds or deletes listener tags in batches. | POST /v2.0/{project_id}/listeners/{listener_id}/tags/action | elb:listenerTags:create | √ | x |
| Queries the tags of all listeners. | GET /v2.0/{project_id}/listeners/tags | elb:listenerTags:get | √ | x |
| Queries listeners by tag. | POST /v2.0/{project_id}/listeners/resource_instances/action | elb:listenerTags:get | √ | x |
| Adds a tag to a specific listener. | POST /v2.0/{project_id}/listeners/{listener_id}/tags | elb:listenerTags:create | √ | x |
| Deletes a tag with a specific key from a listener. | DELETE /v2.0/{project_id}/listeners/{listener_id}/tags/{key} | elb:listenerTags:delete | √ | x |
Last Article: Quota
Next Article: Precautions for API Permissions
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.