Get Vims
Lists the VIMs registered with the TCA MANO. VIM is an acronym for Virtual Infrastructure Manager, in the NFV parlance.
Request
URI
GET
https://{api_host}/tca/vim/api/v1/orgs/{orgId}/vims
COPY
Path Parameters
string
orgId
Required
orgId
Query Parameters
string
view
Optional
The view type e.g. 'extended'. This is especially used for UI clients.
Responses
200
The list of registered VIMs. VIM is an acronym for Virtual Infrastructure Manager, in the NFV parlance.
Returns VimList of type(s) application/json
{
"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"
}
]
}