前のトピック: テナントの一覧表示

次のトピック: 収集の展開(/deploycollection)

収集プロファイルの一覧表示(/collectionprofiles)

利用可能なイベント収集プロファイルのリストを返すことができます。 各プロファイルには、特定のイベント ソースでイベント収集を設定するために必要な情報が含まれます。

: イベント収集プロファイルは CA User Activity Reporting Module ユーザ インターフェースから設定されます。 イベント収集プロファイルの設定の詳細については、CA User Activity Reporting Module オンライン ヘルプを参照してください。

サポートされているメソッド: GET

GET curl -u elm_user:elm_password -k -H "Accept: application/xml" "https://hostname:8443/rest/am/1/collectionprofiles"

戻り値:

<collectionProfiles>
    <collectionProfile>
        <name>Tenant1 - Linux</name>
        <description>Collects Linux syslog events for the first tenant</description>
        <credentialsRequired>false</credentialsRequired>
    </collectionProfile>
    <collectionProfile>
        <name>Tenant1 Windows</name>
        <description>Collects WinRM events for the first tenant</description>
        <credentialsRequired>true</credentialsRequired>
    </collectionProfile>
    <collectionProfile>
        <name>Tenant2 HPUX</name>
        <description>Collects HPUX syslog events for the second tenant</description>
        <credentialsRequired>false</credentialsRequired>
    </collectionProfile>
</collectionProfiles>

"credentialsRequired" エレメントは、展開中にイベント ソースのユーザ ID とパスワードをサブミットする必要があるかどうかを示します。