profile status
The profile status command provides you the status of the profile.
Usage
profile status --n profileName --r profileRunIdNote: To see a list of parameters, type help
resourceconnection import.
Required | Argument | Description |
---|---|---|
Yes | --n profileName | Specify the name of the profile whose status you want to view. 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 profile
names. |
No | --r profileRunId | Specify the ID of the profile run for which you want to view the status. If you do not provide the ID, the system fetches the ID of the latest run for the specified profile. |
Example
This example gives the status of the profile name "Profile_CLI" for its run id "92".
profile status --profileName Profile_CLI --profileRunId 92