AdminApi.setConfig Method
Package: SafeNet
Description
Sets configuration options or applies actions to a License Manager specified by a License Manager context.
Syntax
public String setConfig ( String input );
Parameters
input
|
Definition of the actions/settings to be done, in XML format. For more information, see Action XML Tags or Changing Configuration Settings for Sentinel License Manager. |
Returns
The status information that is retrieved for the applied actions/settings, in XML format.
Use the GetLastApiError method to retrieve the last API status code.
Usage Notes
This method can be used to set multiple attributes in a single call. If, for any reason, the update of one of the attributes fails, the method returns an error code. However, the other attributes in the call are updated successfully. To see which attribute was not updated in this case, see the returned status information.
Related Topics
XML Tags for Admin API Methods
Examples of XML Code for Methods in Admin API
Changing Configuration Settings for Sentinel License Manager