Skip to content

Commit fd70ecf

Browse files
committed
added parameters section
1 parent a67a14e commit fd70ecf

File tree

4 files changed

+43
-27
lines changed

4 files changed

+43
-27
lines changed

defender-endpoint/api/get-assessment-non-cpe-software-inventory.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.topic: reference
1515
ms.subservice: reference
1616
ms.custom: api
1717
search.appverid: met150
18-
ms.date: 01/08/2025
18+
ms.date: 01/23/2025
1919
---
2020

2121
# Export non product code software inventory assessment per device
@@ -180,12 +180,16 @@ Delegated (work or school account)|Software.Read|\'Read Threat and Vulnerability
180180
GET /api/machines/SoftwareInventoryNonCpeExport
181181
```
182182

183-
### 2.4 Properties
183+
### 2.4 Parameters
184+
185+
- `sasValidHours`: The number of hours that the download URLs are valid for. Maximum is 6 hours.
186+
187+
### 2.5 Properties
184188

185189
> [!NOTE]
186190
>
187-
> - The files are gzip compressed & in multiline JSON format.
188-
> - The download URLs are only valid for 1 hour.
191+
> - The files are GZIP compressed & in multiline JSON format.
192+
> - The download URLs are valid for 6 hours.
189193
> - For maximum download speed of your data, you can make sure you're downloading from the same Azure region that your data resides.
190194
191195
<br>
@@ -198,15 +202,15 @@ Export files|array\[string\]|A list of download URLs for files holding the curre
198202
GeneratedTime|string|The time that the export was generated.|2021-05-20T08:00:00Z
199203
|
200204

201-
### 2.5 Examples
205+
### 2.6 Examples
202206

203-
#### 2.5.1 Request example
207+
#### 2.6.1 Request example
204208

205209
```http
206210
GET https://api.securitycenter.microsoft.com/api/machines/SoftwareInventoryNonCpeExport
207211
```
208212

209-
#### 2.5.2 Response example
213+
#### 2.6.2 Response example
210214

211215
```json
212216
{

defender-endpoint/api/get-assessment-secure-config.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.topic: reference
1515
ms.subservice: reference
1616
ms.custom: api
1717
search.appverid: met150
18-
ms.date: 01/06/2025
18+
ms.date: 01/23/2025
1919
---
2020

2121
# Export secure configuration assessment per device
@@ -238,12 +238,16 @@ Delegated (work or school account)|Vulnerability.Read|\'Read Threat and Vulnerab
238238
GET /api/machines/SecureConfigurationsAssessmentExport
239239
```
240240

241-
### 2.4 Properties
241+
### 2.4 Parameters
242+
243+
- `sasValidHours`: The number of hours that the download URLs are valid for. Maximum is 6 hours.
244+
245+
### 2.5 Properties
242246

243247
> [!NOTE]
244248
>
245249
> - The files are GZIP compressed & in multiline JSON format.
246-
> - The download URLs are only valid for 1 hour.
250+
> - The download URLs are valid for 6 hours.
247251
> - For maximum download speed of your data, you can make sure you are downloading from the same Azure region in which your data resides.
248252
249253

@@ -257,15 +261,15 @@ Export files|array[string]|A list of download URLs for files holding the current
257261
GeneratedTime|string|The time that the export was generated.|2021-05-20T08:00:00Z
258262
|
259263

260-
### 2.5 Examples
264+
### 2.6 Examples
261265

262-
#### 2.5.1 Request example
266+
#### 2.6.1 Request example
263267

264268
```http
265269
GET https://api.securitycenter.microsoft.com/api/machines/SecureConfigurationsAssessmentExport
266270
```
267271

268-
#### 2.5.2 Response example
272+
#### 2.6.2 Response example
269273

270274
```json
271275
{

defender-endpoint/api/get-assessment-software-inventory.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.topic: reference
1515
ms.subservice: reference
1616
ms.custom: api
1717
search.appverid: met150
18-
ms.date: 01/08/2025
18+
ms.date: 01/23/2025
1919
---
2020

2121
# Export software inventory assessment per device
@@ -236,12 +236,16 @@ Delegated (work or school account)|Software.Read|\'Read Threat and Vulnerability
236236
GET /api/machines/SoftwareInventoryExport
237237
```
238238

239-
### 2.4 Properties
239+
### 2.4 Parameters
240+
241+
- `sasValidHours`: The number of hours that the download URLs are valid for. Maximum is 6 hours.
242+
243+
### 2.5 Properties
240244

241245
> [!NOTE]
242246
>
243-
> - The files are gzip compressed & in multiline JSON format.
244-
> - The download URLs are only valid for 1 hour.
247+
> - The files are GZIP compressed & in multiline JSON format.
248+
> - The download URLs are valid for 6 hours.
245249
> - For maximum download speed of your data, you can make sure you're downloading from the same Azure region that your data resides.
246250
247251
<br>
@@ -254,15 +258,15 @@ Export files|array\[string\]|A list of download URLs for files holding the curre
254258
GeneratedTime|string|The time that the export was generated.|2021-05-20T08:00:00Z
255259
|
256260

257-
### 2.5 Examples
261+
### 2.6 Examples
258262

259-
#### 2.5.1 Request example
263+
#### 2.6.1 Request example
260264

261265
```http
262266
GET https://api.securitycenter.microsoft.com/api/machines/SoftwareInventoryExport
263267
```
264268

265-
#### 2.5.2 Response example
269+
#### 2.6.2 Response example
266270

267271
```json
268272
{

defender-endpoint/api/get-assessment-software-vulnerabilities.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.topic: reference
1515
ms.subservice: reference
1616
ms.custom: api
1717
search.appverid: met150
18-
ms.date: 01/08/2025
18+
ms.date: 01/23/2025
1919
---
2020

2121
# Export software vulnerabilities assessment per device
@@ -288,12 +288,16 @@ Delegated (work or school account)|Vulnerability.Read|\'Read Threat and Vulnerab
288288
GET /api/machines/SoftwareVulnerabilitiesExport
289289
```
290290

291-
### 2.4 Properties
291+
### 2.4 Parameters
292+
293+
- `sasValidHours`: The number of hours that the download URLs are valid for. Maximum is 6 hours.
294+
295+
### 2.5 Properties
292296

293297
> [!NOTE]
294298
>
295-
> - The files are gzip compressed & in multiline Json format.
296-
> - The download URLs are only valid for 1 hour.
299+
> - The files are GZIP compressed & in multiline JSON format.
300+
> - The download URLs are valid for 6 hours.
297301
> - For maximum download speed of your data, you can make sure you're downloading from the same Azure region that your data resides.
298302
>
299303
> - Each record is approximately 1KB of data. You should take this into account when choosing the correct pageSize parameter for you.
@@ -309,15 +313,15 @@ Export files|array\[string\]|A list of download URLs for files holding the curre
309313
GeneratedTime|String|The time that the export was generated.|2021-05-20T08:00:00Z
310314
|
311315

312-
### 2.5 Examples
316+
### 2.6 Examples
313317

314-
#### 2.5.1 Request example
318+
#### 2.6.1 Request example
315319

316320
```http
317321
GET https://api-us.securitycenter.contoso.com/api/machines/SoftwareVulnerabilitiesExport
318322
```
319323

320-
#### 2.5.2 Response example
324+
#### 2.6.2 Response example
321325

322326
```json
323327
{

0 commit comments

Comments
 (0)