Class CreateUptimeCheckConfigRequest (2.5.2)

CreateUptimeCheckConfigRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

The protocol for the CreateUptimeCheckConfig request. .. attribute:: parent

Required. The project <https://cloud.google.com/monitoring/api/v3#project_name>__ in which to create the Uptime check. The format is:

::

   projects/[PROJECT_ID_OR_NUMBER]

:type: str

Attribute

NameDescription
uptime_check_config google.cloud.monitoring_v3.types.UptimeCheckConfig
Required. The new Uptime check configuration.