Search found 2 matches
- Thu May 14, 2020 12:25 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: REST API: Variables info missing when deploy a TI process
- Replies: 4
- Views: 3871
Re: REST API: Variables info missing when deploy a TI process
Thanks to macsir for pointing out tm1py, I actually checked the code there and was able to fix my issue. The issue was that in IBM REST API documentation that I was using here https://www.ibm.com/support/knowledgecenter/SSD29G_2.0.0/com.ibm.swg.ba.cognos.tm1_rest_api.2.0.0.doc/tm1_rest_api.pdf not a...
- Tue May 12, 2020 12:45 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: REST API: Variables info missing when deploy a TI process
- Replies: 4
- Views: 3871
REST API: Variables info missing when deploy a TI process
Hi everyone! I have a question about deploying a TI process with REST API without server restart (for example, hot deploy from test to prod). I do this by exporting TI to JSON first: api/v1/Processes('ProcessName')?$select=Name,HasSecurityAccess,PrologProcedure,MetadataProcedure,DataProcedure,Epilog...
