Circular dependency detection
Upload a zipped repository snapshot to detect circular dependencies (dependency cycles) at the file level using Tarjan’s strongly connected components algorithm.
Authorizations
API key issued by the control plane for accessing data plane resources.
Headers
Unique identifier for this request for idempotency and tracing.
Body
Zipped repository archive containing the code to analyze.
Response
Circular dependency analysis (job completed)
Async response envelope for circular dependency analysis operations.
Current status of the job.
pending, processing, completed, failed Unique identifier for the job.
Recommended seconds to wait before polling again.
Error message (present when status is failed).
The result (present when status is completed).