{"type":"api","title":"Audit Dry Run","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 - General"],"description":"Call an audit with dry run","operationId":"auditDryRun","parameters":[{"name":"cloudType","in":"query","required":true,"schema":{"type":"string","enum":["AWS","AWS_GOVCLOUD","AZURE","AZURE_GOVCLOUD","GCP"]}},{"name":"cloudRegion","in":"query","schema":{"type":"string"}},{"name":"refresh","in":"query","schema":{"type":"string","default":"true"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"examples":{"In Sync":{"description":"In Sync","value":{"auditStatus":"IN_SYNC","canFix":true,"auditReport":[]}},"Out Of Sync":{"description":"Out Of Sync","value":{"auditStatus":"OUT_OF_SYNC","canFix":true,"auditReport":[{"status":"IN_SYNC","reportType":"GCR","region":"us-west1","name":"S2C_GCR","details":[]},{"status":"IN_SYNC","reportType":"GCR","region":"us-west1","name":"S2S_GCR","details":[]},{"status":"IN_SYNC","reportType":"CGW_ROUTER","region":"global","details":[]},{"status":"IN_SYNC","reportType":"HOSTVPC","region":"global","details":[]},{"status":"IN_SYNC","reportType":"NCC_HUB","region":"global","name":"s2c-hub","details":[]},{"status":"OUT_OF_SYNC_DRY_RUN","reportType":"NCC_HUB","region":"global","name":"s2s-hub","details":["Spoke s2s-spoke in region us-west1 is missing."]},{"status":"IN_SYNC","reportType":"MAPPING","details":[]}]}}}}}},"400":{"description":"Bad Request"},"403":{"description":"Forbidden"},"500":{"description":"Internal Server Error"}},"method":"get","path":"/multicloud/audit"}}