mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 12:27:47 +00:00
1.8 KiB
1.8 KiB
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2025-cluster-manual-upgrade-jobs-inner-managed-process-configuration-otel-agent | ClusterManualUpgradeJobsInnerManagedProcessConfigurationOtelAgent | ClusterManualUpgradeJobsInnerManagedProcessConfigurationOtelAgent | ClusterManualUpgradeJobsInnerManagedProcessConfigurationOtelAgent | powershellsdk |
|
/tools/sdk/powershell/v2025/models/cluster-manual-upgrade-jobs-inner-managed-process-configuration-otel-agent |
|
ClusterManualUpgradeJobsInnerManagedProcessConfigurationOtelAgent
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Version | String | Version of the 'otel_agent' process. | [required] |
| Path | String | Path to the 'otel_agent' process. | [required] |
| Description | String | A brief description of the 'otel_agent' process. | [required] |
| RestartNeeded | Boolean | Indicates whether the process needs to be restarted. | [required] |
Examples
- Prepare the resource
$ClusterManualUpgradeJobsInnerManagedProcessConfigurationOtelAgent = Initialize-PSSailpoint.V2025ClusterManualUpgradeJobsInnerManagedProcessConfigurationOtelAgent -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