How often is data updated in the backend of the reportable REST API
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
The data collection job is executed once a day, by default. You can log on to the DCC component to verify the details.
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
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.