Contract Testing: Get BDCT Provider by Consumer Version
contract-testing_get_bdct_provider_by_consumer_versionRetrieve the provider OpenAPI contract for a specific consumer-provider version pair to verify compatibility in bi-directional contract testing.
Instructions
Fetch the provider OpenAPI contract for a specific consumer-provider version pair in Bi-Directional Contract Testing.
Toolset: Bi-Directional Contract Testing
Parameters:
providerName (string) required: Name of the provider
providerVersionNumber (string) required: Provider version number
consumerName (string) required: Name of the consumer
consumerVersionNumber (string) required: Consumer version number
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| consumerName | Yes | Name of the consumer | |
| providerName | Yes | Name of the provider | |
| consumerVersionNumber | Yes | Consumer version number | |
| providerVersionNumber | Yes | Provider version number |