Description
Returns true or false to indicate if the migration service is running. Specify a filename to determine if the specified file is migrating. Specify an empty string ("") to determine if any migration files are migrating or queued for migration.
Parameters
Name | Description |
---|---|
filename |
Location: query Type: string The filename of the XML file in the data/migration/incoming directory. Do
not include a path in the filename. This value can be empty.
|
Responses
Code | Description |
---|---|
200 |
Type: boolean Returns a Boolean value indicating if the specified file is currently migrating. When an empty string is specified for the filename, returns a true if there are any migration files queued for migration or currently migrating.
|