GetRepoTag
Description
call GetRepoTag to query the information of a mirror.
Request Method
POST
Request Path
/apsara/route/cr/GetRepoTag
Request Parameters Common Parameters
Name | Location | Type | Required | Sample value | Description |
---|---|---|---|---|---|
RepoNamespace | BODY | string | Yes | No sample value for this parameter. | namespace name |
regionId | BODY | string | Yes | No sample value for this parameter. | region id |
RepoName | BODY | string | Yes | No sample value for this parameter. | warehouse name |
Tag | BODY | string | Yes | No sample value for this parameter. | image tag |
version | BODY | string | No | 2016-01-01 | version of api |
Return data
Name | Type | Sample value | Description |
---|---|---|---|
imageUpdate | long | no demo value | image update time |
imageId | string | no demo value | mirror ID |
requestId | string | no demo value | request ID |
digest | string | no demo value | mirrored sha256 |
imageSize | string | no demo value | image size |
tag | string | no demo value | image tag |
imageCreate | long | no demo value | image creation time |
status | string | no demo value | mirror status |
Example
Successful Response example
{
"imageUpdate":"no demo value",
"imageId":"no demo value",
"requestId":"no demo value",
"digest":"no demo value",
"imageSize":"no demo value",
"tag":"no demo value",
"imageCreate":"no demo value",
"status":"no demo value"
}
Failed Response example
{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}
}