Command Central 10.15 | Using the Command Line Interface | License Reports Commands | sagcc get license-tools reports installation-report output XML
 
sagcc get license-tools reports installation-report output XML
Generates an existing installation report in XML format.
Syntax
*Command Central syntax:
sagcc get license-tools reports installation-report reportid --output-format xml    
--output filename.xml
*Not supported on Platform Manager.
Arguments and Options
Argument or Option
Description
reportid
Required. The ID of the installation report for which to generate an XML file.
--output-format xml
Required. Specifies that the output is generated in XML format.
--output-filename.xml
Required. Specifies a name for the output XML file. For more information, see output.
Example When Executing on Command Central
To generate an XML file, named report.xml, for an installation report with ID c4eff7 and save the generated report file in the current directory:
sagcc get license-tools reports installation-report c4eff7 --output-format xml    
--output report.xml