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 date"

From EGIWiki
< GOCDB‎ | PI
Jump to navigation Jump to search
Line 4: Line 4:
[[Category:GOCDB]]
[[Category:GOCDB]]


== Method: get_cert_status_date - GOCDB4 ==
== Method: get_cert_status_date ==


{| {{egi-table}}  
{| {{egi-table}}  

Revision as of 14:09, 5 November 2013

Main EGI.eu operations services Support Documentation Tools Activities Performance Technology Catch-all Services Resource Allocation Security


GOC DB menu: Home Documentation Index


Method: get_cert_status_date

Description Returns a list of current certification statuses for 'Production' only sites and the date they entered that status (i.e. where Site.ProductionStatus = 'Production', don't get this confused with Site.CertificationStatus)
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>
 </site>

Back to GOCDB technical Documentation main page