Listing annotations for an object or version response body

The body of the HTTP response to a GET request to list the annotations for an object or version contains an XML document listing the annotation information, in this format:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<annotations>
    <annotation>
     <name>annotation-name</name>
     <hash>hash-algorithm hash-value</hash>
     <changeTimeMilliseconds>change-milliseconds-after-1/1/1970.unique-
         integer
</changeTimeMilliseconds>
     <changeTimeString>yyyy-MM-ddThh:mm:ssZ</changeTimeString>
     <size>annotation-size-in-bytes</size>
     <contentType>text/xml|unknown</contentType>
</annotation>
    .
    .
    .
</annotations>

The contentType element value is text/xml if the namespace is configured to check whether custom metadata is well-formed XML. Otherwise the value is unknown.

Trademark and LegalDisclaimer

© 2015 Hitachi Data Systems Corporation. All rights reserved.