Abnormal Profiles REST Endpoints

Metrics/Abnormal Profiles
Use for managing the profiles used by the Abnormal Thresholds and the Metric Abnormal Threshold Engine.
Create an Abnormal Profile
Method: post
Path: /api/metric/AbnormalProfiles
Delete an Abnormal Profile
Method: delete
Path: /api/metric/AbnormalProfiles/{id}
Get Abnormal Profiles
Method: get
Path: /api/metric/AbnormalProfiles
Get Abnormal Profiles for Combo Boxes and Item Selectors
Method: get
Path: /api/metric/AbnormalProfiles/readForSelect
Get an Abnormal Profile by ID
Method: get
Path: /api/metric/AbnormalProfiles/{id}
Update an Abnormal Profile
Method: put
Path: /api/metric/AbnormalProfiles/{id}