{"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":"Parameters of Crosswork Node","type":"object","properties":{"status":{"description":"Status of the node","type":"string","title":"Status"},"availability":{"description":"High-Availability status of the node","type":"string","title":"High-Availability status"},"type":{"description":"Type of the node","type":"string","title":"Type"},"size_profile":{"description":"Size profile defining resource allocations for a node","type":"object","properties":{"cpu":{"description":"CPU allocation for the node","type":"string"},"memory":{"description":"Memory allocation for the node","type":"string"},"disk":{"description":"Disk allocation for the node","type":"string"}},"$$ref":"#/components/schemas/clusterSizeProfile"},"host":{"description":"Hypervisor Details of the node","type":"string","title":"Hypervisor Details"},"data_store":{"description":"Data Store Details of the node","type":"string"},"management_ip":{"description":"Management Network Details of the node","type":"string","title":"Network Details"},"data_ip":{"description":"Data Network Details of the node","type":"string"},"management_ip_v4":{"description":"IPv4 Management IP Address of the node","type":"string"},"data_ip_v4":{"description":"IPv4 Data IP Address of the node","type":"string"},"management_ip_v6":{"description":"IPv6 Management IP Address of the node","type":"string"},"data_ip_v6":{"description":"IPv6 Data IP Address of the node","type":"string"}},"$$ref":"#/components/schemas/clusterNodeParameters","title":"clusterNodeParameters"}}