Skip to main content

ClusterManualUpgradeJobsInnerManagedProcessConfigurationOtelAgent

Properties

NameTypeDescriptionNotes
VersionStringVersion of the 'otel_agent' process.[required]
PathStringPath to the 'otel_agent' process.[required]
DescriptionStringA brief description of the 'otel_agent' process.[required]
RestartNeededBooleanIndicates whether the process needs to be restarted.[required]

Examples

  • Prepare the resource
$ClusterManualUpgradeJobsInnerManagedProcessConfigurationOtelAgent = Initialize-PSSailpoint.V2024ClusterManualUpgradeJobsInnerManagedProcessConfigurationOtelAgent  -Version 3003 `
-Path sailpoint/otel_agent `
-Description version of otel_agent used by the va `
-RestartNeeded true
  • Convert the resource to JSON
$ClusterManualUpgradeJobsInnerManagedProcessConfigurationOtelAgent | ConvertTo-JSON

[Back to top]