HTTP API
Everything you need to know to work with the VerneMQ HTTP administration interface
Managing API keys
Scopes
Create API key
$ vmq-admin api-key create
JxctXkZ1OTVnlwvguSCE9KtujacMkOLF$ vmq-admin api-key create scope=mgmt expires=2023-04-04T12:00:00
q85i5HbFCDdAVLNJuOj48QktDbchvOMSList API keys
$ vmq-admin api-key show
+----------------------------------+-------+---------------------+-------------+
| Key | Scope | Expires (UTC) | has expired |
+----------------------------------+-------+---------------------+-------------+
| q85i5HbFCDdAVLNJuOj48QktDbchvOMS | mgmt | 2023-04-04 10:00:00 | false |
+----------------------------------+-------+---------------------+-------------+
| JxctXkZ1OTVnlwvguSCE9KtujacMkOLF | mgmt | never | false |
+----------------------------------+-------+---------------------+-------------+Add API key
Delete API key
Advanced Settings (key rotation, key complexity)
API usage
Get cluster status information
Retrieve session information
List all installed listeners
Retrieve plugin information
Set configuration values
Disconnect a client
Last updated
Was this helpful?