Swagger: Scan API Standardization from Registry
swagger_scan_api_standardization_from_registryScans an API from SwaggerHub Registry against organizational governance rules using org name, API name, and version, returning validation errors, issue counts, and a UI link.
Instructions
Run a standardization scan on an API that already exists in SwaggerHub Registry, identified by organization name, API name, and version. Fetches the API definition from the registry internally and scans it against the organization's governance and standardization rules. Returns a list of validation errors, total issue count, counts grouped by severity, and a SwaggerHub UI URL for the scanned API. Use this tool when the user identifies the API by org name, API name, and version and asks to validate, scan, or check the governance or standardization of an existing API.
Toolset: Registry API
Parameters:
orgName (string) required: The organization name that owns the API and provides the standardization rules (case-sensitive)
apiName (string) required: API name (case-sensitive)
version (string) required: Version identifier
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| apiName | Yes | API name (case-sensitive) | |
| orgName | Yes | The organization name that owns the API and provides the standardization rules (case-sensitive) | |
| version | Yes | Version identifier |