Saltar al contenido principal
GET
Listar el catálogo de claves

Autorizaciones

Authorization
string
header
requerido

A bearer JWT issued by the platform's Access Manager (plugin-auth / lib-auth). Authorization is deny-all by default: the application must be configured with an authorizer, and when authentication is enabled it enforces per-namespace role-based access control on top of a valid, platform-scoped (non-tenant) identity. Machine callers obtain a token via the Access Manager client-credentials flow.

Respuesta

The registered-key catalog.

The catalog of every key the application registers.

catalogVersion
string
requerido

The catalog schema version.

Ejemplo:

"systemplane.catalog.v1"

service
string
requerido

The application that serves this catalog.

Ejemplo:

"matcher"

namespaces
string[]
requerido

The namespaces the application registers keys in.

Ejemplo:
keys
object[]
requerido

One summary per registered key.