上一個主題: 建立元件 XML 範本下一個主題: 基本內容


瞭解元件 XML 結構

裝置元件可定義與裝置相關聯的元件項目類別。 雖已提供許多原廠定義的元件,但通常會針對自訂度量系列定義自訂元件。 元件可以定義選用 ItemSyncDefinition,以將元件項目同步處理至 CA Performance Center。 您可以接著檢視 [清查] 清單、群組和內容頁面中的元件。

以下的元件定義 XML 範例可支援框架轉送 PVC 範例。 已增加新元件 frPVC:

<?xml version="1.0" encoding="UTF-8"?>
<!--Auto-generated by the type catalog local manager.-->
<DataModel namespace="http://im.ca.com/inventory" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="ComponentFacet.xsd">
  <FacetType name="frPVC">
    <Documentation>A Frame Relay PVC</Documentation>
    <FacetOf namespace="http://im.ca.com/core" name="Item" />
    <Component>true</Component>
    <ItemSyncDefinition itemTypeName="component" itemSubtypeName="frpvc" itemTypeLabel="FrameRelayPVC" itemTypeLabelPlural="FrameRelayPVCs" categorize="false" groupBy="false" context="true">
    </ItemSyncDefinition>
  </FacetType>
</DataModel>

將 ItemSyncDefinition 中的內容設定為 “true”,以啟用自訂內容頁面的連結。 您可以從 [清查]、[裝置元件] 清單中顯示的 frPVC 裝置元件導覽到此頁面。 將它設定為 “true” 也可讓您選取度量系列做為「內容」,而使自訂度量系列可用於 [動態趨勢] 圖表類型中。 如需詳細資訊,請參閱 ItemSyncDefinition