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/Transfer Data Format"

From EGIWiki
Jump to navigation Jump to search
Line 8: Line 8:
<gocdb_data>
<gocdb_data>
   <site scope="EGI" operation="Update">
   <site scope="EGI" operation="Update">
      
     <primary_key>4839G3</primary_key>
   </site>
   </site>
</gocdb_data></source>
</gocdb_data></source>

Revision as of 09:39, 23 June 2011

Introduction

The format of data transferred between a regional and central GOCDB instance is documented here. This will be a single XML document containing all objects that have been inserted, updated or deleted.

Example

<?xml version="1.0" encoding="UTF-8"?>
<gocdb_data>
  <site scope="EGI" operation="Update">
    <primary_key>4839G3</primary_key>
  </site>
</gocdb_data>