pub async fn get_analytics_old(
configuration: &Configuration,
name: Option<&str>,
team_id: Option<&str>,
) -> Result<(), Error<GetAnalyticsOldError>>
Expand description
Get some analytics data about the system. This endpoint uses the old format, the /analytics
route is reserved for the new format when it gets implemented. The returned JSON changes based on the name
query parameter but is always key/value pairs. Minimum server version: 4.0 ##### Permissions Must have manage_system
permission.