Command Central 10.15 | Using the Command Line Interface | Administration Commands | sagcc list administration
 
sagcc list administration
Retrieves a list of available custom administrative actions for a product, such as administration namespaces or functions. For more information about the custom administrative actions that you can list for a product, see the product-specific topic in this help or the respective product documentation.
Syntax
*Command Central syntax:
*To list custom administrative namespaces for a product:
sagcc list administration product node_alias productid [namespace
[administrative_action] [argName1=value1] [argName2=value2]... 
[options]
*To list custom administrative namespaces for a run-time component:
sagcc list administration component node_alias componentid [namespace
[administrative_action] [argName1=value1] [argName2=value2]... 
[options]
*Platform Manager syntax:
*To list custom administrative namespaces for a product:
sagcc list administration product productid [namespace
[administrative_action] [argName1=value1] [argName2=value2]... 
[options]
*To list custom administrative namespaces for a run-time component:
sagcc list administration component componentid [namespace
[administrative_action] [argName1=value1] [argName2=value2]... 
[options]
Arguments and Options
Argument or Option
Description
node_alias
The alias of the node on which the administrative action is executed.
productid
The ID of the product for which to list custom administrative actions.
componentid
The ID of the run-time component for which to list custom administrative actions.
[namespace]
Optional. The namespace identifier for the administrative action. The namespace groups together administrative functions that relate to the same domain, such as migration or configuration.
If you do not specify a namespace value, Command Central returns a list of all available administration namespaces for the specified product or run-time component.
[administration_action]
Optional. The administrative action to execute. If you do not specify a value, Command Central returns a list of all available administrative actions for the specified product or run-time component.

[argName1=value1]  [argName2=value2]...
Optional. The arguments of the administrative action.
[options]
Optional. The command allows all options supported by the Command Line Interface. For a description of the options, see Common Options.
Usage Notes
Based on the type of custom product assets, the command returns the output in text, JSON, or XML format.
Examples When Executing on Command Central
*To search for the custom administrative actions of a product with ID “SPM” in the “backup” namespace:
sagcc list administration product local SPM backup -p manage
The product runs on the local installation. The command uses the default user name and specifies “manage” for the user’s password.
*To search for the custom administrative actions of a run-time component with ID “OSGI-SPM” in the “backup” namespace:
sagcc get administration component local OSGI-SPM backup -p manage
The run-time component runs on the local installation. The command uses the default user name and specifies “manage” for the user’s password.