Securing Command Central REST API
At present Command Central REST API supports basic and trusted authentication. Command Central REST API uses the same credentials to authenticate a user as the ones you provide for the Command Central web user interface and command line tool. For more information about setting up security credentials, see IBM webMethods Command Central Help .
Session Management
Command Central REST API is stateless. However, the REST API supports
HTTP sessions for stateful clients, for example browsers. When the client does
not support session management, for example does not support JSESSION cookie,
the client
must submit
DoNotCreateSession: true HTTP request
header to prevent creating a new session for each client request.