Druva Cyber Resilience API

The Cyber Resilience API from Druva — 2 operation(s) for cyber resilience.

OpenAPI Specification

druva-cyber-resilience-api-openapi.yml Raw ↑
openapi: 3.1.0
info:
  title: Druva REST Accounts Cyber Resilience API
  version: 1.0.0
  description: Best-effort OpenAPI for Druva's cloud data protection REST API. Endpoints cover token authorization plus the organization-scoped resources for accounts, backups, servers, schedules, policies, and reports, and the Cyber Resilience / Ransomware Recovery namespace.
  contact:
    name: API Evangelist
    email: kin@apievangelist.com
    url: https://developer.druva.com
servers:
- url: https://apis.druva.com
  description: Druva Cloud Platform APIs
security:
- bearerAuth: []
tags:
- name: Cyber Resilience
paths:
  /ransomwarerecovery/v1/scans:
    get:
      tags:
      - Cyber Resilience
      summary: List anomaly / ransomware scans (v1)
      operationId: listScansV1
      responses:
        '200':
          description: A page of scans
  /ransomwarerecovery/v2/scans:
    get:
      tags:
      - Cyber Resilience
      summary: List anomaly / ransomware scans (v2)
      operationId: listScansV2
      responses:
        '200':
          description: A page of scans
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer
      description: Bearer access token obtained from /token using API credentials