Start Adapter
start_adapterStart a stopped adapter on Itential Platform and wait until it reaches running state; raises an error for dead or deleted adapters.
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) |