Discovery and Metadata
Drivers the system can access are represented by database entries. To simplify the creation of these entries available drivers can be scanned for and made available as a searchable list.
You can click scan from the Backoffice UI:
Metadata used to describe the drivers, is defined as part of the driver. For Example:
The discovery methods are made available to the driver by the line include ::Orchestrator::Constants
. Without any discovery methods the driver is listed by its class name.
Discovery Methods
Method | Arguments | Description |
| String | Used to describe the driver. This is what will be displayed in backoffice |
| Symbol | The default generic name value |
| Symbol | Defines the driver type, one of |
| String | A default description for the driver, supports markdown formatting |
| Hash | Default settings that will be saved as JSON |
| Integer | Sets the default port and calls |
| Integer | Sets the default port and calls |
| String | Expects a URI origin, such as |
| Indicates that the TCP connection should not be held open |
Last updated