NSX-T Data Center REST API
Associated URIs:
| API Description | API Path | 
|---|---|
Read http service propertiesRead http service properties. To read fields deprecated in this API, checkout API GET /api/v1/cluster/api-service.  | 
                      
                        GET /api/v1/cluster/{cluster-node-id}/node/services/http
                         GET /api/v1/node/services/http  | 
                    
Update http service certificateApplies a security certificate to the http service. In the POST request, the CERTIFICATE_ID references a certificate created with the /api/v1/trust-management APIs. If the certificate used is a CA signed certificate,the request fails if the whole chain(leaf, intermediate, root) is not imported.  | 
                      
                        POST /api/v1/cluster/{cluster-node-id}/node/services/http?action=apply_certificate
                           (Deprecated)
                         POST /api/v1/node/services/http?action=apply_certificate (Deprecated)  | 
                    
Restart the http service | 
                      
                        POST /api/v1/cluster/{cluster-node-id}/node/services/http?action=restart
                         POST /api/v1/node/services/http?action=restart  | 
                    
Stop the http service | 
                      
                        POST /api/v1/cluster/{cluster-node-id}/node/services/http?action=stop
                         POST /api/v1/node/services/http?action=stop  | 
                    
Start the http service | 
                      
                        POST /api/v1/cluster/{cluster-node-id}/node/services/http?action=start
                         POST /api/v1/node/services/http?action=start  | 
                    
Update http service propertiesUpdate http service properties. To update fields deprecated in this API, checkout API PUT /api/v1/cluster/api-service.  | 
                      
                        PUT /api/v1/cluster/{cluster-node-id}/node/services/http
                         PUT /api/v1/node/services/http  | 
                    
Read http service status | 
                      
                        GET /api/v1/cluster/{cluster-node-id}/node/services/http/status
                         GET /api/v1/node/services/http/status  |