Avi DebugController Object API

CLI ``` - debug controller - debug controller - show debug controller ```
More information: https://avinetworks.com/contact-us
Contact Info: support@avinetworks.com
Version: 22.1.6
BasePath:/api
All rights reserved
http://apache.org/licenses/LICENSE-2.0.html

Access

  1. HTTP Basic Authentication

Methods

[ Jump to Models ]

Table of Contents

  1. get /debugcontroller
  2. post /debugcontroller
  3. delete /debugcontroller/{uuid}
  4. get /debugcontroller/{uuid}
  5. patch /debugcontroller/{uuid}
  6. put /debugcontroller/{uuid}
Up
get /debugcontroller
(debugcontrollerGet)

Consumes

This API call consumes the following media types via the Content-Type request header:

Query parameters

name (optional)
Query Parameter — object name
refers_to (optional)
Query Parameter — Filter to request all objects that refers to another Avi resource. Its syntax is refers_to=<obj_type>:<obj_uuid>. Eg. get all virtual services referring to pool p1 will be refers_to=pool:pool_p1_uuid
referred_by (optional)
Query Parameter — Filter to request all objects that are referred by another Avi resource. Its syntax is referred_by=<obj_type>:<obj_uuid>. Eg. get all pools referred_by virtual service vs1 - referred_by=virtualservice:vs_vs1_uuid
fields (optional)
Query Parameter — List of fields to be returned for the resource. Some fields like name, URL, uuid etc. are always returned.
include_name (optional)
Query Parameter — All the Avi REST reference URIs have a name suffix as URI#name. It is useful to get the referenced resource name without performing get on that object.
skip_default (optional)
Query Parameter — Default values are not set.
join_subresources (optional)
Query Parameter — It automatically returns additional dependent resources like runtime. Eg. join_subresources=runtime.

Return type

DebugControllerApiResponse

Example data

