> ## Documentation Index
> Fetch the complete documentation index at: https://docs.threataware.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Druva Cloud Platform

> Connect ThreatAware to Druva Cloud Platform to monitor data protection and compliance

## Overview

The Druva Cloud Platform integration enables ThreatAware to collect read-only data from your Druva environment, providing visibility into data protection, backup status, and compliance metrics.

<Info>
  **Connection Method**: API Credentials
  **Setup Time**: 15 minutes
  **Access Required**: Druva Administrator account
</Info>

## Data collected

The Druva Cloud Platform integration provides:

* Backup and data protection status
* Compliance information and reports
* Data source inventory and configuration
* Protection coverage and risk assessment

## Use cases

<CardGroup cols={2}>
  <Card title="Data Protection Monitoring" icon="shield-exclamation">
    Monitor backup and data protection status across your infrastructure
  </Card>

  <Card title="Compliance Validation" icon="chart-line">
    Verify data protection meets compliance requirements
  </Card>

  <Card title="Coverage Assessment" icon="map">
    Identify systems with or without data protection
  </Card>

  <Card title="Risk Analysis" icon="triangle-exclamation">
    Assess data protection risks across your organisation
  </Card>
</CardGroup>

## Setup instructions

<Steps>
  <Step title="Log in to Druva Cloud Platform Console">
    Access the [Druva Cloud Platform Console](https://console.druva.com) with an administrator account.
  </Step>

  <Step title="Generate API Credentials">
    Navigate to API configuration:

    * Go to **Settings** > **API Credentials** in the Druva Cloud Platform
    * Click **Generate New API Key** to create a key specifically for ThreatAware
    * Set the necessary permissions, typically **Read-only** for monitoring
    * Copy both the **API Key** and **API Secret** that are generated

    <Tip>
      Ensure you copy both the API Key and API Secret immediately, as they are only displayed once.
    </Tip>
  </Step>

  <Step title="Configure in ThreatAware">
    Complete the integration setup in ThreatAware:

    * Open ThreatAware, go to **Integrations**, and select **Druva Cloud Platform**
    * Enter the **API Key** into the designated field
    * Enter the **API Secret** into its corresponding field
    * Click **Connect** to establish the integration
  </Step>

  <Step title="Verify Connection">
    After connecting:

    * Check that the **Integration Status** shows as **Active** in ThreatAware
    * Verify that backup and data protection data is appearing in ThreatAware
  </Step>
</Steps>

## Required credentials

<AccordionGroup>
  <Accordion title="API Key" icon="key">
    **Field Name**: Druva API Key
    **Type**: String
    **Description**: The API key generated in your Druva Cloud Platform settings

    This key identifies your integration with Druva and must be kept confidential.
  </Accordion>

  <Accordion title="API Secret" icon="lock">
    **Field Name**: Druva API Secret
    **Type**: Password (encrypted)
    **Description**: The API secret associated with your Druva API Key

    Store this credential securely in your organisation's password manager.
  </Accordion>
</AccordionGroup>

## Verification and testing

After setup, verify the integration is working correctly:

1. **Check Integration Status**
   * Navigate to **Integrations** in ThreatAware
   * Confirm the Druva Cloud Platform integration shows **Active** status
   * Review the last sync timestamp

2. **Verify Data Collection**
   * Wait up to 60 minutes for initial data synchronization
   * Check that backup and data protection information appears in ThreatAware
   * Verify the data matches your Druva environment

3. **Test Queries**
   * Create a test query to filter systems with Druva protection
   * Verify backup status and protection coverage data is being collected

## Troubleshooting

<AccordionGroup>
  <Accordion title="Invalid Credentials Error" icon="triangle-exclamation">
    **Symptoms**: Integration status shows authentication failure

    **Solutions**:

    * Verify that both the **API Key** and **API Secret** are correctly entered
    * Ensure neither credential has extra spaces or was truncated
    * Confirm the API credentials were generated in the correct Druva environment
    * Check if the credentials have been revoked or expired in Druva
    * Regenerate new credentials if the original ones are suspect
  </Accordion>

  <Accordion title="Permission Denied Error" icon="ban">
    **Symptoms**: Integration connects but no data appears

    **Solutions**:

    * Verify that the API Key permissions match ThreatAware's access requirements
    * Confirm the API credentials have at least read-only permissions
    * Check the administrator account used to create the API Key is still active
    * Review [Druva API Documentation](https://docs.druva.com) for required permissions
    * Regenerate credentials with appropriate permissions if needed
  </Accordion>

  <Accordion title="Connection Timeout" icon="clock">
    **Symptoms**: Integration fails to connect or times out

    **Solutions**:

    * Verify the Druva Cloud Platform console is accessible and operational
    * Check firewall rules allow outbound HTTPS (443) to Druva's API endpoints
    * Confirm your network connectivity to Druva is stable
    * Test accessing the Druva console directly in a browser
  </Accordion>

  <Accordion title="No Data After 1 Hour" icon="database">
    **Symptoms**: Integration shows active but no data appears

    **Solutions**:

    * Verify there are data sources and backups in Druva to collect
    * Check that the API Key scope includes access to necessary resources
    * Wait for the next sync cycle (typically hourly)
    * Review ThreatAware integration logs for additional error details
  </Accordion>
</AccordionGroup>

## Additional resources

<CardGroup cols={2}>
  <Card title="Druva API Documentation" icon="book" href="https://docs.druva.com">
    Official Druva API documentation for detailed reference
  </Card>

  <Card title="ThreatAware Support" icon="life-ring" href="mailto:help@threataware.com">
    Contact ThreatAware support for integration assistance
  </Card>
</CardGroup>

## Best practices

<Tip>
  **Credential Management**

  * Create a dedicated service account in Druva specifically for ThreatAware
  * Store API Key and Secret securely in your organisation's password manager
  * Document when credentials were created and last rotated
  * Periodically review API credential usage in Druva
</Tip>

<Tip>
  **Security Considerations**

  * Grant only read-only permissions to the API Key
  * Limit API Key scope to only the data you need to monitor
  * Rotate credentials annually or if compromised
  * Monitor ThreatAware integration logs for failed authentication attempts
</Tip>
