get_cost_recommendations
Fetch cost optimization recommendations from LogicMonitor. Filter by category, status, and pagination to identify idle AWS EC2 instances and other savings opportunities.
Instructions
Get cost optimization recommendations. Category filter takes the category description string from get_cost_recommendation_categories
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results | |
| offset | No | Results to skip for pagination | |
| status | No | Filter by recommendation status (e.g. active) | |
| category | No | Category description string (e.g. "Idle AWS EC2 instances") |