@Path(value="") public interface SyncopeService extends JAXRSService
PARAM_ANYTYPE_KIND, PARAM_CONNID_PAGED_RESULTS_COOKIE, PARAM_DETAILS, PARAM_ENTITY_KEY, PARAM_FIQL, PARAM_MAX, PARAM_NOTIFICATION, PARAM_ORDERBY, PARAM_PAGE, PARAM_RESOURCE, PARAM_SIZE| Modifier and Type | Method and Description |
|---|---|
NumbersInfo |
numbers()
Provides some numbers about the managed entities (users, groups, any objects...).
|
PlatformInfo |
platform()
Provides information summary about platform configuration (workflow adapters, provisioning managers, validators,
actions, correlation rules, reportlets, ...).
|
SystemInfo |
system()
Provides information about the underlying system (Operating System, CPU / memory usage, ...).
|
@GET
@Path(value="/platform")
@Produces(value={"application/json","application/xml"})
PlatformInfo platform()
@GET
@Path(value="/system")
@Produces(value={"application/json","application/xml"})
SystemInfo system()
@GET
@Path(value="/numbers")
@Produces(value={"application/json","application/xml"})
NumbersInfo numbers()
Copyright © 2010–2016 The Apache Software Foundation. All rights reserved.