@Path(value="system")
public interface ISystemResource
| Modifier and Type | Method and Description |
|---|---|
io.apiman.manager.api.beans.system.SystemStatusBean |
getStatus()
This endpoint simply returns the status of the apiman system.
|
@GET @Path(value="status") @Produces(value="application/json") io.apiman.manager.api.beans.system.SystemStatusBean getStatus()
Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.