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 Type
    Method
    Description
    getEdge(String edgeUuid)
    Gets information for a VCD edge gateway.
  • Method Details

    • getEdge

      @GET @Path("/{edgeUuid}") EdgeResponse getEdge(@PathParam("edgeUuid") String edgeUuid)
      Gets information for a VCD edge gateway.
      Parameters:
      edgeUuid - edge UUID
      Returns:
      edge