Licensing Service (3.5.0)

Download OpenAPI specification:Download

This is the spec that defines the API provided by the application to provide licensing across the cluster

license

getHealth

Get the health of the Inventory service.

Responses

Response samples

Content type
application/json
{
  • "Service": "string",
  • "MessageBus": "string"
}

showLicenses

Show all the licenses that are added to XCO

Responses

Response samples

Content type
application/json
{
  • "licenses": [
    ]
}

addLicense

Add valid licenses to XCO

Request Body schema: application/json

Add a new license for the application.

licenseFileName
required
string
licenseString
required
string

Responses

Request samples

Content type
application/json
{
  • "licenseFileName": "string",
  • "licenseString": "string"
}

Response samples

Content type
application/json
{
  • "licenses": [
    ]
}

deleteLicense

Delete added licenses from XCO

query Parameters
filename
required
string

Name of the license file to delete

Responses

Response samples

Content type
application/json
{
  • "licenses": [
    ]
}