Returns the information of specified oci registry
GEThttps://api.spectrocloud.com/v1/registries/oci/:uid
Returns the information of specified oci registry
Request
Path Parameters
uid stringrequired
Query Parameters
clusterUid string
Header Parameters
ProjectUid string
Scope the request to the specified project uid
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
auth
object
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"
}
- curl
- python
- go
- nodejs
- java
- CURL
curl -L 'https://api.spectrocloud.com/v1/registries/oci/:uid' \
-H 'Accept: application/json' \
-H 'ApiKey: <API_KEY_VALUE>'