GET /probes/{probe_id}/private/
Get private information about one of the authenticated user's probes.
GET /probes/{probe_id}/private/ — fields
Comma-separated list of fields to include in response, in addition to 'type' and 'id' which are always present. Optional fields can be listed here also.
GET /probes/{probe_id}/private/ — probe_id
The unique probe ID.
GET /api/v2/probes/{probe_id}/private/
Get private information about one of the authenticated user's probes.
Try it out
Playground
Authorization
Variables
Key
Value
Authorizations
api-key
Type
API Key (header: Authorization)
or
ripe-access
Type
API Key (cookie: crowd.token_key)
Parameters
Path Parameters
probe_id*
The unique probe ID.
Type
Requiredinteger
Query Parameters
fields
Comma-separated list of fields to include in response, in addition to 'type' and 'id' which are always present. Optional fields can be listed here also.
Type
string
Responses
Responses
application/json
description
string
Required
User defined description of the probe
is_public
boolean
Required
If a probe is not public then certain details, including exact IP addresses, are not returned.
router_type
string
Required
Optional. If specified, it may be used to correlate probe behaviour to similarities accross router models.
mac
string
Required
MAC
dnsopts
integer
Required
Generate DNS record
bandwidth_allowed
integer
Required
The total bandwidth, in Kbit/s, that you allow your probe to consume. Must be a value greater or equal to 10. Leaving it blank (the default) effectively means 'unlimited', but rarely exceeds 12Kbit/s. For software probes this is only effective if you also enable bandwith use reporting in your configuration.