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
(change goc.gridops.org to goc.egi.eu)
Line 32: Line 32:
|-
|-
| 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  
|-
| scope(=Local) || Show only site contacts in the passed scope (Local is currently the only scope available) || "Local" || all || ?method=get_site_security_info&scope=Local
|}
|}



Revision as of 11:30, 10 November 2011

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


Tools menu: Main page Instructions for developers AAI Proxy Accounting Portal Accounting Repository AppDB ARGO GGUS GOCDB
Message brokers Licenses OTAGs Operations Portal Perun EGI Collaboration tools LToS EGI Workload Manager



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
scope(=Local) Show only site contacts in the passed scope (Local is currently the only scope available) "Local" all ?method=get_site_security_info&scope=Local

XML schema

https://goc.egi.eu/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