Package com.iland.core.web.rest.api
Interface EdgeResource
@Path("/edges")
@Consumes("application/json")
@Produces("application/vnd.ilandcloud.api.v1.0+json")
public interface EdgeResource
Edge Gateway REST resource V1.
- Author:
- Cory Snyder
-
Method Summary
Modifier and TypeMethodDescriptionGets information for a VCD edge gateway.
-
Method Details
-
getEdge
Gets information for a VCD edge gateway.- Parameters:
edgeUuid- edge UUID- Returns:
- edge
-