• Home
  • Dynatrace API
  • Environment
  • Settings
  • Schemas
  • PHP

Settings API - PHP schema table

PHP (builtin:monitored-technologies.php)

By default, PHP monitoring is enabled on all hosts. If you want to disable PHP monitoring on selected hosts, disable it on these hosts via their settings.

If you want to enable PHP monitoring only on selected hosts, disable global PHP monitoring and enable it on these hosts via their settings.

Schema IDSchema groupsScope
builtin:monitored-technologies.php-
HOST - Host
environment
Retrieve schema via Settings API
GETManagedhttps://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:monitored-technologies.php
SaaShttps://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/builtin:monitored-technologies.php
Environment ActiveGatehttps://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:monitored-technologies.php

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
enabledMonitor PHPboolean-required
enabledFastCGIEnable FastCGI PHP processes launched by Apache HTTP Serverboolean

Requires PHP monitoring enabled and from Dynatrace OneAgent version 1.191 it's ignored and permanently enabled

required