update_inspection_config
Modify inspection settings for an application by updating configuration based on inspection type (e.g., CPU, memory, SLO). Specify project ID, app ID, and tailored configuration.
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 |