Skip to main content
Version: latest

Returns the information of specified oci registry

GET 

/v1/registries/oci/:uid

Returns the information of specified oci registry

Request

Path Parameters

    uid stringrequired

Query Parameters

    clusterUid string

Header Parameters

    ProjectUid string

    Scope the request to the specified project uid

Responses

OK

Schema

    auth

    object

    Auth credentials of the registry

    passwordpassword

    tls

    object

    TLS configuration

    castring
    certificatestring
    enabledboolean
    insecureSkipVerifyboolean
    keystring
    tokenpassword
    typestring

    Possible values: [noAuth, basic, token]

    usernamestring
    defaultRegionstring
    endpointstring
    providerTypestring
    scopestring
    typestring
Loading...