{"type":"model","meta":{"id":"/apps/pubhub/media/crosswork-network-controller-7-1/f445c17e25a1120e8fbde4bd413083d0fd88b2b3/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":"3.0.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"}},"x-parser-conf":{"overview":{"markdownPath":"reference/INFRA/CLUSTER/cluster-overview.md"}},"openapi":"3.0.0","servers":[{"url":"/crosswork/platform/v2"}],"securitySchemes":{"api_key":{"description":"security definitions details","type":"apiKey","name":"Authorization","in":"header"}}},"spec":{"type":"object","properties":{"result":{"type":"string","enum":["R_NOOP","R_SUCCESS","R_FAILURE"],"default":"R_NOOP","title":"ResultValue","$$ref":"#/components/schemas/clusterRespValue"},"description":{"type":"string","title":"Additional response information"},"result_map":{"type":"object","additionalProperties":{"type":"string"},"title":"Supplementary keyed response info for the operation (for example: version number, error message)"},"result_string":{"type":"array","items":{"type":"string"},"title":"Simple result string"},"id":{"type":"string","title":"Resource Identifier returned by operation, if any"}},"description":"OpResult is used to indicate whether an operation has been accepted or not. A string or map payload provides the additional response information (for example: version number, error data).","$$ref":"#/components/schemas/clusterOpResult","title":"clusterOpResult"}}