Skip to main content
Version: latest

Check if oci registry is valid

POST 

/v1/registries/oci/basic/validate

Returns no contents if oci registry is valid else error.

Request

Header Parameters

    ProjectUid string

    Scope the request to the specified project uid

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