How do I find the available parameters for inclusion in the provisioner configuration file for the Powershell connector in OpenIDM 3.0.0?
The purpose of this article is to provide information on finding the available parameters for inclusion in the provisioner configuration file for the Powershell connector in OpenIDM 3.0.0.
Archived
This article has been archived and is no longer maintained by ForgeRock.
Finding available parameters
You can use a curl command that includes the connectorHostRef parameter in the CREATECONFIGURATION action to return all the available parameters that can be included in the provisioner configuration file. The connectorHostRef parameter must be set as described in OpenIDM Integrator's Guide › Connecting to External Resources › Configuring Connectors.
For example, for a remote connector named dotnet, the curl command would look like this:
curl -H "Content-Type: application/json" -H "X-OpenIDM-Username: openidm-admin" -H "X-OpenIDM-Password: openidm-admin" -X POST -d '{"connectorRef" {"connectorName":"Org.ForgeRock.OpenICF.Connectors.MsPowerShell.MsPowerShellConnector", "displayName":"Scripted PS Connector", "bundleName":"MsPowerShell.Connector", "connectorHostRef" : "dotnet", "bundleVersion":"1.4.0.0"} }' "https://localhost:8080/openidm/system?_action=CREATECONFIGURATION&_prettyPrint=true”See Also
Empty path name is not legal error with the PowerShell connector in IDM (All versions)
Related Training
N/A
Related Issue Tracker IDs
N/A