Application Integration API (integrations:v1)

2025-03-06

1 removed method

Deletions

    Methods
  • integrations.projects.locations.integrations.versions.testCases.listExecutions

      HTTP Method : GET

      Description : Lists the results of all functional test executions. The response includes the same information as the [execution log](https://cloud.google.com/application-integration/docs/viewing-logs) in the Integration UI.

      Parameters :

        filter

          Location : query

          Description : Optional. Standard filter field, we support filtering on following fields: test_case_id: the ID of the test case. CreateTimestamp: the execution created time. event_execution_state: the state of the executions. execution_id: the id of the execution. trigger_id: the id of the trigger. parameter_type: the type of the parameters involved in the execution. All fields support for EQUALS, in additional: CreateTimestamp support for LESS_THAN, GREATER_THAN ParameterType support for HAS For example: "parameter_type" HAS \"string\" Also supports operators like AND, OR, NOT For example, trigger_id=\"id1\" AND test_case_id=\"testCaseId\"

          Type : string

        orderBy

          Type : string

          Location : query

          Description : Optional. The results would be returned in order you specified here. Currently supporting "last_modified_time" and "create_time".

        pageToken

          Description : Optional. The token returned in the previous response.

          Type : string

          Location : query

        truncateParams

          Type : boolean

          Deprecated : Yes

          Location : query

          Description : Optional. If true, the service will truncate the params to only keep the first 1000 characters of string params and empty the executions in order to make response smaller. Only works for UI and when the params fields are not filtered out.

        parent

          Required : Yes

          Type : string

          Description : Required. The parent resource name of the test case execution.

          Location : path

          Pattern : ^projects/[^/]+/locations/[^/]+/integrations/[^/]+/versions/[^/]+/testCases/[^/]+$

        readMask

          Description : Optional. View mask for the response data. If set, only the field specified will be returned as part of the result. If not set, all fields in event execution info will be filled and returned.

          Location : query

          Type : string

          Format : google-fieldmask

        pageSize

          Location : query

          Type : integer

          Format : int32

          Description : Optional. The size of entries in the response.

      Parameter Order : parent

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/integrations/{integrationsId}/versions/{versionsId}/testCases/{testCasesId}:executions

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

      Path : v1/{+parent}:executions