2.6. image : List and lookup repository images
2.6.1. get /api/v1/repository/{repository}/image/ リンクのコピーリンクがクリップボードにコピーされました!
2.6.1.1. Implementation Notes リンクのコピーリンクがクリップボードにコピーされました!
List the images for the specified repository.
2.6.1.2. Parameters リンクのコピーリンクがクリップボードにコピーされました!
| Parameter | Value | Description | Parameter Type | Data Type |
|---|---|---|---|---|
| repository | required | The full path of the repository. e.g. namespace/name | path | string |
2.6.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 |
|