• Home
  • Platform modules
  • Cloud Automation
  • Set up Cloud Automation
  • Cloud Automation requirements

Cloud Automation requirements

To get started with Cloud Automation, the following requirements need to be met.

Request a Cloud Automation instance

To access the Cloud Automation bridge, you need access to a Cloud Automation instance. To request a Cloud Automation instance, please contact Dynatrace ONE via in-product chat.

Dynatrace requirements

  • Make sure the API endpoint of your Dynatrace environment is accessible from the internet.

  • Create an API token with the following permissions:

    API v1
    • Access problem and event feed, metrics, and topology
    • Create and read synthetic monitors, locations, and nodes
    • Read configuration
    • Write configuration
    • Capture request data
    • Data ingest, e.g.: metrics and events
    API v2
    • Read metrics

    • Ingest metrics

    • Read entities

    • Read problems

    • Write problems

    • Read SLO

      Note: If you want to include vulnerabilities in your release validation, make sure to add the Read security problems permission as well.

CLI requirements

  • Download the Keptn CLI.
  1. Run the command below to download and install the Keptn CLI.
plaintext
curl -sL https://get.keptn.sh | KEPTN_VERSION=1.2.0 bash
  1. Download the binary file from GitHub.
  2. Add the binary to your PATH.