{"type":"api","title":"Get Supported Software Image List","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":["MultiCloud - Global Settings"],"description":"Get software image list","operationId":"getSupportedSoftwareImageList","parameters":[{"name":"cloudType","in":"query","required":true,"schema":{"type":"string","enum":["AWS","AWS_GOVCLOUD","AZURE","AZURE_GOVCLOUD","GCP"]}},{"name":"accountId","in":"query","schema":{"type":"string"}},{"name":"cloudRegion","in":"query","schema":{"type":"string"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"deviceModel":{"type":"string","example":"vedge-C8000V"},"displayName":{"type":"string","example":"C8000v 17.04.01b"},"isPaygImage":{"type":"boolean","example":false},"softwareImageId":{"type":"string","example":"Cisco-C8k-17.04.01b-42cb6e93-8d9d-490b-a73c-e3e56077ffd1"},"version":{"type":"string","example":"17.04.01b"}},"$$ref":"#/components/schemas/SwImagesResponse"}}}}},"400":{"description":"Bad Request"},"403":{"description":"Forbidden"},"500":{"description":"Internal Server Error"}},"method":"get","path":"/multicloud/swimages"}}