Get details of the registry that will be used for the particular image

Prev Next
Get
/v1/image/registry

Get details of the registry that will be used for the particular image.

Security
API Key
Header parameter nameAuthentication

A JWT bearer token to be passed once authenticated.

Query parameters
image_name
stringRequired

Docker image name.

Responses
200

Registry detail that will be used from saved registry credentials for the particular image.

Expand All
object
registry
object (Registry)
url
string

URL of the registry.

registry_id
string (uuid)

UUID of the registry.

description
string

Description of the registry.

username
string

Username of the registry.