UpdateValueParameterInput
input UpdateValueParameterInput {
id: ID!
action: MonitoringParameterUpdateAction!
value: [String]
}
Fields
UpdateValueParameterInput.id ● ID! non-null scalar
The unique identifier of the monitoring parameter.
UpdateValueParameterInput.action ● MonitoringParameterUpdateAction! non-null enum
Action to perform on the parameter: "RESET" | "OVERWRITE" | "NONE"
- RESET: restore to default
- OVERWRITE: apply the provided value
- NONE: make no change
UpdateValueParameterInput.value ● [String] list scalar
The new value to apply if action is OVERWRITE. Ignored for other actions.