VimList

VimList
VimList

The list of VIM objects.

JSON Example
{
    "items": [
        {
            "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"
        }
    ]
}
array of Vim
items
Optional

The container of the list of VIM instances.

Returned By