manage-registration
Managing agent registrations
You manage Agent Registry records through the agent-registry/ path in the
Vault API. The following paths are available:
| Path | Operations | Description |
|---|---|---|
agent-registry/register | Create, Update | Create a new registration, or update an existing one when you provide an id. |
agent-registry/registration/display-name/<name> | Read, Update, Delete | The registration whose display_name matches the value you provide. |
agent-registry/registration/id/<id> | Read, Update, Delete | The registration whose id matches the value you provide. |
agent-registry/registration/entity-id/<entity_id> | Read | The registration whose entity_id matches the value you provide. |
agent-registry/registration/display-name | List | Every registration display_name in the namespace. |
agent-registry/registration/id | List | Every registration id in the namespace. |