前のトピック: Virtual Automation API の例

次のトピック: 収集プロファイルの一覧表示(/collectionprofiles)

テナントの一覧表示

仮想 CA User Activity Reporting Module 環境内のテナントを一覧表示し、イベント収集の展開に使用可能なテナントを特定することができます。

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

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

戻り値:

<tenants>
    <tenant>
        <name>Default</name>
        <description>The default Tenant</description>
    </tenant>
    <teant>
        <name>Tenant1</name>
        <description>Text description of the first tenant</description>
    </tenant>
    <tenant>
        <name>Tenant 2</name>
        <description>Text description of the second tenant</description>
    </tenant>
</tenants>