Contract Testing: Get Pacticipant Network
contract-testing_get_pacticipant_networkRetrieve the integration network graph for a named pacticipant to visualize its dependencies and connections across contract tests.
Instructions
Retrieve the integration network graph for a specific pacticipant.
Toolset: Integrations and Network
Parameters:
pacticipantName (string) required: Name of the pacticipant to get network for
pageNumber (number): Page number (default: 1)
pageSize (number): Results per page (default: 5)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageSize | No | Results per page | |
| pageNumber | No | Page number | |
| pacticipantName | Yes | Name of the pacticipant to get network for |