Reference Guide

8 REST API Guide OpenManage Essentials | Revision A02
1.6 Resource Operations
The standard HTTP methods are used for performing create, retrieve, update, and delete operations on
resources. The mapping of the HTTP methods to operational semantics is described in the following table.
HTTP method
Description
GET
Used to retrieve the resource
representation. This method does not
modify the resource across repeated
invocations. The query parameters are
appended to the URI to appropriately
filter the resource instances.
POST
Used to create a new instance of a
resource or append to the existing
resource reference.
PUT
Used to update a specific instance or
create a specific resource instance with
a specific identifier.
DELETE
Used to remove a specific resource. If
the resource does not exist, success is
returned.
HEAD
Used to determine if a resource is
present or to return meta-data
corresponding to the resource.
OPTIONS
Used to determine the method-level
support for a specific resource.