Probe Detail
Retrieve full details for a specific probe:
GET /api/v2/probes/143/
Updating a Probe
Probe hosts can update certain attributes of their probes using a PATCH request:
shell
curl -X PATCH \
-H "Authorization: Key YOUR-KEY" \
-H "Content-Type: application/json" \
-d '{"description": "My home probe"}' \
https://atlas.ripe.net/api/v2/probes/143/For the full list of updatable fields, see the REST API Reference.