Credentials Store module workflows
You can access the Credentials Store module operations by using the BMC Atrium Orchestrator Development Studio Project Navigator. The Credentials Store module contains the following workflows at the root level:
Get DB Connection Details workflow description, inputs, and output
This workflow retrieves connection details from the credentials store database.
Get DB Connection Details workflow inputs
Get DB Connection Details workflow output
Output | Description |
---|---|
host connection details | Displays connection details based on the connection details concept <connection-details> <password>patAdm1n</password> <username>patrol</username> <hostname>abmc.bmc.com</hostname> <invocation-mechanism>sql</invocation-mechanism> <subprotocol>oracle:thin</subprotocol> <port>1521</port> <driver>oracle.jdbc.driver.OracleDriver</driver> <adapter-name>SQLAdapter</adapter-name> </connection-details> |
Get Host Connection Details workflow description, input, and output
This workflow extracts connection information for a host system from the credentials store database.
Get Host Connection Details workflow input
Get Host Connection Details workflow output
Output | Description |
---|---|
host connection details | Displays connection details based on the connection details concept <connection-details> <password>password</password> <username>testuser</username> <hostname>testhost.bmc.com</hostname> <invocation-mechanism>ssh</invocation-mechanism> <timeout>120</timeout> <adapter-name>SSHAdapter</adapter-name> </connection-details> |
Get Patrol Connection Details workflow description
This workflow retrieves connection details for a BMC PATROL monitoring system from the credentials store database.
Get Patrol Connection Details workflow input
Get Patrol Connection Details workflow output
Output | Description |
---|---|
patrol connection details | Displays connection details based on the connection details concept <connection-details> <hostname>abc.bmc.com</hostname> <username>patrol</username> <password>patrol123</password> <invocation-mechanism>windows-command</invocation-mechanism> <timeout>120</timeout> <port>3181</port> <protocol>TCP</protocol> <adapter-name>wincmd</adapter-name> </connection-details> |