Description Usage Details Value Author(s) See Also Examples
View source: R/set_api_parameters.R
get_api_urls()
returns the currently set Datadog-API url's for trafic to Datadapg (send
) and
from Datadog (query
).
1 |
As default the .eu
address pair will be used.
a vector with send and query url address or empty string if not set.
Benjamin Holzknecht
set_api_url
, set_api_top_level_domains
1 2 3 4 5 6 7 8 9 10 11 | ## Not run:
# set .us for both urls
set_api_top_level_domains(api_tld = ".us")
# now get .us URLs
get_api_urls()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.