Setting the TIBCO Cloud™ Integration - Hybrid Agent Access Key with the TIBCO Cloud™ - Command Line Interface

To use the TIBCO Cloud Integration - Hybrid Agent with an app for hybrid proxying, you can add an access key. An access key can be added when an app is pushed, or one can be added or removed for a pushed app with the app update command. See Downloading, Configuring, and Running the Hybrid Agent for details on downloading and starting the TIBCO Cloud Integration - Hybrid Agent, and obtaining an access key.

For example, to push app myApp1 and add the access key myKey:

tibcli app push --accessKey myKey myApp1

To add the access key myKey to myApp1 (this also replaces an existing access key with myKey):

tibcli app update --accessKey myKey myApp1

To remove access key from myApp1:

tibcli app update --resetAccessKey myApp1

Role Requirements

Related Topics

TIBCO Cloud™ - Command Line Interface Reference

Downloading, Configuring, and Running the Hybrid Agent