@Path(value="SDI") public class SDI extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_CLASS_PARAM |
static String |
SERVICE_NAME_PARAM |
| Constructor and Description |
|---|
SDI() |
| Modifier and Type | Method and Description |
|---|---|
ScopeConfiguration |
getConfiguration() |
org.gcube.spatia.data.model.profiles.ApplicationProfile |
getProfile(String serviceClass,
String serviceName) |
HealthReport |
getReport() |
public static final String SERVICE_CLASS_PARAM
public static final String SERVICE_NAME_PARAM
@GET @Produces(value="application/json") public ScopeConfiguration getConfiguration()
@GET
@Produces(value={"application/xml","application/json"})
@Path(value="status")
public HealthReport getReport()
@GET
@Produces(value={"application/xml","application/json"})
@Path(value="profile/{service_class}/{service_name}")
public org.gcube.spatia.data.model.profiles.ApplicationProfile getProfile(@PathParam(value="service_class")
String serviceClass,
@PathParam(value="service_name")
String serviceName)
Copyright © 2021. All Rights Reserved.