You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

2864 lines
112 KiB

{
"openapi": "3.0.0",
"info": {
"title": "trackme",
"version": "2.3.5",
"description": "TrackMe",
"contact": {
"name": "TrackMe Limited, U.K.",
"email": "contact@trackme-solutions.com"
},
"license": {
"name": "TrackMe EULA",
"url": "https://docs.trackme-solutions.com/latest/license.html"
}
},
"servers": [
{
"url": "https://{domain}:{port}/servicesNS/-/trackme",
"variables": {
"domain": {
"default": "localhost"
},
"port": {
"default": "8089"
}
},
"description": "Access via management interface"
}
],
"components": {
"schemas": {
"account": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"splunk_url": {
"type": "string"
},
"bearer_token": {
"type": "string",
"format": "password"
},
"app_namespace": {
"type": "string"
},
"rbac_roles": {
"type": "string"
},
"timeout_connect_check": {
"type": "string"
},
"timeout_search_check": {
"type": "string"
},
"token_rotation_enablement": {
"type": "string",
"enum": [
"1",
"0"
]
},
"token_rotation_frequency": {
"type": "string"
}
}
},
"account_without_name": {
"type": "object",
"properties": {
"splunk_url": {
"type": "string"
},
"bearer_token": {
"type": "string",
"format": "password"
},
"app_namespace": {
"type": "string"
},
"rbac_roles": {
"type": "string"
},
"timeout_connect_check": {
"type": "string"
},
"timeout_search_check": {
"type": "string"
},
"token_rotation_enablement": {
"type": "string",
"enum": [
"1",
"0"
]
},
"token_rotation_frequency": {
"type": "string"
}
}
},
"vtenants": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"alias": {
"type": "string"
},
"description": {
"type": "string"
},
"default_priority": {
"type": "string",
"enum": [
"critical",
"high",
"medium",
"low",
"pending"
]
},
"pagination_mode": {
"type": "string",
"enum": [
"local",
"remote"
]
},
"pagination_size": {
"type": "string"
},
"ui_default_timerange": {
"type": "string",
"enum": [
"30m",
"60m",
"2h",
"4h",
"8h",
"12h",
"24h",
"48h",
"7d",
"15d",
"30d",
"60d",
"90d",
"180d",
"365d"
]
},
"ui_min_object_width": {
"type": "string"
},
"ui_expand_metrics": {
"type": "string",
"enum": [
"1",
"0"
]
},
"ui_home_tabs_order": {
"type": "string"
},
"default_disruption_min_time_sec": {
"type": "string"
},
"data_sampling_obfuscation": {
"type": "string",
"enum": [
"1",
"0"
]
},
"adaptive_delay": {
"type": "string",
"enum": [
"1",
"0"
]
},
"mloutliers": {
"type": "string",
"enum": [
"1",
"0"
]
},
"mloutliers_allowlist": {
"type": "string"
},
"sampling": {
"type": "string",
"enum": [
"1",
"0"
]
},
"monitoring_time_policy": {
"type": "string"
},
"splk_feeds_delayed_inspector_24hours_range_min_sec": {
"type": "string"
},
"splk_feeds_delayed_inspector_7days_range_min_sec": {
"type": "string"
},
"splk_feeds_delayed_inspector_until_disabled_range_min_sec": {
"type": "string"
},
"splk_feeds_auto_disablement_period": {
"type": "string"
},
"indexed_constraint": {
"type": "string"
},
"cmdb_lookup": {
"type": "string",
"enum": [
"1",
"0"
]
},
"splk_dsm_cmdb_search": {
"type": "string"
},
"splk_dhm_cmdb_search": {
"type": "string"
},
"splk_mhm_cmdb_search": {
"type": "string"
},
"splk_flx_cmdb_search": {
"type": "string"
},
"splk_fqm_cmdb_search": {
"type": "string"
},
"splk_wlk_cmdb_search": {
"type": "string"
},
"splk_dsm_tabulator_groupby": {
"type": "string"
},
"splk_dhm_tabulator_groupby": {
"type": "string"
},
"splk_mhm_tabulator_groupby": {
"type": "string"
},
"splk_flx_tabulator_groupby": {
"type": "string"
},
"splk_fqm_tabulator_groupby": {
"type": "string"
},
"splk_wlk_tabulator_groupby": {
"type": "string"
},
"impact_score_outliers_default": {
"type": "string"
},
"impact_score_dsm_data_sampling_anomaly": {
"type": "string"
},
"impact_score_dsm_delay_threshold_breach": {
"type": "string"
},
"impact_score_dsm_latency_threshold_breach": {
"type": "string"
},
"impact_score_dsm_min_hosts_dcount_breach": {
"type": "string"
},
"impact_score_dsm_future_tolerance_breach": {
"type": "string"
},
"impact_score_dhm_delay_threshold_breach": {
"type": "string"
},
"impact_score_dhm_latency_threshold_breach": {
"type": "string"
},
"impact_score_dhm_future_tolerance_breach": {
"type": "string"
},
"impact_score_mhm_metric_alert": {
"type": "string"
},
"impact_score_mhm_future_tolerance_breach": {
"type": "string"
},
"impact_score_flx_inactive": {
"type": "string"
},
"impact_score_flx_status_not_met": {
"type": "string"
},
"impact_score_fqm_status_not_met": {
"type": "string"
},
"impact_score_wlk_skipping_searches": {
"type": "string"
},
"impact_score_wlk_execution_errors": {
"type": "string"
},
"impact_score_wlk_orphan_search": {
"type": "string"
},
"impact_score_wlk_execution_delayed": {
"type": "string"
},
"impact_score_wlk_out_of_monitoring_times": {
"type": "string"
},
"impact_score_wlk_status_not_met": {
"type": "string"
}
}
},
"vtenants_without_name": {
"type": "object",
"properties": {
"alias": {
"type": "string"
},
"description": {
"type": "string"
},
"default_priority": {
"type": "string",
"enum": [
"critical",
"high",
"medium",
"low",
"pending"
]
},
"pagination_mode": {
"type": "string",
"enum": [
"local",
"remote"
]
},
"pagination_size": {
"type": "string"
},
"ui_default_timerange": {
"type": "string",
"enum": [
"30m",
"60m",
"2h",
"4h",
"8h",
"12h",
"24h",
"48h",
"7d",
"15d",
"30d",
"60d",
"90d",
"180d",
"365d"
]
},
"ui_min_object_width": {
"type": "string"
},
"ui_expand_metrics": {
"type": "string",
"enum": [
"1",
"0"
]
},
"ui_home_tabs_order": {
"type": "string"
},
"default_disruption_min_time_sec": {
"type": "string"
},
"data_sampling_obfuscation": {
"type": "string",
"enum": [
"1",
"0"
]
},
"adaptive_delay": {
"type": "string",
"enum": [
"1",
"0"
]
},
"mloutliers": {
"type": "string",
"enum": [
"1",
"0"
]
},
"mloutliers_allowlist": {
"type": "string"
},
"sampling": {
"type": "string",
"enum": [
"1",
"0"
]
},
"monitoring_time_policy": {
"type": "string"
},
"splk_feeds_delayed_inspector_24hours_range_min_sec": {
"type": "string"
},
"splk_feeds_delayed_inspector_7days_range_min_sec": {
"type": "string"
},
"splk_feeds_delayed_inspector_until_disabled_range_min_sec": {
"type": "string"
},
"splk_feeds_auto_disablement_period": {
"type": "string"
},
"indexed_constraint": {
"type": "string"
},
"cmdb_lookup": {
"type": "string",
"enum": [
"1",
"0"
]
},
"splk_dsm_cmdb_search": {
"type": "string"
},
"splk_dhm_cmdb_search": {
"type": "string"
},
"splk_mhm_cmdb_search": {
"type": "string"
},
"splk_flx_cmdb_search": {
"type": "string"
},
"splk_fqm_cmdb_search": {
"type": "string"
},
"splk_wlk_cmdb_search": {
"type": "string"
},
"splk_dsm_tabulator_groupby": {
"type": "string"
},
"splk_dhm_tabulator_groupby": {
"type": "string"
},
"splk_mhm_tabulator_groupby": {
"type": "string"
},
"splk_flx_tabulator_groupby": {
"type": "string"
},
"splk_fqm_tabulator_groupby": {
"type": "string"
},
"splk_wlk_tabulator_groupby": {
"type": "string"
},
"impact_score_outliers_default": {
"type": "string"
},
"impact_score_dsm_data_sampling_anomaly": {
"type": "string"
},
"impact_score_dsm_delay_threshold_breach": {
"type": "string"
},
"impact_score_dsm_latency_threshold_breach": {
"type": "string"
},
"impact_score_dsm_min_hosts_dcount_breach": {
"type": "string"
},
"impact_score_dsm_future_tolerance_breach": {
"type": "string"
},
"impact_score_dhm_delay_threshold_breach": {
"type": "string"
},
"impact_score_dhm_latency_threshold_breach": {
"type": "string"
},
"impact_score_dhm_future_tolerance_breach": {
"type": "string"
},
"impact_score_mhm_metric_alert": {
"type": "string"
},
"impact_score_mhm_future_tolerance_breach": {
"type": "string"
},
"impact_score_flx_inactive": {
"type": "string"
},
"impact_score_flx_status_not_met": {
"type": "string"
},
"impact_score_fqm_status_not_met": {
"type": "string"
},
"impact_score_wlk_skipping_searches": {
"type": "string"
},
"impact_score_wlk_execution_errors": {
"type": "string"
},
"impact_score_wlk_orphan_search": {
"type": "string"
},
"impact_score_wlk_execution_delayed": {
"type": "string"
},
"impact_score_wlk_out_of_monitoring_times": {
"type": "string"
},
"impact_score_wlk_status_not_met": {
"type": "string"
}
}
},
"emails": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"email_server": {
"type": "string"
},
"email_username": {
"type": "string"
},
"email_password": {
"type": "string",
"format": "password"
},
"email_security": {
"type": "string",
"enum": [
"ssl",
"tls"
]
},
"allowed_email_domains": {
"type": "string"
},
"sender_email": {
"type": "string"
},
"email_format": {
"type": "string",
"enum": [
"html",
"text"
]
},
"email_footer": {
"type": "string"
}
}
},
"emails_without_name": {
"type": "object",
"properties": {
"email_server": {
"type": "string"
},
"email_username": {
"type": "string"
},
"email_password": {
"type": "string",
"format": "password"
},
"email_security": {
"type": "string",
"enum": [
"ssl",
"tls"
]
},
"allowed_email_domains": {
"type": "string"
},
"sender_email": {
"type": "string"
},
"email_format": {
"type": "string",
"enum": [
"html",
"text"
]
},
"email_footer": {
"type": "string"
}
}
},
"trackme_general": {
"type": "object",
"properties": {
"max_multi_thread_workers": {
"type": "string"
},
"pagination_mode": {
"type": "string",
"enum": [
"local",
"remote"
]
},
"pagination_size": {
"type": "string"
},
"trackme_default_sharing": {
"type": "string",
"enum": [
"app",
"global"
]
},
"trackme_owner_default": {
"type": "string"
},
"trackme_admin_role_default": {
"type": "string"
},
"trackme_power_role_default": {
"type": "string"
},
"trackme_user_role_default": {
"type": "string"
},
"state_events_minimal": {
"type": "string",
"enum": [
"1",
"0"
]
},
"state_events_allowlist": {
"type": "string"
},
"state_events_blocklist": {
"type": "string"
},
"enable_conf_manager_receiver": {
"type": "string",
"enum": [
"0",
"1"
]
},
"trackme_stateful_records_expiration_days": {
"type": "string"
},
"trackme_stateful_charts_records_expiration_days": {
"type": "string"
},
"trackme_ack_duration_default": {
"type": "string"
},
"trackme_ack_remove_on_reason_change": {
"type": "string",
"enum": [
"1",
"0"
]
},
"trackme_ack_remove_on_reason_change_min_time_sec": {
"type": "string"
},
"trackme_ack_remove_on_reason_change_auto_ack_only": {
"type": "string",
"enum": [
"1",
"0"
]
},
"trackme_ack_remove_when_green": {
"type": "string",
"enum": [
"1",
"0"
]
},
"allowed_email_domains": {
"type": "string"
},
"sender_email": {
"type": "string"
},
"email_format": {
"type": "string",
"enum": [
"html",
"text"
]
},
"email_footer": {
"type": "string"
}
}
},
"trackme_general_without_name": {
"type": "object",
"properties": {
"max_multi_thread_workers": {
"type": "string"
},
"pagination_mode": {
"type": "string",
"enum": [
"local",
"remote"
]
},
"pagination_size": {
"type": "string"
},
"trackme_default_sharing": {
"type": "string",
"enum": [
"app",
"global"
]
},
"trackme_owner_default": {
"type": "string"
},
"trackme_admin_role_default": {
"type": "string"
},
"trackme_power_role_default": {
"type": "string"
},
"trackme_user_role_default": {
"type": "string"
},
"state_events_minimal": {
"type": "string",
"enum": [
"1",
"0"
]
},
"state_events_allowlist": {
"type": "string"
},
"state_events_blocklist": {
"type": "string"
},
"enable_conf_manager_receiver": {
"type": "string",
"enum": [
"0",
"1"
]
},
"trackme_stateful_records_expiration_days": {
"type": "string"
},
"trackme_stateful_charts_records_expiration_days": {
"type": "string"
},
"trackme_ack_duration_default": {
"type": "string"
},
"trackme_ack_remove_on_reason_change": {
"type": "string",
"enum": [
"1",
"0"
]
},
"trackme_ack_remove_on_reason_change_min_time_sec": {
"type": "string"
},
"trackme_ack_remove_on_reason_change_auto_ack_only": {
"type": "string",
"enum": [
"1",
"0"
]
},
"trackme_ack_remove_when_green": {
"type": "string",
"enum": [
"1",
"0"
]
},
"allowed_email_domains": {
"type": "string"
},
"sender_email": {
"type": "string"
},
"email_format": {
"type": "string",
"enum": [
"html",
"text"
]
},
"email_footer": {
"type": "string"
}
}
},
"index_settings": {
"type": "object",
"properties": {
"trackme_idx_search_filter": {
"type": "string"
},
"trackme_notable_idx": {
"type": "string"
},
"trackme_summary_idx": {
"type": "string"
},
"trackme_metric_idx": {
"type": "string"
},
"trackme_audit_idx": {
"type": "string"
}
}
},
"index_settings_without_name": {
"type": "object",
"properties": {
"trackme_idx_search_filter": {
"type": "string"
},
"trackme_notable_idx": {
"type": "string"
},
"trackme_summary_idx": {
"type": "string"
},
"trackme_metric_idx": {
"type": "string"
},
"trackme_audit_idx": {
"type": "string"
}
}
},
"trackme_ui_defaults": {
"type": "object",
"properties": {
"default_theme": {
"type": "string",
"enum": [
"dark",
"light"
]
},
"auto_refresh": {
"type": "string",
"enum": [
"1",
"0"
]
},
"vtenants_card_detail_level": {
"type": "string",
"enum": [
"1",
"0"
]
}
}
},
"trackme_ui_defaults_without_name": {
"type": "object",
"properties": {
"default_theme": {
"type": "string",
"enum": [
"dark",
"light"
]
},
"auto_refresh": {
"type": "string",
"enum": [
"1",
"0"
]
},
"vtenants_card_detail_level": {
"type": "string",
"enum": [
"1",
"0"
]
}
}
},
"splk_general": {
"type": "object",
"properties": {
"splk_general_idx_filter": {
"type": "string"
},
"splk_general_dsm_threshold_default": {
"type": "string"
},
"splk_general_dsm_delay_default": {
"type": "string"
},
"splk_general_dhm_threshold_default": {
"type": "string"
},
"splk_general_dhm_delay_default": {
"type": "string"
},
"splk_general_mhm_threshold_default": {
"type": "string"
},
"splk_general_feeds_future_tolerance": {
"type": "string"
},
"splk_general_feeds_delayed_inspector_24hours_range_min_sec": {
"type": "string"
},
"splk_general_feeds_delayed_inspector_7days_range_min_sec": {
"type": "string"
},
"splk_general_feeds_delayed_inspector_until_disabled_range_min_sec": {
"type": "string"
},
"splk_general_feeds_auto_disablement_period": {
"type": "string"
},
"splk_general_elastic_max_concurrent": {
"type": "string"
},
"splk_general_workload_version_id_keys": {
"type": "string"
},
"splk_general_dsm_cmdb_search": {
"type": "string"
},
"splk_general_dhm_cmdb_search": {
"type": "string"
},
"splk_general_mhm_cmdb_search": {
"type": "string"
},
"splk_general_flx_cmdb_search": {
"type": "string"
},
"splk_general_fqm_cmdb_search": {
"type": "string"
},
"splk_general_wlk_cmdb_search": {
"type": "string"
},
"splk_general_dsm_docs_note_global": {
"type": "string"
},
"splk_general_dsm_docs_link_global": {
"type": "string"
}
}
},
"splk_general_without_name": {
"type": "object",
"properties": {
"splk_general_idx_filter": {
"type": "string"
},
"splk_general_dsm_threshold_default": {
"type": "string"
},
"splk_general_dsm_delay_default": {
"type": "string"
},
"splk_general_dhm_threshold_default": {
"type": "string"
},
"splk_general_dhm_delay_default": {
"type": "string"
},
"splk_general_mhm_threshold_default": {
"type": "string"
},
"splk_general_feeds_future_tolerance": {
"type": "string"
},
"splk_general_feeds_delayed_inspector_24hours_range_min_sec": {
"type": "string"
},
"splk_general_feeds_delayed_inspector_7days_range_min_sec": {
"type": "string"
},
"splk_general_feeds_delayed_inspector_until_disabled_range_min_sec": {
"type": "string"
},
"splk_general_feeds_auto_disablement_period": {
"type": "string"
},
"splk_general_elastic_max_concurrent": {
"type": "string"
},
"splk_general_workload_version_id_keys": {
"type": "string"
},
"splk_general_dsm_cmdb_search": {
"type": "string"
},
"splk_general_dhm_cmdb_search": {
"type": "string"
},
"splk_general_mhm_cmdb_search": {
"type": "string"
},
"splk_general_flx_cmdb_search": {
"type": "string"
},
"splk_general_fqm_cmdb_search": {
"type": "string"
},
"splk_general_wlk_cmdb_search": {
"type": "string"
},
"splk_general_dsm_docs_note_global": {
"type": "string"
},
"splk_general_dsm_docs_link_global": {
"type": "string"
}
}
},
"splk_data_sampling": {
"type": "object",
"properties": {
"splk_data_sampling_min_time_btw_iterations_seconds": {
"type": "string"
},
"splk_data_sampling_no_records_per_entity": {
"type": "string"
},
"splk_data_sampling_no_records_saved_kvrecord": {
"type": "string"
},
"splk_data_sampling_records_kvrecord_truncate_size": {
"type": "string"
},
"splk_data_sampling_pct_min_major_inclusive_model_match": {
"type": "string"
},
"splk_data_sampling_pct_max_exclusive_model_match": {
"type": "string"
},
"splk_data_sampling_relative_time_window_seconds": {
"type": "string"
}
}
},
"splk_data_sampling_without_name": {
"type": "object",
"properties": {
"splk_data_sampling_min_time_btw_iterations_seconds": {
"type": "string"
},
"splk_data_sampling_no_records_per_entity": {
"type": "string"
},
"splk_data_sampling_no_records_saved_kvrecord": {
"type": "string"
},
"splk_data_sampling_records_kvrecord_truncate_size": {
"type": "string"
},
"splk_data_sampling_pct_min_major_inclusive_model_match": {
"type": "string"
},
"splk_data_sampling_pct_max_exclusive_model_match": {
"type": "string"
},
"splk_data_sampling_relative_time_window_seconds": {
"type": "string"
}
}
},
"splk_outliers_detection": {
"type": "object",
"properties": {
"splk_outliers_min_days_history": {
"type": "string"
},
"splk_outliers_time_train_mlmodels_default": {
"type": "string"
},
"splk_outliers_time_monitor_mlmodels_default": {
"type": "string"
},
"splk_outliers_max_runtime_train_mlmodels_default": {
"type": "string"
},
"splk_outliers_max_days_since_last_train_default": {
"type": "string"
},
"splk_outliers_detection_disable_default": {
"type": "string",
"enum": [
"1",
"0"
]
},
"splk_outliers_calculation_default": {
"type": "string",
"enum": [
"stdev",
"avg",
"max",
"min",
"sum",
"perc95",
"latest"
]
},
"splk_outliers_density_lower_threshold_default": {
"type": "string"
},
"splk_outliers_density_upper_threshold_default": {
"type": "string"
},
"splk_outliers_alert_lower_threshold_volume_default": {
"type": "string",
"enum": [
"1",
"0"
]
},
"splk_outliers_alert_upper_threshold_volume_default": {
"type": "string",
"enum": [
"1",
"0"
]
},
"splk_outliers_alert_lower_threshold_latency_default": {
"type": "string",
"enum": [
"1",
"0"
]
},
"splk_outliers_alert_upper_threshold_latency_default": {
"type": "string",
"enum": [
"1",
"0"
]
},
"splk_outliers_detection_period_default": {
"type": "string"
},
"splk_outliers_detection_period_latest_default": {
"type": "string"
},
"splk_outliers_detection_timefactor_default": {
"type": "string",
"enum": [
"%H",
"%H%M",
"%w%H",
"%w%H%M",
"%w",
"none"
]
},
"splk_outliers_detection_latency_kpi_metric_default": {
"type": "string",
"enum": [
"None",
"splk.feeds.avg_latency_5m",
"splk.feeds.latest_latency_5m",
"splk.feeds.perc95_latency_5m",
"splk.feeds.stdev_latency_5m"
]
},
"splk_outliers_detection_volume_kpi_metric_default": {
"type": "string",
"enum": [
"None",
"splk.feeds.avg_eventcount_5m",
"splk.feeds.latest_eventcount_5m",
"splk.feeds.perc95_eventcount_5m",
"splk.feeds.stdev_eventcount_5m"
]
},
"splk_outliers_auto_correct": {
"type": "string",
"enum": [
"1",
"0"
]
},
"splk_outliers_perc_min_lowerbound_deviation_default": {
"type": "string"
},
"splk_outliers_perc_min_upperbound_deviation_default": {
"type": "string"
},
"splk_outliers_mltk_algorithms_list": {
"type": "string"
},
"splk_outliers_mltk_algorithms_default": {
"type": "string"
},
"splk_outliers_fit_extra_parameters": {
"type": "string"
},
"splk_outliers_apply_extra_parameters": {
"type": "string"
},
"splk_outliers_boundaries_extraction_macro_default": {
"type": "string"
},
"splk_outliers_boundaries_extraction_macros_list": {
"type": "string"
},
"splk_outliers_static_lower_threshold_default": {
"type": "string"
},
"splk_outliers_static_upper_threshold_default": {
"type": "string"
}
}
},
"splk_outliers_detection_without_name": {
"type": "object",
"properties": {
"splk_outliers_min_days_history": {
"type": "string"
},
"splk_outliers_time_train_mlmodels_default": {
"type": "string"
},
"splk_outliers_time_monitor_mlmodels_default": {
"type": "string"
},
"splk_outliers_max_runtime_train_mlmodels_default": {
"type": "string"
},
"splk_outliers_max_days_since_last_train_default": {
"type": "string"
},
"splk_outliers_detection_disable_default": {
"type": "string",
"enum": [
"1",
"0"
]
},
"splk_outliers_calculation_default": {
"type": "string",
"enum": [
"stdev",
"avg",
"max",
"min",
"sum",
"perc95",
"latest"
]
},
"splk_outliers_density_lower_threshold_default": {
"type": "string"
},
"splk_outliers_density_upper_threshold_default": {
"type": "string"
},
"splk_outliers_alert_lower_threshold_volume_default": {
"type": "string",
"enum": [
"1",
"0"
]
},
"splk_outliers_alert_upper_threshold_volume_default": {
"type": "string",
"enum": [
"1",
"0"
]
},
"splk_outliers_alert_lower_threshold_latency_default": {
"type": "string",
"enum": [
"1",
"0"
]
},
"splk_outliers_alert_upper_threshold_latency_default": {
"type": "string",
"enum": [
"1",
"0"
]
},
"splk_outliers_detection_period_default": {
"type": "string"
},
"splk_outliers_detection_period_latest_default": {
"type": "string"
},
"splk_outliers_detection_timefactor_default": {
"type": "string",
"enum": [
"%H",
"%H%M",
"%w%H",
"%w%H%M",
"%w",
"none"
]
},
"splk_outliers_detection_latency_kpi_metric_default": {
"type": "string",
"enum": [
"None",
"splk.feeds.avg_latency_5m",
"splk.feeds.latest_latency_5m",
"splk.feeds.perc95_latency_5m",
"splk.feeds.stdev_latency_5m"
]
},
"splk_outliers_detection_volume_kpi_metric_default": {
"type": "string",
"enum": [
"None",
"splk.feeds.avg_eventcount_5m",
"splk.feeds.latest_eventcount_5m",
"splk.feeds.perc95_eventcount_5m",
"splk.feeds.stdev_eventcount_5m"
]
},
"splk_outliers_auto_correct": {
"type": "string",
"enum": [
"1",
"0"
]
},
"splk_outliers_perc_min_lowerbound_deviation_default": {
"type": "string"
},
"splk_outliers_perc_min_upperbound_deviation_default": {
"type": "string"
},
"splk_outliers_mltk_algorithms_list": {
"type": "string"
},
"splk_outliers_mltk_algorithms_default": {
"type": "string"
},
"splk_outliers_fit_extra_parameters": {
"type": "string"
},
"splk_outliers_apply_extra_parameters": {
"type": "string"
},
"splk_outliers_boundaries_extraction_macro_default": {
"type": "string"
},
"splk_outliers_boundaries_extraction_macros_list": {
"type": "string"
},
"splk_outliers_static_lower_threshold_default": {
"type": "string"
},
"splk_outliers_static_upper_threshold_default": {
"type": "string"
}
}
},
"sla": {
"type": "object",
"properties": {
"sla_classes": {
"type": "string"
},
"sla_default_class": {
"type": "string"
},
"sla_breaches_events_frequency": {
"type": "string"
}
}
},
"sla_without_name": {
"type": "object",
"properties": {
"sla_classes": {
"type": "string"
},
"sla_default_class": {
"type": "string"
},
"sla_breaches_events_frequency": {
"type": "string"
}
}
},
"maintenance": {
"type": "object",
"properties": {
"maintenance_kdb_exclusion_behaviour": {
"type": "string",
"enum": [
"any",
"planned",
"unplanned"
]
}
}
},
"maintenance_without_name": {
"type": "object",
"properties": {
"maintenance_kdb_exclusion_behaviour": {
"type": "string",
"enum": [
"any",
"planned",
"unplanned"
]
}
}
},
"logging": {
"type": "object",
"properties": {
"loglevel": {
"type": "string",
"enum": [
"DEBUG",
"INFO",
"WARNING",
"ERROR",
"CRITICAL"
]
}
}
},
"logging_without_name": {
"type": "object",
"properties": {
"loglevel": {
"type": "string",
"enum": [
"DEBUG",
"INFO",
"WARNING",
"ERROR",
"CRITICAL"
]
}
}
}
},
"securitySchemes": {
"BasicAuth": {
"type": "http",
"scheme": "basic"
}
}
},
"paths": {
"/trackme_account": {
"get": {
"responses": {
"200": {
"description": "Get list of items for account",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"entry": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"content": {
"$ref": "#/components/schemas/account_without_name"
}
}
}
}
}
}
}
}
}
},
"description": "Get list of items for account",
"deprecated": false
},
"post": {
"responses": {
"200": {
"description": "Create item in account",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"entry": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"content": {
"$ref": "#/components/schemas/account_without_name"
}
}
}
}
}
}
}
}
}
},
"description": "Create item in account",
"requestBody": {
"content": {
"application/x-www-form-urlencoded": {
"schema": {
"$ref": "#/components/schemas/account"
}
}
},
"required": false
},
"deprecated": false
},
"parameters": [
{
"name": "output_mode",
"in": "query",
"required": true,
"description": "Output mode",
"schema": {
"type": "string",
"enum": [
"json"
],
"default": "json"
}
}
]
},
"/trackme_account/{name}": {
"get": {
"responses": {
"200": {
"description": "Get account item details",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"entry": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"content": {
"$ref": "#/components/schemas/account_without_name"
}
}
}
}
}
}
}
}
}
},
"description": "Get account item details",
"deprecated": false
},
"post": {
"responses": {
"200": {
"description": "Update account item",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"entry": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"content": {
"$ref": "#/components/schemas/account_without_name"
}
}
}
}
}
}
}
}
}
},
"description": "Update account item",
"requestBody": {
"content": {
"application/x-www-form-urlencoded": {
"schema": {
"$ref": "#/components/schemas/account_without_name"
}
}
},
"required": false
},
"deprecated": false
},
"delete": {
"responses": {
"200": {
"description": "Delete account item",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"entry": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"content": {
"$ref": "#/components/schemas/account_without_name"
}
}
}
}
}
}
}
}
}
},
"description": "Delete account item",
"deprecated": false
},
"parameters": [
{
"name": "name",
"in": "path",
"required": true,
"description": "The name of the item to operate on",
"schema": {
"type": "string"
}
},
{
"name": "output_mode",
"in": "query",
"required": true,
"description": "Output mode",
"schema": {
"type": "string",
"enum": [
"json"
],
"default": "json"
}
}
]
},
"/trackme_vtenants": {
"get": {
"responses": {
"200": {
"description": "Get list of items for vtenants",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"entry": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"content": {
"$ref": "#/components/schemas/vtenants_without_name"
}
}
}
}
}
}
}
}
}
},
"description": "Get list of items for vtenants",
"deprecated": false
},
"post": {
"responses": {
"200": {
"description": "Create item in vtenants",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"entry": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"content": {
"$ref": "#/components/schemas/vtenants_without_name"
}
}
}
}
}
}
}
}
}
},
"description": "Create item in vtenants",
"requestBody": {
"content": {
"application/x-www-form-urlencoded": {
"schema": {
"$ref": "#/components/schemas/vtenants"
}
}
},
"required": false
},
"deprecated": false
},
"parameters": [
{
"name": "output_mode",
"in": "query",
"required": true,
"description": "Output mode",
"schema": {
"type": "string",
"enum": [
"json"
],
"default": "json"
}
}
]
},
"/trackme_emails": {
"get": {
"responses": {
"200": {
"description": "Get list of items for emails",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"entry": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"content": {
"$ref": "#/components/schemas/emails_without_name"
}
}
}
}
}
}
}
}
}
},
"description": "Get list of items for emails",
"deprecated": false
},
"post": {
"responses": {
"200": {
"description": "Create item in emails",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"entry": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"content": {
"$ref": "#/components/schemas/emails_without_name"
}
}
}
}
}
}
}
}
}
},
"description": "Create item in emails",
"requestBody": {
"content": {
"application/x-www-form-urlencoded": {
"schema": {
"$ref": "#/components/schemas/emails"
}
}
},
"required": false
},
"deprecated": false
},
"parameters": [
{
"name": "output_mode",
"in": "query",
"required": true,
"description": "Output mode",
"schema": {
"type": "string",
"enum": [
"json"
],
"default": "json"
}
}
]
},
"/trackme_emails/{name}": {
"get": {
"responses": {
"200": {
"description": "Get emails item details",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"entry": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"content": {
"$ref": "#/components/schemas/emails_without_name"
}
}
}
}
}
}
}
}
}
},
"description": "Get emails item details",
"deprecated": false
},
"post": {
"responses": {
"200": {
"description": "Update emails item",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"entry": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"content": {
"$ref": "#/components/schemas/emails_without_name"
}
}
}
}
}
}
}
}
}
},
"description": "Update emails item",
"requestBody": {
"content": {
"application/x-www-form-urlencoded": {
"schema": {
"$ref": "#/components/schemas/emails_without_name"
}
}
},
"required": false
},
"deprecated": false
},
"delete": {
"responses": {
"200": {
"description": "Delete emails item",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"entry": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"content": {
"$ref": "#/components/schemas/emails_without_name"
}
}
}
}
}
}
}
}
}
},
"description": "Delete emails item",
"deprecated": false
},
"parameters": [
{
"name": "name",
"in": "path",
"required": true,
"description": "The name of the item to operate on",
"schema": {
"type": "string"
}
},
{
"name": "output_mode",
"in": "query",
"required": true,
"description": "Output mode",
"schema": {
"type": "string",
"enum": [
"json"
],
"default": "json"
}
}
]
},
"/trackme_settings/trackme_general": {
"get": {
"responses": {
"200": {
"description": "Get list of items for trackme_general",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"entry": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"content": {
"$ref": "#/components/schemas/trackme_general_without_name"
}
}
}
}
}
}
}
}
}
},
"description": "Get list of items for trackme_general",
"deprecated": false
},
"post": {
"responses": {
"200": {
"description": "Create item in trackme_general",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"entry": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"content": {
"$ref": "#/components/schemas/trackme_general_without_name"
}
}
}
}
}
}
}
}
}
},
"description": "Create item in trackme_general",
"requestBody": {
"content": {
"application/x-www-form-urlencoded": {
"schema": {
"$ref": "#/components/schemas/trackme_general"
}
}
},
"required": false
},
"deprecated": false
},
"parameters": [
{
"name": "output_mode",
"in": "query",
"required": true,
"description": "Output mode",
"schema": {
"type": "string",
"enum": [
"json"
],
"default": "json"
}
}
]
},
"/trackme_settings/index_settings": {
"get": {
"responses": {
"200": {
"description": "Get list of items for index_settings",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"entry": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"content": {
"$ref": "#/components/schemas/index_settings_without_name"
}
}
}
}
}
}
}
}
}
},
"description": "Get list of items for index_settings",
"deprecated": false
},
"post": {
"responses": {
"200": {
"description": "Create item in index_settings",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"entry": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"content": {
"$ref": "#/components/schemas/index_settings_without_name"
}
}
}
}
}
}
}
}
}
},
"description": "Create item in index_settings",
"requestBody": {
"content": {
"application/x-www-form-urlencoded": {
"schema": {
"$ref": "#/components/schemas/index_settings"
}
}
},
"required": false
},
"deprecated": false
},
"parameters": [
{
"name": "output_mode",
"in": "query",
"required": true,
"description": "Output mode",
"schema": {
"type": "string",
"enum": [
"json"
],
"default": "json"
}
}
]
},
"/trackme_settings/trackme_ui_defaults": {
"get": {
"responses": {
"200": {
"description": "Get list of items for trackme_ui_defaults",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"entry": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"content": {
"$ref": "#/components/schemas/trackme_ui_defaults_without_name"
}
}
}
}
}
}
}
}
}
},
"description": "Get list of items for trackme_ui_defaults",
"deprecated": false
},
"post": {
"responses": {
"200": {
"description": "Create item in trackme_ui_defaults",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"entry": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"content": {
"$ref": "#/components/schemas/trackme_ui_defaults_without_name"
}
}
}
}
}
}
}
}
}
},
"description": "Create item in trackme_ui_defaults",
"requestBody": {
"content": {
"application/x-www-form-urlencoded": {
"schema": {
"$ref": "#/components/schemas/trackme_ui_defaults"
}
}
},
"required": false
},
"deprecated": false
},
"parameters": [
{
"name": "output_mode",
"in": "query",
"required": true,
"description": "Output mode",
"schema": {
"type": "string",
"enum": [
"json"
],
"default": "json"
}
}
]
},
"/trackme_settings/splk_general": {
"get": {
"responses": {
"200": {
"description": "Get list of items for splk_general",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"entry": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"content": {
"$ref": "#/components/schemas/splk_general_without_name"
}
}
}
}
}
}
}
}
}
},
"description": "Get list of items for splk_general",
"deprecated": false
},
"post": {
"responses": {
"200": {
"description": "Create item in splk_general",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"entry": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"content": {
"$ref": "#/components/schemas/splk_general_without_name"
}
}
}
}
}
}
}
}
}
},
"description": "Create item in splk_general",
"requestBody": {
"content": {
"application/x-www-form-urlencoded": {
"schema": {
"$ref": "#/components/schemas/splk_general"
}
}
},
"required": false
},
"deprecated": false
},
"parameters": [
{
"name": "output_mode",
"in": "query",
"required": true,
"description": "Output mode",
"schema": {
"type": "string",
"enum": [
"json"
],
"default": "json"
}
}
]
},
"/trackme_settings/splk_data_sampling": {
"get": {
"responses": {
"200": {
"description": "Get list of items for splk_data_sampling",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"entry": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"content": {
"$ref": "#/components/schemas/splk_data_sampling_without_name"
}
}
}
}
}
}
}
}
}
},
"description": "Get list of items for splk_data_sampling",
"deprecated": false
},
"post": {
"responses": {
"200": {
"description": "Create item in splk_data_sampling",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"entry": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"content": {
"$ref": "#/components/schemas/splk_data_sampling_without_name"
}
}
}
}
}
}
}
}
}
},
"description": "Create item in splk_data_sampling",
"requestBody": {
"content": {
"application/x-www-form-urlencoded": {
"schema": {
"$ref": "#/components/schemas/splk_data_sampling"
}
}
},
"required": false
},
"deprecated": false
},
"parameters": [
{
"name": "output_mode",
"in": "query",
"required": true,
"description": "Output mode",
"schema": {
"type": "string",
"enum": [
"json"
],
"default": "json"
}
}
]
},
"/trackme_settings/splk_outliers_detection": {
"get": {
"responses": {
"200": {
"description": "Get list of items for splk_outliers_detection",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"entry": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"content": {
"$ref": "#/components/schemas/splk_outliers_detection_without_name"
}
}
}
}
}
}
}
}
}
},
"description": "Get list of items for splk_outliers_detection",
"deprecated": false
},
"post": {
"responses": {
"200": {
"description": "Create item in splk_outliers_detection",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"entry": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"content": {
"$ref": "#/components/schemas/splk_outliers_detection_without_name"
}
}
}
}
}
}
}
}
}
},
"description": "Create item in splk_outliers_detection",
"requestBody": {
"content": {
"application/x-www-form-urlencoded": {
"schema": {
"$ref": "#/components/schemas/splk_outliers_detection"
}
}
},
"required": false
},
"deprecated": false
},
"parameters": [
{
"name": "output_mode",
"in": "query",
"required": true,
"description": "Output mode",
"schema": {
"type": "string",
"enum": [
"json"
],
"default": "json"
}
}
]
},
"/trackme_settings/sla": {
"get": {
"responses": {
"200": {
"description": "Get list of items for sla",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"entry": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"content": {
"$ref": "#/components/schemas/sla_without_name"
}
}
}
}
}
}
}
}
}
},
"description": "Get list of items for sla",
"deprecated": false
},
"post": {
"responses": {
"200": {
"description": "Create item in sla",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"entry": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"content": {
"$ref": "#/components/schemas/sla_without_name"
}
}
}
}
}
}
}
}
}
},
"description": "Create item in sla",
"requestBody": {
"content": {
"application/x-www-form-urlencoded": {
"schema": {
"$ref": "#/components/schemas/sla"
}
}
},
"required": false
},
"deprecated": false
},
"parameters": [
{
"name": "output_mode",
"in": "query",
"required": true,
"description": "Output mode",
"schema": {
"type": "string",
"enum": [
"json"
],
"default": "json"
}
}
]
},
"/trackme_settings/maintenance": {
"get": {
"responses": {
"200": {
"description": "Get list of items for maintenance",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"entry": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"content": {
"$ref": "#/components/schemas/maintenance_without_name"
}
}
}
}
}
}
}
}
}
},
"description": "Get list of items for maintenance",
"deprecated": false
},
"post": {
"responses": {
"200": {
"description": "Create item in maintenance",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"entry": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"content": {
"$ref": "#/components/schemas/maintenance_without_name"
}
}
}
}
}
}
}
}
}
},
"description": "Create item in maintenance",
"requestBody": {
"content": {
"application/x-www-form-urlencoded": {
"schema": {
"$ref": "#/components/schemas/maintenance"
}
}
},
"required": false
},
"deprecated": false
},
"parameters": [
{
"name": "output_mode",
"in": "query",
"required": true,
"description": "Output mode",
"schema": {
"type": "string",
"enum": [
"json"
],
"default": "json"
}
}
]
},
"/trackme_settings/logging": {
"get": {
"responses": {
"200": {
"description": "Get list of items for logging",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"entry": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"content": {
"$ref": "#/components/schemas/logging_without_name"
}
}
}
}
}
}
}
}
}
},
"description": "Get list of items for logging",
"deprecated": false
},
"post": {
"responses": {
"200": {
"description": "Create item in logging",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"entry": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"content": {
"$ref": "#/components/schemas/logging_without_name"
}
}
}
}
}
}
}
}
}
},
"description": "Create item in logging",
"requestBody": {
"content": {
"application/x-www-form-urlencoded": {
"schema": {
"$ref": "#/components/schemas/logging"
}
}
},
"required": false
},
"deprecated": false
},
"parameters": [
{
"name": "output_mode",
"in": "query",
"required": true,
"description": "Output mode",
"schema": {
"type": "string",
"enum": [
"json"
],
"default": "json"
}
}
]
}
},
"security": [
{
"BasicAuth": []
}
]
}