ProjectsUptimeCheckConfigs
class ProjectsUptimeCheckConfigs extends Resource (View source)
The "uptimeCheckConfigs" collection of methods.
Typical usage is:
$monitoringService = new Google\Service\Monitoring(...);
$uptimeCheckConfigs = $monitoringService->projects_uptimeCheckConfigs;
Methods
Creates a new Uptime check configuration. (uptimeCheckConfigs.create)
Deletes an Uptime check configuration. Note that this method will fail if the Uptime check configuration is referenced by an alert policy or other dependent configs that would be rendered invalid by the deletion.
Gets a single Uptime check configuration. (uptimeCheckConfigs.get)
Lists the existing valid Uptime check configurations for the project (leaving out any invalid configurations).
Updates an Uptime check configuration. You can either replace the entire configuration with a new one or replace only certain fields in the current configuration by specifying the fields to be updated via updateMask. Returns the updated configuration. (uptimeCheckConfigs.patch)
Details
UptimeCheckConfig
create(string $parent, UptimeCheckConfig $postBody, array $optParams = [])
Creates a new Uptime check configuration. (uptimeCheckConfigs.create)
MonitoringEmpty
delete(string $name, array $optParams = [])
Deletes an Uptime check configuration. Note that this method will fail if the Uptime check configuration is referenced by an alert policy or other dependent configs that would be rendered invalid by the deletion.
(uptimeCheckConfigs.delete)
UptimeCheckConfig
get(string $name, array $optParams = [])
Gets a single Uptime check configuration. (uptimeCheckConfigs.get)
ListUptimeCheckConfigsResponse
listProjectsUptimeCheckConfigs(string $parent, array $optParams = [])
Lists the existing valid Uptime check configurations for the project (leaving out any invalid configurations).
(uptimeCheckConfigs.listProjectsUptimeCheckConfigs)
UptimeCheckConfig
patch(string $name, UptimeCheckConfig $postBody, array $optParams = [])
Updates an Uptime check configuration. You can either replace the entire configuration with a new one or replace only certain fields in the current configuration by specifying the fields to be updated via updateMask. Returns the updated configuration. (uptimeCheckConfigs.patch)