eventsResponse element
Type: | eventsResponse |
Namespace: | com.unboundid.directory.mon.api.v1.models |
This represents a response to listing of Events.
Example JSON
{ "found" : ..., "offset" : ..., "events" : [ { }, { } ] }
![]() |
Type: | eventsResponse |
Namespace: | com.unboundid.directory.mon.api.v1.models |
This represents a response to listing of Events.
{ "found" : ..., "offset" : ..., "events" : [ { }, { } ] }