1. Tasks
  2. StubberDB Add Connection

Tasks

StubberDB Add Connection

Creates a StubberDB connection for an organization and stores the role credentials

Basic usage

loading...

Parameters

roles.readonly.password
required
string

The password that should be saved for the StubberDB readonly role.


roles.readwrite.password
required
string

The password that should be saved for the StubberDB readwrite role.

NOTE

Only one StubberDB connection can currently be linked to an organization at a time. The created connection is always named default and marked as the default connection.

Result

loading...

Properties

message
string

Confirms that the StubberDB connection was created successfully.


payload
object

An object keyed by the generated StubberDB UUID.


payload..name
string

The connection name. This task currently always creates default.


payload..default
boolean

Whether this connection is marked as the default StubberDB for the organization.


payload..connection_name
string

The configured backend connection name chosen by the service.


payload..enabled
boolean

Whether the new connection is enabled.


payload..roles.readonly.credentialuuid
string

The created credential UUID for the readonly password.


payload..roles.readwrite.credentialuuid
string

The created credential UUID for the readwrite password.