Which of the following API actions are not valid?
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).
=========================
Currently there are no comments in this discussion, be the first to comment!