查询指定 tag
接口描述
中文:查询指定 tag
英文:DescribeGitTag
输入参数
参数名称 | 必选 | 类型 | 描述 |
---|---|---|---|
DepotId | 是 | Integer | 仓库 id |
TagName | 是 | String | tag 名称 |
输出参数
参数名称 | 类型 | 描述 |
---|---|---|
GitTag | GitTag | tag |
示例
输入示例
{
"Action":"DescribeGitTag",
"DepotId":1001,
"TagName":"tag-demo"
}
输出示例
{
"Response": {
"RequestId": "a3a852b3-3d5a-d87f-fe9a-7ea8af9e22ed",
"GitTag": {
"TagName": "tag-demo",
"Message": "this is a tag-demo"
}
}
}

感谢反馈有用
感谢反馈没用