2.18. tag : Manage the tags of a repository.
2.18.1. get /api/v1/repository/{repository}/tag/{tag}/images リンクのコピーリンクがクリップボードにコピーされました!
2.18.1.1. Implementation Notes リンクのコピーリンクがクリップボードにコピーされました!
List the images for the specified repository tag.
2.18.1.2. Parameters リンクのコピーリンクがクリップボードにコピーされました!
| Parameter | Value | Description | Parameter Type | Data Type |
|---|---|---|---|---|
| tag | required | The name of the tag | path | string |
| repository | required | The full path of the repository. e.g. namespace/name | path | string |
| Owned | true / false | If specified, only images wholely owned by this tag are returned. | query | boolean |
2.18.1.3. Response Messages リンクのコピーリンクがクリップボードにコピーされました!
| HTTP Status Code | Reason | Response Model | Headers |
|---|---|---|---|
| 200 | Successful invocation |
| |
| 400 | Bad Request |
| |
| 401 | Session required |
| |
| 403 | Unauthorized access |
| |
| 404 | Not found |
|