Software AG Products 10.5 | Using API Gateway | REST APIs in API Gateway | Alias Management
 
Alias Management
API Gateway provides the capability to create aliases, retrieve alias information, update alias properties as required, and delete the existing aliases using a REST API.
API Gateway provides the following REST API and the resources to manage aliases:
*GET/rest/apigateway/alias: Retrieves the list of all aliases in API Gateway. You can also use this to retrieve details for a particular alias by providing the aliasName.
*POST/rest/apigateway/alias: Creates an alias in 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 API Gateway.
For details about the REST API, see the APIGatewayAlias.json at Install directory/IntegrationServer/instances/default/packages/WmAPIGateway/resources/apigatewayservices.
For sample payloads, see https://github.com/SoftwareAG/webmethods-api-gateway/blob/master/apigatewayservices/postmancollections/apis/alias-management/AliasManagement.json.