get_cluster_details
Retrieve comprehensive details about a Kubernetes cluster by specifying its cluster_id, enabling precise security and management insights in RAD Security environments.
Instructions
Get detailed information about a specific Kubernetes cluster managed by RAD Security
Input Schema
Name | Required | Description | Default |
---|---|---|---|
cluster_id | Yes | ID of the cluster to get details for |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"cluster_id": {
"description": "ID of the cluster to get details for",
"type": "string"
}
},
"required": [
"cluster_id"
],
"type": "object"
}