Changes between Version 4 and Version 5 of GENIMonitoring/API


Ignore:
Timestamp:
02/23/16 21:09:20 (8 years ago)
Author:
Caylin Hickey
Comment:

Added some explanation.

Legend:

Unmodified
Added
Removed
Modified
  • GENIMonitoring/API

    v4 v5  
    9999{{{
    100100  {
    101     eventType: [
    102       "opsmonitoring:_____",
    103       ...
    104     ],
     101    infoType: _____,     // the type of info requested (simple or detailed)
    105102    ts: {
    106103      ts: #####,         // milliseconds or microseconds, defaults to now() if omitted
    107104    },
    108105    obj: {
    109       type*: _______,     // string of object type  (aggregate, node, interface, etc.)
     106      type*: _______,    // string of object type  (aggregate, node, interface, etc.)
    110107      id: [
    111108        _______,         // string of either urn or id of a requested target, returns all if omitted
     
    116113  }
    117114}}}
     115
     116''Note on infoType:
     117           ''simple - Returns a list with the object details
     118           ''detailed - Returns a list with the object details as well as any child objects associated to said object
    118119
    119120==== Example Request URL ====