Skip to main content

Returns the specified system scope registry configuration

GET 

/v1/registries/:registryName/config

Returns the specified system scope registry configuration

Request

Path Parameters

    registryName stringrequired

Responses

OK

Schema

    config

    object

    Registry configuration

    auth

    object

    Auth credentials of the registry

    passwordpassword
    tokenpassword
    typestring

    Possible values: [noAuth, basic, token]

    usernamestring
    endpointstring
    namestring
Loading...