curl --request GET \
--url https://api.archera.ai/v1/org/{org_id}/commitment-plans/recommended \
--header 'x-api-key: <api-key>'{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"org_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"created_at": "2023-11-07T05:31:56Z",
"is_calculating": true,
"status": "new",
"max_term": "<string>",
"covered_ondemand_cost_hourly": 123,
"before_ondemand_cost_hourly": 123,
"before_reserved_cost_hourly": 123,
"amortized_cost_hourly": 123,
"recurring_cost_hourly": 123,
"upfront_cost_hourly": 123,
"before_cost_hourly": 123,
"after_cost_hourly": 123,
"total_cost_hourly": 123,
"savings_hourly": 123,
"fee_hourly": 123,
"commitment_coverage": 123,
"minimum_commitment_cost": 123,
"breakeven_hours": 123,
"total_savings": 123,
"monthly_savings": 123,
"total_monthly_before_cost": 123,
"description": "<string>"
}Retrieves only the recommended Archera commitment plan for the specified cloud provider. This is the optimal plan automatically selected based on the organization’s usage patterns, balancing cost savings with flexibility. Returns a 204 No Content response if no recommended plan is available for the specified provider.
curl --request GET \
--url https://api.archera.ai/v1/org/{org_id}/commitment-plans/recommended \
--header 'x-api-key: <api-key>'{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"org_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"created_at": "2023-11-07T05:31:56Z",
"is_calculating": true,
"status": "new",
"max_term": "<string>",
"covered_ondemand_cost_hourly": 123,
"before_ondemand_cost_hourly": 123,
"before_reserved_cost_hourly": 123,
"amortized_cost_hourly": 123,
"recurring_cost_hourly": 123,
"upfront_cost_hourly": 123,
"before_cost_hourly": 123,
"after_cost_hourly": 123,
"total_cost_hourly": 123,
"savings_hourly": 123,
"fee_hourly": 123,
"commitment_coverage": 123,
"minimum_commitment_cost": 123,
"breakeven_hours": 123,
"total_savings": 123,
"monthly_savings": 123,
"total_monthly_before_cost": 123,
"description": "<string>"
}API key for authentication. Get your key from User Settings > API Access in the Archera platform.
Cloud provider to get the recommended plan for
aws, azure, gcp "aws"
OK
new, reviewed, scheduled, completed, draft, needs_review, in_progress Was this page helpful?