public interface MythOperations
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<Bool> |
addStorageGroupDir(String groupName,
String directoryName,
String hostName)
- POST
|
org.springframework.http.ResponseEntity<Bool> |
backupDatabase()
- POST
|
org.springframework.http.ResponseEntity<Bool> |
changePassword(String username,
String oldPassword,
String newPassword)
- POST
|
org.springframework.http.ResponseEntity<Bool> |
checkDatabase(boolean repair)
- POST
|
org.springframework.http.ResponseEntity<ConnectionInfo> |
getConnectionInfo(String pin,
ETagInfo etag)
- GET
|
org.springframework.http.ResponseEntity<String> |
getHostName()
- GET
|
org.springframework.http.ResponseEntity<StringList> |
getHosts(ETagInfo etag)
- GET
|
org.springframework.http.ResponseEntity<StringList> |
getKeys(ETagInfo etag)
- GET
|
org.springframework.http.ResponseEntity<LogMessageList> |
getLogs(String hostname,
String application,
int pid,
int tid,
String thread,
String filename,
int line,
String function,
org.joda.time.DateTime from,
org.joda.time.DateTime to,
String level,
String messageContains,
ETagInfo etag)
- GET
|
org.springframework.http.ResponseEntity<SettingList> |
getSetting(String hostname,
String key,
String defaultValue,
ETagInfo etag)
- GET
|
org.springframework.http.ResponseEntity<StorageGroupDirectoryList> |
getStoreageGroupDirectories(String groupName,
String hostname,
ETagInfo etag)
- GET
|
org.springframework.http.ResponseEntity<TimeZoneInfo> |
getTimeZoneInfo()
- GET
|
org.springframework.http.ResponseEntity<Bool> |
profileDelete()
- POST
|
org.springframework.http.ResponseEntity<Bool> |
profileSubmit()
- POST
|
org.springframework.http.ResponseEntity<String> |
profileText()
- GET
|
org.springframework.http.ResponseEntity<String> |
profileUpdated()
- GET
|
org.springframework.http.ResponseEntity<String> |
profileUrl()
- GET
|
org.springframework.http.ResponseEntity<Bool> |
putSetting(String hostname,
String key,
String value)
- POST
|
org.springframework.http.ResponseEntity<Bool> |
removeStorageGroupDirectory(String groupName,
String directoryName,
String hostname)
- POST
|
org.springframework.http.ResponseEntity<Bool> |
sendMessage(String message,
String address,
int udpPort,
int timeout)
- GET
|
org.springframework.http.ResponseEntity<Bool> |
testDatabaseSettings(String hostname,
String username,
String password,
String databaseName,
int databasePort)
- POST
|
org.springframework.http.ResponseEntity<Bool> addStorageGroupDir(String groupName, String directoryName, String hostName) throws MythServiceApiRuntimeException
groupName - directoryName - hostName - MythServiceApiRuntimeExceptionorg.springframework.http.ResponseEntity<Bool> backupDatabase() throws MythServiceApiRuntimeException
MythServiceApiRuntimeExceptionorg.springframework.http.ResponseEntity<Bool> changePassword(String username, String oldPassword, String newPassword) throws MythServiceApiRuntimeException
username - oldPassword - newPassword - MythServiceApiRuntimeExceptionorg.springframework.http.ResponseEntity<Bool> checkDatabase(boolean repair) throws MythServiceApiRuntimeException
repair - MythServiceApiRuntimeExceptionorg.springframework.http.ResponseEntity<ConnectionInfo> getConnectionInfo(String pin, ETagInfo etag) throws MythServiceApiRuntimeException
pin - MythServiceApiRuntimeExceptionorg.springframework.http.ResponseEntity<String> getHostName() throws MythServiceApiRuntimeException
MythServiceApiRuntimeExceptionorg.springframework.http.ResponseEntity<StringList> getHosts(ETagInfo etag) throws MythServiceApiRuntimeException
MythServiceApiRuntimeExceptionorg.springframework.http.ResponseEntity<StringList> getKeys(ETagInfo etag) throws MythServiceApiRuntimeException
MythServiceApiRuntimeExceptionorg.springframework.http.ResponseEntity<LogMessageList> getLogs(String hostname, String application, int pid, int tid, String thread, String filename, int line, String function, org.joda.time.DateTime from, org.joda.time.DateTime to, String level, String messageContains, ETagInfo etag) throws MythServiceApiRuntimeException
hostname - application - pid - tid - thread - filename - line - function - from - to - level - messageContains - MythServiceApiRuntimeExceptionorg.springframework.http.ResponseEntity<SettingList> getSetting(String hostname, String key, String defaultValue, ETagInfo etag) throws MythServiceApiRuntimeException
hostname - key - defaultValue - MythServiceApiRuntimeExceptionorg.springframework.http.ResponseEntity<StorageGroupDirectoryList> getStoreageGroupDirectories(String groupName, String hostname, ETagInfo etag) throws MythServiceApiRuntimeException
groupName - hostname - MythServiceApiRuntimeExceptionorg.springframework.http.ResponseEntity<TimeZoneInfo> getTimeZoneInfo() throws MythServiceApiRuntimeException
MythServiceApiRuntimeExceptionorg.springframework.http.ResponseEntity<Bool> profileDelete() throws MythServiceApiRuntimeException
MythServiceApiRuntimeExceptionorg.springframework.http.ResponseEntity<Bool> profileSubmit() throws MythServiceApiRuntimeException
MythServiceApiRuntimeExceptionorg.springframework.http.ResponseEntity<String> profileText() throws MythServiceApiRuntimeException
MythServiceApiRuntimeExceptionorg.springframework.http.ResponseEntity<String> profileUrl() throws MythServiceApiRuntimeException
MythServiceApiRuntimeExceptionorg.springframework.http.ResponseEntity<String> profileUpdated() throws MythServiceApiRuntimeException
MythServiceApiRuntimeExceptionorg.springframework.http.ResponseEntity<Bool> putSetting(String hostname, String key, String value) throws MythServiceApiRuntimeException
hostname - key - value - MythServiceApiRuntimeExceptionorg.springframework.http.ResponseEntity<Bool> removeStorageGroupDirectory(String groupName, String directoryName, String hostname) throws MythServiceApiRuntimeException
groupName - directoryName - hostname - MythServiceApiRuntimeExceptionorg.springframework.http.ResponseEntity<Bool> sendMessage(String message, String address, int udpPort, int timeout) throws MythServiceApiRuntimeException
message - address - udpPort - timeout - MythServiceApiRuntimeExceptionorg.springframework.http.ResponseEntity<Bool> testDatabaseSettings(String hostname, String username, String password, String databaseName, int databasePort) throws MythServiceApiRuntimeException
hostname - username - password - databaseName - databasePort - MythServiceApiRuntimeExceptionCopyright © 2012. All Rights Reserved.