@Path(value="HostingNode") public class HostingNodeResource extends Object
| Constructor and Description |
|---|
HostingNodeResource() |
| Modifier and Type | Method and Description |
|---|---|
List<org.gcube.common.resources.gcore.HostingNode> |
retrieve() |
String |
retrieve(String resultXPath) |
List<org.gcube.common.resources.gcore.GCoreEndpoint> |
retrieveGcoreEnpoints(String id) |
@GET @Produces(value="application/xml") public List<org.gcube.common.resources.gcore.HostingNode> retrieve()
@GET
@Path(value="/{id}/GCoreEnpoints")
@Produces(value="application/xml")
public List<org.gcube.common.resources.gcore.GCoreEndpoint> retrieveGcoreEnpoints(@NotNull @PathParam(value="id")
String id)
Copyright © 2023. All Rights Reserved.