Developing vRealize Orchestrator Plug-Ins

You can use a model-driven framework to develop plug-ins for vRealize Orchestrator.

What is Model-Driven

Model-driven is a framework that exposes the model of third-party libraries, which makes it suitable for creating plug-ins for specific integrations. Model-driven is included in the vRealize Orchestrator SDK.

You can find sample code at:
Protocol Sample
HTTPS https://github.com/vmware-samples/vrealize-orchestrator-plug-in-for-redis
SSH [email protected]:vmware-samples/vrealize-orchestrator-plug-in-for-redis.git

Can I create an integration with Redis

You can use the model-driven framework included in the vRealize Orchestrator SDK to create an integration with the Redis data structure project.
  • Migrate or Upgrade your vRealize Orchestrator Appliance to version 8.0 or later.
  • If you have vRealize Orchestrator 8.4 or later, download and install the vRealize Orchestrator Plug-in SDK.
  • If you are developing a plug-in for vRealize Orchestrator 8.4 or later, verify that you have Java 11 installed.
    • If you are developing a plug-in for vRealize Orchestrator 8.3 or earlier, verify that you have Java 8 installed.
  • Verify that you are familiar with Redis. See the Redis home page.
  • Download and install the Maven build tool. See the Maven Apache Project. The vRealize Orchestrator Plug-in SDK is compatible with Maven 3.5.4 or later.
  • Verify that you are familiar with Spring IoC. See Spring IoC.