start_adapter
Start an adapter on Itential Platform, waiting until it is RUNNING. If already RUNNING, no action; if DEAD or DELETED, raises an error.
Instructions
Start an adapter on Itential Platform.
Behavior based on current adapter state:
RUNNING: No action taken (already started)
STOPPED: Attempts to start and waits for RUNNING state
DEAD/DELETED: Raises InvalidStateError (cannot start)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The name of the adapter to start | |
| timeout | No | Timeout waiting for adapter to start |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The name of the adapter | |
| state | Yes | Opreational state (DEAD, STOPPED, RUNNING, DELETED) |