{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "InstanceAgentConfig", "type": "object", "description": "Configuration options for the Oracle Cloud Agent software", "properties": { "isMonitoringDisabled": { "type": "boolean", "description": "Whether the Monitoring plugin is disabled" }, "isManagementDisabled": { "type": "boolean", "description": "Whether the Management plugin is disabled" }, "areAllPluginsDisabled": { "type": "boolean", "description": "Whether all plugins are disabled" }, "pluginsConfig": { "type": "array", "description": "The configuration of plugins associated with this instance" } } }