Favorites
SAYMON allows you to set some entities of the system as favorites. You can set the following entities as favorites:
- Objects
- Links
- Operations
- Metrics
Favorites model
Field | Type | Description |
---|---|---|
objects | Array<String> | List of favorite objects' IDs. |
links | Array<String> | List of favorite links' IDs. |
operations | Array<Object> | List of favorite operations. |
operations.id | String | Operation's ID. |
operations.entityId | String | ID of an entity to which the operation belongs. |
operations.entityType | Integer | Type of the entity. It's equal to 1 for objects and 2 for links. |
graphs | Array<Object> | List of favorite graphs. |
graphs.metric | String | Metric name. |
graphs.entityId | String | ID of an entity to which the metric belongs. |
graphs.entityType | Integer | Type of the entity. It's equal to 1 for objects and 2 for links. |