{"type":"model","meta":{"id":"/apps/pubhub/media/crosswork-network-controller-7-2/76fd4bb9d069fd2530d7a02f0b3a4ca00eccfd35/aec5c4a2-bcff-3f98-bfdb-2d20859244c1","info":{"title":"Crosswork ClusterManager API","description":"ClusterManager provides API methods for managing Crosswork cluster. This includes getting cluster and node summary, getting cluster and node health information. It also provides APIs to collect showtech, rebalance cluster and set or get login banner.","version":"7.2.0","contact":{"name":"Crosswork Team, Cisco","email":"support@cisco.com"},"license":{"name":"Cisco Software License Agreement","url":"https://www.cisco.com/public/sw-license-agreement.html"}},"security":[{"bearerAuth":[]}],"x-parser-conf":{"overview":{"markdownPath":"reference/INFRA/CLUSTER/cluster-overview.md"}},"openapi":"3.0.1","servers":[{"url":"https://{cw_ip}:30603/crosswork/platform/v2","description":"Generated server url"}],"securitySchemes":{"api_key":{"description":"security definitions details","type":"apiKey","name":"Authorization","in":"header"},"bearerAuth":{"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT Authorization header using the Bearer scheme. Example: \"Authorization: Bearer {token}\""}}},"spec":{"description":"Response for login banner request","type":"object","properties":{"ShowMessage":{"description":"Is banner message enabled?","type":"boolean"},"UserAck":{"description":"Has user acknowledged the banner message?","type":"boolean"},"Message":{"description":"Banner message","type":"string"},"Icon":{"description":"Icon type for login banner","type":"string","enum":["BANNER_ICON_INFO","BANNER_ICON_IMPORTANT","BANNER_ICON_CRITICAL"],"default":"BANNER_ICON_INFO","$$ref":"#/components/schemas/clusterBannerLoginIcon"},"Title":{"description":"Banner title","type":"string"}},"example":{"ShowMessage":false,"UserAck":false,"Message":"Welcome to Cisco Crosswork. Logging into the system means that you acknowledge and agree to comply with Cisco Crosswork terms and conditions.","Icon":"BANNER_ICON_INFO","Title":"Crosswork Legal Disclaimer"},"$$ref":"#/components/schemas/clusterBannerResp","title":"clusterBannerResp"}}