Chrome Management API (chromemanagement:v1)

2023-09-01

3 new methods

Additions

    Methods
  • chromemanagement.customers.telemetry.notificationConfigs.create

      Description: Create a telemetry notification config.

      Scopes: https://www.googleapis.com/auth/chrome.management.telemetry.readonly

      Path: v1/{+parent}/telemetry/notificationConfigs

      Parameters:

        parent

          Location: path

          Pattern: ^customers/[^/]+$

          Description: Required. The parent resource where this notification config will be created. Format: `customers/{customer}`

          Required: Yes

          Type: string

      Parameter Order: parent

      HTTP Method: POST

      Flat Path: v1/customers/{customersId}/telemetry/notificationConfigs

  • chromemanagement.customers.telemetry.notificationConfigs.list

      Flat Path: v1/customers/{customersId}/telemetry/notificationConfigs

      Parameter Order: parent

      Scopes: https://www.googleapis.com/auth/chrome.management.telemetry.readonly

      Parameters:

        pageSize

          Format: int32

          Description: The maximum number of notification configs to return. The service may return fewer than this value. If unspecified, at most 100 notification configs will be returned. The maximum value is 100; values above 100 will be coerced to 100.

          Location: query

          Type: integer

        parent

          Type: string

          Description: Required. The parent which owns the notification configs.

          Required: Yes

          Location: path

          Pattern: ^customers/[^/]+$

        pageToken

          Location: query

          Description: A page token, received from a previous `ListTelemetryNotificationConfigs` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListTelemetryNotificationConfigs` must match the call that provided the page token.

          Type: string

      HTTP Method: GET

      Path: v1/{+parent}/telemetry/notificationConfigs

      Description: List all telemetry notification configs.

  • chromemanagement.customers.telemetry.notificationConfigs.delete

      Description: Delete a telemetry notification config.

      Path: v1/{+name}

      Flat Path: v1/customers/{customersId}/telemetry/notificationConfigs/{notificationConfigsId}

      Parameters:

        name

          Pattern: ^customers/[^/]+/telemetry/notificationConfigs/[^/]+$

          Required: Yes

          Type: string

          Description: Required. The name of the notification config to delete. Format: `customers/{customer}/telemetry/notificationConfigs/{notification_config}`

          Location: path

      HTTP Method: DELETE

      Scopes: https://www.googleapis.com/auth/chrome.management.telemetry.readonly

      Parameter Order: name