Previous Topic: Virtual Automation API ExamplesNext Topic: List Collection Profiles (/collectionprofiles)


List Tenants

You can list the tenants in your virtual CA User Activity Reporting Module environment, allowing you to identify the tenants available for event collection deployment.

Supported Methods: GET

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

Returns:

<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>