Method: services.serviceLevelObjectives.create

Create aServiceLevelObjective for the givenService.

HTTP request

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

Path parameters

Parameters
parent

string

Required. Resource name of the parentService. The format is:

projects/[PROJECT_ID_OR_NUMBER]/services/[SERVICE_ID]

Query parameters

Parameters
serviceLevelObjectiveId

string

Optional. The ServiceLevelObjective id to use for this ServiceLevelObjective. If omitted, an id will be generated instead. Must match the pattern^[a-zA-Z0-9-_:.]+$

Request body

The request body contains an instance ofServiceLevelObjective.

Response body

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

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 theAuthentication Overview.

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-07-23 UTC.