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
- application/json
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
- 204
Ok response without content
Response Headers
AuditUid
string
Audit uid for the request
Loading...