Skip to main content

transformation_rules

Overview

Nametransformation_rules
TypeResource
Idsumologic.transformation_rules.transformation_rules

Fields

NameDatatypeDescription
idstringUnique identifier for the transformation rule.
enabledbooleanTrue if the rule is enabled.
ruleDefinitionobjectThe properties that define a transformation rule.
createdAtstringCreation timestamp in UTC in RFC3339 format.
createdBystringIdentifier of the user who created the resource.
modifiedAtstringLast modification timestamp in UTC.
modifiedBystringIdentifier of the user who last modified the resource.

Methods

NameAccessible byRequired ParamsDescription
getTransformationRuleSELECTid, regionGet a transformation rule with the given identifier.
getTransformationRulesSELECTregionGet a list of transformation rules in the organization. The response is paginated with a default limit of 100 rules per page.
createRuleINSERTdata__enabled, data__ruleDefinition, regionCreate a new transformation rule.
deleteRuleDELETEid, regionDelete a transformation rule with the given identifier.
updateTransformationRuleEXECid, data__enabled, data__ruleDefinition, regionUpdate an existing transformation rule. All properties specified in the request are replaced. Missing properties will remain the same.