action slicebox_get_log { label: "get_log" description: "get a list of slicebox log messages" provider: slicebox method: GET path: "/log" encoding: json input: { type: "object" properties: { count: { type: "string" } startindex: { type: "string" } subject: { type: "string" } type: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }