NSX-T Data Center REST API

ExternalGatewayBfdConfig (type)

{
  "additionalProperties": false,
  "description": "Configuration for BFD session between host nodes and external gateways. If this configuration is not provided, system defaults are applied.",
  "id": "ExternalGatewayBfdConfig",
  "module_id": "Policy",
  "properties": {
    "bfd_profile_path": {
      "title": "Policy path to Bfd Profile",
      "type": "string",
      "x-vmw-cross-reference": [
        {
          "leftType": [
            "GlobalConfig"
          ],
          "relationshipType": "BFD_CONFIG_GLOBAL_CONFIG_RELATIONSHIP",
          "rightType": [
            "BfdProfile"
          ]
        }
      ]
    },
    "enable": {
      "default": true,
      "description": "Flag to enable BFD session.",
      "title": "Enable BFD session",
      "type": "boolean"
    }
  },
  "title": "External Bidirectional Flow Detection configuration",
  "type": "object"
}