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: postPath:/api/metric/AbnormalProfiles
- Delete an Abnormal Profile
- Method: deletePath:/api/metric/AbnormalProfiles/{id}
- Get Abnormal Profiles
- Method: getPath:/api/metric/AbnormalProfiles
- Get Abnormal Profiles for Combo Boxes and Item Selectors
- Method: getPath:/api/metric/AbnormalProfiles/readForSelect
- Get an Abnormal Profile by ID
- Method: getPath:/api/metric/AbnormalProfiles/{id}
- Update an Abnormal Profile
- Method: putPath:/api/metric/AbnormalProfiles/{id}