NSX-T Data Center REST API
Set Edge maintenance mode
Request:
Method:
              PUT
            URI Path(s):
              
              
                  
                  /api/v1/transport-nodes/<transport-node-id>/node/maintenance-mode
                  
              
            Request Headers:
                n/a
            Query Parameters:
    n/a
  Request Body:
    MaintenanceModePropertiesRequest+
  Successful Response:
Response Code:
                200 OK
              Response Headers:
                  
                  Content-type: application/json
                Response Body:
    MaintenanceModePropertiesReply+
  Required Permissions:
Feature:
system_administration Description:
                  Set the maintenance mode of the edge node directly,
without updating the desired state on the NSX manager.
To set the desired maintenance mode state of the edge node, use the APIs:
POST /api/v1/transport-nodes/<node-id>?action=enter_maintenance_mode
POST /api/v1/transport-nodes/<node-id>?action=exit_maintenance_mode
                
              