-
Notifications
You must be signed in to change notification settings - Fork 12
Base URI
Gary J. Murakami, Ph.D. edited this page Aug 5, 2014
·
3 revisions
## / (base URI)
Result JSON object includes version for mongo-orchestration
and can be used for verifying service availability.
Methods:
-
GET - mongo-orchestration version
available response representations:
- 200 - application/json
Example:
{
"service": "mongo-orchestration",
"version": "0.9",
}