Apigee API (apigee:v1)

2023-12-01

2 new methods

Additions

    Methods
  • apigee.organizations.environments.securityIncidents.patch

      Scopes : https://www.googleapis.com/auth/cloud-platform

      HTTP Method : PATCH

      Flat Path : v1/organizations/{organizationsId}/environments/{environmentsId}/securityIncidents/{securityIncidentsId}

      Parameter Order : name

      Description : UpdateSecurityIncidents updates an existing security incident.

      Path : v1/{+name}

      Parameters :

        name

          Type : string

          Location : path

          Description : Immutable. Name of the security incident resource. Format: organizations/{org}/environments/{environment}/securityIncidents/{incident} Example: organizations/apigee-org/environments/dev/securityIncidents/1234-5678-9101-1111

          Pattern : ^organizations/[^/]+/environments/[^/]+/securityIncidents/[^/]+$

          Required : Yes

        updateMask

          Location : query

          Format : google-fieldmask

          Description : Required. The list of fields to update. Allowed fields are: LINT.IfChange(allowed_update_fields_comment) - observability LINT.ThenChange()

          Type : string

  • apigee.organizations.environments.securityIncidents.batchUpdate

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Flat Path : v1/organizations/{organizationsId}/environments/{environmentsId}/securityIncidents:batchUpdate

      Description : BatchUpdateSecurityIncident updates multiple existing security incidents.

      Parameter Order : parent

      HTTP Method : POST

      Parameters :

        parent

          Required : Yes

          Pattern : ^organizations/[^/]+/environments/[^/]+$

          Location : path

          Description : Optional. The parent resource shared by all security incidents being updated. If this is set, the parent field in the UpdateSecurityIncidentRequest messages must either be empty or match this field.

          Type : string

      Path : v1/{+parent}/securityIncidents:batchUpdate