POST, PUT, PATCH, and DELETE Request data flow
The POST, PUT, PATCH, and DELETE Requests all carry configuration changes for the servers managed by Enterprise Manager. These Requests are handled as follows:
-
The client makes an HTTP POST, PUT, PATCH, or DELETE Request to the Data Source Configuration API on an application server on which the Enterprise Manager application resides.
-
The Enterprise Manager uses the requested data from the request.
-
Enterprise Manager updates the data in the database or retrieves the data from the database depending on the type of request.
-
The Enterprise Manager sends a Response JSON file to the client indicating whether the configuration change succeeded or failed.