The “versions” command
- Last Updated: May 13, 2026
- 1 minute read
- Semaphore
- Documentation
| Request | XML output | JSON output |
|---|---|---|
| REST request: | http://localhost:8983/ses/versions |
http://localhost:8983/ses/versions.json |
| CGI request: | http://localhost:8983/ses/?service=versions |
http://localhost:8983/ses/?service=versions&template=service.json |
Additional Parameter Options
Response
XML
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<SEMAPHORE>
<PARAMETERS>
<PARAMETER NAME="SERVICE">versions</PARAMETER>
</PARAMETERS>
<SOLR_MODE>solrcloud</SOLR_MODE>
<MAIN_VERSIONS>
<VERSION NAME="Compatible index structure version" REVISION="400"/>
<VERSION NAME="SES API version" REVISION="1.1"/>
<VERSION NAME="SES build" REVISION="Semaphore 5.0 - Semantic Enhancement Server"/>
<VERSION NAME="SES version" REVISION="5.2.2"/>
<VERSION NAME="SES version detailed" REVISION="5.2.2"/>
</MAIN_VERSIONS>
<FILES_VERSIONS/>
<OTHER_VERSIONS>
<VERSION NAME="git.commit.id" REVISION="96d2bf5d5f67ffe9b1cf0a59427afdcd488c35be"/>
<VERSION NAME="git.branch" REVISION="96d2bf5d5f67ffe9b1cf0a59427afdcd488c35be"/>
<VERSION NAME="git.commit.time" REVISION="2021-08-09T13:11:07+0000"/>
<VERSION NAME="git.build.time" REVISION="2021-08-09T13:12:13+0000"/>
</OTHER_VERSIONS>
</SEMAPHORE>
JSON
{
"solr_mode" : "solrcloud",
"main_versions" : [ {
"name" : "Compatible index structure version",
"revision" : "400"
}, {
"name" : "SES API version",
"revision" : "1.1"
}, {
"name" : "SES build",
"revision" : "Semaphore 5.0 - Semantic Enhancement Server"
}, {
"name" : "SES version",
"revision" : "5.2.2"
}, {
"name" : "SES version detailed",
"revision" : "5.2.2"
} ],
"parameters" : {
"template" : "service.json",
"service" : "versions"
},
"other_versions" : [ {
"name" : "git.commit.id",
"revision" : "96d2bf5d5f67ffe9b1cf0a59427afdcd488c35be"
}, {
"name" : "git.branch",
"revision" : "96d2bf5d5f67ffe9b1cf0a59427afdcd488c35be"
}, {
"name" : "git.commit.time",
"revision" : "2021-08-09T13:11:07+0000"
}, {
"name" : "git.build.time",
"revision" : "2021-08-09T13:12:13+0000"
} ]
}
Note, most of the fields above are legacy fields and may be withdrawn in later versions.