Files
Windmill/dynatrace.resource-type.yaml
Sebastian Serfling 2b5d29ef67 Initial commit: Windmill workspace sync
Scripts, flows, apps, resources and resource types from the Windmill workspace.
API token excluded via .gitignore (config/).
2026-04-24 09:06:07 +02:00

25 lines
780 B
YAML

description: Credentials for connecting to a Dynatrace tenant
format_extension: null
is_fileset: false
schema:
$schema: https://json-schema.org/draft/2020-12/schema
type: object
properties:
accessToken:
type: string
description: 'Documentation:
https://www.dynatrace.com/support/help/manage/access-control/access-tokens'
default: ''
environmentId:
type: string
description: "In Dynatrace SaaS, your environment ID is the first part of your
Dynatrace environment's URL: {environmentId}.live.dynatrace.com"
default: ''
environmentUrl:
type: string
description: URL of your environment. Default is live.dynatrace.com
default: live.dynatrace.com
required:
- environmentId
- accessToken