NSX-T Data Center REST API
Associated URIs:
| API Description | API Path | 
|---|---|
| Show all the system health pluginShow all the system health plugins. | GET /api/v1/systemhealth/plugins
                           (Deprecated) | 
| Create a system health pluginCreate a system health plugin. | POST /api/v1/systemhealth/plugins
                           (Deprecated) | 
| Delete an existing system health pluginDelete an existing system health plugin by ID. | DELETE /api/v1/systemhealth/plugins/<plugin-id>
                           (Deprecated) | 
| Show the details of a system health pluginShow the details of a system health plugin. | GET /api/v1/systemhealth/plugins/<plugin-id>
                           (Deprecated) | 
| Upload a plugin File to MP | POST /api/v1/systemhealth/plugins/<plugin-id>/files/<file-name>/data | 
| Show the installed system health plugin listShow all the installed system health plugins on given node | GET /api/v1/systemhealth/plugins/status/<node-id> | 
