forked from docs/doc-exports
Reviewed-by: Sarda, Priya <prsarda@noreply.gitea.eco.tsi-dev.otc-service.com> Co-authored-by: Qin Ying, Fan <fanqinying@huawei.com> Co-committed-by: Qin Ying, Fan <fanqinying@huawei.com>
5.3 KiB
5.3 KiB
Tags
Permission |
API |
Action |
IAM Project |
Enterprise Project |
---|---|---|---|---|
Querying tags by resource type |
GET /v3/{project_id}/{resource_type}/tags |
er:tags:list |
√ |
√ |
Querying resource tags |
GET /v3/{project_id}/{resource_type}/{resource_id}/tags |
er:tags:get |
√ |
√ |
Creating a resource tag |
POST /v3/{project_id}/{resource_type}/{resource_id}/tags |
er:tags:create |
√ |
√ |
Adding or deleting resource tags in batches |
POST /v3/{project_id}/{resource_type}/{resource_id}/tags/action |
er:tags:create |
√ |
√ |
Deleting a resource tag |
POST /v3/{project_id}/{resource_type}/{resource_id}/tags/{key} |
er:tags:delete |
√ |
√ |
Parent topic: Permissions Policies and Supported Actions