AdvertisedNetworkCsvRecord (type)

{
  "extends": {
    "$ref": "CsvRecord
  }, 
  "id": "AdvertisedNetworkCsvRecord", 
  "module_id": "PolicyConnectivityStatistics", 
  "properties": {
    "network": {
      "description": "Advertised network address.", 
      "readonly": true, 
      "required": true, 
      "title": "Advertised Network", 
      "type": "string"
    }, 
    "rule_filter_type": {
      "description": "Advertised rule filter type", 
      "readonly": true, 
      "required": false, 
      "title": "Advertised rule filter type", 
      "type": "string"
    }, 
    "status": {
      "description": "advertisement status of network to connected gateway SUCCESS - network route successfully plumbed on target gateway DENIED_BY_TARGET_GATEWAY - network denied by target gateway because of in filter rules or missing inter vrf config", 
      "readonly": true, 
      "required": false, 
      "title": "Advertisement status of network", 
      "type": "string"
    }
  }, 
  "type": "object"
}