“”“Create a License Partition on sesinetd.”
This function creates a new partition on the license server.
Function: create_partition Version: 21.0+
Argument Name |
Type Description | |
---|---|---|
name |
string |
The name of the new partition. |
priority |
int |
The priority of the partition. This is an optional argument. |
response
{ "success": false, "partition_id": "", "name": "", "error": "" }
Key |
Type |
Description |
---|---|---|
success |
boolean |
Indicates if creating the partition was successful. |
partition_id |
string |
The internal id of the newly created partition. |
name |
string |
The name of the newly created partition. |
error |
string |
If creating the partition failed this will hold a string with the reason for the failure. |