GET licenses
Returns any license files that are used by this cluster when creating databases.
Returns any license files that are used by this cluster when creating databases. License files must reside in /opt/vertica/config/share
.
Resource URL
https://<NODE>:5444/licenses
The API key must have restricted level security or higher.
Parameters
None.
Example request
GET |
https://<NODE>:5444/licenses |
Response:
{
"body": [
{
"comment": "Vertica license is valid",
"end": "Perpetual",
"grace": "0",
"size": "1TB CE Nodes 3",
"start": "2011-11-22",
"status": true,
"vendor": "Vertica Community Edition"
}
],
"href": "/license",
"links": [],
"mime-type": "application/vertica.license.json-v2"
}