DebugController

Description

API


    POST /api/debugcontroller
    PUT /api/debugcontroller/<key>
    GET /api/debugcontroller
    GET /api/debugcontroller/<key>

CLI


    debug controller <key>
    show debug controller <key>

Data

DebugController

uuid

Type
string
Category
required
Description

name

Type
string
Category
required
Description

sub_module

Type
enum
Category
required
Description
Choices
TASK_QUEUE_DEBUG, RPC_INFRA_DEBUG, JOB_MGR_DEBUG, TRANSACTION_DEBUG, SE_AGENT_DEBUG, SE_AGENT_METRICS_DEBUG, VIRTUALSERVICE_DEBUG, RES_MGR_DEBUG, SE_MGR_DEBUG, VI_MGR_DEBUG, METRICS_MANAGER_DEBUG, METRICS_MGR_DEBUG, EVENT_API_DEBUG, HS_MGR_DEBUG, ALERT_MGR_DEBUG, AUTOSCALE_MGR_DEBUG, APIC_AGENT_DEBUG, REDIS_INFRA_DEBUG, CLOUD_CONNECTOR_DEBUG, MESOS_METRICS_DEBUG, STATECACHE_MGR_DEBUG, NSX_AGENT_DEBUG

trace_level

Type
enum
Category
required
Description
Choices
TRACE_LEVEL_DISABLED, TRACE_LEVEL_ERROR, TRACE_LEVEL_DEBUG, TRACE_LEVEL_DEBUG_DETAIL

log_level

Type
enum
Category
required
Description
Choices
LOG_LEVEL_DISABLED, LOG_LEVEL_INFO, LOG_LEVEL_WARNING, LOG_LEVEL_ERROR

filters

Type
DebugFilterUnion
Category
optional
Description

tenant_ref

Type
Reference to Tenant
Category
required
Description

DebugFilterUnion

type

Type
enum
Category
required
Description
Choices
TASK_QUEUE_DEBUG, RPC_INFRA_DEBUG, JOB_MGR_DEBUG, TRANSACTION_DEBUG, SE_AGENT_DEBUG, SE_AGENT_METRICS_DEBUG, VIRTUALSERVICE_DEBUG, RES_MGR_DEBUG, SE_MGR_DEBUG, VI_MGR_DEBUG, METRICS_MANAGER_DEBUG, METRICS_MGR_DEBUG, EVENT_API_DEBUG, HS_MGR_DEBUG, ALERT_MGR_DEBUG, AUTOSCALE_MGR_DEBUG, APIC_AGENT_DEBUG, REDIS_INFRA_DEBUG, CLOUD_CONNECTOR_DEBUG, MESOS_METRICS_DEBUG, STATECACHE_MGR_DEBUG, NSX_AGENT_DEBUG

se_mgr_debug_filter

Type
SeMgrDebugFilter
Category
optional
Description

vs_debug_filter

Type
VsDebugFilter
Category
optional
Description

metrics_debug_filter

Type
MetricsMgrDebugFilter
Category
optional
Description

hs_debug_filter

Type
HSMgrDebugFilter
Category
optional
Description

alert_debug_filter

Type
AlertMgrDebugFilter
Category
optional
Description

autoscale_mgr_debug_filter

Type
AutoScaleMgrDebugFilter
Category
optional
Description

cloud_connector_debug_filter

Type
CloudConnectorDebugFilter
Category
optional
Description

mesos_metrics_debug_filter

Type
MesosMetricsDebugFilter
Category
optional
Description

state_cache_mgr_debug_filter

Type
StateCacheMgrDebugFilter
Category
optional
Description

SeMgrDebugFilter

name

Type
string
Category
optional
Description

VsDebugFilter

name

Type
string
Category
optional
Description

se_uuid

Type
string
Category
optional
Description

MetricsMgrDebugFilter

obj

Type
string
Category
optional
Description

entity

Type
string
Category
optional
Description

skip_metrics_db_writes

Type
string
Category
optional
Description

logging_freq

Type
string
Category
optional
Description

log_first_n

Type
string
Category
optional
Description

metric_instance_id

Type
string
Category
optional
Description

skip_cluster_map_check

Type
string
Category
optional
Description

disable_hw_training

Type
string
Category
optional
Description

license_grace_period

Type
string
Category
optional
Description
setting to reduce the grace period for license expiry in hours

HSMgrDebugFilter

metric_entity

Type
enum
Category
optional
Description
Choices
VSERVER_METRICS_ENTITY, VM_METRICS_ENTITY, SE_METRICS_ENTITY, CONTROLLER_METRICS_ENTITY, APPLICATION_METRICS_ENTITY, TENANT_METRICS_ENTITY

entity

Type
string
Category
optional
Description

pool

Type
string
Category
optional
Description

server

Type
string
Category
optional
Description

period

Type
int32
Category
optional
Description

skip_hs_db_writes

Type
bool
Category
optional
Description

AlertMgrDebugFilter

alert_uuid

Type
string
Category
optional
Description
filter debugs for an alert id

alert_objid

Type
string
Category
optional
Description
filter debugs for entity uuid

cfg_uuid

Type
string
Category
optional
Description
filter debugs for an alert config

AutoScaleMgrDebugFilter

pool_uuid

Type
string
Category
optional
Description
uuid of the Pool

intelligent_autoscale_period

Type
uint32
Category
optional
Description
period of running intelligent autoscale check

enable_aws_autoscale_integration

Type
bool
Category
optional
Description
Enable aws autoscale integration. This is an alpha feature.
Default
False

CloudConnectorDebugFilter

se_id

Type
string
Category
optional
Description
filter debugs for a SE

app_id

Type
string
Category
optional
Description
filter debugs for an app

disable_se_reboot

Type
bool
Category
optional
Description
Disable SE reboot via cloud connector on HB miss

MesosMetricsDebugFilter

metric_entity

Type
enum
Category
optional
Description
Choices
VSERVER_METRICS_ENTITY, VM_METRICS_ENTITY, SE_METRICS_ENTITY, CONTROLLER_METRICS_ENTITY, APPLICATION_METRICS_ENTITY, TENANT_METRICS_ENTITY

mesos_master

Type
string
Category
optional
Description

mesos_slave

Type
string
Category
optional
Description

metrics_collection_frq

Type
uint32
Category
optional
Description
Default
60

StateCacheMgrDebugFilter

vs_uuid

Type
string
Category
optional
Description
VirtualService UUID

pool_uuid

Type
string
Category
optional
Description
Pool UUID

References

Tenant

Sub Objects