Skip to content

Example export file

The generated export file name is in the format export_impact_svcname_YYYYMMDDHHMMSS.graphml, where

  • export is the name of the action that is performed.
  • impact is the name of the Resource Manager plugin that performs the action.
  • service is the name of the service model, a service organizer, or dynamic services environment that you selected for export.
  • YYYYMMDDHHMMSS is the timestamp of the export action.

For example, export_impact_DynamicServices_20160331135219.graphml. Note: This document refers to the file as svc_export.graphml.

The following example shows the export file for a service named BizSvcA. The service model contains types DEVICE, SERVICE, and COMPONENT (PROP_element_type_id).

  • The service is named BizSvcA (PROP_name) and it is a dynamic service (PROP_meta_type).
  • The devices are named PROD_SQL SERVER and vcloud-01.zenosslabs.com (PROP_name). They are a device and a vCloudCell, respectively (PROP_meta_type).
  • The components are named APP_DB1 and tempdb (PROP_name). They are a WinSQLDatabases (PROP_meta_type).
  • Four impact relationship edge members from each device and component.
<?xml version="1.0" encoding="utf-8"?>
<graphml xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://graphml.graphdrawing.org/xmlns http://graphml.graphdrawing.org/xmlns/1.1/graphml.xsd">
  <key attr.name="PROP_production" attr.type="string" for="node"/>
  <key attr.name="INTRINSIC_STATE_AVAILABILITY" attr.type="string" for="node"/>
  <key attr.name="PROP_priority" attr.type="string" for="node"/>
  <key attr.name="INTRINSIC_STATE_PERFORMANCE" attr.type="string" for="node"/>
  <key attr.name="RELATED_EVENT_IDS" attr.type="string" for="node"/>
  <key attr.name="NODE_TYPE" attr.type="string" for="node"/>
  <key attr.name="DERIVED_STATE_PERFORMANCE" attr.type="string" for="node"/>
  <key attr.name="IN_ANY_CONTEXT" attr.type="string" for="node"/>
  <key attr.name="PROP_element_type_id" attr.type="string" for="node"/>
  <key attr.name="DERIVED_STATE_AVAILABILITY" attr.type="string" for="node"/>
  <key attr.name="ID" attr.type="string" for="node"/>
  <key attr.name="PROP_name" attr.type="string" for="node"/>
  <key attr.name="INTRINSIC_STATE_CAPACITY" attr.type="string" for="node"/>
  <key attr.name="PROP_meta_type" attr.type="string" for="node"/>
  <key attr.name="ORGANIZER" attr.type="string" for="node"/>
  <key attr.name="DESCRIPTION" attr.type="string" for="node"/>
  <key attr.name="LN_CRITERIA" attr.type="string" for="node"/>
  <key attr.name="LN_AVAILABILITY_MAP" attr.type="string" for="node"/>
  <key attr.name="LN_PERFORMANCE_MAP" attr.type="string" for="node"/>
  <key attr.name="CUSTOM_STATE_PROVIDER" attr.type="string" for="node"/>
  <key attr.name="LABEL" attr.type="string" for="edge"/>
  <graph edgedefault="directed">
    <node>
      <data key="PROP_production">1000</data>
      <data key="PROP_priority">3</data>
      <data key="NODE_TYPE">ELEMENT</data>
      <data key="DERIVED_STATE_PERFORMANCE">__DERIVED_STATE__|ACCEPTABLE|</data>
      <data key="IN_ANY_CONTEXT">true</data>
      <data key="PROP_element_type_id">DEVICE</data>
      <data key="DERIVED_STATE_AVAILABILITY">__DERIVED_STATE__|DOWN|</data>
      <data key="ID">8ddcc69b-e6a7-4370-8f3d-4a53f897b9f4</data>
      <data key="PROP_name"PROD_SQL Server</data>
      <data key="PROP_meta_type">Device</data>
      <data key="CUSTOM_STATE_PROVIDER">{}</data>
    </node>
    <node>
      <data key="PROP_production">1000</data>
      <data key="NODE_TYPE">ELEMENT</data>
      <data key="DERIVED_STATE_PERFORMANCE">__DERIVED_STATE__|ACCEPTABLE|</data>
      <data key="IN_ANY_CONTEXT">true</data>
      <data key="PROP_element_type_id">COMPONENT</data>
      <data key="DERIVED_STATE_AVAILABILITY">__DERIVED_STATE__|UP|</data>
      <data key="ID">fc6ab26d-75cd-491a-8c71-75fb25845f97</data>
      <data key="PROP_name">APP_DB1</data>
      <data key="PROP_meta_type">WinSQLDatabase</data>
      <data key="CUSTOM_STATE_PROVIDER">{}</data>
    </node>
    <node>
      <data key="PROP_production">1000</data>
      <data key="NODE_TYPE">ELEMENT</data>
      <data key="DERIVED_STATE_PERFORMANCE">__DERIVED_STATE__|ACCEPTABLE|</data>
      <data key="IN_ANY_CONTEXT">true</data>
      <data key="PROP_element_type_id">COMPONENT</data>
      <data key="DERIVED_STATE_AVAILABILITY">__DERIVED_STATE__|UP|</data>
      <data key="ID">d66416a5-7db7-47df-b9ab-ed9422700efe</data>
      <data key="PROP_name">tempdb</data>
      <data key="PROP_meta_type">WinSQLDatabase</data>
      <data key="CUSTOM_STATE_PROVIDER">{}</data>
    </node>
    <node>
      <data key="IN_ANY_CONTEXT">true</data>
      <data key="PROP_element_type_id">SERVICE</data>
      <data key="DERIVED_STATE_AVAILABILITY">__DERIVED_STATE__|DOWN|</data>
      <data key="ID">0dcda951-9885-449c-af1b-0adb37aeec95</data>
      <data key="NODE_TYPE">SERVICE</data>
      <data key="PROP_name">BizSvcA</data>
      <data key="DERIVED_STATE_PERFORMANCE">__DERIVED_STATE__|ACCEPTABLE|</data>
      <data key="PROP_meta_type">DynamicService</data>
      <data key="ORGANIZER">/Zreconsvcs</data>
      <data key="DESCRIPTION"/>
    </node>
    <node>
      <data key="PROP_production">1000</data>
      <data key="PROP_priority">3</data>
      <data key="NODE_TYPE">ELEMENT</data>
      <data key="DERIVED_STATE_PERFORMANCE">__DERIVED_STATE__|ACCEPTABLE|</data>
      <data key="IN_ANY_CONTEXT">true</data>
      <data key="PROP_element_type_id">DEVICE</data>
      <data key="DERIVED_STATE_AVAILABILITY">__DERIVED_STATE__|UP|</data>
      <data key="ID">6fca9724-6c92-4fd9-b8fa-c72bb133fda8</data>
      <data key="PROP_name">vcloud-01.zenosslabs.com</data>
      <data key="PROP_meta_type">vCloudCell</data>
      <data key="CUSTOM_STATE_PROVIDER">{}</data>
    </node>
    <edge source="8ddcc69b-e6a7-4370-8f3d-4a53f897b9f4" target="0dcda951-9885-449c-af1b-0adb37aeec95">
      <data key="LABEL">IMPACTS</data>
    </edge>
    <edge source="fc6ab26d-75cd-491a-8c71-75fb25845f97" target="0dcda951-9885-449c-af1b-0adb37aeec95">
      <data key="LABEL">IMPACTS</data>
    </edge>
    <edge source="d66416a5-7db7-47df-b9ab-ed9422700efe" target="0dcda951-9885-449c-af1b-0adb37aeec95">
      <data key="LABEL">IMPACTS</data>
    </edge>
    <edge source="6fca9724-6c92-4fd9-b8fa-c72bb133fda8" target="0dcda951-9885-449c-af1b-0adb37aeec95">
      <data key="LABEL">IMPACTS</data>
    </edge>
  </graph>
</graphml>