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

22 lines
498 B
YAML

allOf:
- $ref: "./TemplateSummaryCommon.yml"
- type: object
properties:
name:
type: string
description:
type: string
endpointTemplateMetaName:
type: string
endpointID:
type: integer
format: int64
x-go-field-type: uint64
endpointType:
type: string
every:
type: string
offset:
type: string
required: [name, endpointTemplateMetaName, endpointID, endpointType, every, offset]