Method: get_site_contacts
Description |
Returns a list of sites nesting contacts having a site leve role (if any), grouped per site
|
Protection Level |
Protected (level 2)
|
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_contacts&sitename=RAL-LCG2
|
roc (ngi) |
Limit results to sites belonging to given NGI |
any NGI name |
all |
?method=get_site_contacts&roc=NGI_DE
|
country |
Limit results to sites belonging to given country |
any country |
all |
?method=get_site_contacts&country=Poland
|
roletype |
Only include CONTACTS with the given role |
any valid role type |
all |
?method=get_site_contacts&roletype=Site Security Officer
|
scope(=Local) |
Show only sites in the passed scope |
'Local' or 'EGI' |
EGI |
?method=get_site_contacts&scope=Local
|
Output Example
<?xml version="1.0"?>
<results>
<SITE ID="405005" PRIMARY_KEY="123G0" NAME="GRIDOPS-GOCDB">
<PRIMARY_KEY>123G0</PRIMARY_KEY>
<SHORT_NAME>GRIDOPS-GOCDB</SHORT_NAME>
<CONTACT USER_ID="185" PRIMARY_KEY="6215G0">
<FORENAME>Gilles</FORENAME>
<SURNAME>Mathieu</SURNAME>
<TITLE>Mr</TITLE>
<DESCRIPTION>GOCDB administrator</DESCRIPTION>
<EMAIL>snip</EMAIL>
<TEL>+44 (0) 1235446340</TEL>
<WORKING_HOURS_START>08:00</WORKING_HOURS_START>
<WORKING_HOURS_END>17:00</WORKING_HOURS_END>
<CERTDN>snip</CERTDN>
<ROLE_NAME>Site Administrator</ROLE_NAME>
</CONTACT>
</SITE>
</results>
Back to GOCDB technical Documentation main page