action redirection_get_aggregate_log_collection { label: "Retrieves the collection of AggregateLog resources." provider: redirection method: GET path: "/aggregate-logs" encoding: json input: { type: "object" properties: { createdAt: { type: "string" } createdAt_gt: { type: "string" } createdAt_gte: { type: "string" } createdAt_lt: { type: "string" } createdAt_lte: { type: "string" } excludeEmptyReferrer: { type: "string" } excludeUrls: { type: "string" } instanceName: { type: "string" } page: { type: "string" } projectId: { type: "string" } referrer: { type: "string" } ruleId: { type: "string" } simplifiedUserAgent: { type: "string" } source: { type: "string" } statusCode: { type: "string" } statusCode_gt: { type: "string" } statusCode_gte: { type: "string" } statusCode_lt: { type: "string" } statusCode_lte: { type: "string" } target: { type: "string" } userAgent: { type: "string" } userAgentType: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }