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.

GOCDB/PI/get cert status date

From EGIWiki
< GOCDB‎ | PI
Revision as of 15:47, 12 October 2012 by Krakow (talk | contribs)
Jump to navigation Jump to search


Method: get_cert_status_date - GOCDB4

Description Returns a list of current certification statuses for Production sites and the date they entered that status
Protection Level Protected (level 2)

Entry point

parameters

parameter effect format/value(s) default example
certification_status Limit results to sites with given certification status one of "Candidate", "Uncertified", "Certified", "Closed", Suspended" all ?method=get_cert_status_date&certification_status=Suspended
roc Limit results to a specific ROC/NGI ROC/NGI short name all ?method=get_cert_status_date&roc=UKI

Examples

Output Example

 <?xml version="1.0" encoding="UTF-8"?>
 <site>
   <name>Some-Site-Short-Name</name>
   <cert_status>Uncertified</cert_status>
   <cert_date>28-JUN-10 12.00.09.000000 PM</cert_date>
   <production_status>Production</production_status>
   <ROC>UKI</ROC>
 </site>


Back to GOCDB technical Documentation main page