Show / Hide Table of Contents

    ICC --action Create reference

    Name

    Creates a new instance:

    ICC --action Create
    

    The --help parameter can show more information about the command:

    ICC --action Create --help
    

    Synopsis

    ICC [-a|--action] Create [-f|--configuration-file] "<FILE_PATH>" [-k|--provisionmyrestapikey] [-i|--pincode] "<PIN_CODE>"
    
    ICC [-a|--action] Create [-h|--help]
    

    Options

    • -f|--configuration-file "<FILE_PATH>" - Specifies the path of the configuration file used to create a new instance. For more information about the configuration file, see Configuration JSON schema.
    • -k|--provisionmyrestapikey - Provisions the Identify OAuth2 Token for REST APIs connection, and generate a REST API key for the admin user.
    • -i|--pincode "<PIN_CODE>" - Sets a 6-digit protection PIN code to protect an instance from unauthorized deletion or reconfiguration.
    • -h|--help - Prints out a short help for the command.

    Examples

    Create a new instance:

    ICC --action Create --configuration-file "C:\identify-configuration\create_instance.json"
    

    Create a new instance, provision the Identify OAuth2 Token for REST APIs connection, and generate a REST API key for the admin user:

    ICC --action Create --configuration-file "C:\identify-configuration\create_instance.json" --provisionmyrestapikey
    

    Create a new instance with PIN code protection:

    ICC --action Create --configuration-file "C:\identify-configuration\create_instance.json" --pincode "112233"
    
    Back to top Generated by DocFX