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
@@ -219,9 +218,29 @@ The user-defined API appears in Software Catalog as shown:
219
218
220
219
This page holds relationship data of how the API interacts with dependencies, the API components, an OpenAPI preview, and logs and events aggregated across all endpoints.
221
220
221
+
**Test API Endpoints**
222
+
223
+
You can use the **Play Request** feature in Software Catalog to send test HTTP requests to your endpoints and inspect the responses.
224
+
225
+
To send a test request:
226
+
227
+
1. Navigate to an endpoint in Software Catalog.
228
+
2. Click an endpoint to open its details in the side panel.
229
+
3. Click **Play Request** to configure and send the request.
230
+
231
+
{{< img src="/tracing/software_catalog/play-request.png" alt="Play Request modal to test API requests in Software Catalog" style="width:90%;" >}}
232
+
233
+
Before sending the request, you can configure the following:
234
+
-**Inputs**: Provide values for any required query parameters, path variables, or request body fields.
235
+
-**Authentication**: Select an authentication method if required by the endpoint.
236
+
-**Location**: Choose where the request should be sent from:
237
+
- Public Location (default)
238
+
- Private Location, for APIs accessible only within your private network. These must be configured using [Synthetics Private Locations][2]. Any Private Locations you've already set up appear automatically in the dropdown.
239
+
222
240
**Note**: Software Catalog contains HTTP endpoints that are automatically discovered by APM. The concept of endpoints correspond to [APM resources][1] for an APM web service.
0 commit comments