Settings API - VMware schema table

    VMware (builtin:virtualization.vmware)

    Use this page to connect your VMware vCenter, standalone ESXi hosts to Dynatrace for monitoring. For VMware instances, connect all vCenter servers that manage virtual machines where Dynatrace OneAgent is installed. You don't need to add ESXi hosts if they are managed by a vCenter server that is connected to Dynatrace.

    Schema IDSchema groupsScope
    builtin:virtualization.vmware
    • group:cloud-and-virtualization
    environment
    GETManagedhttps://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:virtualization.vmware
    SaaShttps://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/builtin:virtualization.vmware
    Environment ActiveGatehttps://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:virtualization.vmware

    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

    PropertyTypeDescriptionRequired
    Enabled
    enabled
    boolean-required
    Name this connection
    label
    text-required
    Specify the IP address or name of the vCenter or standalone ESXi host:
    ipaddress
    text-required
    Provide user credentials for the vCenter or standalone ESXi host:
    username
    text-required
    passwordsecret-required
    Specify filter condition to limit the number of monitored clusters:
    filter
    text

    This string should have one of the following formats:

    • $prefix(parameter) - property value starting with 'parameter'
    • $eq(parameter) - property value exactly matching 'parameter'
    • $suffix(parameter) - property value ends with 'parameter'
    • $contains(parameter) - property value contains 'parameter'
    optional