Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ GET /api/machines/SoftwareVulnerabilitiesExport
#### 2.6.1 Request example

```http
GET https://api.security.contoso.com/api/machines/SoftwareVulnerabilitiesExport
GET https://api-us.securitycenter.microsoft.com/api/machines/SoftwareVulnerabilitiesExport
Copy link

Copilot AI Jan 15, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The endpoint URL uses a US-specific regional domain (api-us.securitycenter.microsoft.com) which is inconsistent with the rest of this document and the broader API documentation. Section 1.6.1 (line 111) and section 3.6.1 (line 413) both use https://api.security.microsoft.com, and this is the documented standard endpoint per the official API documentation (exposed-apis-list.md line 37). Additionally, the response example in section 2.6.2 (line 305) uses api.security.microsoft.com in the @odata.context field, which would be inconsistent with this request. For consistency and to follow the documented standard, this should be changed to https://api.security.microsoft.com/api/machines/SoftwareVulnerabilitiesExport.

Suggested change
GET https://api-us.securitycenter.microsoft.com/api/machines/SoftwareVulnerabilitiesExport
GET https://api.security.microsoft.com/api/machines/SoftwareVulnerabilitiesExport

Copilot uses AI. Check for mistakes.
```

#### 2.6.2 Response example
Expand Down
Loading