GET /v1/isMigrationRunning - BlueCat Integrity - 9.5.0

Address Manager Legacy v1 API Guide

Locale
English
Product name
BlueCat Integrity
Version
9.5.0

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.