Restart Adapter
restart_adapterRestart a running adapter on Itential Platform to resolve issues, waiting for it to return to RUNNING state. Errors if the adapter is stopped or deleted.
Instructions
Restart an adapter on Itential Platform.
Behavior based on current adapter state:
RUNNING: Attempts to restart and waits for RUNNING state
STOPPED/DEAD/DELETED: Raises InvalidStateError (cannot restart)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The name of the adapter to restart | |
| timeout | No | Timeout waiting for adapter to restart |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The name of the adapter | |
| state | Yes | Opreational state (DEAD, STOPPED, RUNNING, DELETED) |