Fetch a List of Repositories that Contain this Image

Gets registries associated with an image.

GET/v1.3/images/{imageSha}/repos

Input ParametersInput Parameters

Parameter

Mandatory/Optional

Data Type

Description

imageSha

Mandatory

string

Specify the SHA value of a specific image in the user’s scope.

SampleSample

API request

    curl -X GET 
"<qualys_base_url>/csapi/v1.3/images/30def87e0731/repos" --header "Authorization: Bearer <token>"
    

Response

    {
    "registryUuid": "f3927b96-dbb4-473b-bf10-18460c97736c",
    "registry": "registrytest2.azurecr.io",
    "repo": "couchbase",
    "tag": "latest"
}
    

 

 

Was this topic helpful?

success Thank you! We're glad to hear that this topic was useful.
success We appreciate your feedback. We'll work to make this topic better for you in the future.