{"type":"model","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":{"required":["reportId","reportName","schedule","startTime","taskId","taskStatus","taskStepDetail","timeFrame"],"type":"object","properties":{"emailRecipient":{"type":"array","description":"Email address to receive the report files","example":["alice@cisco.com"],"items":{"type":"string","description":"Email address to receive the report files","example":["alice@cisco.com"]}},"endTime":{"type":"integer","description":"Report task end timestamp","format":"int64","example":1656677563859},"fileType":{"type":"string","description":"Report file type","example":"pdf"},"followerVmanages":{"type":"array","description":"In Cluster deployment, the follower vManage IP address which needs to replicate the report file from source vManage which generated the report file.","example":["10.0.105.38","10.0.105.39"],"items":{"type":"string","description":"In Cluster deployment, the follower vManage IP address which needs to replicate the report file from source vManage which generated the report file.","example":["10.0.105.38","10.0.105.39"]}},"onVmanage":{"type":"string","description":"IP address of the source vManage which is scheduled to generate report file. Default value is \"localhost\" for single node vManage deployment.","example":"10.0.105.32"},"reportDownloadUrl":{"type":"string","description":"Report file download URL","example":"/reports/6f4464a5-f656-4407-acac-4c273e143a0a/tasks/c3855560-462b-46d6-8c2e-82cc9cfc105a/download"},"reportId":{"type":"string","description":"Report Template UUID","format":"uuid","example":"3fa85f64-5717-4562-b3fc-2c963f66af26"},"reportName":{"type":"string","description":"Report name for task","example":"SJC site summary report-20220916-123123"},"schedule":{"type":"string","description":"Report schedule information","example":"Daily"},"startTime":{"type":"integer","description":"Report task start timestamp","format":"int64","example":1656677463859},"taskId":{"type":"string","description":"Task UUID","format":"uuid","example":"3fa85f64-5717-4562-b3fc-2c963f66afa6"},"taskStatus":{"type":"string","description":"Report Task status","example":"in_progress","enum":["failure","in_progress","success"]},"taskStepDetail":{"required":["fileGenerated","reportDataQuery"],"type":"object","properties":{"emailSent":{"type":"boolean","description":"Email sent or not, if sending report via email is enabled","example":true},"fileGenerated":{"type":"boolean","description":"Report file is generated or not","example":true},"fileReplicated":{"type":"boolean","description":"Report file is all replicated or not when vManage is a cluster deployment","example":true},"reportDataQuery":{"type":"boolean","description":"Report data query success or not","example":true}},"description":"The detail status for each step of report generating task","$$ref":"#/components/schemas/ReportTaskProcessStepInfo"},"timeFrame":{"type":"string","description":"Report time frame (7 Days or 30 Days)","example":"7"}},"description":"Report Task list for specific report ID","$$ref":"#/components/schemas/ReportTaskUIInfo","title":"ReportTaskUIInfo"}}