cubewise-code / tm1py

TM1py is a Python package that wraps the TM1 REST API in a simple to use library.
http://tm1py.readthedocs.io/en/latest/
MIT License
190 stars 109 forks source link

Support for PAWAA API #276

Closed scrumthing closed 4 years ago

scrumthing commented 4 years ago

Because of a recent discussion over at the TM1 Forum the idea came up to support the Planning Analytics Administration Server-side Agent API with tm1py. I personally think that is a great idea. It could help greatly to administrate multiple tm1 instances. What do you guys think?

Example of available instance information PAWAA03

Possibility to create and update and delete instances PAWAA02

More information on the IBM website.

cubewise-tryan commented 4 years ago

Hi @scrumthing,

I don't think this is something we would add to TM1Py. We really want to focus on the server REST API and I am not sure accessing the PA agent is documented or officially supported.