Monitoring Network Instance
Endpoint for interacting with monitoring networks.
A monitoring network groups timeseries. Timeseries may be viewed, added, or
deleted via the subendpoint /api/v4/monitoringnetworks/{uuid}/timeseries/
.
Query parameters:
name
Text filter on the name
field. Supports the following lookups: exact
, icontains
, and startswith
.
access_modifier
Filter on access_modifier
, options are 'Public', 'Private', 'Common', or 'Hidden'.
created:
Temporal filter on created
. Supports various lookup types
(exact
, lt
, lte
, gt
, gte
; created__exact by default).
Filter values should be specified in ISO 8601 YYYY-MM-DDThh:mm:ssZ format.
last_modified:
Temporal filter on last_modified
. Supports various lookup types
(exact
, lt
, lte
, gt
, gte
; last_modified__exact by default).
Filter values should be specified in ISO 8601 YYYY-MM-DDThh:mm:ssZ format.
Examples
?name__icontains=lizard
?access_modifier=Private
?access_modifier=100
?created__gte=2017-01-01T00:00:00Z
?last_modified__lt=2018-01-01T00:00:00Z
GET /api/v4/monitoringnetworks/72b0015f-a478-4a23-8155-b0b68ac1cecb/?format=api
https://demo.lizard.net/api/v4/monitoringnetworks/72b0015f-a478-4a23-8155-b0b68ac1cecb/?format=api", "uuid": "72b0015f-a478-4a23-8155-b0b68ac1cecb", "name": "test_monitoring_network", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/61f5a464-c350-44c1-9bc7-d4b42d7f58cb/?format=api", "uuid": "61f5a464-c350-44c1-9bc7-d4b42d7f58cb", "name": "Nelen & Schuurmans Consultancy" }, "access_modifier": "Public", "num_timeseries": 0, "description": "This is a description of ...", "created": "2025-03-03T14:14:28.973776Z", "last_modified": "2025-03-03T14:14:28.973765Z" }{ "url": "