Last updated 6 months ago
/{lm_mount_path}/licences
Path that the backend was mounted at
curl -L \ --request POST \ --url '/{lm_mount_path}/licences' \ --header 'Content-Type: application/json'
No body
/{lm_mount_path}/licences/
Must be set to true
true
curl -L \ --url '/{lm_mount_path}/licences/?list=true'
/{lm_mount_path}/licences/{uuid}
curl -L \ --request DELETE \ --url '/{lm_mount_path}/licences/{uuid}'
curl -L \ --url '/{lm_mount_path}/licences/{uuid}'
curl -L \ --request POST \ --url '/{lm_mount_path}/licences/{uuid}' \ --header 'Content-Type: application/json' \ --data '{"history":[{}]}'
/{lm_mount_path}/poll
curl -L \ --url '/{lm_mount_path}/poll'
/{lm_mount_path}/products
curl -L \ --request POST \ --url '/{lm_mount_path}/products' \ --header 'Content-Type: application/json'
/{lm_mount_path}/products/
curl -L \ --url '/{lm_mount_path}/products/?list=true'
/{lm_mount_path}/products/{uuid}
curl -L \ --request DELETE \ --url '/{lm_mount_path}/products/{uuid}'
curl -L \ --url '/{lm_mount_path}/products/{uuid}'
curl -L \ --request POST \ --url '/{lm_mount_path}/products/{uuid}' \ --header 'Content-Type: application/json'
/{lm_mount_path}/terms
curl -L \ --request POST \ --url '/{lm_mount_path}/terms' \ --header 'Content-Type: application/json' \ --data '{"configuration":{}}'
/{lm_mount_path}/terms/
curl -L \ --url '/{lm_mount_path}/terms/?list=true'
/{lm_mount_path}/terms/{uuid}
curl -L \ --request DELETE \ --url '/{lm_mount_path}/terms/{uuid}'
curl -L \ --url '/{lm_mount_path}/terms/{uuid}'
curl -L \ --request POST \ --url '/{lm_mount_path}/terms/{uuid}' \ --header 'Content-Type: application/json' \ --data '{"configuration":{}}'
/{licence_mount_path}/licence
curl -L \ --url '/{licence_mount_path}/licence'
{ "products": [ {} ] }
curl -L \ --request POST \ --url '/{licence_mount_path}/licence' \ --header 'Content-Type: application/json' \ --data '{"product":"text","expiration":1}'
{ "licence": "text" }
curl -L \ --request DELETE \ --url '/{licence_mount_path}/licence' \ --header 'Content-Type: application/json' \ --data '{"uuid":"text"}'
/{licence_mount_path}/licence/check
curl -L \ --url '/{licence_mount_path}/licence/check' \ --header 'Content-Type: application/json' \ --data '{"licence":"text"}'
{ "time": 1, "product": "text", "description": "text" }
/{licence_mount_path}/log/
curl -L \ --url '/{licence_mount_path}/log/?list=true'
/{licence_mount_path}/log/{date}
curl -L \ --url '/{licence_mount_path}/log/{date}'
{ "entries": [ {} ] }
/{licence_mount_path}/product
curl -L \ --url '/{licence_mount_path}/product'
curl -L \ --request POST \ --url '/{licence_mount_path}/product' \ --header 'Content-Type: application/json' \ --data '{"description":"text"}'
{ "product": "text" }
curl -L \ --request DELETE \ --url '/{licence_mount_path}/product' \ --header 'Content-Type: application/json' \ --data '{"uuid":"text"}'