action combell_servicepacks { label: "Overview of service packs" provider: combell method: GET path: "/servicepacks" encoding: json output: { type: "array" items: { type: "object" description: "Servicepack information." properties: { id: { type: "integer" format: "int32" description: "The id of the service pack" } name: { type: "string" description: "The name of the service pack" } } additionalProperties: false } } }