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 18: Line 18:
|-
|-
| 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
| 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
|}
|}



Revision as of 14:06, 16 May 2011

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

Output Example

<?xml version="1.0" encoding="UTF-8"?>
<results>
  <site>
    <name>SOME_SITE</name>
    <cert_status>Suspended</cert_status>
    <cert_date>21-MAR-11 03.20.22.000000 PM</cert_date>
  </site>
</results>


Back to GOCDB technical Documentation main page