API ReferenceProviders
Get provider potential savings breakdown
Authorization
BearerAuth AuthorizationBearer <token>
API key with l4_live_ or l4_test_ prefix
In: header
Path Parameters
provider_id*string
Query Parameters
page?integer
Page number (1-indexed)
Default
1Range
1 <= valuepage_size?integer
Items per page
Default
10Range
1 <= value <= 100sort_by?string
Field to sort by
Default
"status"sort_order?string
Sort order
Default
"asc"Match
^(asc|desc)$Header Parameters
authorization*string
Response Body
application/json
application/json
curl -X GET "https://api.levelfour.ai/api/v1/providers/string/potential-savings/breakdown" \ -H "authorization: string"{
"success": true,
"timestamp": "2019-08-24T14:15:22Z",
"data": {
"total_savings": 0,
"items": [
{
"recommendation_id": "string",
"service": "string",
"environment": "string",
"account": "string",
"tag": "string",
"monthly_savings": 0,
"savings_percentage": 0,
"status": "string",
"actions": {
"description": "string",
"overview": "string",
"implementation_process": "string",
"execution_method": "string",
"key_takeaway": "string",
"operational_impact": "string"
},
"terms_accepted_at": "string",
"saving_accepted_by": "string"
}
],
"pagination": {
"total_items": 0,
"total_pages": 0,
"current_page": 0,
"page_size": 0,
"has_next": true,
"has_previous": true
}
}
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}