action opensuse_get_distributions { label: "List all distributions." description: "List all distributions that can be build against.\nThis will not list distributions that are available via [interconnect](https://openbuildservice.org/help/manuals/obs-user-guide/cha.obs.concepts.html#id-1.5.10.3.5).\nCheck /distributions/include_remotes for this.\n" provider: opensuse method: GET path: "/distributions" encoding: json output: { type: "object" additionalProperties: true } }