MonitorFeatureHealth

MonitorFeatureHealth
MonitorFeatureHealth

Health status of a feature and all its services. Features are high-level functional groupings of services.

JSON Example
{
    "name": "string",
    "status": "UP",
    "services": [
        {
            "name": "cluster-api",
            "status": "UP",
            "components": [
                {
                    "name": "cluster-api",
                    "status": "UP",
                    "ready_replica": 1,
                    "total_replica": 1
                }
            ],
            "prefixes": [
                "cluster-api"
            ]
        }
    ]
}
name
Required  

vDefend LCM feature identifiers supported on AVI_OPERATIONS (Avi Operations / Copilot) deployments. AI Assistant features and Upgrade Coordinator only.

Enumeration: AI_ASSISTANT_PLATFORM, UPGRADE_COORDINATOR
string
status
Required  

Aggregated health status of the feature.

Enumeration: UP, PARTIALLY_UP, DOWN, DEPLOYMENT_IN_PROGRESS, UNDEPLOYMENT_IN_PROGRESS, NOT_DEPLOYED, NOT_READY_TO_DEPLOY
services
Required  

List of services within this feature.