Metric Transactions REST Endpoints
    
        Metrics/Metric Transactions
    
Use for managing metric synthetic transactions.
- Check Syntax for a Metric Transaction
- Method: postPath:/api/metric/Transactions/executeCheckSyntax
- Create a Metric Transaction
- Method: postPath:/api/metric/Transactions
- Delete a Metric Transaction
- Method: deletePath:/api/metric/Transactions/{id}
- Get a Metric Transaction
- Method: getPath:/api/metric/Transactions/{id}
- Get Metric Transactions
- Method: getPath:/api/metric/Transactions
- Get Metric Transactions for Combo Boxes and Item Selectors
- Method: getPath:/api/metric/Transactions/readForSelect
- Update a Metric Transaction
- Method: putPath:/api/metric/Transactions/{id}