PreviousNext

link show

Displays attribute information associated with specified object entries. The syntax is:

link show link_name_list [-schema]

Options

-schema
This option returns whether an attribute is single-valued or multivalued. This is specific to a link, meaning that the same attribute can be single-valued on one link and multivalued on another. This option cannot be used with other options.

Description
The link show operation displays attribute information associated with specified object entries. The required link_name_list argument is a list of one or more full CDS names of the soft links you want to show. If more than one link is shown, the attributes of all the soft links are concatenated into one list. The order of the returned attributes is the lexical order of the OIDs of each attribute for each object.

Privileges Required
You must have r (read) permission to the link entry.

Examples
The following command lists all the attributes and their values associated with the link /.:/depts/emergency.

dcecp> link show /.:/depts/emergency
{CDS_CTS 1994-07-11-17:47:59.755+00:00I0.000/00-00-c0-8a-df-56}
{CDS_UTS 1994-07-11-17:52:44.698+00:00I0.000/00-00-c0-8a-df-56}
{CDS_LinkTarget /.../my_cell.acme_health.org/depts/radiology}
{CDS_LinkTimeout
{expiration 1995-07-11-00:00:00.000}
{extension +10-10:00:00.000I-----}}
dcecp>