profile export

The profile export command exports reports of the specified profile to the given directory.

Usage

profile export --n profileName --r profileRunId --t type --o OutputDirectory
RequiredArgumentDescription
Yes--n profileNameSpecify the name of the profile you want to export. If the profile name contains spaces, enclose the name in quotes.
Tip: If you are unsure of the profile name, you can use the profile list command to get a list of the names.
No--r profileRunIdSpecify the ID of the profile you want to export. If you do not provide the ID, the system fetches the ID of the latest run for the specified profile.
No--t typeSpecify the report format for profile export. Reports can be generated as PDF or an Excel file.
Note: If unspecified, an Excel report is generated.
No--o OutputDirectorySpecifies the directory to which you want to export the profile. The path you specify here is relative to the directory where you are running the Administration Utility.
Note: If you omit this argument, the connection is exported to the directory containing the Administration Utility.

Example

This example exports the profile named "Scorecard" to a folder named exported which is a subfolder in the location where you have installed the Administration Utility. The report is in the form of a PDF document.

profile export --profileName Scorecard --type pdf --o exported