POST /measurements/{measurement_id}/participation-requests/
Make a request to change probes in a measurement.
POST /measurements/{measurement_id}/participation-requests/ — measurement_id
The unique measurement ID.
POST /api/v2/measurements/{measurement_id}/participation-requests/
Make a request to change probes in a 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
Used directly by the participation-requests endpoint.
Collapse
requested
integer
Required
Number of probes that have to be added or removed
type
string
Required
Probe selector type.
area- Compass quarter of the worldcountry- ISO 3166-1 alpha-2 country codeprobes- Comma-separated list of probe IDsasn- Autonomous System Numberprefix- IPv4 or IPv6 Prefixmsm- Existing measurement IDregion- Pre-defined region namecountries- Comma-separated list of ISO 3166-1 alpha-2 country codes
Valid values
"area""country""probes""asn""prefix""msm""region""countries"value
string
Required
Value for given selector type. area: 'WW', 'West', 'North-Central', 'South-Central', 'North-East', 'South-East'. asn: ASN (integer). country: two-letter country code according to ISO 3166-1 alpha-2, e.g. GR. msm: measurement ID (integer). prefix: prefix in CIDR notation, e.g. 193.0.0/16. probes: comma-separated list of probe IDs
action
string
Required
Action to be applied, or that was applied to the measurement involved.'add': add probe to the measurement, 'remove': remove probe from the measurement
add- Add probesremove- Remove probes
Valid values
"add""remove"tags_include
string
Comma-separated list of probe tags. Only probes with all these tags attached will be selected from this participation request
Format
"comma-separated tag list"tags_exclude
string
Comma-separated list of probe tags. Probes with any of these tags attached will be excluded from this participation request
Format
"comma-separated tag list"description
string
Additional information
Responses
Responses
application/json
object
Used directly by the participation-requests endpoint.
Collapse
requested
integer
Required
Number of probes that have to be added or removed
type
string
Required
Probe selector type.
area- Compass quarter of the worldcountry- ISO 3166-1 alpha-2 country codeprobes- Comma-separated list of probe IDsasn- Autonomous System Numberprefix- IPv4 or IPv6 Prefixmsm- Existing measurement IDregion- Pre-defined region namecountries- Comma-separated list of ISO 3166-1 alpha-2 country codes
Valid values
"area""country""probes""asn""prefix""msm""region""countries"value
string
Required
Value for given selector type. area: 'WW', 'West', 'North-Central', 'South-Central', 'North-East', 'South-East'. asn: ASN (integer). country: two-letter country code according to ISO 3166-1 alpha-2, e.g. GR. msm: measurement ID (integer). prefix: prefix in CIDR notation, e.g. 193.0.0/16. probes: comma-separated list of probe IDs
action
string
Required
Action to be applied, or that was applied to the measurement involved.'add': add probe to the measurement, 'remove': remove probe from the measurement
add- Add probesremove- Remove probes
Valid values
"add""remove"tags_include
string
Comma-separated list of probe tags. Only probes with all these tags attached will be selected from this participation request
Format
"comma-separated tag list"tags_exclude
string
Comma-separated list of probe tags. Probes with any of these tags attached will be excluded from this participation request
Format
"comma-separated tag list"description
string
Additional information
id
integer
Required
The unique ID for this participation request
created_at
string
Required
The creation date and time of the participations request (Defaults to unix timestamp format)
Format
"date-time"self
string
Required
The (direct) URL of this participations request
Format
"uri"