action combell_get_linux_hostings { label: "Overview of linux hostings" provider: combell method: GET path: "/linuxhostings" encoding: json input: { type: "object" properties: { skip: { type: "integer" format: "int32" description: "The number of items to skip in the resultset." } take: { type: "integer" format: "int32" description: "The number of items to return in the resultset. The returned count can be equal or less than this number." } } additionalProperties: false } output: { type: "array" items: { type: "object" properties: { domain_name: { type: "string" description: "Domain name for the Linux hosting account." } servicepack_id: { type: "integer" format: "int32" description: "Id of Linux hosting service package." } } additionalProperties: false } } }