tm1_get_instances: TM1 Get Instances

Description Usage Arguments Examples

Description

Returns the list of tm1 instances in the specified adminhost

Usage

1
tm1_get_instances(adminhost = "localhost", port = "5898", ssl=TRUE)

Arguments

adminhost

adminhost of tm1 models

port

port of admin server

ssl

If TRUE it will be accesses through https

Examples

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)

muhammedalionder/tm1r documentation built on May 10, 2019, 1:19 a.m.