22-Jun-2018 04:15
Hi All,
We are using the following API for fetching the version details for BIG-IQ Lab device in our environment: Request : https:///mgmt/cm/system/machineid-resolver/
The Actual version of the BIGIQ device is 5.4.0, but instead of that we are receiving the version as 5.1.0. Below is the output.
Do We have new API for 5.4.0 Version of BIGIQ or is there a change in API ??
{ "items": [ { "uuid": "ca0f5ca8-bac3-4b35-9967-a0e0bcb3f77b", "deviceUri": ";, "machineId": "ca0f5ca8-bac3-4b35-9967-a0e0bcb3f77b", "state": "ACTIVE", "address": "XX.XX.XX.XX", "httpsPort": 443, "hostname": "VQPLDCT01-0098RADC1.net.au.thenational.com", "version": "5.1.0", "product": "BIG-IQ", "edition": "Engineering Hotfix", "build": "0.18.631", "restFrameworkVersion": "5.1.0-0.18.631", "managementAddress": "XX.XX.XX.XX", "mcpDeviceName": "/Common/localhost", "properties": { "cm-websafe-allDevices": { "signatureAutoUpdateState": true, "engineAutoUpdateState": true, "cm:gui:module": [], "modules": [] }, "cm-access-allDevices": { "cm:gui:module": [ "Access" ], "modules": [ "All Access managed BIG-IP devices" ] }, "cm-esmgmt-logging-group": { "isLoggingNode": true, "shared:resolver:device-groups:discoverer": "cc30252f-03af-4219-9831-bac5c68fda3f", "cm:gui:module": [ "system" ], "modules": [ "System" ] }, "cm-asm-allDevices": { "cm:gui:module": [], "modules": [] }, "cm-firewall-allDevices": { "cm:gui:module": [], "modules": [] }, "modules": [ "ADC", "All Access managed BIG-IP devices", "Device", "System" ], "cm-autodeploy-group-manager-autodeployment": { "cm:gui:module": [ "device" ], "modules": [
22-Jun-2018
12:41
- last edited on
02-Jun-2023
09:10
by
JimmyPackets
Tested on BIGIQ 5.4.0 using api /mgmt/cm/system/machineid-resolver and i get 5.4.0
{
"generation": 0,
"items": [
{
"address": "192.168.190.201",
"build": "0.0.7437",
"deviceUri": "https://192.168.190.201:443",
"edition": "Final",
"generation": 23,
"hostname": "bigiq1.test.com",
"httpsPort": 443,
"isClustered": false,
"isLicenseExpired": false,
"isVirtual": true,
"kind": "shared:resolver:device-groups:restdeviceresolverdevicestate",
"lastUpdateMicros": 1529674647959921,
"machineId": "84d36153-1d3e-475f-9284-ac98901f38ab",
"managementAddress": "192.168.190.201",
"mcpDeviceName": "/Common/localhost",
"product": "BIG-IQ",
"properties": {
"cm-access-allDevices": {
"cm:gui:module": [
"Access"
],
"modules": [
"All Access managed BIG-IP devices"
]
},
"cm-adccore-allDevices": {
"cm:gui:module": [],
"modules": []
},
"cm-asm-allDevices": {
"cm:gui:module": [],
"modules": []
},
"cm-bigip-allDevices": {
"cm:gui:module": [],
"modules": []
},
"cm-dns-allDevices": {
"cm:gui:module": [],
"modules": []
},
"cm-esmgmt-logging-group": {
"cm:gui:module": [
"system"
],
"isLoggingNode": false,
"modules": [
"System"
]
},
"cm-firewall-allDevices": {
"cm:gui:module": [],
"modules": []
},
"cm-security-shared-allDevices": {
"cm:gui:module": [],
"modules": []
},
"cm-shared-all-big-iqs": {
"cm:gui:module": [
"system",
"Access"
],
"modules": [
"All Access managed BIG-IP devices",
"System"
]
},
"cm-websafe-allDevices": {
"cm:gui:module": [],
"engineAutoUpdateState": true,
"modules": [],
"signatureAutoUpdateState": true
},
"cm:gui:module": [
"system",
"Access"
],
"modules": [
"All Access managed BIG-IP devices",
"System"
]
},
"restFrameworkVersion": "5.4.0-0.0.7437",
"selfLink": "https://localhost/mgmt/cm/system/machineid-resolver/84d36153-1d3e-475f-9284-ac98901f38ab",
"slots": [
{
"build": "0.0.7437",
"isActive": true,
"product": "BIG-IQ",
"version": "5.4.0",
"volume": "HD1.1"
}
],
"state": "ACTIVE",
"uuid": "84d36153-1d3e-475f-9284-ac98901f38ab",
"version": "5.4.0"
}
],
"lastUpdateMicros": 0,
"selfLink": "http://localhost:8100/cm/system/machineid-resolver"
}