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
 
(One intermediate revision by one other user not shown)
Line 24: Line 24:
| 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
| roc || Limit results to a specific ROC/NGI || ROC/NGI short name || all || ?method=get_cert_status_date&roc=NGI_UK
|-
| Docs for cursor params coming soon.
| Limit results and use cursor paging to iterate over all results
| [https://wiki.egi.eu/wiki/GOCDB/notifications#Optional_Cursor_Paging_on_Read_API See here for info]
|
|
|-
|}
|}



Latest revision as of 14:26, 16 December 2016

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=NGI_UK
Docs for cursor params coming soon. Limit results and use cursor paging to iterate over all results See here for info

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