uptimerobot.fields {uptimeRobot} | R Documentation |
Get a list of the available fields for various endpoints
Description
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.
Usage
uptimerobot.fields(type)
Arguments
type |
string with the type of fields to be reported. Only |
Details
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
.
Value
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.
Author(s)
Gabriele Baldassarre
See Also
uptimerobot.monitors
, uptimerobot.contacts