It's all about the answers!

Ask a question

Does anyone have a RAM Script that will update an asset on a daily basis?


jim Stevens (128) | asked Aug 16 '13, 11:47 a.m.

We currently hava a process that publishes a report to the end users on a daily basis through a version control tool and would like to migrate this process to RAM to allow the users to have the same functionality.

Has anyone done this or anything simular?

Thank You,

Jim 


Comments
Sheehan Anderson commented Aug 19 '13, 4:09 p.m.
JAZZ DEVELOPER

 Are you saying that you want to upload the report to RAM in an asset?  For which API do you need an example?  Java, ANT, REST/OSLC, command line?  Also, could you include the version of RAM that you're using?

One answer



permanent link
Gili Mendel (1.8k56) | answered Aug 20 '13, 7:04 a.m.
JAZZ DEVELOPER
You can use the Ant library to write an Ant script
see http://pic.dhe.ibm.com/infocenter/ramhelp/v7r5m1/index.jsp?topic=%2Fcom.ibm.ram.installguide.doc%2Ftopics%2Fc_overview.html

You can use curl and RAM's Rest API,   You can use a simple Java program:

see: http://pic.dhe.ibm.com/infocenter/ramhelp/v7r5m1/topic/com.ibm.ram.doc/topics/r_api_createasession.html 

http://pic.dhe.ibm.com/infocenter/ramhelp/v7r5m1/topic/com.ibm.ram.doc/topics/r_api_addartifactstoanasset.html

RAM 7.5.2 coming out soon will have CLIs to do similar things.

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.