v1
latestOpenAPI 3.0.12026-07-26152262362.2 KBBudgets
Create a budget
Create a new budget
post/analytics/v1/budgets
Request body
Example request
{
"scopes": [
{
"id": "cloud_provider",
"type": "fixed",
"inverse": false,
"values": [
"google-cloud"
]
}
]
}Response
Created - New budget created.
Example response
{
"scopes": [
{
"id": "cloud_provider",
"type": "fixed",
"inverse": false,
"values": [
"google-cloud"
]
}
]
}