Meta API: Entities Methods
| Name | Method / Path / Description |
|---|---|
| get | GET /entities/{entity} Retrieves information about the specified entity including its tags. |
| list | GET /entities Retrieves a list of entities matching the specified filter conditions. |
| update | PATCH /entities/{entity} Updates fields and tags of the specified entity. |
| create or replace | PUT entities/{entity} Creates an entity with specified fields and tags or replaces the fields and tags of an existing entity. |
| delete | DELETE /entities/{entity} Deletes the specified entity and delete it as member from any entity groups that it belongs to. |
| entity groups | GET /entities/{entity}/groups Retrieves a list of entity groups to which the specified entity belongs. |
| metrics | GET /entities/{entity}/metrics Retrieves a list of metrics collected by the entity. |
| property types | GET /entities/{entity}/property-types Retrieves a list property types for the entity. |