Vertica website screenshot

Vertica

Vertica (now branded OpenText Analytics Database) is a high-performance, columnar, MPP analytics database designed for petabyte-scale data warehousing, data lakehouse, and advanced analytics workloads across on-premises, cloud, and Kubernetes deployments. The platform delivers in-database machine learning, geospatial and time-series analytics, separation of storage and compute, and broad SQL compatibility. Vertica exposes a REST API via the Node Management Agent (NMA) for programmatic cluster and database operations authenticated with mutual TLS.

2 APIs 0 Features
DatabaseAnalytics DatabaseData WarehouseData LakehouseColumnar DatabaseMPPIn-Database Machine LearningSQL

APIs

Vertica Node Management Agent API

REST API exposed by the Vertica Node Management Agent (NMA) on every database node for administering clusters, databases, and nodes. The NMA listens on port 5554, authenticates ...

Vertica Management Console REST API

Agent-backed REST API used by Vertica Management Console for monitoring, provisioning, and managing Vertica databases and clusters. Returns JSON responses for node, database, an...

Collections

Resources

🔗
DomainSecurity
DomainSecurity
🔑
Authentication
Authentication
🔗
LinkedIn
LinkedIn
🔗
Website
Website
🔗
Product Page
Product Page
🔗
Documentation
Documentation
🔗
Community Edition
Community Edition
🔗
Community
Community
👥
GitHubOrganization
GitHubOrganization
👥
GitHub vcluster
GitHub vcluster
💬
Support
Support
🔗
Parent Company
Parent Company

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Vertica Node Management Agent (NMA) API
  version: '1'
items:
- info:
    name: Health
    type: folder
  items:
  - info:
      name: Health check
      type: http
    http:
      method: GET
      url: https://{node}:5554/v1/health
    docs: Health check
- info:
    name: Lifecycle
    type: folder
  items:
  - info:
      name: Stop the Node Management Agent service
      type: http
    http:
      method: PUT
      url: https://{node}:5554/v1/nma/shutdown
    docs: Stop the Node Management Agent service
bundled: true