Previous Topic: Export and Import Service Data ManuallyNext Topic: Import Service Data Manually


Export Service Data Manually

You can export service data manually to a CSV or XML file.

The export process uses the following commands:

InsightUtil /exportservice [/http|/https] /server <hostname> /port <port#> /format csv|xml /path <file_path> /key <key> /secret <secret>
InsightUtil

The command begins with the utility name, InsightUtil

/exportservice [/http|/https]

Specifies that the export service uses HTTP or HTTPS

/server <hostname>

Indicates the server host name

/port <port#>

Indicates the port number

/format csv|xml

Indicates the export file format: CSV or XML

/path <file_path>

Indicates the path to deliver the export file

/key <key>

Indicates the unique CA Business Service Insight administrator key

/secret <secret>

Indicates the unique CA Business Service Insight administrator password

Example: Export service data to a local CSV file

This example shows how to export service data to a local CSV file.

InsightUtil /exportservice /https /server name001 /port 8443 /format csv /path C:\MyFiles\file.csv /key mykey /secret mypassword