Content-Type: application/json
{
  "next" : "aeiou",
  "count" : 123,
  "results" : [ {
    "trace_level" : "aeiou",
    "tenant_ref" : "aeiou",
    "log_level" : "aeiou",
    "name" : "aeiou",
    "sub_module" : "aeiou",
    "filters" : {
      "hs_debug_filter" : {
        "server" : "aeiou",
        "period" : 123,
        "pool" : "aeiou",
        "metric_entity" : "aeiou",
        "skip_hs_db_writes" : true,
        "entity" : "aeiou"
      },
      "alert_debug_filter" : {
        "cfg_uuid" : "aeiou",
        "alert_objid" : "aeiou",
        "alert_uuid" : "aeiou"
      },
      "metrics_debug_filter" : {
        "skip_cluster_map_check" : "aeiou",
        "metric_instance_id" : "aeiou",
        "log_first_n" : "aeiou",
        "disable_hw_training" : "aeiou",
        "obj" : "aeiou",
        "debug_skip_eval_period" : "aeiou",
        "skip_metrics_db_writes" : "aeiou",
        "license_grace_period" : "aeiou",
        "entity" : "aeiou",
        "logging_freq" : "aeiou"
      },
      "se_mgr_debug_filter" : {
        "name" : "aeiou"
      },
      "mesos_metrics_debug_filter" : {
        "metrics_collection_frq" : 123,
        "metric_entity" : "aeiou",
        "mesos_slave" : "aeiou",
        "mesos_master" : "aeiou"
      },
      "logmanager_debug_filter" : {
        "entity_ref" : "aeiou"
      },
      "se_rpc_proxy_filter" : {
        "method_name" : "aeiou",
        "queue" : "aeiou",
        "se_uuid" : "aeiou"
      },
      "type" : "aeiou",
      "autoscale_mgr_debug_filter" : {
        "intelligent_autoscale_period" : 123,
        "pool_ref" : "aeiou",
        "enable_aws_autoscale_integration" : true
      },
      "cloud_connector_debug_filter" : {
        "disable_se_reboot" : true,
        "se_id" : "aeiou",
        "app_id" : "aeiou"
      },
      "metricsapi_srv_debug_filter" : {
        "entity_ref" : "aeiou"
      },
      "state_cache_mgr_debug_filter" : {
        "pool_ref" : "aeiou",
        "vs_ref" : "aeiou"
      },
      "securitymgr_debug_filter" : {
        "enable_adaptive_config" : true,
        "entity_ref" : "aeiou"
      },
      "vs_debug_filter" : {
        "name" : "aeiou",
        "se_uuid" : "aeiou"
      }
    },
    "uuid" : "aeiou",
    "url" : "aeiou",
    "_last_modified" : "aeiou"
  } ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK DebugControllerApiResponse

401

log in failed

Up
post /debugcontroller
(debugcontrollerPost)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body (required)
Body Parameter — DebugController object creation

Return type

DebugController

Example data

Content-Type: application/json
{
  "trace_level" : "aeiou",
  "tenant_ref" : "aeiou",
  "log_level" : "aeiou",
  "name" : "aeiou",
  "sub_module" : "aeiou",
  "filters" : {
    "hs_debug_filter" : {
      "server" : "aeiou",
      "period" : 123,
      "pool" : "aeiou",
      "metric_entity" : "aeiou",
      "skip_hs_db_writes" : true,
      "entity" : "aeiou"
    },
    "alert_debug_filter" : {
      "cfg_uuid" : "aeiou",
      "alert_objid" : "aeiou",
      "alert_uuid" : "aeiou"
    },
    "metrics_debug_filter" : {
      "skip_cluster_map_check" : "aeiou",
      "metric_instance_id" : "aeiou",
      "log_first_n" : "aeiou",
      "disable_hw_training" : "aeiou",
      "obj" : "aeiou",
      "debug_skip_eval_period" : "aeiou",
      "skip_metrics_db_writes" : "aeiou",
      "license_grace_period" : "aeiou",
      "entity" : "aeiou",
      "logging_freq" : "aeiou"
    },
    "se_mgr_debug_filter" : {
      "name" : "aeiou"
    },
    "mesos_metrics_debug_filter" : {
      "metrics_collection_frq" : 123,
      "metric_entity" : "aeiou",
      "mesos_slave" : "aeiou",
      "mesos_master" : "aeiou"
    },
    "logmanager_debug_filter" : {
      "entity_ref" : "aeiou"
    },
    "se_rpc_proxy_filter" : {
      "method_name" : "aeiou",
      "queue" : "aeiou",
      "se_uuid" : "aeiou"
    },
    "type" : "aeiou",
    "autoscale_mgr_debug_filter" : {
      "intelligent_autoscale_period" : 123,
      "pool_ref" : "aeiou",
      "enable_aws_autoscale_integration" : true
    },
    "cloud_connector_debug_filter" : {
      "disable_se_reboot" : true,
      "se_id" : "aeiou",
      "app_id" : "aeiou"
    },
    "metricsapi_srv_debug_filter" : {
      "entity_ref" : "aeiou"
    },
    "state_cache_mgr_debug_filter" : {
      "pool_ref" : "aeiou",
      "vs_ref" : "aeiou"
    },
    "securitymgr_debug_filter" : {
      "enable_adaptive_config" : true,
      "entity_ref" : "aeiou"
    },
    "vs_debug_filter" : {
      "name" : "aeiou",
      "se_uuid" : "aeiou"
    }
  },
  "uuid" : "aeiou",
  "url" : "aeiou",
  "_last_modified" : "aeiou"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK DebugController

401

log in failed

Up
delete /debugcontroller/{uuid}
(debugcontrollerUuidDelete)

Path parameters

uuid (required)
Path Parameter — UUID of the object to fetch

Consumes

This API call consumes the following media types via the Content-Type request header:

Query parameters

name (optional)
Query Parameter — object name

Return type

String

Example data

Content-Type: application/json
"aeiou"

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

object deleted String

404

not found

Up
get /debugcontroller/{uuid}
(debugcontrollerUuidGet)

Path parameters

uuid (required)
Path Parameter — UUID of the object to fetch

Consumes

This API call consumes the following media types via the Content-Type request header:

Query parameters

name (optional)
Query Parameter — object name
fields (optional)
Query Parameter — List of fields to be returned for the resource. Some fields like name, URL, uuid etc. are always returned.
include_name (optional)
Query Parameter — All the Avi REST reference URIs have a name suffix as URI#name. It is useful to get the referenced resource name without performing get on that object.
skip_default (optional)
Query Parameter — Default values are not set.
join_subresources (optional)
Query Parameter — It automatically returns additional dependent resources like runtime. Eg. join_subresources=runtime.

Return type

DebugController

Example data

Content-Type: application/json
{
  "trace_level" : "aeiou",
  "tenant_ref" : "aeiou",
  "log_level" : "aeiou",
  "name" : "aeiou",
  "sub_module" : "aeiou",
  "filters" : {
    "hs_debug_filter" : {
      "server" : "aeiou",
      "period" : 123,
      "pool" : "aeiou",
      "metric_entity" : "aeiou",
      "skip_hs_db_writes" : true,
      "entity" : "aeiou"
    },
    "alert_debug_filter" : {
      "cfg_uuid" : "aeiou",
      "alert_objid" : "aeiou",
      "alert_uuid" : "aeiou"
    },
    "metrics_debug_filter" : {
      "skip_cluster_map_check" : "aeiou",
      "metric_instance_id" : "aeiou",
      "log_first_n" : "aeiou",
      "disable_hw_training" : "aeiou",
      "obj" : "aeiou",
      "debug_skip_eval_period" : "aeiou",
      "skip_metrics_db_writes" : "aeiou",
      "license_grace_period" : "aeiou",
      "entity" : "aeiou",
      "logging_freq" : "aeiou"
    },
    "se_mgr_debug_filter" : {
      "name" : "aeiou"
    },
    "mesos_metrics_debug_filter" : {
      "metrics_collection_frq" : 123,
      "metric_entity" : "aeiou",
      "mesos_slave" : "aeiou",
      "mesos_master" : "aeiou"
    },
    "logmanager_debug_filter" : {
      "entity_ref" : "aeiou"
    },
    "se_rpc_proxy_filter" : {
      "method_name" : "aeiou",
      "queue" : "aeiou",
      "se_uuid" : "aeiou"
    },
    "type" : "aeiou",
    "autoscale_mgr_debug_filter" : {
      "intelligent_autoscale_period" : 123,
      "pool_ref" : "aeiou",
      "enable_aws_autoscale_integration" : true
    },
    "cloud_connector_debug_filter" : {
      "disable_se_reboot" : true,
      "se_id" : "aeiou",
      "app_id" : "aeiou"
    },
    "metricsapi_srv_debug_filter" : {
      "entity_ref" : "aeiou"
    },
    "state_cache_mgr_debug_filter" : {
      "pool_ref" : "aeiou",
      "vs_ref" : "aeiou"
    },
    "securitymgr_debug_filter" : {
      "enable_adaptive_config" : true,
      "entity_ref" : "aeiou"
    },
    "vs_debug_filter" : {
      "name" : "aeiou",
      "se_uuid" : "aeiou"
    }
  },
  "uuid" : "aeiou",
  "url" : "aeiou",
  "_last_modified" : "aeiou"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK DebugController

401

log in failed

Up
patch /debugcontroller/{uuid}
(debugcontrollerUuidPatch)

Path parameters

uuid (required)
Path Parameter — UUID of the object to fetch

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body (required)
Body Parameter — DebugController object creation

Query parameters

name (optional)
Query Parameter — object name

Return type

DebugController

Example data

Content-Type: application/json
{
  "trace_level" : "aeiou",
  "tenant_ref" : "aeiou",
  "log_level" : "aeiou",
  "name" : "aeiou",
  "sub_module" : "aeiou",
  "filters" : {
    "hs_debug_filter" : {
      "server" : "aeiou",
      "period" : 123,
      "pool" : "aeiou",
      "metric_entity" : "aeiou",
      "skip_hs_db_writes" : true,
      "entity" : "aeiou"
    },
    "alert_debug_filter" : {
      "cfg_uuid" : "aeiou",
      "alert_objid" : "aeiou",
      "alert_uuid" : "aeiou"
    },
    "metrics_debug_filter" : {
      "skip_cluster_map_check" : "aeiou",
      "metric_instance_id" : "aeiou",
      "log_first_n" : "aeiou",
      "disable_hw_training" : "aeiou",
      "obj" : "aeiou",
      "debug_skip_eval_period" : "aeiou",
      "skip_metrics_db_writes" : "aeiou",
      "license_grace_period" : "aeiou",
      "entity" : "aeiou",
      "logging_freq" : "aeiou"
    },
    "se_mgr_debug_filter" : {
      "name" : "aeiou"
    },
    "mesos_metrics_debug_filter" : {
      "metrics_collection_frq" : 123,
      "metric_entity" : "aeiou",
      "mesos_slave" : "aeiou",
      "mesos_master" : "aeiou"
    },
    "logmanager_debug_filter" : {
      "entity_ref" : "aeiou"
    },
    "se_rpc_proxy_filter" : {
      "method_name" : "aeiou",
      "queue" : "aeiou",
      "se_uuid" : "aeiou"
    },
    "type" : "aeiou",
    "autoscale_mgr_debug_filter" : {
      "intelligent_autoscale_period" : 123,
      "pool_ref" : "aeiou",
      "enable_aws_autoscale_integration" : true
    },
    "cloud_connector_debug_filter" : {
      "disable_se_reboot" : true,
      "se_id" : "aeiou",
      "app_id" : "aeiou"
    },
    "metricsapi_srv_debug_filter" : {
      "entity_ref" : "aeiou"
    },
    "state_cache_mgr_debug_filter" : {
      "pool_ref" : "aeiou",
      "vs_ref" : "aeiou"
    },
    "securitymgr_debug_filter" : {
      "enable_adaptive_config" : true,
      "entity_ref" : "aeiou"
    },
    "vs_debug_filter" : {
      "name" : "aeiou",
      "se_uuid" : "aeiou"
    }
  },
  "uuid" : "aeiou",
  "url" : "aeiou",
  "_last_modified" : "aeiou"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK DebugController

401

log in failed

Up
put /debugcontroller/{uuid}
(debugcontrollerUuidPut)

Path parameters

uuid (required)
Path Parameter — UUID of the object to fetch

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body (required)
Body Parameter — DebugController object creation

Query parameters

name (optional)
Query Parameter — object name

Return type

DebugController

Example data

Content-Type: application/json
{
  "trace_level" : "aeiou",
  "tenant_ref" : "aeiou",
  "log_level" : "aeiou",
  "name" : "aeiou",
  "sub_module" : "aeiou",
  "filters" : {
    "hs_debug_filter" : {
      "server" : "aeiou",
      "period" : 123,
      "pool" : "aeiou",
      "metric_entity" : "aeiou",
      "skip_hs_db_writes" : true,
      "entity" : "aeiou"
    },
    "alert_debug_filter" : {
      "cfg_uuid" : "aeiou",
      "alert_objid" : "aeiou",
      "alert_uuid" : "aeiou"
    },
    "metrics_debug_filter" : {
      "skip_cluster_map_check" : "aeiou",
      "metric_instance_id" : "aeiou",
      "log_first_n" : "aeiou",
      "disable_hw_training" : "aeiou",
      "obj" : "aeiou",
      "debug_skip_eval_period" : "aeiou",
      "skip_metrics_db_writes" : "aeiou",
      "license_grace_period" : "aeiou",
      "entity" : "aeiou",
      "logging_freq" : "aeiou"
    },
    "se_mgr_debug_filter" : {
      "name" : "aeiou"
    },
    "mesos_metrics_debug_filter" : {
      "metrics_collection_frq" : 123,
      "metric_entity" : "aeiou",
      "mesos_slave" : "aeiou",
      "mesos_master" : "aeiou"
    },
    "logmanager_debug_filter" : {
      "entity_ref" : "aeiou"
    },
    "se_rpc_proxy_filter" : {
      "method_name" : "aeiou",
      "queue" : "aeiou",
      "se_uuid" : "aeiou"
    },
    "type" : "aeiou",
    "autoscale_mgr_debug_filter" : {
      "intelligent_autoscale_period" : 123,
      "pool_ref" : "aeiou",
      "enable_aws_autoscale_integration" : true
    },
    "cloud_connector_debug_filter" : {
      "disable_se_reboot" : true,
      "se_id" : "aeiou",
      "app_id" : "aeiou"
    },
    "metricsapi_srv_debug_filter" : {
      "entity_ref" : "aeiou"
    },
    "state_cache_mgr_debug_filter" : {
      "pool_ref" : "aeiou",
      "vs_ref" : "aeiou"
    },
    "securitymgr_debug_filter" : {
      "enable_adaptive_config" : true,
      "entity_ref" : "aeiou"
    },
    "vs_debug_filter" : {
      "name" : "aeiou",
      "se_uuid" : "aeiou"
    }
  },
  "uuid" : "aeiou",
  "url" : "aeiou",
  "_last_modified" : "aeiou"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK DebugController

401

log in failed

Up

Models

[ Jump to Methods ]

Table of Contents

  1. AlertMgrDebugFilter
  2. AutoScaleMgrDebugFilter
  3. CloudConnectorDebugFilter
  4. DebugController
  5. DebugControllerApiResponse
  6. DebugFilterUnion
  7. HSMgrDebugFilter
  8. LogManagerDebugFilter
  9. MesosMetricsDebugFilter
  10. MetricsApiSrvDebugFilter
  11. MetricsMgrDebugFilter
  12. SeMgrDebugFilter
  13. SeRpcProxyDebugFilter
  14. SecurityMgrDebugFilter
  15. StateCacheMgrDebugFilter
  16. VsDebugFilter

AlertMgrDebugFilter Up

alert_objid (optional)
String filter debugs for entity uuid. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
alert_uuid (optional)
String filter debugs for an alert id. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
cfg_uuid (optional)
String filter debugs for an alert config. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

AutoScaleMgrDebugFilter Up

enable_aws_autoscale_integration (optional)
Boolean Enable aws autoscale integration. This is an alpha feature. Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
intelligent_autoscale_period (optional)
Integer period of running intelligent autoscale check. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
pool_ref (optional)
String uuid of the Pool. It is a reference to an object of type Pool. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

CloudConnectorDebugFilter Up

app_id (optional)
String filter debugs for an app. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
disable_se_reboot (optional)
Boolean Disable SE reboot via cloud connector on HB miss. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_id (optional)
String filter debugs for a SE. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

DebugController Up

_last_modified (optional)
String UNIX time since epoch in microseconds. Units(MICROSECONDS).
filters (optional)
DebugFilterUnion Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
log_level
String Enum options - LOG_LEVEL_DISABLED, LOG_LEVEL_INFO, LOG_LEVEL_WARNING, LOG_LEVEL_ERROR. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
name
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
sub_module
String Enum options - 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_AGENT_CPU_UTIL_DEBUG, SE_AGENT_MEM_UTIL_DEBUG, SE_RPC_PROXY_DEBUG, SE_AGENT_GSLB_DEBUG, METRICSAPI_SRV_DEBUG, SECURITYMGR_DEBUG, RES_MGR_READ_DEBUG, LICENSE_VMWSRVR_DEBUG, SE_AGENT_RESOLVERDB_DEBUG, LOGMANAGER_DEBUG, OSYNC_DEBUG. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
tenant_ref (optional)
String It is a reference to an object of type Tenant. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
trace_level
String Enum options - TRACE_LEVEL_DISABLED, TRACE_LEVEL_ERROR, TRACE_LEVEL_DEBUG, TRACE_LEVEL_DEBUG_DETAIL. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
url (optional)
String url
uuid (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

DebugControllerApiResponse Up

count
Integer format: int32
results
next (optional)

DebugFilterUnion Up

alert_debug_filter (optional)
AlertMgrDebugFilter Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
autoscale_mgr_debug_filter (optional)
AutoScaleMgrDebugFilter Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
cloud_connector_debug_filter (optional)
CloudConnectorDebugFilter Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
hs_debug_filter (optional)
HSMgrDebugFilter Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
logmanager_debug_filter (optional)
LogManagerDebugFilter Add filter to Log Manager Debug. Field introduced in 21.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
mesos_metrics_debug_filter (optional)
MesosMetricsDebugFilter Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
metrics_debug_filter (optional)
MetricsMgrDebugFilter Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
metricsapi_srv_debug_filter (optional)
MetricsApiSrvDebugFilter Add Metricsapi Server filter. Field introduced in 18.2.3. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_mgr_debug_filter (optional)
SeMgrDebugFilter Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_rpc_proxy_filter (optional)
SeRpcProxyDebugFilter Add SE RPC Proxy Filter. Field introduced in 18.1.5, 18.2.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
securitymgr_debug_filter (optional)
SecurityMgrDebugFilter Add Metricsapi Server filter. Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
state_cache_mgr_debug_filter (optional)
StateCacheMgrDebugFilter Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
type
String Enum options - 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_AGENT_CPU_UTIL_DEBUG, SE_AGENT_MEM_UTIL_DEBUG, SE_RPC_PROXY_DEBUG, SE_AGENT_GSLB_DEBUG, METRICSAPI_SRV_DEBUG, SECURITYMGR_DEBUG, RES_MGR_READ_DEBUG, LICENSE_VMWSRVR_DEBUG, SE_AGENT_RESOLVERDB_DEBUG, LOGMANAGER_DEBUG, OSYNC_DEBUG. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vs_debug_filter (optional)
VsDebugFilter Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

HSMgrDebugFilter Up

entity (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
metric_entity (optional)
String Enum options - VSERVER_METRICS_ENTITY, VM_METRICS_ENTITY, SE_METRICS_ENTITY, CONTROLLER_METRICS_ENTITY, APPLICATION_METRICS_ENTITY, TENANT_METRICS_ENTITY, POOL_METRICS_ENTITY. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
period (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32
pool (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
server (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
skip_hs_db_writes (optional)
Boolean Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

LogManagerDebugFilter Up

entity_ref (optional)
String UUID of the entity. It is a reference to an object of type Virtualservice. Field introduced in 21.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

MesosMetricsDebugFilter Up

mesos_master (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
mesos_slave (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
metric_entity (optional)
String Enum options - VSERVER_METRICS_ENTITY, VM_METRICS_ENTITY, SE_METRICS_ENTITY, CONTROLLER_METRICS_ENTITY, APPLICATION_METRICS_ENTITY, TENANT_METRICS_ENTITY, POOL_METRICS_ENTITY. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
metrics_collection_frq (optional)
Integer Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition. format: int32

MetricsApiSrvDebugFilter Up

entity_ref (optional)
String uuid of the entity. It is a reference to an object of type Virtualservice. Field introduced in 18.2.3. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

MetricsMgrDebugFilter Up

debug_skip_eval_period (optional)
String Set to ignore skip_eval_period field in metrics_anomaly_option. Field introduced in 20.1.4. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
disable_hw_training (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
entity (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
license_grace_period (optional)
String setting to reduce the grace period for license expiry in hours. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
log_first_n (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
logging_freq (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
metric_instance_id (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
obj (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
skip_cluster_map_check (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
skip_metrics_db_writes (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

SeMgrDebugFilter Up

name (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

SeRpcProxyDebugFilter Up

method_name (optional)
String Method name of RPC. Field introduced in 18.1.5, 18.2.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
queue (optional)
String Queue name of RPC. Field introduced in 18.1.5, 18.2.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_uuid (optional)
String UUID of Service Engine. Field introduced in 18.1.5, 18.2.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

SecurityMgrDebugFilter Up

enable_adaptive_config (optional)
Boolean Dynamically adapt configuration parameters for Application Learning feature. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
entity_ref (optional)
String uuid of the entity. It is a reference to an object of type Virtualservice. Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

StateCacheMgrDebugFilter Up

pool_ref (optional)
String Pool UUID. It is a reference to an object of type Pool. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
vs_ref (optional)
String VirtualService UUID. It is a reference to an object of type VirtualService. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

VsDebugFilter Up

name (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
se_uuid (optional)
String Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.