v1

latestOpenAPI 3.0.02026-08-064311,0881.3 MB
budgetManagement

Get budgets

Get budgets

get/v1/budgets

Query parameters

limitinteger

Limit the number of budgets returned in the response. The number of budgets returned may be less than the limit.

tokenstring

Continuation token to get the next page of results. A page object with the next continuation token is returned in the response body. Subsequent GET requests should specify the continuation token to get the next page of results.

Response

Budgets assigned to the org.

nextstring

Next continuation token.

Example response

{
  "data": [
    {
      "unit": "GB",
      "budgetType": "ScanBudget",
      "scope": {
        "includedUsers": [
          "00000000000001DF",
          "00000000000002D2"
        ],
        "excludedUsers": [
          "00000000000001DF",
          "00000000000002D2"
        ],
        "includedRoles": [
          "00000000000001DF",
          "00000000000002D2"
        ],
        "excludedRoles": [
          "00000000000001DF",
          "00000000000002D2"
        ]
      },
      "window": "Query",
      "applicableOn": "PerEntity",
      "groupBy": "User",
      "action": "Warn",
      "status": "active",
      "resetTime": "23:30",
      "resetTimeZone": "America/Los_Angeles"
    }
  ]
}