The REST API server supports the following HTTP methods.
Operation | Guidelines |
---|---|
GET | Retrieves resource information. |
POST |
|
PUT/PATCH | Updates existing resource. |
DELETE | Deletes a resource instance. |
Note: When the credentials supplied allow read-only access, only HTTP GET requests
are supported.