Files
influx-cli/api/contract/overrides/schemas/TemplateSummaryDiffNotificationRuleFields.yml

22 lines
387 B
YAML

type: object
properties:
name:
type: string
description:
type: string
endpointName:
type: string
endpointID:
type: integer
format: int64
x-go-field-type: uint64
endpointType:
type: string
every:
type: string
offset:
type: string
messageTemplate:
type: string
required: [name, endpointName, endpointID, endpointType, every, offset]