Metric Instances REST Endpoints
    
        Metrics/Metric Instances
    
Use for managing metric instances.
- Create a Metric Instance
- Method: postPath:/api/metric/Instances
- Delete a Metric Instance
- Method: deletePath:/api/metric/Instances/{id}
- Get a Metric Instance by ID
- Method: getPath:/api/metric/Instances/{id}
- Get Metric Instances
- Method: getPath:/api/metric/Instances
- Get Metric Instances for a Device for Combo Boxes and Item Selectors
- Method: getPath:/api/metric/Instances/readForSelectByDevice
- Get Metric Instances for Combo Boxes and Item Selectors
- Method: getPath:/api/metric/Instances/readForSelect
- Update a Metric Instance
- Method: putPath:/api/metric/Instances/{id}