list_inspections
Retrieve a detailed list of configured inspections for a project, including CPU, memory, SLO, and health checks, to monitor and analyze performance metrics effectively.
Instructions
List all available inspections for a project.
Returns a list of all inspection types and their configurations including CPU, memory, SLO, and other health checks.
Args: project_id: Project ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
project_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"project_id": {
"title": "Project Id",
"type": "string"
}
},
"required": [
"project_id"
],
"type": "object"
}