Skip to main content

Check if oci registry is valid

POST 

/v1/registries/oci/basic/validate

Returns no contents if oci registry is valid else error.

Request

Body

required

    auth

    object

    required

    Auth credentials of the registry

    passwordpassword

    tls

    object

    TLS configuration

    castring
    certificatestring
    enabledboolean
    insecureSkipVerifyboolean
    keystring
    tokenpassword
    typestring

    Possible values: [noAuth, basic, token]

    usernamestring
    baseContentPathstring

    OCI registry content base path

    basePathstring

    OCI registry api base path

    endpointstringrequired

    OCI registry endpoint

    providerTypestring

    Possible values: [helm, zarf, pack]

    Default value: helm

    registryUidstring

    Basic oci registry uid

    scopestring

Responses

Ok response without content

Response Headers

  • AuditUid

    string

    Audit uid for the request

Loading...