Response headers

Ops Center Common Services REST API Reference Guide

Version
10.7.x
File Size
577 KB
Audience
anonymous
Part Number
MK-99OPS003-03
This section describes the response headers returned by the REST API server.

Header

Description

Default

Content-Type

Indicates the media type of the response data.

application/json;charset=UTF-8

Content-Length

Indicates the size of the response data.

If the size of the response data is large, instead of this header, Transfer-Encoding: chunked is returned, indicating that the response data has been divided and then transferred.

None

Transfer-Encoding

Indicates the encoding format used when the response data was transferred.

When a large amount of response data is divided and then transferred, chunked is returned.

None

Location

When an object is registered, this header indicates the URL of the registered object.

None