Skip to main content
GET
/
license
/
capability
/
{capability}
Get license capabilities
import requests

url = "https://{FUSION HOST}/api/license/capability/{capability}"

response = requests.get(url)

print(response.text)
{}

Documentation Index

Fetch the complete documentation index at: https://doc.lucidworks.com/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

capability
string
required

The name of a Fusion capability. Use /apps-manager/license to get the list of possible values.

Response

200 - application/json

successful operation

{key}
string