List all Debian group distributions
GET
/api/v4/groups/{id}/-/debian_distributions
Lists all Debian distributions for a specified group.
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”Query Parameters
Section titled “Query Parameters”page
integer
Current page number
Example
1per_page
integer
Number of items per page
Example
20codename
string
The Debian Codename
Example
sidsuite
string
The Debian Suite
Example
unstableorigin
string
The Debian Origin
Example
Greplabel
string
The Debian Label
Example
grep.beversion
string
The Debian Version
Example
12description
string
The Debian Description
Example
My descriptionvalid_time_duration_seconds
integer
The duration before the Release file should be considered expired by the client
Example
604800components
Array<string>
The list of Components
Example
?components=mainarchitectures
Array<string>
The list of Architectures
Example
?architectures=amd64Responses
Section titled “Responses”OK
Media typeapplication/json
object
id
integer format: int64
codename
string
suite
string
origin
string
label
string
version
string
description
string
valid_time_duration_seconds
integer
components
Array<string>
architectures
Array<string>
Example
{ "id": 1, "codename": "sid", "suite": "unstable", "origin": "Grep", "label": "grep.be", "version": "12", "description": "My description", "valid_time_duration_seconds": 604800, "components": [ "main" ], "architectures": [ "amd64" ]}Bad Request
Unauthorized
Forbidden
Not Found