Reference pages
Dictionary service API: Metric resources
- Create an entry (POST /v1/dictionary/metrics)
- Get one entry (GET /v1/dictionary/metrics/{name})
- Get multiple entries (POST /v1/dictionary/metrics:batchGet)
- Get all entries (GET /v1/dictionary/metrics)
- Update an entry (PATCH /v1/dictionary/metrics/{name})
- Delete an entry (DELETE /v1/dictionary/metrics/{name})
Dictionary service API: Event fields resources
- Create an entry (POST /v1/dictionary/event_fields)
- Get one entry (GET /v1/dictionary/event_fields/{name})
- Get all entries (GET /v1/dictionary/event_fields)
- Update an entry (PATCH /v1/dictionary/event_fields/{name})
- Delete an entry (DELETE /v1/dictionary/event_fields/{name})