Spotfire Server and Environment - Quick Start

register-as-tibco-cloud-client

Registers the Spotfire Web Player as a TIBCO Cloud API client.

register-as-tibco-cloud-client 
[-b value | --bootstrap-config=value] 
[-t value | --tool-password=value] 
[-l value | --tibco-cloud-hostname=value] 
{-Cvalue} 
[-p value | --public-address=value]

Overview

Use this command for registering the Spotfire Web Player as a TIBCO Cloud (OAuth2) API client to access data from TIBCO Cloud Services, such as TIBCO Cloud Data Streams.

Note: This command does not modify the server configurations; therefore, you do not need to run the export-config command, or the import-config command, when you execute the register-as-tibco-cloud-client command.

Options

Option Optional or Required Default Value Description
-b value
--bootstrap-config=value
Optional none The path to the bootstrap configuration file. See Bootstrap.xml file for more information about this file.
-t value
--tool-password=value
Optional none The configuration tool password used to decrypt the database password in the file bootstrap.xml. If the tool password is omitted, the command prompts the user for it in the console. Refer to Bootstrap.xml file.
-l value 
--tibco-cloud-hostname=value
Optional account.cloud.tibco.com The hostname of the TIBCO Cloud OAuth2 Authorization Server. The hostname to specify depends on the region to access.
-Cvalue
Required none The email address of a contact person to include in the registration request. This argument can be specified multiple times with different values.
Note: If you run this command from PowerShell, then you must put the option in single quotation marks. (For example, '-Cinfo@example.com'.)
-p value
--public-address=value
Optional none The public address of the Spotfire Server. See set-public-address for more information.

Examples

Register towards the TIBCO Cloud United States (US) region:

register-as-tibco-cloud-client -Cinfo@example.com

Register towards the TIBCO Cloud Europe (EU) region:

register-as-tibco-cloud-client -Cinfo@example.com --tibco-cloud-hostname=eu.account.cloud.tibco.com