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
m (Created page with '= 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 obj…')
 
Line 3: Line 3:
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.
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 =
= Example =
 
<source lang="xml"><?xml version="1.0" encoding="UTF-8"?>
<gocdb_data>
  <site scope="EGI" operation="Update">
   
  </site>
</gocdb_data></source>

Revision as of 09:37, 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">
    
  </site>
</gocdb_data>