{"type":"api","title":"Get Vnf Properties","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":["Configuration - Software Actions"],"description":"Get VNF Properties","operationId":"getVnfProperties","parameters":[{"name":"versionId","in":"path","required":true,"schema":{"type":"string"},"example":"c9a1bf09-1060-4c82-a9e8-745159ddfc1d"}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"array","items":{"type":"object","properties":{"vnfPropertiesJson":{"type":"object","properties":{"vnfProperties":{"type":"object","properties":{"applicationDescription":{"type":"string","example":"Unified Threat Defense"},"applicationMaxInstances":{"type":"number","example":1},"applicationVendor":{"type":"string","example":"Cisco Systems, Inc."},"arch":{"type":"string","example":"x86_64"},"imageType":{"type":"string","example":"lxc"},"name":{"type":"string","example":"UTD-Snort-Feature"},"version":{"type":"string","example":"1.13.1_SV3.1.55.0_XEmain"},"vnf_type":{"type":"string","example":"app-hosting"}},"$$ref":"#/components/schemas/GetVnfPropertiesVnfPropertiesJsonVnfProperties"}},"$$ref":"#/components/schemas/GetVnfPropertiesVnfPropertiesJson"}},"$$ref":"#/components/schemas/GetVnfPropertiesData"}}},"$$ref":"#/components/schemas/GetVnfProperties"},"examples":{"VNF properties":{"description":"VNF properties","value":{"data":[{"vnfPropertiesJson":{"vnfProperties":{"applicationMaxInstances":1,"applicationDescription":"Unified Threat Defense","name":"UTD-Snort-Feature","applicationVendor":"Cisco Systems, Inc.","arch":"x86_64","vnf_type":"app-hosting","version":"1.13.1_SV3.1.55.0_XEmain","imageType":"lxc"}}}]},"$$ref":"#/components/examples/ComViptelaVmanageServerDeviceactionInstallpackageurlapiResponseExampleVnfproperties"}}}}},"400":{"description":"Bad Request"},"403":{"description":"Forbidden"},"500":{"description":"Internal Server Error"}},"method":"get","path":"/device/action/software/vnfproperties/{versionId}"}}