Skip to main content

ClustermanualupgradeJobsInnerManagedProcessConfigurationOtelAgent

Configuration details for the 'otel_agent' process.

Properties

NameTypeDescriptionNotes
versionstrVersion of the 'otel_agent' process.[required]
pathstrPath to the 'otel_agent' process.[required]
descriptionstrA brief description of the 'otel_agent' process.[required]
restart_neededboolIndicates whether the process needs to be restarted.[required]
}

Example

from sailpoint.managed_clusters.models.clustermanualupgrade_jobs_inner_managed_process_configuration_otel_agent import ClustermanualupgradeJobsInnerManagedProcessConfigurationOtelAgent

clustermanualupgrade_jobs_inner_managed_process_configuration_otel_agent = ClustermanualupgradeJobsInnerManagedProcessConfigurationOtelAgent(
version='3003',
path='sailpoint/otel_agent',
description='version of otel_agent used by the va',
restart_needed=True
)

[Back to top]