show object(8cds) — Maintenance
NAME
show object - Displays attribute information about the specified object entry
SYNOPSIS
cdscp show object object-name [attribute-name]
[with attribute-name = attribute-value]
ARGUMENTS
object-nameThe full name of a specific object entry. The last simple name can contain wildcard characters.
attribute-name
The name of a particular attribute; see DESCRIPTION for valid attribute names.
= attribute-value
The value of a particular attribute.
DESCRIPTION
The show object command displays the names and values of the attributes specified in attribute-name. You can use a combination of attributes in a single command. Use a space to separate multiple attributes. You can use a with attribute-name = attribute-value clause to limit output only to object entries whose attributes have values equal to the specified values. Spaces must precede and follow the = (equal sign). If you do not supply any attributes, the command displays all attributes and their values. In addition to the following attributes, any application-defined attributes that might exist will be included in the output of this command. The following is a description of object entry attributes:
CDS_ClassSpecifies the class to which an object belongs.
CDS_ClassVersion
Contains the version number of the object’s class. This allows applications to build in compatibility with entries created by earlier versions.
CDS_CTSSpecifies the creation timestamp (CTS) of this object entry.
CDS_ObjectUUID
Specifies a unique identifier for the object being referenced.
CDS_UTSSpecifies the timestamp of the most recent update to an attribute of the object entry.
Privileges Required
You must have r (read) permission to the object entry. If you specify a wildcard object entry name, you also need r (read) permission to the directory that stores the object entry.
NOTES
This command is replaced at DCE Version 1.1 by the dcecp command and may not be provided in future releases of DCE.
EXAMPLES
The following command lists all the attributes of the object entry /.:/sales/east/floor1cp, and their values:
cdscp show object /.:/sales/east/floor1cp
SHOW
OBJECT /.../abc.com/sales/floor1cp
AT 1991-10-15-15:53:07
CDS_CTS = 1991-10-15-19:53:03.00000003/08-00-2b-1c-8f-1f
CDS_UTS = 1991-10-15-19:53:03.00000006/08-00-2b-1c-8f-1f
RELATED INFORMATION
Commands:
add_object(8cds), create_object(8cds), delete_object(8cds), list_object(8cds), remove_object(8cds), set_object(8cds).