{"type":"api","title":"Update FQDNs of VIPs in HA pool","meta":{"id":"/apps/pubhub/media/crosswork-network-controller-7-1/f445c17e25a1120e8fbde4bd413083d0fd88b2b3/6a2f2e27-2148-36d0-aa99-acbe63ee5246","info":{"title":"Crosswork Data Gateway High Availability API","description":" This document contains details of the Crosswork Data Gateway Manager RESTful APIs that can be used for CRUD operations of Data Gateways and HA Pools","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":"Misc","description":"Miscellaneous"}],"x-parser-conf":{"overview":{"markdownPath":"reference/CDG/cdg_ha_api_overview.md"}},"swagger":"2.0","basePath":"/crosswork/dg-manager/v2","schemes":["https"],"securityDefinitions":{"bearerAuth":{"type":"apiKey","name":"Authorization","in":"header","description":"Bearer Auth Token"}}},"spec":{"description":"Update FQDNs of all the VIPs of a given HA pool with uuid specified in the payload.","summary":"Update FQDNs of VIPs in HA pool","operationId":"UpdateV2HApoolFQDN","deprecated":false,"produces":["application/json"],"consumes":["application/json"],"parameters":[{"name":"Content-Type","in":"header","required":true,"type":"string","description":"Content Type for Header"},{"name":"Body","in":"body","required":true,"description":"Body of the Request","schema":{"title":"UpdateHApoolFQDNV2Request","example":{"puuid":"a7c3e0f6-d113-4549-ac4e-6ef5cec0e2d4"},"properties":{"puuid":{"type":"string"}},"required":["puuid"],"$$ref":"#/definitions/UpdateHApoolFQDNV2Req"}}],"responses":{"200":{"description":"Update HA pool FQDN response","schema":{"title":"UpdateHApoolFQDNV2Response","example":{"puuid":"a7c3e0f6-d113-4549-ac4e-6ef5cec0e2d4","message":"FQDN updated successfully for HA Pool: HAPool_UpdateV2"},"type":"object","properties":{"puuid":{"type":"string"},"message":{"type":"string"}},"required":["puuid","message"],"$$ref":"#/definitions/UpdateHApoolFQDNV2Res"}},"500":{"description":"Internal Server Error","schema":{"title":"HAPoolErrorResponse","example":{"error":"HA pool with id a7c3e0f6-d113-4549-ac4e-6ef5cec0e2d4 not found in cache"},"type":"object","properties":{"error":{"type":"string"}},"$$ref":"#/definitions/HAPoolErrorResponse"}}},"security":[],"__originalOperationId":"UpdateV2HApoolFQDN","method":"put","path":"/hapool/fqdn"}}