Description Usage Arguments Examples
Returns the list of tm1 instances in the specified adminhost
1 | tm1_get_instances(adminhost = "localhost", port = "5898", ssl=TRUE)
|
adminhost |
adminhost of tm1 models |
port |
port of admin server |
ssl |
If TRUE it will be accesses through https |
1 2 3 4 5 6 7 8 | ## Not run:
tm1_get_instances()
tm1_get_instances(adminhist = "localhost",
port = "5898", ssl = TRUE)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.