API / Venafi Interview questions
What is the difference between Venafi's REST API and its Adaptable connector framework?
Both let external systems interact with TPP, but they operate from opposite directions and serve different integration needs.
| REST API (/vedsdk, /vedauth) | Adaptable connector framework |
| TPP is called by external tools | TPP calls out to external systems |
| Used by clients like VCert, Terraform, custom scripts | Used to connect TPP to a CA, application, or log destination that lacks a native plugin |
| Fixed, versioned, vendor-defined contract | Customer-authored scripting hooks (commonly PowerShell) |
| Good fit: requesting/retrieving certificates programmatically | Good fit: onboarding a niche or homegrown system into policy and orchestration |
A useful way to keep them straight: the REST API is the door other tools use to ask TPP for something; the Adaptable framework is how TPP itself learns to talk to a new external system it doesn't natively support — they're solving integration in opposite directions.
More Related questions...