Server Manager REST API Security

The following authentication schemes are supported:

  • Username and Password (for first request only)

  • Basic AUTHORIZATION Header (for first request and subsequent requests)

  • TOKEN Header (for subsequent requests)

  • TOKEN Cookie (for subsequent requests)

The existing Server Manager Console Authorization is applicable.

The following is a sample cURL Authenticate request using username and password:

curl -X POST -H "Content-Type: application/json" -H "Cache-Control: no-cache" -d '{"username":"jde_admin", "password":"password"}' https://denRest.example.com:8999/manage/mgmtrestservice/authenticate