White Papers

Key integration concepts
12 REST API GuideOpenManage Essentials
Response headers
The following table includes a few examples of response headers. For an extensive list of response headers,
see List of HTTP header fields.
Response
Header
Description
Example
Content-
Type
Specifies the format of the content
that is returned by the server. If there
are multiple formats that could be
accepted in the client request (using
the Accept header), the server
chooses the appropriate supported
format.
Content-Type: application/xml;
charset=utf-8
Content-
Encoding
Specifies the optional supported
encoding format.
Content-Encoding: gzip
Last-
Modified
Specifies the last time the server
modified the representation of the
resource.
Last-Modified: Thu, 02 Apr 2009 11:11:28 GMT
Allow
Specifies what operations are
permitted on the resource instance.
Allow: PUT,DELETE
Location
Defines the final URI of the resource
being created or a temporary URI that
can be used to monitor progress for
long-duration transactions.
Location: <BASE_URI>/DiscoveryRange/1234
x-dell-api-
version
Returns the version of the APIs
x-dell-api-version: 1.1