tenantCandidates data type example

Here's an XML example of the tenantCandidates data type; the properties shown are those that are returned in response to a verbose GET request:

<tenantCandidates>
    <tenantCandidate>
        <hcpSystems>
            <name>hcp-eu.example.com</name>
            <name>hcp-us.example.com</name>
        </hcpSystems>
        <name>finance</name>
        <uuid>838cd575-0f94-489a-8f94-f36c1337c446</uuid>
    </tenantCandidate>
    <tenantCandidate>
        <hcpSystems>
            <name>hcp-us.example.com</name>
        </hcpSystems>
        <name>it</name>
        <uuid>5c881746-5a93-48d0-a55a-d1aaec50c522</uuid>
    </tenantCandidate>
</tenantCandidates>

© 2015, 2020 Hitachi Vantara LLC. All rights reserved.