GitLab API

GitlabTool

Actions1000

Overview

This node operation retrieves failure details for a specific entity within a GitLab bulk import migration. It is useful for monitoring and troubleshooting bulk import processes by fetching error information related to a particular migration entity.

Use Case Examples

  1. A user wants to check why a specific entity failed during a bulk import migration in GitLab.
  2. An admin needs to audit the failure reasons of entities in a bulk import to ensure data integrity and resolve issues.

Properties

Name Meaning
Skip Authentication Option to skip authentication for the request.
baseUrl The base URL of the GitLab instance, defaulting to https://gitlab.com.
Method HTTP method to use for the request, default is GET.
Path Parameters Parameters to specify the import ID and entity ID for the request.

Output

JSON

  • failures - Details of failures for the specified bulk import entity.

Dependencies

  • GitLab API authentication token

Troubleshooting

  • Ensure the import_id and entity_id path parameters are correctly provided and valid integers.
  • Verify that the GitLab API token has sufficient permissions to access bulk import data.
  • Check the baseUrl is correctly set to the GitLab instance URL if using a self-hosted GitLab.

Links

Discussion