forked from laiweijian4/doc-exports
Reviewed-by: Muller, Martin <martin.muller@t-systems.com> Co-authored-by: zhangyue <zhangyue164@huawei.com> Co-committed-by: zhangyue <zhangyue164@huawei.com>
9.4 KiB
9.4 KiB
Querying Tags of All File Systems of a Tenant
Function
This API is used to query the tags of all file systems of a tenant.
URI
- GET /v1/{project_id}/sfs-turbo/tags
- Parameter description
Parameter
Mandatory
Type
Description
project_id
Yes
String
Specifies the project ID of the operator.
Response
- Parameter description
Parameter
Type
Description
tags
Array of tags
Specifies the tag list.
For details, see Description of field tag.
- Description of the tag field
- Example response
{ "tags" : [ { "key" : "key1", "values" : [ "value1", "" ] }, { "key" : "key2", "values" : [ "value1", "value2" ] } ] }
Status Codes
- Normal
- Abnormal
Status Code
Description
400 Bad Request
Invalid value.
401 Unauthorized
Authentication failed.
403 Forbidden
Access to the requested page is forbidden.
404 Not Found
The requested resource was not found.
500 Internal Server Error
The request is not completed because of a service error.
Parent topic: Tag Management