GitLab API icon

GitLab API

Gitlab

Actions880

Overview

This node operation retrieves the Release file for a specific Debian distribution within a GitLab project's Debian packages. It is useful for users who want to access metadata about Debian package distributions hosted in a GitLab project, such as the distribution codename or suite information.

Use Case Examples

  1. A DevOps engineer fetching the Release file for a Debian package distribution to verify package metadata before deployment.
  2. A developer automating the retrieval of Debian distribution details from a GitLab project for integration into a CI/CD pipeline.

Properties

Name Meaning
Skip Authentication Option to skip authentication when making the API request.
Authentication Type of authentication used for the API request, defaulting to GitLab API key.
baseUrl Base URL of the GitLab instance, default is https://gitlab.com.
Method HTTP method used for the request, default is GET.
Query Parameters Query parameters for the request, specifically the Debian distribution codename or suite.
Path Parameters Path parameters for the request, specifically the project ID or URL-encoded path.

Output

JSON

  • response - The API response containing the Release file data for the specified Debian distribution.

Dependencies

  • GitLab API key credential

Troubleshooting

  • Ensure the project ID provided in the path parameters is correct and accessible with the provided authentication.
  • Verify that the distribution query parameter matches an existing Debian distribution codename or suite in the project.
  • Check network connectivity and baseUrl correctness if the API request fails to reach the GitLab instance.
  • If authentication is skipped, ensure the requested resource is publicly accessible to avoid authorization errors.

Links

Discussion