“”“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.

Licensing Public API

Licenses

Partition

Partition System

Server

  • Ping

    Ping the server to see if its responsive.

  • Refresh DNS Cache

    Inform sesinetd to refresh its DNS cache.

User Team

Webhook