Method: projects.uptimeCheckConfigs.create

Creates a new Uptime check configuration.

HTTP request

POST https://monitoring.googleapis.com/v3/{parent}/uptimeCheckConfigs

Path parameters

Parameters
parent

string

Required. The project in which to create the Uptime check. The format is:

projects/[PROJECT_ID_OR_NUMBER]

Authorization requires the following IAM permission on the specified resource parent:

  • monitoring.uptimeCheckConfigs.create

Request body

The request body contains an instance of UptimeCheckConfig.

Response body

If successful, the response body contains a newly created instance of UptimeCheckConfig.

Authorization scopes

Requires one of the following OAuth scopes:

  • https://www.googleapis.com/auth/cloud-platform
  • https://www.googleapis.com/auth/monitoring

For more information, see the Authentication Overview.