NSX-T Data Center REST API
ServiceVMStateParameters (schema)
Service VM maintenance mode setting parameters
Name | Description | Type | Notes |
---|---|---|---|
action | You could use this parameter to set a servcie VM in maintenance mode
or exit from maintenance mode, or set a service VM health state to indicate whether the service VM is running properly or not. 'enable_maintenance_mode' will set service VM in maintenance mode. 'disable_maintenance_mode' will exit from maintenance mode. 'is_healthy' will set runtime health state by partner of a service VM to be healthy. 'is_stopped' will set runtime health state by partner of a service VM to be stopped. 'is_not_responding' will set runtime health state by partner of a service VM to be not responding. |
string | Enum: enable_maintenance_mode, disable_maintenance_mode, is_healthy, is_stopped, is_not_responding |
unhealthy_reason | Reason for the unhealthy state Reason for the unhealthy state. |
string | Maximum length: 500 |