Custom Fields Manager APIs
The CustomFieldsManager object is used to add and remove custom fields to managed entities.
The custom fields values set on managed entities are available through the customValue property and through the summary objects for VirtualMachine and HostSystem. They are not available directly through this managed object.
This functionality is only available through VirtualCenter.
Operations
                            
                    
                            POST                        
                        
                                Custom Fields Manager  Add Custom Field Def                            
                                                            
                                    Creates a new custom field.
                                
                                                    
                            GET                        
                        
                                Custom Fields Manager Get Field                            
                                                            
                                    List of custom fields defined on this server.
                                
                                                    
                            POST                        
                        
                                Custom Fields Manager  Remove Custom Field Def                            
                                                            
                                    Removes a custom field.
                                
                                                    
                            POST                        
                        
                                Custom Fields Manager  Rename Custom Field Def                            
                                                            
                                    Renames a custom field.
                                
                                                    
                            POST                        
                        
                                Custom Fields Manager  Set Field                            
                                                            
                                    Assigns a value to a custom field on an entity.
                                
                                                    