GitLab API icon

GitLab API

Gitlab

Actions880

Overview

This node operation retrieves information about a specific Debian distribution associated with a GitLab project by using the project's ID or URL-encoded path and the Debian distribution's codename. It is useful for users who want to access detailed Debian distribution data within a GitLab project, such as package management or deployment details.

Use Case Examples

  1. Fetch Debian distribution details for a project with ID '123' and codename 'sid' to automate package deployment workflows.
  2. Retrieve Debian distribution information to monitor and manage project-specific Debian packages in GitLab.

Properties

Name Meaning
Skip Authentication Determines whether to skip authentication for the API request.
baseUrl The base URL of the GitLab instance to which the API request is sent.
Method The HTTP method used for the API request, defaulting to GET.
Path Parameters Parameters used in the API request path to specify the project and Debian distribution.

Output

JSON

  • id - The ID or URL-encoded path of the project.
  • codename - The Debian Codename.
  • distributionDetails - Details of the Debian distribution retrieved from the GitLab API.

Dependencies

  • GitLab API authentication token or credentials

Troubleshooting

  • Ensure the project ID and Debian codename are correctly specified and URL-encoded if necessary.
  • Verify that the GitLab API credentials are valid and have sufficient permissions to access the project and Debian distribution data.
  • Check the base URL to ensure it points to the correct GitLab instance, especially if using a self-hosted GitLab server.

Links

Discussion