更新时间:2024-06-24 GMT+08:00
查询镜像标签
功能介绍
该接口用于查询指定镜像上的所有标签。
请求消息
请求参数
无
请求示例
查询镜像标签。
GET https://{Endpoint}/v2/fd73a4a14a4a4dfb9771a8475e5198ea/images/67e17426-359e-49fb-aa12-0bd1756ec240/tags
响应消息
- 响应参数
参数
参数类型
描述
tags
Array of objects
标签列表,详情请参见表2。
- 响应样例
STATUS CODE 200
1 2 3 4 5 6 7 8 9 10
{ "tags": [{ "value": "value0", "key": "key0" }, { "value": "value0", "key": "key1" }] }
父主题: 镜像标签