Apigee · Arazzo Workflow
Apigee API Hub Catalog and Lint
Version 1.0.0
Register an API in API Hub, add a version and spec, trigger a lint, then read the lint outcome.
View Spec
View on GitHub
Advanced API SecurityAgentic AIAnalyticsAPI GatewayAPI GovernanceAPI HubAPI ManagementDeveloper PortalEnterpriseGenerative AIHybridIntegrationsMicroservicesMCPModel Context ProtocolMonetizationArazzoWorkflows
Provider
Workflows
catalog-and-lint-api
Create an API, version, and spec in API Hub, then lint and inspect the spec.
Creates an API, adds a version and a spec, triggers a lint of the spec, and reads the spec back to surface the lint response.
1
createApi
createApi
Create the API resource that will hold versions and specs in API Hub.
2
createVersion
createApiVersion
Add a version to the API representing a specific release.
3
createSpec
createApiSpec
Attach a machine-readable specification to the version with strict parsing.
4
lintSpec
lintApiSpec
Trigger a lint of the spec, which returns a long-running operation while validation runs.
5
readLintResult
getApiSpec
Read the spec back to surface the lint response recorded against it.