Alert.png The wiki is deprecated and due to be decommissioned by the end of September 2022.
The content is being migrated to other supports, new updates will be ignored and lost.
If needed you can get in touch with EGI SDIS team using operations @ egi.eu.

Difference between revisions of "GOCDB/PI/get cert status changes"

From EGIWiki
< GOCDB‎ | PI
Jump to navigation Jump to search
(Created page with '== Method: get_cert_status_changes - GOCDB4 == {| {{egi-table}} |- | '''Description''' || Returns a list of changes to certification statuses |- | '''Protection Level''' || Pro…')
 
Line 19: Line 19:
| site || Only return infos for site with specified site name || any sitename || all || ?method=get_cert_status_changes&site=RAL-LCG2
| site || Only return infos for site with specified site name || any sitename || all || ?method=get_cert_status_changes&site=RAL-LCG2
|}
|}
=== XML schema ===
https://goc.gridops.org/gocdbpi/private/?method=get_site&output=xmlschema


=== Output Example ===
=== Output Example ===

Revision as of 12:14, 10 March 2011

Method: get_cert_status_changes - GOCDB4

Description Returns a list of changes to certification statuses
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

Output Example

<?xml version="1.0" encoding="UTF-8"?> <results>

 <result>
   
   <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