@Path(value="/edges")
@Consumes(value="application/json")
@Produces(value="application/vnd.ilandcloud.api.v1.0+json")
public interface EdgeResource
| Modifier and Type | Method and Description |
|---|---|
EdgeResponse |
getEdge(String edgeUuid)
Gets information for a VCD edge gateway.
|
@GET
@Path(value="/{edgeUuid}")
EdgeResponse getEdge(@PathParam(value="edgeUuid")
String edgeUuid)
edgeUuid - edge UUIDCopyright © 2023 iland Internet Solutions, Corp. All rights reserved.