Reference: BlueCat Cisco ACI settings.json file - Adaptive Applications - BlueCat Gateway - 24.1

BlueCat Cisco ACI Adaptive Plugin Guide

Locale
English
Product name
BlueCat Gateway
Version
24.1

Details about discovered tenants and scheduled discovery jobs are stored in a file named settings.json on the BlueCat Cisco ACI custom workspace (or on the BDDS, if you're using a BDDS). This file is used when you upgrade the BlueCat Cisco ACI adaptive application to make sure that no settings and configurations are lost. Details are maintained separately for each APIC URL to which you connect.

In some circumstances, such as when diagnosing problems or complex system configurations, it might be useful to understand the format of this file. The sample settings.json file below illustrates a BlueCat Cisco ACI instance that has connected to an APIC URL of https://aci1.xyz.com.

{
  "aci_configuration": {
      "https://aci1.xyz.com": {
          "configuration": {
              "aci_url": "https://aci1.xyz.com",
              "aci_username": "myusername2",
              "bam_configuration": "schedule_config",
              "bam_url": "http://bam.example.com",
              "bam_username": "bam_username",
              "discovery_interval": 600,
              "tenants": {
                   "Example1": {
                        "import_endpoint_devices": true,
                        "import_tenant": true,
                        "is_scheduled": true,
                        "overwrite_existing": true
                   }
              }
          },
          "schedule_enabled": true,
          "scheduled_discovery_state": "running",
          "fabric_bam_configuration": null
      },
  }
}