debug_containers
Identify and resolve container issues in Optimizely DXP environments by analyzing deployment status and logs across Integration, Preproduction, and Production.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| environment | No | ||
| projectName | No | ||
| projectId | No | ||
| apiKey | No | ||
| apiSecret | No |
Implementation Reference
- lib/utils/tool-availability-matrix.ts:363-367 (registration)Registration of the 'debug_containers' tool in the ToolAvailabilityMatrix. This defines its availability across different hosting types (DXP PaaS, SaaS, self-hosted) and categorizes it as a Debug tool for storage container access troubleshooting.'debug_containers': { hostingTypes: ['dxp-paas', 'dxp-saas', 'self-hosted'], category: 'Debug', description: 'Debug storage container access' },