Get details of the registry that will be used for the particular app images

Prev Next
Get
/v1/registry/app/{app-id}

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

Security
API Key
Header parameter nameAuthentication

A JWT bearer token to be passed once authenticated.

Path parameters
app-id
string (uuid) Required

UUID of an app.

Responses
200

Registry details that will be used from saved registry credentials for the particular app images.

Expand All
object
input_image_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.

output_image_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.