Skip Navigation

Miscellaneous functions

Function
REST Call URI
Verb
Description
Get server configuration
http(s)://{
FQDN of the BEMS-Docs server
}:8443/docs/{
version
}/config
GET
This function retrieves the server configuration. 
The 
version
 value is the version number of the document. 
For a sample output of a server configuration, see Server configuration output.
Validate a user with the 
Microsoft Active Directory
 using the BASIC credentials passed in the Authorization header
http(s)://{
FQDN of the BEMS-Docs server
}:8443/docs/{
version
}/validate-user
GET
This function verifies if the user is valid.
You can receive one of the following responses:
  • 200 OK: This response indicates that the user is validated. 
  • 401 Unauthorized: This response indicates that the user could not be validated.