{"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":{"type":"object","properties":{"result":{"description":"RespValue indicates the outcome of an operation","type":"string","enum":["R_NOOP","R_SUCCESS","R_FAILURE"],"default":"R_NOOP","title":"ResultValue","$$ref":"#/components/schemas/clusterRespValue"},"description":{"description":"Additional response information","type":"string","title":"Additional response information"},"result_map":{"description":"Supplementary keyed response info for the operation (for example: version number, error message)","type":"object","additionalProperties":{"type":"string"},"title":"Supplementary keyed response info for the operation (for example: version number, error message)"},"result_string":{"description":"Simple string array response info for the operation","type":"array","items":{"type":"string"},"title":"Simple result string"},"id":{"description":"Resource Identifier returned by operation, if any","type":"string","title":"Resource Identifier returned by operation, if any"}},"example":{"result":"R_SUCCESS","description":" Showtech timeout value set to: 600 seconds.","result_map":{},"result_string":[],"id":""},"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"}}