get_inspection_config
Retrieve the current inspection configuration (e.g., cpu, memory, slo) for a specific application within a project using project ID, application ID, and inspection type.
Instructions
Get inspection configuration for an application.
Retrieves the current configuration for a specific inspection type (e.g., cpu, memory, slo_availability, slo_latency) for an application.
Args: project_id: Project ID app_id: Application ID (format: namespace/kind/name) inspection_type: Type of inspection (cpu, memory, slo, etc)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
app_id | Yes | ||
inspection_type | Yes | ||
project_id | Yes |