Apigee · Arazzo Workflow
Apigee Shadow API Discovery
Version 1.0.0
Create an observation source, wait for it, start an observation job, wait again, then enable it.
View Spec
View on GitHub
Advanced API SecurityAgentic AIAnalyticsAPI GatewayAPI GovernanceAPI HubAPI ManagementDeveloper PortalEnterpriseGenerative AIHybridIntegrationsMicroservicesMCPModel Context ProtocolMonetizationArazzoWorkflows
Provider
Workflows
discover-shadow-apis
Provision an observation source and job, then enable shadow API discovery.
Creates an observation source, waits for its long-running operation to complete, creates an observation job referencing the source, waits again, and enables the job.
1
createSource
createObservationSource
Create an observation source describing the load balancer network to monitor; returns a long-running operation.
2
waitForSource
getOperation
Poll the source provisioning operation until it reports done.
3
createJob
createObservationJob
Create an observation job bound to the new source; returns a long-running operation.
4
waitForJob
getOperation
Poll the job creation operation until it reports done.
5
enableJob
enableObservationJob
Enable the observation job so it begins analyzing traffic to discover shadow APIs.