Oracle · Schema

InstanceAgentConfig

Configuration options for the Oracle Cloud Agent software

CloudDatabaseEnterpriseInfrastructureSaaSFortune 100

Properties

Name Type Description
isMonitoringDisabled boolean Whether the Monitoring plugin is disabled
isManagementDisabled boolean Whether the Management plugin is disabled
areAllPluginsDisabled boolean Whether all plugins are disabled
pluginsConfig array The configuration of plugins associated with this instance
View JSON Schema on GitHub

JSON Schema

oci-compute-instance-agent-config-schema.json Raw ↑
{
  "$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"
    }
  }
}