Retrieves a list of registries metadata
GET/v1/registries/metadata
Retrieves a list of registries metadata
Request
Query Parameters
scope string
Possible values: [system
, tenant
, all
]
Default value: all
Header Parameters
ProjectUid string
Scope the request to the specified project uid
Responses
- 200
An array of registry metadata items
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
items object[]required
isDefaultboolean
isPrivateboolean
kindstring
namestring
scopestring
uidstring
{
"items": [
{
"isDefault": true,
"isPrivate": true,
"kind": "string",
"name": "string",
"scope": "string",
"uid": "string"
}
]
}
Loading...