action cycat_get_info { label: "get_info" description: "Get information about the CyCAT backend services including status, overall statistics and version." provider: cycat method: GET path: "/info" encoding: json output: { type: "object" additionalProperties: true } }