action opensuse_get_build_project_name_result { label: "Get the build results for packages, architectures and repositories of the specified project." description: "Get the build results for packages, architectures and repositories of the specified project." provider: opensuse method: GET path: "/build/{project_name}/_result" encoding: json input: { type: "object" properties: { arch: { type: "string" } lastbuild: { type: "boolean" } locallink: { type: "boolean" } multibuild: { type: "boolean" } package: { type: "string" } repository: { type: "string" } view: { type: "string" enum: ["summary", "status", "binarylist"] } } additionalProperties: false } output: { type: "object" additionalProperties: true } }