Cost
List Cost Markup Rules
list Markup rules
get/cost/markups_and_discounts/{tenant_id}/list
Path parameters
tenant_idstring required
Specify the tenant ID. This is a unique ID and can be retrieved using the List Tenants API.
Query parameters
action'list_configured_rules' required
Specify the action to fetch markup data
scope'tenant' | 'cloud_account'
Specify the scope to fetch markup data
Response
Success
Example response
[
{
"rule_scope": "tenant",
"rule_type": "discount",
"markup_type": "fixed_amount",
"service": "AWS"
}
]