@Beta
@Consumes(value="application/json")
@Path(value="/os-create-server-ext")
public interface ServerWithSecurityGroupsApi
ServerApi| Modifier and Type | Method and Description |
|---|---|
ServerWithSecurityGroups |
get(String id)
Retrieve details of the specified server, including security groups
|
@Named(value="server:get")
@GET
@Path(value="/{id}")
@Nullable
ServerWithSecurityGroups get(@PathParam(value="id")
String id)
id - id of the serverCopyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.