This repository has been archived by the owner on Apr 23, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 443
REST Introduction
Randgalt edited this page May 4, 2012
·
5 revisions
Exhibitor is written as a REST application with a UI which uses that REST API. Therefore, all features of Exhibitor can be controlled programmatically via REST.
Exhibitor uses a number of custom entities in its APIs. All entities are received and/or returned as JSON.
The API is broken into a few groups:
Cluster | APIs for dealing with the ZooKeeper ensemble |
Configuration | APIs to manage the [Shared Configuration] |
Index | APIs to manage the backup/indexing of the ZooKeeper transaction logs |
Modify | APIs to modify ZooKeeper nodes/data |
Contents
- Top
- Standalone Version
- WAR File
- Core/Library
- Features
- Shared Configuration
- Using Exhibitor
- REST API
- Contributions