Format Of Export Files; The Objects Element - Fujitsu ServerView Virtual-IO Manager V3.1 User Manual

Serverview suite
Table of Contents

Advertisement

12 Importing and exporting server profiles

12.3 Format of export files

The file specified during an import must be an XML file whose root element is
Objects (see below). This file has the following structure:
<?xml version="1.0" encoding="UTF-8"?>
<Objects xmlns="http://schemas.fujitsu.com/serverview/viom/objects"
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance
schemaVersion="V3.1">
...
</Objects>

12.3.1 The Objects element

The Objects element is the root element of the XML file and must have the
following attributes:
l
xmlns="http://schemas.fujitsu.com/serverview/viom/objects"
l
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
l
schemaVersion="V3.1"
This element can also have the following optional attribute:
errorAction
Specifies whether the import will continue if an error occurs. The value
can be overwritten in lower-level elements. Possible values are:
Abort
Continue
314
Default
The first error aborts the entire import.
Errors are converted into warnings. The import then continues with
the next object.
ServerView Virtual-IO Manager

Advertisement

Table of Contents
loading

Table of Contents