cldkctl_registry_logs
Retrieve detailed logs for a specific registry ID using the MCP cldkctl Server, enabling efficient monitoring and troubleshooting of registry activities.
Instructions
Call the cldkctl_registry_logs endpoint
Input Schema
Name | Required | Description | Default |
---|---|---|---|
registry_id | Yes | Registry ID |
Input Schema (JSON Schema)
{
"properties": {
"registry_id": {
"description": "Registry ID",
"type": "string"
}
},
"required": [
"registry_id"
],
"type": "object"
}