Documentation
¶
Overview ¶
Package ingest -- generated by scloudgen !! DO NOT EDIT !!
Index ¶
- func DeleteAllCollectorTokens(cmd *cobra.Command, args []string) error
- func DeleteCollectorToken(cmd *cobra.Command, args []string) error
- func GetCollectorToken(cmd *cobra.Command, args []string) error
- func ListCollectorTokens(cmd *cobra.Command, args []string) error
- func PostCollectorRaw(cmd *cobra.Command, args []string) error
- func PostCollectorRawV1(cmd *cobra.Command, args []string) error
- func PostCollectorTokens(cmd *cobra.Command, args []string) error
- func PostEvents(cmd *cobra.Command, args []string) error
- func PostEventsOverride(args []model.Event, format string) (*model.HttpResponse, error)
- func PostMetrics(cmd *cobra.Command, args []string) error
- func PostMetricsOverride(args []model.MetricEvent) (*model.HttpResponse, error)
- func PutCollectorToken(cmd *cobra.Command, args []string) error
- func UploadFiles(cmd *cobra.Command, args []string) error
- func UploadFilesOverride(arg string) (*model.HttpResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeleteAllCollectorTokens ¶ added in v1.5.0
DeleteAllCollectorTokens Delete All dsphec tokens for a given tenant.
func DeleteCollectorToken ¶ added in v1.5.0
DeleteCollectorToken Delete dsphec token by name.
func GetCollectorToken ¶ added in v1.5.0
GetCollectorToken Get the metadata of a dsphec token by name.
func ListCollectorTokens ¶ added in v1.5.0
ListCollectorTokens List dsphec tokens for a tenant.
func PostCollectorRaw ¶ added in v1.11.0
PostCollectorRaw Sends collector raw events.
func PostCollectorRawV1 ¶ added in v1.11.0
PostCollectorRawV1 Sends collector raw events.
func PostCollectorTokens ¶ added in v1.5.0
PostCollectorTokens Creates dsphec tokens.
func PostEventsOverride ¶
PostEvents Sends events.
func PostMetrics ¶
PostMetrics Sends metric events.
func PostMetricsOverride ¶
func PostMetricsOverride(args []model.MetricEvent) (*model.HttpResponse, error)
PostEvents Sends events.
func PutCollectorToken ¶ added in v1.5.0
PutCollectorToken Update the metadata of a dsphec token by name.
func UploadFiles ¶
UploadFiles Upload a CSV or text file that contains events.
func UploadFilesOverride ¶
func UploadFilesOverride(arg string) (*model.HttpResponse, error)
Types ¶
This section is empty.