It's all about the answers!

Ask a question

How often is data updated in the backend of the reportable REST API


Marko Tomljenovic (31649109) | asked Oct 16 '17, 5:54 a.m.
edited Oct 17 '17, 3:16 a.m.

Hello,

we are using the reportable REST API for fetching certain information from the server. E.g. we are using it for reading contributor information.

E.g. 
https://.../ccm/rpt/repository/foundation?size=10000&fields=contributor/contributor[userId%3D%27userid1%27+or+userId%3D%27bob%27]/(name%7citemId%7cuserId%7cemailAddress)

The reportable REST API runs against the data warehouse as I have read from some articles.
[EDIT: This assumption is wrong. Reportable API runs against live data but is used by DCC jobs to put live data into the data warehouse]

Where can I see how often the DH is updated? Where can it be configured (if at all)

PS. We are running 6.0.4.

Thank you

Accepted answer


permanent link
Donald Nong (14.5k614) | answered Oct 16 '17, 11:40 p.m.

The data collection job is executed once a day, by default. You can log on to the DCC component to verify the details.

The reportable REST API is actually used to put data into the data warehouse, not pulling out of it. For contributors in particular, the up-to-date information is readily available through REST API, so the information is from the "live" data.

Marko Tomljenovic selected this answer as the correct answer

Comments
Geoffrey Clemm commented Oct 17 '17, 3:06 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

One clarification: when Donald says "the reportable REST API is used to put data into the data warehouse", he means that a program that puts data into the data warehouse uses the reportable REST API of an application to extract live data from that application (not that the reportable REST API actually puts data into the data warehouse).


Marko Tomljenovic commented Oct 17 '17, 3:15 a.m.

Thanks for the answer.

That means that my assumption above is wrong: The reportable API fetches live data and NOT data from the data warehouse.

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.