OpenOps integrates with Cloudability to automate the retrieval and management of cloud resource usage recommendations.Documentation Index
Fetch the complete documentation index at: https://openops-ecb4f397-ops-3865.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Actions
OpenOps provides four actions for interacting with Cloudability: All Cloudability actions are based on the Cloudability API and require configuring a Cloudability connection with your API key and API URL. The following sections describe the four actions available in the Cloudability block.Get Recommendations
Retrieves cost optimization recommendations from Cloudability with extensive filtering options:- Vendor Type: AWS, Azure, GCP, or Containers
- Recommendation Type: Dynamic dropdown based on the selected vendor
- Look-Back Period: Last 10 or 30 days
- Cost Basis: On-Demand or Effective pricing
- Recommendations Status: Show only active, show all (including snoozed), or show only snoozed
- Limit: Optional maximum number of recommendations to return
- Additional Filters: Custom filters per Cloudability’s rightsizing API documentation
Snooze Recommendations
Temporarily dismisses specific recommendations:- Vendor Type: AWS, Azure, GCP, or Containers
- Recommendation Type: Dynamic dropdown based on the selected vendor
- Account ID: The cloud account ID
- Resource IDs: Array of resource IDs to snooze
- Snooze Until: Date in
yyyy-MM-ddformat, or “never” for indefinite snoozing
Unsnooze Recommendations
Reactivates previously snoozed recommendations:- Vendor Type: AWS, Azure, GCP, or Containers
- Recommendation Type: Dynamic dropdown based on the selected vendor
- Account ID: The cloud account ID
- Resource IDs: Array of resource IDs to unsnooze
Custom API Call
Allows making arbitrary calls to any Cloudability API endpoint:- URL: Dynamic endpoint selection
- Method:
GET,POST,PATCH,PUT,DELETE, orHEAD - Headers: Optional (authorization auto-injected)
- Query Parameters: Optional
- Body: Optional JSON payload
