Building a "My Measurement" list via the API
I recently started using the Atlas API interface for easier measurement access. I can't seem to find a way to list "My merasurements". It is quite possible I've overlooked something in the docs, but it seems to me I only can differentiate on is_public=0. Thus all my measurements need to be private in order build a "My Measurements" list. Is there another way? -- Kind regards, Martin Topholm
Unfortunately, at this time there's no way to make a request like "show me my measurements" as authentication isn't available via the API, only authorization by way of the API keys system. With that said though, you can get a list of measurements by a number of filtration methods, including by just asking for a list of measurements filtered by msm_id: curl 'https://atlas.ripe.net/api/v1/measurement/?msm_id__in=1000192,1000005' So, if you know the ids of your measurements, this is probably the easiest way to get that list via the API. I hope that helps.
participants (2)
-
Daniel Quinn
-
Martin Topholm