Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added sample for v12 on-premise
  • Loading branch information
rclapp authored and MariusWirtz committed Jan 26, 2024
1 parent 832a8e9 commit e93f098
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,24 @@ with TM1Service(
```


> TM1 12 on-premise & Cloud Pak For Data
``` python
with TM1Service(
address="tm1-ibm-operands-services.apps.cluster.your-cluster.company.com",
instance="your instance name",
database="your database name",
application_client_id="client id",
application_client_secret="client secret",
user="admin",
ssl=True) as tm1:

print(tm1.server.get_product_Version())
```




Documentation
=======================

Expand Down

0 comments on commit e93f098

Please sign in to comment.