管理者は、インターフェース コンポーネント名のエイリアスをデバイス アイテムごとに設定できます。 インターフェース エイリアスは、CA Performance Center 内の関連付けられたインターフェース コンポーネントに適用される管理者設定名です。 ユーザのダッシュボードおよびビューには、管理者が割り当てた役割権限に応じてインターフェース エイリアスが表示されます。
注: REST Web サービスを使用して設定されるエイリアスは、CSV ファイルをインポートして設定できるエイリアスよりも優先されます。 CSV ファイルのインポートの詳細については、「CA Performance Center 管理者ガイド」を参照してください。
構文は以下の URL を参照してください。
http://CA Performance Center Server IP Address:8181/pc/center/webservice/devices
次の手順に従ってください:
http://CA Performance Center Server IP Address:8181/pc/center/webservice/devices/deviceItemId/device_id/interfaces
インターフェース コンポーネントが関連付けられている監視対象デバイスのデバイス アイテム ID 番号です。
インターフェース コンポーネントが関連付けられているドメインのドメイン ID 番号です。
<interfaces>
<interface>
<itemId>interface_item_id</itemId>
<nameAlias>alias_for_interface</nameAlias>
</interface>
...
</interfaces>
例
2 つのインターフェースにインターフェース名エイリアスとして「Et0 - alias」および「Se0 - alias」を設定するには、[HTTP Request]ペインの[Body]タブに以下の情報を入力します。
<interfaces>
<interface>
<itemId>164</itemId>
<nameAlias>Et0 - alias</nameAlias>
</interface>
<interface>
<itemId>165</itemId>
<nameAlias>Se0 - alias</nameAlias>
</interface>
</interfaces>
注: 複数のデバイス アイテムのインターフェース コンポーネント名のエイリアスを設定するには、update_alias_name.sh スクリプトを使用します。 このスクリプトを使用したエイリアス名の設定についての詳細は、「CA Performance Center 管理者ガイド」を参照してください。
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|