Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • name – profile name
  • rate – metric acquisition rate
  • metrics – metric identifiers list
  • rules – rule identifiers list

Profile changing

Profile A profile can be changed with REST API query /api/profile/update

...

  • id – profile identifier
  • name – profile name
  • rate – metric acquisition rate
  • metrics – metric identifiers list
  • rules – rule identifiers list

Profile deletion

Profile A profile can be deleted with REST API query /api/profile/delete

...

  • id – profile identifier

When a profile is deleted, its metrics acquisition will be is stopped on all nodes, for which the that profile was set.

Obtaining profile information

The A profile information can be obtained with REST API query /api/profile/list

...