Cohesity Helios REST API

Helios is Cohesity's SaaS-based control plane that manages a fleet of Cohesity clusters from a single global pane of glass. The Helios REST API authenticates via an apiKey generated from the Helios UI and passed in the request header, supports both v1 and v2 endpoint families, and lets customers list and operate registered clusters, run protection jobs, manage policies, and access reporting and analytics globally.

API entry from apis.yml

apis.yml Raw ↑
aid: cohesity:helios-rest-api
name: Cohesity Helios REST API
tags:
- Automation
- Cluster Management
- DataProtect
- Helios
- Orchestration
image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg
baseURL: https://helios.cohesity.com/irisservices/api/v1/public/
humanURL: https://developer.cohesity.com/helios-api.html
properties:
- url: https://developer.cohesity.com/helios-api.html
  type: Documentation
- url: https://developer.cohesity.com/docs/helios-getting-started
  type: GettingStarted
- url: https://developer.cohesity.com/apidocs/versions/
  type: APIReference
description: Helios is Cohesity's SaaS-based control plane that manages a fleet of Cohesity clusters from
  a single global pane of glass. The Helios REST API authenticates via an apiKey generated from the Helios
  UI and passed in the request header, supports both v1 and v2 endpoint families, and lets customers list
  and operate registered clusters, run protection jobs, manage policies, and access reporting and analytics
  globally.
x-features:
- apiKey-based authentication via Helios UI
- v1 and v2 API surfaces under /irisservices/api/
- Manage protection groups, policies, and recovery operations
- Reporting and global analytics across clusters
- Multi-cluster operations from a single endpoint
x-use-cases:
- Centralize backup and recovery automation across many Cohesity clusters
- Drive policy and SLA enforcement from CI/CD pipelines
- Trigger or schedule recoveries from external orchestration tools
- Export reporting data into SIEM or BI dashboards