{"type":"api","title":"Gets CDG Showtech log collection status","meta":{"id":"/apps/pubhub/media/crosswork-network-controller-7-1/f445c17e25a1120e8fbde4bd413083d0fd88b2b3/e05c97f6-c05c-3a2b-97ed-ca9f414d72b7","info":{"title":"Crosswork Data Gateway Troubleshooting API","description":"APIs to support CDG 3.0.0 troubleshooting","version":"7.1.0","contact":{"name":"Crosswork Team, Cisco","email":"support@cisco.com"},"license":{"name":"Cisco Software License Agreement","url":"http://www.cisco.com/public/sw-license-agreement.html"}},"security":[{"bearerAuth":[]}],"x-parser-conf":{"overview":{"markdownPath":"reference/CDG/cdg_troubleshooting_api_overview.md"}},"swagger":"2.0","basePath":"/crosswork/dg-manager/v1","schemes":["https"],"securityDefinitions":{"bearerAuth":{"type":"apiKey","name":"Authorization","in":"header","description":"Bearer Auth Token"}}},"spec":{"summary":"Gets CDG Showtech log collection status","operationId":"ShowtechStatusRequest","deprecated":false,"produces":["application/json"],"consumes":["application/json"],"parameters":[{"name":"Body","in":"body","required":true,"description":"Request payload to get Showtech collection status","schema":{"title":"ShowtechStatusRequest","example":{"queryParams":[{"field":"CMDID","value":{"valueStr":"5065"}}]},"type":"object","properties":{"queryParams":{"type":"array","items":{"title":"ShowtechQueryParam","example":{"field":"CMDID","value":{"valueStr":"5065"}},"type":"object","properties":{"field":{"type":"string"},"value":{"title":"ShowTechValue","example":{"valueStr":"5065"},"type":"object","properties":{"valueStr":{"type":"string"}},"required":["valueStr"],"$$ref":"#/definitions/ShowTechValue"}},"required":["field","value"],"$$ref":"#/definitions/ShowtechQueryParam"}}},"required":["queryParams"],"$$ref":"#/definitions/ShowtechStatusRequest"}}],"responses":{"200":{"description":"OK. The request was successful. Once the data gateway showtech log collection is successful. The response contains the downloadable link of the showtech log file. ","schema":{"title":"ShowtechStatusResponse","example":{"command":{"clientId":{"uuid":"3739350e-0acb-47ee-826e-52f069511cf5"},"id":"275f4b7d-6db9-458c-b4a9-3da61a1f8239","commandName":"SHOW_TECH_SUPPORT","args":[]},"response":{"clientId":{"uuid":"3739350e-0acb-47ee-826e-52f069511cf5"},"responseId":"275f4b7d-6db9-458c-b4a9-3da61a1f8239","commandName":"SHOW_TECH_SUPPORT","value":{"str":"SHOW_TECH_SUPPORT send to client with UUID 3739350e-0acb-47ee-826e-52f069511cf5"},"status":"STARTED"}},"type":"object","properties":{"command":{"title":"command","example":{"clientId":{"uuid":"3739350e-0acb-47ee-826e-52f069511cf5"},"id":"275f4b7d-6db9-458c-b4a9-3da61a1f8239","commandName":"SHOW_TECH_SUPPORT","args":[]},"type":"object","properties":{"clientId":{"title":"ClientId","example":{"uuid":"d58de587-5da2-4a62-b010-32395acc8dbc"},"type":"object","properties":{"uuid":{"type":"string"}},"required":["uuid"],"$$ref":"#/definitions/ClientId"},"id":{"type":"string"},"commandName":{"type":"string"}},"$$ref":"#/definitions/command"},"response":{"title":"response","example":{"clientId":{"uuid":"3739350e-0acb-47ee-826e-52f069511cf5"},"responseId":"275f4b7d-6db9-458c-b4a9-3da61a1f8239","commandName":"SHOW_TECH_SUPPORT","value":{"str":"SHOW_TECH_SUPPORT send to client with UUID 3739350e-0acb-47ee-826e-52f069511cf5"},"status":"STARTED"},"type":"object","properties":{"clientId":{"title":"ClientId","example":{"uuid":"d58de587-5da2-4a62-b010-32395acc8dbc"},"type":"object","properties":{"uuid":{"type":"string"}},"required":["uuid"],"$$ref":"#/definitions/ClientId"},"responseId":{"type":"string"},"commandName":{"type":"string"},"value":{"title":"value","example":{"str":"SHOW_TECH_SUPPORT send to client with UUID 3739350e-0acb-47ee-826e-52f069511cf5"},"type":"object","properties":{"str":{"type":"string"}},"$$ref":"#/definitions/value"},"status":{"type":"string"}},"$$ref":"#/definitions/response"}},"$$ref":"#/definitions/ShowtechStatusResponse"},"headers":{}},"500":{"description":"Internal Server Error"}},"__originalOperationId":"ShowtechStatusRequest","security":[{"bearerAuth":[]}],"method":"post","path":"/command/query"}}