The following procedure provides details for deploying an API gateway with FQDN details. For complete deployment, see Deploying API Gateway.
-
Open the navigation menu and click Developer Services.
-
Under API Management, click Gateways.
-
In API Gateway page, a select an API gateway to view its details page.
-
Under Resources, click Deployments and then click Create Deployment.
-
In the Create Deployment page, provide the following details::
- Name: The name of the new API deployment. Avoid entering confidential information
- Path Prefix: Use path:
/api/v1/cckm/oci/ekm/v1
- Compartment: The compartment in which to create the new API deployment.
-
Click Next
-
Under Route 1, specify the following:
- Path: Configure:
/{path*}
.
- Methods: Select GET, POST.
- Backend Type: Select the backend type as HTTP and specify the URL as
https://<your-ctm-fqdn>/api/v1/cckm/oci/ekm/v1/${request.path[path]}
-
Click Create. Now wait for the deployment to change to "Active" state.