action microcks_get_latest_aggregated_invocations_stats { label: "Get aggregated invocations statistics for latest days" provider: microcks method: GET path: "/metrics/invocations/global/latest" encoding: json input: { type: "object" properties: { limit: { type: "integer" } } additionalProperties: false } output: { type: "object" description: "A generic map of counter" } }