Echoes edgeCore server’s licensing information.
Command
bin/es-cli.sh license [-f filename]
Parameters
Flag | Required | Description |
---|---|---|
f | No | File name. If provided, this command will load information from the named file. This file must exist on the host where the command is run. |
Examples
– Retrieves the licensing information currently loaded on the instance:
bin/es-cli.sh --user admin --pass admin license
Response:
Product is licensed until December 31, 2022. Feature Limit ------------------------------------------------------- server.* unlimited server.rpa unlimited session.* unlimited connection.* unlimited connection.module.edge.edgeData unlimited connection.module.edge.edgeWeb unlimited
– Retrieves licensing information from the file named MyLicense:
bin/es-cli.sh --user admin --pass admin license -f MyLicense
Related page: licensebundle command