ConfigurationΒΆ

Configuration data needed by hciexport has to be configured in a configuration file. Use the template below to create it.

Template:

[HCI]
HCIFQDN = <HCI FQDN (hci.domain.com)>
ADMINAPIPORT = 8000
SEARCHAPIPORT = 8888
WORKFLOWAPIPORT = 8888

[workflows]
# either "workflows" or "system"
TYPE = workflows
USER = <HCI user>
PASSWORD = <password>
REALM = <either 'local' or a configured IDP>
GRANTTYPE = password
CLIENTSECRET = hciexport
CLIENTID = hciexport
OUTPUTFILE = hciexport.workflow.bundle

[system]
# either "workflows" or "system"
TYPE = system
USER = <HCI user>
PASSWORD = <password>
REALM = <either 'local' or a configured IDP>
GRANTTYPE = password
CLIENTSECRET = hciexport
CLIENTID = hciexport
OUTPUTFILE = hciexport.system.package