Skip to main content
Version: latest

Check if pack registry is valid

POST 

/v1/registries/pack/validate

Returns no contents if pack 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
    endpointstringrequired
    namestring
    privateboolean
    registryUidstring

    Pack registry uid

    scopestring

Responses

Ok response without content

Response Headers

  • AuditUid

    string

    Audit uid for the request

Loading...