Method: get_cert_status_changes
Description
Returns a list of changes/transitions to certification statuses. Note, if the requested Site certification status has never been updated from its initial state, then no changes will have occurred and the results will be empty.
Protection Level
Protected (level 2)
Entry point
parameters
parameter
effect
format/value(s)
default
example
site
Only return infos for site with specified site name
any sitename
all
?method=get_cert_status_changes&site=RAL-LCG2
startdate
Limit results to changes that start after specified date
date in YYY-MM-DD format
1970-01-01
?method=get_cert_status_changes&startdate=2010-03-25
enddate
limit results to changes that end before specified date
date in YYY-MM-DD format
2024-12-31
?method=get_cert_status_changes&enddate=2011-03-15
Output Example
<?xml version="1.0" encoding="UTF-8"?>
<results>
<result>
10-MAR-2011 09.24.18
<UNIX_TIME>1299749058</UNIX_TIME>
<SITE>BIGSITE</SITE>
<OLD_STATUS>Certified</OLD_STATUS>
<NEW_STATUS>Candidate</NEW_STATUS>
<CHANGED_BY>/C=UK/O=eScience/OU=CLRC/L=RAL/CN=john casson</CHANGED_BY>
</result>
</results>
Back to GOCDB technical Documentation main page