AutoRds (type)

{
  "description": "This object holds auto assigned route distinguishers for Layer 2 and Layer 3 configurations.", 
  "id": "AutoRds", 
  "module_id": "PolicyConnectivityStatistics", 
  "properties": {
    "l2_auto_rds": {
      "items": {
        "$ref": "L2AutoRD
      }, 
      "title": "List of layer 2 Auto assigned Route Distinguisher", 
      "type": "array"
    }, 
    "l3_auto_rd": {
      "description": "This field is auto assigned by the system. The auto RD seed is populated when user does not assign a route_distinguisher field in the gateway.", 
      "title": "Layer 3 Auto assigned Route Distinguisher", 
      "type": "string"
    }
  }, 
  "title": "Auto assigned Route Distinguishers", 
  "type": "object"
}