{"type":"api","title":"Get Arbitation window details for DataGateway instances","meta":{"id":"/apps/pubhub/media/crosswork-network-controller-7-1/f445c17e25a1120e8fbde4bd413083d0fd88b2b3/d591da0a-64b3-3a66-bae6-af027c120026","info":{"title":"Crosswork Data Gateway Geo Auto Arbitration API","description":"This document details Crosswork Data Gateway APIs you can use to get and set arbitration window of the datagateway","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":[]}],"tags":[{"name":"Auto Arbitration APIs","description":"Get/Set Auto Arbitration window for CDG"}],"x-parser-conf":{"overview":{"markdownPath":"reference/CDG/cdg_geo_auto_arbitration_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":{"description":"Get Arbitation window details of Data Gateway instances","summary":"Get Arbitation window details for DataGateway instances","operationId":"GetArbitrationWindow","deprecated":false,"produces":["application/json"],"consumes":["application/json"],"parameters":[{"name":"Content-Type","in":"header","required":true,"type":"string","description":"application/json"},{"name":"Body","in":"body","required":true,"description":"Request payload for getting arbitration details query","schema":{"title":"GetArbitrationWindowQueryRequest","example":{},"type":"object","properties":{"data":{}},"$$ref":"#/definitions/GetArbitrationWindowQueryRequest"}}],"responses":{"200":{"description":"OK","schema":{"title":"GetArbitrationWindowQueryResponse","type":"object","properties":{"arbitrationWindow":{"type":"object","properties":{"window":{"type":"string"}},"required":["window"]}},"$$ref":"#/definitions/GetArbitrationWindowQueryResponse"},"examples":{"application/json":{"arbitrationWindow":{"window":"30m0s"}}},"headers":{}},"500":{"description":"Internal Server Error"}},"__originalOperationId":"GetArbitrationWindow","security":[{"bearerAuth":[]}],"method":"post","path":"/dg/arbitration-window/query"}}