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 site security info method"

From EGIWiki
< GOCDB‎ | PI
Jump to navigation Jump to search
m (Created page with '== Method: get_site_security_info == {| {{egi-table}} |- | '''Description''' || Returns security/CSIRT contact information for sites |- | '''Protection Level''' || Private (l…')
 
m
Line 30: Line 30:
| production_status || Limit results to sites within given production infrastructure || one of "Production", "PPS", "Test" || all || ?method=get_site_security_info&production_status=PPS  
| production_status || Limit results to sites within given production infrastructure || one of "Production", "PPS", "Test" || all || ?method=get_site_security_info&production_status=PPS  
|}
|}


=== XML schema ===
=== XML schema ===

Revision as of 16:40, 19 November 2010

Method: get_site_security_info

Description Returns security/CSIRT contact information for sites
Protection Level Private (level 3)

Entry point

parameters

parameter effect format/value(s) default example
sitename Only return infos for site with specified site name any sitename all ?method=get_site_security_info&sitename=RAL-LCG2
roc (ngi) Limit results to sites belonging to given NGI any NGI name all ?method=get_site_security_info&roc=NGI_DE
country Limit results to sites belonging to given country any country all ?method=get_site_security_info&country=Poland
certification_status Limit results to sites with given certification status one of "Candidate", "Uncertified", "Certified", "Closed", Suspended" all ?method=get_site_security_info&certification_status=Certified
exclude_certification_status Exclude from results sites with given certification status one of "Candidate", "Uncertified", "Certified", "Closed", Suspended" none ?method=get_site_security_info&exclude_certification_status=Closed
production_status Limit results to sites within given production infrastructure one of "Production", "PPS", "Test" all ?method=get_site_security_info&production_status=PPS

XML schema

https://goc.gridops.org/gocdbpi_v4/private/?method=get_site_security_info&output=xmlschema

Output Example

<?xml version="1.0"?>
<results>
 <SITE ID="1" PRIMARY_KEY="194G0" NAME="RAL-LCG2">
  <PRIMARY_KEY>194G0</PRIMARY_KEY>
  <SHORT_NAME>RAL-LCG2</SHORT_NAME>
  <CSIRT_EMAIL>snip</CSIRT_EMAIL>
  <CSIRT_TEL>snip</CSIRT_TEL>
 </SITE>
</results>

Back to GOCDB technical Documentation main page