{"type":"api","title":"Get Software version from device","meta":{"id":"/apps/pubhub/media/cisco-catalyst-sd-wan-api-guide-20-18/1c4807bcb76af36988ebb37dc2e455b1787a155e/744a8207-9965-344e-aed3-d3ef846a4950","info":{"title":"Others","description":"Other APIs\n- Include APIs that do not belong to other categories\n","contact":{"email":"vmanage@cisco.com"},"version":"20.18 - 2025-08-15"},"openapi":"3.1.0","servers":[{"url":"/dataservice"}]},"spec":{"tags":["developers"],"summary":"Get Software version from device","description":"Get Software version from device","operationId":"getAutonomousSoftwareVersion","parameters":[{"name":"deviceId","in":"query","description":"deviceId - Device IP","required":true,"schema":{"type":"string"},"example":"172.16.255.15"}],"responses":{"200":{"description":"Software version from device","content":{"application/json":{"schema":{"required":["activeVersion","lastupdated","vdevice-dataKey","vdevice-host-name","vdevice-name"],"type":"object","properties":{"activeVersion":{"type":"string","example":"17.12.01.0.169449"},"lastupdated":{"type":"number","example":1674025491478},"vdevice-dataKey":{"type":"string","example":"172.16.255.11-"},"vdevice-host-name":{"type":"string","example":"vm1"},"vdevice-name":{"type":"string","example":"172.16.255.11"}},"$$ref":"#/components/schemas/SoftwareVersion"},"examples":{"Example":{"description":"Example","value":"vdevice-dataKey:\"172.16.255.11-\" activeVersion:\"17.12.01.0.169449\" vdevice-host-name:\"vm1\" lastupdated:1674025491478 vdevice-name:\"172.16.255.11\"","$$ref":"#/components/examples/ComViptelaVmanageServerDeviceSoftwareAutonomoussoftwareapiResponseExampleGetautonomousversion"}}}}},"400":{"description":"bad input parameter"}},"method":"get","path":"/device/autonomousversion"}}