NSX-T Data Center REST API
Associated URIs:
| API Description | API Path | 
|---|---|
List all health performance monitoring feature stacks | 
                      
                        GET /api/v1/hpm/features
                         | 
                    
Read health performance monitoring configuration for feature stackReturns the complete set of client type data collection configuration records for the specified feature stack.  | 
                      
                        GET /api/v1/hpm/features/{feature-stack-name}
                         | 
                    
Reset the data collection frequency configuration setting to the default values | 
                      
                        POST /api/v1/hpm/features/{feature-stack-name}?action=reset_collection_frequency
                         | 
                    
Update health performance monitoring configuration for feature stackApply the data collection configuration for the specified feature stack.  | 
                      
                        PUT /api/v1/hpm/features/{feature-stack-name}
                         | 
                    
Read global health performance monitoring configuration | 
                      
                        GET /api/v1/hpm/global-config
                         | 
                    
Set the global configuration for aggregation service related data collection | 
                      
                        PUT /api/v1/hpm/global-config
                         |