action opensuse_get_architectures { label: "List all known architectures." description: "Get a list of all known architectures known to OBS in general. This is not the list of architectures provided by this instance. Check the schedulers element from the `/configuration` route for this.\n" provider: opensuse method: GET path: "/architectures" encoding: json output: { type: "object" additionalProperties: true } }