Returns the information of specified oci registry
GET/v1/registries/oci/:uid
Returns the information of specified oci registry
Request
Path Parameters
uid stringrequired
Query Parameters
clusterUid string
Responses
- 200
 
OK
- application/json
 
- Schema
 - Example (from schema)
 
Schema
auth
object
Auth credentials of the registry
passwordpassword
tls
object
TLS configuration
castring
certificatestring
enabledboolean
insecureSkipVerifyboolean
keystring
tokenpassword
typestring
Possible values: [noAuth, basic, token]
usernamestring
defaultRegionstring
endpointstring
providerTypestring
scopestring
typestring
{
  "auth": {
    "password": "string",
    "tls": {
      "ca": "string",
      "certificate": "string",
      "enabled": true,
      "insecureSkipVerify": true,
      "key": "string"
    },
    "token": "string",
    "type": "noAuth",
    "username": "string"
  },
  "defaultRegion": "string",
  "endpoint": "string",
  "providerType": "string",
  "scope": "string",
  "type": "string"
}
Loading...