Among the commands that operate service information, only one type of commands use XML:
fscsm_service export (service information output)
The formats of the XML files corresponding to each of these commands are explained below.
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <services> <service rId="Resorce ID of the Service"> <serviceId>Service ID</serviceId> <serviceName>Service Name</serviceName> <bizSystemRId>Resource ID of the Platform</bizSystemRId> <serviceType>Service Type</serviceType> <instances> <instance> <instanceManagementId>Managed Object ID</instanceManagementId> <instanceTypeId>Instance Type</instanceTypeId> <status>Status of Virtual Machine</status> <systemdiskImage>System Disk Image</systemdiskImage> <systemdiskSize>System Disk Size</systemdiskSize> <datadiskNum>Number of Additional Data Disk</datadiskNum> <datadiskType>Type of Additional Data Disk</datadiskType> <datadiskSize>Size of Additional Data Disk </datadiskSize> <snapshots> <snapshotManagementId>Snapshot ID on the Cloud Service</snapshotManagementId> <snapshotName>Display Name of Snapshot</snapshotName> <comment>Description</comment> <snapshotDate>Crearte Date of Snapshot</snapshotDate> </snapshots> </instance> </instances> </service> </services> |
Element (Name or Attribute) | Omission or Display | Output details |
Output | ||
Resource ID of the Service (service rId) | ○ | - |
Service ID | ○ | - |
Service Name (serviceName) | ○ | - |
Resource ID of the Platform (bizSystemRId) | ○ | - |
Service Type (serviceType) | ○ | Output one in the following. |
Managed Object ID (instanceManagementId) | ○ | - |
Instance Type (instanceTypeId) | ○ | - |
Status of Virtual Machine (status) | ○ | Output one in the following. |
System Disk Image (systemdiskImage) | ○ | - |
System Disk Size (systemdiskSize) | ○ | - |
Number of Additional Data Disk (datadiskNum) | ○ | - |
Type of Additional Data Disk (datadiskType) | ○ | - |
Size of Additional Data Disk (datadiskSize) | ○ | - |
Snapshot ID on the Cloud Service (snapshotManagementId) | ○ | - |
Display Name of Snapshot (snapshotName) | ○ | - |
Description (comment) | ○ | - |
Create Date of Snapshot (snapshotDate) | ○ | - |
Refer to the following about symbols of the "Omission or Display" column.
○: Element is output.