uptimerobot.fields {uptimeRobot} | R Documentation |
uptimerobots.fields
returns a list of vectors of available fields for commodity uses.
Use it to avoid manually typing long list of fields in vectors or comma-delimited strings when used in various endpoints.
uptimerobot.fields(type)
type |
string with the type of fields to be reported. Only |
Use the type
parameter to choose which set of fields to return in a list of vectors. These endpoints are currently supported:
monitor
and contact
.
The function returns a list of 3 elements which in turn contains a vector of available fields for a given set
each.
The returned elements are:
typical
returns a typical set of fields, used in most situations;
full
returns the full set of available fields, including passwords and other potentially confidential data;
compact
return a minimal set of fields.
Gabriele Baldassarre
uptimerobot.monitors
, uptimerobot.contacts