REST Resources
This API supports a Representational State Transfer (REST) model for accessing a set of resources through a fixed set of operations. The following resources are accessible through the RESTful model:
- /about
- /alerts/dashboard
- /alerts/dashboard/{type}
- /authenticate/login
- /authenticate/logout
- /broadcast
- /consistencyCheck
- /consistencyCheck/result
- /consistencyCheck/result/{id}
- /fusionNodes
- /fusionNodes/{id}
- /fusionNodes/{id}/graph
- /fusionNodes/{id}/graph/cpuSystem
- /fusionNodes/{id}/graph/disk
- /fusionNodes/{id}/graph/memory
- /fusionNodes/{id}/start
- /fusionNodes/{id}/stop
- /fusionNodes/graph
- /fusionNodes/graph/cpuSystem
- /fusionNodes/graph/disk
- /fusionNodes/graph/memory
- /fusionNodes/rollingRestart
- /fusionNodes/rollingRestartSelected
- /fusionNodes/start
- /fusionNodes/startAll
- /fusionNodes/stop
- /fusionNodes/stopAll
- /hdfsFiles
- /installer/fusionServer
- /installer/induction
- /installer/info
- /installer/licenseFile
- /installer/uiServer
- /jobRequests
- /jobRequests/{id}
- /jobRequests/complete
- /jobRequests/outstanding
- /jobRequests/outstanding/count
- /license
- /license/temporaryLicenseInfo
- /license/update
- /license/upload
- /logs/fusion
- /logs/fusion/download
- /logs/fusion/searchBackwards
- /logs/fusion/searchForward
- /logs/fusion/snapshotFixedEndOffset
- /logs/fusion/snapshotFixedStartOffset
- /logs/fusion/tail
- /managementEndpoint
- /managementEndpoint/validate
- /memberships
- /memberships/{id}
- /memberships/{id}/rename
- /memberships/{id}/zones
- /monitor
- /monitor/severityLevels
- /monitors
- /replicatedFolders
- /replicatedFolders/{path}
- /replicatedFolders/all
- /settings/downloadClientNodesList
- /settings/email
- /settings/email/license
- /settings/email/test
- /settings/fusion
- /settings/graphSettings
- /settings/kerberos
- /settings/location
- /settings/ui
- /system/status
- /task/{id}
- /transfers
- /transfersSummary
- /transfersSummary/folder
- /transfersSummary/local
- /zones
- /zones/{id}
The REST resources expose a data model that is supported by a set of client-side libraries that are made available on the files and libraries page.
There is also a WADL document describing the REST API.