Vim
A VIM instance. A VIM stands for Virtual Infrastructure Manager in the NFV parlance.
{
"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"
}
The identifier used to reference the tenant of the VIM.
The user-friendly name associated with the VIM to be registered with the TCA.
The name of the tenant, who owns the VIM (or a share of the VIM, in case of multi-tenant VIM, e.g. VMware vCloud Director, VIO). Defaults to 'DEFAULT'.
Identifier for the TCA Control-Plane instance, that is associated with the VIM.
The Control-Plane server URL, e.g. 'https://cp-server/', that manages the VIM.
The username associated with the tenants ownership in the VIM. This is a mandatory field, if the authentication mode (‘authType’ or ‘auth_type’) specified is ‘password’.
The type of VIM. Allowed values include 'VC', 'VCD', 'VIO', 'KUBERNETES', 'VMC', 'AZURE', 'GOOGLECLOUD', 'IBMCLOUD'. The 'VC' stands for VMware vCenter™; 'VCD' for VMware vCloud-Director™, and 'VIO' for VMware-Integrated-Openstack™.
The URL to externally access the VIM. This corresponds to the API-service URL in case of Kubernetes VIM.
Describes the geographical location of the VIM (or its component, managed by the tenant).
The unique identifier to be used for referencing the VIM when using other APIs or Operations.
The user details to log in the Audit-Trails.
Describes the status of the VIM and its connectivity.
compatible
The list of VNF/CNF counts, that are instantiated, and non-instantiated (or otherwise) on the VIM.
The usage statistics of the VIM.
id
name