Invoke FalconMigrationAction - CrowdStrike/psfalcon GitHub Wiki
Perform actions on host migration jobs
Requires 'Host Migration: Write'.
| Name | Type | Description | Min | Max | Allowed | Pipeline | PipelineByName |
|---|---|---|---|---|---|---|---|
| Id | String | Host migration job identifier | |||||
| Name | String | Action to perform |
add_host_groupsremove_host_groupsremove_hosts
|
||||
| GroupId | String | Host group identifier, when adding or removing groups from migration jobs that have not started | |||||
| HostId | String[] | Host identifier | X | X |
Invoke-FalconMigrationAction [-Id] <String> [-Name] <String> [[-GroupId] <String>] [-HostId] <String[]> [-WhatIf] [-Confirm] [<CommonParameters>]POST /host-migration/entities/host-migrations-actions/v1
2024-09-03: PSFalcon v2.2.7
