UpdateSelfMonRule
Update the threshold of an existing self-monitoring alert rule.
PUT
/api/v1/self-monitor/rules/{ruleId}Operation ID
UpdateSelfMonRuleSince
1.0.0Execution Mode
SynchronousAuth Context
Auth RequiredAuth Context
Send these values as request headers when calling this API.
AuthorizationstringRequiredBearer Token
X-Tenant-IDstringX-Tenant-ID
Request Inputs
application/jsonPath Parameters
ruleIdStringRequiredID of the rule to update
Body Fields
nameStringRequiredNew name for the alert rule
Example: Updated CPU Alert
descriptionStringRequiredNew description for the rule
Example: Updated alert description
operatorStringRequiredNew comparison operator
Example: >
thresholdLongRequiredNew threshold value
Example: 85
durationIntegerRequiredNew duration in seconds
Example: 300
