To update either user rules or partition rules a separate function must be called corresponding to the rule type you want to update.
Function: cmd_up_licset Version: 20.0+
Argument Name |
Type |
Description |
---|---|---|
user |
string |
The user@machine_name the request is originating from. This is used to check if the user has the required permissions to update the license set. |
id |
string |
The id of the license set to update. If the id is not provided then the license set is created. |
name |
string |
The name of the license set. This is optional when updating an existing license set. If license set is being created the name must be provided. |
track_usage |
boolean |
The track usage property of the license set. This is optional when updating an existing license set. |
response
{ "success": false, "id": "" }
Key |
Type |
Description |
---|---|---|
success |
boolean |
True if the update was a success. |
id |
string |
The id of the license set the update was applied to. |