PATCH /measurements/{measurement_id}/
Update an existing measurement.
PATCH /measurements/{measurement_id}/ — measurement_id
The unique measurement ID.
PATCH /api/v2/measurements/{measurement_id}/
Update an existing measurement.
Try it out
Playground
Authorization
Variables
Key
Value
Body
Authorizations
api-key
Type
API Key (header: Authorization)
or
ripe-access
Type
API Key (cookie: crowd.token_key)
Parameters
Path Parameters
measurement_id*
The unique measurement ID.
Type
Requiredinteger
Request Body
Request Body
The fields that can be changed by the user after creation.
This is an interface that is used by both CoreMeasurementSerialiser and
MeasurementUpdateSerializer.
Collapse
is_public
boolean
Indicates this measurement is publicly available; may be changed from false to true, but not from true to false
Default
truedescription
string
User-defined description of the measurement
auto_topup
boolean
Automatic top-up measurements probes
Default
falseauto_topup_prb_days_off
integer
Threshold in days to replace a disconnected probe
Maximum
30Minimum
1Default
7auto_topup_prb_similarity
number
Minimum similarity for replacement probes
Format
"double"Maximum
1Minimum
0Default
0.5target_update_hours
integer
Number of hours to re-lookup a target DNS record
Default
0Responses
Responses
application/json
object
The fields that can be changed by the user after creation.
This is an interface that is used by both CoreMeasurementSerialiser and
MeasurementUpdateSerializer.
Collapse
is_public
boolean
Indicates this measurement is publicly available; may be changed from false to true, but not from true to false
Default
truedescription
string
Required
User-defined description of the measurement
auto_topup
boolean
Automatic top-up measurements probes
Default
falseauto_topup_prb_days_off
integer
Threshold in days to replace a disconnected probe
Maximum
30Minimum
1Default
7auto_topup_prb_similarity
number
Minimum similarity for replacement probes
Format
"double"Maximum
1Minimum
0Default
0.5target_update_hours
integer
Number of hours to re-lookup a target DNS record
Default
0