PATCH /probes/{prb}/private/
Update one or more fields of one of the authenticated user's probes.
PATCH /probes/{prb}/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.
PATCH /probes/{prb}/private/ — prb
The unique probe ID.
PATCH /api/v2/probes/{prb}/private/
Update one or more fields of one of the authenticated user's probes.
Try it out
Playground
Authorization
Variables
Key
Value
Body
Authorizations
api-key
Type
API Key (header: Authorization)
or
session
Type
API Key (cookie: atlasess)
Parameters
Path Parameters
prb*
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
Request Body
Request Body
description
string
User defined description of the probe
is_public
boolean
If a probe is not public then certain details, including exact IP addresses, are not returned.
router_type
string
Optional. If specified, it may be used to correlate probe behaviour to similarities accross router models.
dnsopts
integer
Generate DNS record
bandwidth_allowed
integer
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.
Responses
Responses
application/json
object
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
ssh_key
string
Required
SSH public key
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.