Skip to content

ISAM Agent Configuration

If you'll be using the ISAM Agent, it must be configured using the ISAMAgent property in MasterConfig.json.

ISAM Agent Configuration
{
  "ISAMAgent": {
    "AdminPassword": "p@ssw0rd",
    "EnableSwaggerUI": true,
    "WaitForLock": 2
 }
}

Configuration Properties

Property Type Description
AdminPassword String The password used to access the ISAM Agent's admin UI.
EnableSwaggerUI Boolean Should the ISAM Agent expose API information via SwaggerUI?
WaitForLock Integer The number of seconds to wait for a record lock to be resolved.