Audit events for Orchestration Pipelines

The following list describes the auditable events for Orchestration Pipelines that are generated and forwarded by the Audit logging service.

Orchestration Pipelines uploading
  • wpipelines.pipelines-upload.create – Upload a file to create a new pipeline.
  • wpipelines.pipeline.create – Upload a file to create a new pipeline or update an existing pipeline.
  • wpipelines.pipelines-commit.create – Commit an existing volatile default version to a finished state.
  • wpipelines.pipelines-validate.create – Validate a pipeline file.
  • wpipelines.pipelines-copy.create – Create a new pipeline from an existing pipeline.
Orchestration Pipelines managing assets
  • wpipelines.pipelines.list – Find all pipelines.
  • wpipelines.pipelines.get – Find a specific pipeline by ID.
  • wpipelines.pipelines.delete – Delete a pipeline and its versions.
  • wpipelines.pipeline_versions.list – Lists all versions of a pipeline.
  • wpipelines.pipeline_versions.get – Gets a pipeline version by pipeline version ID.
  • wpipelines.pipelines-templates.get – Deletes a pipeline version by pipeline version ID.
  • wpipelines.pipeline_versions-templates.get – Returns code in or yml or Orchestration Pipelines json format that contains the specified pipeline version's description, parameters and metadata.
Orchestration Pipelines tracking
  • wpipelines.runs.get – Find a pipeline run by ID.
  • wpipelines.runs-logs.get – Find a log by its ID.
  • wpipelines.runs-logs.list – Find logs related to a specific run.
  • wpipelines.runs-artifacts.get – Get artifact on path from a specific run.
  • wpipelines.tasks-results.create – Add information about results related to the specific run.
  • wpipelines.tasks-results.list – Get information of all task results by TaskRun or the run name.
  • wpipelines.tasks-results.head – Get metadata about task results by TaskRun, the output name, or the run name.
Orchestration Pipelines managing components
  • wpipelines.component_versions.list – List all components' versions.
  • wpipelines.component_versions-templates.list – List all templates' versions.
  • wpipelines.component_versions.get – Get a component version.
  • wpipelines.component_versions-templates.get – List all components.
  • wpipelines.components.create – Create a new component.
  • wpipelines.components.get – Get a component.
  • wpipelines.components.delete – Delete a component.
  • wpipelines.components.update – Patch custom component
  • wpipelines.components-templates.get – Get latest component template.
  • wpipelines.templates.list – List all templates.