objectData
      
        
          | Namespace: | 
          (default namespace) | 
        
        
          | XML Schema: | 
          api.xsd | 
        
      
      
            Data of all attributes of a single object, at a single point in time.
JSON Example
  "data":
       [
         "192.168.243.0/24:BgpPsn",
         "1",
         "to_AM_NYC2_EQUINIX",
         "To AM_NYC2_EQUINIX to_192.168.243.0/24:BgpPsn",
         "10000",
         null,
         "0",
         "AM_NYC2_EQUINIX",
         "to_192.168.243.0/24:BgpPsn",
         "up",
         "up",
         "2171.24",
         "21.71",
         "2296.33",
         "22.96",
         "498335.97",
         "471188.47",
         null,
         "0",
         "edge",
         "PEER_LINKS",
         null,
         "1",
         "64512",
         "64512",
         "1.06"
       ],
       "selected": null,
       "notesInfo":
       {
         "id": 62,
         "note": "test notes for demo",
         "user": "admin",
         "createTimestamp": "2014-10-08 21:44:05"
       }
          
      JSON
      
        
          | property | 
          type | 
          description | 
        
        
          | data | 
          
              array of data (string)
           | 
          
            
                List of data of all object attributes
              
           | 
        
        
          | selected | 
          
              selected (boolean)
           | 
          
            
                True if the the object has been "selected" in the data explorer.
              
           | 
        
        
          | noteInfo | 
          
              noteInfo (notesInfo)
           | 
          
            
                Latest note details
              
           |