Edit

Share via


Authentication - Retrieve Authentication Mode

Retrieves the authentication mode in the current session.

GET http://<Servername>/OperationsManager/authenticationMode

Responses

Name Type Description
200 OK

string

OK.Successfully retrieved authentication mode.

Media Types: "application/json", "text/json", "application/xml", "text/xml"

Examples

RetrieveAuthenticationMode

Sample request

GET http://<Servername>/OperationsManager/authenticationMode

Sample response

[
  "Windows"
]