{"type":"api","title":"Get Mre Execution Id","meta":{"id":"/apps/pubhub/media/cisco-catalyst-sd-wan-api-guide-20-18/1c4807bcb76af36988ebb37dc2e455b1787a155e/d2f02ba2-fd0d-3a26-bcc5-feafc8f24d17","info":{"title":"Monitoring and Troubleshooting","description":"Includes API operations for the following:\n- Real-time monitoring\n- Accessing statistics APIs and statistics bulk APIs\n- Retrieving device state\n- Managing alarms and events\n","contact":{"email":"vmanage@cisco.com"},"version":"20.18 - 2025-08-15"},"openapi":"3.1.0","servers":[{"url":"/dataservice"}]},"spec":{"tags":["Troubleshooting MRE - Workflow"],"description":"Launch MRE workflow","operationId":"getMreExecutionId","parameters":[{"name":"workflowType","in":"path","description":"Mre workflow type","required":true,"schema":{"type":"string","enum":["tunnelTroubleshoot"]}},{"name":"isMre","in":"query","schema":{"type":"boolean","default":true}}],"requestBody":{"content":{"application/json":{"schema":{"required":["deviceUUID","parameters"],"type":"object","properties":{"deviceUUID":{"type":"string","example":"C8K-e456a1c9-5000-4d2b-b8b4-52fd41e55a4b"},"parameters":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string","example":"localDevice"},"value":{"type":"string","example":"111.111.111.111"}},"$$ref":"#/components/schemas/LaunchRequestParameter"}}},"$$ref":"#/components/schemas/LaunchRequestBody"}}},"required":true},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"response":{"type":"object","properties":{"url":{"type":"string","example":"/api/v1/task/018f3570-9e70-7cf1-aaea-e448f9b6ec66"},"workflowExecutionId":{"type":"string","example":"018f3570-9e70-7cf1-aaea-e448f9b6ec66"}},"$$ref":"#/components/schemas/LaunchResponseResponse"},"version":{"type":"string","example":"1.0"}},"$$ref":"#/components/schemas/LaunchResponse"}}}},"400":{"description":"Bad Request"},"403":{"description":"Forbidden"},"500":{"description":"Internal Server Error"}},"method":"post","path":"/troubleshooting/mre/workflow/{workflowType}"}}