Top
ServerView Resource Orchestrator Cloud Edition V3.1.2 Reference Guide (Command/XML)
FUJITSU Software

15.1 Overview

This section explains the XMLs used by Resource Orchestrator.

The following types of XMLs are used by Resource Orchestrator:

XML Element Names and Content

In this section, the names and content of XML elements are described in the following format.

<element name>element content</element name>
<element name attribute 1="value 1" attribute 2="value 2">content</element name>


Element Name

Description

Remarks (Possible Values, Examples)

Element content

(Element name)

Describes the content of the element.

Describes possible values or examples.

Element content

(Attribute 1 or attribute 2 of the element name)

Describes the content of attribute 1 or attribute 2.

Describes possible values or examples.

Note

  • Use the UTF-8 character code for XML files.

  • As a rule, line breaks and blank spaces are recognized as data in XML. Make sure that there are no unnecessary line breaks or blank spaces when defining an XML file. Additionally, specify elements and attributes according to the Resource Orchestrator XML specifications. Elements and attributes not listed in the XML specifications are not recognized.

  • Resources that are specified in an XML must be included in the access scope of the user that performs the operation.

  • When you specify a tag that does not include the element in the subordinate of the XML tag, specify an empty element tag instead of the end tag.