Related Topics
wsAdmin
The following methods are available in the wsAdmin service.
This method will authenticate web service requests. Call this method prior to other web service calls. It will automatically populate the SOAP header with a validation token that enables subsequent web service calls.
Input Parameters
User: The built-in or Windows UserID to use for the context of all calls.
Password: The password for this UserID.
Returns
Boolean: Indication of success.
This method will authenticate web service requests. Call this method prior to other web service calls. The return is a JSON string with the session ID.
Input parameters
User: The built-in or Windows UserID to use for the context of all calls.
Password: The password for this UserID.
Returns
JSON: The Session ID.
This method will return various information about Process Director's database.
Input Parameters
Information: The specific information that should be returned. This parameter will accept any of the following values:
- getMaxDBSize
- getMaxSizeNoLog
- getDBSize
- getLogSize
- getDBSizeNoLog
- getMaxLogSize
- getFreeSpace
Returns
Size: Size of the database in megabytes
This method will return information about the server.
Input Parameters
Information: The specific server information to be returned by the web service. The parameter will accept one of the following:
- CurrentMemory
- PeakVirtual
- CurrentVirtual
- PeakMemory
- ProcdessorTime
- StartTime
- PDVersion
Returns
ServerInfo: Requested information about the server as specified in the input parameter.
This method will get the number of objects in Process Director's database.
Input parameters
None.
Returns
objects: number of objects in the database.
Documentation Feedback and Questions
If you notice some way that this document can be improved, we're happy to hear your suggestions. Similarly, if you can't find an answer you're looking for, ask it via feedback. Simply click on the button below to provide us with your feedback or ask a question. Please remember, though, that not every issue can be addressed through documentation. So, if you have a specific technical issue with Process Director, please open a support ticket.