GetAttributes

Returns all of the attributes associated with the item. Optionally, the attributes returned can be limited to one or more specified attribute name parameters.

If the item does not exist on the replica that was accessed for this operation, an empty set is returned. The system does not return an error as it cannot guarantee the item does not exist on other replicas.

[Note]Note

If you specify GetAttributes without any attribute names, all the attributes for the item are returned.

Name Description Required?
ItemName The name of the item. Yes
AttributeName.X The name of the attribute. No
DomainName

The name of the domain in which to perform the operation.

Type: String

Yes
Name Description
Attribute.X.Name The name of the attribute.
Attribute.X.Value The value of the attribute.
Error Description
InvalidParameterValue Value (" + value + ") for parameter Name is invalid. Value exceeds maximum length of 1024.
InvalidParameterValue Value (" + value + ") for parameter Item is invalid. Value exceeds max length of 1024.
MissingParameter The request must contain the parameter DomainName.
MissingParameter The request must contain the parameter ItemName.
NoSuchDomain The specified domain does not exist.