Modify the CnUpdateManager object.
put
https://{host}:{port}/{basePath}/CnUpdateManager/
modify the CnUpdateManager object.
Request
Path Parameters
-
CnUpdateManagerId(required):
CnUpdateManagerId to modify the associated CnUpdateManager.
Header Parameters
-
Auth-Token(required): string
Auth-Token received from a successful login response.
-
opc-request-id: string
Unique identifier for the request
Supported Media Types
- application/x-www-form-urlencoded
Root Schema : schema
Type:
Show Source
object
-
cnUpdateManager: object
CnUpdateManager
The CnUpdateManager contains attributes that control how often we should pull the compute service for updates.
Nested Schema : CnUpdateManager
Type:
object
The CnUpdateManager contains attributes that control how often we should pull the compute service for updates.
Show Source
-
cpuUsageCriticalFaultPercent(required): number
Sets the minimum CPU usage percentage to trigger critical faults. @param minimum CPU usage percentage to trigger a critical fault.
-
cpuUsageMajorFaultPercent(required): number
Sets the minimum CPU usage percentage to trigger major faults. @param minimum CPU usage percentage to trigger major faults
-
cpuUsageMinorFaultPercent(required): number
Sets the minimum CPU usage percentage to trigger minor faults. @param minimum CPU usage percentage to trigger minor faults
-
cpuUsageWarningPercent(required): number
Sets the minimum CPU usage percentage to trigger a warning. @param minimum CPU usage percentage to trigger a warning
-
faultIds: array
faultIds
-
lastRunTime: timestamp
The elapsed time since last run is read only and this operation is unsupported. @param lastRunTime - Unsupported.
-
memoryUsageCriticalFaultPercent(required): number
Sets the minimum memory usage percentage to trigger critical faults. @param minimum memory usage percentage to trigger a critical fault.
-
memoryUsageMajorFaultPercent(required): number
Sets the minimum memory usage percentage to trigger major faults. @param minimum memory usage percentage to trigger major faults
-
memoryUsageMinorFaultPercent(required): number
Sets the minimum memory usage percentage to trigger minor faults. @param minimum memory usage percentage to trigger minor faults
-
memoryUsageWarningPercent(required): number
Sets the minimum memory usage percentage to trigger a warning. @param minimum memory usage percentage to trigger a warning
-
pollInterval: integer
Sets the poll interval. @param purgeInterval the poll interval in seconds
-
runState: string
Allowed Values:
[ "RUNNING", "STOPPED", "UNKNOWN" ]
The Manager's run state is read-only and this operation is unsupported. @param runState to set manager to. -
totalCnCpuUsageCriticalFaultPercent(required): number
Sets the minimum total CN CPU usage percentage to trigger critical faults. @param minimum total CN CPU usage percentage to trigger a critical fault.
-
totalCnCpuUsageMajorFaultPercent(required): number
Sets the minimum total CN CPU usage percentage to trigger major faults. @param minimum total CN CPU usage percentage to trigger major faults
-
totalCnCpuUsageMinorFaultPercent(required): number
Sets the minimum total CN CPU usage percentage to trigger minor faults. @param minimum total CN CPU usage percentage to trigger minor faults
-
totalCnCpuUsageWarningPercent(required): number
Sets the minimum total CN CPU usage percentage to trigger a warning. @param minimum total CN CPU usage percentage to trigger a warning
-
totalCnMemoryUsageCriticalFaultPercent(required): number
Sets the minimum total CN memory usage percentage to trigger critical faults. @param minimum total CN memory usage percentage to trigger a critical fault.
-
totalCnMemoryUsageMajorFaultPercent(required): number
Sets the minimum total CN memory usage percentage to trigger major faults. @param minimum total CN memory usage percentage to trigger major faults
-
totalCnMemoryUsageMinorFaultPercent(required): number
Sets the minimum total CN memory usage percentage to trigger minor faults. @param minimum total CN memory usage percentage to trigger minor faults
-
totalCnMemoryUsageWarningPercent(required): number
Sets the minimum total CN memory usage percentage to trigger a warning. @param minimum total CN memory usage percentage to trigger a warning
Nested Schema : faultIds
Type:
array
Security
-
basicAuth: http
Type:
http
Response
Supported Media Types
- application/json
200 Response
Request completed successfully.
Root Schema : Job
Type:
object
A Job represents the unit of work required to perform a particular action or set of actions. The Job Id value represents the time when the Job was created in milliseconds since epoch. This will be a unique value in relation to other Job objects.
Show Source
-
abortedUser: string
Maximum Length:
256
-
associatedObjId: string
Maximum Length:
128
-
associatedObjType: string
Maximum Length:
256
-
endTime: timestamp
Read-only and this operation is unsupported. @param endTime Time in milliseconds.
-
jobName(required): string
Maximum Length:
256
-
progressMessage: string
Maximum Length:
1024
Read-only and this operation is unsupported. @param progressMessage. -
result: AssociatedObj
-
runState: string
Allowed Values:
[ "ACTIVE", "SUCCEEDED", "FAILED", "ABORTED" ]
-
startTime: timestamp
Read-only and this operation is unsupported. @param startTime The startTime to set.
-
transcript: string
Maximum Length:
1000
-
username: string
Maximum Length:
64
-
workItemIds: array
workItemIds
-
workRequestId: string
Maximum Length:
256
Nested Schema : workItemIds
Type:
array
400 Response
Bad request
Root Schema : Error
Type:
Show Source
object
-
code(required): string
A short error code that defines the error, meant for programmatic parsing.
-
message(required): string
A human-readable error string.
401 Response
Unauthorized
Root Schema : Error
Type:
Show Source
object
-
code(required): string
A short error code that defines the error, meant for programmatic parsing.
-
message(required): string
A human-readable error string.
404 Response
Not Found
Root Schema : Error
Type:
Show Source
object
-
code(required): string
A short error code that defines the error, meant for programmatic parsing.
-
message(required): string
A human-readable error string.
500 Response
Internal Server Error
Root Schema : Error
Type:
Show Source
object
-
code(required): string
A short error code that defines the error, meant for programmatic parsing.
-
message(required): string
A human-readable error string.
Default Response
An error has occurred
Root Schema : Error
Type:
Show Source
object
-
code(required): string
A short error code that defines the error, meant for programmatic parsing.
-
message(required): string
A human-readable error string.