Handling Actions for
HTML-Based Action ExtensionsLast Updated December 16, 2024
When you create an HTML-based action
extension to the
vSphere Client
, you must
create an actions controller class on the Tomcat server to respond to the REST API requests
from the client code. A best practice is to implement
the controller class as a simple dispatcher that maps the action UIDs to Java
services. You can invoke custom services or translate REST API requests to Data
Manager requests.
Example Java Actions
Controller Class