Settings API - Disk options schema table
Disk options (builtin:disk.options)
Disk options settings control the visibility of local disks on your hosts.
builtin:disk.options
group:preferences
HOST
- HostHOST_GROUP
- Host Groupenvironment
GET | Managed | https://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:disk.options |
SaaS | https://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/builtin:disk.options | |
Environment ActiveGate | https://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:disk.options |
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
nfsShowAll
When disabled OneAgent will try to deduplicate some of nfs disks. Disabled by default, applies only to Linux hosts. Requires OneAgent 1.209 or later
disableNfsDiskMonitoring
Deactivate NFS monitoring on all supported systems
exclusions
OneAgent automatically detects and monitors all your mount points, however you can create exception rules to remove disks from the monitoring list.
Certain filesystems are always excluded as monitoring of them is not useful. For example, autofs, proc, cgroup, tmpfs.
⚠️ Filtering is done before resolving symbolic links.
The DiskComplex
object
os
OS_TYPE_UNKNOWN
OS_TYPE_AIX
OS_TYPE_DARWIN
OS_TYPE_HPUX
OS_TYPE_LINUX
OS_TYPE_SOLARIS
OS_TYPE_WINDOWS
OS_TYPE_ZOS
mountpoint
Disk or mount point path field: the path to where the disk to be excluded from monitoring is mounted. Examples:
- /mnt/my_disk
- /staff/emp1
- C:\
- /staff/*
- /disk*
⚠️ Mount point paths are case sensitive!
The wildcard in /staff/* means to exclude every child folder of /staff.
The wildcard in /disk* means to exclude every mount point starting with /disk, for example /disk1, /disk99, /diskabc
⚠️ Filtering is done before resolving symbolic links.
filesystem
File system type field: the type of the file system to be excluded from monitoring. Examples:
- ext4
- ext3
- btrfs
- ext*
⚠️ Starting from OneAgent 1.299+ file system types are not case sensitive!
The wildcard in the last example means to exclude matching file systems such as types ext4 and ext3