CapacityDashboardUsage

CapacityDashboardUsage
CapacityDashboardUsage
JSON Example
{
    "current_usage_count": 0,
    "current_usage_percentage": "number",
    "display_name": "string",
    "max_supported_count": 0,
    "max_threshold_percentage": "number",
    "min_threshold_percentage": "number",
    "severity": "string",
    "usage_type": "string"
}
integer As int64 As int64
current_usage_count
Required

Indicate the current usage count of object type.

number
current_usage_percentage
Required

Current usage percentage for object type

string
display_name
Required

Display name for NSX object type.

integer As int64 As int64
max_supported_count
Required

This is the maximum supported count for object type in consideration.

number
max_threshold_percentage
Required

This indicates the maximum threshold percentage for object type.

number
min_threshold_percentage
Required

This indicates the minimum threshold percentage for object type.

string
severity
Required

Severity calculated from percentage usage

Possible values are : INFO, WARNING, CRITICAL, ERROR,
string
usage_type
Required

Indicate the object type for which usage is calculated.