Tier0InterfacePimConfig (type)

{
  "additionalProperties": false, 
  "description": "Multicast PIM configuration.", 
  "id": "Tier0InterfacePimConfig", 
  "module_id": "PolicyConnectivity", 
  "properties": {
    "enabled": {
      "default": false, 
      "description": "enable/disable PIM configuration.", 
      "title": "enable/disable PIM configuration", 
      "type": "boolean"
    }, 
    "hello_interval": {
      "default": 30, 
      "description": "PIM hello interval(seconds) at interface level.", 
      "maximum": 180, 
      "minimum": 1, 
      "required": false, 
      "title": "PIM hello interval at interface level", 
      "type": "int"
    }, 
    "hold_interval": {
      "description": "PIM hold interval(seconds) at interface level.", 
      "maximum": 630, 
      "minimum": 1, 
      "required": false, 
      "title": "PIM hold interval at interface level", 
      "type": "int"
    }
  }, 
  "title": "Multicast PIM configuration", 
  "type": "object"
}