registry

Get a registry

Get details of a specific registry

get/api/v1beta/registry/{name}

Path parameters

namestring required

Registry name

Response

OK

last_updatedstring

Last updated timestamp

namestring

Name of the registry

server_countinteger

Number of servers in the registry

sourcestring

Source of the registry (URL, file path, or empty string for built-in)

type'file' | 'url' | 'api' | 'default'

Type of registry (file, url, or default)

versionstring

Version of the registry schema

Changes