Favorites

SAYMON allows you to set some entities of the system as favorites. You can set the following entities as favorites:

Favorites model

Field Type Description

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.

links

Array<String>

List of favorite links' IDs.

objects

Array<String>

List of favorite objects' 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.