Rancher Management API
The Rancher Management API exposes Rancher's multi-cluster Kubernetes management capabilities as Kubernetes-style REST resources. It supports automation of cluster lifecycle, project and namespace management, user and access control, catalog and app management, and integration of Rancher into CI/CD and platform engineering workflows. Authentication is via bearer tokens generated from the Rancher UI or via the login endpoint, and the API is reached through the Rancher server URL.
Documentation
Documentation
https://ranchermanager.docs.rancher.com/
Getting Started
https://ranchermanager.docs.rancher.com/getting-started/overview
Specifications
Schemas & Data
JSONSchema
json-schema/rancher-cluster.json
JSONSchema
json-schema/rancher-project.json
JSONSchema
json-schema/rancher-node.json
JSONStructure
json-structure/rancher-cluster-structure.json
JSONStructure
json-structure/rancher-project-structure.json
JSONStructure
json-structure/rancher-node-structure.json
Examples
Example
examples/rancher-list-clusters-example.json
Example
examples/rancher-create-cluster-example.json
Example
examples/rancher-list-projects-example.json
Other Resources
API Quick Start
https://ranchermanager.docs.rancher.com/api/quickstart
SpectralRules
rules/rancher-rules.yml
NaftikoCapabilities
capabilities/cluster-lifecycle.yaml
NaftikoCapabilities
capabilities/access-control.yaml
OpenAPI
#Cluster Management
#Containers
#Kubernetes
#Multi-Cluster
#Open Source
#SUSE