You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking into TelegrafPluginRequest and TelegrafRequest I see there are no properties listed as Required. I would think, that as with other resources an orgID would be required in a request. Also I cannot imagine a use case for a TelegrafPlugin without a name or a config.
src/common/schemas/TelegrafPluginRequest.yml
# This defines the 'legacy' `TelegrafConfigDecode` type in the api.type: objectproperties:
name:
type: stringdescription:
type: stringplugins:
type: arrayitems:
type: objectproperties:
type:
type: stringname:
type: stringalias:
type: stringdescription:
type: stringconfig:
type: stringmetadata:
type: objectproperties:
buckets:
type: arrayitems:
type: stringconfig:
type: stringorgID:
type: string
Looking into TelegrafPluginRequest and TelegrafRequest I see there are no properties listed as Required. I would think, that as with other resources an
orgID
would be required in a request. Also I cannot imagine a use case for a TelegrafPlugin without aname
or aconfig
.src/common/schemas/TelegrafPluginRequest.yml
src/common/schemas/TelegrafRequest.yml
Inspecting opeanapi repository with latest commit at:
The text was updated successfully, but these errors were encountered: