Interface ISiteSettingsSuperManagement

interface ISiteSettingsSuperManagement {
    _id: string;
    autobackup_cron_expr: string;
    autobackup_days: number;
    autobackup_enabled: boolean;
    autobackup_max_files: number;
    autobackup_timezone: string;
    backup_to_cloud_enabled: boolean;
    data_retention_time_enabled: boolean;
    data_retention_time_in_hours_for_5minutes_scale: number;
    data_retention_time_in_hours_for_daily_scale: number;
    data_retention_time_in_hours_for_hourly_scale: number;
    data_retention_time_in_hours_for_monthly_scale: number;
    data_retention_time_in_hours_for_others: number;
    discoverable: boolean;
    enable_analytics: boolean;
    key: "super_mgmt";
    live_chat: string;
    live_updates: string;
    minimum_usable_hd_space: number;
    multiple_sites_enabled: boolean;
    override_inform_host: boolean;
    override_inform_host_type: string;
    site_id: string;
    time_series_per_client_stats_enabled: boolean;
}

Hierarchy (view full)

Properties

_id: string
autobackup_cron_expr: string
autobackup_days: number
autobackup_enabled: boolean
autobackup_max_files: number
autobackup_timezone: string
backup_to_cloud_enabled: boolean
data_retention_time_enabled: boolean
data_retention_time_in_hours_for_5minutes_scale: number
data_retention_time_in_hours_for_daily_scale: number
data_retention_time_in_hours_for_hourly_scale: number
data_retention_time_in_hours_for_monthly_scale: number
data_retention_time_in_hours_for_others: number
discoverable: boolean
enable_analytics: boolean
key: "super_mgmt"
live_chat: string
live_updates: string
minimum_usable_hd_space: number
multiple_sites_enabled: boolean
override_inform_host: boolean
override_inform_host_type: string
site_id: string
time_series_per_client_stats_enabled: boolean

Generated using TypeDoc