Description Usage Arguments Details Author(s) See Also Examples
View source: R/set_api_parameters.R
set_api_url()
is a straight forward method for setting "query"
and/or "send"
URL addresses.
1 | set_api_url(api_url, api_type = c("query", "send"))
|
api_url |
the Datadog API URL. |
api_type |
which type |
Compared to set_api_top_level_domains
the whole URL must be provided, not only the top level domain.
For more details see set_api_top_level_domains
.
Benjamin Holzknecht
set_api_top_level_domains()
1 2 3 4 5 6 7 8 9 | ## Not run:
# setting EU query url
url <- "https://api.datadoghq.eu/api/v1/logs-queries/"
set_api_url(api_url = url, api_tld = "send")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.