• Home
  • API
  • Environment
  • Settings
  • Schemas
  • Kubernetes persistent volume claim anomaly detection

Settings API - Kubernetes persistent volume claim anomaly detection schema table

Kubernetes persistent volume claim anomaly detection (builtin:anomaly-detection.kubernetes.pvc)

Dynatrace automatically detects a wide range of common Kubernetes-related issues. Use these settings to configure alerts relevant to your Kubernetes persistent volume claims. Changing thresholds resets the observation period.

Schema IDSchema groupsScope
builtin:anomaly-detection.kubernetes.pvc
  • group:anomaly-detection.kubernetes
  • group:anomaly-detection
CLOUD_APPLICATION_NAMESPACE - Kubernetes namespace
KUBERNETES_CLUSTER - Kubernetes cluster
environment
Retrieve schema via Settings API
GETManagedhttps://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:anomaly-detection.kubernetes.pvc
SaaShttps://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/builtin:anomaly-detection.kubernetes.pvc
Environment ActiveGatehttps://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:anomaly-detection.kubernetes.pvc

Authentication

To execute this request, you need an access token with Read settings (settings.read) scope. To learn how to obtain and use it, see Tokens and authentication.

Parameters

PropertyLabelTypeDescriptionRequired
lowDiskSpaceCritical-LowDiskSpaceCritical

Alerts on low disk space in megabytes for a persistent volume claim.

required
lowDiskSpaceCriticalPercentage-LowDiskSpaceCriticalPercentage

Alerts on low disk space in % for a persistent volume claim.

required

Request body objects

The LowDiskSpaceCriticalConfig object
PropertyLabelTypeDescriptionRequired
thresholdthe available disk space is belowinteger-required
samplePeriodInMinutesfor at leastinteger-required
observationPeriodInMinuteswithin the lastinteger-required
The LowDiskSpaceCritical object
PropertyLabelTypeDescriptionRequired
enabledDetect low disk space (MB)boolean-required
configuration-LowDiskSpaceCriticalConfig

Alert if

required
The LowDiskSpaceCriticalPercentageConfig object
PropertyLabelTypeDescriptionRequired
thresholdthe available disk space is belowinteger-required
samplePeriodInMinutesfor at leastinteger-required
observationPeriodInMinuteswithin the lastinteger-required
The LowDiskSpaceCriticalPercentage object
PropertyLabelTypeDescriptionRequired
enabledDetect low disk space (%)boolean-required
configuration-LowDiskSpaceCriticalPercentageConfig

Alert if

required