Settings API - Process group monitoring schema table

    Process group monitoring (builtin:host.process-groups.monitoring-state)

    Enable or disable monitoring for certain process groups on this host

    Schema IDSchema groupsScope
    builtin:host.process-groups.monitoring-state-
    HOST - Host
    GETManagedhttps://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:host.process-groups.monitoring-state
    SaaShttps://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/builtin:host.process-groups.monitoring-state
    Environment ActiveGatehttps://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:host.process-groups.monitoring-state

    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
    Process group
    ProcessGroup
    text-required
    Monitoring state
    MonitoringState
    enum
    • MONITORING_OFF
    • MONITORING_ON
    • DEFAULT
    required