Houdini 20.0 Installation And Licensing Licensing Public API

Retrieve Partitioned License Info

Retrieve partition information for all licenses.

This API function retrieves the information necessary for seeing how a given licenses seats were split across the various license sets.

Function: cmd_part_lics_name
Version: 20.0+

Argument Name

Type

Description

show_users

boolean

Include users when retrieving license information.

expires

boolean

Include expired licenses in the response.

response

{
"licenses": [
    {
    "license_id": "",
    "license_sets": [
        {
        "id": "",
        "partitions": [
            {
            "id": "",
            "quantity": 0
            }
        ],
        "users": [
            {
            "id": 0,
            "name": "",
            "borrow": false
            }
        ]
        }
    ]
    }
]
}

Licensing Public API

Administrative

Licenses

Partition System

Server

  • Ping

    Ping the server to see if its responsive.

  • Refresh DNS Cache

    Inform sesinetd to refresh its DNS cache.

Webhook