Licence Manager
Terms
A map of configuration options for this term
{"expiration_days":365,"max_instances":3}
Creation timestamp
Description for the terms
Name of the terms
Identifier for the terms
PUT /v1/lm/terms HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 81
{
"configuration": {},
"created": 1,
"description": "text",
"name": "text",
"uuid": "text"
}
OK
{
"auth": {},
"data": {
"configuration": {},
"created": 1,
"description": "text",
"name": "text",
"uuid": "text"
}
}
A map of configuration options for this term
{"expiration_days":365,"max_instances":3}
Creation timestamp
Description for the terms
Name of the terms
Identifier for the terms
POST /v1/lm/terms HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 81
{
"configuration": {},
"created": 1,
"description": "text",
"name": "text",
"uuid": "text"
}
OK
{
"auth": {},
"data": {
"configuration": {},
"created": 1,
"description": "text",
"name": "text",
"uuid": "text"
}
}
Products
Creation timestamp
Description for the product
Name of the product
Identifier for the product
PUT /v1/lm/products HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 62
{
"created": 1,
"description": "text",
"name": "text",
"uuid": "text"
}
OK
{
"auth": {},
"data": {
"created": 1,
"description": "text",
"name": "text",
"uuid": "text"
}
}
Creation timestamp
Description for the product
Name of the product
Identifier for the product
POST /v1/lm/products HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 62
{
"created": 1,
"description": "text",
"name": "text",
"uuid": "text"
}
OK
{
"auth": {},
"data": {
"created": 1,
"description": "text",
"name": "text",
"uuid": "text"
}
}
Licences
Activation timestamp
Creation timestamp
Description for the licence
Registered instances
Name of the licence
Product for this licence
Terms for this licence
Licence identifier
PUT /v1/lm/licences HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 129
{
"activated": 1,
"created": 1,
"description": "text",
"instances": [
"text"
],
"name": "text",
"product": "text",
"terms": "text",
"uuid": "text"
}
OK
{
"auth": {},
"data": {
"activated": 1,
"created": 1,
"description": "text",
"instances": [
"text"
],
"name": "text",
"product": "text",
"terms": "text",
"uuid": "text"
}
}
Activation timestamp
Creation timestamp
Description for the licence
Registered instances
Name of the licence
Product for this licence
Terms for this licence
Licence identifier
POST /v1/lm/licences HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 129
{
"activated": 1,
"created": 1,
"description": "text",
"instances": [
"text"
],
"name": "text",
"product": "text",
"terms": "text",
"uuid": "text"
}
OK
{
"auth": {},
"data": {
"activated": 1,
"created": 1,
"description": "text",
"instances": [
"text"
],
"name": "text",
"product": "text",
"terms": "text",
"uuid": "text"
}
}
Licence identifier
GET /v1/lm/licences/{uuid} HTTP/1.1
Host:
Accept: */*
OK
{
"auth": {},
"data": {
"activated": 1,
"created": 1,
"description": "text",
"instances": [
"text"
],
"name": "text",
"product": "text",
"terms": "text",
"uuid": "text"
}
}
Licence activation
Logs
Last updated