Software AG Products 10.7 | Using API Gateway | AppMesh Support in API Gateway | AppMesh Deployment | APIfy
 
APIfy
APIfy is the process of giving an API face to the Kubernetes service. APIfy creates an empty API with the endpoint that API Gateway receives from the service.
Click APIfy to APIfy a microservice. An API is created for the microservice in API Gateway and you can access it using the APIs tab or the API link in the Microgateway sidecar section of the service details page.
The API created by default has a single resource with resource path ( / ) and the routing endpoint is the first internal endpoint of the service.
Note:
Only one API can be created for a microservice.