Files
james.haytko cca1ed9066 CLI doc edits
2023-11-06 12:26:21 -06:00
..
2023-11-06 12:26:21 -06:00
2023-11-06 12:26:21 -06:00
2023-11-06 12:26:21 -06:00
2023-11-06 12:26:21 -06:00
2023-11-06 12:26:21 -06:00
2023-03-02 18:44:43 -06:00
2023-11-06 12:26:21 -06:00
2023-11-06 12:26:21 -06:00
2023-11-06 12:26:21 -06:00
2023-11-06 12:26:21 -06:00

SP-Config

The spconfig command makes it easy to perform import and export operations in identitynow using the SailPoint CLI.

Download

Command

Run the following command to download the results of import of export jobs

Windows

sail spconfig download
-export <export job id>
-import <import job id>

MacOS/Linux

sail spconfig download \
  -export <export job id> \
  -export <export job id>

Flags

Import

Specifies the ids of the import jobs to download

sail spconfig download \
  -import <import job id> \
  -import <import job id>

Export

Specifies the ids of the export jobs to download

sail spconfig download \
  -export <export job id> \
  -export <export job id>

Folder Path

Specify the folder path to save the search results in

sail spconfig download \
  -export <export job id> \
  -export <export job id> \
  -folderPath ./local/folder/path

Export

Command

Run the following command to begin an spconfig export job in identitynow

sail spconfig export \
  -includeTypes <types to include> \
  -excludeTypes <types to exclude> \
  -description "optional description for the export job"

Use the following command syntax to download the results from multiple import or export jobs

sail spconfig download -export <export job id> -export <export job id>

Flags

Import

Specifies the ids of the import jobs to download

sail spconfig download -import <import job id> -import <import job id>

Export

Specifies the ids of the export jobs to download

sail spconfig download -export <export job id> -export <export job id>

Folder Path

Specify the folder path to save the search results in

sail spconfig download -export <export job id> -export <export job id> -folderPath ./local/folder/path