@Beta
@Consumes(value="application/json")
public interface ConsolesApi
| Modifier and Type | Method and Description |
|---|---|
Console |
getConsole(String serverId,
Console.Type type)
Gets the specified server Console.
|
@Named(value="consoles:getConsole")
@POST
@Path(value="/servers/{serverId}/action")
@Produces(value="application/json")
Console getConsole(@PathParam(value="serverId")
String serverId,
Console.Type type)
serverId - Server idtype - see Console.TypeCopyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.