Monitoring networks this time series belongs to.

This endpoint supports POST and DELETE to add or remove monitoring networks, respectively. The request payload has to be a list of monitoring network UUIDs. HTTP status code 204 (No Content) is returned on success. Both operations are guaranteed to either succeed or fail in its entirety.

GET /api/v4/timeseries/ac8f04df-8203-4b83-ae15-36bce8409c8a/monitoringnetworks/?format=api
HTTP 200 OK
Allow: DELETE, GET, HEAD, OPTIONS, POST
Content-Type: application/json
Vary: Accept

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/monitoringnetworks/1d5ecf3a-e80b-4452-b9d3-220d747ddc04/?format=api",
            "uuid": "1d5ecf3a-e80b-4452-b9d3-220d747ddc04",
            "name": "1001 - Apeldoorn, Uddel",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/e7d66583-43b2-4c90-b118-f2093798885a/?format=api",
                "uuid": "e7d66583-43b2-4c90-b118-f2093798885a",
                "name": "Vitens NV"
            },
            "access_modifier": "Public",
            "num_timeseries": 70,
            "description": "",
            "created": "2021-02-05T09:48:27.239738Z",
            "last_modified": "2024-08-23T15:08:33.993071Z"
        }
    ]
}