Table of ContentsView in Frames

CDMG: CDMI GET Transaction

When a CDMI client issues a GET transaction, a request is made to read a data or container object. This message is issued by the server if the transaction is successful.

Code Field Description
CBID Content Block Identifier The unique identifier of the corresponding content block requested. If the CBID is unknown, this field is set to 0.
CSIZ Content Size The size of the retrieved object in bytes.
HSID Session Identifier The unique identifier assigned to the HTTP session.
CURI CDMI URI

The URI of the data or container object. For named objects, this is the named path or COID. For nameless objects, it is the COID only (/cdmi_objectid/COID). Does not contain the /CDMI root.

OBSP Security Partition Name The name of the security partition assigned to the data or container object. An empty string is returned if the object is not associated with a security partition.
COID CDMI Object Identifier A unique value assigned at creation time to identify an object.
SPAR Security Partition ID The unique identifier of the security partition assigned to the object. Zero is returned if the object is not associated with a security partition. SPAR can be used to determine the security partition to which an object is associated. For more information, see Determining the security partition for an object.
RSLT Result Code Result of the GET transaction. Result is always:

SUCS: successful

TIME Time Total processing time for the request in microseconds.