Alias Management
webMethods API Gateway provides the capability to create aliases, retrieve alias information, update alias properties as required, and delete the existing aliases that use a REST API.
webMethods API Gateway provides the following REST API and the resources to manage aliases:
- GET/rest/apigateway/alias
Retrieves the list of all aliases in webMethods API Gateway. You can also use it to retrieve details for a particular alias by providing the aliasName.
- POST/rest/apigateway/alias
Creates an alias in webMethods API Gateway.
- GET/rest/apigateway/alias/{aliasId}
Retrieves the details of the specified alias in API Gateway.
- PUT/rest/apigateway/alias/{aliasId}
Updates the details of the specified alias in API Gateway.
- DELETE/rest/apigateway/alias/{aliasId}
Deletes the specified alias in webMethods API Gateway.