You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/api-center/enable-api-analysis-linting.md
+17-2Lines changed: 17 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -261,9 +261,15 @@ To confirm that the event subscription was triggered:
261
261
262
262
After analyzing the API definition, the linting engine generates a report based on the configured API style guide.
263
263
264
-
## View API analysis report
264
+
## View API analysis reports
265
265
266
-
To view the API analysis report in your API center:
266
+
You can view the analysis report for your API definition in the Azure portal. After an API definition is analyzed, the report lists errors, warnings, and information based on the configured API style guide.
267
+
268
+
In the portal, you can also view a summary of analysis reports for all API definitions in your API center.
269
+
270
+
### Analysis report for an API definition
271
+
272
+
To view the analysis report for an API definition in your API center:
267
273
268
274
1. Sign in to the Azure portal at [https://portal.azure.com/?Microsoft_Azure_ApiManagement=apicenterpreview](https://portal.azure.com/?Microsoft_Azure_ApiManagement=apicenterpreview).
269
275
1. Navigate to the API version in your API center where you added or updated an API definition.
@@ -275,6 +281,15 @@ The **API Analysis Report** opens, and it displays the API definition and errors
275
281
276
282
:::image type="content" source="media/enable-api-analysis-linting/api-analysis-report.png" alt-text="Screenshot of an API analysis report in the portal.":::
277
283
284
+
### API analysis summary
285
+
286
+
To view a summary of analysis reports for all API definitions in your API center:
287
+
288
+
1. Sign in to the Azure portal at [https://portal.azure.com/?Microsoft_Azure_ApiManagement=apicenterpreview](https://portal.azure.com/?Microsoft_Azure_ApiManagement=apicenterpreview).
289
+
1. In the left-hand menu, under **Governance**, select **API Analysis**. The summary appears.
290
+
291
+
:::image type="content" source="media/enable-api-analysis-linting/api-analysis-summary.png" alt-text="Screenshot of the API analysis summary in the portal.":::
0 commit comments