Resource Methods
The Intelligent Advisor REST APIs support the following methods.
| Operation | Description |
|---|---|
GET |
Retrieve resource information |
HEAD |
Check if a resource is present, or has changed since a previous GET request
|
POST |
Creates a new resource |
PATCH |
Updates a resource |
PUT |
Inserts or replaces a resource |
DELETE |
Deletes a resource |
OPTIONS |
Finds the HTTP methods available for a resource |