Check if helm registry is valid
POST/v1/registries/helm/validate
Returns no contents if helm registry is valid else error.
Request
Header Parameters
ProjectUid string
Scope the request to the specified project uid
- application/json
Body
required
auth objectrequired
Auth credentials of the registry
passwordpassword
tls object
TLS configuration
castring
certificatestring
enabledboolean
insecureSkipVerifyboolean
keystring
tokenpassword
typestring
Possible values: [noAuth, basic, token]
usernamestring
endpointstringrequired
isPrivateboolean
namestring
registryUidstring
Helm registry uid
scopestring
Responses
- 204
Ok response without content
Response Headers
- AuditUid string- Audit uid for the request 
Loading...