The VMware vDefend REST API strictly adheres to standard HTTP protocols and syntax. When interacting with an API endpoint to manipulate a security object, you must use standard HTTP verbs (methods).
Valid HTTP verbs include GET (to retrieve or read data), POST (to create new data), PUT (to replace data), PATCH (to partially modify data), and DELETE (to remove data).
While "Update" is a concept (represented by the letter 'U' in CRUD), UPDATE is NOT a valid HTTP verb or API action. If you attempt to send an HTTP request with the method UPDATE to the vDefend Manager, the API gateway will reject it with an error (typically a 405 Method Not Allowed or 400 Bad Request).
=========================
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit