Create or extend a CAPI interface
You can create a new CAPI interface or extend an existing one by adding new operations.
Before you begin
- Role required: admin
- Review Default CAPI APIs and make sure the provider and product that you want to create do not exist.
- Familiarize yourself with the cloud provider API so that you know how to create REST calls to the provider. If you are not familiar with the headers, authentication requirements, endpoint, and data that you can pass into the provider API, you cannot build your own CAPI components.
About this task
Usually, you can use the default interfaces that are provided in the Cloud Provisioning and Governance application. To create a custom interface, base it on an existing one that is similar.