Skip to content

Commit 9eb08f9

Browse files
committed
added Scan Budgets Management APIs doc
1 parent b7db200 commit 9eb08f9

File tree

2 files changed

+23
-25
lines changed

2 files changed

+23
-25
lines changed

docs/api/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,11 @@ To connect with other Sumo Logic users, post feedback, or ask a question, visit
200200
<a href="/docs/api/saml-configuration"><img src={useBaseUrl('img/icons/security/security-and-compliance.png')} alt="Thumbnail icon" width="50"/><h4>SAML Configuration</h4></a>
201201
</div>
202202
</div>
203+
<div className="box smallbox card">
204+
<div className="container">
205+
<a href="/docs/api/scan-budget"><img src={useBaseUrl('img/icons/general/calendar.png')} alt="Thumbnail icon" width="50"/><h4>Scan Budget</h4></a>
206+
</div>
207+
</div>
203208
<div className="box smallbox card">
204209
<div className="container">
205210
<a href="/docs/api/scheduled-views"><img src={useBaseUrl('img/icons/general/calendar.png')} alt="Thumbnail icon" width="50"/><h4>Scheduled Views</h4></a>

docs/api/scan-budget.md

Lines changed: 18 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -2,44 +2,37 @@
22
id: scan-budget
33
title: Scan Budgets Management APIs
44
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
66
---
7-
87
import useBaseUrl from '@docusaurus/useBaseUrl';
98
import ApiIntro from '../reuse/api-intro.md';
109
import ApiRoles from '../reuse/api-roles.md';
1110

1211
<img src={useBaseUrl('img/icons/operations/data-volume.png')} alt="Thumbnail icon" width="50"/>
1312

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).
2114

2215
## Prerequisites
2316

24-
| Account Type | Account Level |
25-
|:--------------|:--------------|
17+
| Account Type | Account Level |
18+
|:--|:--|
2619
| Credits | Enterprise Suite |
2720

2821
## Documentation
2922

3023
<ApiIntro/>
3124

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

Comments
 (0)