{"type":"model","meta":{"id":"/apps/pubhub/media/sd-wan-api-20-16/58fb893fa751949ea20a40274e9ab219a20e19fa/e77267b5-7b4b-3f93-807c-c6d1c6b41343","info":{"title":"Cisco Catalyst SD-WAN Manager API","description":"The vManage API exposes the functionality of operations maintaining devices and the overlay network","contact":{"email":"vmanage@cisco.com"},"license":{"name":"Commercial License","url":"https://www.cisco.com/c/en/us/solutions/enterprise-networks/sd-wan/index.html"},"version":"2.0.0"},"openapi":"3.0.1","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"}}