| Package | Description |
|---|---|
| net.minidev.ovh.api | |
| net.minidev.ovh.api.dbaas.logs |
| Modifier and Type | Method and Description |
|---|---|
OvhOperation |
ApiOvhDbaaslogs.serviceName_output_graylog_stream_streamId_alert_alertId_PUT(String serviceName,
String streamId,
String alertId,
OvhStreamAlertConditionThresholdTypeEnum thresholdType,
Long grace,
OvhStreamAlertConditionConstraintTypeEnum constraintType,
OvhStreamAlertConditionConditionTypeEnum conditionType,
Boolean repeatNotificationsEnabled,
String value,
Long backlog,
Long threshold,
Long time,
String title,
String field)
Update alert information of specified graylog stream
REST: PUT /dbaas/logs/{serviceName}/output/graylog/stream/{streamId}/alert/{alertId}
|
OvhOperation |
ApiOvhDbaaslogs.serviceName_output_graylog_stream_streamId_alert_POST(String serviceName,
String streamId,
OvhStreamAlertConditionThresholdTypeEnum thresholdType,
Long grace,
OvhStreamAlertConditionConstraintTypeEnum constraintType,
OvhStreamAlertConditionConditionTypeEnum conditionType,
Boolean repeatNotificationsEnabled,
String value,
Long backlog,
Long threshold,
Long time,
String title,
String field)
Register a new alert on specified graylog stream
REST: POST /dbaas/logs/{serviceName}/output/graylog/stream/{streamId}/alert
|
| Modifier and Type | Field and Description |
|---|---|
OvhStreamAlertConditionConditionTypeEnum |
OvhStreamAlertCondition.conditionType
Alert condition type
canBeNull && readOnly
|
| Modifier and Type | Method and Description |
|---|---|
static OvhStreamAlertConditionConditionTypeEnum |
OvhStreamAlertConditionConditionTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OvhStreamAlertConditionConditionTypeEnum[] |
OvhStreamAlertConditionConditionTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018. All rights reserved.