Top
Cloud Services Management V1.1.0 Operation Guide
FUJITSU Software

5.3.8 Project Information

Among the commands for outputting projects, the following command uses XML:

The format of the XML file corresponding to this command is explained below.

The elements of the XML are output using the following hierarchical structure:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<projects>
    <project>
        <projectId>Project ID</projectId>
        <projectName>Project Name</projectName>
        <projectAdminUserId>User ID of the Project Supervisor</projectAdminUserId>
        <accountingCode>Accounting Code</accountingCode>
        <mailAddress>Email Address</mailAddress>
        <members>
            <member userId="ID1 of the Users Who Use the Project" projectRoleId="User Role ID1"/>
            <member userId="ID2 of the Users Who Use the Project" projectRoleId="User Role ID2"/>
        </members>
        <quotas>
            <quota type="use">Whether to Configure a Limit</quota>
            <quota type="accounting">Limit</quota>
            <quota type="percentage">Percentage of Usage Charges for Which a Warning Email is Sent</quota>
        </quotas>
        <usageCharge>Usage Charge in the Current Month</usageCharge>
        <comment>Project Comment</comment>
        <customFields>
            <customField no="1">Project Custom Field 1</customField>
            <customField no="2">Project Custom Field 2</customField>
            <customField no="3">Project Custom Field 3</customField>
            <customField no="4">Project Custom Field 4</customField>
            <customField no="5">Project Custom Field 5</customField>
        </customFields>
        <acntCalcStartDate>YYYY-MM-DD</acntCalcStartDate>
        <acntCalcEndDate>YYYY-MM-DD</acntCalcEndDate>
    </project>
</projects>

Element

(Element Name or Element Name and Attribute)

Required or Displayed

Output details

Output

Project ID
(projectId)

Yes

A project ID.

Project Name
(projectName)

Yes

A project name.

User ID of the Project Supervisor
(projectAdminUserId)

Yes

A user ID for this product of a user who is a project supervisor.

Accounting Code
(accountingCode)

Yes

An accounting code configured in the project.

Email Address
(mailAddress)

Yes

An email address configured in the project.

IDs of Users Who Use the Project
(member userId)

Yes

A user ID in this product who has been granted usage authorities.

The same number of user IDs are output as the number of project members.

User Role ID
(member projectRoleId)

Yes

The role ID in the project possessed by a user who is a member using the project.

Value

Description

project_manager

Project manager

project_user

Project user

Whether to Configure a Limit
(quota type=use)

Yes

The setting of a project usage limit.

One of the following is output:

Configuration Value

Description

true

Enabled

false

Disabled

Limit
(quota type=accounting)

Yes

The threshold of usage charges available for use in the project.

Percentage of usage charges for which a warning email is sent
(quota type=percentage)

Yes

The percentage of usage charges for the usage charge threshold of the project. When the charges used have exceeded the configured value, a warning email is sent.

Usage Charge of the Present Month

Yes

The usage charge of the present month.

Description of the Project
(comment)

Yes

The description of the project is output.

Project Custom Field N
(customField no="N")

Yes

The values for the custom fields defined in the definition file of this product. * 1

Start date and time of the accounting period of project usage charges

(acntCalcStartDate)

Yes

*2

The start date and time of the accounting period of project usage charges.

The date created of a project or the date modified of an accounting code is displayed in the format "YYYY-MM-DD hh:mm:ss".

End date and time of the accounting period of project usage charges

(acntCalcEndDate)

Yes

*2

The end date and time of the accounting period of project usage charges.

The date deleted of a project or the date modified of an accounting code is displayed in the format "YYYY-MM-DD hh:mm:ss". When neither deletion nor accounting code modification is performed, an empty character string is output.

The meanings of the entries listed under "Required or Displayed" are as follows:

Yes: Entry is required, or element is output.

No: Can be omitted.

-: Specification is not possible, or the element is not output.

*1: The number in gui.project.customfield.label.<n> in the definition file of the system information is displayed on the GUI.

*2: This is displayed only when the -history option is specified.