# Scan all clusters in Kubernetes integration Scan all clusters in Kubernetes integration Endpoint: POST /orguuid/{orguuid}/k8s/integrations/scan Version: 2.0 Security: bearer-security ## Path parameters: - `orguuid` (string, required) organization uuid ## Request fields (*/*): - `clusters` (array) - `connectedClusters` (integer) - `createdAt` (string) Example: "2020-01-01T00:00:00Z" - `description` (string) - `environments` (array) - `failedClusters` (integer) - `kubeconfig` (array) - `kubeconfigPath` (string) - `name` (string) - `owner` (object) - `owner.email` (string) - `password` (string) - `region` (string) - `totalClusters` (integer) - `type` (string) - `updatedAt` (string) Example: "2020-01-01T00:00:00Z" - `username` (string) - `uuid` (string) Example: "c4f93b6d-8236-4d0c-a67b-3978def476a3" ## Response 200 fields (application/json): - `data` (any) - `errors` (array) - `errors.message` (string) - `errors.source` (string) - `status` (object)