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

Input

Description

Required

host

Specifies the name of the host of the database

Yes

db name

Specifies the database instance name

Yes

Get DB Connection Details workflow output

Output

Description

host connection details

Displays connection details based on the connection details concept
Sample output:

<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>

Back to top

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

Input

Description

Required

host

Specifies the host for which connection details are to be extracted

Yes

Get Host Connection Details workflow output

Output

Description

host connection details

Displays connection details based on the connection details concept
Sample output:

<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>

Back to top

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

Input

Description

Required

host

Specifies the host name from which to extract connection details

Yes

Get Patrol Connection Details workflow output

Output

Description

patrol connection details

Displays connection details based on the connection details concept
Default:

<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>

Back to top

Was this page helpful? Yes No Submitting... Thank you

Comments