Skip to content
Start here

Interrupts

List Interrupts
client.magicTransit.connectors.interrupts.list(stringconnectorID, InterruptListParams { account_id } params, RequestOptionsoptions?): SinglePage<InterruptListResponse { submitted_at, reboot, restart, 2 more } >
GET/accounts/{account_id}/magic/connectors/{connector_id}/interrupts
Create Interrupt
client.magicTransit.connectors.interrupts.create(stringconnectorID, InterruptCreateParams { account_id, reboot, restart, shutdown } params, RequestOptionsoptions?): InterruptCreateResponse { submitted_at, reboot, restart, 2 more }
POST/accounts/{account_id}/magic/connectors/{connector_id}/interrupts
ModelsExpand Collapse
InterruptListResponse { submitted_at, reboot, restart, 2 more }

Interrupt action for a connector.

submitted_at: string
reboot?: Reboot { purge }
purge?: boolean

Purge connector state.

restart?: Restart { purge }
purge?: boolean

Purge connector state.

shutdown?: Shutdown { purge }
purge?: boolean

Purge connector state.

triggered_at?: string
InterruptCreateResponse { submitted_at, reboot, restart, 2 more }

Interrupt action for a connector.

submitted_at: string
reboot?: Reboot { purge }
purge?: boolean

Purge connector state.

restart?: Restart { purge }
purge?: boolean

Purge connector state.

shutdown?: Shutdown { purge }
purge?: boolean

Purge connector state.

triggered_at?: string