update_inspection_config
Modify inspection configurations for applications to adjust monitoring parameters like CPU, memory, or SLOs. Specify project and app IDs, inspection type, and updated configuration for precise control.
Instructions
Update inspection configuration for an application.
Updates the configuration for a specific inspection type. Configuration format depends on the inspection type.
Args: project_id: Project ID app_id: Application ID (format: namespace/kind/name) inspection_type: Type of inspection (cpu, memory, slo, etc) config: New configuration (format varies by type)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
app_id | Yes | ||
config | Yes | ||
inspection_type | Yes | ||
project_id | Yes |