| Package | Description |
|---|---|
| io.apiman.manager.api.rest.contract |
| Modifier and Type | Method and Description |
|---|---|
void |
IGatewayResource.delete(String gatewayId)
This endpoint deletes a Gateway by its unique ID.
|
io.apiman.manager.api.beans.gateways.GatewayBean |
IGatewayResource.get(String gatewayId)
Call this endpoint to get the details of a single configured Gateway.
|
io.apiman.manager.api.beans.summary.ServiceVersionEndpointSummaryBean |
IOrganizationResource.getServiceVersionEndpointInfo(String organizationId,
String serviceId,
String version)
Use this endpoint to get information about the Managed Service's gateway
endpoint.
|
void |
IGatewayResource.update(String gatewayId,
io.apiman.manager.api.beans.gateways.UpdateGatewayBean bean)
Use this endpoint to update an existing Gateway.
|
Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.