Show Table of Contents
A.17. List All
To get a list of all distributions managed by Pulp:
- method: GET
- path: /distributions/
- permission: READ
- success response: 200 OK
- failure response: None
- return: list of distribution objects, possibly emptyexample:
[{'_id': 'ks-Fedora-Fedora-14-x86_64', '_ns': 'distribution', 'description': None, 'id': 'ks-Fedora-Fedora-14-x86_64', 'family' : 'Fedora', 'variant' : 'Fedora', 'version' : '14', 'arch' : 'x86_64', 'timestamp' : '2011-05-13T15:44:30', 'files': ['/var/lib/pulp/distributions/ks-Fedora-Fedora-14-x86_64/images/install.img', '/var/lib/pulp/distributions/ks-Fedora-Fedora-14-x86_64/images/efiboot.img', '/var/lib/pulp/distributions/ks-Fedora-Fedora-14-x86_64/images/boot.iso', '/var/lib/pulp/distributions/ks-Fedora-Fedora-14-x86_64/images/efidisk.img', '/var/lib/pulp/distributions/ks-Fedora-Fedora-14-x86_64/images/pxeboot/initrd.img', '/var/lib/pulp/distributions/ks-Fedora-Fedora-14-x86_64/images/pxeboot/vmlinuz'], 'relativepath' : '/var/lib/pulp/distributions/ks-Fedora-Fedora-14-x86_64'},]

Where did the comment section go?
Red Hat's documentation publication system recently went through an upgrade to enable speedier, more mobile-friendly content. We decided to re-evaluate our commenting platform to ensure that it meets your expectations and serves as an optimal feedback mechanism. During this redesign, we invite your input on providing feedback on Red Hat documentation via the discussion platform.