Get Tenants

Get Tenants

Get tenants for the VIM specified by the path parameter vimId

Request
URI
GET
https://{api_host}/tca/vim/api/v1/orgs/{orgId}/vims/{vimId}
COPY
Path Parameters
string
orgId
Required

orgId

string
vimId
Required

vimId


Authentication
This operation uses the following authentication methods.
Responses
200

Get tenants for the VIM

Returns Tenant of type(s) application/json
{
    "cloud_owner": "string",
    "cloud_region_id": "string",
    "vimId": "string",
    "vimName": "string",
    "tenants": [
        {
            "tenantId": "string",
            "vimName": "string",
            "tenantName": "string",
            "hcxUUID": "string",
            "hcxCloudUrl": "string",
            "username": "string",
            "tags": [
                {
                    "autoCreated": false
                }
            ],
            "vimType": "string",
            "vimUrl": "string",
            "location": {
                "city": "string",
                "country": "string",
                "cityAscii": "string",
                "latitude": "string",
                "longitude": "string"
            },
            "vimId": "string",
            "audit": {
                "creationUser": "string",
                "creationTimestamp": "string"
            },
            "connection": {
                "status": "string",
                "remoteStatus": "string",
                "vimConnectionStatus": "string"
            },
            "compatible": false,
            "vnfInstancesCounts": [
                {
                    "totalSize": 0,
                    "state": "string"
                }
            ],
            "stats": {
                "cpu": {
                    "used": 0,
                    "available": 0,
                    "unit": "string",
                    "capacity": 0
                },
                "memory": {
                    "used": 0,
                    "available": 0,
                    "unit": "string",
                    "capacity": 0
                },
                "storage": {
                    "used": 0,
                    "available": 0,
                    "unit": "string",
                    "capacity": 0
                }
            },
            "id": "string",
            "name": "string"
        }
    ]
}
string
cloud_owner
Optional

TBD

string
cloud_region_id
Optional

TBD

string
vimId
Optional

The identifier for the VIM.

string
vimName
Optional

The name of the VIM instance.

array of Vim
tenants
Optional

The container of the list of VIM instances.