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-management/api-management-howto-api-inspector.md
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,10 +63,10 @@ Follow these steps to trace an API request in the test console in the portal. Th
63
63
64
64
:::image type="content" source="media/api-management-howto-api-inspector/response-trace-1.png" alt-text="Screenshot showing the review response trace.":::
65
65
66
-
-**Inbound** - Shows the original request API Management received from the caller and the policies applied to the request. For example, if you added policies in [Tutorial: Transform and protect your API](transform-api.md), they appear here.
67
-
-**Backend** - Shows the requests API Management sent to the API backend and the response it received.
68
-
-**Outbound** - Shows the policies applied to the response before sending back to the caller.
69
-
-**On error** - Shows the errors that occurred during the processing of the request and the policies applied to the errors.
66
+
-**Inbound**. Shows the original request API Management received from the caller and the policies applied to the request. For example, if you added policies in [Tutorial: Transform and protect your API](transform-api.md), they appear here.
67
+
-**Backend**. Shows the requests API Management sent to the API backend and the response it received.
68
+
-**Outbound**. Shows the policies applied to the response before sending back to the caller.
69
+
-**On error**. Shows the errors that occurred during the processing of the request and the policies applied to the errors.
70
70
71
71
> [!TIP]
72
72
>
@@ -140,7 +140,7 @@ Detailed steps follow.
140
140
- If the debug token is expired, the response includes an `Apim-Debug-Authorization-Expired` header with information about expiration date.
141
141
- If the debug token was obtained for a different API, the response includes an `Apim-Debug-Authorization-WrongAPI` header with an error message.
142
142
143
-
1. **Retrieve the trace** - Pass the trace ID obtained in the previous step to the gateway's [List trace](/rest/api/apimanagement/gateway/list-trace) API. For example, to retrieve the trace for the managed gateway, use a request similar to the following example:
143
+
1. **Retrieve the trace**. Pass the trace ID obtained in the previous step to the gateway's [List trace](/rest/api/apimanagement/gateway/list-trace) API. For example, to retrieve the trace for the managed gateway, use a request similar to the following example:
144
144
145
145
```http
146
146
POST https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/gateways/managed/listTrace?api-version=2023-05-01-preview
0 commit comments