|
2 | 2 | id: scan-budget |
3 | 3 | title: Scan Budgets Management APIs |
4 | 4 | sidebar_label: Scan Budgets |
5 | | -description: Scan Budgets Management V2 APIs allow you to manage metadata-based scan budgets from HTTP endpoints. |
| 5 | +description: Scan Budgets Management V2 APIs allows you to manage scan budgets from HTTP endpoints |
6 | 6 | --- |
7 | | - |
8 | 7 | import useBaseUrl from '@docusaurus/useBaseUrl'; |
9 | 8 | import ApiIntro from '../reuse/api-intro.md'; |
10 | 9 | import ApiRoles from '../reuse/api-roles.md'; |
11 | 10 |
|
12 | 11 | <img src={useBaseUrl('img/icons/operations/data-volume.png')} alt="Thumbnail icon" width="50"/> |
13 | 12 |
|
14 | | -The Ingest Budget Management V2 APIs allow you to manage metadata-based [ingest budgets](/docs/manage/ingestion-volume/ingest-budgets) (with a scope) from HTTP endpoints. |
15 | | - |
16 | | -You can use [V1 APIs](/docs/api/ingest-budget-v1) to manage ingest budgets with a Field Value. |
17 | | - |
18 | | -:::note |
19 | | -[V1 budgets](/docs/api/ingest-budget-v1) will be deprecated September 16, 2024. |
20 | | -::: |
| 13 | +The Scan Budget Management APIs allows you to manage scan budgets from HTTP endpoints. Scan budgets apply to all chargeable log scan queries. For more information, refer to [Scan Budgets](/docs/manage/manage-subscription/usage-management). |
21 | 14 |
|
22 | 15 | ## Prerequisites |
23 | 16 |
|
24 | | -| Account Type | Account Level | |
25 | | -|:--------------|:--------------| |
| 17 | +| Account Type | Account Level | |
| 18 | +|:--|:--| |
26 | 19 | | Credits | Enterprise Suite | |
27 | 20 |
|
28 | 21 | ## Documentation |
29 | 22 |
|
30 | 23 | <ApiIntro/> |
31 | 24 |
|
32 | | -| Deployment | Documentation URL | |
33 | | -|:------------|:------------------------------------------------------------------| |
34 | | -| AU | https://api.au.sumologic.com/docs/#tag/ingestBudgetManagementV2 | |
35 | | -| CA | https://api.ca.sumologic.com/docs/#tag/ingestBudgetManagementV2 | |
36 | | -| DE | https://api.de.sumologic.com/docs/#tag/ingestBudgetManagementV2 | |
37 | | -| EU | https://api.eu.sumologic.com/docs/#tag/ingestBudgetManagementV2 | |
38 | | -| FED | https://api.fed.sumologic.com/docs/#tag/ingestBudgetManagementV2 | |
39 | | -| IN | https://api.in.sumologic.com/docs/#tag/ingestBudgetManagementV2 | |
40 | | -| JP | https://api.jp.sumologic.com/docs/#tag/ingestBudgetManagementV2 | |
41 | | -| KR | https://api.kr.sumologic.com/docs/#tag/ingestBudgetManagementV2 | |
42 | | -| US1 | https://api.sumologic.com/docs/#tag/ingestBudgetManagementV2 | |
43 | | -| US2 | https://api.us2.sumologic.com/docs/#tag/ingestBudgetManagementV2 | |
44 | | - |
45 | | -To manage ingest budgets, you must have the **Manage Ingest Budgets** role capability. Enabling this will automatically enable the **Manage Collectors** capability. The Manage Collectors capability on its own permits the re-assignment of budgets to different Collectors, but not creating or deleting them. For more information, see [Ingest Budgets](/docs/manage/manage-subscription/usage-management). |
| 25 | +| Deployment | Documentation URL | |
| 26 | +|:--|:--| |
| 27 | +| AU | https://api.au.sumologic.com/docs/#tag/budgetManagement | |
| 28 | +| CA | https://api.ca.sumologic.com/docs/#tag/budgetManagement | |
| 29 | +| DE | https://api.de.sumologic.com/docs/#tag/budgetManagement | |
| 30 | +| EU | https://api.eu.sumologic.com/docs/#tag/budgetManagement | |
| 31 | +| FED | https://api.fed.sumologic.com/docs/#tag/budgetManagement | |
| 32 | +| IN | https://api.in.sumologic.com/docs/#tag/budgetManagement | |
| 33 | +| JP | https://api.jp.sumologic.com/docs/#tag/budgetManagement | |
| 34 | +| KR | https://api.kr.sumologic.com/docs/#tag/budgetManagement | |
| 35 | +| US1 | https://api.sumologic.com/docs/#tag/budgetManagement | |
| 36 | +| US2 | https://api.us2.sumologic.com/docs/#tag/budgetManagement | |
| 37 | + |
| 38 | +To Manage ingest budgets, you must have the **Manage Usage Management** role capability. Enabling this will also automatically enable the **View Usage Management** capability. |
0 commit comments