The Management API is a REST API that you can use to view and manage Vertica databases with scripts or applications that accept REST and JSON. The response format for all requests is JSON.
The Management API provides a subset of the database administration tools found in the Management Console. Features include the ability to:
View host and network details for each node
View details on database version, structure, and state
View and update licenses
Start and stop databases on the entire cluster or individual nodes
View details about available database backups, start a new database backup, and restore backups from specific archives
View and set database configuration parameters
Add hosts to the database, remove hosts from the database, and replace hosts with standby hosts
Create and delete databases
View a list of running jobs
Run rebalance or workload analyzer on a database
Create and manage event listeners (also known as webhooks)
Comments
Hi!
Management API
The Management API provides a subset of the database administration tools found in the Management Console. Features include the ability to:
For example:
Thank you for this detailed response