1
0
forked from docs/doc-exports
doc-exports/docs/evs/api-ref/evs_04_2026.html
zhangyue ccbf63b495 EVS API DOC
Reviewed-by: Muller, Martin <martin.muller@t-systems.com>
Reviewed-by: Sabelnikov, Dmitriy <dmitriy.sabelnikov@t-systems.com>
Co-authored-by: zhangyue <zhangyue164@huawei.com>
Co-committed-by: zhangyue <zhangyue164@huawei.com>
2024-05-16 09:08:21 +00:00

4.7 KiB

Obtaining All Tags of an EVS Resource Type

Function

This API is used to obtain all tags of an EVS resource type.

Constraints

None

URI

  • URI format

    GET /v2/{project_id}/os-vendor-tags/{resource_type}

  • Parameter description

    Parameter

    Mandatory

    Description

    project_id

    Yes

    The project ID.

Request

None

Response

  • Response parameters

    Parameter

    Type

    Description

    tags

    Object

    The tag information of all disks.

  • Example response
    {
        "tags": {
            "key_0": [
                "value_0"
            ], 
            "key_1": [
                "value_1", 
                "value_2", 
                "value_3", 
                "value_4"
            ]
        }
    }

Status Codes

  • Normal

    200

Error Codes

For details, see Error Codes.