Description

Displays the list of OpenEdge Management resources.

Syntax

fathom -reslist option
-user
(Optional) The username for OpenEdge Management. Progress recommends specifying this switch. If this switch is not specified, the utility uses the current username of your machine.
-password
(Optional) The password for the username you provided. Using this switch in the command might allow others to see your password in cleartext. So, Progress recommends specifying the password only when prompted.
Table 1. Command-line options for viewing resource list 
Option syntax Description
-container <container-name> Displays the list of resources for that container.
-restype <resource-type> Displays all the resources that belong to a resource type: database, file, network, openedge, or system.
Note: Ensure that you specify only one option, either -container or -restype, when using this command. Specifying multiple options results in an error.

Example

The following command is an example to retrieve the list of available database resources:
fathom -reslist -user admin -restype database