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/9eb2b824-e62a-4075-8b62-ab2909821682/monitoringnetworks/?format=api
HTTP 200 OK
Allow: DELETE, GET, HEAD, OPTIONS, POST
Content-Type: application/json
Vary: Accept

{
    "count": 0,
    "next": null,
    "previous": null,
    "results": []
}