public interface IManagerInfoAPI
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ComponentInfoElement> |
getComponentSummary(java.lang.String sID)
return detail component info in current system
|
FeatureSummaryElement |
getFeatureSummary(int timescale,
java.lang.String sID)
Get status summary of each protection feature
|
java.lang.String |
getManagerVersion()
Return DSM version.
|
javax.ws.rs.core.Response |
getMessageInMCPLogon(java.lang.Integer header,
java.lang.String sID)
Return a LOGON message in MCP blob
|
java.lang.String |
getProductGUID(java.lang.String sID)
Return product GUID for TMCM to identify the server.
|
StatusSummaryElement |
getStatusSummary(java.lang.String sID)
return the status summary of the system
|
java.lang.String getProductGUID(java.lang.String sID)
java.lang.String getManagerVersion()
javax.ws.rs.core.Response getMessageInMCPLogon(java.lang.Integer header,
java.lang.String sID)
throws java.lang.Exception
java.lang.Exceptionjava.util.List<ComponentInfoElement> getComponentSummary(java.lang.String sID) throws java.lang.Exception
sID - session identifierjava.lang.ExceptionStatusSummaryElement getStatusSummary(java.lang.String sID) throws java.lang.Exception
sID - session identifierjava.lang.ExceptionFeatureSummaryElement getFeatureSummary(int timescale, java.lang.String sID) throws java.lang.Exception
timescale - 1 - last 7 days; 2 - last 24 hours; *sID - session identifierjava.lang.ExceptionCopyright © 2015 Trend Micro Inc. All Rights Reserved.