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
- 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
endpointstringrequired
namestring
privateboolean
registryUidstring
Pack registry uid
scopestring
Responses
- 204
Ok response without content
Response Headers
AuditUid
string
Audit uid for the request
Loading...