Hi ILMT support team. I need more understanding on how to actually execute or use the http PUT, DELETE and POST methods.
For example:
You use the PUT operation on the api/sam/configs element to change the values of the License Metric Tool server settings.
"PUT https://hostname:port/api/sam/configs ?name=maxVMManagerInactivity&value=30"
Where or how do I actually execute that line above? If I entered in the URL from the web browse, it does not work.
If I removed the PUT and just entered "https://hostname:port/api/sam/configs ?name=maxVMManagerInactivity&value=30", it returned back the results from that setting instead. Which was actually similar to the GETmethod.
Configuration of advanced server settings
Where as "GET https://hostname:port/api/sam/computer_systems" from this link below, I could easily enter "https://hostname:port/api/sam/computer_systems" with GET in the URL from the web browser, it worked so well and returned back the results.
REST API for retrieval of computer systems
Same thing for DELETE method, how do I actually trigger or execute this DELETE HTTP?
"DELETE https://hostname:port/sam/software_components/software_component_id/component_lifecycles"
Deleting the end of support date for software components
It goods to see example at the bottom of each links but how do I accurately execute the method, from the web browser URL or need special tool to code this, or something. That is what I need step by step documented. Could someone with great knowledge please share step-by-step samples for PUT, POST and DELETE methods. The GET method is straight forward and just enter the https link without the GET word and it works very well.
Thanks.
------------------------------
York Ly
------------------------------