Service |
Description |
ACLService |
Contains methods to manage permissions for dashboards, data feeds and aliases. It is possible store, delete, or assign permissions for mentioned definitions. |
AliasService |
Contains methods to manage MashZone NextGen alias definitions including create, delete, and assign alias definitions. |
BigMemoryService |
Contains methods to manage BigMemory Max Connections and ehcache. |
ConfigService |
Contains methods to get and set configuration properties for the MashZone NextGen Server. Includes both methods for specific properties and generic methods to get and set properties by name. |
DashboardFeedService |
Contains methods to search and to delete dashboards and data feeds. The seachDashboards and seachFeeds methods deliver a list of dashboards which fits to the specified search criteria. The deleteDashboards and deleteFeeds methods delete all dashboards or data feeds which fits to specific GUIDs. Search parameter:
Example { "keyword" : "mydashboard", "timestamp" : 1421135782252, "searchFields" : [ "NAME", "DESCRIPTION", "TAGS", "AUTHOR" ], "permissions" : [ "EDIT", "EXECUTE" ], "rating" : 3 } |
LocaleSupportService |
Contains a method to get all supported languages. |
ManagementService |
Contains methods to find license and statistics information for the Admin Console. |
MaterializedFeedService |
Contains a method to run a materialized feed. |
UserManagerService |
Contains methods to find and manage users, groups, and assign roles to users and groups. |