Skip to content

Commit a000c56

Browse files
authored
Merge pull request #209127 from bmansheim/update-api-docs-url
Update links to API docs
2 parents 8fce267 + 64ab4b9 commit a000c56

18 files changed

+24
-24
lines changed

articles/defender-for-cloud/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@
378378
- name: How Microsoft secures customer data
379379
href: data-security.md
380380
- name: REST APIs documentation
381-
href: /rest/api/securitycenter/
381+
href: /rest/api/defenderforcloud/
382382
- name: Security baseline
383383
href: /security/benchmark/azure/baselines/security-center-security-baseline?toc=/azure/defender-for-cloud/TOC.json
384384
- name: FAQ for Microsoft Defender for Cloud

articles/defender-for-cloud/adaptive-application-controls.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ When you move a machine from one group to another, the application control polic
213213

214214
To manage your adaptive application controls programmatically, use our REST API.
215215

216-
The relevant API documentation is available in [the Adaptive application Controls section of Defender for Cloud's API docs](/rest/api/securitycenter/adaptiveapplicationcontrols).
216+
The relevant API documentation is available in [the Adaptive application Controls section of Defender for Cloud's API docs](/rest/api/defenderforcloud/adaptiveapplicationcontrols).
217217

218218
Some of the functions that are available from the REST API:
219219

articles/defender-for-cloud/alerts-schemas.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ You can view these security alerts in Microsoft Defender for Cloud's pages - [ov
1515

1616
- [Microsoft Sentinel](../sentinel/index.yml) - Microsoft's cloud-native SIEM. The Sentinel Connector gets alerts from Microsoft Defender for Cloud and sends them to the [Log Analytics workspace](../azure-monitor/logs/quick-create-workspace.md) for Microsoft Sentinel.
1717
- Third-party SIEMs - Send data to [Azure Event Hubs](../event-hubs/index.yml). Then integrate your Event Hub data with a third-party SIEM. Learn more in [Stream alerts to a SIEM, SOAR, or IT Service Management solution](export-to-siem.md).
18-
- [The REST API](/rest/api/securitycenter/) - If you're using the REST API to access alerts, see the [online Alerts API documentation](/rest/api/securitycenter/alerts).
18+
- [The REST API](/rest/api/defenderforcloud/) - If you're using the REST API to access alerts, see the [online Alerts API documentation](/rest/api/defenderforcloud/alerts).
1919

2020
If you're using any programmatic methods to consume the alerts, you'll need the correct schema to find the fields that are relevant to you. Also, if you're exporting to an Event Hub or trying to trigger Workflow Automation with generic HTTP connectors, use the schemas to properly parse the JSON objects.
2121

@@ -138,7 +138,7 @@ For the alerts schema when using workflow automation, see the [connectors docume
138138

139139
Defender for Cloud's continuous export feature passes alert data to:
140140

141-
- Azure Event Hub using the same schema as [the alerts API](/rest/api/securitycenter/alerts).
141+
- Azure Event Hub using the same schema as [the alerts API](/rest/api/defenderforcloud/alerts).
142142
- Log Analytics workspaces according to the [SecurityAlert schema](/azure/azure-monitor/reference/tables/SecurityAlert) in the Azure Monitor data reference documentation.
143143

144144
### [MS Graph API](#tab/schema-graphapi)

articles/defender-for-cloud/alerts-suppression-rules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ The relevant HTTP methods for suppression rules in the REST API are:
115115

116116
- **DELETE**: Deletes an existing rule (but doesn't change the status of alerts already dismissed by it).
117117

118-
For full details and usage examples, see the [API documentation](/rest/api/securitycenter/).
118+
For full details and usage examples, see the [API documentation](/rest/api/defenderforcloud/).
119119

120120

121121
## Next steps

articles/defender-for-cloud/configure-email-notifications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ You can send email notifications to individuals or to all users with specific Az
4848
1. To apply the security contact information to your subscription, select **Save**.
4949

5050
## Customize the alerts email notifications through the API
51-
You can also manage your email notifications through the supplied REST API. For full details see the [SecurityContacts API documentation](/rest/api/securitycenter/securitycontacts).
51+
You can also manage your email notifications through the supplied REST API. For full details see the [SecurityContacts API documentation](/rest/api/defenderforcloud/securitycontacts).
5252

5353
This is an example request body for the PUT request when creating a security contact configuration:
5454

articles/defender-for-cloud/continuous-export.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ The steps below are necessary whether you're setting up a continuous export to L
9595

9696
### Configure continuous export using the REST API
9797

98-
Continuous export can be configured and managed via the Microsoft Defender for Cloud [automations API](/rest/api/securitycenter/automations). Use this API to create or update rules for exporting to any of the following possible destinations:
98+
Continuous export can be configured and managed via the Microsoft Defender for Cloud [automations API](/rest/api/defenderforcloud/automations). Use this API to create or update rules for exporting to any of the following possible destinations:
9999

100100
- Azure Event Hub
101101
- Log Analytics workspace
@@ -114,7 +114,7 @@ Here are some examples of options that you can only use in the the API:
114114
> [!TIP]
115115
> These API-only options are not shown in the Azure portal. If you use them, there'll be a banner informing you that other configurations exist.
116116
117-
Learn more about the automations API in the [REST API documentation](/rest/api/securitycenter/automations).
117+
Learn more about the automations API in the [REST API documentation](/rest/api/defenderforcloud/automations).
118118

119119
### [**Deploy at scale with Azure Policy**](#tab/azure-policy)
120120

articles/defender-for-cloud/custom-security-policies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ Below is an example of a custom policy including the metadata/securityCenter pro
297297
}
298298
```
299299

300-
For another example of using the securityCenter property, see [this section of the REST API documentation](/rest/api/securitycenter/assessmentsmetadata/createinsubscription#examples).
300+
For another example of using the securityCenter property, see [this section of the REST API documentation](/rest/api/defenderforcloud/assessmentsmetadata/createinsubscription#examples).
301301

302302

303303
## Next steps

articles/defender-for-cloud/data-security.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Customers can access Defender for Cloud related data from the following data str
6868
| [Azure Activity log](../azure-monitor/essentials/activity-log.md) | All security alerts, approved Defender for Cloud [just-in-time](just-in-time-access-usage.md) access requests, and all alerts generated by [adaptive application controls](adaptive-application-controls.md).|
6969
| [Azure Monitor logs](../azure-monitor/data-platform.md) | All security alerts. |
7070
| [Azure Resource Graph](../governance/resource-graph/overview.md) | Security alerts, security recommendations, vulnerability assessment results, secure score information, status of compliance checks, and more. |
71-
| [Microsoft Defender for Cloud REST API](/rest/api/securitycenter/) | Security alerts, security recommendations, and more. |
71+
| [Microsoft Defender for Cloud REST API](/rest/api/defenderforcloud/) | Security alerts, security recommendations, and more. |
7272

7373

7474
## Next steps

articles/defender-for-cloud/defender-for-container-registries-introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Defender for Cloud pulls the image from the registry and runs it in an isolated
8080
Defender for Cloud filters and classifies findings from the scanner. When an image is healthy, Defender for Cloud marks it as such. Defender for Cloud generates security recommendations only for images that have issues to be resolved. By only notifying you when there are problems, Defender for Cloud reduces the potential for unwanted informational alerts.
8181

8282
### Can I get the scan results via REST API?
83-
Yes. The results are under [Sub-Assessments REST API](/rest/api/securitycenter/subassessments/list/). Also, you can use Azure Resource Graph (ARG), the Kusto-like API for all of your resources: a query can fetch a specific scan.
83+
Yes. The results are under [Sub-Assessments REST API](/rest/api/defenderforcloud/subassessments/list/). Also, you can use Azure Resource Graph (ARG), the Kusto-like API for all of your resources: a query can fetch a specific scan.
8484

8585
### What registry types are scanned? What types are billed?
8686
For a list of the types of container registries supported by Microsoft Defender for container registries, see [Availability](#availability).

articles/defender-for-cloud/defender-for-containers-usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ Defender for Cloud filters and classifies findings from the scanner. When an ima
160160

161161
### Can I get the scan results via REST API?
162162

163-
Yes. The results are under [Sub-Assessments REST API](/rest/api/securitycenter/subassessments/list/). Also, you can use Azure Resource Graph (ARG), the Kusto-like API for all of your resources: a query can fetch a specific scan.
163+
Yes. The results are under [Sub-Assessments REST API](/rest/api/defenderforcloud/subassessments/list/). Also, you can use Azure Resource Graph (ARG), the Kusto-like API for all of your resources: a query can fetch a specific scan.
164164

165165
### What registry types are scanned? What types are billed?
166166

0 commit comments

Comments
 (0)