Command Central 10.15 | Using the Command Line Interface | License Reports Commands | sagcc get license-tools reports installation-report output PDF
 
sagcc get license-tools reports installation-report output PDF
Generates a PDF file for an existing installation report.
Syntax
*Command Central syntax:
sagcc get license-tools reports installation-report reportid --output-format pdf    
--output filename.pdf
*Not supported on Platform Manager.
Arguments and Options
Argument or Option
Description
reportid
Required. The ID of the installation report for which to generate a PDF file.
--output-format pdf
Required. Specifies that the output is generated in PDF format.
--output filename.pdf
Required. Specifies a name for the output PDF file. For more information, see output.
Usage Notes
Platform Manager sends a request to the Command Central server, with the Accept HTTP header value set to application/pdf to indicate that the installation report output data should be generated in PDF format.
Example When Executing on Command Central
To generate a PDF file, named report.pdf, 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 pdf    
--output report.pdf