grid_migration_started event
An enterprise org migration has started on this workspace
Facts
Required Scopes
No scopes required!
Compatible APIs
Usage info
This example includes both the event wrapper and the event structure for the grid_migration_started event.
{
"token": "XXYYZZ",
"team_id": "TXXXXXXXX",
"api_app_id": "AXXXXXXXXX",
"event": {
"type": "grid_migration_started",
"enterprise_id": "EXXXXXXXX"
},
"type": "event_callback",
"event_id": "EvXXXXXXXX",
"event_time": 1234567890
}
This Events API-only event is sent via subscription whenever your app is installed by begins to migrate to an Enterprise organization.
The example above details the complete Events API payload, including the event wrapper. The team_id indicates which workspace is migrating.
By also subscribing to the grid_migration_finished event, you'll also receive notice when the migration is complete.
It's best to cease API and platform operations for a workspace during migration. While duration varies workspace-to-workspace, expect an extended period of unavailability.