domain

package
v1.5.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 14, 2020 License: MIT Imports: 14 Imported by: 0

README

Generated types and API client

swagger.yml is copied from InfluxDB and customized. Must be periodically sync with latest changes and types and client must be re-generated

Install oapi generator

git clone git@github.com:bonitoo-io/oapi-codegen.git cd oapi-codegen go build ./cmd/oapi-codegen/oapi-codegen.go

Download and sync latest swagger

wget https://raw.githubusercontent.com/influxdata/influxdb/master/http/swagger.yml

Generate

cd domain

Generate types oapi-codegen -generate types -o types.gen.go -package domain swagger.yml

Generate client oapi-codegen -generate client -o client.gen.go -package domain -templates .\templates swagger.yml

Documentation

Overview

Package domain provides primitives to interact the openapi HTTP API.

Code generated by github.com/deepmap/oapi-codegen DO NOT EDIT.

Package domain provides primitives to interact the openapi HTTP API.

Code generated by github.com/deepmap/oapi-codegen DO NOT EDIT.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DomainErrorToError

func DomainErrorToError(error *Error, statusCode int) *http.Error

func NewApplyTemplateRequest

func NewApplyTemplateRequest(server string, body ApplyTemplateJSONRequestBody) (*http.Request, error)

NewApplyTemplateRequest calls the generic ApplyTemplate builder with application/json body

func NewApplyTemplateRequestWithBody

func NewApplyTemplateRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewApplyTemplateRequestWithBody generates requests for ApplyTemplate with any type of body

func NewCreateCheckRequest

func NewCreateCheckRequest(server string, body CreateCheckJSONRequestBody) (*http.Request, error)

NewCreateCheckRequest calls the generic CreateCheck builder with application/json body

func NewCreateCheckRequestWithBody

func NewCreateCheckRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewCreateCheckRequestWithBody generates requests for CreateCheck with any type of body

func NewCreateNotificationEndpointRequest

func NewCreateNotificationEndpointRequest(server string, body CreateNotificationEndpointJSONRequestBody) (*http.Request, error)

NewCreateNotificationEndpointRequest calls the generic CreateNotificationEndpoint builder with application/json body

func NewCreateNotificationEndpointRequestWithBody

func NewCreateNotificationEndpointRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewCreateNotificationEndpointRequestWithBody generates requests for CreateNotificationEndpoint with any type of body

func NewCreateNotificationRuleRequest

func NewCreateNotificationRuleRequest(server string, body CreateNotificationRuleJSONRequestBody) (*http.Request, error)

NewCreateNotificationRuleRequest calls the generic CreateNotificationRule builder with application/json body

func NewCreateNotificationRuleRequestWithBody

func NewCreateNotificationRuleRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewCreateNotificationRuleRequestWithBody generates requests for CreateNotificationRule with any type of body

func NewCreateStackRequest

func NewCreateStackRequest(server string, body CreateStackJSONRequestBody) (*http.Request, error)

NewCreateStackRequest calls the generic CreateStack builder with application/json body

func NewCreateStackRequestWithBody

func NewCreateStackRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewCreateStackRequestWithBody generates requests for CreateStack with any type of body

func NewDeleteAuthorizationsIDRequest

func NewDeleteAuthorizationsIDRequest(server string, authID string, params *DeleteAuthorizationsIDParams) (*http.Request, error)

NewDeleteAuthorizationsIDRequest generates requests for DeleteAuthorizationsID

func NewDeleteBucketsIDLabelsIDRequest

func NewDeleteBucketsIDLabelsIDRequest(server string, bucketID string, labelID string, params *DeleteBucketsIDLabelsIDParams) (*http.Request, error)

NewDeleteBucketsIDLabelsIDRequest generates requests for DeleteBucketsIDLabelsID

func NewDeleteBucketsIDMembersIDRequest

func NewDeleteBucketsIDMembersIDRequest(server string, bucketID string, userID string, params *DeleteBucketsIDMembersIDParams) (*http.Request, error)

NewDeleteBucketsIDMembersIDRequest generates requests for DeleteBucketsIDMembersID

func NewDeleteBucketsIDOwnersIDRequest

func NewDeleteBucketsIDOwnersIDRequest(server string, bucketID string, userID string, params *DeleteBucketsIDOwnersIDParams) (*http.Request, error)

NewDeleteBucketsIDOwnersIDRequest generates requests for DeleteBucketsIDOwnersID

func NewDeleteBucketsIDRequest

func NewDeleteBucketsIDRequest(server string, bucketID string, params *DeleteBucketsIDParams) (*http.Request, error)

NewDeleteBucketsIDRequest generates requests for DeleteBucketsID

func NewDeleteChecksIDLabelsIDRequest

func NewDeleteChecksIDLabelsIDRequest(server string, checkID string, labelID string, params *DeleteChecksIDLabelsIDParams) (*http.Request, error)

NewDeleteChecksIDLabelsIDRequest generates requests for DeleteChecksIDLabelsID

func NewDeleteChecksIDRequest

func NewDeleteChecksIDRequest(server string, checkID string, params *DeleteChecksIDParams) (*http.Request, error)

NewDeleteChecksIDRequest generates requests for DeleteChecksID

func NewDeleteDBRPIDRequest

func NewDeleteDBRPIDRequest(server string, dbrpID string, params *DeleteDBRPIDParams) (*http.Request, error)

NewDeleteDBRPIDRequest generates requests for DeleteDBRPID

func NewDeleteDashboardsIDCellsIDRequest

func NewDeleteDashboardsIDCellsIDRequest(server string, dashboardID string, cellID string, params *DeleteDashboardsIDCellsIDParams) (*http.Request, error)

NewDeleteDashboardsIDCellsIDRequest generates requests for DeleteDashboardsIDCellsID

func NewDeleteDashboardsIDLabelsIDRequest

func NewDeleteDashboardsIDLabelsIDRequest(server string, dashboardID string, labelID string, params *DeleteDashboardsIDLabelsIDParams) (*http.Request, error)

NewDeleteDashboardsIDLabelsIDRequest generates requests for DeleteDashboardsIDLabelsID

func NewDeleteDashboardsIDMembersIDRequest

func NewDeleteDashboardsIDMembersIDRequest(server string, dashboardID string, userID string, params *DeleteDashboardsIDMembersIDParams) (*http.Request, error)

NewDeleteDashboardsIDMembersIDRequest generates requests for DeleteDashboardsIDMembersID

func NewDeleteDashboardsIDOwnersIDRequest

func NewDeleteDashboardsIDOwnersIDRequest(server string, dashboardID string, userID string, params *DeleteDashboardsIDOwnersIDParams) (*http.Request, error)

NewDeleteDashboardsIDOwnersIDRequest generates requests for DeleteDashboardsIDOwnersID

func NewDeleteDashboardsIDRequest

func NewDeleteDashboardsIDRequest(server string, dashboardID string, params *DeleteDashboardsIDParams) (*http.Request, error)

NewDeleteDashboardsIDRequest generates requests for DeleteDashboardsID

func NewDeleteDocumentsTemplatesIDLabelsIDRequest

func NewDeleteDocumentsTemplatesIDLabelsIDRequest(server string, templateID string, labelID string, params *DeleteDocumentsTemplatesIDLabelsIDParams) (*http.Request, error)

NewDeleteDocumentsTemplatesIDLabelsIDRequest generates requests for DeleteDocumentsTemplatesIDLabelsID

func NewDeleteDocumentsTemplatesIDRequest

func NewDeleteDocumentsTemplatesIDRequest(server string, templateID string, params *DeleteDocumentsTemplatesIDParams) (*http.Request, error)

NewDeleteDocumentsTemplatesIDRequest generates requests for DeleteDocumentsTemplatesID

func NewDeleteLabelsIDRequest

func NewDeleteLabelsIDRequest(server string, labelID string, params *DeleteLabelsIDParams) (*http.Request, error)

NewDeleteLabelsIDRequest generates requests for DeleteLabelsID

func NewDeleteNotificationEndpointsIDLabelsIDRequest

func NewDeleteNotificationEndpointsIDLabelsIDRequest(server string, endpointID string, labelID string, params *DeleteNotificationEndpointsIDLabelsIDParams) (*http.Request, error)

NewDeleteNotificationEndpointsIDLabelsIDRequest generates requests for DeleteNotificationEndpointsIDLabelsID

func NewDeleteNotificationEndpointsIDRequest

func NewDeleteNotificationEndpointsIDRequest(server string, endpointID string, params *DeleteNotificationEndpointsIDParams) (*http.Request, error)

NewDeleteNotificationEndpointsIDRequest generates requests for DeleteNotificationEndpointsID

func NewDeleteNotificationRulesIDLabelsIDRequest

func NewDeleteNotificationRulesIDLabelsIDRequest(server string, ruleID string, labelID string, params *DeleteNotificationRulesIDLabelsIDParams) (*http.Request, error)

NewDeleteNotificationRulesIDLabelsIDRequest generates requests for DeleteNotificationRulesIDLabelsID

func NewDeleteNotificationRulesIDRequest

func NewDeleteNotificationRulesIDRequest(server string, ruleID string, params *DeleteNotificationRulesIDParams) (*http.Request, error)

NewDeleteNotificationRulesIDRequest generates requests for DeleteNotificationRulesID

func NewDeleteOrgsIDMembersIDRequest

func NewDeleteOrgsIDMembersIDRequest(server string, orgID string, userID string, params *DeleteOrgsIDMembersIDParams) (*http.Request, error)

NewDeleteOrgsIDMembersIDRequest generates requests for DeleteOrgsIDMembersID

func NewDeleteOrgsIDOwnersIDRequest

func NewDeleteOrgsIDOwnersIDRequest(server string, orgID string, userID string, params *DeleteOrgsIDOwnersIDParams) (*http.Request, error)

NewDeleteOrgsIDOwnersIDRequest generates requests for DeleteOrgsIDOwnersID

func NewDeleteOrgsIDRequest

func NewDeleteOrgsIDRequest(server string, orgID string, params *DeleteOrgsIDParams) (*http.Request, error)

NewDeleteOrgsIDRequest generates requests for DeleteOrgsID

func NewDeleteScrapersIDLabelsIDRequest

func NewDeleteScrapersIDLabelsIDRequest(server string, scraperTargetID string, labelID string, params *DeleteScrapersIDLabelsIDParams) (*http.Request, error)

NewDeleteScrapersIDLabelsIDRequest generates requests for DeleteScrapersIDLabelsID

func NewDeleteScrapersIDMembersIDRequest

func NewDeleteScrapersIDMembersIDRequest(server string, scraperTargetID string, userID string, params *DeleteScrapersIDMembersIDParams) (*http.Request, error)

NewDeleteScrapersIDMembersIDRequest generates requests for DeleteScrapersIDMembersID

func NewDeleteScrapersIDOwnersIDRequest

func NewDeleteScrapersIDOwnersIDRequest(server string, scraperTargetID string, userID string, params *DeleteScrapersIDOwnersIDParams) (*http.Request, error)

NewDeleteScrapersIDOwnersIDRequest generates requests for DeleteScrapersIDOwnersID

func NewDeleteScrapersIDRequest

func NewDeleteScrapersIDRequest(server string, scraperTargetID string, params *DeleteScrapersIDParams) (*http.Request, error)

NewDeleteScrapersIDRequest generates requests for DeleteScrapersID

func NewDeleteSourcesIDRequest

func NewDeleteSourcesIDRequest(server string, sourceID string, params *DeleteSourcesIDParams) (*http.Request, error)

NewDeleteSourcesIDRequest generates requests for DeleteSourcesID

func NewDeleteStackRequest

func NewDeleteStackRequest(server string, stackId string, params *DeleteStackParams) (*http.Request, error)

NewDeleteStackRequest generates requests for DeleteStack

func NewDeleteTasksIDLabelsIDRequest

func NewDeleteTasksIDLabelsIDRequest(server string, taskID string, labelID string, params *DeleteTasksIDLabelsIDParams) (*http.Request, error)

NewDeleteTasksIDLabelsIDRequest generates requests for DeleteTasksIDLabelsID

func NewDeleteTasksIDMembersIDRequest

func NewDeleteTasksIDMembersIDRequest(server string, taskID string, userID string, params *DeleteTasksIDMembersIDParams) (*http.Request, error)

NewDeleteTasksIDMembersIDRequest generates requests for DeleteTasksIDMembersID

func NewDeleteTasksIDOwnersIDRequest

func NewDeleteTasksIDOwnersIDRequest(server string, taskID string, userID string, params *DeleteTasksIDOwnersIDParams) (*http.Request, error)

NewDeleteTasksIDOwnersIDRequest generates requests for DeleteTasksIDOwnersID

func NewDeleteTasksIDRequest

func NewDeleteTasksIDRequest(server string, taskID string, params *DeleteTasksIDParams) (*http.Request, error)

NewDeleteTasksIDRequest generates requests for DeleteTasksID

func NewDeleteTasksIDRunsIDRequest

func NewDeleteTasksIDRunsIDRequest(server string, taskID string, runID string, params *DeleteTasksIDRunsIDParams) (*http.Request, error)

NewDeleteTasksIDRunsIDRequest generates requests for DeleteTasksIDRunsID

func NewDeleteTelegrafsIDLabelsIDRequest

func NewDeleteTelegrafsIDLabelsIDRequest(server string, telegrafID string, labelID string, params *DeleteTelegrafsIDLabelsIDParams) (*http.Request, error)

NewDeleteTelegrafsIDLabelsIDRequest generates requests for DeleteTelegrafsIDLabelsID

func NewDeleteTelegrafsIDMembersIDRequest

func NewDeleteTelegrafsIDMembersIDRequest(server string, telegrafID string, userID string, params *DeleteTelegrafsIDMembersIDParams) (*http.Request, error)

NewDeleteTelegrafsIDMembersIDRequest generates requests for DeleteTelegrafsIDMembersID

func NewDeleteTelegrafsIDOwnersIDRequest

func NewDeleteTelegrafsIDOwnersIDRequest(server string, telegrafID string, userID string, params *DeleteTelegrafsIDOwnersIDParams) (*http.Request, error)

NewDeleteTelegrafsIDOwnersIDRequest generates requests for DeleteTelegrafsIDOwnersID

func NewDeleteTelegrafsIDRequest

func NewDeleteTelegrafsIDRequest(server string, telegrafID string, params *DeleteTelegrafsIDParams) (*http.Request, error)

NewDeleteTelegrafsIDRequest generates requests for DeleteTelegrafsID

func NewDeleteUsersIDRequest

func NewDeleteUsersIDRequest(server string, userID string, params *DeleteUsersIDParams) (*http.Request, error)

NewDeleteUsersIDRequest generates requests for DeleteUsersID

func NewDeleteVariablesIDLabelsIDRequest

func NewDeleteVariablesIDLabelsIDRequest(server string, variableID string, labelID string, params *DeleteVariablesIDLabelsIDParams) (*http.Request, error)

NewDeleteVariablesIDLabelsIDRequest generates requests for DeleteVariablesIDLabelsID

func NewDeleteVariablesIDRequest

func NewDeleteVariablesIDRequest(server string, variableID string, params *DeleteVariablesIDParams) (*http.Request, error)

NewDeleteVariablesIDRequest generates requests for DeleteVariablesID

func NewExportTemplateRequest

func NewExportTemplateRequest(server string, body ExportTemplateJSONRequestBody) (*http.Request, error)

NewExportTemplateRequest calls the generic ExportTemplate builder with application/json body

func NewExportTemplateRequestWithBody

func NewExportTemplateRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewExportTemplateRequestWithBody generates requests for ExportTemplate with any type of body

func NewGetAuthorizationsIDRequest

func NewGetAuthorizationsIDRequest(server string, authID string, params *GetAuthorizationsIDParams) (*http.Request, error)

NewGetAuthorizationsIDRequest generates requests for GetAuthorizationsID

func NewGetAuthorizationsRequest

func NewGetAuthorizationsRequest(server string, params *GetAuthorizationsParams) (*http.Request, error)

NewGetAuthorizationsRequest generates requests for GetAuthorizations

func NewGetBucketsIDLabelsRequest

func NewGetBucketsIDLabelsRequest(server string, bucketID string, params *GetBucketsIDLabelsParams) (*http.Request, error)

NewGetBucketsIDLabelsRequest generates requests for GetBucketsIDLabels

func NewGetBucketsIDMembersRequest

func NewGetBucketsIDMembersRequest(server string, bucketID string, params *GetBucketsIDMembersParams) (*http.Request, error)

NewGetBucketsIDMembersRequest generates requests for GetBucketsIDMembers

func NewGetBucketsIDOwnersRequest

func NewGetBucketsIDOwnersRequest(server string, bucketID string, params *GetBucketsIDOwnersParams) (*http.Request, error)

NewGetBucketsIDOwnersRequest generates requests for GetBucketsIDOwners

func NewGetBucketsIDRequest

func NewGetBucketsIDRequest(server string, bucketID string, params *GetBucketsIDParams) (*http.Request, error)

NewGetBucketsIDRequest generates requests for GetBucketsID

func NewGetBucketsRequest

func NewGetBucketsRequest(server string, params *GetBucketsParams) (*http.Request, error)

NewGetBucketsRequest generates requests for GetBuckets

func NewGetChecksIDLabelsRequest

func NewGetChecksIDLabelsRequest(server string, checkID string, params *GetChecksIDLabelsParams) (*http.Request, error)

NewGetChecksIDLabelsRequest generates requests for GetChecksIDLabels

func NewGetChecksIDQueryRequest

func NewGetChecksIDQueryRequest(server string, checkID string, params *GetChecksIDQueryParams) (*http.Request, error)

NewGetChecksIDQueryRequest generates requests for GetChecksIDQuery

func NewGetChecksIDRequest

func NewGetChecksIDRequest(server string, checkID string, params *GetChecksIDParams) (*http.Request, error)

NewGetChecksIDRequest generates requests for GetChecksID

func NewGetChecksRequest

func NewGetChecksRequest(server string, params *GetChecksParams) (*http.Request, error)

NewGetChecksRequest generates requests for GetChecks

func NewGetDBRPsIDRequest

func NewGetDBRPsIDRequest(server string, dbrpID string, params *GetDBRPsIDParams) (*http.Request, error)

NewGetDBRPsIDRequest generates requests for GetDBRPsID

func NewGetDBRPsRequest

func NewGetDBRPsRequest(server string, params *GetDBRPsParams) (*http.Request, error)

NewGetDBRPsRequest generates requests for GetDBRPs

func NewGetDashboardsIDCellsIDViewRequest

func NewGetDashboardsIDCellsIDViewRequest(server string, dashboardID string, cellID string, params *GetDashboardsIDCellsIDViewParams) (*http.Request, error)

NewGetDashboardsIDCellsIDViewRequest generates requests for GetDashboardsIDCellsIDView

func NewGetDashboardsIDLabelsRequest

func NewGetDashboardsIDLabelsRequest(server string, dashboardID string, params *GetDashboardsIDLabelsParams) (*http.Request, error)

NewGetDashboardsIDLabelsRequest generates requests for GetDashboardsIDLabels

func NewGetDashboardsIDMembersRequest

func NewGetDashboardsIDMembersRequest(server string, dashboardID string, params *GetDashboardsIDMembersParams) (*http.Request, error)

NewGetDashboardsIDMembersRequest generates requests for GetDashboardsIDMembers

func NewGetDashboardsIDOwnersRequest

func NewGetDashboardsIDOwnersRequest(server string, dashboardID string, params *GetDashboardsIDOwnersParams) (*http.Request, error)

NewGetDashboardsIDOwnersRequest generates requests for GetDashboardsIDOwners

func NewGetDashboardsIDRequest

func NewGetDashboardsIDRequest(server string, dashboardID string, params *GetDashboardsIDParams) (*http.Request, error)

NewGetDashboardsIDRequest generates requests for GetDashboardsID

func NewGetDashboardsRequest

func NewGetDashboardsRequest(server string, params *GetDashboardsParams) (*http.Request, error)

NewGetDashboardsRequest generates requests for GetDashboards

func NewGetDocumentsTemplatesIDLabelsRequest

func NewGetDocumentsTemplatesIDLabelsRequest(server string, templateID string, params *GetDocumentsTemplatesIDLabelsParams) (*http.Request, error)

NewGetDocumentsTemplatesIDLabelsRequest generates requests for GetDocumentsTemplatesIDLabels

func NewGetDocumentsTemplatesIDRequest

func NewGetDocumentsTemplatesIDRequest(server string, templateID string, params *GetDocumentsTemplatesIDParams) (*http.Request, error)

NewGetDocumentsTemplatesIDRequest generates requests for GetDocumentsTemplatesID

func NewGetDocumentsTemplatesRequest

func NewGetDocumentsTemplatesRequest(server string, params *GetDocumentsTemplatesParams) (*http.Request, error)

NewGetDocumentsTemplatesRequest generates requests for GetDocumentsTemplates

func NewGetFlagsRequest

func NewGetFlagsRequest(server string, params *GetFlagsParams) (*http.Request, error)

NewGetFlagsRequest generates requests for GetFlags

func NewGetHealthRequest

func NewGetHealthRequest(server string, params *GetHealthParams) (*http.Request, error)

NewGetHealthRequest generates requests for GetHealth

func NewGetLabelsIDRequest

func NewGetLabelsIDRequest(server string, labelID string, params *GetLabelsIDParams) (*http.Request, error)

NewGetLabelsIDRequest generates requests for GetLabelsID

func NewGetLabelsRequest

func NewGetLabelsRequest(server string, params *GetLabelsParams) (*http.Request, error)

NewGetLabelsRequest generates requests for GetLabels

func NewGetMeRequest

func NewGetMeRequest(server string, params *GetMeParams) (*http.Request, error)

NewGetMeRequest generates requests for GetMe

func NewGetNotificationEndpointsIDLabelsRequest

func NewGetNotificationEndpointsIDLabelsRequest(server string, endpointID string, params *GetNotificationEndpointsIDLabelsParams) (*http.Request, error)

NewGetNotificationEndpointsIDLabelsRequest generates requests for GetNotificationEndpointsIDLabels

func NewGetNotificationEndpointsIDRequest

func NewGetNotificationEndpointsIDRequest(server string, endpointID string, params *GetNotificationEndpointsIDParams) (*http.Request, error)

NewGetNotificationEndpointsIDRequest generates requests for GetNotificationEndpointsID

func NewGetNotificationEndpointsRequest

func NewGetNotificationEndpointsRequest(server string, params *GetNotificationEndpointsParams) (*http.Request, error)

NewGetNotificationEndpointsRequest generates requests for GetNotificationEndpoints

func NewGetNotificationRulesIDLabelsRequest

func NewGetNotificationRulesIDLabelsRequest(server string, ruleID string, params *GetNotificationRulesIDLabelsParams) (*http.Request, error)

NewGetNotificationRulesIDLabelsRequest generates requests for GetNotificationRulesIDLabels

func NewGetNotificationRulesIDQueryRequest

func NewGetNotificationRulesIDQueryRequest(server string, ruleID string, params *GetNotificationRulesIDQueryParams) (*http.Request, error)

NewGetNotificationRulesIDQueryRequest generates requests for GetNotificationRulesIDQuery

func NewGetNotificationRulesIDRequest

func NewGetNotificationRulesIDRequest(server string, ruleID string, params *GetNotificationRulesIDParams) (*http.Request, error)

NewGetNotificationRulesIDRequest generates requests for GetNotificationRulesID

func NewGetNotificationRulesRequest

func NewGetNotificationRulesRequest(server string, params *GetNotificationRulesParams) (*http.Request, error)

NewGetNotificationRulesRequest generates requests for GetNotificationRules

func NewGetOrgsIDMembersRequest

func NewGetOrgsIDMembersRequest(server string, orgID string, params *GetOrgsIDMembersParams) (*http.Request, error)

NewGetOrgsIDMembersRequest generates requests for GetOrgsIDMembers

func NewGetOrgsIDOwnersRequest

func NewGetOrgsIDOwnersRequest(server string, orgID string, params *GetOrgsIDOwnersParams) (*http.Request, error)

NewGetOrgsIDOwnersRequest generates requests for GetOrgsIDOwners

func NewGetOrgsIDRequest

func NewGetOrgsIDRequest(server string, orgID string, params *GetOrgsIDParams) (*http.Request, error)

NewGetOrgsIDRequest generates requests for GetOrgsID

func NewGetOrgsIDSecretsRequest

func NewGetOrgsIDSecretsRequest(server string, orgID string, params *GetOrgsIDSecretsParams) (*http.Request, error)

NewGetOrgsIDSecretsRequest generates requests for GetOrgsIDSecrets

func NewGetOrgsRequest

func NewGetOrgsRequest(server string, params *GetOrgsParams) (*http.Request, error)

NewGetOrgsRequest generates requests for GetOrgs

func NewGetQuerySuggestionsNameRequest

func NewGetQuerySuggestionsNameRequest(server string, name string, params *GetQuerySuggestionsNameParams) (*http.Request, error)

NewGetQuerySuggestionsNameRequest generates requests for GetQuerySuggestionsName

func NewGetQuerySuggestionsRequest

func NewGetQuerySuggestionsRequest(server string, params *GetQuerySuggestionsParams) (*http.Request, error)

NewGetQuerySuggestionsRequest generates requests for GetQuerySuggestions

func NewGetReadyRequest

func NewGetReadyRequest(server string, params *GetReadyParams) (*http.Request, error)

NewGetReadyRequest generates requests for GetReady

func NewGetRoutesRequest

func NewGetRoutesRequest(server string, params *GetRoutesParams) (*http.Request, error)

NewGetRoutesRequest generates requests for GetRoutes

func NewGetScrapersIDLabelsRequest

func NewGetScrapersIDLabelsRequest(server string, scraperTargetID string, params *GetScrapersIDLabelsParams) (*http.Request, error)

NewGetScrapersIDLabelsRequest generates requests for GetScrapersIDLabels

func NewGetScrapersIDMembersRequest

func NewGetScrapersIDMembersRequest(server string, scraperTargetID string, params *GetScrapersIDMembersParams) (*http.Request, error)

NewGetScrapersIDMembersRequest generates requests for GetScrapersIDMembers

func NewGetScrapersIDOwnersRequest

func NewGetScrapersIDOwnersRequest(server string, scraperTargetID string, params *GetScrapersIDOwnersParams) (*http.Request, error)

NewGetScrapersIDOwnersRequest generates requests for GetScrapersIDOwners

func NewGetScrapersIDRequest

func NewGetScrapersIDRequest(server string, scraperTargetID string, params *GetScrapersIDParams) (*http.Request, error)

NewGetScrapersIDRequest generates requests for GetScrapersID

func NewGetScrapersRequest

func NewGetScrapersRequest(server string, params *GetScrapersParams) (*http.Request, error)

NewGetScrapersRequest generates requests for GetScrapers

func NewGetSetupRequest

func NewGetSetupRequest(server string, params *GetSetupParams) (*http.Request, error)

NewGetSetupRequest generates requests for GetSetup

func NewGetSourcesIDBucketsRequest

func NewGetSourcesIDBucketsRequest(server string, sourceID string, params *GetSourcesIDBucketsParams) (*http.Request, error)

NewGetSourcesIDBucketsRequest generates requests for GetSourcesIDBuckets

func NewGetSourcesIDHealthRequest

func NewGetSourcesIDHealthRequest(server string, sourceID string, params *GetSourcesIDHealthParams) (*http.Request, error)

NewGetSourcesIDHealthRequest generates requests for GetSourcesIDHealth

func NewGetSourcesIDRequest

func NewGetSourcesIDRequest(server string, sourceID string, params *GetSourcesIDParams) (*http.Request, error)

NewGetSourcesIDRequest generates requests for GetSourcesID

func NewGetSourcesRequest

func NewGetSourcesRequest(server string, params *GetSourcesParams) (*http.Request, error)

NewGetSourcesRequest generates requests for GetSources

func NewGetTasksIDLabelsRequest

func NewGetTasksIDLabelsRequest(server string, taskID string, params *GetTasksIDLabelsParams) (*http.Request, error)

NewGetTasksIDLabelsRequest generates requests for GetTasksIDLabels

func NewGetTasksIDLogsRequest

func NewGetTasksIDLogsRequest(server string, taskID string, params *GetTasksIDLogsParams) (*http.Request, error)

NewGetTasksIDLogsRequest generates requests for GetTasksIDLogs

func NewGetTasksIDMembersRequest

func NewGetTasksIDMembersRequest(server string, taskID string, params *GetTasksIDMembersParams) (*http.Request, error)

NewGetTasksIDMembersRequest generates requests for GetTasksIDMembers

func NewGetTasksIDOwnersRequest

func NewGetTasksIDOwnersRequest(server string, taskID string, params *GetTasksIDOwnersParams) (*http.Request, error)

NewGetTasksIDOwnersRequest generates requests for GetTasksIDOwners

func NewGetTasksIDRequest

func NewGetTasksIDRequest(server string, taskID string, params *GetTasksIDParams) (*http.Request, error)

NewGetTasksIDRequest generates requests for GetTasksID

func NewGetTasksIDRunsIDLogsRequest

func NewGetTasksIDRunsIDLogsRequest(server string, taskID string, runID string, params *GetTasksIDRunsIDLogsParams) (*http.Request, error)

NewGetTasksIDRunsIDLogsRequest generates requests for GetTasksIDRunsIDLogs

func NewGetTasksIDRunsIDRequest

func NewGetTasksIDRunsIDRequest(server string, taskID string, runID string, params *GetTasksIDRunsIDParams) (*http.Request, error)

NewGetTasksIDRunsIDRequest generates requests for GetTasksIDRunsID

func NewGetTasksIDRunsRequest

func NewGetTasksIDRunsRequest(server string, taskID string, params *GetTasksIDRunsParams) (*http.Request, error)

NewGetTasksIDRunsRequest generates requests for GetTasksIDRuns

func NewGetTasksRequest

func NewGetTasksRequest(server string, params *GetTasksParams) (*http.Request, error)

NewGetTasksRequest generates requests for GetTasks

func NewGetTelegrafPluginsRequest

func NewGetTelegrafPluginsRequest(server string, params *GetTelegrafPluginsParams) (*http.Request, error)

NewGetTelegrafPluginsRequest generates requests for GetTelegrafPlugins

func NewGetTelegrafsIDLabelsRequest

func NewGetTelegrafsIDLabelsRequest(server string, telegrafID string, params *GetTelegrafsIDLabelsParams) (*http.Request, error)

NewGetTelegrafsIDLabelsRequest generates requests for GetTelegrafsIDLabels

func NewGetTelegrafsIDMembersRequest

func NewGetTelegrafsIDMembersRequest(server string, telegrafID string, params *GetTelegrafsIDMembersParams) (*http.Request, error)

NewGetTelegrafsIDMembersRequest generates requests for GetTelegrafsIDMembers

func NewGetTelegrafsIDOwnersRequest

func NewGetTelegrafsIDOwnersRequest(server string, telegrafID string, params *GetTelegrafsIDOwnersParams) (*http.Request, error)

NewGetTelegrafsIDOwnersRequest generates requests for GetTelegrafsIDOwners

func NewGetTelegrafsIDRequest

func NewGetTelegrafsIDRequest(server string, telegrafID string, params *GetTelegrafsIDParams) (*http.Request, error)

NewGetTelegrafsIDRequest generates requests for GetTelegrafsID

func NewGetTelegrafsRequest

func NewGetTelegrafsRequest(server string, params *GetTelegrafsParams) (*http.Request, error)

NewGetTelegrafsRequest generates requests for GetTelegrafs

func NewGetUsersIDRequest

func NewGetUsersIDRequest(server string, userID string, params *GetUsersIDParams) (*http.Request, error)

NewGetUsersIDRequest generates requests for GetUsersID

func NewGetUsersRequest

func NewGetUsersRequest(server string, params *GetUsersParams) (*http.Request, error)

NewGetUsersRequest generates requests for GetUsers

func NewGetVariablesIDLabelsRequest

func NewGetVariablesIDLabelsRequest(server string, variableID string, params *GetVariablesIDLabelsParams) (*http.Request, error)

NewGetVariablesIDLabelsRequest generates requests for GetVariablesIDLabels

func NewGetVariablesIDRequest

func NewGetVariablesIDRequest(server string, variableID string, params *GetVariablesIDParams) (*http.Request, error)

NewGetVariablesIDRequest generates requests for GetVariablesID

func NewGetVariablesRequest

func NewGetVariablesRequest(server string, params *GetVariablesParams) (*http.Request, error)

NewGetVariablesRequest generates requests for GetVariables

func NewListStacksRequest

func NewListStacksRequest(server string, params *ListStacksParams) (*http.Request, error)

NewListStacksRequest generates requests for ListStacks

func NewPatchAuthorizationsIDRequest

func NewPatchAuthorizationsIDRequest(server string, authID string, params *PatchAuthorizationsIDParams, body PatchAuthorizationsIDJSONRequestBody) (*http.Request, error)

NewPatchAuthorizationsIDRequest calls the generic PatchAuthorizationsID builder with application/json body

func NewPatchAuthorizationsIDRequestWithBody

func NewPatchAuthorizationsIDRequestWithBody(server string, authID string, params *PatchAuthorizationsIDParams, contentType string, body io.Reader) (*http.Request, error)

NewPatchAuthorizationsIDRequestWithBody generates requests for PatchAuthorizationsID with any type of body

func NewPatchBucketsIDRequest

func NewPatchBucketsIDRequest(server string, bucketID string, params *PatchBucketsIDParams, body PatchBucketsIDJSONRequestBody) (*http.Request, error)

NewPatchBucketsIDRequest calls the generic PatchBucketsID builder with application/json body

func NewPatchBucketsIDRequestWithBody

func NewPatchBucketsIDRequestWithBody(server string, bucketID string, params *PatchBucketsIDParams, contentType string, body io.Reader) (*http.Request, error)

NewPatchBucketsIDRequestWithBody generates requests for PatchBucketsID with any type of body

func NewPatchChecksIDRequest

func NewPatchChecksIDRequest(server string, checkID string, params *PatchChecksIDParams, body PatchChecksIDJSONRequestBody) (*http.Request, error)

NewPatchChecksIDRequest calls the generic PatchChecksID builder with application/json body

func NewPatchChecksIDRequestWithBody

func NewPatchChecksIDRequestWithBody(server string, checkID string, params *PatchChecksIDParams, contentType string, body io.Reader) (*http.Request, error)

NewPatchChecksIDRequestWithBody generates requests for PatchChecksID with any type of body

func NewPatchDBRPIDRequest

func NewPatchDBRPIDRequest(server string, dbrpID string, params *PatchDBRPIDParams, body PatchDBRPIDJSONRequestBody) (*http.Request, error)

NewPatchDBRPIDRequest calls the generic PatchDBRPID builder with application/json body

func NewPatchDBRPIDRequestWithBody

func NewPatchDBRPIDRequestWithBody(server string, dbrpID string, params *PatchDBRPIDParams, contentType string, body io.Reader) (*http.Request, error)

NewPatchDBRPIDRequestWithBody generates requests for PatchDBRPID with any type of body

func NewPatchDashboardsIDCellsIDRequest

func NewPatchDashboardsIDCellsIDRequest(server string, dashboardID string, cellID string, params *PatchDashboardsIDCellsIDParams, body PatchDashboardsIDCellsIDJSONRequestBody) (*http.Request, error)

NewPatchDashboardsIDCellsIDRequest calls the generic PatchDashboardsIDCellsID builder with application/json body

func NewPatchDashboardsIDCellsIDRequestWithBody

func NewPatchDashboardsIDCellsIDRequestWithBody(server string, dashboardID string, cellID string, params *PatchDashboardsIDCellsIDParams, contentType string, body io.Reader) (*http.Request, error)

NewPatchDashboardsIDCellsIDRequestWithBody generates requests for PatchDashboardsIDCellsID with any type of body

func NewPatchDashboardsIDCellsIDViewRequest

func NewPatchDashboardsIDCellsIDViewRequest(server string, dashboardID string, cellID string, params *PatchDashboardsIDCellsIDViewParams, body PatchDashboardsIDCellsIDViewJSONRequestBody) (*http.Request, error)

NewPatchDashboardsIDCellsIDViewRequest calls the generic PatchDashboardsIDCellsIDView builder with application/json body

func NewPatchDashboardsIDCellsIDViewRequestWithBody

func NewPatchDashboardsIDCellsIDViewRequestWithBody(server string, dashboardID string, cellID string, params *PatchDashboardsIDCellsIDViewParams, contentType string, body io.Reader) (*http.Request, error)

NewPatchDashboardsIDCellsIDViewRequestWithBody generates requests for PatchDashboardsIDCellsIDView with any type of body

func NewPatchDashboardsIDRequest

func NewPatchDashboardsIDRequest(server string, dashboardID string, params *PatchDashboardsIDParams, body PatchDashboardsIDJSONRequestBody) (*http.Request, error)

NewPatchDashboardsIDRequest calls the generic PatchDashboardsID builder with application/json body

func NewPatchDashboardsIDRequestWithBody

func NewPatchDashboardsIDRequestWithBody(server string, dashboardID string, params *PatchDashboardsIDParams, contentType string, body io.Reader) (*http.Request, error)

NewPatchDashboardsIDRequestWithBody generates requests for PatchDashboardsID with any type of body

func NewPatchLabelsIDRequest

func NewPatchLabelsIDRequest(server string, labelID string, params *PatchLabelsIDParams, body PatchLabelsIDJSONRequestBody) (*http.Request, error)

NewPatchLabelsIDRequest calls the generic PatchLabelsID builder with application/json body

func NewPatchLabelsIDRequestWithBody

func NewPatchLabelsIDRequestWithBody(server string, labelID string, params *PatchLabelsIDParams, contentType string, body io.Reader) (*http.Request, error)

NewPatchLabelsIDRequestWithBody generates requests for PatchLabelsID with any type of body

func NewPatchNotificationEndpointsIDRequest

func NewPatchNotificationEndpointsIDRequest(server string, endpointID string, params *PatchNotificationEndpointsIDParams, body PatchNotificationEndpointsIDJSONRequestBody) (*http.Request, error)

NewPatchNotificationEndpointsIDRequest calls the generic PatchNotificationEndpointsID builder with application/json body

func NewPatchNotificationEndpointsIDRequestWithBody

func NewPatchNotificationEndpointsIDRequestWithBody(server string, endpointID string, params *PatchNotificationEndpointsIDParams, contentType string, body io.Reader) (*http.Request, error)

NewPatchNotificationEndpointsIDRequestWithBody generates requests for PatchNotificationEndpointsID with any type of body

func NewPatchNotificationRulesIDRequest

func NewPatchNotificationRulesIDRequest(server string, ruleID string, params *PatchNotificationRulesIDParams, body PatchNotificationRulesIDJSONRequestBody) (*http.Request, error)

NewPatchNotificationRulesIDRequest calls the generic PatchNotificationRulesID builder with application/json body

func NewPatchNotificationRulesIDRequestWithBody

func NewPatchNotificationRulesIDRequestWithBody(server string, ruleID string, params *PatchNotificationRulesIDParams, contentType string, body io.Reader) (*http.Request, error)

NewPatchNotificationRulesIDRequestWithBody generates requests for PatchNotificationRulesID with any type of body

func NewPatchOrgsIDRequest

func NewPatchOrgsIDRequest(server string, orgID string, params *PatchOrgsIDParams, body PatchOrgsIDJSONRequestBody) (*http.Request, error)

NewPatchOrgsIDRequest calls the generic PatchOrgsID builder with application/json body

func NewPatchOrgsIDRequestWithBody

func NewPatchOrgsIDRequestWithBody(server string, orgID string, params *PatchOrgsIDParams, contentType string, body io.Reader) (*http.Request, error)

NewPatchOrgsIDRequestWithBody generates requests for PatchOrgsID with any type of body

func NewPatchOrgsIDSecretsRequest

func NewPatchOrgsIDSecretsRequest(server string, orgID string, params *PatchOrgsIDSecretsParams, body PatchOrgsIDSecretsJSONRequestBody) (*http.Request, error)

NewPatchOrgsIDSecretsRequest calls the generic PatchOrgsIDSecrets builder with application/json body

func NewPatchOrgsIDSecretsRequestWithBody

func NewPatchOrgsIDSecretsRequestWithBody(server string, orgID string, params *PatchOrgsIDSecretsParams, contentType string, body io.Reader) (*http.Request, error)

NewPatchOrgsIDSecretsRequestWithBody generates requests for PatchOrgsIDSecrets with any type of body

func NewPatchScrapersIDLabelsIDRequest

func NewPatchScrapersIDLabelsIDRequest(server string, scraperTargetID string, labelID string, params *PatchScrapersIDLabelsIDParams, body PatchScrapersIDLabelsIDJSONRequestBody) (*http.Request, error)

NewPatchScrapersIDLabelsIDRequest calls the generic PatchScrapersIDLabelsID builder with application/json body

func NewPatchScrapersIDLabelsIDRequestWithBody

func NewPatchScrapersIDLabelsIDRequestWithBody(server string, scraperTargetID string, labelID string, params *PatchScrapersIDLabelsIDParams, contentType string, body io.Reader) (*http.Request, error)

NewPatchScrapersIDLabelsIDRequestWithBody generates requests for PatchScrapersIDLabelsID with any type of body

func NewPatchScrapersIDRequest

func NewPatchScrapersIDRequest(server string, scraperTargetID string, params *PatchScrapersIDParams, body PatchScrapersIDJSONRequestBody) (*http.Request, error)

NewPatchScrapersIDRequest calls the generic PatchScrapersID builder with application/json body

func NewPatchScrapersIDRequestWithBody

func NewPatchScrapersIDRequestWithBody(server string, scraperTargetID string, params *PatchScrapersIDParams, contentType string, body io.Reader) (*http.Request, error)

NewPatchScrapersIDRequestWithBody generates requests for PatchScrapersID with any type of body

func NewPatchSourcesIDRequest

func NewPatchSourcesIDRequest(server string, sourceID string, params *PatchSourcesIDParams, body PatchSourcesIDJSONRequestBody) (*http.Request, error)

NewPatchSourcesIDRequest calls the generic PatchSourcesID builder with application/json body

func NewPatchSourcesIDRequestWithBody

func NewPatchSourcesIDRequestWithBody(server string, sourceID string, params *PatchSourcesIDParams, contentType string, body io.Reader) (*http.Request, error)

NewPatchSourcesIDRequestWithBody generates requests for PatchSourcesID with any type of body

func NewPatchTasksIDRequest

func NewPatchTasksIDRequest(server string, taskID string, params *PatchTasksIDParams, body PatchTasksIDJSONRequestBody) (*http.Request, error)

NewPatchTasksIDRequest calls the generic PatchTasksID builder with application/json body

func NewPatchTasksIDRequestWithBody

func NewPatchTasksIDRequestWithBody(server string, taskID string, params *PatchTasksIDParams, contentType string, body io.Reader) (*http.Request, error)

NewPatchTasksIDRequestWithBody generates requests for PatchTasksID with any type of body

func NewPatchUsersIDRequest

func NewPatchUsersIDRequest(server string, userID string, params *PatchUsersIDParams, body PatchUsersIDJSONRequestBody) (*http.Request, error)

NewPatchUsersIDRequest calls the generic PatchUsersID builder with application/json body

func NewPatchUsersIDRequestWithBody

func NewPatchUsersIDRequestWithBody(server string, userID string, params *PatchUsersIDParams, contentType string, body io.Reader) (*http.Request, error)

NewPatchUsersIDRequestWithBody generates requests for PatchUsersID with any type of body

func NewPatchVariablesIDRequest

func NewPatchVariablesIDRequest(server string, variableID string, params *PatchVariablesIDParams, body PatchVariablesIDJSONRequestBody) (*http.Request, error)

NewPatchVariablesIDRequest calls the generic PatchVariablesID builder with application/json body

func NewPatchVariablesIDRequestWithBody

func NewPatchVariablesIDRequestWithBody(server string, variableID string, params *PatchVariablesIDParams, contentType string, body io.Reader) (*http.Request, error)

NewPatchVariablesIDRequestWithBody generates requests for PatchVariablesID with any type of body

func NewPostAuthorizationsRequest

func NewPostAuthorizationsRequest(server string, params *PostAuthorizationsParams, body PostAuthorizationsJSONRequestBody) (*http.Request, error)

NewPostAuthorizationsRequest calls the generic PostAuthorizations builder with application/json body

func NewPostAuthorizationsRequestWithBody

func NewPostAuthorizationsRequestWithBody(server string, params *PostAuthorizationsParams, contentType string, body io.Reader) (*http.Request, error)

NewPostAuthorizationsRequestWithBody generates requests for PostAuthorizations with any type of body

func NewPostBucketsIDLabelsRequest

func NewPostBucketsIDLabelsRequest(server string, bucketID string, params *PostBucketsIDLabelsParams, body PostBucketsIDLabelsJSONRequestBody) (*http.Request, error)

NewPostBucketsIDLabelsRequest calls the generic PostBucketsIDLabels builder with application/json body

func NewPostBucketsIDLabelsRequestWithBody

func NewPostBucketsIDLabelsRequestWithBody(server string, bucketID string, params *PostBucketsIDLabelsParams, contentType string, body io.Reader) (*http.Request, error)

NewPostBucketsIDLabelsRequestWithBody generates requests for PostBucketsIDLabels with any type of body

func NewPostBucketsIDMembersRequest

func NewPostBucketsIDMembersRequest(server string, bucketID string, params *PostBucketsIDMembersParams, body PostBucketsIDMembersJSONRequestBody) (*http.Request, error)

NewPostBucketsIDMembersRequest calls the generic PostBucketsIDMembers builder with application/json body

func NewPostBucketsIDMembersRequestWithBody

func NewPostBucketsIDMembersRequestWithBody(server string, bucketID string, params *PostBucketsIDMembersParams, contentType string, body io.Reader) (*http.Request, error)

NewPostBucketsIDMembersRequestWithBody generates requests for PostBucketsIDMembers with any type of body

func NewPostBucketsIDOwnersRequest

func NewPostBucketsIDOwnersRequest(server string, bucketID string, params *PostBucketsIDOwnersParams, body PostBucketsIDOwnersJSONRequestBody) (*http.Request, error)

NewPostBucketsIDOwnersRequest calls the generic PostBucketsIDOwners builder with application/json body

func NewPostBucketsIDOwnersRequestWithBody

func NewPostBucketsIDOwnersRequestWithBody(server string, bucketID string, params *PostBucketsIDOwnersParams, contentType string, body io.Reader) (*http.Request, error)

NewPostBucketsIDOwnersRequestWithBody generates requests for PostBucketsIDOwners with any type of body

func NewPostBucketsRequest

func NewPostBucketsRequest(server string, params *PostBucketsParams, body PostBucketsJSONRequestBody) (*http.Request, error)

NewPostBucketsRequest calls the generic PostBuckets builder with application/json body

func NewPostBucketsRequestWithBody

func NewPostBucketsRequestWithBody(server string, params *PostBucketsParams, contentType string, body io.Reader) (*http.Request, error)

NewPostBucketsRequestWithBody generates requests for PostBuckets with any type of body

func NewPostChecksIDLabelsRequest

func NewPostChecksIDLabelsRequest(server string, checkID string, params *PostChecksIDLabelsParams, body PostChecksIDLabelsJSONRequestBody) (*http.Request, error)

NewPostChecksIDLabelsRequest calls the generic PostChecksIDLabels builder with application/json body

func NewPostChecksIDLabelsRequestWithBody

func NewPostChecksIDLabelsRequestWithBody(server string, checkID string, params *PostChecksIDLabelsParams, contentType string, body io.Reader) (*http.Request, error)

NewPostChecksIDLabelsRequestWithBody generates requests for PostChecksIDLabels with any type of body

func NewPostDBRPRequest

func NewPostDBRPRequest(server string, params *PostDBRPParams, body PostDBRPJSONRequestBody) (*http.Request, error)

NewPostDBRPRequest calls the generic PostDBRP builder with application/json body

func NewPostDBRPRequestWithBody

func NewPostDBRPRequestWithBody(server string, params *PostDBRPParams, contentType string, body io.Reader) (*http.Request, error)

NewPostDBRPRequestWithBody generates requests for PostDBRP with any type of body

func NewPostDashboardsIDCellsRequest

func NewPostDashboardsIDCellsRequest(server string, dashboardID string, params *PostDashboardsIDCellsParams, body PostDashboardsIDCellsJSONRequestBody) (*http.Request, error)

NewPostDashboardsIDCellsRequest calls the generic PostDashboardsIDCells builder with application/json body

func NewPostDashboardsIDCellsRequestWithBody

func NewPostDashboardsIDCellsRequestWithBody(server string, dashboardID string, params *PostDashboardsIDCellsParams, contentType string, body io.Reader) (*http.Request, error)

NewPostDashboardsIDCellsRequestWithBody generates requests for PostDashboardsIDCells with any type of body

func NewPostDashboardsIDLabelsRequest

func NewPostDashboardsIDLabelsRequest(server string, dashboardID string, params *PostDashboardsIDLabelsParams, body PostDashboardsIDLabelsJSONRequestBody) (*http.Request, error)

NewPostDashboardsIDLabelsRequest calls the generic PostDashboardsIDLabels builder with application/json body

func NewPostDashboardsIDLabelsRequestWithBody

func NewPostDashboardsIDLabelsRequestWithBody(server string, dashboardID string, params *PostDashboardsIDLabelsParams, contentType string, body io.Reader) (*http.Request, error)

NewPostDashboardsIDLabelsRequestWithBody generates requests for PostDashboardsIDLabels with any type of body

func NewPostDashboardsIDMembersRequest

func NewPostDashboardsIDMembersRequest(server string, dashboardID string, params *PostDashboardsIDMembersParams, body PostDashboardsIDMembersJSONRequestBody) (*http.Request, error)

NewPostDashboardsIDMembersRequest calls the generic PostDashboardsIDMembers builder with application/json body

func NewPostDashboardsIDMembersRequestWithBody

func NewPostDashboardsIDMembersRequestWithBody(server string, dashboardID string, params *PostDashboardsIDMembersParams, contentType string, body io.Reader) (*http.Request, error)

NewPostDashboardsIDMembersRequestWithBody generates requests for PostDashboardsIDMembers with any type of body

func NewPostDashboardsIDOwnersRequest

func NewPostDashboardsIDOwnersRequest(server string, dashboardID string, params *PostDashboardsIDOwnersParams, body PostDashboardsIDOwnersJSONRequestBody) (*http.Request, error)

NewPostDashboardsIDOwnersRequest calls the generic PostDashboardsIDOwners builder with application/json body

func NewPostDashboardsIDOwnersRequestWithBody

func NewPostDashboardsIDOwnersRequestWithBody(server string, dashboardID string, params *PostDashboardsIDOwnersParams, contentType string, body io.Reader) (*http.Request, error)

NewPostDashboardsIDOwnersRequestWithBody generates requests for PostDashboardsIDOwners with any type of body

func NewPostDashboardsRequest

func NewPostDashboardsRequest(server string, params *PostDashboardsParams, body PostDashboardsJSONRequestBody) (*http.Request, error)

NewPostDashboardsRequest calls the generic PostDashboards builder with application/json body

func NewPostDashboardsRequestWithBody

func NewPostDashboardsRequestWithBody(server string, params *PostDashboardsParams, contentType string, body io.Reader) (*http.Request, error)

NewPostDashboardsRequestWithBody generates requests for PostDashboards with any type of body

func NewPostDeleteRequest

func NewPostDeleteRequest(server string, params *PostDeleteParams, body PostDeleteJSONRequestBody) (*http.Request, error)

NewPostDeleteRequest calls the generic PostDelete builder with application/json body

func NewPostDeleteRequestWithBody

func NewPostDeleteRequestWithBody(server string, params *PostDeleteParams, contentType string, body io.Reader) (*http.Request, error)

NewPostDeleteRequestWithBody generates requests for PostDelete with any type of body

func NewPostDocumentsTemplatesIDLabelsRequest

func NewPostDocumentsTemplatesIDLabelsRequest(server string, templateID string, params *PostDocumentsTemplatesIDLabelsParams, body PostDocumentsTemplatesIDLabelsJSONRequestBody) (*http.Request, error)

NewPostDocumentsTemplatesIDLabelsRequest calls the generic PostDocumentsTemplatesIDLabels builder with application/json body

func NewPostDocumentsTemplatesIDLabelsRequestWithBody

func NewPostDocumentsTemplatesIDLabelsRequestWithBody(server string, templateID string, params *PostDocumentsTemplatesIDLabelsParams, contentType string, body io.Reader) (*http.Request, error)

NewPostDocumentsTemplatesIDLabelsRequestWithBody generates requests for PostDocumentsTemplatesIDLabels with any type of body

func NewPostDocumentsTemplatesRequest

func NewPostDocumentsTemplatesRequest(server string, params *PostDocumentsTemplatesParams, body PostDocumentsTemplatesJSONRequestBody) (*http.Request, error)

NewPostDocumentsTemplatesRequest calls the generic PostDocumentsTemplates builder with application/json body

func NewPostDocumentsTemplatesRequestWithBody

func NewPostDocumentsTemplatesRequestWithBody(server string, params *PostDocumentsTemplatesParams, contentType string, body io.Reader) (*http.Request, error)

NewPostDocumentsTemplatesRequestWithBody generates requests for PostDocumentsTemplates with any type of body

func NewPostLabelsRequest

func NewPostLabelsRequest(server string, body PostLabelsJSONRequestBody) (*http.Request, error)

NewPostLabelsRequest calls the generic PostLabels builder with application/json body

func NewPostLabelsRequestWithBody

func NewPostLabelsRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewPostLabelsRequestWithBody generates requests for PostLabels with any type of body

func NewPostNotificationEndpointIDLabelsRequest

func NewPostNotificationEndpointIDLabelsRequest(server string, endpointID string, params *PostNotificationEndpointIDLabelsParams, body PostNotificationEndpointIDLabelsJSONRequestBody) (*http.Request, error)

NewPostNotificationEndpointIDLabelsRequest calls the generic PostNotificationEndpointIDLabels builder with application/json body

func NewPostNotificationEndpointIDLabelsRequestWithBody

func NewPostNotificationEndpointIDLabelsRequestWithBody(server string, endpointID string, params *PostNotificationEndpointIDLabelsParams, contentType string, body io.Reader) (*http.Request, error)

NewPostNotificationEndpointIDLabelsRequestWithBody generates requests for PostNotificationEndpointIDLabels with any type of body

func NewPostNotificationRuleIDLabelsRequest

func NewPostNotificationRuleIDLabelsRequest(server string, ruleID string, params *PostNotificationRuleIDLabelsParams, body PostNotificationRuleIDLabelsJSONRequestBody) (*http.Request, error)

NewPostNotificationRuleIDLabelsRequest calls the generic PostNotificationRuleIDLabels builder with application/json body

func NewPostNotificationRuleIDLabelsRequestWithBody

func NewPostNotificationRuleIDLabelsRequestWithBody(server string, ruleID string, params *PostNotificationRuleIDLabelsParams, contentType string, body io.Reader) (*http.Request, error)

NewPostNotificationRuleIDLabelsRequestWithBody generates requests for PostNotificationRuleIDLabels with any type of body

func NewPostOrgsIDMembersRequest

func NewPostOrgsIDMembersRequest(server string, orgID string, params *PostOrgsIDMembersParams, body PostOrgsIDMembersJSONRequestBody) (*http.Request, error)

NewPostOrgsIDMembersRequest calls the generic PostOrgsIDMembers builder with application/json body

func NewPostOrgsIDMembersRequestWithBody

func NewPostOrgsIDMembersRequestWithBody(server string, orgID string, params *PostOrgsIDMembersParams, contentType string, body io.Reader) (*http.Request, error)

NewPostOrgsIDMembersRequestWithBody generates requests for PostOrgsIDMembers with any type of body

func NewPostOrgsIDOwnersRequest

func NewPostOrgsIDOwnersRequest(server string, orgID string, params *PostOrgsIDOwnersParams, body PostOrgsIDOwnersJSONRequestBody) (*http.Request, error)

NewPostOrgsIDOwnersRequest calls the generic PostOrgsIDOwners builder with application/json body

func NewPostOrgsIDOwnersRequestWithBody

func NewPostOrgsIDOwnersRequestWithBody(server string, orgID string, params *PostOrgsIDOwnersParams, contentType string, body io.Reader) (*http.Request, error)

NewPostOrgsIDOwnersRequestWithBody generates requests for PostOrgsIDOwners with any type of body

func NewPostOrgsIDSecretsRequest

func NewPostOrgsIDSecretsRequest(server string, orgID string, params *PostOrgsIDSecretsParams, body PostOrgsIDSecretsJSONRequestBody) (*http.Request, error)

NewPostOrgsIDSecretsRequest calls the generic PostOrgsIDSecrets builder with application/json body

func NewPostOrgsIDSecretsRequestWithBody

func NewPostOrgsIDSecretsRequestWithBody(server string, orgID string, params *PostOrgsIDSecretsParams, contentType string, body io.Reader) (*http.Request, error)

NewPostOrgsIDSecretsRequestWithBody generates requests for PostOrgsIDSecrets with any type of body

func NewPostOrgsRequest

func NewPostOrgsRequest(server string, params *PostOrgsParams, body PostOrgsJSONRequestBody) (*http.Request, error)

NewPostOrgsRequest calls the generic PostOrgs builder with application/json body

func NewPostOrgsRequestWithBody

func NewPostOrgsRequestWithBody(server string, params *PostOrgsParams, contentType string, body io.Reader) (*http.Request, error)

NewPostOrgsRequestWithBody generates requests for PostOrgs with any type of body

func NewPostQueryAnalyzeRequest

func NewPostQueryAnalyzeRequest(server string, params *PostQueryAnalyzeParams, body PostQueryAnalyzeJSONRequestBody) (*http.Request, error)

NewPostQueryAnalyzeRequest calls the generic PostQueryAnalyze builder with application/json body

func NewPostQueryAnalyzeRequestWithBody

func NewPostQueryAnalyzeRequestWithBody(server string, params *PostQueryAnalyzeParams, contentType string, body io.Reader) (*http.Request, error)

NewPostQueryAnalyzeRequestWithBody generates requests for PostQueryAnalyze with any type of body

func NewPostQueryAstRequest

func NewPostQueryAstRequest(server string, params *PostQueryAstParams, body PostQueryAstJSONRequestBody) (*http.Request, error)

NewPostQueryAstRequest calls the generic PostQueryAst builder with application/json body

func NewPostQueryAstRequestWithBody

func NewPostQueryAstRequestWithBody(server string, params *PostQueryAstParams, contentType string, body io.Reader) (*http.Request, error)

NewPostQueryAstRequestWithBody generates requests for PostQueryAst with any type of body

func NewPostQueryRequest

func NewPostQueryRequest(server string, params *PostQueryParams, body PostQueryJSONRequestBody) (*http.Request, error)

NewPostQueryRequest calls the generic PostQuery builder with application/json body

func NewPostQueryRequestWithBody

func NewPostQueryRequestWithBody(server string, params *PostQueryParams, contentType string, body io.Reader) (*http.Request, error)

NewPostQueryRequestWithBody generates requests for PostQuery with any type of body

func NewPostScrapersIDLabelsRequest

func NewPostScrapersIDLabelsRequest(server string, scraperTargetID string, params *PostScrapersIDLabelsParams, body PostScrapersIDLabelsJSONRequestBody) (*http.Request, error)

NewPostScrapersIDLabelsRequest calls the generic PostScrapersIDLabels builder with application/json body

func NewPostScrapersIDLabelsRequestWithBody

func NewPostScrapersIDLabelsRequestWithBody(server string, scraperTargetID string, params *PostScrapersIDLabelsParams, contentType string, body io.Reader) (*http.Request, error)

NewPostScrapersIDLabelsRequestWithBody generates requests for PostScrapersIDLabels with any type of body

func NewPostScrapersIDMembersRequest

func NewPostScrapersIDMembersRequest(server string, scraperTargetID string, params *PostScrapersIDMembersParams, body PostScrapersIDMembersJSONRequestBody) (*http.Request, error)

NewPostScrapersIDMembersRequest calls the generic PostScrapersIDMembers builder with application/json body

func NewPostScrapersIDMembersRequestWithBody

func NewPostScrapersIDMembersRequestWithBody(server string, scraperTargetID string, params *PostScrapersIDMembersParams, contentType string, body io.Reader) (*http.Request, error)

NewPostScrapersIDMembersRequestWithBody generates requests for PostScrapersIDMembers with any type of body

func NewPostScrapersIDOwnersRequest

func NewPostScrapersIDOwnersRequest(server string, scraperTargetID string, params *PostScrapersIDOwnersParams, body PostScrapersIDOwnersJSONRequestBody) (*http.Request, error)

NewPostScrapersIDOwnersRequest calls the generic PostScrapersIDOwners builder with application/json body

func NewPostScrapersIDOwnersRequestWithBody

func NewPostScrapersIDOwnersRequestWithBody(server string, scraperTargetID string, params *PostScrapersIDOwnersParams, contentType string, body io.Reader) (*http.Request, error)

NewPostScrapersIDOwnersRequestWithBody generates requests for PostScrapersIDOwners with any type of body

func NewPostScrapersRequest

func NewPostScrapersRequest(server string, params *PostScrapersParams, body PostScrapersJSONRequestBody) (*http.Request, error)

NewPostScrapersRequest calls the generic PostScrapers builder with application/json body

func NewPostScrapersRequestWithBody

func NewPostScrapersRequestWithBody(server string, params *PostScrapersParams, contentType string, body io.Reader) (*http.Request, error)

NewPostScrapersRequestWithBody generates requests for PostScrapers with any type of body

func NewPostSetupRequest

func NewPostSetupRequest(server string, params *PostSetupParams, body PostSetupJSONRequestBody) (*http.Request, error)

NewPostSetupRequest calls the generic PostSetup builder with application/json body

func NewPostSetupRequestWithBody

func NewPostSetupRequestWithBody(server string, params *PostSetupParams, contentType string, body io.Reader) (*http.Request, error)

NewPostSetupRequestWithBody generates requests for PostSetup with any type of body

func NewPostSetupUserRequest

func NewPostSetupUserRequest(server string, params *PostSetupUserParams, body PostSetupUserJSONRequestBody) (*http.Request, error)

NewPostSetupUserRequest calls the generic PostSetupUser builder with application/json body

func NewPostSetupUserRequestWithBody

func NewPostSetupUserRequestWithBody(server string, params *PostSetupUserParams, contentType string, body io.Reader) (*http.Request, error)

NewPostSetupUserRequestWithBody generates requests for PostSetupUser with any type of body

func NewPostSigninRequest

func NewPostSigninRequest(server string, params *PostSigninParams) (*http.Request, error)

NewPostSigninRequest generates requests for PostSignin

func NewPostSignoutRequest

func NewPostSignoutRequest(server string, params *PostSignoutParams) (*http.Request, error)

NewPostSignoutRequest generates requests for PostSignout

func NewPostSourcesRequest

func NewPostSourcesRequest(server string, params *PostSourcesParams, body PostSourcesJSONRequestBody) (*http.Request, error)

NewPostSourcesRequest calls the generic PostSources builder with application/json body

func NewPostSourcesRequestWithBody

func NewPostSourcesRequestWithBody(server string, params *PostSourcesParams, contentType string, body io.Reader) (*http.Request, error)

NewPostSourcesRequestWithBody generates requests for PostSources with any type of body

func NewPostTasksIDLabelsRequest

func NewPostTasksIDLabelsRequest(server string, taskID string, params *PostTasksIDLabelsParams, body PostTasksIDLabelsJSONRequestBody) (*http.Request, error)

NewPostTasksIDLabelsRequest calls the generic PostTasksIDLabels builder with application/json body

func NewPostTasksIDLabelsRequestWithBody

func NewPostTasksIDLabelsRequestWithBody(server string, taskID string, params *PostTasksIDLabelsParams, contentType string, body io.Reader) (*http.Request, error)

NewPostTasksIDLabelsRequestWithBody generates requests for PostTasksIDLabels with any type of body

func NewPostTasksIDMembersRequest

func NewPostTasksIDMembersRequest(server string, taskID string, params *PostTasksIDMembersParams, body PostTasksIDMembersJSONRequestBody) (*http.Request, error)

NewPostTasksIDMembersRequest calls the generic PostTasksIDMembers builder with application/json body

func NewPostTasksIDMembersRequestWithBody

func NewPostTasksIDMembersRequestWithBody(server string, taskID string, params *PostTasksIDMembersParams, contentType string, body io.Reader) (*http.Request, error)

NewPostTasksIDMembersRequestWithBody generates requests for PostTasksIDMembers with any type of body

func NewPostTasksIDOwnersRequest

func NewPostTasksIDOwnersRequest(server string, taskID string, params *PostTasksIDOwnersParams, body PostTasksIDOwnersJSONRequestBody) (*http.Request, error)

NewPostTasksIDOwnersRequest calls the generic PostTasksIDOwners builder with application/json body

func NewPostTasksIDOwnersRequestWithBody

func NewPostTasksIDOwnersRequestWithBody(server string, taskID string, params *PostTasksIDOwnersParams, contentType string, body io.Reader) (*http.Request, error)

NewPostTasksIDOwnersRequestWithBody generates requests for PostTasksIDOwners with any type of body

func NewPostTasksIDRunsIDRetryRequest

func NewPostTasksIDRunsIDRetryRequest(server string, taskID string, runID string, params *PostTasksIDRunsIDRetryParams) (*http.Request, error)

NewPostTasksIDRunsIDRetryRequest generates requests for PostTasksIDRunsIDRetry

func NewPostTasksIDRunsRequest

func NewPostTasksIDRunsRequest(server string, taskID string, params *PostTasksIDRunsParams, body PostTasksIDRunsJSONRequestBody) (*http.Request, error)

NewPostTasksIDRunsRequest calls the generic PostTasksIDRuns builder with application/json body

func NewPostTasksIDRunsRequestWithBody

func NewPostTasksIDRunsRequestWithBody(server string, taskID string, params *PostTasksIDRunsParams, contentType string, body io.Reader) (*http.Request, error)

NewPostTasksIDRunsRequestWithBody generates requests for PostTasksIDRuns with any type of body

func NewPostTasksRequest

func NewPostTasksRequest(server string, params *PostTasksParams, body PostTasksJSONRequestBody) (*http.Request, error)

NewPostTasksRequest calls the generic PostTasks builder with application/json body

func NewPostTasksRequestWithBody

func NewPostTasksRequestWithBody(server string, params *PostTasksParams, contentType string, body io.Reader) (*http.Request, error)

NewPostTasksRequestWithBody generates requests for PostTasks with any type of body

func NewPostTelegrafsIDLabelsRequest

func NewPostTelegrafsIDLabelsRequest(server string, telegrafID string, params *PostTelegrafsIDLabelsParams, body PostTelegrafsIDLabelsJSONRequestBody) (*http.Request, error)

NewPostTelegrafsIDLabelsRequest calls the generic PostTelegrafsIDLabels builder with application/json body

func NewPostTelegrafsIDLabelsRequestWithBody

func NewPostTelegrafsIDLabelsRequestWithBody(server string, telegrafID string, params *PostTelegrafsIDLabelsParams, contentType string, body io.Reader) (*http.Request, error)

NewPostTelegrafsIDLabelsRequestWithBody generates requests for PostTelegrafsIDLabels with any type of body

func NewPostTelegrafsIDMembersRequest

func NewPostTelegrafsIDMembersRequest(server string, telegrafID string, params *PostTelegrafsIDMembersParams, body PostTelegrafsIDMembersJSONRequestBody) (*http.Request, error)

NewPostTelegrafsIDMembersRequest calls the generic PostTelegrafsIDMembers builder with application/json body

func NewPostTelegrafsIDMembersRequestWithBody

func NewPostTelegrafsIDMembersRequestWithBody(server string, telegrafID string, params *PostTelegrafsIDMembersParams, contentType string, body io.Reader) (*http.Request, error)

NewPostTelegrafsIDMembersRequestWithBody generates requests for PostTelegrafsIDMembers with any type of body

func NewPostTelegrafsIDOwnersRequest

func NewPostTelegrafsIDOwnersRequest(server string, telegrafID string, params *PostTelegrafsIDOwnersParams, body PostTelegrafsIDOwnersJSONRequestBody) (*http.Request, error)

NewPostTelegrafsIDOwnersRequest calls the generic PostTelegrafsIDOwners builder with application/json body

func NewPostTelegrafsIDOwnersRequestWithBody

func NewPostTelegrafsIDOwnersRequestWithBody(server string, telegrafID string, params *PostTelegrafsIDOwnersParams, contentType string, body io.Reader) (*http.Request, error)

NewPostTelegrafsIDOwnersRequestWithBody generates requests for PostTelegrafsIDOwners with any type of body

func NewPostTelegrafsRequest

func NewPostTelegrafsRequest(server string, params *PostTelegrafsParams, body PostTelegrafsJSONRequestBody) (*http.Request, error)

NewPostTelegrafsRequest calls the generic PostTelegrafs builder with application/json body

func NewPostTelegrafsRequestWithBody

func NewPostTelegrafsRequestWithBody(server string, params *PostTelegrafsParams, contentType string, body io.Reader) (*http.Request, error)

NewPostTelegrafsRequestWithBody generates requests for PostTelegrafs with any type of body

func NewPostUsersIDPasswordRequest

func NewPostUsersIDPasswordRequest(server string, userID string, params *PostUsersIDPasswordParams, body PostUsersIDPasswordJSONRequestBody) (*http.Request, error)

NewPostUsersIDPasswordRequest calls the generic PostUsersIDPassword builder with application/json body

func NewPostUsersIDPasswordRequestWithBody

func NewPostUsersIDPasswordRequestWithBody(server string, userID string, params *PostUsersIDPasswordParams, contentType string, body io.Reader) (*http.Request, error)

NewPostUsersIDPasswordRequestWithBody generates requests for PostUsersIDPassword with any type of body

func NewPostUsersRequest

func NewPostUsersRequest(server string, params *PostUsersParams, body PostUsersJSONRequestBody) (*http.Request, error)

NewPostUsersRequest calls the generic PostUsers builder with application/json body

func NewPostUsersRequestWithBody

func NewPostUsersRequestWithBody(server string, params *PostUsersParams, contentType string, body io.Reader) (*http.Request, error)

NewPostUsersRequestWithBody generates requests for PostUsers with any type of body

func NewPostVariablesIDLabelsRequest

func NewPostVariablesIDLabelsRequest(server string, variableID string, params *PostVariablesIDLabelsParams, body PostVariablesIDLabelsJSONRequestBody) (*http.Request, error)

NewPostVariablesIDLabelsRequest calls the generic PostVariablesIDLabels builder with application/json body

func NewPostVariablesIDLabelsRequestWithBody

func NewPostVariablesIDLabelsRequestWithBody(server string, variableID string, params *PostVariablesIDLabelsParams, contentType string, body io.Reader) (*http.Request, error)

NewPostVariablesIDLabelsRequestWithBody generates requests for PostVariablesIDLabels with any type of body

func NewPostVariablesRequest

func NewPostVariablesRequest(server string, params *PostVariablesParams, body PostVariablesJSONRequestBody) (*http.Request, error)

NewPostVariablesRequest calls the generic PostVariables builder with application/json body

func NewPostVariablesRequestWithBody

func NewPostVariablesRequestWithBody(server string, params *PostVariablesParams, contentType string, body io.Reader) (*http.Request, error)

NewPostVariablesRequestWithBody generates requests for PostVariables with any type of body

func NewPostWriteRequestWithBody

func NewPostWriteRequestWithBody(server string, params *PostWriteParams, contentType string, body io.Reader) (*http.Request, error)

NewPostWriteRequestWithBody generates requests for PostWrite with any type of body

func NewPutChecksIDRequest

func NewPutChecksIDRequest(server string, checkID string, params *PutChecksIDParams, body PutChecksIDJSONRequestBody) (*http.Request, error)

NewPutChecksIDRequest calls the generic PutChecksID builder with application/json body

func NewPutChecksIDRequestWithBody

func NewPutChecksIDRequestWithBody(server string, checkID string, params *PutChecksIDParams, contentType string, body io.Reader) (*http.Request, error)

NewPutChecksIDRequestWithBody generates requests for PutChecksID with any type of body

func NewPutDashboardsIDCellsRequest

func NewPutDashboardsIDCellsRequest(server string, dashboardID string, params *PutDashboardsIDCellsParams, body PutDashboardsIDCellsJSONRequestBody) (*http.Request, error)

NewPutDashboardsIDCellsRequest calls the generic PutDashboardsIDCells builder with application/json body

func NewPutDashboardsIDCellsRequestWithBody

func NewPutDashboardsIDCellsRequestWithBody(server string, dashboardID string, params *PutDashboardsIDCellsParams, contentType string, body io.Reader) (*http.Request, error)

NewPutDashboardsIDCellsRequestWithBody generates requests for PutDashboardsIDCells with any type of body

func NewPutDocumentsTemplatesIDRequest

func NewPutDocumentsTemplatesIDRequest(server string, templateID string, params *PutDocumentsTemplatesIDParams, body PutDocumentsTemplatesIDJSONRequestBody) (*http.Request, error)

NewPutDocumentsTemplatesIDRequest calls the generic PutDocumentsTemplatesID builder with application/json body

func NewPutDocumentsTemplatesIDRequestWithBody

func NewPutDocumentsTemplatesIDRequestWithBody(server string, templateID string, params *PutDocumentsTemplatesIDParams, contentType string, body io.Reader) (*http.Request, error)

NewPutDocumentsTemplatesIDRequestWithBody generates requests for PutDocumentsTemplatesID with any type of body

func NewPutMePasswordRequest

func NewPutMePasswordRequest(server string, params *PutMePasswordParams, body PutMePasswordJSONRequestBody) (*http.Request, error)

NewPutMePasswordRequest calls the generic PutMePassword builder with application/json body

func NewPutMePasswordRequestWithBody

func NewPutMePasswordRequestWithBody(server string, params *PutMePasswordParams, contentType string, body io.Reader) (*http.Request, error)

NewPutMePasswordRequestWithBody generates requests for PutMePassword with any type of body

func NewPutNotificationEndpointsIDRequest

func NewPutNotificationEndpointsIDRequest(server string, endpointID string, params *PutNotificationEndpointsIDParams, body PutNotificationEndpointsIDJSONRequestBody) (*http.Request, error)

NewPutNotificationEndpointsIDRequest calls the generic PutNotificationEndpointsID builder with application/json body

func NewPutNotificationEndpointsIDRequestWithBody

func NewPutNotificationEndpointsIDRequestWithBody(server string, endpointID string, params *PutNotificationEndpointsIDParams, contentType string, body io.Reader) (*http.Request, error)

NewPutNotificationEndpointsIDRequestWithBody generates requests for PutNotificationEndpointsID with any type of body

func NewPutNotificationRulesIDRequest

func NewPutNotificationRulesIDRequest(server string, ruleID string, params *PutNotificationRulesIDParams, body PutNotificationRulesIDJSONRequestBody) (*http.Request, error)

NewPutNotificationRulesIDRequest calls the generic PutNotificationRulesID builder with application/json body

func NewPutNotificationRulesIDRequestWithBody

func NewPutNotificationRulesIDRequestWithBody(server string, ruleID string, params *PutNotificationRulesIDParams, contentType string, body io.Reader) (*http.Request, error)

NewPutNotificationRulesIDRequestWithBody generates requests for PutNotificationRulesID with any type of body

func NewPutTelegrafsIDRequest

func NewPutTelegrafsIDRequest(server string, telegrafID string, params *PutTelegrafsIDParams, body PutTelegrafsIDJSONRequestBody) (*http.Request, error)

NewPutTelegrafsIDRequest calls the generic PutTelegrafsID builder with application/json body

func NewPutTelegrafsIDRequestWithBody

func NewPutTelegrafsIDRequestWithBody(server string, telegrafID string, params *PutTelegrafsIDParams, contentType string, body io.Reader) (*http.Request, error)

NewPutTelegrafsIDRequestWithBody generates requests for PutTelegrafsID with any type of body

func NewPutVariablesIDRequest

func NewPutVariablesIDRequest(server string, variableID string, params *PutVariablesIDParams, body PutVariablesIDJSONRequestBody) (*http.Request, error)

NewPutVariablesIDRequest calls the generic PutVariablesID builder with application/json body

func NewPutVariablesIDRequestWithBody

func NewPutVariablesIDRequestWithBody(server string, variableID string, params *PutVariablesIDParams, contentType string, body io.Reader) (*http.Request, error)

NewPutVariablesIDRequestWithBody generates requests for PutVariablesID with any type of body

func NewReadStackRequest

func NewReadStackRequest(server string, stackId string) (*http.Request, error)

NewReadStackRequest generates requests for ReadStack

func NewUninstallStackRequest

func NewUninstallStackRequest(server string, stackId string) (*http.Request, error)

NewUninstallStackRequest generates requests for UninstallStack

func NewUpdateStackRequest

func NewUpdateStackRequest(server string, stackId string, body UpdateStackJSONRequestBody) (*http.Request, error)

NewUpdateStackRequest calls the generic UpdateStack builder with application/json body

func NewUpdateStackRequestWithBody

func NewUpdateStackRequestWithBody(server string, stackId string, contentType string, body io.Reader) (*http.Request, error)

NewUpdateStackRequestWithBody generates requests for UpdateStack with any type of body

func ParseApplyTemplateResponse

func ParseApplyTemplateResponse(rsp *http.Response) (*applyTemplateResponse, error)

ParseApplyTemplateResponse parses an HTTP response from a ApplyTemplateWithResponse call

func ParseCreateCheckResponse

func ParseCreateCheckResponse(rsp *http.Response) (*createCheckResponse, error)

ParseCreateCheckResponse parses an HTTP response from a CreateCheckWithResponse call

func ParseCreateNotificationEndpointResponse

func ParseCreateNotificationEndpointResponse(rsp *http.Response) (*createNotificationEndpointResponse, error)

ParseCreateNotificationEndpointResponse parses an HTTP response from a CreateNotificationEndpointWithResponse call

func ParseCreateNotificationRuleResponse

func ParseCreateNotificationRuleResponse(rsp *http.Response) (*createNotificationRuleResponse, error)

ParseCreateNotificationRuleResponse parses an HTTP response from a CreateNotificationRuleWithResponse call

func ParseCreateStackResponse

func ParseCreateStackResponse(rsp *http.Response) (*createStackResponse, error)

ParseCreateStackResponse parses an HTTP response from a CreateStackWithResponse call

func ParseDeleteAuthorizationsIDResponse

func ParseDeleteAuthorizationsIDResponse(rsp *http.Response) (*deleteAuthorizationsIDResponse, error)

ParseDeleteAuthorizationsIDResponse parses an HTTP response from a DeleteAuthorizationsIDWithResponse call

func ParseDeleteBucketsIDLabelsIDResponse

func ParseDeleteBucketsIDLabelsIDResponse(rsp *http.Response) (*deleteBucketsIDLabelsIDResponse, error)

ParseDeleteBucketsIDLabelsIDResponse parses an HTTP response from a DeleteBucketsIDLabelsIDWithResponse call

func ParseDeleteBucketsIDMembersIDResponse

func ParseDeleteBucketsIDMembersIDResponse(rsp *http.Response) (*deleteBucketsIDMembersIDResponse, error)

ParseDeleteBucketsIDMembersIDResponse parses an HTTP response from a DeleteBucketsIDMembersIDWithResponse call

func ParseDeleteBucketsIDOwnersIDResponse

func ParseDeleteBucketsIDOwnersIDResponse(rsp *http.Response) (*deleteBucketsIDOwnersIDResponse, error)

ParseDeleteBucketsIDOwnersIDResponse parses an HTTP response from a DeleteBucketsIDOwnersIDWithResponse call

func ParseDeleteBucketsIDResponse

func ParseDeleteBucketsIDResponse(rsp *http.Response) (*deleteBucketsIDResponse, error)

ParseDeleteBucketsIDResponse parses an HTTP response from a DeleteBucketsIDWithResponse call

func ParseDeleteChecksIDLabelsIDResponse

func ParseDeleteChecksIDLabelsIDResponse(rsp *http.Response) (*deleteChecksIDLabelsIDResponse, error)

ParseDeleteChecksIDLabelsIDResponse parses an HTTP response from a DeleteChecksIDLabelsIDWithResponse call

func ParseDeleteChecksIDResponse

func ParseDeleteChecksIDResponse(rsp *http.Response) (*deleteChecksIDResponse, error)

ParseDeleteChecksIDResponse parses an HTTP response from a DeleteChecksIDWithResponse call

func ParseDeleteDBRPIDResponse

func ParseDeleteDBRPIDResponse(rsp *http.Response) (*deleteDBRPIDResponse, error)

ParseDeleteDBRPIDResponse parses an HTTP response from a DeleteDBRPIDWithResponse call

func ParseDeleteDashboardsIDCellsIDResponse

func ParseDeleteDashboardsIDCellsIDResponse(rsp *http.Response) (*deleteDashboardsIDCellsIDResponse, error)

ParseDeleteDashboardsIDCellsIDResponse parses an HTTP response from a DeleteDashboardsIDCellsIDWithResponse call

func ParseDeleteDashboardsIDLabelsIDResponse

func ParseDeleteDashboardsIDLabelsIDResponse(rsp *http.Response) (*deleteDashboardsIDLabelsIDResponse, error)

ParseDeleteDashboardsIDLabelsIDResponse parses an HTTP response from a DeleteDashboardsIDLabelsIDWithResponse call

func ParseDeleteDashboardsIDMembersIDResponse

func ParseDeleteDashboardsIDMembersIDResponse(rsp *http.Response) (*deleteDashboardsIDMembersIDResponse, error)

ParseDeleteDashboardsIDMembersIDResponse parses an HTTP response from a DeleteDashboardsIDMembersIDWithResponse call

func ParseDeleteDashboardsIDOwnersIDResponse

func ParseDeleteDashboardsIDOwnersIDResponse(rsp *http.Response) (*deleteDashboardsIDOwnersIDResponse, error)

ParseDeleteDashboardsIDOwnersIDResponse parses an HTTP response from a DeleteDashboardsIDOwnersIDWithResponse call

func ParseDeleteDashboardsIDResponse

func ParseDeleteDashboardsIDResponse(rsp *http.Response) (*deleteDashboardsIDResponse, error)

ParseDeleteDashboardsIDResponse parses an HTTP response from a DeleteDashboardsIDWithResponse call

func ParseDeleteDocumentsTemplatesIDLabelsIDResponse

func ParseDeleteDocumentsTemplatesIDLabelsIDResponse(rsp *http.Response) (*deleteDocumentsTemplatesIDLabelsIDResponse, error)

ParseDeleteDocumentsTemplatesIDLabelsIDResponse parses an HTTP response from a DeleteDocumentsTemplatesIDLabelsIDWithResponse call

func ParseDeleteDocumentsTemplatesIDResponse

func ParseDeleteDocumentsTemplatesIDResponse(rsp *http.Response) (*deleteDocumentsTemplatesIDResponse, error)

ParseDeleteDocumentsTemplatesIDResponse parses an HTTP response from a DeleteDocumentsTemplatesIDWithResponse call

func ParseDeleteLabelsIDResponse

func ParseDeleteLabelsIDResponse(rsp *http.Response) (*deleteLabelsIDResponse, error)

ParseDeleteLabelsIDResponse parses an HTTP response from a DeleteLabelsIDWithResponse call

func ParseDeleteNotificationEndpointsIDLabelsIDResponse

func ParseDeleteNotificationEndpointsIDLabelsIDResponse(rsp *http.Response) (*deleteNotificationEndpointsIDLabelsIDResponse, error)

ParseDeleteNotificationEndpointsIDLabelsIDResponse parses an HTTP response from a DeleteNotificationEndpointsIDLabelsIDWithResponse call

func ParseDeleteNotificationEndpointsIDResponse

func ParseDeleteNotificationEndpointsIDResponse(rsp *http.Response) (*deleteNotificationEndpointsIDResponse, error)

ParseDeleteNotificationEndpointsIDResponse parses an HTTP response from a DeleteNotificationEndpointsIDWithResponse call

func ParseDeleteNotificationRulesIDLabelsIDResponse

func ParseDeleteNotificationRulesIDLabelsIDResponse(rsp *http.Response) (*deleteNotificationRulesIDLabelsIDResponse, error)

ParseDeleteNotificationRulesIDLabelsIDResponse parses an HTTP response from a DeleteNotificationRulesIDLabelsIDWithResponse call

func ParseDeleteNotificationRulesIDResponse

func ParseDeleteNotificationRulesIDResponse(rsp *http.Response) (*deleteNotificationRulesIDResponse, error)

ParseDeleteNotificationRulesIDResponse parses an HTTP response from a DeleteNotificationRulesIDWithResponse call

func ParseDeleteOrgsIDMembersIDResponse

func ParseDeleteOrgsIDMembersIDResponse(rsp *http.Response) (*deleteOrgsIDMembersIDResponse, error)

ParseDeleteOrgsIDMembersIDResponse parses an HTTP response from a DeleteOrgsIDMembersIDWithResponse call

func ParseDeleteOrgsIDOwnersIDResponse

func ParseDeleteOrgsIDOwnersIDResponse(rsp *http.Response) (*deleteOrgsIDOwnersIDResponse, error)

ParseDeleteOrgsIDOwnersIDResponse parses an HTTP response from a DeleteOrgsIDOwnersIDWithResponse call

func ParseDeleteOrgsIDResponse

func ParseDeleteOrgsIDResponse(rsp *http.Response) (*deleteOrgsIDResponse, error)

ParseDeleteOrgsIDResponse parses an HTTP response from a DeleteOrgsIDWithResponse call

func ParseDeleteScrapersIDLabelsIDResponse

func ParseDeleteScrapersIDLabelsIDResponse(rsp *http.Response) (*deleteScrapersIDLabelsIDResponse, error)

ParseDeleteScrapersIDLabelsIDResponse parses an HTTP response from a DeleteScrapersIDLabelsIDWithResponse call

func ParseDeleteScrapersIDMembersIDResponse

func ParseDeleteScrapersIDMembersIDResponse(rsp *http.Response) (*deleteScrapersIDMembersIDResponse, error)

ParseDeleteScrapersIDMembersIDResponse parses an HTTP response from a DeleteScrapersIDMembersIDWithResponse call

func ParseDeleteScrapersIDOwnersIDResponse

func ParseDeleteScrapersIDOwnersIDResponse(rsp *http.Response) (*deleteScrapersIDOwnersIDResponse, error)

ParseDeleteScrapersIDOwnersIDResponse parses an HTTP response from a DeleteScrapersIDOwnersIDWithResponse call

func ParseDeleteScrapersIDResponse

func ParseDeleteScrapersIDResponse(rsp *http.Response) (*deleteScrapersIDResponse, error)

ParseDeleteScrapersIDResponse parses an HTTP response from a DeleteScrapersIDWithResponse call

func ParseDeleteSourcesIDResponse

func ParseDeleteSourcesIDResponse(rsp *http.Response) (*deleteSourcesIDResponse, error)

ParseDeleteSourcesIDResponse parses an HTTP response from a DeleteSourcesIDWithResponse call

func ParseDeleteStackResponse

func ParseDeleteStackResponse(rsp *http.Response) (*deleteStackResponse, error)

ParseDeleteStackResponse parses an HTTP response from a DeleteStackWithResponse call

func ParseDeleteTasksIDLabelsIDResponse

func ParseDeleteTasksIDLabelsIDResponse(rsp *http.Response) (*deleteTasksIDLabelsIDResponse, error)

ParseDeleteTasksIDLabelsIDResponse parses an HTTP response from a DeleteTasksIDLabelsIDWithResponse call

func ParseDeleteTasksIDMembersIDResponse

func ParseDeleteTasksIDMembersIDResponse(rsp *http.Response) (*deleteTasksIDMembersIDResponse, error)

ParseDeleteTasksIDMembersIDResponse parses an HTTP response from a DeleteTasksIDMembersIDWithResponse call

func ParseDeleteTasksIDOwnersIDResponse

func ParseDeleteTasksIDOwnersIDResponse(rsp *http.Response) (*deleteTasksIDOwnersIDResponse, error)

ParseDeleteTasksIDOwnersIDResponse parses an HTTP response from a DeleteTasksIDOwnersIDWithResponse call

func ParseDeleteTasksIDResponse

func ParseDeleteTasksIDResponse(rsp *http.Response) (*deleteTasksIDResponse, error)

ParseDeleteTasksIDResponse parses an HTTP response from a DeleteTasksIDWithResponse call

func ParseDeleteTasksIDRunsIDResponse

func ParseDeleteTasksIDRunsIDResponse(rsp *http.Response) (*deleteTasksIDRunsIDResponse, error)

ParseDeleteTasksIDRunsIDResponse parses an HTTP response from a DeleteTasksIDRunsIDWithResponse call

func ParseDeleteTelegrafsIDLabelsIDResponse

func ParseDeleteTelegrafsIDLabelsIDResponse(rsp *http.Response) (*deleteTelegrafsIDLabelsIDResponse, error)

ParseDeleteTelegrafsIDLabelsIDResponse parses an HTTP response from a DeleteTelegrafsIDLabelsIDWithResponse call

func ParseDeleteTelegrafsIDMembersIDResponse

func ParseDeleteTelegrafsIDMembersIDResponse(rsp *http.Response) (*deleteTelegrafsIDMembersIDResponse, error)

ParseDeleteTelegrafsIDMembersIDResponse parses an HTTP response from a DeleteTelegrafsIDMembersIDWithResponse call

func ParseDeleteTelegrafsIDOwnersIDResponse

func ParseDeleteTelegrafsIDOwnersIDResponse(rsp *http.Response) (*deleteTelegrafsIDOwnersIDResponse, error)

ParseDeleteTelegrafsIDOwnersIDResponse parses an HTTP response from a DeleteTelegrafsIDOwnersIDWithResponse call

func ParseDeleteTelegrafsIDResponse

func ParseDeleteTelegrafsIDResponse(rsp *http.Response) (*deleteTelegrafsIDResponse, error)

ParseDeleteTelegrafsIDResponse parses an HTTP response from a DeleteTelegrafsIDWithResponse call

func ParseDeleteUsersIDResponse

func ParseDeleteUsersIDResponse(rsp *http.Response) (*deleteUsersIDResponse, error)

ParseDeleteUsersIDResponse parses an HTTP response from a DeleteUsersIDWithResponse call

func ParseDeleteVariablesIDLabelsIDResponse

func ParseDeleteVariablesIDLabelsIDResponse(rsp *http.Response) (*deleteVariablesIDLabelsIDResponse, error)

ParseDeleteVariablesIDLabelsIDResponse parses an HTTP response from a DeleteVariablesIDLabelsIDWithResponse call

func ParseDeleteVariablesIDResponse

func ParseDeleteVariablesIDResponse(rsp *http.Response) (*deleteVariablesIDResponse, error)

ParseDeleteVariablesIDResponse parses an HTTP response from a DeleteVariablesIDWithResponse call

func ParseExportTemplateResponse

func ParseExportTemplateResponse(rsp *http.Response) (*exportTemplateResponse, error)

ParseExportTemplateResponse parses an HTTP response from a ExportTemplateWithResponse call

func ParseGetAuthorizationsIDResponse

func ParseGetAuthorizationsIDResponse(rsp *http.Response) (*getAuthorizationsIDResponse, error)

ParseGetAuthorizationsIDResponse parses an HTTP response from a GetAuthorizationsIDWithResponse call

func ParseGetAuthorizationsResponse

func ParseGetAuthorizationsResponse(rsp *http.Response) (*getAuthorizationsResponse, error)

ParseGetAuthorizationsResponse parses an HTTP response from a GetAuthorizationsWithResponse call

func ParseGetBucketsIDLabelsResponse

func ParseGetBucketsIDLabelsResponse(rsp *http.Response) (*getBucketsIDLabelsResponse, error)

ParseGetBucketsIDLabelsResponse parses an HTTP response from a GetBucketsIDLabelsWithResponse call

func ParseGetBucketsIDMembersResponse

func ParseGetBucketsIDMembersResponse(rsp *http.Response) (*getBucketsIDMembersResponse, error)

ParseGetBucketsIDMembersResponse parses an HTTP response from a GetBucketsIDMembersWithResponse call

func ParseGetBucketsIDOwnersResponse

func ParseGetBucketsIDOwnersResponse(rsp *http.Response) (*getBucketsIDOwnersResponse, error)

ParseGetBucketsIDOwnersResponse parses an HTTP response from a GetBucketsIDOwnersWithResponse call

func ParseGetBucketsIDResponse

func ParseGetBucketsIDResponse(rsp *http.Response) (*getBucketsIDResponse, error)

ParseGetBucketsIDResponse parses an HTTP response from a GetBucketsIDWithResponse call

func ParseGetBucketsResponse

func ParseGetBucketsResponse(rsp *http.Response) (*getBucketsResponse, error)

ParseGetBucketsResponse parses an HTTP response from a GetBucketsWithResponse call

func ParseGetChecksIDLabelsResponse

func ParseGetChecksIDLabelsResponse(rsp *http.Response) (*getChecksIDLabelsResponse, error)

ParseGetChecksIDLabelsResponse parses an HTTP response from a GetChecksIDLabelsWithResponse call

func ParseGetChecksIDQueryResponse

func ParseGetChecksIDQueryResponse(rsp *http.Response) (*getChecksIDQueryResponse, error)

ParseGetChecksIDQueryResponse parses an HTTP response from a GetChecksIDQueryWithResponse call

func ParseGetChecksIDResponse

func ParseGetChecksIDResponse(rsp *http.Response) (*getChecksIDResponse, error)

ParseGetChecksIDResponse parses an HTTP response from a GetChecksIDWithResponse call

func ParseGetChecksResponse

func ParseGetChecksResponse(rsp *http.Response) (*getChecksResponse, error)

ParseGetChecksResponse parses an HTTP response from a GetChecksWithResponse call

func ParseGetDBRPsIDResponse

func ParseGetDBRPsIDResponse(rsp *http.Response) (*getDBRPsIDResponse, error)

ParseGetDBRPsIDResponse parses an HTTP response from a GetDBRPsIDWithResponse call

func ParseGetDBRPsResponse

func ParseGetDBRPsResponse(rsp *http.Response) (*getDBRPsResponse, error)

ParseGetDBRPsResponse parses an HTTP response from a GetDBRPsWithResponse call

func ParseGetDashboardsIDCellsIDViewResponse

func ParseGetDashboardsIDCellsIDViewResponse(rsp *http.Response) (*getDashboardsIDCellsIDViewResponse, error)

ParseGetDashboardsIDCellsIDViewResponse parses an HTTP response from a GetDashboardsIDCellsIDViewWithResponse call

func ParseGetDashboardsIDLabelsResponse

func ParseGetDashboardsIDLabelsResponse(rsp *http.Response) (*getDashboardsIDLabelsResponse, error)

ParseGetDashboardsIDLabelsResponse parses an HTTP response from a GetDashboardsIDLabelsWithResponse call

func ParseGetDashboardsIDMembersResponse

func ParseGetDashboardsIDMembersResponse(rsp *http.Response) (*getDashboardsIDMembersResponse, error)

ParseGetDashboardsIDMembersResponse parses an HTTP response from a GetDashboardsIDMembersWithResponse call

func ParseGetDashboardsIDOwnersResponse

func ParseGetDashboardsIDOwnersResponse(rsp *http.Response) (*getDashboardsIDOwnersResponse, error)

ParseGetDashboardsIDOwnersResponse parses an HTTP response from a GetDashboardsIDOwnersWithResponse call

func ParseGetDashboardsIDResponse

func ParseGetDashboardsIDResponse(rsp *http.Response) (*getDashboardsIDResponse, error)

ParseGetDashboardsIDResponse parses an HTTP response from a GetDashboardsIDWithResponse call

func ParseGetDashboardsResponse

func ParseGetDashboardsResponse(rsp *http.Response) (*getDashboardsResponse, error)

ParseGetDashboardsResponse parses an HTTP response from a GetDashboardsWithResponse call

func ParseGetDocumentsTemplatesIDLabelsResponse

func ParseGetDocumentsTemplatesIDLabelsResponse(rsp *http.Response) (*getDocumentsTemplatesIDLabelsResponse, error)

ParseGetDocumentsTemplatesIDLabelsResponse parses an HTTP response from a GetDocumentsTemplatesIDLabelsWithResponse call

func ParseGetDocumentsTemplatesIDResponse

func ParseGetDocumentsTemplatesIDResponse(rsp *http.Response) (*getDocumentsTemplatesIDResponse, error)

ParseGetDocumentsTemplatesIDResponse parses an HTTP response from a GetDocumentsTemplatesIDWithResponse call

func ParseGetDocumentsTemplatesResponse

func ParseGetDocumentsTemplatesResponse(rsp *http.Response) (*getDocumentsTemplatesResponse, error)

ParseGetDocumentsTemplatesResponse parses an HTTP response from a GetDocumentsTemplatesWithResponse call

func ParseGetFlagsResponse

func ParseGetFlagsResponse(rsp *http.Response) (*getFlagsResponse, error)

ParseGetFlagsResponse parses an HTTP response from a GetFlagsWithResponse call

func ParseGetHealthResponse

func ParseGetHealthResponse(rsp *http.Response) (*getHealthResponse, error)

ParseGetHealthResponse parses an HTTP response from a GetHealthWithResponse call

func ParseGetLabelsIDResponse

func ParseGetLabelsIDResponse(rsp *http.Response) (*getLabelsIDResponse, error)

ParseGetLabelsIDResponse parses an HTTP response from a GetLabelsIDWithResponse call

func ParseGetLabelsResponse

func ParseGetLabelsResponse(rsp *http.Response) (*getLabelsResponse, error)

ParseGetLabelsResponse parses an HTTP response from a GetLabelsWithResponse call

func ParseGetMeResponse

func ParseGetMeResponse(rsp *http.Response) (*getMeResponse, error)

ParseGetMeResponse parses an HTTP response from a GetMeWithResponse call

func ParseGetNotificationEndpointsIDLabelsResponse

func ParseGetNotificationEndpointsIDLabelsResponse(rsp *http.Response) (*getNotificationEndpointsIDLabelsResponse, error)

ParseGetNotificationEndpointsIDLabelsResponse parses an HTTP response from a GetNotificationEndpointsIDLabelsWithResponse call

func ParseGetNotificationEndpointsIDResponse

func ParseGetNotificationEndpointsIDResponse(rsp *http.Response) (*getNotificationEndpointsIDResponse, error)

ParseGetNotificationEndpointsIDResponse parses an HTTP response from a GetNotificationEndpointsIDWithResponse call

func ParseGetNotificationEndpointsResponse

func ParseGetNotificationEndpointsResponse(rsp *http.Response) (*getNotificationEndpointsResponse, error)

ParseGetNotificationEndpointsResponse parses an HTTP response from a GetNotificationEndpointsWithResponse call

func ParseGetNotificationRulesIDLabelsResponse

func ParseGetNotificationRulesIDLabelsResponse(rsp *http.Response) (*getNotificationRulesIDLabelsResponse, error)

ParseGetNotificationRulesIDLabelsResponse parses an HTTP response from a GetNotificationRulesIDLabelsWithResponse call

func ParseGetNotificationRulesIDQueryResponse

func ParseGetNotificationRulesIDQueryResponse(rsp *http.Response) (*getNotificationRulesIDQueryResponse, error)

ParseGetNotificationRulesIDQueryResponse parses an HTTP response from a GetNotificationRulesIDQueryWithResponse call

func ParseGetNotificationRulesIDResponse

func ParseGetNotificationRulesIDResponse(rsp *http.Response) (*getNotificationRulesIDResponse, error)

ParseGetNotificationRulesIDResponse parses an HTTP response from a GetNotificationRulesIDWithResponse call

func ParseGetNotificationRulesResponse

func ParseGetNotificationRulesResponse(rsp *http.Response) (*getNotificationRulesResponse, error)

ParseGetNotificationRulesResponse parses an HTTP response from a GetNotificationRulesWithResponse call

func ParseGetOrgsIDMembersResponse

func ParseGetOrgsIDMembersResponse(rsp *http.Response) (*getOrgsIDMembersResponse, error)

ParseGetOrgsIDMembersResponse parses an HTTP response from a GetOrgsIDMembersWithResponse call

func ParseGetOrgsIDOwnersResponse

func ParseGetOrgsIDOwnersResponse(rsp *http.Response) (*getOrgsIDOwnersResponse, error)

ParseGetOrgsIDOwnersResponse parses an HTTP response from a GetOrgsIDOwnersWithResponse call

func ParseGetOrgsIDResponse

func ParseGetOrgsIDResponse(rsp *http.Response) (*getOrgsIDResponse, error)

ParseGetOrgsIDResponse parses an HTTP response from a GetOrgsIDWithResponse call

func ParseGetOrgsIDSecretsResponse

func ParseGetOrgsIDSecretsResponse(rsp *http.Response) (*getOrgsIDSecretsResponse, error)

ParseGetOrgsIDSecretsResponse parses an HTTP response from a GetOrgsIDSecretsWithResponse call

func ParseGetOrgsResponse

func ParseGetOrgsResponse(rsp *http.Response) (*getOrgsResponse, error)

ParseGetOrgsResponse parses an HTTP response from a GetOrgsWithResponse call

func ParseGetQuerySuggestionsNameResponse

func ParseGetQuerySuggestionsNameResponse(rsp *http.Response) (*getQuerySuggestionsNameResponse, error)

ParseGetQuerySuggestionsNameResponse parses an HTTP response from a GetQuerySuggestionsNameWithResponse call

func ParseGetQuerySuggestionsResponse

func ParseGetQuerySuggestionsResponse(rsp *http.Response) (*getQuerySuggestionsResponse, error)

ParseGetQuerySuggestionsResponse parses an HTTP response from a GetQuerySuggestionsWithResponse call

func ParseGetReadyResponse

func ParseGetReadyResponse(rsp *http.Response) (*getReadyResponse, error)

ParseGetReadyResponse parses an HTTP response from a GetReadyWithResponse call

func ParseGetRoutesResponse

func ParseGetRoutesResponse(rsp *http.Response) (*getRoutesResponse, error)

ParseGetRoutesResponse parses an HTTP response from a GetRoutesWithResponse call

func ParseGetScrapersIDLabelsResponse

func ParseGetScrapersIDLabelsResponse(rsp *http.Response) (*getScrapersIDLabelsResponse, error)

ParseGetScrapersIDLabelsResponse parses an HTTP response from a GetScrapersIDLabelsWithResponse call

func ParseGetScrapersIDMembersResponse

func ParseGetScrapersIDMembersResponse(rsp *http.Response) (*getScrapersIDMembersResponse, error)

ParseGetScrapersIDMembersResponse parses an HTTP response from a GetScrapersIDMembersWithResponse call

func ParseGetScrapersIDOwnersResponse

func ParseGetScrapersIDOwnersResponse(rsp *http.Response) (*getScrapersIDOwnersResponse, error)

ParseGetScrapersIDOwnersResponse parses an HTTP response from a GetScrapersIDOwnersWithResponse call

func ParseGetScrapersIDResponse

func ParseGetScrapersIDResponse(rsp *http.Response) (*getScrapersIDResponse, error)

ParseGetScrapersIDResponse parses an HTTP response from a GetScrapersIDWithResponse call

func ParseGetScrapersResponse

func ParseGetScrapersResponse(rsp *http.Response) (*getScrapersResponse, error)

ParseGetScrapersResponse parses an HTTP response from a GetScrapersWithResponse call

func ParseGetSetupResponse

func ParseGetSetupResponse(rsp *http.Response) (*getSetupResponse, error)

ParseGetSetupResponse parses an HTTP response from a GetSetupWithResponse call

func ParseGetSourcesIDBucketsResponse

func ParseGetSourcesIDBucketsResponse(rsp *http.Response) (*getSourcesIDBucketsResponse, error)

ParseGetSourcesIDBucketsResponse parses an HTTP response from a GetSourcesIDBucketsWithResponse call

func ParseGetSourcesIDHealthResponse

func ParseGetSourcesIDHealthResponse(rsp *http.Response) (*getSourcesIDHealthResponse, error)

ParseGetSourcesIDHealthResponse parses an HTTP response from a GetSourcesIDHealthWithResponse call

func ParseGetSourcesIDResponse

func ParseGetSourcesIDResponse(rsp *http.Response) (*getSourcesIDResponse, error)

ParseGetSourcesIDResponse parses an HTTP response from a GetSourcesIDWithResponse call

func ParseGetSourcesResponse

func ParseGetSourcesResponse(rsp *http.Response) (*getSourcesResponse, error)

ParseGetSourcesResponse parses an HTTP response from a GetSourcesWithResponse call

func ParseGetTasksIDLabelsResponse

func ParseGetTasksIDLabelsResponse(rsp *http.Response) (*getTasksIDLabelsResponse, error)

ParseGetTasksIDLabelsResponse parses an HTTP response from a GetTasksIDLabelsWithResponse call

func ParseGetTasksIDLogsResponse

func ParseGetTasksIDLogsResponse(rsp *http.Response) (*getTasksIDLogsResponse, error)

ParseGetTasksIDLogsResponse parses an HTTP response from a GetTasksIDLogsWithResponse call

func ParseGetTasksIDMembersResponse

func ParseGetTasksIDMembersResponse(rsp *http.Response) (*getTasksIDMembersResponse, error)

ParseGetTasksIDMembersResponse parses an HTTP response from a GetTasksIDMembersWithResponse call

func ParseGetTasksIDOwnersResponse

func ParseGetTasksIDOwnersResponse(rsp *http.Response) (*getTasksIDOwnersResponse, error)

ParseGetTasksIDOwnersResponse parses an HTTP response from a GetTasksIDOwnersWithResponse call

func ParseGetTasksIDResponse

func ParseGetTasksIDResponse(rsp *http.Response) (*getTasksIDResponse, error)

ParseGetTasksIDResponse parses an HTTP response from a GetTasksIDWithResponse call

func ParseGetTasksIDRunsIDLogsResponse

func ParseGetTasksIDRunsIDLogsResponse(rsp *http.Response) (*getTasksIDRunsIDLogsResponse, error)

ParseGetTasksIDRunsIDLogsResponse parses an HTTP response from a GetTasksIDRunsIDLogsWithResponse call

func ParseGetTasksIDRunsIDResponse

func ParseGetTasksIDRunsIDResponse(rsp *http.Response) (*getTasksIDRunsIDResponse, error)

ParseGetTasksIDRunsIDResponse parses an HTTP response from a GetTasksIDRunsIDWithResponse call

func ParseGetTasksIDRunsResponse

func ParseGetTasksIDRunsResponse(rsp *http.Response) (*getTasksIDRunsResponse, error)

ParseGetTasksIDRunsResponse parses an HTTP response from a GetTasksIDRunsWithResponse call

func ParseGetTasksResponse

func ParseGetTasksResponse(rsp *http.Response) (*getTasksResponse, error)

ParseGetTasksResponse parses an HTTP response from a GetTasksWithResponse call

func ParseGetTelegrafPluginsResponse

func ParseGetTelegrafPluginsResponse(rsp *http.Response) (*getTelegrafPluginsResponse, error)

ParseGetTelegrafPluginsResponse parses an HTTP response from a GetTelegrafPluginsWithResponse call

func ParseGetTelegrafsIDLabelsResponse

func ParseGetTelegrafsIDLabelsResponse(rsp *http.Response) (*getTelegrafsIDLabelsResponse, error)

ParseGetTelegrafsIDLabelsResponse parses an HTTP response from a GetTelegrafsIDLabelsWithResponse call

func ParseGetTelegrafsIDMembersResponse

func ParseGetTelegrafsIDMembersResponse(rsp *http.Response) (*getTelegrafsIDMembersResponse, error)

ParseGetTelegrafsIDMembersResponse parses an HTTP response from a GetTelegrafsIDMembersWithResponse call

func ParseGetTelegrafsIDOwnersResponse

func ParseGetTelegrafsIDOwnersResponse(rsp *http.Response) (*getTelegrafsIDOwnersResponse, error)

ParseGetTelegrafsIDOwnersResponse parses an HTTP response from a GetTelegrafsIDOwnersWithResponse call

func ParseGetTelegrafsIDResponse

func ParseGetTelegrafsIDResponse(rsp *http.Response) (*getTelegrafsIDResponse, error)

ParseGetTelegrafsIDResponse parses an HTTP response from a GetTelegrafsIDWithResponse call

func ParseGetTelegrafsResponse

func ParseGetTelegrafsResponse(rsp *http.Response) (*getTelegrafsResponse, error)

ParseGetTelegrafsResponse parses an HTTP response from a GetTelegrafsWithResponse call

func ParseGetUsersIDResponse

func ParseGetUsersIDResponse(rsp *http.Response) (*getUsersIDResponse, error)

ParseGetUsersIDResponse parses an HTTP response from a GetUsersIDWithResponse call

func ParseGetUsersResponse

func ParseGetUsersResponse(rsp *http.Response) (*getUsersResponse, error)

ParseGetUsersResponse parses an HTTP response from a GetUsersWithResponse call

func ParseGetVariablesIDLabelsResponse

func ParseGetVariablesIDLabelsResponse(rsp *http.Response) (*getVariablesIDLabelsResponse, error)

ParseGetVariablesIDLabelsResponse parses an HTTP response from a GetVariablesIDLabelsWithResponse call

func ParseGetVariablesIDResponse

func ParseGetVariablesIDResponse(rsp *http.Response) (*getVariablesIDResponse, error)

ParseGetVariablesIDResponse parses an HTTP response from a GetVariablesIDWithResponse call

func ParseGetVariablesResponse

func ParseGetVariablesResponse(rsp *http.Response) (*getVariablesResponse, error)

ParseGetVariablesResponse parses an HTTP response from a GetVariablesWithResponse call

func ParseListStacksResponse

func ParseListStacksResponse(rsp *http.Response) (*listStacksResponse, error)

ParseListStacksResponse parses an HTTP response from a ListStacksWithResponse call

func ParsePatchAuthorizationsIDResponse

func ParsePatchAuthorizationsIDResponse(rsp *http.Response) (*patchAuthorizationsIDResponse, error)

ParsePatchAuthorizationsIDResponse parses an HTTP response from a PatchAuthorizationsIDWithResponse call

func ParsePatchBucketsIDResponse

func ParsePatchBucketsIDResponse(rsp *http.Response) (*patchBucketsIDResponse, error)

ParsePatchBucketsIDResponse parses an HTTP response from a PatchBucketsIDWithResponse call

func ParsePatchChecksIDResponse

func ParsePatchChecksIDResponse(rsp *http.Response) (*patchChecksIDResponse, error)

ParsePatchChecksIDResponse parses an HTTP response from a PatchChecksIDWithResponse call

func ParsePatchDBRPIDResponse

func ParsePatchDBRPIDResponse(rsp *http.Response) (*patchDBRPIDResponse, error)

ParsePatchDBRPIDResponse parses an HTTP response from a PatchDBRPIDWithResponse call

func ParsePatchDashboardsIDCellsIDResponse

func ParsePatchDashboardsIDCellsIDResponse(rsp *http.Response) (*patchDashboardsIDCellsIDResponse, error)

ParsePatchDashboardsIDCellsIDResponse parses an HTTP response from a PatchDashboardsIDCellsIDWithResponse call

func ParsePatchDashboardsIDCellsIDViewResponse

func ParsePatchDashboardsIDCellsIDViewResponse(rsp *http.Response) (*patchDashboardsIDCellsIDViewResponse, error)

ParsePatchDashboardsIDCellsIDViewResponse parses an HTTP response from a PatchDashboardsIDCellsIDViewWithResponse call

func ParsePatchDashboardsIDResponse

func ParsePatchDashboardsIDResponse(rsp *http.Response) (*patchDashboardsIDResponse, error)

ParsePatchDashboardsIDResponse parses an HTTP response from a PatchDashboardsIDWithResponse call

func ParsePatchLabelsIDResponse

func ParsePatchLabelsIDResponse(rsp *http.Response) (*patchLabelsIDResponse, error)

ParsePatchLabelsIDResponse parses an HTTP response from a PatchLabelsIDWithResponse call

func ParsePatchNotificationEndpointsIDResponse

func ParsePatchNotificationEndpointsIDResponse(rsp *http.Response) (*patchNotificationEndpointsIDResponse, error)

ParsePatchNotificationEndpointsIDResponse parses an HTTP response from a PatchNotificationEndpointsIDWithResponse call

func ParsePatchNotificationRulesIDResponse

func ParsePatchNotificationRulesIDResponse(rsp *http.Response) (*patchNotificationRulesIDResponse, error)

ParsePatchNotificationRulesIDResponse parses an HTTP response from a PatchNotificationRulesIDWithResponse call

func ParsePatchOrgsIDResponse

func ParsePatchOrgsIDResponse(rsp *http.Response) (*patchOrgsIDResponse, error)

ParsePatchOrgsIDResponse parses an HTTP response from a PatchOrgsIDWithResponse call

func ParsePatchOrgsIDSecretsResponse

func ParsePatchOrgsIDSecretsResponse(rsp *http.Response) (*patchOrgsIDSecretsResponse, error)

ParsePatchOrgsIDSecretsResponse parses an HTTP response from a PatchOrgsIDSecretsWithResponse call

func ParsePatchScrapersIDLabelsIDResponse

func ParsePatchScrapersIDLabelsIDResponse(rsp *http.Response) (*patchScrapersIDLabelsIDResponse, error)

ParsePatchScrapersIDLabelsIDResponse parses an HTTP response from a PatchScrapersIDLabelsIDWithResponse call

func ParsePatchScrapersIDResponse

func ParsePatchScrapersIDResponse(rsp *http.Response) (*patchScrapersIDResponse, error)

ParsePatchScrapersIDResponse parses an HTTP response from a PatchScrapersIDWithResponse call

func ParsePatchSourcesIDResponse

func ParsePatchSourcesIDResponse(rsp *http.Response) (*patchSourcesIDResponse, error)

ParsePatchSourcesIDResponse parses an HTTP response from a PatchSourcesIDWithResponse call

func ParsePatchTasksIDResponse

func ParsePatchTasksIDResponse(rsp *http.Response) (*patchTasksIDResponse, error)

ParsePatchTasksIDResponse parses an HTTP response from a PatchTasksIDWithResponse call

func ParsePatchUsersIDResponse

func ParsePatchUsersIDResponse(rsp *http.Response) (*patchUsersIDResponse, error)

ParsePatchUsersIDResponse parses an HTTP response from a PatchUsersIDWithResponse call

func ParsePatchVariablesIDResponse

func ParsePatchVariablesIDResponse(rsp *http.Response) (*patchVariablesIDResponse, error)

ParsePatchVariablesIDResponse parses an HTTP response from a PatchVariablesIDWithResponse call

func ParsePostAuthorizationsResponse

func ParsePostAuthorizationsResponse(rsp *http.Response) (*postAuthorizationsResponse, error)

ParsePostAuthorizationsResponse parses an HTTP response from a PostAuthorizationsWithResponse call

func ParsePostBucketsIDLabelsResponse

func ParsePostBucketsIDLabelsResponse(rsp *http.Response) (*postBucketsIDLabelsResponse, error)

ParsePostBucketsIDLabelsResponse parses an HTTP response from a PostBucketsIDLabelsWithResponse call

func ParsePostBucketsIDMembersResponse

func ParsePostBucketsIDMembersResponse(rsp *http.Response) (*postBucketsIDMembersResponse, error)

ParsePostBucketsIDMembersResponse parses an HTTP response from a PostBucketsIDMembersWithResponse call

func ParsePostBucketsIDOwnersResponse

func ParsePostBucketsIDOwnersResponse(rsp *http.Response) (*postBucketsIDOwnersResponse, error)

ParsePostBucketsIDOwnersResponse parses an HTTP response from a PostBucketsIDOwnersWithResponse call

func ParsePostBucketsResponse

func ParsePostBucketsResponse(rsp *http.Response) (*postBucketsResponse, error)

ParsePostBucketsResponse parses an HTTP response from a PostBucketsWithResponse call

func ParsePostChecksIDLabelsResponse

func ParsePostChecksIDLabelsResponse(rsp *http.Response) (*postChecksIDLabelsResponse, error)

ParsePostChecksIDLabelsResponse parses an HTTP response from a PostChecksIDLabelsWithResponse call

func ParsePostDBRPResponse

func ParsePostDBRPResponse(rsp *http.Response) (*postDBRPResponse, error)

ParsePostDBRPResponse parses an HTTP response from a PostDBRPWithResponse call

func ParsePostDashboardsIDCellsResponse

func ParsePostDashboardsIDCellsResponse(rsp *http.Response) (*postDashboardsIDCellsResponse, error)

ParsePostDashboardsIDCellsResponse parses an HTTP response from a PostDashboardsIDCellsWithResponse call

func ParsePostDashboardsIDLabelsResponse

func ParsePostDashboardsIDLabelsResponse(rsp *http.Response) (*postDashboardsIDLabelsResponse, error)

ParsePostDashboardsIDLabelsResponse parses an HTTP response from a PostDashboardsIDLabelsWithResponse call

func ParsePostDashboardsIDMembersResponse

func ParsePostDashboardsIDMembersResponse(rsp *http.Response) (*postDashboardsIDMembersResponse, error)

ParsePostDashboardsIDMembersResponse parses an HTTP response from a PostDashboardsIDMembersWithResponse call

func ParsePostDashboardsIDOwnersResponse

func ParsePostDashboardsIDOwnersResponse(rsp *http.Response) (*postDashboardsIDOwnersResponse, error)

ParsePostDashboardsIDOwnersResponse parses an HTTP response from a PostDashboardsIDOwnersWithResponse call

func ParsePostDashboardsResponse

func ParsePostDashboardsResponse(rsp *http.Response) (*postDashboardsResponse, error)

ParsePostDashboardsResponse parses an HTTP response from a PostDashboardsWithResponse call

func ParsePostDeleteResponse

func ParsePostDeleteResponse(rsp *http.Response) (*postDeleteResponse, error)

ParsePostDeleteResponse parses an HTTP response from a PostDeleteWithResponse call

func ParsePostDocumentsTemplatesIDLabelsResponse

func ParsePostDocumentsTemplatesIDLabelsResponse(rsp *http.Response) (*postDocumentsTemplatesIDLabelsResponse, error)

ParsePostDocumentsTemplatesIDLabelsResponse parses an HTTP response from a PostDocumentsTemplatesIDLabelsWithResponse call

func ParsePostDocumentsTemplatesResponse

func ParsePostDocumentsTemplatesResponse(rsp *http.Response) (*postDocumentsTemplatesResponse, error)

ParsePostDocumentsTemplatesResponse parses an HTTP response from a PostDocumentsTemplatesWithResponse call

func ParsePostLabelsResponse

func ParsePostLabelsResponse(rsp *http.Response) (*postLabelsResponse, error)

ParsePostLabelsResponse parses an HTTP response from a PostLabelsWithResponse call

func ParsePostNotificationEndpointIDLabelsResponse

func ParsePostNotificationEndpointIDLabelsResponse(rsp *http.Response) (*postNotificationEndpointIDLabelsResponse, error)

ParsePostNotificationEndpointIDLabelsResponse parses an HTTP response from a PostNotificationEndpointIDLabelsWithResponse call

func ParsePostNotificationRuleIDLabelsResponse

func ParsePostNotificationRuleIDLabelsResponse(rsp *http.Response) (*postNotificationRuleIDLabelsResponse, error)

ParsePostNotificationRuleIDLabelsResponse parses an HTTP response from a PostNotificationRuleIDLabelsWithResponse call

func ParsePostOrgsIDMembersResponse

func ParsePostOrgsIDMembersResponse(rsp *http.Response) (*postOrgsIDMembersResponse, error)

ParsePostOrgsIDMembersResponse parses an HTTP response from a PostOrgsIDMembersWithResponse call

func ParsePostOrgsIDOwnersResponse

func ParsePostOrgsIDOwnersResponse(rsp *http.Response) (*postOrgsIDOwnersResponse, error)

ParsePostOrgsIDOwnersResponse parses an HTTP response from a PostOrgsIDOwnersWithResponse call

func ParsePostOrgsIDSecretsResponse

func ParsePostOrgsIDSecretsResponse(rsp *http.Response) (*postOrgsIDSecretsResponse, error)

ParsePostOrgsIDSecretsResponse parses an HTTP response from a PostOrgsIDSecretsWithResponse call

func ParsePostOrgsResponse

func ParsePostOrgsResponse(rsp *http.Response) (*postOrgsResponse, error)

ParsePostOrgsResponse parses an HTTP response from a PostOrgsWithResponse call

func ParsePostQueryAnalyzeResponse

func ParsePostQueryAnalyzeResponse(rsp *http.Response) (*postQueryAnalyzeResponse, error)

ParsePostQueryAnalyzeResponse parses an HTTP response from a PostQueryAnalyzeWithResponse call

func ParsePostQueryAstResponse

func ParsePostQueryAstResponse(rsp *http.Response) (*postQueryAstResponse, error)

ParsePostQueryAstResponse parses an HTTP response from a PostQueryAstWithResponse call

func ParsePostQueryResponse

func ParsePostQueryResponse(rsp *http.Response) (*postQueryResponse, error)

ParsePostQueryResponse parses an HTTP response from a PostQueryWithResponse call

func ParsePostScrapersIDLabelsResponse

func ParsePostScrapersIDLabelsResponse(rsp *http.Response) (*postScrapersIDLabelsResponse, error)

ParsePostScrapersIDLabelsResponse parses an HTTP response from a PostScrapersIDLabelsWithResponse call

func ParsePostScrapersIDMembersResponse

func ParsePostScrapersIDMembersResponse(rsp *http.Response) (*postScrapersIDMembersResponse, error)

ParsePostScrapersIDMembersResponse parses an HTTP response from a PostScrapersIDMembersWithResponse call

func ParsePostScrapersIDOwnersResponse

func ParsePostScrapersIDOwnersResponse(rsp *http.Response) (*postScrapersIDOwnersResponse, error)

ParsePostScrapersIDOwnersResponse parses an HTTP response from a PostScrapersIDOwnersWithResponse call

func ParsePostScrapersResponse

func ParsePostScrapersResponse(rsp *http.Response) (*postScrapersResponse, error)

ParsePostScrapersResponse parses an HTTP response from a PostScrapersWithResponse call

func ParsePostSetupResponse

func ParsePostSetupResponse(rsp *http.Response) (*postSetupResponse, error)

ParsePostSetupResponse parses an HTTP response from a PostSetupWithResponse call

func ParsePostSetupUserResponse

func ParsePostSetupUserResponse(rsp *http.Response) (*postSetupUserResponse, error)

ParsePostSetupUserResponse parses an HTTP response from a PostSetupUserWithResponse call

func ParsePostSigninResponse

func ParsePostSigninResponse(rsp *http.Response) (*postSigninResponse, error)

ParsePostSigninResponse parses an HTTP response from a PostSigninWithResponse call

func ParsePostSignoutResponse

func ParsePostSignoutResponse(rsp *http.Response) (*postSignoutResponse, error)

ParsePostSignoutResponse parses an HTTP response from a PostSignoutWithResponse call

func ParsePostSourcesResponse

func ParsePostSourcesResponse(rsp *http.Response) (*postSourcesResponse, error)

ParsePostSourcesResponse parses an HTTP response from a PostSourcesWithResponse call

func ParsePostTasksIDLabelsResponse

func ParsePostTasksIDLabelsResponse(rsp *http.Response) (*postTasksIDLabelsResponse, error)

ParsePostTasksIDLabelsResponse parses an HTTP response from a PostTasksIDLabelsWithResponse call

func ParsePostTasksIDMembersResponse

func ParsePostTasksIDMembersResponse(rsp *http.Response) (*postTasksIDMembersResponse, error)

ParsePostTasksIDMembersResponse parses an HTTP response from a PostTasksIDMembersWithResponse call

func ParsePostTasksIDOwnersResponse

func ParsePostTasksIDOwnersResponse(rsp *http.Response) (*postTasksIDOwnersResponse, error)

ParsePostTasksIDOwnersResponse parses an HTTP response from a PostTasksIDOwnersWithResponse call

func ParsePostTasksIDRunsIDRetryResponse

func ParsePostTasksIDRunsIDRetryResponse(rsp *http.Response) (*postTasksIDRunsIDRetryResponse, error)

ParsePostTasksIDRunsIDRetryResponse parses an HTTP response from a PostTasksIDRunsIDRetryWithResponse call

func ParsePostTasksIDRunsResponse

func ParsePostTasksIDRunsResponse(rsp *http.Response) (*postTasksIDRunsResponse, error)

ParsePostTasksIDRunsResponse parses an HTTP response from a PostTasksIDRunsWithResponse call

func ParsePostTasksResponse

func ParsePostTasksResponse(rsp *http.Response) (*postTasksResponse, error)

ParsePostTasksResponse parses an HTTP response from a PostTasksWithResponse call

func ParsePostTelegrafsIDLabelsResponse

func ParsePostTelegrafsIDLabelsResponse(rsp *http.Response) (*postTelegrafsIDLabelsResponse, error)

ParsePostTelegrafsIDLabelsResponse parses an HTTP response from a PostTelegrafsIDLabelsWithResponse call

func ParsePostTelegrafsIDMembersResponse

func ParsePostTelegrafsIDMembersResponse(rsp *http.Response) (*postTelegrafsIDMembersResponse, error)

ParsePostTelegrafsIDMembersResponse parses an HTTP response from a PostTelegrafsIDMembersWithResponse call

func ParsePostTelegrafsIDOwnersResponse

func ParsePostTelegrafsIDOwnersResponse(rsp *http.Response) (*postTelegrafsIDOwnersResponse, error)

ParsePostTelegrafsIDOwnersResponse parses an HTTP response from a PostTelegrafsIDOwnersWithResponse call

func ParsePostTelegrafsResponse

func ParsePostTelegrafsResponse(rsp *http.Response) (*postTelegrafsResponse, error)

ParsePostTelegrafsResponse parses an HTTP response from a PostTelegrafsWithResponse call

func ParsePostUsersIDPasswordResponse

func ParsePostUsersIDPasswordResponse(rsp *http.Response) (*postUsersIDPasswordResponse, error)

ParsePostUsersIDPasswordResponse parses an HTTP response from a PostUsersIDPasswordWithResponse call

func ParsePostUsersResponse

func ParsePostUsersResponse(rsp *http.Response) (*postUsersResponse, error)

ParsePostUsersResponse parses an HTTP response from a PostUsersWithResponse call

func ParsePostVariablesIDLabelsResponse

func ParsePostVariablesIDLabelsResponse(rsp *http.Response) (*postVariablesIDLabelsResponse, error)

ParsePostVariablesIDLabelsResponse parses an HTTP response from a PostVariablesIDLabelsWithResponse call

func ParsePostVariablesResponse

func ParsePostVariablesResponse(rsp *http.Response) (*postVariablesResponse, error)

ParsePostVariablesResponse parses an HTTP response from a PostVariablesWithResponse call

func ParsePostWriteResponse

func ParsePostWriteResponse(rsp *http.Response) (*postWriteResponse, error)

ParsePostWriteResponse parses an HTTP response from a PostWriteWithResponse call

func ParsePutChecksIDResponse

func ParsePutChecksIDResponse(rsp *http.Response) (*putChecksIDResponse, error)

ParsePutChecksIDResponse parses an HTTP response from a PutChecksIDWithResponse call

func ParsePutDashboardsIDCellsResponse

func ParsePutDashboardsIDCellsResponse(rsp *http.Response) (*putDashboardsIDCellsResponse, error)

ParsePutDashboardsIDCellsResponse parses an HTTP response from a PutDashboardsIDCellsWithResponse call

func ParsePutDocumentsTemplatesIDResponse

func ParsePutDocumentsTemplatesIDResponse(rsp *http.Response) (*putDocumentsTemplatesIDResponse, error)

ParsePutDocumentsTemplatesIDResponse parses an HTTP response from a PutDocumentsTemplatesIDWithResponse call

func ParsePutMePasswordResponse

func ParsePutMePasswordResponse(rsp *http.Response) (*putMePasswordResponse, error)

ParsePutMePasswordResponse parses an HTTP response from a PutMePasswordWithResponse call

func ParsePutNotificationEndpointsIDResponse

func ParsePutNotificationEndpointsIDResponse(rsp *http.Response) (*putNotificationEndpointsIDResponse, error)

ParsePutNotificationEndpointsIDResponse parses an HTTP response from a PutNotificationEndpointsIDWithResponse call

func ParsePutNotificationRulesIDResponse

func ParsePutNotificationRulesIDResponse(rsp *http.Response) (*putNotificationRulesIDResponse, error)

ParsePutNotificationRulesIDResponse parses an HTTP response from a PutNotificationRulesIDWithResponse call

func ParsePutTelegrafsIDResponse

func ParsePutTelegrafsIDResponse(rsp *http.Response) (*putTelegrafsIDResponse, error)

ParsePutTelegrafsIDResponse parses an HTTP response from a PutTelegrafsIDWithResponse call

func ParsePutVariablesIDResponse

func ParsePutVariablesIDResponse(rsp *http.Response) (*putVariablesIDResponse, error)

ParsePutVariablesIDResponse parses an HTTP response from a PutVariablesIDWithResponse call

func ParseReadStackResponse

func ParseReadStackResponse(rsp *http.Response) (*readStackResponse, error)

ParseReadStackResponse parses an HTTP response from a ReadStackWithResponse call

func ParseUninstallStackResponse

func ParseUninstallStackResponse(rsp *http.Response) (*uninstallStackResponse, error)

ParseUninstallStackResponse parses an HTTP response from a UninstallStackWithResponse call

func ParseUpdateStackResponse

func ParseUpdateStackResponse(rsp *http.Response) (*updateStackResponse, error)

ParseUpdateStackResponse parses an HTTP response from a UpdateStackWithResponse call

Types

type ASTResponse

type ASTResponse struct {

	// Represents a complete package source tree.
	Ast *Package `json:"ast,omitempty"`
}

ASTResponse defines model for ASTResponse.

type AddResourceMemberRequestBody

type AddResourceMemberRequestBody struct {
	Id   string  `json:"id"`
	Name *string `json:"name,omitempty"`
}

AddResourceMemberRequestBody defines model for AddResourceMemberRequestBody.

type AnalyzeQueryResponse

type AnalyzeQueryResponse struct {
	Errors *[]struct {
		Character *int    `json:"character,omitempty"`
		Column    *int    `json:"column,omitempty"`
		Line      *int    `json:"line,omitempty"`
		Message   *string `json:"message,omitempty"`
	} `json:"errors,omitempty"`
}

AnalyzeQueryResponse defines model for AnalyzeQueryResponse.

type ApplyTemplateJSONBody

type ApplyTemplateJSONBody TemplateApply

ApplyTemplateJSONBody defines parameters for ApplyTemplate.

type ApplyTemplateJSONRequestBody

type ApplyTemplateJSONRequestBody ApplyTemplateJSONBody

ApplyTemplateRequestBody defines body for ApplyTemplate for application/json ContentType.

type ArrayExpression

type ArrayExpression struct {

	// Elements of the array
	Elements *[]Expression `json:"elements,omitempty"`

	// Type of AST node
	Type *NodeType `json:"type,omitempty"`
}

ArrayExpression defines model for ArrayExpression.

type Authorization

type Authorization struct {
	// Embedded struct due to allOf(#/components/schemas/AuthorizationUpdateRequest)
	AuthorizationUpdateRequest
	// Embedded fields due to inline allOf schema
	CreatedAt *time.Time `json:"createdAt,omitempty"`
	Id        *string    `json:"id,omitempty"`
	Links     *struct {

		// URI of resource.
		Self *Link `json:"self,omitempty"`

		// URI of resource.
		User *Link `json:"user,omitempty"`
	} `json:"links,omitempty"`

	// Name of the org token is scoped to.
	Org *string `json:"org,omitempty"`

	// ID of org that authorization is scoped to.
	OrgID *string `json:"orgID,omitempty"`

	// List of permissions for an auth.  An auth must have at least one Permission.
	Permissions *[]Permission `json:"permissions,omitempty"`

	// Passed via the Authorization Header and Token Authentication type.
	Token     *string    `json:"token,omitempty"`
	UpdatedAt *time.Time `json:"updatedAt,omitempty"`

	// Name of user that created and owns the token.
	User *string `json:"user,omitempty"`

	// ID of user that created and owns the token.
	UserID *string `json:"userID,omitempty"`
}

Authorization defines model for Authorization.

type AuthorizationUpdateRequest

type AuthorizationUpdateRequest struct {

	// A description of the token.
	Description *string `json:"description,omitempty"`

	// If inactive the token is inactive and requests using the token will be rejected.
	Status *AuthorizationUpdateRequestStatus `json:"status,omitempty"`
}

AuthorizationUpdateRequest defines model for AuthorizationUpdateRequest.

type AuthorizationUpdateRequestStatus

type AuthorizationUpdateRequestStatus string

AuthorizationUpdateRequestStatus defines model for AuthorizationUpdateRequest.Status.

const (
	AuthorizationUpdateRequestStatusActive AuthorizationUpdateRequestStatus = "active"

	AuthorizationUpdateRequestStatusInactive AuthorizationUpdateRequestStatus = "inactive"
)

Defines values for AuthorizationUpdateRequestStatus.

type Authorizations

type Authorizations struct {
	Authorizations *[]Authorization `json:"authorizations,omitempty"`
	Links          *Links           `json:"links,omitempty"`
}

Authorizations defines model for Authorizations.

type Axes

type Axes struct {

	// The description of a particular axis for a visualization.
	X Axis `json:"x"`

	// The description of a particular axis for a visualization.
	Y Axis `json:"y"`
}

Axes defines model for Axes.

type Axis

type Axis struct {

	// Base represents the radix for formatting axis values.
	Base *AxisBase `json:"base,omitempty"`

	// The extents of an axis in the form [lower, upper]. Clients determine whether bounds are to be inclusive or exclusive of their limits
	Bounds *[]string `json:"bounds,omitempty"`

	// Label is a description of this Axis
	Label *string `json:"label,omitempty"`

	// Prefix represents a label prefix for formatting axis values.
	Prefix *string `json:"prefix,omitempty"`

	// Scale is the axis formatting scale. Supported: "log", "linear"
	Scale *AxisScale `json:"scale,omitempty"`

	// Suffix represents a label suffix for formatting axis values.
	Suffix *string `json:"suffix,omitempty"`
}

Axis defines model for Axis.

type AxisBase

type AxisBase string

AxisBase defines model for Axis.Base.

const (
	AxisBase10 AxisBase = "10"

	AxisBase2 AxisBase = "2"

	AxisBaseEmpty AxisBase = ""
)

Defines values for AxisBase.

type AxisScale

type AxisScale string

AxisScale defines model for AxisScale.

const (
	AxisScaleLinear AxisScale = "linear"

	AxisScaleLog AxisScale = "log"
)

Defines values for AxisScale.

type BadStatement

type BadStatement struct {

	// Raw source text
	Text *string `json:"text,omitempty"`

	// Type of AST node
	Type *NodeType `json:"type,omitempty"`
}

BadStatement defines model for BadStatement.

type BinaryExpression

type BinaryExpression struct {
	Left     *Expression `json:"left,omitempty"`
	Operator *string     `json:"operator,omitempty"`
	Right    *Expression `json:"right,omitempty"`

	// Type of AST node
	Type *NodeType `json:"type,omitempty"`
}

BinaryExpression defines model for BinaryExpression.

type Block

type Block struct {

	// Block body
	Body *[]Statement `json:"body,omitempty"`

	// Type of AST node
	Type *NodeType `json:"type,omitempty"`
}

Block defines model for Block.

type BooleanLiteral

type BooleanLiteral struct {

	// Type of AST node
	Type  *NodeType `json:"type,omitempty"`
	Value *bool     `json:"value,omitempty"`
}

BooleanLiteral defines model for BooleanLiteral.

type Bucket

type Bucket struct {
	CreatedAt   *time.Time `json:"createdAt,omitempty"`
	Description *string    `json:"description,omitempty"`
	Id          *string    `json:"id,omitempty"`
	Labels      *Labels    `json:"labels,omitempty"`
	Links       *struct {

		// URI of resource.
		Labels *Link `json:"labels,omitempty"`

		// URI of resource.
		Members *Link `json:"members,omitempty"`

		// URI of resource.
		Org *Link `json:"org,omitempty"`

		// URI of resource.
		Owners *Link `json:"owners,omitempty"`

		// URI of resource.
		Self *Link `json:"self,omitempty"`

		// URI of resource.
		Write *Link `json:"write,omitempty"`
	} `json:"links,omitempty"`
	Name  string  `json:"name"`
	OrgID *string `json:"orgID,omitempty"`

	// Rules to expire or retain data.  No rules means data never expires.
	RetentionRules RetentionRules `json:"retentionRules"`
	Rp             *string        `json:"rp,omitempty"`
	Type           *BucketType    `json:"type,omitempty"`
	UpdatedAt      *time.Time     `json:"updatedAt,omitempty"`
}

Bucket defines model for Bucket.

type BucketType

type BucketType string

BucketType defines model for Bucket.Type.

const (
	BucketTypeSystem BucketType = "system"

	BucketTypeUser BucketType = "user"
)

Defines values for BucketType.

type Buckets

type Buckets struct {
	Buckets *[]Bucket `json:"buckets,omitempty"`
	Links   *Links    `json:"links,omitempty"`
}

Buckets defines model for Buckets.

type BuilderAggregateFunctionType

type BuilderAggregateFunctionType string

BuilderAggregateFunctionType defines model for BuilderAggregateFunctionType.

const (
	BuilderAggregateFunctionTypeFilter BuilderAggregateFunctionType = "filter"

	BuilderAggregateFunctionTypeGroup BuilderAggregateFunctionType = "group"
)

Defines values for BuilderAggregateFunctionType.

type BuilderConfig

type BuilderConfig struct {
	AggregateWindow *struct {
		FillValues *bool   `json:"fillValues,omitempty"`
		Period     *string `json:"period,omitempty"`
	} `json:"aggregateWindow,omitempty"`
	Buckets   *[]string               `json:"buckets,omitempty"`
	Functions *[]BuilderFunctionsType `json:"functions,omitempty"`
	Tags      *[]BuilderTagsType      `json:"tags,omitempty"`
}

BuilderConfig defines model for BuilderConfig.

type BuilderFunctionsType

type BuilderFunctionsType struct {
	Name *string `json:"name,omitempty"`
}

BuilderFunctionsType defines model for BuilderFunctionsType.

type BuilderTagsType

type BuilderTagsType struct {
	AggregateFunctionType *BuilderAggregateFunctionType `json:"aggregateFunctionType,omitempty"`
	Key                   *string                       `json:"key,omitempty"`
	Values                *[]string                     `json:"values,omitempty"`
}

BuilderTagsType defines model for BuilderTagsType.

type BuiltinStatement

type BuiltinStatement struct {

	// A valid Flux identifier
	Id *Identifier `json:"id,omitempty"`

	// Type of AST node
	Type *NodeType `json:"type,omitempty"`
}

BuiltinStatement defines model for BuiltinStatement.

type CallExpression

type CallExpression struct {

	// Function arguments
	Arguments *[]Expression `json:"arguments,omitempty"`
	Callee    *Expression   `json:"callee,omitempty"`

	// Type of AST node
	Type *NodeType `json:"type,omitempty"`
}

CallExpression defines model for CallExpression.

type Cell

type Cell struct {
	H     *int32  `json:"h,omitempty"`
	Id    *string `json:"id,omitempty"`
	Links *struct {
		Self *string `json:"self,omitempty"`
		View *string `json:"view,omitempty"`
	} `json:"links,omitempty"`

	// The reference to a view from the views API.
	ViewID *string `json:"viewID,omitempty"`
	W      *int32  `json:"w,omitempty"`
	X      *int32  `json:"x,omitempty"`
	Y      *int32  `json:"y,omitempty"`
}

Cell defines model for Cell.

type CellUpdate

type CellUpdate struct {
	H *int32 `json:"h,omitempty"`
	W *int32 `json:"w,omitempty"`
	X *int32 `json:"x,omitempty"`
	Y *int32 `json:"y,omitempty"`
}

CellUpdate defines model for CellUpdate.

type CellWithViewProperties

type CellWithViewProperties struct {
	// Embedded struct due to allOf(#/components/schemas/Cell)
	Cell
	// Embedded fields due to inline allOf schema
	Name       *string         `json:"name,omitempty"`
	Properties *ViewProperties `json:"properties,omitempty"`
}

CellWithViewProperties defines model for CellWithViewProperties.

type Cells

type Cells []Cell

Cells defines model for Cells.

type CellsWithViewProperties

type CellsWithViewProperties []CellWithViewProperties

CellsWithViewProperties defines model for CellsWithViewProperties.

type Check

type Check struct {
	// Embedded struct due to allOf(#/components/schemas/CheckDiscriminator)
	CheckDiscriminator
}

Check defines model for Check.

type CheckBase

type CheckBase struct {
	CreatedAt *time.Time `json:"createdAt,omitempty"`

	// An optional description of the check.
	Description   *string                 `json:"description,omitempty"`
	Id            *string                 `json:"id,omitempty"`
	Labels        *Labels                 `json:"labels,omitempty"`
	LastRunError  *string                 `json:"lastRunError,omitempty"`
	LastRunStatus *CheckBaseLastRunStatus `json:"lastRunStatus,omitempty"`

	// Timestamp of latest scheduled, completed run, RFC3339.
	LatestCompleted *time.Time `json:"latestCompleted,omitempty"`
	Links           *struct {

		// URI of resource.
		Labels *Link `json:"labels,omitempty"`

		// URI of resource.
		Members *Link `json:"members,omitempty"`

		// URI of resource.
		Owners *Link `json:"owners,omitempty"`

		// URI of resource.
		Query *Link `json:"query,omitempty"`

		// URI of resource.
		Self *Link `json:"self,omitempty"`
	} `json:"links,omitempty"`
	Name string `json:"name"`

	// The ID of the organization that owns this check.
	OrgID string `json:"orgID"`

	// The ID of creator used to create this check.
	OwnerID   *string         `json:"ownerID,omitempty"`
	Query     DashboardQuery  `json:"query"`
	Status    *TaskStatusType `json:"status,omitempty"`
	UpdatedAt *time.Time      `json:"updatedAt,omitempty"`
}

CheckBase defines model for CheckBase.

type CheckBaseLastRunStatus

type CheckBaseLastRunStatus string

CheckBaseLastRunStatus defines model for CheckBase.LastRunStatus.

const (
	CheckBaseLastRunStatusCanceled CheckBaseLastRunStatus = "canceled"

	CheckBaseLastRunStatusFailed CheckBaseLastRunStatus = "failed"

	CheckBaseLastRunStatusSuccess CheckBaseLastRunStatus = "success"
)

Defines values for CheckBaseLastRunStatus.

type CheckDiscriminator

type CheckDiscriminator interface{}

CheckDiscriminator defines model for CheckDiscriminator.

type CheckPatch

type CheckPatch struct {
	Description *string           `json:"description,omitempty"`
	Name        *string           `json:"name,omitempty"`
	Status      *CheckPatchStatus `json:"status,omitempty"`
}

CheckPatch defines model for CheckPatch.

type CheckPatchStatus

type CheckPatchStatus string

CheckPatchStatus defines model for CheckPatch.Status.

const (
	CheckPatchStatusActive CheckPatchStatus = "active"

	CheckPatchStatusInactive CheckPatchStatus = "inactive"
)

Defines values for CheckPatchStatus.

type CheckStatusLevel

type CheckStatusLevel string

CheckStatusLevel defines model for CheckStatusLevel.

const (
	CheckStatusLevelCRIT CheckStatusLevel = "CRIT"

	CheckStatusLevelINFO CheckStatusLevel = "INFO"

	CheckStatusLevelOK CheckStatusLevel = "OK"

	CheckStatusLevelUNKNOWN CheckStatusLevel = "UNKNOWN"

	CheckStatusLevelWARN CheckStatusLevel = "WARN"
)

Defines values for CheckStatusLevel.

type CheckViewProperties

type CheckViewProperties struct {
	Check   *Check `json:"check,omitempty"`
	CheckID string `json:"checkID"`

	// Colors define color encoding of data into a visualization
	Colors  []DashboardColor         `json:"colors"`
	Queries []DashboardQuery         `json:"queries"`
	Shape   CheckViewPropertiesShape `json:"shape"`
	Type    CheckViewPropertiesType  `json:"type"`
}

CheckViewProperties defines model for CheckViewProperties.

type CheckViewPropertiesShape

type CheckViewPropertiesShape string

CheckViewPropertiesShape defines model for CheckViewProperties.Shape.

const (
	CheckViewPropertiesShapeChronografV2 CheckViewPropertiesShape = "chronograf-v2"
)

Defines values for CheckViewPropertiesShape.

type CheckViewPropertiesType

type CheckViewPropertiesType string

CheckViewPropertiesType defines model for CheckViewProperties.Type.

const (
	CheckViewPropertiesTypeCheck CheckViewPropertiesType = "check"
)

Defines values for CheckViewPropertiesType.

type Checks

type Checks struct {
	Checks *[]Check `json:"checks,omitempty"`
	Links  *Links   `json:"links,omitempty"`
}

Checks defines model for Checks.

type Client

type Client struct {
	// contains filtered or unexported fields
}

Client which conforms to the OpenAPI3 specification for this service.

func NewClient

func NewClient(service ihttp.Service) *Client

Creates a new Client, with reasonable defaults

func (*Client) ApplyTemplate

func (c *Client) ApplyTemplate(ctx context.Context, body ApplyTemplateJSONRequestBody) (*http.Response, error)

func (*Client) ApplyTemplateWithBody

func (c *Client) ApplyTemplateWithBody(ctx context.Context, contentType string, body io.Reader) (*http.Response, error)

func (*Client) CreateCheck

func (c *Client) CreateCheck(ctx context.Context, body CreateCheckJSONRequestBody) (*http.Response, error)

func (*Client) CreateCheckWithBody

func (c *Client) CreateCheckWithBody(ctx context.Context, contentType string, body io.Reader) (*http.Response, error)

func (*Client) CreateNotificationEndpoint

func (c *Client) CreateNotificationEndpoint(ctx context.Context, body CreateNotificationEndpointJSONRequestBody) (*http.Response, error)

func (*Client) CreateNotificationEndpointWithBody

func (c *Client) CreateNotificationEndpointWithBody(ctx context.Context, contentType string, body io.Reader) (*http.Response, error)

func (*Client) CreateNotificationRule

func (c *Client) CreateNotificationRule(ctx context.Context, body CreateNotificationRuleJSONRequestBody) (*http.Response, error)

func (*Client) CreateNotificationRuleWithBody

func (c *Client) CreateNotificationRuleWithBody(ctx context.Context, contentType string, body io.Reader) (*http.Response, error)

func (*Client) CreateStack

func (c *Client) CreateStack(ctx context.Context, body CreateStackJSONRequestBody) (*http.Response, error)

func (*Client) CreateStackWithBody

func (c *Client) CreateStackWithBody(ctx context.Context, contentType string, body io.Reader) (*http.Response, error)

func (*Client) DeleteAuthorizationsID

func (c *Client) DeleteAuthorizationsID(ctx context.Context, authID string, params *DeleteAuthorizationsIDParams) (*http.Response, error)

func (*Client) DeleteBucketsID

func (c *Client) DeleteBucketsID(ctx context.Context, bucketID string, params *DeleteBucketsIDParams) (*http.Response, error)

func (*Client) DeleteBucketsIDLabelsID

func (c *Client) DeleteBucketsIDLabelsID(ctx context.Context, bucketID string, labelID string, params *DeleteBucketsIDLabelsIDParams) (*http.Response, error)

func (*Client) DeleteBucketsIDMembersID

func (c *Client) DeleteBucketsIDMembersID(ctx context.Context, bucketID string, userID string, params *DeleteBucketsIDMembersIDParams) (*http.Response, error)

func (*Client) DeleteBucketsIDOwnersID

func (c *Client) DeleteBucketsIDOwnersID(ctx context.Context, bucketID string, userID string, params *DeleteBucketsIDOwnersIDParams) (*http.Response, error)

func (*Client) DeleteChecksID

func (c *Client) DeleteChecksID(ctx context.Context, checkID string, params *DeleteChecksIDParams) (*http.Response, error)

func (*Client) DeleteChecksIDLabelsID

func (c *Client) DeleteChecksIDLabelsID(ctx context.Context, checkID string, labelID string, params *DeleteChecksIDLabelsIDParams) (*http.Response, error)

func (*Client) DeleteDBRPID

func (c *Client) DeleteDBRPID(ctx context.Context, dbrpID string, params *DeleteDBRPIDParams) (*http.Response, error)

func (*Client) DeleteDashboardsID

func (c *Client) DeleteDashboardsID(ctx context.Context, dashboardID string, params *DeleteDashboardsIDParams) (*http.Response, error)

func (*Client) DeleteDashboardsIDCellsID

func (c *Client) DeleteDashboardsIDCellsID(ctx context.Context, dashboardID string, cellID string, params *DeleteDashboardsIDCellsIDParams) (*http.Response, error)

func (*Client) DeleteDashboardsIDLabelsID

func (c *Client) DeleteDashboardsIDLabelsID(ctx context.Context, dashboardID string, labelID string, params *DeleteDashboardsIDLabelsIDParams) (*http.Response, error)

func (*Client) DeleteDashboardsIDMembersID

func (c *Client) DeleteDashboardsIDMembersID(ctx context.Context, dashboardID string, userID string, params *DeleteDashboardsIDMembersIDParams) (*http.Response, error)

func (*Client) DeleteDashboardsIDOwnersID

func (c *Client) DeleteDashboardsIDOwnersID(ctx context.Context, dashboardID string, userID string, params *DeleteDashboardsIDOwnersIDParams) (*http.Response, error)

func (*Client) DeleteDocumentsTemplatesID

func (c *Client) DeleteDocumentsTemplatesID(ctx context.Context, templateID string, params *DeleteDocumentsTemplatesIDParams) (*http.Response, error)

func (*Client) DeleteDocumentsTemplatesIDLabelsID

func (c *Client) DeleteDocumentsTemplatesIDLabelsID(ctx context.Context, templateID string, labelID string, params *DeleteDocumentsTemplatesIDLabelsIDParams) (*http.Response, error)

func (*Client) DeleteLabelsID

func (c *Client) DeleteLabelsID(ctx context.Context, labelID string, params *DeleteLabelsIDParams) (*http.Response, error)

func (*Client) DeleteNotificationEndpointsID

func (c *Client) DeleteNotificationEndpointsID(ctx context.Context, endpointID string, params *DeleteNotificationEndpointsIDParams) (*http.Response, error)

func (*Client) DeleteNotificationEndpointsIDLabelsID

func (c *Client) DeleteNotificationEndpointsIDLabelsID(ctx context.Context, endpointID string, labelID string, params *DeleteNotificationEndpointsIDLabelsIDParams) (*http.Response, error)

func (*Client) DeleteNotificationRulesID

func (c *Client) DeleteNotificationRulesID(ctx context.Context, ruleID string, params *DeleteNotificationRulesIDParams) (*http.Response, error)

func (*Client) DeleteNotificationRulesIDLabelsID

func (c *Client) DeleteNotificationRulesIDLabelsID(ctx context.Context, ruleID string, labelID string, params *DeleteNotificationRulesIDLabelsIDParams) (*http.Response, error)

func (*Client) DeleteOrgsID

func (c *Client) DeleteOrgsID(ctx context.Context, orgID string, params *DeleteOrgsIDParams) (*http.Response, error)

func (*Client) DeleteOrgsIDMembersID

func (c *Client) DeleteOrgsIDMembersID(ctx context.Context, orgID string, userID string, params *DeleteOrgsIDMembersIDParams) (*http.Response, error)

func (*Client) DeleteOrgsIDOwnersID

func (c *Client) DeleteOrgsIDOwnersID(ctx context.Context, orgID string, userID string, params *DeleteOrgsIDOwnersIDParams) (*http.Response, error)

func (*Client) DeleteScrapersID

func (c *Client) DeleteScrapersID(ctx context.Context, scraperTargetID string, params *DeleteScrapersIDParams) (*http.Response, error)

func (*Client) DeleteScrapersIDLabelsID

func (c *Client) DeleteScrapersIDLabelsID(ctx context.Context, scraperTargetID string, labelID string, params *DeleteScrapersIDLabelsIDParams) (*http.Response, error)

func (*Client) DeleteScrapersIDMembersID

func (c *Client) DeleteScrapersIDMembersID(ctx context.Context, scraperTargetID string, userID string, params *DeleteScrapersIDMembersIDParams) (*http.Response, error)

func (*Client) DeleteScrapersIDOwnersID

func (c *Client) DeleteScrapersIDOwnersID(ctx context.Context, scraperTargetID string, userID string, params *DeleteScrapersIDOwnersIDParams) (*http.Response, error)

func (*Client) DeleteSourcesID

func (c *Client) DeleteSourcesID(ctx context.Context, sourceID string, params *DeleteSourcesIDParams) (*http.Response, error)

func (*Client) DeleteStack

func (c *Client) DeleteStack(ctx context.Context, stackId string, params *DeleteStackParams) (*http.Response, error)

func (*Client) DeleteTasksID

func (c *Client) DeleteTasksID(ctx context.Context, taskID string, params *DeleteTasksIDParams) (*http.Response, error)

func (*Client) DeleteTasksIDLabelsID

func (c *Client) DeleteTasksIDLabelsID(ctx context.Context, taskID string, labelID string, params *DeleteTasksIDLabelsIDParams) (*http.Response, error)

func (*Client) DeleteTasksIDMembersID

func (c *Client) DeleteTasksIDMembersID(ctx context.Context, taskID string, userID string, params *DeleteTasksIDMembersIDParams) (*http.Response, error)

func (*Client) DeleteTasksIDOwnersID

func (c *Client) DeleteTasksIDOwnersID(ctx context.Context, taskID string, userID string, params *DeleteTasksIDOwnersIDParams) (*http.Response, error)

func (*Client) DeleteTasksIDRunsID

func (c *Client) DeleteTasksIDRunsID(ctx context.Context, taskID string, runID string, params *DeleteTasksIDRunsIDParams) (*http.Response, error)

func (*Client) DeleteTelegrafsID

func (c *Client) DeleteTelegrafsID(ctx context.Context, telegrafID string, params *DeleteTelegrafsIDParams) (*http.Response, error)

func (*Client) DeleteTelegrafsIDLabelsID

func (c *Client) DeleteTelegrafsIDLabelsID(ctx context.Context, telegrafID string, labelID string, params *DeleteTelegrafsIDLabelsIDParams) (*http.Response, error)

func (*Client) DeleteTelegrafsIDMembersID

func (c *Client) DeleteTelegrafsIDMembersID(ctx context.Context, telegrafID string, userID string, params *DeleteTelegrafsIDMembersIDParams) (*http.Response, error)

func (*Client) DeleteTelegrafsIDOwnersID

func (c *Client) DeleteTelegrafsIDOwnersID(ctx context.Context, telegrafID string, userID string, params *DeleteTelegrafsIDOwnersIDParams) (*http.Response, error)

func (*Client) DeleteUsersID

func (c *Client) DeleteUsersID(ctx context.Context, userID string, params *DeleteUsersIDParams) (*http.Response, error)

func (*Client) DeleteVariablesID

func (c *Client) DeleteVariablesID(ctx context.Context, variableID string, params *DeleteVariablesIDParams) (*http.Response, error)

func (*Client) DeleteVariablesIDLabelsID

func (c *Client) DeleteVariablesIDLabelsID(ctx context.Context, variableID string, labelID string, params *DeleteVariablesIDLabelsIDParams) (*http.Response, error)

func (*Client) ExportTemplate

func (c *Client) ExportTemplate(ctx context.Context, body ExportTemplateJSONRequestBody) (*http.Response, error)

func (*Client) ExportTemplateWithBody

func (c *Client) ExportTemplateWithBody(ctx context.Context, contentType string, body io.Reader) (*http.Response, error)

func (*Client) GetAuthorizations

func (c *Client) GetAuthorizations(ctx context.Context, params *GetAuthorizationsParams) (*http.Response, error)

func (*Client) GetAuthorizationsID

func (c *Client) GetAuthorizationsID(ctx context.Context, authID string, params *GetAuthorizationsIDParams) (*http.Response, error)

func (*Client) GetBuckets

func (c *Client) GetBuckets(ctx context.Context, params *GetBucketsParams) (*http.Response, error)

func (*Client) GetBucketsID

func (c *Client) GetBucketsID(ctx context.Context, bucketID string, params *GetBucketsIDParams) (*http.Response, error)

func (*Client) GetBucketsIDLabels

func (c *Client) GetBucketsIDLabels(ctx context.Context, bucketID string, params *GetBucketsIDLabelsParams) (*http.Response, error)

func (*Client) GetBucketsIDMembers

func (c *Client) GetBucketsIDMembers(ctx context.Context, bucketID string, params *GetBucketsIDMembersParams) (*http.Response, error)

func (*Client) GetBucketsIDOwners

func (c *Client) GetBucketsIDOwners(ctx context.Context, bucketID string, params *GetBucketsIDOwnersParams) (*http.Response, error)

func (*Client) GetChecks

func (c *Client) GetChecks(ctx context.Context, params *GetChecksParams) (*http.Response, error)

func (*Client) GetChecksID

func (c *Client) GetChecksID(ctx context.Context, checkID string, params *GetChecksIDParams) (*http.Response, error)

func (*Client) GetChecksIDLabels

func (c *Client) GetChecksIDLabels(ctx context.Context, checkID string, params *GetChecksIDLabelsParams) (*http.Response, error)

func (*Client) GetChecksIDQuery

func (c *Client) GetChecksIDQuery(ctx context.Context, checkID string, params *GetChecksIDQueryParams) (*http.Response, error)

func (*Client) GetDBRPs

func (c *Client) GetDBRPs(ctx context.Context, params *GetDBRPsParams) (*http.Response, error)

func (*Client) GetDBRPsID

func (c *Client) GetDBRPsID(ctx context.Context, dbrpID string, params *GetDBRPsIDParams) (*http.Response, error)

func (*Client) GetDashboards

func (c *Client) GetDashboards(ctx context.Context, params *GetDashboardsParams) (*http.Response, error)

func (*Client) GetDashboardsID

func (c *Client) GetDashboardsID(ctx context.Context, dashboardID string, params *GetDashboardsIDParams) (*http.Response, error)

func (*Client) GetDashboardsIDCellsIDView

func (c *Client) GetDashboardsIDCellsIDView(ctx context.Context, dashboardID string, cellID string, params *GetDashboardsIDCellsIDViewParams) (*http.Response, error)

func (*Client) GetDashboardsIDLabels

func (c *Client) GetDashboardsIDLabels(ctx context.Context, dashboardID string, params *GetDashboardsIDLabelsParams) (*http.Response, error)

func (*Client) GetDashboardsIDMembers

func (c *Client) GetDashboardsIDMembers(ctx context.Context, dashboardID string, params *GetDashboardsIDMembersParams) (*http.Response, error)

func (*Client) GetDashboardsIDOwners

func (c *Client) GetDashboardsIDOwners(ctx context.Context, dashboardID string, params *GetDashboardsIDOwnersParams) (*http.Response, error)

func (*Client) GetDocumentsTemplates

func (c *Client) GetDocumentsTemplates(ctx context.Context, params *GetDocumentsTemplatesParams) (*http.Response, error)

func (*Client) GetDocumentsTemplatesID

func (c *Client) GetDocumentsTemplatesID(ctx context.Context, templateID string, params *GetDocumentsTemplatesIDParams) (*http.Response, error)

func (*Client) GetDocumentsTemplatesIDLabels

func (c *Client) GetDocumentsTemplatesIDLabels(ctx context.Context, templateID string, params *GetDocumentsTemplatesIDLabelsParams) (*http.Response, error)

func (*Client) GetFlags

func (c *Client) GetFlags(ctx context.Context, params *GetFlagsParams) (*http.Response, error)

func (*Client) GetHealth

func (c *Client) GetHealth(ctx context.Context, params *GetHealthParams) (*http.Response, error)

func (*Client) GetLabels

func (c *Client) GetLabels(ctx context.Context, params *GetLabelsParams) (*http.Response, error)

func (*Client) GetLabelsID

func (c *Client) GetLabelsID(ctx context.Context, labelID string, params *GetLabelsIDParams) (*http.Response, error)

func (*Client) GetMe

func (c *Client) GetMe(ctx context.Context, params *GetMeParams) (*http.Response, error)

func (*Client) GetNotificationEndpoints

func (c *Client) GetNotificationEndpoints(ctx context.Context, params *GetNotificationEndpointsParams) (*http.Response, error)

func (*Client) GetNotificationEndpointsID

func (c *Client) GetNotificationEndpointsID(ctx context.Context, endpointID string, params *GetNotificationEndpointsIDParams) (*http.Response, error)

func (*Client) GetNotificationEndpointsIDLabels

func (c *Client) GetNotificationEndpointsIDLabels(ctx context.Context, endpointID string, params *GetNotificationEndpointsIDLabelsParams) (*http.Response, error)

func (*Client) GetNotificationRules

func (c *Client) GetNotificationRules(ctx context.Context, params *GetNotificationRulesParams) (*http.Response, error)

func (*Client) GetNotificationRulesID

func (c *Client) GetNotificationRulesID(ctx context.Context, ruleID string, params *GetNotificationRulesIDParams) (*http.Response, error)

func (*Client) GetNotificationRulesIDLabels

func (c *Client) GetNotificationRulesIDLabels(ctx context.Context, ruleID string, params *GetNotificationRulesIDLabelsParams) (*http.Response, error)

func (*Client) GetNotificationRulesIDQuery

func (c *Client) GetNotificationRulesIDQuery(ctx context.Context, ruleID string, params *GetNotificationRulesIDQueryParams) (*http.Response, error)

func (*Client) GetOrgs

func (c *Client) GetOrgs(ctx context.Context, params *GetOrgsParams) (*http.Response, error)

func (*Client) GetOrgsID

func (c *Client) GetOrgsID(ctx context.Context, orgID string, params *GetOrgsIDParams) (*http.Response, error)

func (*Client) GetOrgsIDMembers

func (c *Client) GetOrgsIDMembers(ctx context.Context, orgID string, params *GetOrgsIDMembersParams) (*http.Response, error)

func (*Client) GetOrgsIDOwners

func (c *Client) GetOrgsIDOwners(ctx context.Context, orgID string, params *GetOrgsIDOwnersParams) (*http.Response, error)

func (*Client) GetOrgsIDSecrets

func (c *Client) GetOrgsIDSecrets(ctx context.Context, orgID string, params *GetOrgsIDSecretsParams) (*http.Response, error)

func (*Client) GetQuerySuggestions

func (c *Client) GetQuerySuggestions(ctx context.Context, params *GetQuerySuggestionsParams) (*http.Response, error)

func (*Client) GetQuerySuggestionsName

func (c *Client) GetQuerySuggestionsName(ctx context.Context, name string, params *GetQuerySuggestionsNameParams) (*http.Response, error)

func (*Client) GetReady

func (c *Client) GetReady(ctx context.Context, params *GetReadyParams) (*http.Response, error)

func (*Client) GetRoutes

func (c *Client) GetRoutes(ctx context.Context, params *GetRoutesParams) (*http.Response, error)

func (*Client) GetScrapers

func (c *Client) GetScrapers(ctx context.Context, params *GetScrapersParams) (*http.Response, error)

func (*Client) GetScrapersID

func (c *Client) GetScrapersID(ctx context.Context, scraperTargetID string, params *GetScrapersIDParams) (*http.Response, error)

func (*Client) GetScrapersIDLabels

func (c *Client) GetScrapersIDLabels(ctx context.Context, scraperTargetID string, params *GetScrapersIDLabelsParams) (*http.Response, error)

func (*Client) GetScrapersIDMembers

func (c *Client) GetScrapersIDMembers(ctx context.Context, scraperTargetID string, params *GetScrapersIDMembersParams) (*http.Response, error)

func (*Client) GetScrapersIDOwners

func (c *Client) GetScrapersIDOwners(ctx context.Context, scraperTargetID string, params *GetScrapersIDOwnersParams) (*http.Response, error)

func (*Client) GetSetup

func (c *Client) GetSetup(ctx context.Context, params *GetSetupParams) (*http.Response, error)

func (*Client) GetSources

func (c *Client) GetSources(ctx context.Context, params *GetSourcesParams) (*http.Response, error)

func (*Client) GetSourcesID

func (c *Client) GetSourcesID(ctx context.Context, sourceID string, params *GetSourcesIDParams) (*http.Response, error)

func (*Client) GetSourcesIDBuckets

func (c *Client) GetSourcesIDBuckets(ctx context.Context, sourceID string, params *GetSourcesIDBucketsParams) (*http.Response, error)

func (*Client) GetSourcesIDHealth

func (c *Client) GetSourcesIDHealth(ctx context.Context, sourceID string, params *GetSourcesIDHealthParams) (*http.Response, error)

func (*Client) GetTasks

func (c *Client) GetTasks(ctx context.Context, params *GetTasksParams) (*http.Response, error)

func (*Client) GetTasksID

func (c *Client) GetTasksID(ctx context.Context, taskID string, params *GetTasksIDParams) (*http.Response, error)

func (*Client) GetTasksIDLabels

func (c *Client) GetTasksIDLabels(ctx context.Context, taskID string, params *GetTasksIDLabelsParams) (*http.Response, error)

func (*Client) GetTasksIDLogs

func (c *Client) GetTasksIDLogs(ctx context.Context, taskID string, params *GetTasksIDLogsParams) (*http.Response, error)

func (*Client) GetTasksIDMembers

func (c *Client) GetTasksIDMembers(ctx context.Context, taskID string, params *GetTasksIDMembersParams) (*http.Response, error)

func (*Client) GetTasksIDOwners

func (c *Client) GetTasksIDOwners(ctx context.Context, taskID string, params *GetTasksIDOwnersParams) (*http.Response, error)

func (*Client) GetTasksIDRuns

func (c *Client) GetTasksIDRuns(ctx context.Context, taskID string, params *GetTasksIDRunsParams) (*http.Response, error)

func (*Client) GetTasksIDRunsID

func (c *Client) GetTasksIDRunsID(ctx context.Context, taskID string, runID string, params *GetTasksIDRunsIDParams) (*http.Response, error)

func (*Client) GetTasksIDRunsIDLogs

func (c *Client) GetTasksIDRunsIDLogs(ctx context.Context, taskID string, runID string, params *GetTasksIDRunsIDLogsParams) (*http.Response, error)

func (*Client) GetTelegrafPlugins

func (c *Client) GetTelegrafPlugins(ctx context.Context, params *GetTelegrafPluginsParams) (*http.Response, error)

func (*Client) GetTelegrafs

func (c *Client) GetTelegrafs(ctx context.Context, params *GetTelegrafsParams) (*http.Response, error)

func (*Client) GetTelegrafsID

func (c *Client) GetTelegrafsID(ctx context.Context, telegrafID string, params *GetTelegrafsIDParams) (*http.Response, error)

func (*Client) GetTelegrafsIDLabels

func (c *Client) GetTelegrafsIDLabels(ctx context.Context, telegrafID string, params *GetTelegrafsIDLabelsParams) (*http.Response, error)

func (*Client) GetTelegrafsIDMembers

func (c *Client) GetTelegrafsIDMembers(ctx context.Context, telegrafID string, params *GetTelegrafsIDMembersParams) (*http.Response, error)

func (*Client) GetTelegrafsIDOwners

func (c *Client) GetTelegrafsIDOwners(ctx context.Context, telegrafID string, params *GetTelegrafsIDOwnersParams) (*http.Response, error)

func (*Client) GetUsers

func (c *Client) GetUsers(ctx context.Context, params *GetUsersParams) (*http.Response, error)

func (*Client) GetUsersID

func (c *Client) GetUsersID(ctx context.Context, userID string, params *GetUsersIDParams) (*http.Response, error)

func (*Client) GetVariables

func (c *Client) GetVariables(ctx context.Context, params *GetVariablesParams) (*http.Response, error)

func (*Client) GetVariablesID

func (c *Client) GetVariablesID(ctx context.Context, variableID string, params *GetVariablesIDParams) (*http.Response, error)

func (*Client) GetVariablesIDLabels

func (c *Client) GetVariablesIDLabels(ctx context.Context, variableID string, params *GetVariablesIDLabelsParams) (*http.Response, error)

func (*Client) ListStacks

func (c *Client) ListStacks(ctx context.Context, params *ListStacksParams) (*http.Response, error)

func (*Client) PatchAuthorizationsID

func (c *Client) PatchAuthorizationsID(ctx context.Context, authID string, params *PatchAuthorizationsIDParams, body PatchAuthorizationsIDJSONRequestBody) (*http.Response, error)

func (*Client) PatchAuthorizationsIDWithBody

func (c *Client) PatchAuthorizationsIDWithBody(ctx context.Context, authID string, params *PatchAuthorizationsIDParams, contentType string, body io.Reader) (*http.Response, error)

func (*Client) PatchBucketsID

func (c *Client) PatchBucketsID(ctx context.Context, bucketID string, params *PatchBucketsIDParams, body PatchBucketsIDJSONRequestBody) (*http.Response, error)

func (*Client) PatchBucketsIDWithBody

func (c *Client) PatchBucketsIDWithBody(ctx context.Context, bucketID string, params *PatchBucketsIDParams, contentType string, body io.Reader) (*http.Response, error)

func (*Client) PatchChecksID

func (c *Client) PatchChecksID(ctx context.Context, checkID string, params *PatchChecksIDParams, body PatchChecksIDJSONRequestBody) (*http.Response, error)

func (*Client) PatchChecksIDWithBody

func (c *Client) PatchChecksIDWithBody(ctx context.Context, checkID string, params *PatchChecksIDParams, contentType string, body io.Reader) (*http.Response, error)

func (*Client) PatchDBRPID

func (c *Client) PatchDBRPID(ctx context.Context, dbrpID string, params *PatchDBRPIDParams, body PatchDBRPIDJSONRequestBody) (*http.Response, error)

func (*Client) PatchDBRPIDWithBody

func (c *Client) PatchDBRPIDWithBody(ctx context.Context, dbrpID string, params *PatchDBRPIDParams, contentType string, body io.Reader) (*http.Response, error)

func (*Client) PatchDashboardsID

func (c *Client) PatchDashboardsID(ctx context.Context, dashboardID string, params *PatchDashboardsIDParams, body PatchDashboardsIDJSONRequestBody) (*http.Response, error)

func (*Client) PatchDashboardsIDCellsID

func (c *Client) PatchDashboardsIDCellsID(ctx context.Context, dashboardID string, cellID string, params *PatchDashboardsIDCellsIDParams, body PatchDashboardsIDCellsIDJSONRequestBody) (*http.Response, error)

func (*Client) PatchDashboardsIDCellsIDView

func (c *Client) PatchDashboardsIDCellsIDView(ctx context.Context, dashboardID string, cellID string, params *PatchDashboardsIDCellsIDViewParams, body PatchDashboardsIDCellsIDViewJSONRequestBody) (*http.Response, error)

func (*Client) PatchDashboardsIDCellsIDViewWithBody

func (c *Client) PatchDashboardsIDCellsIDViewWithBody(ctx context.Context, dashboardID string, cellID string, params *PatchDashboardsIDCellsIDViewParams, contentType string, body io.Reader) (*http.Response, error)

func (*Client) PatchDashboardsIDCellsIDWithBody

func (c *Client) PatchDashboardsIDCellsIDWithBody(ctx context.Context, dashboardID string, cellID string, params *PatchDashboardsIDCellsIDParams, contentType string, body io.Reader) (*http.Response, error)

func (*Client) PatchDashboardsIDWithBody

func (c *Client) PatchDashboardsIDWithBody(ctx context.Context, dashboardID string, params *PatchDashboardsIDParams, contentType string, body io.Reader) (*http.Response, error)

func (*Client) PatchLabelsID

func (c *Client) PatchLabelsID(ctx context.Context, labelID string, params *PatchLabelsIDParams, body PatchLabelsIDJSONRequestBody) (*http.Response, error)

func (*Client) PatchLabelsIDWithBody

func (c *Client) PatchLabelsIDWithBody(ctx context.Context, labelID string, params *PatchLabelsIDParams, contentType string, body io.Reader) (*http.Response, error)

func (*Client) PatchNotificationEndpointsID

func (c *Client) PatchNotificationEndpointsID(ctx context.Context, endpointID string, params *PatchNotificationEndpointsIDParams, body PatchNotificationEndpointsIDJSONRequestBody) (*http.Response, error)

func (*Client) PatchNotificationEndpointsIDWithBody

func (c *Client) PatchNotificationEndpointsIDWithBody(ctx context.Context, endpointID string, params *PatchNotificationEndpointsIDParams, contentType string, body io.Reader) (*http.Response, error)

func (*Client) PatchNotificationRulesID

func (c *Client) PatchNotificationRulesID(ctx context.Context, ruleID string, params *PatchNotificationRulesIDParams, body PatchNotificationRulesIDJSONRequestBody) (*http.Response, error)

func (*Client) PatchNotificationRulesIDWithBody

func (c *Client) PatchNotificationRulesIDWithBody(ctx context.Context, ruleID string, params *PatchNotificationRulesIDParams, contentType string, body io.Reader) (*http.Response, error)

func (*Client) PatchOrgsID

func (c *Client) PatchOrgsID(ctx context.Context, orgID string, params *PatchOrgsIDParams, body PatchOrgsIDJSONRequestBody) (*http.Response, error)

func (*Client) PatchOrgsIDSecrets

func (c *Client) PatchOrgsIDSecrets(ctx context.Context, orgID string, params *PatchOrgsIDSecretsParams, body PatchOrgsIDSecretsJSONRequestBody) (*http.Response, error)

func (*Client) PatchOrgsIDSecretsWithBody

func (c *Client) PatchOrgsIDSecretsWithBody(ctx context.Context, orgID string, params *PatchOrgsIDSecretsParams, contentType string, body io.Reader) (*http.Response, error)

func (*Client) PatchOrgsIDWithBody

func (c *Client) PatchOrgsIDWithBody(ctx context.Context, orgID string, params *PatchOrgsIDParams, contentType string, body io.Reader) (*http.Response, error)

func (*Client) PatchScrapersID

func (c *Client) PatchScrapersID(ctx context.Context, scraperTargetID string, params *PatchScrapersIDParams, body PatchScrapersIDJSONRequestBody) (*http.Response, error)

func (*Client) PatchScrapersIDLabelsID

func (c *Client) PatchScrapersIDLabelsID(ctx context.Context, scraperTargetID string, labelID string, params *PatchScrapersIDLabelsIDParams, body PatchScrapersIDLabelsIDJSONRequestBody) (*http.Response, error)

func (*Client) PatchScrapersIDLabelsIDWithBody

func (c *Client) PatchScrapersIDLabelsIDWithBody(ctx context.Context, scraperTargetID string, labelID string, params *PatchScrapersIDLabelsIDParams, contentType string, body io.Reader) (*http.Response, error)

func (*Client) PatchScrapersIDWithBody

func (c *Client) PatchScrapersIDWithBody(ctx context.Context, scraperTargetID string, params *PatchScrapersIDParams, contentType string, body io.Reader) (*http.Response, error)

func (*Client) PatchSourcesID

func (c *Client) PatchSourcesID(ctx context.Context, sourceID string, params *PatchSourcesIDParams, body PatchSourcesIDJSONRequestBody) (*http.Response, error)

func (*Client) PatchSourcesIDWithBody

func (c *Client) PatchSourcesIDWithBody(ctx context.Context, sourceID string, params *PatchSourcesIDParams, contentType string, body io.Reader) (*http.Response, error)

func (*Client) PatchTasksID

func (c *Client) PatchTasksID(ctx context.Context, taskID string, params *PatchTasksIDParams, body PatchTasksIDJSONRequestBody) (*http.Response, error)

func (*Client) PatchTasksIDWithBody

func (c *Client) PatchTasksIDWithBody(ctx context.Context, taskID string, params *PatchTasksIDParams, contentType string, body io.Reader) (*http.Response, error)

func (*Client) PatchUsersID

func (c *Client) PatchUsersID(ctx context.Context, userID string, params *PatchUsersIDParams, body PatchUsersIDJSONRequestBody) (*http.Response, error)

func (*Client) PatchUsersIDWithBody

func (c *Client) PatchUsersIDWithBody(ctx context.Context, userID string, params *PatchUsersIDParams, contentType string, body io.Reader) (*http.Response, error)

func (*Client) PatchVariablesID

func (c *Client) PatchVariablesID(ctx context.Context, variableID string, params *PatchVariablesIDParams, body PatchVariablesIDJSONRequestBody) (*http.Response, error)

func (*Client) PatchVariablesIDWithBody

func (c *Client) PatchVariablesIDWithBody(ctx context.Context, variableID string, params *PatchVariablesIDParams, contentType string, body io.Reader) (*http.Response, error)

func (*Client) PostAuthorizations

func (*Client) PostAuthorizationsWithBody

func (c *Client) PostAuthorizationsWithBody(ctx context.Context, params *PostAuthorizationsParams, contentType string, body io.Reader) (*http.Response, error)

func (*Client) PostBuckets

func (c *Client) PostBuckets(ctx context.Context, params *PostBucketsParams, body PostBucketsJSONRequestBody) (*http.Response, error)

func (*Client) PostBucketsIDLabels

func (c *Client) PostBucketsIDLabels(ctx context.Context, bucketID string, params *PostBucketsIDLabelsParams, body PostBucketsIDLabelsJSONRequestBody) (*http.Response, error)

func (*Client) PostBucketsIDLabelsWithBody

func (c *Client) PostBucketsIDLabelsWithBody(ctx context.Context, bucketID string, params *PostBucketsIDLabelsParams, contentType string, body io.Reader) (*http.Response, error)

func (*Client) PostBucketsIDMembers

func (c *Client) PostBucketsIDMembers(ctx context.Context, bucketID string, params *PostBucketsIDMembersParams, body PostBucketsIDMembersJSONRequestBody) (*http.Response, error)

func (*Client) PostBucketsIDMembersWithBody

func (c *Client) PostBucketsIDMembersWithBody(ctx context.Context, bucketID string, params *PostBucketsIDMembersParams, contentType string, body io.Reader) (*http.Response, error)

func (*Client) PostBucketsIDOwners

func (c *Client) PostBucketsIDOwners(ctx context.Context, bucketID string, params *PostBucketsIDOwnersParams, body PostBucketsIDOwnersJSONRequestBody) (*http.Response, error)

func (*Client) PostBucketsIDOwnersWithBody

func (c *Client) PostBucketsIDOwnersWithBody(ctx context.Context, bucketID string, params *PostBucketsIDOwnersParams, contentType string, body io.Reader) (*http.Response, error)

func (*Client) PostBucketsWithBody

func (c *Client) PostBucketsWithBody(ctx context.Context, params *PostBucketsParams, contentType string, body io.Reader) (*http.Response, error)

func (*Client) PostChecksIDLabels

func (c *Client) PostChecksIDLabels(ctx context.Context, checkID string, params *PostChecksIDLabelsParams, body PostChecksIDLabelsJSONRequestBody) (*http.Response, error)

func (*Client) PostChecksIDLabelsWithBody

func (c *Client) PostChecksIDLabelsWithBody(ctx context.Context, checkID string, params *PostChecksIDLabelsParams, contentType string, body io.Reader) (*http.Response, error)

func (*Client) PostDBRP

func (c *Client) PostDBRP(ctx context.Context, params *PostDBRPParams, body PostDBRPJSONRequestBody) (*http.Response, error)

func (*Client) PostDBRPWithBody

func (c *Client) PostDBRPWithBody(ctx context.Context, params *PostDBRPParams, contentType string, body io.Reader) (*http.Response, error)

func (*Client) PostDashboards

func (c *Client) PostDashboards(ctx context.Context, params *PostDashboardsParams, body PostDashboardsJSONRequestBody) (*http.Response, error)

func (*Client) PostDashboardsIDCells

func (c *Client) PostDashboardsIDCells(ctx context.Context, dashboardID string, params *PostDashboardsIDCellsParams, body PostDashboardsIDCellsJSONRequestBody) (*http.Response, error)

func (*Client) PostDashboardsIDCellsWithBody

func (c *Client) PostDashboardsIDCellsWithBody(ctx context.Context, dashboardID string, params *PostDashboardsIDCellsParams, contentType string, body io.Reader) (*http.Response, error)

func (*Client) PostDashboardsIDLabels

func (c *Client) PostDashboardsIDLabels(ctx context.Context, dashboardID string, params *PostDashboardsIDLabelsParams, body PostDashboardsIDLabelsJSONRequestBody) (*http.Response, error)

func (*Client) PostDashboardsIDLabelsWithBody

func (c *Client) PostDashboardsIDLabelsWithBody(ctx context.Context, dashboardID string, params *PostDashboardsIDLabelsParams, contentType string, body io.Reader) (*http.Response, error)

func (*Client) PostDashboardsIDMembers

func (c *Client) PostDashboardsIDMembers(ctx context.Context, dashboardID string, params *PostDashboardsIDMembersParams, body PostDashboardsIDMembersJSONRequestBody) (*http.Response, error)

func (*Client) PostDashboardsIDMembersWithBody

func (c *Client) PostDashboardsIDMembersWithBody(ctx context.Context, dashboardID string, params *PostDashboardsIDMembersParams, contentType string, body io.Reader) (*http.Response, error)

func (*Client) PostDashboardsIDOwners

func (c *Client) PostDashboardsIDOwners(ctx context.Context, dashboardID string, params *PostDashboardsIDOwnersParams, body PostDashboardsIDOwnersJSONRequestBody) (*http.Response, error)

func (*Client) PostDashboardsIDOwnersWithBody

func (c *Client) PostDashboardsIDOwnersWithBody(ctx context.Context, dashboardID string, params *PostDashboardsIDOwnersParams, contentType string, body io.Reader) (*http.Response, error)

func (*Client) PostDashboardsWithBody

func (c *Client) PostDashboardsWithBody(ctx context.Context, params *PostDashboardsParams, contentType string, body io.Reader) (*http.Response, error)

func (*Client) PostDelete

func (c *Client) PostDelete(ctx context.Context, params *PostDeleteParams, body PostDeleteJSONRequestBody) (*http.Response, error)

func (*Client) PostDeleteWithBody

func (c *Client) PostDeleteWithBody(ctx context.Context, params *PostDeleteParams, contentType string, body io.Reader) (*http.Response, error)

func (*Client) PostDocumentsTemplatesIDLabels

func (c *Client) PostDocumentsTemplatesIDLabels(ctx context.Context, templateID string, params *PostDocumentsTemplatesIDLabelsParams, body PostDocumentsTemplatesIDLabelsJSONRequestBody) (*http.Response, error)

func (*Client) PostDocumentsTemplatesIDLabelsWithBody

func (c *Client) PostDocumentsTemplatesIDLabelsWithBody(ctx context.Context, templateID string, params *PostDocumentsTemplatesIDLabelsParams, contentType string, body io.Reader) (*http.Response, error)

func (*Client) PostDocumentsTemplatesWithBody

func (c *Client) PostDocumentsTemplatesWithBody(ctx context.Context, params *PostDocumentsTemplatesParams, contentType string, body io.Reader) (*http.Response, error)

func (*Client) PostLabels

func (c *Client) PostLabels(ctx context.Context, body PostLabelsJSONRequestBody) (*http.Response, error)

func (*Client) PostLabelsWithBody

func (c *Client) PostLabelsWithBody(ctx context.Context, contentType string, body io.Reader) (*http.Response, error)

func (*Client) PostNotificationEndpointIDLabelsWithBody

func (c *Client) PostNotificationEndpointIDLabelsWithBody(ctx context.Context, endpointID string, params *PostNotificationEndpointIDLabelsParams, contentType string, body io.Reader) (*http.Response, error)

func (*Client) PostNotificationRuleIDLabelsWithBody

func (c *Client) PostNotificationRuleIDLabelsWithBody(ctx context.Context, ruleID string, params *PostNotificationRuleIDLabelsParams, contentType string, body io.Reader) (*http.Response, error)

func (*Client) PostOrgs

func (c *Client) PostOrgs(ctx context.Context, params *PostOrgsParams, body PostOrgsJSONRequestBody) (*http.Response, error)

func (*Client) PostOrgsIDMembers

func (c *Client) PostOrgsIDMembers(ctx context.Context, orgID string, params *PostOrgsIDMembersParams, body PostOrgsIDMembersJSONRequestBody) (*http.Response, error)

func (*Client) PostOrgsIDMembersWithBody

func (c *Client) PostOrgsIDMembersWithBody(ctx context.Context, orgID string, params *PostOrgsIDMembersParams, contentType string, body io.Reader) (*http.Response, error)

func (*Client) PostOrgsIDOwners

func (c *Client) PostOrgsIDOwners(ctx context.Context, orgID string, params *PostOrgsIDOwnersParams, body PostOrgsIDOwnersJSONRequestBody) (*http.Response, error)

func (*Client) PostOrgsIDOwnersWithBody

func (c *Client) PostOrgsIDOwnersWithBody(ctx context.Context, orgID string, params *PostOrgsIDOwnersParams, contentType string, body io.Reader) (*http.Response, error)

func (*Client) PostOrgsIDSecrets

func (c *Client) PostOrgsIDSecrets(ctx context.Context, orgID string, params *PostOrgsIDSecretsParams, body PostOrgsIDSecretsJSONRequestBody) (*http.Response, error)

func (*Client) PostOrgsIDSecretsWithBody

func (c *Client) PostOrgsIDSecretsWithBody(ctx context.Context, orgID string, params *PostOrgsIDSecretsParams, contentType string, body io.Reader) (*http.Response, error)

func (*Client) PostOrgsWithBody

func (c *Client) PostOrgsWithBody(ctx context.Context, params *PostOrgsParams, contentType string, body io.Reader) (*http.Response, error)

func (*Client) PostQuery

func (c *Client) PostQuery(ctx context.Context, params *PostQueryParams, body PostQueryJSONRequestBody) (*http.Response, error)

func (*Client) PostQueryAnalyze

func (c *Client) PostQueryAnalyze(ctx context.Context, params *PostQueryAnalyzeParams, body PostQueryAnalyzeJSONRequestBody) (*http.Response, error)

func (*Client) PostQueryAnalyzeWithBody

func (c *Client) PostQueryAnalyzeWithBody(ctx context.Context, params *PostQueryAnalyzeParams, contentType string, body io.Reader) (*http.Response, error)

func (*Client) PostQueryAst

func (c *Client) PostQueryAst(ctx context.Context, params *PostQueryAstParams, body PostQueryAstJSONRequestBody) (*http.Response, error)

func (*Client) PostQueryAstWithBody

func (c *Client) PostQueryAstWithBody(ctx context.Context, params *PostQueryAstParams, contentType string, body io.Reader) (*http.Response, error)

func (*Client) PostQueryWithBody

func (c *Client) PostQueryWithBody(ctx context.Context, params *PostQueryParams, contentType string, body io.Reader) (*http.Response, error)

func (*Client) PostScrapers

func (c *Client) PostScrapers(ctx context.Context, params *PostScrapersParams, body PostScrapersJSONRequestBody) (*http.Response, error)

func (*Client) PostScrapersIDLabels

func (c *Client) PostScrapersIDLabels(ctx context.Context, scraperTargetID string, params *PostScrapersIDLabelsParams, body PostScrapersIDLabelsJSONRequestBody) (*http.Response, error)

func (*Client) PostScrapersIDLabelsWithBody

func (c *Client) PostScrapersIDLabelsWithBody(ctx context.Context, scraperTargetID string, params *PostScrapersIDLabelsParams, contentType string, body io.Reader) (*http.Response, error)

func (*Client) PostScrapersIDMembers

func (c *Client) PostScrapersIDMembers(ctx context.Context, scraperTargetID string, params *PostScrapersIDMembersParams, body PostScrapersIDMembersJSONRequestBody) (*http.Response, error)

func (*Client) PostScrapersIDMembersWithBody

func (c *Client) PostScrapersIDMembersWithBody(ctx context.Context, scraperTargetID string, params *PostScrapersIDMembersParams, contentType string, body io.Reader) (*http.Response, error)

func (*Client) PostScrapersIDOwners

func (c *Client) PostScrapersIDOwners(ctx context.Context, scraperTargetID string, params *PostScrapersIDOwnersParams, body PostScrapersIDOwnersJSONRequestBody) (*http.Response, error)

func (*Client) PostScrapersIDOwnersWithBody

func (c *Client) PostScrapersIDOwnersWithBody(ctx context.Context, scraperTargetID string, params *PostScrapersIDOwnersParams, contentType string, body io.Reader) (*http.Response, error)

func (*Client) PostScrapersWithBody

func (c *Client) PostScrapersWithBody(ctx context.Context, params *PostScrapersParams, contentType string, body io.Reader) (*http.Response, error)

func (*Client) PostSetup

func (c *Client) PostSetup(ctx context.Context, params *PostSetupParams, body PostSetupJSONRequestBody) (*http.Response, error)

func (*Client) PostSetupUser

func (c *Client) PostSetupUser(ctx context.Context, params *PostSetupUserParams, body PostSetupUserJSONRequestBody) (*http.Response, error)

func (*Client) PostSetupUserWithBody

func (c *Client) PostSetupUserWithBody(ctx context.Context, params *PostSetupUserParams, contentType string, body io.Reader) (*http.Response, error)

func (*Client) PostSetupWithBody

func (c *Client) PostSetupWithBody(ctx context.Context, params *PostSetupParams, contentType string, body io.Reader) (*http.Response, error)

func (*Client) PostSignin

func (c *Client) PostSignin(ctx context.Context, params *PostSigninParams) (*http.Response, error)

func (*Client) PostSignout

func (c *Client) PostSignout(ctx context.Context, params *PostSignoutParams) (*http.Response, error)

func (*Client) PostSources

func (c *Client) PostSources(ctx context.Context, params *PostSourcesParams, body PostSourcesJSONRequestBody) (*http.Response, error)

func (*Client) PostSourcesWithBody

func (c *Client) PostSourcesWithBody(ctx context.Context, params *PostSourcesParams, contentType string, body io.Reader) (*http.Response, error)

func (*Client) PostTasks

func (c *Client) PostTasks(ctx context.Context, params *PostTasksParams, body PostTasksJSONRequestBody) (*http.Response, error)

func (*Client) PostTasksIDLabels

func (c *Client) PostTasksIDLabels(ctx context.Context, taskID string, params *PostTasksIDLabelsParams, body PostTasksIDLabelsJSONRequestBody) (*http.Response, error)

func (*Client) PostTasksIDLabelsWithBody

func (c *Client) PostTasksIDLabelsWithBody(ctx context.Context, taskID string, params *PostTasksIDLabelsParams, contentType string, body io.Reader) (*http.Response, error)

func (*Client) PostTasksIDMembers

func (c *Client) PostTasksIDMembers(ctx context.Context, taskID string, params *PostTasksIDMembersParams, body PostTasksIDMembersJSONRequestBody) (*http.Response, error)

func (*Client) PostTasksIDMembersWithBody

func (c *Client) PostTasksIDMembersWithBody(ctx context.Context, taskID string, params *PostTasksIDMembersParams, contentType string, body io.Reader) (*http.Response, error)

func (*Client) PostTasksIDOwners

func (c *Client) PostTasksIDOwners(ctx context.Context, taskID string, params *PostTasksIDOwnersParams, body PostTasksIDOwnersJSONRequestBody) (*http.Response, error)

func (*Client) PostTasksIDOwnersWithBody

func (c *Client) PostTasksIDOwnersWithBody(ctx context.Context, taskID string, params *PostTasksIDOwnersParams, contentType string, body io.Reader) (*http.Response, error)

func (*Client) PostTasksIDRuns

func (c *Client) PostTasksIDRuns(ctx context.Context, taskID string, params *PostTasksIDRunsParams, body PostTasksIDRunsJSONRequestBody) (*http.Response, error)

func (*Client) PostTasksIDRunsIDRetry

func (c *Client) PostTasksIDRunsIDRetry(ctx context.Context, taskID string, runID string, params *PostTasksIDRunsIDRetryParams) (*http.Response, error)

func (*Client) PostTasksIDRunsWithBody

func (c *Client) PostTasksIDRunsWithBody(ctx context.Context, taskID string, params *PostTasksIDRunsParams, contentType string, body io.Reader) (*http.Response, error)

func (*Client) PostTasksWithBody

func (c *Client) PostTasksWithBody(ctx context.Context, params *PostTasksParams, contentType string, body io.Reader) (*http.Response, error)

func (*Client) PostTelegrafs

func (c *Client) PostTelegrafs(ctx context.Context, params *PostTelegrafsParams, body PostTelegrafsJSONRequestBody) (*http.Response, error)

func (*Client) PostTelegrafsIDLabels

func (c *Client) PostTelegrafsIDLabels(ctx context.Context, telegrafID string, params *PostTelegrafsIDLabelsParams, body PostTelegrafsIDLabelsJSONRequestBody) (*http.Response, error)

func (*Client) PostTelegrafsIDLabelsWithBody

func (c *Client) PostTelegrafsIDLabelsWithBody(ctx context.Context, telegrafID string, params *PostTelegrafsIDLabelsParams, contentType string, body io.Reader) (*http.Response, error)

func (*Client) PostTelegrafsIDMembers

func (c *Client) PostTelegrafsIDMembers(ctx context.Context, telegrafID string, params *PostTelegrafsIDMembersParams, body PostTelegrafsIDMembersJSONRequestBody) (*http.Response, error)

func (*Client) PostTelegrafsIDMembersWithBody

func (c *Client) PostTelegrafsIDMembersWithBody(ctx context.Context, telegrafID string, params *PostTelegrafsIDMembersParams, contentType string, body io.Reader) (*http.Response, error)

func (*Client) PostTelegrafsIDOwners

func (c *Client) PostTelegrafsIDOwners(ctx context.Context, telegrafID string, params *PostTelegrafsIDOwnersParams, body PostTelegrafsIDOwnersJSONRequestBody) (*http.Response, error)

func (*Client) PostTelegrafsIDOwnersWithBody

func (c *Client) PostTelegrafsIDOwnersWithBody(ctx context.Context, telegrafID string, params *PostTelegrafsIDOwnersParams, contentType string, body io.Reader) (*http.Response, error)

func (*Client) PostTelegrafsWithBody

func (c *Client) PostTelegrafsWithBody(ctx context.Context, params *PostTelegrafsParams, contentType string, body io.Reader) (*http.Response, error)

func (*Client) PostUsers

func (c *Client) PostUsers(ctx context.Context, params *PostUsersParams, body PostUsersJSONRequestBody) (*http.Response, error)

func (*Client) PostUsersIDPassword

func (c *Client) PostUsersIDPassword(ctx context.Context, userID string, params *PostUsersIDPasswordParams, body PostUsersIDPasswordJSONRequestBody) (*http.Response, error)

func (*Client) PostUsersIDPasswordWithBody

func (c *Client) PostUsersIDPasswordWithBody(ctx context.Context, userID string, params *PostUsersIDPasswordParams, contentType string, body io.Reader) (*http.Response, error)

func (*Client) PostUsersWithBody

func (c *Client) PostUsersWithBody(ctx context.Context, params *PostUsersParams, contentType string, body io.Reader) (*http.Response, error)

func (*Client) PostVariables

func (c *Client) PostVariables(ctx context.Context, params *PostVariablesParams, body PostVariablesJSONRequestBody) (*http.Response, error)

func (*Client) PostVariablesIDLabels

func (c *Client) PostVariablesIDLabels(ctx context.Context, variableID string, params *PostVariablesIDLabelsParams, body PostVariablesIDLabelsJSONRequestBody) (*http.Response, error)

func (*Client) PostVariablesIDLabelsWithBody

func (c *Client) PostVariablesIDLabelsWithBody(ctx context.Context, variableID string, params *PostVariablesIDLabelsParams, contentType string, body io.Reader) (*http.Response, error)

func (*Client) PostVariablesWithBody

func (c *Client) PostVariablesWithBody(ctx context.Context, params *PostVariablesParams, contentType string, body io.Reader) (*http.Response, error)

func (*Client) PostWriteWithBody

func (c *Client) PostWriteWithBody(ctx context.Context, params *PostWriteParams, contentType string, body io.Reader) (*http.Response, error)

func (*Client) PutChecksID

func (c *Client) PutChecksID(ctx context.Context, checkID string, params *PutChecksIDParams, body PutChecksIDJSONRequestBody) (*http.Response, error)

func (*Client) PutChecksIDWithBody

func (c *Client) PutChecksIDWithBody(ctx context.Context, checkID string, params *PutChecksIDParams, contentType string, body io.Reader) (*http.Response, error)

func (*Client) PutDashboardsIDCells

func (c *Client) PutDashboardsIDCells(ctx context.Context, dashboardID string, params *PutDashboardsIDCellsParams, body PutDashboardsIDCellsJSONRequestBody) (*http.Response, error)

func (*Client) PutDashboardsIDCellsWithBody

func (c *Client) PutDashboardsIDCellsWithBody(ctx context.Context, dashboardID string, params *PutDashboardsIDCellsParams, contentType string, body io.Reader) (*http.Response, error)

func (*Client) PutDocumentsTemplatesID

func (c *Client) PutDocumentsTemplatesID(ctx context.Context, templateID string, params *PutDocumentsTemplatesIDParams, body PutDocumentsTemplatesIDJSONRequestBody) (*http.Response, error)

func (*Client) PutDocumentsTemplatesIDWithBody

func (c *Client) PutDocumentsTemplatesIDWithBody(ctx context.Context, templateID string, params *PutDocumentsTemplatesIDParams, contentType string, body io.Reader) (*http.Response, error)

func (*Client) PutMePassword

func (c *Client) PutMePassword(ctx context.Context, params *PutMePasswordParams, body PutMePasswordJSONRequestBody) (*http.Response, error)

func (*Client) PutMePasswordWithBody

func (c *Client) PutMePasswordWithBody(ctx context.Context, params *PutMePasswordParams, contentType string, body io.Reader) (*http.Response, error)

func (*Client) PutNotificationEndpointsID

func (c *Client) PutNotificationEndpointsID(ctx context.Context, endpointID string, params *PutNotificationEndpointsIDParams, body PutNotificationEndpointsIDJSONRequestBody) (*http.Response, error)

func (*Client) PutNotificationEndpointsIDWithBody

func (c *Client) PutNotificationEndpointsIDWithBody(ctx context.Context, endpointID string, params *PutNotificationEndpointsIDParams, contentType string, body io.Reader) (*http.Response, error)

func (*Client) PutNotificationRulesID

func (c *Client) PutNotificationRulesID(ctx context.Context, ruleID string, params *PutNotificationRulesIDParams, body PutNotificationRulesIDJSONRequestBody) (*http.Response, error)

func (*Client) PutNotificationRulesIDWithBody

func (c *Client) PutNotificationRulesIDWithBody(ctx context.Context, ruleID string, params *PutNotificationRulesIDParams, contentType string, body io.Reader) (*http.Response, error)

func (*Client) PutTelegrafsID

func (c *Client) PutTelegrafsID(ctx context.Context, telegrafID string, params *PutTelegrafsIDParams, body PutTelegrafsIDJSONRequestBody) (*http.Response, error)

func (*Client) PutTelegrafsIDWithBody

func (c *Client) PutTelegrafsIDWithBody(ctx context.Context, telegrafID string, params *PutTelegrafsIDParams, contentType string, body io.Reader) (*http.Response, error)

func (*Client) PutVariablesID

func (c *Client) PutVariablesID(ctx context.Context, variableID string, params *PutVariablesIDParams, body PutVariablesIDJSONRequestBody) (*http.Response, error)

func (*Client) PutVariablesIDWithBody

func (c *Client) PutVariablesIDWithBody(ctx context.Context, variableID string, params *PutVariablesIDParams, contentType string, body io.Reader) (*http.Response, error)

func (*Client) ReadStack

func (c *Client) ReadStack(ctx context.Context, stackId string) (*http.Response, error)

func (*Client) UninstallStack

func (c *Client) UninstallStack(ctx context.Context, stackId string) (*http.Response, error)

func (*Client) UpdateStack

func (c *Client) UpdateStack(ctx context.Context, stackId string, body UpdateStackJSONRequestBody) (*http.Response, error)

func (*Client) UpdateStackWithBody

func (c *Client) UpdateStackWithBody(ctx context.Context, stackId string, contentType string, body io.Reader) (*http.Response, error)

type ClientInterface

type ClientInterface interface {
	// GetRoutes request
	GetRoutes(ctx context.Context, params *GetRoutesParams) (*http.Response, error)

	// GetAuthorizations request
	GetAuthorizations(ctx context.Context, params *GetAuthorizationsParams) (*http.Response, error)

	// PostAuthorizations request  with any body
	PostAuthorizationsWithBody(ctx context.Context, params *PostAuthorizationsParams, contentType string, body io.Reader) (*http.Response, error)

	PostAuthorizations(ctx context.Context, params *PostAuthorizationsParams, body PostAuthorizationsJSONRequestBody) (*http.Response, error)

	// DeleteAuthorizationsID request
	DeleteAuthorizationsID(ctx context.Context, authID string, params *DeleteAuthorizationsIDParams) (*http.Response, error)

	// GetAuthorizationsID request
	GetAuthorizationsID(ctx context.Context, authID string, params *GetAuthorizationsIDParams) (*http.Response, error)

	// PatchAuthorizationsID request  with any body
	PatchAuthorizationsIDWithBody(ctx context.Context, authID string, params *PatchAuthorizationsIDParams, contentType string, body io.Reader) (*http.Response, error)

	PatchAuthorizationsID(ctx context.Context, authID string, params *PatchAuthorizationsIDParams, body PatchAuthorizationsIDJSONRequestBody) (*http.Response, error)

	// GetBuckets request
	GetBuckets(ctx context.Context, params *GetBucketsParams) (*http.Response, error)

	// PostBuckets request  with any body
	PostBucketsWithBody(ctx context.Context, params *PostBucketsParams, contentType string, body io.Reader) (*http.Response, error)

	PostBuckets(ctx context.Context, params *PostBucketsParams, body PostBucketsJSONRequestBody) (*http.Response, error)

	// DeleteBucketsID request
	DeleteBucketsID(ctx context.Context, bucketID string, params *DeleteBucketsIDParams) (*http.Response, error)

	// GetBucketsID request
	GetBucketsID(ctx context.Context, bucketID string, params *GetBucketsIDParams) (*http.Response, error)

	// PatchBucketsID request  with any body
	PatchBucketsIDWithBody(ctx context.Context, bucketID string, params *PatchBucketsIDParams, contentType string, body io.Reader) (*http.Response, error)

	PatchBucketsID(ctx context.Context, bucketID string, params *PatchBucketsIDParams, body PatchBucketsIDJSONRequestBody) (*http.Response, error)

	// GetBucketsIDLabels request
	GetBucketsIDLabels(ctx context.Context, bucketID string, params *GetBucketsIDLabelsParams) (*http.Response, error)

	// PostBucketsIDLabels request  with any body
	PostBucketsIDLabelsWithBody(ctx context.Context, bucketID string, params *PostBucketsIDLabelsParams, contentType string, body io.Reader) (*http.Response, error)

	PostBucketsIDLabels(ctx context.Context, bucketID string, params *PostBucketsIDLabelsParams, body PostBucketsIDLabelsJSONRequestBody) (*http.Response, error)

	// DeleteBucketsIDLabelsID request
	DeleteBucketsIDLabelsID(ctx context.Context, bucketID string, labelID string, params *DeleteBucketsIDLabelsIDParams) (*http.Response, error)

	// GetBucketsIDMembers request
	GetBucketsIDMembers(ctx context.Context, bucketID string, params *GetBucketsIDMembersParams) (*http.Response, error)

	// PostBucketsIDMembers request  with any body
	PostBucketsIDMembersWithBody(ctx context.Context, bucketID string, params *PostBucketsIDMembersParams, contentType string, body io.Reader) (*http.Response, error)

	PostBucketsIDMembers(ctx context.Context, bucketID string, params *PostBucketsIDMembersParams, body PostBucketsIDMembersJSONRequestBody) (*http.Response, error)

	// DeleteBucketsIDMembersID request
	DeleteBucketsIDMembersID(ctx context.Context, bucketID string, userID string, params *DeleteBucketsIDMembersIDParams) (*http.Response, error)

	// GetBucketsIDOwners request
	GetBucketsIDOwners(ctx context.Context, bucketID string, params *GetBucketsIDOwnersParams) (*http.Response, error)

	// PostBucketsIDOwners request  with any body
	PostBucketsIDOwnersWithBody(ctx context.Context, bucketID string, params *PostBucketsIDOwnersParams, contentType string, body io.Reader) (*http.Response, error)

	PostBucketsIDOwners(ctx context.Context, bucketID string, params *PostBucketsIDOwnersParams, body PostBucketsIDOwnersJSONRequestBody) (*http.Response, error)

	// DeleteBucketsIDOwnersID request
	DeleteBucketsIDOwnersID(ctx context.Context, bucketID string, userID string, params *DeleteBucketsIDOwnersIDParams) (*http.Response, error)

	// GetChecks request
	GetChecks(ctx context.Context, params *GetChecksParams) (*http.Response, error)

	// CreateCheck request  with any body
	CreateCheckWithBody(ctx context.Context, contentType string, body io.Reader) (*http.Response, error)

	CreateCheck(ctx context.Context, body CreateCheckJSONRequestBody) (*http.Response, error)

	// DeleteChecksID request
	DeleteChecksID(ctx context.Context, checkID string, params *DeleteChecksIDParams) (*http.Response, error)

	// GetChecksID request
	GetChecksID(ctx context.Context, checkID string, params *GetChecksIDParams) (*http.Response, error)

	// PatchChecksID request  with any body
	PatchChecksIDWithBody(ctx context.Context, checkID string, params *PatchChecksIDParams, contentType string, body io.Reader) (*http.Response, error)

	PatchChecksID(ctx context.Context, checkID string, params *PatchChecksIDParams, body PatchChecksIDJSONRequestBody) (*http.Response, error)

	// PutChecksID request  with any body
	PutChecksIDWithBody(ctx context.Context, checkID string, params *PutChecksIDParams, contentType string, body io.Reader) (*http.Response, error)

	PutChecksID(ctx context.Context, checkID string, params *PutChecksIDParams, body PutChecksIDJSONRequestBody) (*http.Response, error)

	// GetChecksIDLabels request
	GetChecksIDLabels(ctx context.Context, checkID string, params *GetChecksIDLabelsParams) (*http.Response, error)

	// PostChecksIDLabels request  with any body
	PostChecksIDLabelsWithBody(ctx context.Context, checkID string, params *PostChecksIDLabelsParams, contentType string, body io.Reader) (*http.Response, error)

	PostChecksIDLabels(ctx context.Context, checkID string, params *PostChecksIDLabelsParams, body PostChecksIDLabelsJSONRequestBody) (*http.Response, error)

	// DeleteChecksIDLabelsID request
	DeleteChecksIDLabelsID(ctx context.Context, checkID string, labelID string, params *DeleteChecksIDLabelsIDParams) (*http.Response, error)

	// GetChecksIDQuery request
	GetChecksIDQuery(ctx context.Context, checkID string, params *GetChecksIDQueryParams) (*http.Response, error)

	// GetDashboards request
	GetDashboards(ctx context.Context, params *GetDashboardsParams) (*http.Response, error)

	// PostDashboards request  with any body
	PostDashboardsWithBody(ctx context.Context, params *PostDashboardsParams, contentType string, body io.Reader) (*http.Response, error)

	PostDashboards(ctx context.Context, params *PostDashboardsParams, body PostDashboardsJSONRequestBody) (*http.Response, error)

	// DeleteDashboardsID request
	DeleteDashboardsID(ctx context.Context, dashboardID string, params *DeleteDashboardsIDParams) (*http.Response, error)

	// GetDashboardsID request
	GetDashboardsID(ctx context.Context, dashboardID string, params *GetDashboardsIDParams) (*http.Response, error)

	// PatchDashboardsID request  with any body
	PatchDashboardsIDWithBody(ctx context.Context, dashboardID string, params *PatchDashboardsIDParams, contentType string, body io.Reader) (*http.Response, error)

	PatchDashboardsID(ctx context.Context, dashboardID string, params *PatchDashboardsIDParams, body PatchDashboardsIDJSONRequestBody) (*http.Response, error)

	// PostDashboardsIDCells request  with any body
	PostDashboardsIDCellsWithBody(ctx context.Context, dashboardID string, params *PostDashboardsIDCellsParams, contentType string, body io.Reader) (*http.Response, error)

	PostDashboardsIDCells(ctx context.Context, dashboardID string, params *PostDashboardsIDCellsParams, body PostDashboardsIDCellsJSONRequestBody) (*http.Response, error)

	// PutDashboardsIDCells request  with any body
	PutDashboardsIDCellsWithBody(ctx context.Context, dashboardID string, params *PutDashboardsIDCellsParams, contentType string, body io.Reader) (*http.Response, error)

	PutDashboardsIDCells(ctx context.Context, dashboardID string, params *PutDashboardsIDCellsParams, body PutDashboardsIDCellsJSONRequestBody) (*http.Response, error)

	// DeleteDashboardsIDCellsID request
	DeleteDashboardsIDCellsID(ctx context.Context, dashboardID string, cellID string, params *DeleteDashboardsIDCellsIDParams) (*http.Response, error)

	// PatchDashboardsIDCellsID request  with any body
	PatchDashboardsIDCellsIDWithBody(ctx context.Context, dashboardID string, cellID string, params *PatchDashboardsIDCellsIDParams, contentType string, body io.Reader) (*http.Response, error)

	PatchDashboardsIDCellsID(ctx context.Context, dashboardID string, cellID string, params *PatchDashboardsIDCellsIDParams, body PatchDashboardsIDCellsIDJSONRequestBody) (*http.Response, error)

	// GetDashboardsIDCellsIDView request
	GetDashboardsIDCellsIDView(ctx context.Context, dashboardID string, cellID string, params *GetDashboardsIDCellsIDViewParams) (*http.Response, error)

	// PatchDashboardsIDCellsIDView request  with any body
	PatchDashboardsIDCellsIDViewWithBody(ctx context.Context, dashboardID string, cellID string, params *PatchDashboardsIDCellsIDViewParams, contentType string, body io.Reader) (*http.Response, error)

	PatchDashboardsIDCellsIDView(ctx context.Context, dashboardID string, cellID string, params *PatchDashboardsIDCellsIDViewParams, body PatchDashboardsIDCellsIDViewJSONRequestBody) (*http.Response, error)

	// GetDashboardsIDLabels request
	GetDashboardsIDLabels(ctx context.Context, dashboardID string, params *GetDashboardsIDLabelsParams) (*http.Response, error)

	// PostDashboardsIDLabels request  with any body
	PostDashboardsIDLabelsWithBody(ctx context.Context, dashboardID string, params *PostDashboardsIDLabelsParams, contentType string, body io.Reader) (*http.Response, error)

	PostDashboardsIDLabels(ctx context.Context, dashboardID string, params *PostDashboardsIDLabelsParams, body PostDashboardsIDLabelsJSONRequestBody) (*http.Response, error)

	// DeleteDashboardsIDLabelsID request
	DeleteDashboardsIDLabelsID(ctx context.Context, dashboardID string, labelID string, params *DeleteDashboardsIDLabelsIDParams) (*http.Response, error)

	// GetDashboardsIDMembers request
	GetDashboardsIDMembers(ctx context.Context, dashboardID string, params *GetDashboardsIDMembersParams) (*http.Response, error)

	// PostDashboardsIDMembers request  with any body
	PostDashboardsIDMembersWithBody(ctx context.Context, dashboardID string, params *PostDashboardsIDMembersParams, contentType string, body io.Reader) (*http.Response, error)

	PostDashboardsIDMembers(ctx context.Context, dashboardID string, params *PostDashboardsIDMembersParams, body PostDashboardsIDMembersJSONRequestBody) (*http.Response, error)

	// DeleteDashboardsIDMembersID request
	DeleteDashboardsIDMembersID(ctx context.Context, dashboardID string, userID string, params *DeleteDashboardsIDMembersIDParams) (*http.Response, error)

	// GetDashboardsIDOwners request
	GetDashboardsIDOwners(ctx context.Context, dashboardID string, params *GetDashboardsIDOwnersParams) (*http.Response, error)

	// PostDashboardsIDOwners request  with any body
	PostDashboardsIDOwnersWithBody(ctx context.Context, dashboardID string, params *PostDashboardsIDOwnersParams, contentType string, body io.Reader) (*http.Response, error)

	PostDashboardsIDOwners(ctx context.Context, dashboardID string, params *PostDashboardsIDOwnersParams, body PostDashboardsIDOwnersJSONRequestBody) (*http.Response, error)

	// DeleteDashboardsIDOwnersID request
	DeleteDashboardsIDOwnersID(ctx context.Context, dashboardID string, userID string, params *DeleteDashboardsIDOwnersIDParams) (*http.Response, error)

	// GetDBRPs request
	GetDBRPs(ctx context.Context, params *GetDBRPsParams) (*http.Response, error)

	// PostDBRP request  with any body
	PostDBRPWithBody(ctx context.Context, params *PostDBRPParams, contentType string, body io.Reader) (*http.Response, error)

	PostDBRP(ctx context.Context, params *PostDBRPParams, body PostDBRPJSONRequestBody) (*http.Response, error)

	// DeleteDBRPID request
	DeleteDBRPID(ctx context.Context, dbrpID string, params *DeleteDBRPIDParams) (*http.Response, error)

	// GetDBRPsID request
	GetDBRPsID(ctx context.Context, dbrpID string, params *GetDBRPsIDParams) (*http.Response, error)

	// PatchDBRPID request  with any body
	PatchDBRPIDWithBody(ctx context.Context, dbrpID string, params *PatchDBRPIDParams, contentType string, body io.Reader) (*http.Response, error)

	PatchDBRPID(ctx context.Context, dbrpID string, params *PatchDBRPIDParams, body PatchDBRPIDJSONRequestBody) (*http.Response, error)

	// PostDelete request  with any body
	PostDeleteWithBody(ctx context.Context, params *PostDeleteParams, contentType string, body io.Reader) (*http.Response, error)

	PostDelete(ctx context.Context, params *PostDeleteParams, body PostDeleteJSONRequestBody) (*http.Response, error)

	// GetDocumentsTemplates request
	GetDocumentsTemplates(ctx context.Context, params *GetDocumentsTemplatesParams) (*http.Response, error)

	// PostDocumentsTemplates request  with any body
	PostDocumentsTemplatesWithBody(ctx context.Context, params *PostDocumentsTemplatesParams, contentType string, body io.Reader) (*http.Response, error)

	PostDocumentsTemplates(ctx context.Context, params *PostDocumentsTemplatesParams, body PostDocumentsTemplatesJSONRequestBody) (*http.Response, error)

	// DeleteDocumentsTemplatesID request
	DeleteDocumentsTemplatesID(ctx context.Context, templateID string, params *DeleteDocumentsTemplatesIDParams) (*http.Response, error)

	// GetDocumentsTemplatesID request
	GetDocumentsTemplatesID(ctx context.Context, templateID string, params *GetDocumentsTemplatesIDParams) (*http.Response, error)

	// PutDocumentsTemplatesID request  with any body
	PutDocumentsTemplatesIDWithBody(ctx context.Context, templateID string, params *PutDocumentsTemplatesIDParams, contentType string, body io.Reader) (*http.Response, error)

	PutDocumentsTemplatesID(ctx context.Context, templateID string, params *PutDocumentsTemplatesIDParams, body PutDocumentsTemplatesIDJSONRequestBody) (*http.Response, error)

	// GetDocumentsTemplatesIDLabels request
	GetDocumentsTemplatesIDLabels(ctx context.Context, templateID string, params *GetDocumentsTemplatesIDLabelsParams) (*http.Response, error)

	// PostDocumentsTemplatesIDLabels request  with any body
	PostDocumentsTemplatesIDLabelsWithBody(ctx context.Context, templateID string, params *PostDocumentsTemplatesIDLabelsParams, contentType string, body io.Reader) (*http.Response, error)

	PostDocumentsTemplatesIDLabels(ctx context.Context, templateID string, params *PostDocumentsTemplatesIDLabelsParams, body PostDocumentsTemplatesIDLabelsJSONRequestBody) (*http.Response, error)

	// DeleteDocumentsTemplatesIDLabelsID request
	DeleteDocumentsTemplatesIDLabelsID(ctx context.Context, templateID string, labelID string, params *DeleteDocumentsTemplatesIDLabelsIDParams) (*http.Response, error)

	// GetFlags request
	GetFlags(ctx context.Context, params *GetFlagsParams) (*http.Response, error)

	// GetHealth request
	GetHealth(ctx context.Context, params *GetHealthParams) (*http.Response, error)

	// GetLabels request
	GetLabels(ctx context.Context, params *GetLabelsParams) (*http.Response, error)

	// PostLabels request  with any body
	PostLabelsWithBody(ctx context.Context, contentType string, body io.Reader) (*http.Response, error)

	PostLabels(ctx context.Context, body PostLabelsJSONRequestBody) (*http.Response, error)

	// DeleteLabelsID request
	DeleteLabelsID(ctx context.Context, labelID string, params *DeleteLabelsIDParams) (*http.Response, error)

	// GetLabelsID request
	GetLabelsID(ctx context.Context, labelID string, params *GetLabelsIDParams) (*http.Response, error)

	// PatchLabelsID request  with any body
	PatchLabelsIDWithBody(ctx context.Context, labelID string, params *PatchLabelsIDParams, contentType string, body io.Reader) (*http.Response, error)

	PatchLabelsID(ctx context.Context, labelID string, params *PatchLabelsIDParams, body PatchLabelsIDJSONRequestBody) (*http.Response, error)

	// GetMe request
	GetMe(ctx context.Context, params *GetMeParams) (*http.Response, error)

	// PutMePassword request  with any body
	PutMePasswordWithBody(ctx context.Context, params *PutMePasswordParams, contentType string, body io.Reader) (*http.Response, error)

	PutMePassword(ctx context.Context, params *PutMePasswordParams, body PutMePasswordJSONRequestBody) (*http.Response, error)

	// GetNotificationEndpoints request
	GetNotificationEndpoints(ctx context.Context, params *GetNotificationEndpointsParams) (*http.Response, error)

	// CreateNotificationEndpoint request  with any body
	CreateNotificationEndpointWithBody(ctx context.Context, contentType string, body io.Reader) (*http.Response, error)

	CreateNotificationEndpoint(ctx context.Context, body CreateNotificationEndpointJSONRequestBody) (*http.Response, error)

	// DeleteNotificationEndpointsID request
	DeleteNotificationEndpointsID(ctx context.Context, endpointID string, params *DeleteNotificationEndpointsIDParams) (*http.Response, error)

	// GetNotificationEndpointsID request
	GetNotificationEndpointsID(ctx context.Context, endpointID string, params *GetNotificationEndpointsIDParams) (*http.Response, error)

	// PatchNotificationEndpointsID request  with any body
	PatchNotificationEndpointsIDWithBody(ctx context.Context, endpointID string, params *PatchNotificationEndpointsIDParams, contentType string, body io.Reader) (*http.Response, error)

	PatchNotificationEndpointsID(ctx context.Context, endpointID string, params *PatchNotificationEndpointsIDParams, body PatchNotificationEndpointsIDJSONRequestBody) (*http.Response, error)

	// PutNotificationEndpointsID request  with any body
	PutNotificationEndpointsIDWithBody(ctx context.Context, endpointID string, params *PutNotificationEndpointsIDParams, contentType string, body io.Reader) (*http.Response, error)

	PutNotificationEndpointsID(ctx context.Context, endpointID string, params *PutNotificationEndpointsIDParams, body PutNotificationEndpointsIDJSONRequestBody) (*http.Response, error)

	// GetNotificationEndpointsIDLabels request
	GetNotificationEndpointsIDLabels(ctx context.Context, endpointID string, params *GetNotificationEndpointsIDLabelsParams) (*http.Response, error)

	// PostNotificationEndpointIDLabels request  with any body
	PostNotificationEndpointIDLabelsWithBody(ctx context.Context, endpointID string, params *PostNotificationEndpointIDLabelsParams, contentType string, body io.Reader) (*http.Response, error)

	PostNotificationEndpointIDLabels(ctx context.Context, endpointID string, params *PostNotificationEndpointIDLabelsParams, body PostNotificationEndpointIDLabelsJSONRequestBody) (*http.Response, error)

	// DeleteNotificationEndpointsIDLabelsID request
	DeleteNotificationEndpointsIDLabelsID(ctx context.Context, endpointID string, labelID string, params *DeleteNotificationEndpointsIDLabelsIDParams) (*http.Response, error)

	// GetNotificationRules request
	GetNotificationRules(ctx context.Context, params *GetNotificationRulesParams) (*http.Response, error)

	// CreateNotificationRule request  with any body
	CreateNotificationRuleWithBody(ctx context.Context, contentType string, body io.Reader) (*http.Response, error)

	CreateNotificationRule(ctx context.Context, body CreateNotificationRuleJSONRequestBody) (*http.Response, error)

	// DeleteNotificationRulesID request
	DeleteNotificationRulesID(ctx context.Context, ruleID string, params *DeleteNotificationRulesIDParams) (*http.Response, error)

	// GetNotificationRulesID request
	GetNotificationRulesID(ctx context.Context, ruleID string, params *GetNotificationRulesIDParams) (*http.Response, error)

	// PatchNotificationRulesID request  with any body
	PatchNotificationRulesIDWithBody(ctx context.Context, ruleID string, params *PatchNotificationRulesIDParams, contentType string, body io.Reader) (*http.Response, error)

	PatchNotificationRulesID(ctx context.Context, ruleID string, params *PatchNotificationRulesIDParams, body PatchNotificationRulesIDJSONRequestBody) (*http.Response, error)

	// PutNotificationRulesID request  with any body
	PutNotificationRulesIDWithBody(ctx context.Context, ruleID string, params *PutNotificationRulesIDParams, contentType string, body io.Reader) (*http.Response, error)

	PutNotificationRulesID(ctx context.Context, ruleID string, params *PutNotificationRulesIDParams, body PutNotificationRulesIDJSONRequestBody) (*http.Response, error)

	// GetNotificationRulesIDLabels request
	GetNotificationRulesIDLabels(ctx context.Context, ruleID string, params *GetNotificationRulesIDLabelsParams) (*http.Response, error)

	// PostNotificationRuleIDLabels request  with any body
	PostNotificationRuleIDLabelsWithBody(ctx context.Context, ruleID string, params *PostNotificationRuleIDLabelsParams, contentType string, body io.Reader) (*http.Response, error)

	PostNotificationRuleIDLabels(ctx context.Context, ruleID string, params *PostNotificationRuleIDLabelsParams, body PostNotificationRuleIDLabelsJSONRequestBody) (*http.Response, error)

	// DeleteNotificationRulesIDLabelsID request
	DeleteNotificationRulesIDLabelsID(ctx context.Context, ruleID string, labelID string, params *DeleteNotificationRulesIDLabelsIDParams) (*http.Response, error)

	// GetNotificationRulesIDQuery request
	GetNotificationRulesIDQuery(ctx context.Context, ruleID string, params *GetNotificationRulesIDQueryParams) (*http.Response, error)

	// GetOrgs request
	GetOrgs(ctx context.Context, params *GetOrgsParams) (*http.Response, error)

	// PostOrgs request  with any body
	PostOrgsWithBody(ctx context.Context, params *PostOrgsParams, contentType string, body io.Reader) (*http.Response, error)

	PostOrgs(ctx context.Context, params *PostOrgsParams, body PostOrgsJSONRequestBody) (*http.Response, error)

	// DeleteOrgsID request
	DeleteOrgsID(ctx context.Context, orgID string, params *DeleteOrgsIDParams) (*http.Response, error)

	// GetOrgsID request
	GetOrgsID(ctx context.Context, orgID string, params *GetOrgsIDParams) (*http.Response, error)

	// PatchOrgsID request  with any body
	PatchOrgsIDWithBody(ctx context.Context, orgID string, params *PatchOrgsIDParams, contentType string, body io.Reader) (*http.Response, error)

	PatchOrgsID(ctx context.Context, orgID string, params *PatchOrgsIDParams, body PatchOrgsIDJSONRequestBody) (*http.Response, error)

	// GetOrgsIDMembers request
	GetOrgsIDMembers(ctx context.Context, orgID string, params *GetOrgsIDMembersParams) (*http.Response, error)

	// PostOrgsIDMembers request  with any body
	PostOrgsIDMembersWithBody(ctx context.Context, orgID string, params *PostOrgsIDMembersParams, contentType string, body io.Reader) (*http.Response, error)

	PostOrgsIDMembers(ctx context.Context, orgID string, params *PostOrgsIDMembersParams, body PostOrgsIDMembersJSONRequestBody) (*http.Response, error)

	// DeleteOrgsIDMembersID request
	DeleteOrgsIDMembersID(ctx context.Context, orgID string, userID string, params *DeleteOrgsIDMembersIDParams) (*http.Response, error)

	// GetOrgsIDOwners request
	GetOrgsIDOwners(ctx context.Context, orgID string, params *GetOrgsIDOwnersParams) (*http.Response, error)

	// PostOrgsIDOwners request  with any body
	PostOrgsIDOwnersWithBody(ctx context.Context, orgID string, params *PostOrgsIDOwnersParams, contentType string, body io.Reader) (*http.Response, error)

	PostOrgsIDOwners(ctx context.Context, orgID string, params *PostOrgsIDOwnersParams, body PostOrgsIDOwnersJSONRequestBody) (*http.Response, error)

	// DeleteOrgsIDOwnersID request
	DeleteOrgsIDOwnersID(ctx context.Context, orgID string, userID string, params *DeleteOrgsIDOwnersIDParams) (*http.Response, error)

	// GetOrgsIDSecrets request
	GetOrgsIDSecrets(ctx context.Context, orgID string, params *GetOrgsIDSecretsParams) (*http.Response, error)

	// PatchOrgsIDSecrets request  with any body
	PatchOrgsIDSecretsWithBody(ctx context.Context, orgID string, params *PatchOrgsIDSecretsParams, contentType string, body io.Reader) (*http.Response, error)

	PatchOrgsIDSecrets(ctx context.Context, orgID string, params *PatchOrgsIDSecretsParams, body PatchOrgsIDSecretsJSONRequestBody) (*http.Response, error)

	// PostOrgsIDSecrets request  with any body
	PostOrgsIDSecretsWithBody(ctx context.Context, orgID string, params *PostOrgsIDSecretsParams, contentType string, body io.Reader) (*http.Response, error)

	PostOrgsIDSecrets(ctx context.Context, orgID string, params *PostOrgsIDSecretsParams, body PostOrgsIDSecretsJSONRequestBody) (*http.Response, error)

	// PostQuery request  with any body
	PostQueryWithBody(ctx context.Context, params *PostQueryParams, contentType string, body io.Reader) (*http.Response, error)

	PostQuery(ctx context.Context, params *PostQueryParams, body PostQueryJSONRequestBody) (*http.Response, error)

	// PostQueryAnalyze request  with any body
	PostQueryAnalyzeWithBody(ctx context.Context, params *PostQueryAnalyzeParams, contentType string, body io.Reader) (*http.Response, error)

	PostQueryAnalyze(ctx context.Context, params *PostQueryAnalyzeParams, body PostQueryAnalyzeJSONRequestBody) (*http.Response, error)

	// PostQueryAst request  with any body
	PostQueryAstWithBody(ctx context.Context, params *PostQueryAstParams, contentType string, body io.Reader) (*http.Response, error)

	PostQueryAst(ctx context.Context, params *PostQueryAstParams, body PostQueryAstJSONRequestBody) (*http.Response, error)

	// GetQuerySuggestions request
	GetQuerySuggestions(ctx context.Context, params *GetQuerySuggestionsParams) (*http.Response, error)

	// GetQuerySuggestionsName request
	GetQuerySuggestionsName(ctx context.Context, name string, params *GetQuerySuggestionsNameParams) (*http.Response, error)

	// GetReady request
	GetReady(ctx context.Context, params *GetReadyParams) (*http.Response, error)

	// GetScrapers request
	GetScrapers(ctx context.Context, params *GetScrapersParams) (*http.Response, error)

	// PostScrapers request  with any body
	PostScrapersWithBody(ctx context.Context, params *PostScrapersParams, contentType string, body io.Reader) (*http.Response, error)

	PostScrapers(ctx context.Context, params *PostScrapersParams, body PostScrapersJSONRequestBody) (*http.Response, error)

	// DeleteScrapersID request
	DeleteScrapersID(ctx context.Context, scraperTargetID string, params *DeleteScrapersIDParams) (*http.Response, error)

	// GetScrapersID request
	GetScrapersID(ctx context.Context, scraperTargetID string, params *GetScrapersIDParams) (*http.Response, error)

	// PatchScrapersID request  with any body
	PatchScrapersIDWithBody(ctx context.Context, scraperTargetID string, params *PatchScrapersIDParams, contentType string, body io.Reader) (*http.Response, error)

	PatchScrapersID(ctx context.Context, scraperTargetID string, params *PatchScrapersIDParams, body PatchScrapersIDJSONRequestBody) (*http.Response, error)

	// GetScrapersIDLabels request
	GetScrapersIDLabels(ctx context.Context, scraperTargetID string, params *GetScrapersIDLabelsParams) (*http.Response, error)

	// PostScrapersIDLabels request  with any body
	PostScrapersIDLabelsWithBody(ctx context.Context, scraperTargetID string, params *PostScrapersIDLabelsParams, contentType string, body io.Reader) (*http.Response, error)

	PostScrapersIDLabels(ctx context.Context, scraperTargetID string, params *PostScrapersIDLabelsParams, body PostScrapersIDLabelsJSONRequestBody) (*http.Response, error)

	// DeleteScrapersIDLabelsID request
	DeleteScrapersIDLabelsID(ctx context.Context, scraperTargetID string, labelID string, params *DeleteScrapersIDLabelsIDParams) (*http.Response, error)

	// PatchScrapersIDLabelsID request  with any body
	PatchScrapersIDLabelsIDWithBody(ctx context.Context, scraperTargetID string, labelID string, params *PatchScrapersIDLabelsIDParams, contentType string, body io.Reader) (*http.Response, error)

	PatchScrapersIDLabelsID(ctx context.Context, scraperTargetID string, labelID string, params *PatchScrapersIDLabelsIDParams, body PatchScrapersIDLabelsIDJSONRequestBody) (*http.Response, error)

	// GetScrapersIDMembers request
	GetScrapersIDMembers(ctx context.Context, scraperTargetID string, params *GetScrapersIDMembersParams) (*http.Response, error)

	// PostScrapersIDMembers request  with any body
	PostScrapersIDMembersWithBody(ctx context.Context, scraperTargetID string, params *PostScrapersIDMembersParams, contentType string, body io.Reader) (*http.Response, error)

	PostScrapersIDMembers(ctx context.Context, scraperTargetID string, params *PostScrapersIDMembersParams, body PostScrapersIDMembersJSONRequestBody) (*http.Response, error)

	// DeleteScrapersIDMembersID request
	DeleteScrapersIDMembersID(ctx context.Context, scraperTargetID string, userID string, params *DeleteScrapersIDMembersIDParams) (*http.Response, error)

	// GetScrapersIDOwners request
	GetScrapersIDOwners(ctx context.Context, scraperTargetID string, params *GetScrapersIDOwnersParams) (*http.Response, error)

	// PostScrapersIDOwners request  with any body
	PostScrapersIDOwnersWithBody(ctx context.Context, scraperTargetID string, params *PostScrapersIDOwnersParams, contentType string, body io.Reader) (*http.Response, error)

	PostScrapersIDOwners(ctx context.Context, scraperTargetID string, params *PostScrapersIDOwnersParams, body PostScrapersIDOwnersJSONRequestBody) (*http.Response, error)

	// DeleteScrapersIDOwnersID request
	DeleteScrapersIDOwnersID(ctx context.Context, scraperTargetID string, userID string, params *DeleteScrapersIDOwnersIDParams) (*http.Response, error)

	// GetSetup request
	GetSetup(ctx context.Context, params *GetSetupParams) (*http.Response, error)

	// PostSetup request  with any body
	PostSetupWithBody(ctx context.Context, params *PostSetupParams, contentType string, body io.Reader) (*http.Response, error)

	PostSetup(ctx context.Context, params *PostSetupParams, body PostSetupJSONRequestBody) (*http.Response, error)

	// PostSetupUser request  with any body
	PostSetupUserWithBody(ctx context.Context, params *PostSetupUserParams, contentType string, body io.Reader) (*http.Response, error)

	PostSetupUser(ctx context.Context, params *PostSetupUserParams, body PostSetupUserJSONRequestBody) (*http.Response, error)

	// PostSignin request
	PostSignin(ctx context.Context, params *PostSigninParams) (*http.Response, error)

	// PostSignout request
	PostSignout(ctx context.Context, params *PostSignoutParams) (*http.Response, error)

	// GetSources request
	GetSources(ctx context.Context, params *GetSourcesParams) (*http.Response, error)

	// PostSources request  with any body
	PostSourcesWithBody(ctx context.Context, params *PostSourcesParams, contentType string, body io.Reader) (*http.Response, error)

	PostSources(ctx context.Context, params *PostSourcesParams, body PostSourcesJSONRequestBody) (*http.Response, error)

	// DeleteSourcesID request
	DeleteSourcesID(ctx context.Context, sourceID string, params *DeleteSourcesIDParams) (*http.Response, error)

	// GetSourcesID request
	GetSourcesID(ctx context.Context, sourceID string, params *GetSourcesIDParams) (*http.Response, error)

	// PatchSourcesID request  with any body
	PatchSourcesIDWithBody(ctx context.Context, sourceID string, params *PatchSourcesIDParams, contentType string, body io.Reader) (*http.Response, error)

	PatchSourcesID(ctx context.Context, sourceID string, params *PatchSourcesIDParams, body PatchSourcesIDJSONRequestBody) (*http.Response, error)

	// GetSourcesIDBuckets request
	GetSourcesIDBuckets(ctx context.Context, sourceID string, params *GetSourcesIDBucketsParams) (*http.Response, error)

	// GetSourcesIDHealth request
	GetSourcesIDHealth(ctx context.Context, sourceID string, params *GetSourcesIDHealthParams) (*http.Response, error)

	// ListStacks request
	ListStacks(ctx context.Context, params *ListStacksParams) (*http.Response, error)

	// CreateStack request  with any body
	CreateStackWithBody(ctx context.Context, contentType string, body io.Reader) (*http.Response, error)

	CreateStack(ctx context.Context, body CreateStackJSONRequestBody) (*http.Response, error)

	// DeleteStack request
	DeleteStack(ctx context.Context, stackId string, params *DeleteStackParams) (*http.Response, error)

	// ReadStack request
	ReadStack(ctx context.Context, stackId string) (*http.Response, error)

	// UpdateStack request  with any body
	UpdateStackWithBody(ctx context.Context, stackId string, contentType string, body io.Reader) (*http.Response, error)

	UpdateStack(ctx context.Context, stackId string, body UpdateStackJSONRequestBody) (*http.Response, error)

	// UninstallStack request
	UninstallStack(ctx context.Context, stackId string) (*http.Response, error)

	// GetTasks request
	GetTasks(ctx context.Context, params *GetTasksParams) (*http.Response, error)

	// PostTasks request  with any body
	PostTasksWithBody(ctx context.Context, params *PostTasksParams, contentType string, body io.Reader) (*http.Response, error)

	PostTasks(ctx context.Context, params *PostTasksParams, body PostTasksJSONRequestBody) (*http.Response, error)

	// DeleteTasksID request
	DeleteTasksID(ctx context.Context, taskID string, params *DeleteTasksIDParams) (*http.Response, error)

	// GetTasksID request
	GetTasksID(ctx context.Context, taskID string, params *GetTasksIDParams) (*http.Response, error)

	// PatchTasksID request  with any body
	PatchTasksIDWithBody(ctx context.Context, taskID string, params *PatchTasksIDParams, contentType string, body io.Reader) (*http.Response, error)

	PatchTasksID(ctx context.Context, taskID string, params *PatchTasksIDParams, body PatchTasksIDJSONRequestBody) (*http.Response, error)

	// GetTasksIDLabels request
	GetTasksIDLabels(ctx context.Context, taskID string, params *GetTasksIDLabelsParams) (*http.Response, error)

	// PostTasksIDLabels request  with any body
	PostTasksIDLabelsWithBody(ctx context.Context, taskID string, params *PostTasksIDLabelsParams, contentType string, body io.Reader) (*http.Response, error)

	PostTasksIDLabels(ctx context.Context, taskID string, params *PostTasksIDLabelsParams, body PostTasksIDLabelsJSONRequestBody) (*http.Response, error)

	// DeleteTasksIDLabelsID request
	DeleteTasksIDLabelsID(ctx context.Context, taskID string, labelID string, params *DeleteTasksIDLabelsIDParams) (*http.Response, error)

	// GetTasksIDLogs request
	GetTasksIDLogs(ctx context.Context, taskID string, params *GetTasksIDLogsParams) (*http.Response, error)

	// GetTasksIDMembers request
	GetTasksIDMembers(ctx context.Context, taskID string, params *GetTasksIDMembersParams) (*http.Response, error)

	// PostTasksIDMembers request  with any body
	PostTasksIDMembersWithBody(ctx context.Context, taskID string, params *PostTasksIDMembersParams, contentType string, body io.Reader) (*http.Response, error)

	PostTasksIDMembers(ctx context.Context, taskID string, params *PostTasksIDMembersParams, body PostTasksIDMembersJSONRequestBody) (*http.Response, error)

	// DeleteTasksIDMembersID request
	DeleteTasksIDMembersID(ctx context.Context, taskID string, userID string, params *DeleteTasksIDMembersIDParams) (*http.Response, error)

	// GetTasksIDOwners request
	GetTasksIDOwners(ctx context.Context, taskID string, params *GetTasksIDOwnersParams) (*http.Response, error)

	// PostTasksIDOwners request  with any body
	PostTasksIDOwnersWithBody(ctx context.Context, taskID string, params *PostTasksIDOwnersParams, contentType string, body io.Reader) (*http.Response, error)

	PostTasksIDOwners(ctx context.Context, taskID string, params *PostTasksIDOwnersParams, body PostTasksIDOwnersJSONRequestBody) (*http.Response, error)

	// DeleteTasksIDOwnersID request
	DeleteTasksIDOwnersID(ctx context.Context, taskID string, userID string, params *DeleteTasksIDOwnersIDParams) (*http.Response, error)

	// GetTasksIDRuns request
	GetTasksIDRuns(ctx context.Context, taskID string, params *GetTasksIDRunsParams) (*http.Response, error)

	// PostTasksIDRuns request  with any body
	PostTasksIDRunsWithBody(ctx context.Context, taskID string, params *PostTasksIDRunsParams, contentType string, body io.Reader) (*http.Response, error)

	PostTasksIDRuns(ctx context.Context, taskID string, params *PostTasksIDRunsParams, body PostTasksIDRunsJSONRequestBody) (*http.Response, error)

	// DeleteTasksIDRunsID request
	DeleteTasksIDRunsID(ctx context.Context, taskID string, runID string, params *DeleteTasksIDRunsIDParams) (*http.Response, error)

	// GetTasksIDRunsID request
	GetTasksIDRunsID(ctx context.Context, taskID string, runID string, params *GetTasksIDRunsIDParams) (*http.Response, error)

	// GetTasksIDRunsIDLogs request
	GetTasksIDRunsIDLogs(ctx context.Context, taskID string, runID string, params *GetTasksIDRunsIDLogsParams) (*http.Response, error)

	// PostTasksIDRunsIDRetry request
	PostTasksIDRunsIDRetry(ctx context.Context, taskID string, runID string, params *PostTasksIDRunsIDRetryParams) (*http.Response, error)

	// GetTelegrafPlugins request
	GetTelegrafPlugins(ctx context.Context, params *GetTelegrafPluginsParams) (*http.Response, error)

	// GetTelegrafs request
	GetTelegrafs(ctx context.Context, params *GetTelegrafsParams) (*http.Response, error)

	// PostTelegrafs request  with any body
	PostTelegrafsWithBody(ctx context.Context, params *PostTelegrafsParams, contentType string, body io.Reader) (*http.Response, error)

	PostTelegrafs(ctx context.Context, params *PostTelegrafsParams, body PostTelegrafsJSONRequestBody) (*http.Response, error)

	// DeleteTelegrafsID request
	DeleteTelegrafsID(ctx context.Context, telegrafID string, params *DeleteTelegrafsIDParams) (*http.Response, error)

	// GetTelegrafsID request
	GetTelegrafsID(ctx context.Context, telegrafID string, params *GetTelegrafsIDParams) (*http.Response, error)

	// PutTelegrafsID request  with any body
	PutTelegrafsIDWithBody(ctx context.Context, telegrafID string, params *PutTelegrafsIDParams, contentType string, body io.Reader) (*http.Response, error)

	PutTelegrafsID(ctx context.Context, telegrafID string, params *PutTelegrafsIDParams, body PutTelegrafsIDJSONRequestBody) (*http.Response, error)

	// GetTelegrafsIDLabels request
	GetTelegrafsIDLabels(ctx context.Context, telegrafID string, params *GetTelegrafsIDLabelsParams) (*http.Response, error)

	// PostTelegrafsIDLabels request  with any body
	PostTelegrafsIDLabelsWithBody(ctx context.Context, telegrafID string, params *PostTelegrafsIDLabelsParams, contentType string, body io.Reader) (*http.Response, error)

	PostTelegrafsIDLabels(ctx context.Context, telegrafID string, params *PostTelegrafsIDLabelsParams, body PostTelegrafsIDLabelsJSONRequestBody) (*http.Response, error)

	// DeleteTelegrafsIDLabelsID request
	DeleteTelegrafsIDLabelsID(ctx context.Context, telegrafID string, labelID string, params *DeleteTelegrafsIDLabelsIDParams) (*http.Response, error)

	// GetTelegrafsIDMembers request
	GetTelegrafsIDMembers(ctx context.Context, telegrafID string, params *GetTelegrafsIDMembersParams) (*http.Response, error)

	// PostTelegrafsIDMembers request  with any body
	PostTelegrafsIDMembersWithBody(ctx context.Context, telegrafID string, params *PostTelegrafsIDMembersParams, contentType string, body io.Reader) (*http.Response, error)

	PostTelegrafsIDMembers(ctx context.Context, telegrafID string, params *PostTelegrafsIDMembersParams, body PostTelegrafsIDMembersJSONRequestBody) (*http.Response, error)

	// DeleteTelegrafsIDMembersID request
	DeleteTelegrafsIDMembersID(ctx context.Context, telegrafID string, userID string, params *DeleteTelegrafsIDMembersIDParams) (*http.Response, error)

	// GetTelegrafsIDOwners request
	GetTelegrafsIDOwners(ctx context.Context, telegrafID string, params *GetTelegrafsIDOwnersParams) (*http.Response, error)

	// PostTelegrafsIDOwners request  with any body
	PostTelegrafsIDOwnersWithBody(ctx context.Context, telegrafID string, params *PostTelegrafsIDOwnersParams, contentType string, body io.Reader) (*http.Response, error)

	PostTelegrafsIDOwners(ctx context.Context, telegrafID string, params *PostTelegrafsIDOwnersParams, body PostTelegrafsIDOwnersJSONRequestBody) (*http.Response, error)

	// DeleteTelegrafsIDOwnersID request
	DeleteTelegrafsIDOwnersID(ctx context.Context, telegrafID string, userID string, params *DeleteTelegrafsIDOwnersIDParams) (*http.Response, error)

	// ApplyTemplate request  with any body
	ApplyTemplateWithBody(ctx context.Context, contentType string, body io.Reader) (*http.Response, error)

	ApplyTemplate(ctx context.Context, body ApplyTemplateJSONRequestBody) (*http.Response, error)

	// ExportTemplate request  with any body
	ExportTemplateWithBody(ctx context.Context, contentType string, body io.Reader) (*http.Response, error)

	ExportTemplate(ctx context.Context, body ExportTemplateJSONRequestBody) (*http.Response, error)

	// GetUsers request
	GetUsers(ctx context.Context, params *GetUsersParams) (*http.Response, error)

	// PostUsers request  with any body
	PostUsersWithBody(ctx context.Context, params *PostUsersParams, contentType string, body io.Reader) (*http.Response, error)

	PostUsers(ctx context.Context, params *PostUsersParams, body PostUsersJSONRequestBody) (*http.Response, error)

	// DeleteUsersID request
	DeleteUsersID(ctx context.Context, userID string, params *DeleteUsersIDParams) (*http.Response, error)

	// GetUsersID request
	GetUsersID(ctx context.Context, userID string, params *GetUsersIDParams) (*http.Response, error)

	// PatchUsersID request  with any body
	PatchUsersIDWithBody(ctx context.Context, userID string, params *PatchUsersIDParams, contentType string, body io.Reader) (*http.Response, error)

	PatchUsersID(ctx context.Context, userID string, params *PatchUsersIDParams, body PatchUsersIDJSONRequestBody) (*http.Response, error)

	// PostUsersIDPassword request  with any body
	PostUsersIDPasswordWithBody(ctx context.Context, userID string, params *PostUsersIDPasswordParams, contentType string, body io.Reader) (*http.Response, error)

	PostUsersIDPassword(ctx context.Context, userID string, params *PostUsersIDPasswordParams, body PostUsersIDPasswordJSONRequestBody) (*http.Response, error)

	// GetVariables request
	GetVariables(ctx context.Context, params *GetVariablesParams) (*http.Response, error)

	// PostVariables request  with any body
	PostVariablesWithBody(ctx context.Context, params *PostVariablesParams, contentType string, body io.Reader) (*http.Response, error)

	PostVariables(ctx context.Context, params *PostVariablesParams, body PostVariablesJSONRequestBody) (*http.Response, error)

	// DeleteVariablesID request
	DeleteVariablesID(ctx context.Context, variableID string, params *DeleteVariablesIDParams) (*http.Response, error)

	// GetVariablesID request
	GetVariablesID(ctx context.Context, variableID string, params *GetVariablesIDParams) (*http.Response, error)

	// PatchVariablesID request  with any body
	PatchVariablesIDWithBody(ctx context.Context, variableID string, params *PatchVariablesIDParams, contentType string, body io.Reader) (*http.Response, error)

	PatchVariablesID(ctx context.Context, variableID string, params *PatchVariablesIDParams, body PatchVariablesIDJSONRequestBody) (*http.Response, error)

	// PutVariablesID request  with any body
	PutVariablesIDWithBody(ctx context.Context, variableID string, params *PutVariablesIDParams, contentType string, body io.Reader) (*http.Response, error)

	PutVariablesID(ctx context.Context, variableID string, params *PutVariablesIDParams, body PutVariablesIDJSONRequestBody) (*http.Response, error)

	// GetVariablesIDLabels request
	GetVariablesIDLabels(ctx context.Context, variableID string, params *GetVariablesIDLabelsParams) (*http.Response, error)

	// PostVariablesIDLabels request  with any body
	PostVariablesIDLabelsWithBody(ctx context.Context, variableID string, params *PostVariablesIDLabelsParams, contentType string, body io.Reader) (*http.Response, error)

	PostVariablesIDLabels(ctx context.Context, variableID string, params *PostVariablesIDLabelsParams, body PostVariablesIDLabelsJSONRequestBody) (*http.Response, error)

	// DeleteVariablesIDLabelsID request
	DeleteVariablesIDLabelsID(ctx context.Context, variableID string, labelID string, params *DeleteVariablesIDLabelsIDParams) (*http.Response, error)

	// PostWrite request  with any body
	PostWriteWithBody(ctx context.Context, params *PostWriteParams, contentType string, body io.Reader) (*http.Response, error)
}

The interface specification for the client above.

type ClientWithResponses

type ClientWithResponses struct {
	ClientInterface
}

ClientWithResponses builds on ClientInterface to offer response payloads

func NewClientWithResponses

func NewClientWithResponses(service ihttp.Service) *ClientWithResponses

NewClientWithResponses creates a new ClientWithResponses, which wraps Client with return type handling

func (*ClientWithResponses) ApplyTemplateWithBodyWithResponse

func (c *ClientWithResponses) ApplyTemplateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader) (*applyTemplateResponse, error)

ApplyTemplateWithBodyWithResponse request with arbitrary body returning *ApplyTemplateResponse

func (*ClientWithResponses) ApplyTemplateWithResponse

func (c *ClientWithResponses) ApplyTemplateWithResponse(ctx context.Context, body ApplyTemplateJSONRequestBody) (*applyTemplateResponse, error)

func (*ClientWithResponses) CreateCheckWithBodyWithResponse

func (c *ClientWithResponses) CreateCheckWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader) (*createCheckResponse, error)

CreateCheckWithBodyWithResponse request with arbitrary body returning *CreateCheckResponse

func (*ClientWithResponses) CreateCheckWithResponse

func (c *ClientWithResponses) CreateCheckWithResponse(ctx context.Context, body CreateCheckJSONRequestBody) (*createCheckResponse, error)

func (*ClientWithResponses) CreateNotificationEndpointWithBodyWithResponse

func (c *ClientWithResponses) CreateNotificationEndpointWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader) (*createNotificationEndpointResponse, error)

CreateNotificationEndpointWithBodyWithResponse request with arbitrary body returning *CreateNotificationEndpointResponse

func (*ClientWithResponses) CreateNotificationEndpointWithResponse

func (c *ClientWithResponses) CreateNotificationEndpointWithResponse(ctx context.Context, body CreateNotificationEndpointJSONRequestBody) (*createNotificationEndpointResponse, error)

func (*ClientWithResponses) CreateNotificationRuleWithBodyWithResponse

func (c *ClientWithResponses) CreateNotificationRuleWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader) (*createNotificationRuleResponse, error)

CreateNotificationRuleWithBodyWithResponse request with arbitrary body returning *CreateNotificationRuleResponse

func (*ClientWithResponses) CreateNotificationRuleWithResponse

func (c *ClientWithResponses) CreateNotificationRuleWithResponse(ctx context.Context, body CreateNotificationRuleJSONRequestBody) (*createNotificationRuleResponse, error)

func (*ClientWithResponses) CreateStackWithBodyWithResponse

func (c *ClientWithResponses) CreateStackWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader) (*createStackResponse, error)

CreateStackWithBodyWithResponse request with arbitrary body returning *CreateStackResponse

func (*ClientWithResponses) CreateStackWithResponse

func (c *ClientWithResponses) CreateStackWithResponse(ctx context.Context, body CreateStackJSONRequestBody) (*createStackResponse, error)

func (*ClientWithResponses) DeleteAuthorizationsIDWithResponse

func (c *ClientWithResponses) DeleteAuthorizationsIDWithResponse(ctx context.Context, authID string, params *DeleteAuthorizationsIDParams) (*deleteAuthorizationsIDResponse, error)

DeleteAuthorizationsIDWithResponse request returning *DeleteAuthorizationsIDResponse

func (*ClientWithResponses) DeleteBucketsIDLabelsIDWithResponse

func (c *ClientWithResponses) DeleteBucketsIDLabelsIDWithResponse(ctx context.Context, bucketID string, labelID string, params *DeleteBucketsIDLabelsIDParams) (*deleteBucketsIDLabelsIDResponse, error)

DeleteBucketsIDLabelsIDWithResponse request returning *DeleteBucketsIDLabelsIDResponse

func (*ClientWithResponses) DeleteBucketsIDMembersIDWithResponse

func (c *ClientWithResponses) DeleteBucketsIDMembersIDWithResponse(ctx context.Context, bucketID string, userID string, params *DeleteBucketsIDMembersIDParams) (*deleteBucketsIDMembersIDResponse, error)

DeleteBucketsIDMembersIDWithResponse request returning *DeleteBucketsIDMembersIDResponse

func (*ClientWithResponses) DeleteBucketsIDOwnersIDWithResponse

func (c *ClientWithResponses) DeleteBucketsIDOwnersIDWithResponse(ctx context.Context, bucketID string, userID string, params *DeleteBucketsIDOwnersIDParams) (*deleteBucketsIDOwnersIDResponse, error)

DeleteBucketsIDOwnersIDWithResponse request returning *DeleteBucketsIDOwnersIDResponse

func (*ClientWithResponses) DeleteBucketsIDWithResponse

func (c *ClientWithResponses) DeleteBucketsIDWithResponse(ctx context.Context, bucketID string, params *DeleteBucketsIDParams) (*deleteBucketsIDResponse, error)

DeleteBucketsIDWithResponse request returning *DeleteBucketsIDResponse

func (*ClientWithResponses) DeleteChecksIDLabelsIDWithResponse

func (c *ClientWithResponses) DeleteChecksIDLabelsIDWithResponse(ctx context.Context, checkID string, labelID string, params *DeleteChecksIDLabelsIDParams) (*deleteChecksIDLabelsIDResponse, error)

DeleteChecksIDLabelsIDWithResponse request returning *DeleteChecksIDLabelsIDResponse

func (*ClientWithResponses) DeleteChecksIDWithResponse

func (c *ClientWithResponses) DeleteChecksIDWithResponse(ctx context.Context, checkID string, params *DeleteChecksIDParams) (*deleteChecksIDResponse, error)

DeleteChecksIDWithResponse request returning *DeleteChecksIDResponse

func (*ClientWithResponses) DeleteDBRPIDWithResponse

func (c *ClientWithResponses) DeleteDBRPIDWithResponse(ctx context.Context, dbrpID string, params *DeleteDBRPIDParams) (*deleteDBRPIDResponse, error)

DeleteDBRPIDWithResponse request returning *DeleteDBRPIDResponse

func (*ClientWithResponses) DeleteDashboardsIDCellsIDWithResponse

func (c *ClientWithResponses) DeleteDashboardsIDCellsIDWithResponse(ctx context.Context, dashboardID string, cellID string, params *DeleteDashboardsIDCellsIDParams) (*deleteDashboardsIDCellsIDResponse, error)

DeleteDashboardsIDCellsIDWithResponse request returning *DeleteDashboardsIDCellsIDResponse

func (*ClientWithResponses) DeleteDashboardsIDLabelsIDWithResponse

func (c *ClientWithResponses) DeleteDashboardsIDLabelsIDWithResponse(ctx context.Context, dashboardID string, labelID string, params *DeleteDashboardsIDLabelsIDParams) (*deleteDashboardsIDLabelsIDResponse, error)

DeleteDashboardsIDLabelsIDWithResponse request returning *DeleteDashboardsIDLabelsIDResponse

func (*ClientWithResponses) DeleteDashboardsIDMembersIDWithResponse

func (c *ClientWithResponses) DeleteDashboardsIDMembersIDWithResponse(ctx context.Context, dashboardID string, userID string, params *DeleteDashboardsIDMembersIDParams) (*deleteDashboardsIDMembersIDResponse, error)

DeleteDashboardsIDMembersIDWithResponse request returning *DeleteDashboardsIDMembersIDResponse

func (*ClientWithResponses) DeleteDashboardsIDOwnersIDWithResponse

func (c *ClientWithResponses) DeleteDashboardsIDOwnersIDWithResponse(ctx context.Context, dashboardID string, userID string, params *DeleteDashboardsIDOwnersIDParams) (*deleteDashboardsIDOwnersIDResponse, error)

DeleteDashboardsIDOwnersIDWithResponse request returning *DeleteDashboardsIDOwnersIDResponse

func (*ClientWithResponses) DeleteDashboardsIDWithResponse

func (c *ClientWithResponses) DeleteDashboardsIDWithResponse(ctx context.Context, dashboardID string, params *DeleteDashboardsIDParams) (*deleteDashboardsIDResponse, error)

DeleteDashboardsIDWithResponse request returning *DeleteDashboardsIDResponse

func (*ClientWithResponses) DeleteDocumentsTemplatesIDLabelsIDWithResponse

func (c *ClientWithResponses) DeleteDocumentsTemplatesIDLabelsIDWithResponse(ctx context.Context, templateID string, labelID string, params *DeleteDocumentsTemplatesIDLabelsIDParams) (*deleteDocumentsTemplatesIDLabelsIDResponse, error)

DeleteDocumentsTemplatesIDLabelsIDWithResponse request returning *DeleteDocumentsTemplatesIDLabelsIDResponse

func (*ClientWithResponses) DeleteDocumentsTemplatesIDWithResponse

func (c *ClientWithResponses) DeleteDocumentsTemplatesIDWithResponse(ctx context.Context, templateID string, params *DeleteDocumentsTemplatesIDParams) (*deleteDocumentsTemplatesIDResponse, error)

DeleteDocumentsTemplatesIDWithResponse request returning *DeleteDocumentsTemplatesIDResponse

func (*ClientWithResponses) DeleteLabelsIDWithResponse

func (c *ClientWithResponses) DeleteLabelsIDWithResponse(ctx context.Context, labelID string, params *DeleteLabelsIDParams) (*deleteLabelsIDResponse, error)

DeleteLabelsIDWithResponse request returning *DeleteLabelsIDResponse

func (*ClientWithResponses) DeleteNotificationEndpointsIDLabelsIDWithResponse

func (c *ClientWithResponses) DeleteNotificationEndpointsIDLabelsIDWithResponse(ctx context.Context, endpointID string, labelID string, params *DeleteNotificationEndpointsIDLabelsIDParams) (*deleteNotificationEndpointsIDLabelsIDResponse, error)

DeleteNotificationEndpointsIDLabelsIDWithResponse request returning *DeleteNotificationEndpointsIDLabelsIDResponse

func (*ClientWithResponses) DeleteNotificationEndpointsIDWithResponse

func (c *ClientWithResponses) DeleteNotificationEndpointsIDWithResponse(ctx context.Context, endpointID string, params *DeleteNotificationEndpointsIDParams) (*deleteNotificationEndpointsIDResponse, error)

DeleteNotificationEndpointsIDWithResponse request returning *DeleteNotificationEndpointsIDResponse

func (*ClientWithResponses) DeleteNotificationRulesIDLabelsIDWithResponse

func (c *ClientWithResponses) DeleteNotificationRulesIDLabelsIDWithResponse(ctx context.Context, ruleID string, labelID string, params *DeleteNotificationRulesIDLabelsIDParams) (*deleteNotificationRulesIDLabelsIDResponse, error)

DeleteNotificationRulesIDLabelsIDWithResponse request returning *DeleteNotificationRulesIDLabelsIDResponse

func (*ClientWithResponses) DeleteNotificationRulesIDWithResponse

func (c *ClientWithResponses) DeleteNotificationRulesIDWithResponse(ctx context.Context, ruleID string, params *DeleteNotificationRulesIDParams) (*deleteNotificationRulesIDResponse, error)

DeleteNotificationRulesIDWithResponse request returning *DeleteNotificationRulesIDResponse

func (*ClientWithResponses) DeleteOrgsIDMembersIDWithResponse

func (c *ClientWithResponses) DeleteOrgsIDMembersIDWithResponse(ctx context.Context, orgID string, userID string, params *DeleteOrgsIDMembersIDParams) (*deleteOrgsIDMembersIDResponse, error)

DeleteOrgsIDMembersIDWithResponse request returning *DeleteOrgsIDMembersIDResponse

func (*ClientWithResponses) DeleteOrgsIDOwnersIDWithResponse

func (c *ClientWithResponses) DeleteOrgsIDOwnersIDWithResponse(ctx context.Context, orgID string, userID string, params *DeleteOrgsIDOwnersIDParams) (*deleteOrgsIDOwnersIDResponse, error)

DeleteOrgsIDOwnersIDWithResponse request returning *DeleteOrgsIDOwnersIDResponse

func (*ClientWithResponses) DeleteOrgsIDWithResponse

func (c *ClientWithResponses) DeleteOrgsIDWithResponse(ctx context.Context, orgID string, params *DeleteOrgsIDParams) (*deleteOrgsIDResponse, error)

DeleteOrgsIDWithResponse request returning *DeleteOrgsIDResponse

func (*ClientWithResponses) DeleteScrapersIDLabelsIDWithResponse

func (c *ClientWithResponses) DeleteScrapersIDLabelsIDWithResponse(ctx context.Context, scraperTargetID string, labelID string, params *DeleteScrapersIDLabelsIDParams) (*deleteScrapersIDLabelsIDResponse, error)

DeleteScrapersIDLabelsIDWithResponse request returning *DeleteScrapersIDLabelsIDResponse

func (*ClientWithResponses) DeleteScrapersIDMembersIDWithResponse

func (c *ClientWithResponses) DeleteScrapersIDMembersIDWithResponse(ctx context.Context, scraperTargetID string, userID string, params *DeleteScrapersIDMembersIDParams) (*deleteScrapersIDMembersIDResponse, error)

DeleteScrapersIDMembersIDWithResponse request returning *DeleteScrapersIDMembersIDResponse

func (*ClientWithResponses) DeleteScrapersIDOwnersIDWithResponse

func (c *ClientWithResponses) DeleteScrapersIDOwnersIDWithResponse(ctx context.Context, scraperTargetID string, userID string, params *DeleteScrapersIDOwnersIDParams) (*deleteScrapersIDOwnersIDResponse, error)

DeleteScrapersIDOwnersIDWithResponse request returning *DeleteScrapersIDOwnersIDResponse

func (*ClientWithResponses) DeleteScrapersIDWithResponse

func (c *ClientWithResponses) DeleteScrapersIDWithResponse(ctx context.Context, scraperTargetID string, params *DeleteScrapersIDParams) (*deleteScrapersIDResponse, error)

DeleteScrapersIDWithResponse request returning *DeleteScrapersIDResponse

func (*ClientWithResponses) DeleteSourcesIDWithResponse

func (c *ClientWithResponses) DeleteSourcesIDWithResponse(ctx context.Context, sourceID string, params *DeleteSourcesIDParams) (*deleteSourcesIDResponse, error)

DeleteSourcesIDWithResponse request returning *DeleteSourcesIDResponse

func (*ClientWithResponses) DeleteStackWithResponse

func (c *ClientWithResponses) DeleteStackWithResponse(ctx context.Context, stackId string, params *DeleteStackParams) (*deleteStackResponse, error)

DeleteStackWithResponse request returning *DeleteStackResponse

func (*ClientWithResponses) DeleteTasksIDLabelsIDWithResponse

func (c *ClientWithResponses) DeleteTasksIDLabelsIDWithResponse(ctx context.Context, taskID string, labelID string, params *DeleteTasksIDLabelsIDParams) (*deleteTasksIDLabelsIDResponse, error)

DeleteTasksIDLabelsIDWithResponse request returning *DeleteTasksIDLabelsIDResponse

func (*ClientWithResponses) DeleteTasksIDMembersIDWithResponse

func (c *ClientWithResponses) DeleteTasksIDMembersIDWithResponse(ctx context.Context, taskID string, userID string, params *DeleteTasksIDMembersIDParams) (*deleteTasksIDMembersIDResponse, error)

DeleteTasksIDMembersIDWithResponse request returning *DeleteTasksIDMembersIDResponse

func (*ClientWithResponses) DeleteTasksIDOwnersIDWithResponse

func (c *ClientWithResponses) DeleteTasksIDOwnersIDWithResponse(ctx context.Context, taskID string, userID string, params *DeleteTasksIDOwnersIDParams) (*deleteTasksIDOwnersIDResponse, error)

DeleteTasksIDOwnersIDWithResponse request returning *DeleteTasksIDOwnersIDResponse

func (*ClientWithResponses) DeleteTasksIDRunsIDWithResponse

func (c *ClientWithResponses) DeleteTasksIDRunsIDWithResponse(ctx context.Context, taskID string, runID string, params *DeleteTasksIDRunsIDParams) (*deleteTasksIDRunsIDResponse, error)

DeleteTasksIDRunsIDWithResponse request returning *DeleteTasksIDRunsIDResponse

func (*ClientWithResponses) DeleteTasksIDWithResponse

func (c *ClientWithResponses) DeleteTasksIDWithResponse(ctx context.Context, taskID string, params *DeleteTasksIDParams) (*deleteTasksIDResponse, error)

DeleteTasksIDWithResponse request returning *DeleteTasksIDResponse

func (*ClientWithResponses) DeleteTelegrafsIDLabelsIDWithResponse

func (c *ClientWithResponses) DeleteTelegrafsIDLabelsIDWithResponse(ctx context.Context, telegrafID string, labelID string, params *DeleteTelegrafsIDLabelsIDParams) (*deleteTelegrafsIDLabelsIDResponse, error)

DeleteTelegrafsIDLabelsIDWithResponse request returning *DeleteTelegrafsIDLabelsIDResponse

func (*ClientWithResponses) DeleteTelegrafsIDMembersIDWithResponse

func (c *ClientWithResponses) DeleteTelegrafsIDMembersIDWithResponse(ctx context.Context, telegrafID string, userID string, params *DeleteTelegrafsIDMembersIDParams) (*deleteTelegrafsIDMembersIDResponse, error)

DeleteTelegrafsIDMembersIDWithResponse request returning *DeleteTelegrafsIDMembersIDResponse

func (*ClientWithResponses) DeleteTelegrafsIDOwnersIDWithResponse

func (c *ClientWithResponses) DeleteTelegrafsIDOwnersIDWithResponse(ctx context.Context, telegrafID string, userID string, params *DeleteTelegrafsIDOwnersIDParams) (*deleteTelegrafsIDOwnersIDResponse, error)

DeleteTelegrafsIDOwnersIDWithResponse request returning *DeleteTelegrafsIDOwnersIDResponse

func (*ClientWithResponses) DeleteTelegrafsIDWithResponse

func (c *ClientWithResponses) DeleteTelegrafsIDWithResponse(ctx context.Context, telegrafID string, params *DeleteTelegrafsIDParams) (*deleteTelegrafsIDResponse, error)

DeleteTelegrafsIDWithResponse request returning *DeleteTelegrafsIDResponse

func (*ClientWithResponses) DeleteUsersIDWithResponse

func (c *ClientWithResponses) DeleteUsersIDWithResponse(ctx context.Context, userID string, params *DeleteUsersIDParams) (*deleteUsersIDResponse, error)

DeleteUsersIDWithResponse request returning *DeleteUsersIDResponse

func (*ClientWithResponses) DeleteVariablesIDLabelsIDWithResponse

func (c *ClientWithResponses) DeleteVariablesIDLabelsIDWithResponse(ctx context.Context, variableID string, labelID string, params *DeleteVariablesIDLabelsIDParams) (*deleteVariablesIDLabelsIDResponse, error)

DeleteVariablesIDLabelsIDWithResponse request returning *DeleteVariablesIDLabelsIDResponse

func (*ClientWithResponses) DeleteVariablesIDWithResponse

func (c *ClientWithResponses) DeleteVariablesIDWithResponse(ctx context.Context, variableID string, params *DeleteVariablesIDParams) (*deleteVariablesIDResponse, error)

DeleteVariablesIDWithResponse request returning *DeleteVariablesIDResponse

func (*ClientWithResponses) ExportTemplateWithBodyWithResponse

func (c *ClientWithResponses) ExportTemplateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader) (*exportTemplateResponse, error)

ExportTemplateWithBodyWithResponse request with arbitrary body returning *ExportTemplateResponse

func (*ClientWithResponses) ExportTemplateWithResponse

func (c *ClientWithResponses) ExportTemplateWithResponse(ctx context.Context, body ExportTemplateJSONRequestBody) (*exportTemplateResponse, error)

func (*ClientWithResponses) GetAuthorizationsIDWithResponse

func (c *ClientWithResponses) GetAuthorizationsIDWithResponse(ctx context.Context, authID string, params *GetAuthorizationsIDParams) (*getAuthorizationsIDResponse, error)

GetAuthorizationsIDWithResponse request returning *GetAuthorizationsIDResponse

func (*ClientWithResponses) GetAuthorizationsWithResponse

func (c *ClientWithResponses) GetAuthorizationsWithResponse(ctx context.Context, params *GetAuthorizationsParams) (*getAuthorizationsResponse, error)

GetAuthorizationsWithResponse request returning *GetAuthorizationsResponse

func (*ClientWithResponses) GetBucketsIDLabelsWithResponse

func (c *ClientWithResponses) GetBucketsIDLabelsWithResponse(ctx context.Context, bucketID string, params *GetBucketsIDLabelsParams) (*getBucketsIDLabelsResponse, error)

GetBucketsIDLabelsWithResponse request returning *GetBucketsIDLabelsResponse

func (*ClientWithResponses) GetBucketsIDMembersWithResponse

func (c *ClientWithResponses) GetBucketsIDMembersWithResponse(ctx context.Context, bucketID string, params *GetBucketsIDMembersParams) (*getBucketsIDMembersResponse, error)

GetBucketsIDMembersWithResponse request returning *GetBucketsIDMembersResponse

func (*ClientWithResponses) GetBucketsIDOwnersWithResponse

func (c *ClientWithResponses) GetBucketsIDOwnersWithResponse(ctx context.Context, bucketID string, params *GetBucketsIDOwnersParams) (*getBucketsIDOwnersResponse, error)

GetBucketsIDOwnersWithResponse request returning *GetBucketsIDOwnersResponse

func (*ClientWithResponses) GetBucketsIDWithResponse

func (c *ClientWithResponses) GetBucketsIDWithResponse(ctx context.Context, bucketID string, params *GetBucketsIDParams) (*getBucketsIDResponse, error)

GetBucketsIDWithResponse request returning *GetBucketsIDResponse

func (*ClientWithResponses) GetBucketsWithResponse

func (c *ClientWithResponses) GetBucketsWithResponse(ctx context.Context, params *GetBucketsParams) (*getBucketsResponse, error)

GetBucketsWithResponse request returning *GetBucketsResponse

func (*ClientWithResponses) GetChecksIDLabelsWithResponse

func (c *ClientWithResponses) GetChecksIDLabelsWithResponse(ctx context.Context, checkID string, params *GetChecksIDLabelsParams) (*getChecksIDLabelsResponse, error)

GetChecksIDLabelsWithResponse request returning *GetChecksIDLabelsResponse

func (*ClientWithResponses) GetChecksIDQueryWithResponse

func (c *ClientWithResponses) GetChecksIDQueryWithResponse(ctx context.Context, checkID string, params *GetChecksIDQueryParams) (*getChecksIDQueryResponse, error)

GetChecksIDQueryWithResponse request returning *GetChecksIDQueryResponse

func (*ClientWithResponses) GetChecksIDWithResponse

func (c *ClientWithResponses) GetChecksIDWithResponse(ctx context.Context, checkID string, params *GetChecksIDParams) (*getChecksIDResponse, error)

GetChecksIDWithResponse request returning *GetChecksIDResponse

func (*ClientWithResponses) GetChecksWithResponse

func (c *ClientWithResponses) GetChecksWithResponse(ctx context.Context, params *GetChecksParams) (*getChecksResponse, error)

GetChecksWithResponse request returning *GetChecksResponse

func (*ClientWithResponses) GetDBRPsIDWithResponse

func (c *ClientWithResponses) GetDBRPsIDWithResponse(ctx context.Context, dbrpID string, params *GetDBRPsIDParams) (*getDBRPsIDResponse, error)

GetDBRPsIDWithResponse request returning *GetDBRPsIDResponse

func (*ClientWithResponses) GetDBRPsWithResponse

func (c *ClientWithResponses) GetDBRPsWithResponse(ctx context.Context, params *GetDBRPsParams) (*getDBRPsResponse, error)

GetDBRPsWithResponse request returning *GetDBRPsResponse

func (*ClientWithResponses) GetDashboardsIDCellsIDViewWithResponse

func (c *ClientWithResponses) GetDashboardsIDCellsIDViewWithResponse(ctx context.Context, dashboardID string, cellID string, params *GetDashboardsIDCellsIDViewParams) (*getDashboardsIDCellsIDViewResponse, error)

GetDashboardsIDCellsIDViewWithResponse request returning *GetDashboardsIDCellsIDViewResponse

func (*ClientWithResponses) GetDashboardsIDLabelsWithResponse

func (c *ClientWithResponses) GetDashboardsIDLabelsWithResponse(ctx context.Context, dashboardID string, params *GetDashboardsIDLabelsParams) (*getDashboardsIDLabelsResponse, error)

GetDashboardsIDLabelsWithResponse request returning *GetDashboardsIDLabelsResponse

func (*ClientWithResponses) GetDashboardsIDMembersWithResponse

func (c *ClientWithResponses) GetDashboardsIDMembersWithResponse(ctx context.Context, dashboardID string, params *GetDashboardsIDMembersParams) (*getDashboardsIDMembersResponse, error)

GetDashboardsIDMembersWithResponse request returning *GetDashboardsIDMembersResponse

func (*ClientWithResponses) GetDashboardsIDOwnersWithResponse

func (c *ClientWithResponses) GetDashboardsIDOwnersWithResponse(ctx context.Context, dashboardID string, params *GetDashboardsIDOwnersParams) (*getDashboardsIDOwnersResponse, error)

GetDashboardsIDOwnersWithResponse request returning *GetDashboardsIDOwnersResponse

func (*ClientWithResponses) GetDashboardsIDWithResponse

func (c *ClientWithResponses) GetDashboardsIDWithResponse(ctx context.Context, dashboardID string, params *GetDashboardsIDParams) (*getDashboardsIDResponse, error)

GetDashboardsIDWithResponse request returning *GetDashboardsIDResponse

func (*ClientWithResponses) GetDashboardsWithResponse

func (c *ClientWithResponses) GetDashboardsWithResponse(ctx context.Context, params *GetDashboardsParams) (*getDashboardsResponse, error)

GetDashboardsWithResponse request returning *GetDashboardsResponse

func (*ClientWithResponses) GetDocumentsTemplatesIDLabelsWithResponse

func (c *ClientWithResponses) GetDocumentsTemplatesIDLabelsWithResponse(ctx context.Context, templateID string, params *GetDocumentsTemplatesIDLabelsParams) (*getDocumentsTemplatesIDLabelsResponse, error)

GetDocumentsTemplatesIDLabelsWithResponse request returning *GetDocumentsTemplatesIDLabelsResponse

func (*ClientWithResponses) GetDocumentsTemplatesIDWithResponse

func (c *ClientWithResponses) GetDocumentsTemplatesIDWithResponse(ctx context.Context, templateID string, params *GetDocumentsTemplatesIDParams) (*getDocumentsTemplatesIDResponse, error)

GetDocumentsTemplatesIDWithResponse request returning *GetDocumentsTemplatesIDResponse

func (*ClientWithResponses) GetDocumentsTemplatesWithResponse

func (c *ClientWithResponses) GetDocumentsTemplatesWithResponse(ctx context.Context, params *GetDocumentsTemplatesParams) (*getDocumentsTemplatesResponse, error)

GetDocumentsTemplatesWithResponse request returning *GetDocumentsTemplatesResponse

func (*ClientWithResponses) GetFlagsWithResponse

func (c *ClientWithResponses) GetFlagsWithResponse(ctx context.Context, params *GetFlagsParams) (*getFlagsResponse, error)

GetFlagsWithResponse request returning *GetFlagsResponse

func (*ClientWithResponses) GetHealthWithResponse

func (c *ClientWithResponses) GetHealthWithResponse(ctx context.Context, params *GetHealthParams) (*getHealthResponse, error)

GetHealthWithResponse request returning *GetHealthResponse

func (*ClientWithResponses) GetLabelsIDWithResponse

func (c *ClientWithResponses) GetLabelsIDWithResponse(ctx context.Context, labelID string, params *GetLabelsIDParams) (*getLabelsIDResponse, error)

GetLabelsIDWithResponse request returning *GetLabelsIDResponse

func (*ClientWithResponses) GetLabelsWithResponse

func (c *ClientWithResponses) GetLabelsWithResponse(ctx context.Context, params *GetLabelsParams) (*getLabelsResponse, error)

GetLabelsWithResponse request returning *GetLabelsResponse

func (*ClientWithResponses) GetMeWithResponse

func (c *ClientWithResponses) GetMeWithResponse(ctx context.Context, params *GetMeParams) (*getMeResponse, error)

GetMeWithResponse request returning *GetMeResponse

func (*ClientWithResponses) GetNotificationEndpointsIDLabelsWithResponse

func (c *ClientWithResponses) GetNotificationEndpointsIDLabelsWithResponse(ctx context.Context, endpointID string, params *GetNotificationEndpointsIDLabelsParams) (*getNotificationEndpointsIDLabelsResponse, error)

GetNotificationEndpointsIDLabelsWithResponse request returning *GetNotificationEndpointsIDLabelsResponse

func (*ClientWithResponses) GetNotificationEndpointsIDWithResponse

func (c *ClientWithResponses) GetNotificationEndpointsIDWithResponse(ctx context.Context, endpointID string, params *GetNotificationEndpointsIDParams) (*getNotificationEndpointsIDResponse, error)

GetNotificationEndpointsIDWithResponse request returning *GetNotificationEndpointsIDResponse

func (*ClientWithResponses) GetNotificationEndpointsWithResponse

func (c *ClientWithResponses) GetNotificationEndpointsWithResponse(ctx context.Context, params *GetNotificationEndpointsParams) (*getNotificationEndpointsResponse, error)

GetNotificationEndpointsWithResponse request returning *GetNotificationEndpointsResponse

func (*ClientWithResponses) GetNotificationRulesIDLabelsWithResponse

func (c *ClientWithResponses) GetNotificationRulesIDLabelsWithResponse(ctx context.Context, ruleID string, params *GetNotificationRulesIDLabelsParams) (*getNotificationRulesIDLabelsResponse, error)

GetNotificationRulesIDLabelsWithResponse request returning *GetNotificationRulesIDLabelsResponse

func (*ClientWithResponses) GetNotificationRulesIDQueryWithResponse

func (c *ClientWithResponses) GetNotificationRulesIDQueryWithResponse(ctx context.Context, ruleID string, params *GetNotificationRulesIDQueryParams) (*getNotificationRulesIDQueryResponse, error)

GetNotificationRulesIDQueryWithResponse request returning *GetNotificationRulesIDQueryResponse

func (*ClientWithResponses) GetNotificationRulesIDWithResponse

func (c *ClientWithResponses) GetNotificationRulesIDWithResponse(ctx context.Context, ruleID string, params *GetNotificationRulesIDParams) (*getNotificationRulesIDResponse, error)

GetNotificationRulesIDWithResponse request returning *GetNotificationRulesIDResponse

func (*ClientWithResponses) GetNotificationRulesWithResponse

func (c *ClientWithResponses) GetNotificationRulesWithResponse(ctx context.Context, params *GetNotificationRulesParams) (*getNotificationRulesResponse, error)

GetNotificationRulesWithResponse request returning *GetNotificationRulesResponse

func (*ClientWithResponses) GetOrgsIDMembersWithResponse

func (c *ClientWithResponses) GetOrgsIDMembersWithResponse(ctx context.Context, orgID string, params *GetOrgsIDMembersParams) (*getOrgsIDMembersResponse, error)

GetOrgsIDMembersWithResponse request returning *GetOrgsIDMembersResponse

func (*ClientWithResponses) GetOrgsIDOwnersWithResponse

func (c *ClientWithResponses) GetOrgsIDOwnersWithResponse(ctx context.Context, orgID string, params *GetOrgsIDOwnersParams) (*getOrgsIDOwnersResponse, error)

GetOrgsIDOwnersWithResponse request returning *GetOrgsIDOwnersResponse

func (*ClientWithResponses) GetOrgsIDSecretsWithResponse

func (c *ClientWithResponses) GetOrgsIDSecretsWithResponse(ctx context.Context, orgID string, params *GetOrgsIDSecretsParams) (*getOrgsIDSecretsResponse, error)

GetOrgsIDSecretsWithResponse request returning *GetOrgsIDSecretsResponse

func (*ClientWithResponses) GetOrgsIDWithResponse

func (c *ClientWithResponses) GetOrgsIDWithResponse(ctx context.Context, orgID string, params *GetOrgsIDParams) (*getOrgsIDResponse, error)

GetOrgsIDWithResponse request returning *GetOrgsIDResponse

func (*ClientWithResponses) GetOrgsWithResponse

func (c *ClientWithResponses) GetOrgsWithResponse(ctx context.Context, params *GetOrgsParams) (*getOrgsResponse, error)

GetOrgsWithResponse request returning *GetOrgsResponse

func (*ClientWithResponses) GetQuerySuggestionsNameWithResponse

func (c *ClientWithResponses) GetQuerySuggestionsNameWithResponse(ctx context.Context, name string, params *GetQuerySuggestionsNameParams) (*getQuerySuggestionsNameResponse, error)

GetQuerySuggestionsNameWithResponse request returning *GetQuerySuggestionsNameResponse

func (*ClientWithResponses) GetQuerySuggestionsWithResponse

func (c *ClientWithResponses) GetQuerySuggestionsWithResponse(ctx context.Context, params *GetQuerySuggestionsParams) (*getQuerySuggestionsResponse, error)

GetQuerySuggestionsWithResponse request returning *GetQuerySuggestionsResponse

func (*ClientWithResponses) GetReadyWithResponse

func (c *ClientWithResponses) GetReadyWithResponse(ctx context.Context, params *GetReadyParams) (*getReadyResponse, error)

GetReadyWithResponse request returning *GetReadyResponse

func (*ClientWithResponses) GetRoutesWithResponse

func (c *ClientWithResponses) GetRoutesWithResponse(ctx context.Context, params *GetRoutesParams) (*getRoutesResponse, error)

GetRoutesWithResponse request returning *GetRoutesResponse

func (*ClientWithResponses) GetScrapersIDLabelsWithResponse

func (c *ClientWithResponses) GetScrapersIDLabelsWithResponse(ctx context.Context, scraperTargetID string, params *GetScrapersIDLabelsParams) (*getScrapersIDLabelsResponse, error)

GetScrapersIDLabelsWithResponse request returning *GetScrapersIDLabelsResponse

func (*ClientWithResponses) GetScrapersIDMembersWithResponse

func (c *ClientWithResponses) GetScrapersIDMembersWithResponse(ctx context.Context, scraperTargetID string, params *GetScrapersIDMembersParams) (*getScrapersIDMembersResponse, error)

GetScrapersIDMembersWithResponse request returning *GetScrapersIDMembersResponse

func (*ClientWithResponses) GetScrapersIDOwnersWithResponse

func (c *ClientWithResponses) GetScrapersIDOwnersWithResponse(ctx context.Context, scraperTargetID string, params *GetScrapersIDOwnersParams) (*getScrapersIDOwnersResponse, error)

GetScrapersIDOwnersWithResponse request returning *GetScrapersIDOwnersResponse

func (*ClientWithResponses) GetScrapersIDWithResponse

func (c *ClientWithResponses) GetScrapersIDWithResponse(ctx context.Context, scraperTargetID string, params *GetScrapersIDParams) (*getScrapersIDResponse, error)

GetScrapersIDWithResponse request returning *GetScrapersIDResponse

func (*ClientWithResponses) GetScrapersWithResponse

func (c *ClientWithResponses) GetScrapersWithResponse(ctx context.Context, params *GetScrapersParams) (*getScrapersResponse, error)

GetScrapersWithResponse request returning *GetScrapersResponse

func (*ClientWithResponses) GetSetupWithResponse

func (c *ClientWithResponses) GetSetupWithResponse(ctx context.Context, params *GetSetupParams) (*getSetupResponse, error)

GetSetupWithResponse request returning *GetSetupResponse

func (*ClientWithResponses) GetSourcesIDBucketsWithResponse

func (c *ClientWithResponses) GetSourcesIDBucketsWithResponse(ctx context.Context, sourceID string, params *GetSourcesIDBucketsParams) (*getSourcesIDBucketsResponse, error)

GetSourcesIDBucketsWithResponse request returning *GetSourcesIDBucketsResponse

func (*ClientWithResponses) GetSourcesIDHealthWithResponse

func (c *ClientWithResponses) GetSourcesIDHealthWithResponse(ctx context.Context, sourceID string, params *GetSourcesIDHealthParams) (*getSourcesIDHealthResponse, error)

GetSourcesIDHealthWithResponse request returning *GetSourcesIDHealthResponse

func (*ClientWithResponses) GetSourcesIDWithResponse

func (c *ClientWithResponses) GetSourcesIDWithResponse(ctx context.Context, sourceID string, params *GetSourcesIDParams) (*getSourcesIDResponse, error)

GetSourcesIDWithResponse request returning *GetSourcesIDResponse

func (*ClientWithResponses) GetSourcesWithResponse

func (c *ClientWithResponses) GetSourcesWithResponse(ctx context.Context, params *GetSourcesParams) (*getSourcesResponse, error)

GetSourcesWithResponse request returning *GetSourcesResponse

func (*ClientWithResponses) GetTasksIDLabelsWithResponse

func (c *ClientWithResponses) GetTasksIDLabelsWithResponse(ctx context.Context, taskID string, params *GetTasksIDLabelsParams) (*getTasksIDLabelsResponse, error)

GetTasksIDLabelsWithResponse request returning *GetTasksIDLabelsResponse

func (*ClientWithResponses) GetTasksIDLogsWithResponse

func (c *ClientWithResponses) GetTasksIDLogsWithResponse(ctx context.Context, taskID string, params *GetTasksIDLogsParams) (*getTasksIDLogsResponse, error)

GetTasksIDLogsWithResponse request returning *GetTasksIDLogsResponse

func (*ClientWithResponses) GetTasksIDMembersWithResponse

func (c *ClientWithResponses) GetTasksIDMembersWithResponse(ctx context.Context, taskID string, params *GetTasksIDMembersParams) (*getTasksIDMembersResponse, error)

GetTasksIDMembersWithResponse request returning *GetTasksIDMembersResponse

func (*ClientWithResponses) GetTasksIDOwnersWithResponse

func (c *ClientWithResponses) GetTasksIDOwnersWithResponse(ctx context.Context, taskID string, params *GetTasksIDOwnersParams) (*getTasksIDOwnersResponse, error)

GetTasksIDOwnersWithResponse request returning *GetTasksIDOwnersResponse

func (*ClientWithResponses) GetTasksIDRunsIDLogsWithResponse

func (c *ClientWithResponses) GetTasksIDRunsIDLogsWithResponse(ctx context.Context, taskID string, runID string, params *GetTasksIDRunsIDLogsParams) (*getTasksIDRunsIDLogsResponse, error)

GetTasksIDRunsIDLogsWithResponse request returning *GetTasksIDRunsIDLogsResponse

func (*ClientWithResponses) GetTasksIDRunsIDWithResponse

func (c *ClientWithResponses) GetTasksIDRunsIDWithResponse(ctx context.Context, taskID string, runID string, params *GetTasksIDRunsIDParams) (*getTasksIDRunsIDResponse, error)

GetTasksIDRunsIDWithResponse request returning *GetTasksIDRunsIDResponse

func (*ClientWithResponses) GetTasksIDRunsWithResponse

func (c *ClientWithResponses) GetTasksIDRunsWithResponse(ctx context.Context, taskID string, params *GetTasksIDRunsParams) (*getTasksIDRunsResponse, error)

GetTasksIDRunsWithResponse request returning *GetTasksIDRunsResponse

func (*ClientWithResponses) GetTasksIDWithResponse

func (c *ClientWithResponses) GetTasksIDWithResponse(ctx context.Context, taskID string, params *GetTasksIDParams) (*getTasksIDResponse, error)

GetTasksIDWithResponse request returning *GetTasksIDResponse

func (*ClientWithResponses) GetTasksWithResponse

func (c *ClientWithResponses) GetTasksWithResponse(ctx context.Context, params *GetTasksParams) (*getTasksResponse, error)

GetTasksWithResponse request returning *GetTasksResponse

func (*ClientWithResponses) GetTelegrafPluginsWithResponse

func (c *ClientWithResponses) GetTelegrafPluginsWithResponse(ctx context.Context, params *GetTelegrafPluginsParams) (*getTelegrafPluginsResponse, error)

GetTelegrafPluginsWithResponse request returning *GetTelegrafPluginsResponse

func (*ClientWithResponses) GetTelegrafsIDLabelsWithResponse

func (c *ClientWithResponses) GetTelegrafsIDLabelsWithResponse(ctx context.Context, telegrafID string, params *GetTelegrafsIDLabelsParams) (*getTelegrafsIDLabelsResponse, error)

GetTelegrafsIDLabelsWithResponse request returning *GetTelegrafsIDLabelsResponse

func (*ClientWithResponses) GetTelegrafsIDMembersWithResponse

func (c *ClientWithResponses) GetTelegrafsIDMembersWithResponse(ctx context.Context, telegrafID string, params *GetTelegrafsIDMembersParams) (*getTelegrafsIDMembersResponse, error)

GetTelegrafsIDMembersWithResponse request returning *GetTelegrafsIDMembersResponse

func (*ClientWithResponses) GetTelegrafsIDOwnersWithResponse

func (c *ClientWithResponses) GetTelegrafsIDOwnersWithResponse(ctx context.Context, telegrafID string, params *GetTelegrafsIDOwnersParams) (*getTelegrafsIDOwnersResponse, error)

GetTelegrafsIDOwnersWithResponse request returning *GetTelegrafsIDOwnersResponse

func (*ClientWithResponses) GetTelegrafsIDWithResponse

func (c *ClientWithResponses) GetTelegrafsIDWithResponse(ctx context.Context, telegrafID string, params *GetTelegrafsIDParams) (*getTelegrafsIDResponse, error)

GetTelegrafsIDWithResponse request returning *GetTelegrafsIDResponse

func (*ClientWithResponses) GetTelegrafsWithResponse

func (c *ClientWithResponses) GetTelegrafsWithResponse(ctx context.Context, params *GetTelegrafsParams) (*getTelegrafsResponse, error)

GetTelegrafsWithResponse request returning *GetTelegrafsResponse

func (*ClientWithResponses) GetUsersIDWithResponse

func (c *ClientWithResponses) GetUsersIDWithResponse(ctx context.Context, userID string, params *GetUsersIDParams) (*getUsersIDResponse, error)

GetUsersIDWithResponse request returning *GetUsersIDResponse

func (*ClientWithResponses) GetUsersWithResponse

func (c *ClientWithResponses) GetUsersWithResponse(ctx context.Context, params *GetUsersParams) (*getUsersResponse, error)

GetUsersWithResponse request returning *GetUsersResponse

func (*ClientWithResponses) GetVariablesIDLabelsWithResponse

func (c *ClientWithResponses) GetVariablesIDLabelsWithResponse(ctx context.Context, variableID string, params *GetVariablesIDLabelsParams) (*getVariablesIDLabelsResponse, error)

GetVariablesIDLabelsWithResponse request returning *GetVariablesIDLabelsResponse

func (*ClientWithResponses) GetVariablesIDWithResponse

func (c *ClientWithResponses) GetVariablesIDWithResponse(ctx context.Context, variableID string, params *GetVariablesIDParams) (*getVariablesIDResponse, error)

GetVariablesIDWithResponse request returning *GetVariablesIDResponse

func (*ClientWithResponses) GetVariablesWithResponse

func (c *ClientWithResponses) GetVariablesWithResponse(ctx context.Context, params *GetVariablesParams) (*getVariablesResponse, error)

GetVariablesWithResponse request returning *GetVariablesResponse

func (*ClientWithResponses) ListStacksWithResponse

func (c *ClientWithResponses) ListStacksWithResponse(ctx context.Context, params *ListStacksParams) (*listStacksResponse, error)

ListStacksWithResponse request returning *ListStacksResponse

func (*ClientWithResponses) PatchAuthorizationsIDWithBodyWithResponse

func (c *ClientWithResponses) PatchAuthorizationsIDWithBodyWithResponse(ctx context.Context, authID string, params *PatchAuthorizationsIDParams, contentType string, body io.Reader) (*patchAuthorizationsIDResponse, error)

PatchAuthorizationsIDWithBodyWithResponse request with arbitrary body returning *PatchAuthorizationsIDResponse

func (*ClientWithResponses) PatchAuthorizationsIDWithResponse

func (c *ClientWithResponses) PatchAuthorizationsIDWithResponse(ctx context.Context, authID string, params *PatchAuthorizationsIDParams, body PatchAuthorizationsIDJSONRequestBody) (*patchAuthorizationsIDResponse, error)

func (*ClientWithResponses) PatchBucketsIDWithBodyWithResponse

func (c *ClientWithResponses) PatchBucketsIDWithBodyWithResponse(ctx context.Context, bucketID string, params *PatchBucketsIDParams, contentType string, body io.Reader) (*patchBucketsIDResponse, error)

PatchBucketsIDWithBodyWithResponse request with arbitrary body returning *PatchBucketsIDResponse

func (*ClientWithResponses) PatchBucketsIDWithResponse

func (c *ClientWithResponses) PatchBucketsIDWithResponse(ctx context.Context, bucketID string, params *PatchBucketsIDParams, body PatchBucketsIDJSONRequestBody) (*patchBucketsIDResponse, error)

func (*ClientWithResponses) PatchChecksIDWithBodyWithResponse

func (c *ClientWithResponses) PatchChecksIDWithBodyWithResponse(ctx context.Context, checkID string, params *PatchChecksIDParams, contentType string, body io.Reader) (*patchChecksIDResponse, error)

PatchChecksIDWithBodyWithResponse request with arbitrary body returning *PatchChecksIDResponse

func (*ClientWithResponses) PatchChecksIDWithResponse

func (c *ClientWithResponses) PatchChecksIDWithResponse(ctx context.Context, checkID string, params *PatchChecksIDParams, body PatchChecksIDJSONRequestBody) (*patchChecksIDResponse, error)

func (*ClientWithResponses) PatchDBRPIDWithBodyWithResponse

func (c *ClientWithResponses) PatchDBRPIDWithBodyWithResponse(ctx context.Context, dbrpID string, params *PatchDBRPIDParams, contentType string, body io.Reader) (*patchDBRPIDResponse, error)

PatchDBRPIDWithBodyWithResponse request with arbitrary body returning *PatchDBRPIDResponse

func (*ClientWithResponses) PatchDBRPIDWithResponse

func (c *ClientWithResponses) PatchDBRPIDWithResponse(ctx context.Context, dbrpID string, params *PatchDBRPIDParams, body PatchDBRPIDJSONRequestBody) (*patchDBRPIDResponse, error)

func (*ClientWithResponses) PatchDashboardsIDCellsIDViewWithBodyWithResponse

func (c *ClientWithResponses) PatchDashboardsIDCellsIDViewWithBodyWithResponse(ctx context.Context, dashboardID string, cellID string, params *PatchDashboardsIDCellsIDViewParams, contentType string, body io.Reader) (*patchDashboardsIDCellsIDViewResponse, error)

PatchDashboardsIDCellsIDViewWithBodyWithResponse request with arbitrary body returning *PatchDashboardsIDCellsIDViewResponse

func (*ClientWithResponses) PatchDashboardsIDCellsIDViewWithResponse

func (c *ClientWithResponses) PatchDashboardsIDCellsIDViewWithResponse(ctx context.Context, dashboardID string, cellID string, params *PatchDashboardsIDCellsIDViewParams, body PatchDashboardsIDCellsIDViewJSONRequestBody) (*patchDashboardsIDCellsIDViewResponse, error)

func (*ClientWithResponses) PatchDashboardsIDCellsIDWithBodyWithResponse

func (c *ClientWithResponses) PatchDashboardsIDCellsIDWithBodyWithResponse(ctx context.Context, dashboardID string, cellID string, params *PatchDashboardsIDCellsIDParams, contentType string, body io.Reader) (*patchDashboardsIDCellsIDResponse, error)

PatchDashboardsIDCellsIDWithBodyWithResponse request with arbitrary body returning *PatchDashboardsIDCellsIDResponse

func (*ClientWithResponses) PatchDashboardsIDCellsIDWithResponse

func (c *ClientWithResponses) PatchDashboardsIDCellsIDWithResponse(ctx context.Context, dashboardID string, cellID string, params *PatchDashboardsIDCellsIDParams, body PatchDashboardsIDCellsIDJSONRequestBody) (*patchDashboardsIDCellsIDResponse, error)

func (*ClientWithResponses) PatchDashboardsIDWithBodyWithResponse

func (c *ClientWithResponses) PatchDashboardsIDWithBodyWithResponse(ctx context.Context, dashboardID string, params *PatchDashboardsIDParams, contentType string, body io.Reader) (*patchDashboardsIDResponse, error)

PatchDashboardsIDWithBodyWithResponse request with arbitrary body returning *PatchDashboardsIDResponse

func (*ClientWithResponses) PatchDashboardsIDWithResponse

func (c *ClientWithResponses) PatchDashboardsIDWithResponse(ctx context.Context, dashboardID string, params *PatchDashboardsIDParams, body PatchDashboardsIDJSONRequestBody) (*patchDashboardsIDResponse, error)

func (*ClientWithResponses) PatchLabelsIDWithBodyWithResponse

func (c *ClientWithResponses) PatchLabelsIDWithBodyWithResponse(ctx context.Context, labelID string, params *PatchLabelsIDParams, contentType string, body io.Reader) (*patchLabelsIDResponse, error)

PatchLabelsIDWithBodyWithResponse request with arbitrary body returning *PatchLabelsIDResponse

func (*ClientWithResponses) PatchLabelsIDWithResponse

func (c *ClientWithResponses) PatchLabelsIDWithResponse(ctx context.Context, labelID string, params *PatchLabelsIDParams, body PatchLabelsIDJSONRequestBody) (*patchLabelsIDResponse, error)

func (*ClientWithResponses) PatchNotificationEndpointsIDWithBodyWithResponse

func (c *ClientWithResponses) PatchNotificationEndpointsIDWithBodyWithResponse(ctx context.Context, endpointID string, params *PatchNotificationEndpointsIDParams, contentType string, body io.Reader) (*patchNotificationEndpointsIDResponse, error)

PatchNotificationEndpointsIDWithBodyWithResponse request with arbitrary body returning *PatchNotificationEndpointsIDResponse

func (*ClientWithResponses) PatchNotificationEndpointsIDWithResponse

func (c *ClientWithResponses) PatchNotificationEndpointsIDWithResponse(ctx context.Context, endpointID string, params *PatchNotificationEndpointsIDParams, body PatchNotificationEndpointsIDJSONRequestBody) (*patchNotificationEndpointsIDResponse, error)

func (*ClientWithResponses) PatchNotificationRulesIDWithBodyWithResponse

func (c *ClientWithResponses) PatchNotificationRulesIDWithBodyWithResponse(ctx context.Context, ruleID string, params *PatchNotificationRulesIDParams, contentType string, body io.Reader) (*patchNotificationRulesIDResponse, error)

PatchNotificationRulesIDWithBodyWithResponse request with arbitrary body returning *PatchNotificationRulesIDResponse

func (*ClientWithResponses) PatchNotificationRulesIDWithResponse

func (c *ClientWithResponses) PatchNotificationRulesIDWithResponse(ctx context.Context, ruleID string, params *PatchNotificationRulesIDParams, body PatchNotificationRulesIDJSONRequestBody) (*patchNotificationRulesIDResponse, error)

func (*ClientWithResponses) PatchOrgsIDSecretsWithBodyWithResponse

func (c *ClientWithResponses) PatchOrgsIDSecretsWithBodyWithResponse(ctx context.Context, orgID string, params *PatchOrgsIDSecretsParams, contentType string, body io.Reader) (*patchOrgsIDSecretsResponse, error)

PatchOrgsIDSecretsWithBodyWithResponse request with arbitrary body returning *PatchOrgsIDSecretsResponse

func (*ClientWithResponses) PatchOrgsIDSecretsWithResponse

func (c *ClientWithResponses) PatchOrgsIDSecretsWithResponse(ctx context.Context, orgID string, params *PatchOrgsIDSecretsParams, body PatchOrgsIDSecretsJSONRequestBody) (*patchOrgsIDSecretsResponse, error)

func (*ClientWithResponses) PatchOrgsIDWithBodyWithResponse

func (c *ClientWithResponses) PatchOrgsIDWithBodyWithResponse(ctx context.Context, orgID string, params *PatchOrgsIDParams, contentType string, body io.Reader) (*patchOrgsIDResponse, error)

PatchOrgsIDWithBodyWithResponse request with arbitrary body returning *PatchOrgsIDResponse

func (*ClientWithResponses) PatchOrgsIDWithResponse

func (c *ClientWithResponses) PatchOrgsIDWithResponse(ctx context.Context, orgID string, params *PatchOrgsIDParams, body PatchOrgsIDJSONRequestBody) (*patchOrgsIDResponse, error)

func (*ClientWithResponses) PatchScrapersIDLabelsIDWithBodyWithResponse

func (c *ClientWithResponses) PatchScrapersIDLabelsIDWithBodyWithResponse(ctx context.Context, scraperTargetID string, labelID string, params *PatchScrapersIDLabelsIDParams, contentType string, body io.Reader) (*patchScrapersIDLabelsIDResponse, error)

PatchScrapersIDLabelsIDWithBodyWithResponse request with arbitrary body returning *PatchScrapersIDLabelsIDResponse

func (*ClientWithResponses) PatchScrapersIDLabelsIDWithResponse

func (c *ClientWithResponses) PatchScrapersIDLabelsIDWithResponse(ctx context.Context, scraperTargetID string, labelID string, params *PatchScrapersIDLabelsIDParams, body PatchScrapersIDLabelsIDJSONRequestBody) (*patchScrapersIDLabelsIDResponse, error)

func (*ClientWithResponses) PatchScrapersIDWithBodyWithResponse

func (c *ClientWithResponses) PatchScrapersIDWithBodyWithResponse(ctx context.Context, scraperTargetID string, params *PatchScrapersIDParams, contentType string, body io.Reader) (*patchScrapersIDResponse, error)

PatchScrapersIDWithBodyWithResponse request with arbitrary body returning *PatchScrapersIDResponse

func (*ClientWithResponses) PatchScrapersIDWithResponse

func (c *ClientWithResponses) PatchScrapersIDWithResponse(ctx context.Context, scraperTargetID string, params *PatchScrapersIDParams, body PatchScrapersIDJSONRequestBody) (*patchScrapersIDResponse, error)

func (*ClientWithResponses) PatchSourcesIDWithBodyWithResponse

func (c *ClientWithResponses) PatchSourcesIDWithBodyWithResponse(ctx context.Context, sourceID string, params *PatchSourcesIDParams, contentType string, body io.Reader) (*patchSourcesIDResponse, error)

PatchSourcesIDWithBodyWithResponse request with arbitrary body returning *PatchSourcesIDResponse

func (*ClientWithResponses) PatchSourcesIDWithResponse

func (c *ClientWithResponses) PatchSourcesIDWithResponse(ctx context.Context, sourceID string, params *PatchSourcesIDParams, body PatchSourcesIDJSONRequestBody) (*patchSourcesIDResponse, error)

func (*ClientWithResponses) PatchTasksIDWithBodyWithResponse

func (c *ClientWithResponses) PatchTasksIDWithBodyWithResponse(ctx context.Context, taskID string, params *PatchTasksIDParams, contentType string, body io.Reader) (*patchTasksIDResponse, error)

PatchTasksIDWithBodyWithResponse request with arbitrary body returning *PatchTasksIDResponse

func (*ClientWithResponses) PatchTasksIDWithResponse

func (c *ClientWithResponses) PatchTasksIDWithResponse(ctx context.Context, taskID string, params *PatchTasksIDParams, body PatchTasksIDJSONRequestBody) (*patchTasksIDResponse, error)

func (*ClientWithResponses) PatchUsersIDWithBodyWithResponse

func (c *ClientWithResponses) PatchUsersIDWithBodyWithResponse(ctx context.Context, userID string, params *PatchUsersIDParams, contentType string, body io.Reader) (*patchUsersIDResponse, error)

PatchUsersIDWithBodyWithResponse request with arbitrary body returning *PatchUsersIDResponse

func (*ClientWithResponses) PatchUsersIDWithResponse

func (c *ClientWithResponses) PatchUsersIDWithResponse(ctx context.Context, userID string, params *PatchUsersIDParams, body PatchUsersIDJSONRequestBody) (*patchUsersIDResponse, error)

func (*ClientWithResponses) PatchVariablesIDWithBodyWithResponse

func (c *ClientWithResponses) PatchVariablesIDWithBodyWithResponse(ctx context.Context, variableID string, params *PatchVariablesIDParams, contentType string, body io.Reader) (*patchVariablesIDResponse, error)

PatchVariablesIDWithBodyWithResponse request with arbitrary body returning *PatchVariablesIDResponse

func (*ClientWithResponses) PatchVariablesIDWithResponse

func (c *ClientWithResponses) PatchVariablesIDWithResponse(ctx context.Context, variableID string, params *PatchVariablesIDParams, body PatchVariablesIDJSONRequestBody) (*patchVariablesIDResponse, error)

func (*ClientWithResponses) PostAuthorizationsWithBodyWithResponse

func (c *ClientWithResponses) PostAuthorizationsWithBodyWithResponse(ctx context.Context, params *PostAuthorizationsParams, contentType string, body io.Reader) (*postAuthorizationsResponse, error)

PostAuthorizationsWithBodyWithResponse request with arbitrary body returning *PostAuthorizationsResponse

func (*ClientWithResponses) PostAuthorizationsWithResponse

func (c *ClientWithResponses) PostAuthorizationsWithResponse(ctx context.Context, params *PostAuthorizationsParams, body PostAuthorizationsJSONRequestBody) (*postAuthorizationsResponse, error)

func (*ClientWithResponses) PostBucketsIDLabelsWithBodyWithResponse

func (c *ClientWithResponses) PostBucketsIDLabelsWithBodyWithResponse(ctx context.Context, bucketID string, params *PostBucketsIDLabelsParams, contentType string, body io.Reader) (*postBucketsIDLabelsResponse, error)

PostBucketsIDLabelsWithBodyWithResponse request with arbitrary body returning *PostBucketsIDLabelsResponse

func (*ClientWithResponses) PostBucketsIDLabelsWithResponse

func (c *ClientWithResponses) PostBucketsIDLabelsWithResponse(ctx context.Context, bucketID string, params *PostBucketsIDLabelsParams, body PostBucketsIDLabelsJSONRequestBody) (*postBucketsIDLabelsResponse, error)

func (*ClientWithResponses) PostBucketsIDMembersWithBodyWithResponse

func (c *ClientWithResponses) PostBucketsIDMembersWithBodyWithResponse(ctx context.Context, bucketID string, params *PostBucketsIDMembersParams, contentType string, body io.Reader) (*postBucketsIDMembersResponse, error)

PostBucketsIDMembersWithBodyWithResponse request with arbitrary body returning *PostBucketsIDMembersResponse

func (*ClientWithResponses) PostBucketsIDMembersWithResponse

func (c *ClientWithResponses) PostBucketsIDMembersWithResponse(ctx context.Context, bucketID string, params *PostBucketsIDMembersParams, body PostBucketsIDMembersJSONRequestBody) (*postBucketsIDMembersResponse, error)

func (*ClientWithResponses) PostBucketsIDOwnersWithBodyWithResponse

func (c *ClientWithResponses) PostBucketsIDOwnersWithBodyWithResponse(ctx context.Context, bucketID string, params *PostBucketsIDOwnersParams, contentType string, body io.Reader) (*postBucketsIDOwnersResponse, error)

PostBucketsIDOwnersWithBodyWithResponse request with arbitrary body returning *PostBucketsIDOwnersResponse

func (*ClientWithResponses) PostBucketsIDOwnersWithResponse

func (c *ClientWithResponses) PostBucketsIDOwnersWithResponse(ctx context.Context, bucketID string, params *PostBucketsIDOwnersParams, body PostBucketsIDOwnersJSONRequestBody) (*postBucketsIDOwnersResponse, error)

func (*ClientWithResponses) PostBucketsWithBodyWithResponse

func (c *ClientWithResponses) PostBucketsWithBodyWithResponse(ctx context.Context, params *PostBucketsParams, contentType string, body io.Reader) (*postBucketsResponse, error)

PostBucketsWithBodyWithResponse request with arbitrary body returning *PostBucketsResponse

func (*ClientWithResponses) PostBucketsWithResponse

func (c *ClientWithResponses) PostBucketsWithResponse(ctx context.Context, params *PostBucketsParams, body PostBucketsJSONRequestBody) (*postBucketsResponse, error)

func (*ClientWithResponses) PostChecksIDLabelsWithBodyWithResponse

func (c *ClientWithResponses) PostChecksIDLabelsWithBodyWithResponse(ctx context.Context, checkID string, params *PostChecksIDLabelsParams, contentType string, body io.Reader) (*postChecksIDLabelsResponse, error)

PostChecksIDLabelsWithBodyWithResponse request with arbitrary body returning *PostChecksIDLabelsResponse

func (*ClientWithResponses) PostChecksIDLabelsWithResponse

func (c *ClientWithResponses) PostChecksIDLabelsWithResponse(ctx context.Context, checkID string, params *PostChecksIDLabelsParams, body PostChecksIDLabelsJSONRequestBody) (*postChecksIDLabelsResponse, error)

func (*ClientWithResponses) PostDBRPWithBodyWithResponse

func (c *ClientWithResponses) PostDBRPWithBodyWithResponse(ctx context.Context, params *PostDBRPParams, contentType string, body io.Reader) (*postDBRPResponse, error)

PostDBRPWithBodyWithResponse request with arbitrary body returning *PostDBRPResponse

func (*ClientWithResponses) PostDBRPWithResponse

func (c *ClientWithResponses) PostDBRPWithResponse(ctx context.Context, params *PostDBRPParams, body PostDBRPJSONRequestBody) (*postDBRPResponse, error)

func (*ClientWithResponses) PostDashboardsIDCellsWithBodyWithResponse

func (c *ClientWithResponses) PostDashboardsIDCellsWithBodyWithResponse(ctx context.Context, dashboardID string, params *PostDashboardsIDCellsParams, contentType string, body io.Reader) (*postDashboardsIDCellsResponse, error)

PostDashboardsIDCellsWithBodyWithResponse request with arbitrary body returning *PostDashboardsIDCellsResponse

func (*ClientWithResponses) PostDashboardsIDCellsWithResponse

func (c *ClientWithResponses) PostDashboardsIDCellsWithResponse(ctx context.Context, dashboardID string, params *PostDashboardsIDCellsParams, body PostDashboardsIDCellsJSONRequestBody) (*postDashboardsIDCellsResponse, error)

func (*ClientWithResponses) PostDashboardsIDLabelsWithBodyWithResponse

func (c *ClientWithResponses) PostDashboardsIDLabelsWithBodyWithResponse(ctx context.Context, dashboardID string, params *PostDashboardsIDLabelsParams, contentType string, body io.Reader) (*postDashboardsIDLabelsResponse, error)

PostDashboardsIDLabelsWithBodyWithResponse request with arbitrary body returning *PostDashboardsIDLabelsResponse

func (*ClientWithResponses) PostDashboardsIDLabelsWithResponse

func (c *ClientWithResponses) PostDashboardsIDLabelsWithResponse(ctx context.Context, dashboardID string, params *PostDashboardsIDLabelsParams, body PostDashboardsIDLabelsJSONRequestBody) (*postDashboardsIDLabelsResponse, error)

func (*ClientWithResponses) PostDashboardsIDMembersWithBodyWithResponse

func (c *ClientWithResponses) PostDashboardsIDMembersWithBodyWithResponse(ctx context.Context, dashboardID string, params *PostDashboardsIDMembersParams, contentType string, body io.Reader) (*postDashboardsIDMembersResponse, error)

PostDashboardsIDMembersWithBodyWithResponse request with arbitrary body returning *PostDashboardsIDMembersResponse

func (*ClientWithResponses) PostDashboardsIDMembersWithResponse

func (c *ClientWithResponses) PostDashboardsIDMembersWithResponse(ctx context.Context, dashboardID string, params *PostDashboardsIDMembersParams, body PostDashboardsIDMembersJSONRequestBody) (*postDashboardsIDMembersResponse, error)

func (*ClientWithResponses) PostDashboardsIDOwnersWithBodyWithResponse

func (c *ClientWithResponses) PostDashboardsIDOwnersWithBodyWithResponse(ctx context.Context, dashboardID string, params *PostDashboardsIDOwnersParams, contentType string, body io.Reader) (*postDashboardsIDOwnersResponse, error)

PostDashboardsIDOwnersWithBodyWithResponse request with arbitrary body returning *PostDashboardsIDOwnersResponse

func (*ClientWithResponses) PostDashboardsIDOwnersWithResponse

func (c *ClientWithResponses) PostDashboardsIDOwnersWithResponse(ctx context.Context, dashboardID string, params *PostDashboardsIDOwnersParams, body PostDashboardsIDOwnersJSONRequestBody) (*postDashboardsIDOwnersResponse, error)

func (*ClientWithResponses) PostDashboardsWithBodyWithResponse

func (c *ClientWithResponses) PostDashboardsWithBodyWithResponse(ctx context.Context, params *PostDashboardsParams, contentType string, body io.Reader) (*postDashboardsResponse, error)

PostDashboardsWithBodyWithResponse request with arbitrary body returning *PostDashboardsResponse

func (*ClientWithResponses) PostDashboardsWithResponse

func (c *ClientWithResponses) PostDashboardsWithResponse(ctx context.Context, params *PostDashboardsParams, body PostDashboardsJSONRequestBody) (*postDashboardsResponse, error)

func (*ClientWithResponses) PostDeleteWithBodyWithResponse

func (c *ClientWithResponses) PostDeleteWithBodyWithResponse(ctx context.Context, params *PostDeleteParams, contentType string, body io.Reader) (*postDeleteResponse, error)

PostDeleteWithBodyWithResponse request with arbitrary body returning *PostDeleteResponse

func (*ClientWithResponses) PostDeleteWithResponse

func (c *ClientWithResponses) PostDeleteWithResponse(ctx context.Context, params *PostDeleteParams, body PostDeleteJSONRequestBody) (*postDeleteResponse, error)

func (*ClientWithResponses) PostDocumentsTemplatesIDLabelsWithBodyWithResponse

func (c *ClientWithResponses) PostDocumentsTemplatesIDLabelsWithBodyWithResponse(ctx context.Context, templateID string, params *PostDocumentsTemplatesIDLabelsParams, contentType string, body io.Reader) (*postDocumentsTemplatesIDLabelsResponse, error)

PostDocumentsTemplatesIDLabelsWithBodyWithResponse request with arbitrary body returning *PostDocumentsTemplatesIDLabelsResponse

func (*ClientWithResponses) PostDocumentsTemplatesIDLabelsWithResponse

func (c *ClientWithResponses) PostDocumentsTemplatesIDLabelsWithResponse(ctx context.Context, templateID string, params *PostDocumentsTemplatesIDLabelsParams, body PostDocumentsTemplatesIDLabelsJSONRequestBody) (*postDocumentsTemplatesIDLabelsResponse, error)

func (*ClientWithResponses) PostDocumentsTemplatesWithBodyWithResponse

func (c *ClientWithResponses) PostDocumentsTemplatesWithBodyWithResponse(ctx context.Context, params *PostDocumentsTemplatesParams, contentType string, body io.Reader) (*postDocumentsTemplatesResponse, error)

PostDocumentsTemplatesWithBodyWithResponse request with arbitrary body returning *PostDocumentsTemplatesResponse

func (*ClientWithResponses) PostDocumentsTemplatesWithResponse

func (c *ClientWithResponses) PostDocumentsTemplatesWithResponse(ctx context.Context, params *PostDocumentsTemplatesParams, body PostDocumentsTemplatesJSONRequestBody) (*postDocumentsTemplatesResponse, error)

func (*ClientWithResponses) PostLabelsWithBodyWithResponse

func (c *ClientWithResponses) PostLabelsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader) (*postLabelsResponse, error)

PostLabelsWithBodyWithResponse request with arbitrary body returning *PostLabelsResponse

func (*ClientWithResponses) PostLabelsWithResponse

func (c *ClientWithResponses) PostLabelsWithResponse(ctx context.Context, body PostLabelsJSONRequestBody) (*postLabelsResponse, error)

func (*ClientWithResponses) PostNotificationEndpointIDLabelsWithBodyWithResponse

func (c *ClientWithResponses) PostNotificationEndpointIDLabelsWithBodyWithResponse(ctx context.Context, endpointID string, params *PostNotificationEndpointIDLabelsParams, contentType string, body io.Reader) (*postNotificationEndpointIDLabelsResponse, error)

PostNotificationEndpointIDLabelsWithBodyWithResponse request with arbitrary body returning *PostNotificationEndpointIDLabelsResponse

func (*ClientWithResponses) PostNotificationEndpointIDLabelsWithResponse

func (c *ClientWithResponses) PostNotificationEndpointIDLabelsWithResponse(ctx context.Context, endpointID string, params *PostNotificationEndpointIDLabelsParams, body PostNotificationEndpointIDLabelsJSONRequestBody) (*postNotificationEndpointIDLabelsResponse, error)

func (*ClientWithResponses) PostNotificationRuleIDLabelsWithBodyWithResponse

func (c *ClientWithResponses) PostNotificationRuleIDLabelsWithBodyWithResponse(ctx context.Context, ruleID string, params *PostNotificationRuleIDLabelsParams, contentType string, body io.Reader) (*postNotificationRuleIDLabelsResponse, error)

PostNotificationRuleIDLabelsWithBodyWithResponse request with arbitrary body returning *PostNotificationRuleIDLabelsResponse

func (*ClientWithResponses) PostNotificationRuleIDLabelsWithResponse

func (c *ClientWithResponses) PostNotificationRuleIDLabelsWithResponse(ctx context.Context, ruleID string, params *PostNotificationRuleIDLabelsParams, body PostNotificationRuleIDLabelsJSONRequestBody) (*postNotificationRuleIDLabelsResponse, error)

func (*ClientWithResponses) PostOrgsIDMembersWithBodyWithResponse

func (c *ClientWithResponses) PostOrgsIDMembersWithBodyWithResponse(ctx context.Context, orgID string, params *PostOrgsIDMembersParams, contentType string, body io.Reader) (*postOrgsIDMembersResponse, error)

PostOrgsIDMembersWithBodyWithResponse request with arbitrary body returning *PostOrgsIDMembersResponse

func (*ClientWithResponses) PostOrgsIDMembersWithResponse

func (c *ClientWithResponses) PostOrgsIDMembersWithResponse(ctx context.Context, orgID string, params *PostOrgsIDMembersParams, body PostOrgsIDMembersJSONRequestBody) (*postOrgsIDMembersResponse, error)

func (*ClientWithResponses) PostOrgsIDOwnersWithBodyWithResponse

func (c *ClientWithResponses) PostOrgsIDOwnersWithBodyWithResponse(ctx context.Context, orgID string, params *PostOrgsIDOwnersParams, contentType string, body io.Reader) (*postOrgsIDOwnersResponse, error)

PostOrgsIDOwnersWithBodyWithResponse request with arbitrary body returning *PostOrgsIDOwnersResponse

func (*ClientWithResponses) PostOrgsIDOwnersWithResponse

func (c *ClientWithResponses) PostOrgsIDOwnersWithResponse(ctx context.Context, orgID string, params *PostOrgsIDOwnersParams, body PostOrgsIDOwnersJSONRequestBody) (*postOrgsIDOwnersResponse, error)

func (*ClientWithResponses) PostOrgsIDSecretsWithBodyWithResponse

func (c *ClientWithResponses) PostOrgsIDSecretsWithBodyWithResponse(ctx context.Context, orgID string, params *PostOrgsIDSecretsParams, contentType string, body io.Reader) (*postOrgsIDSecretsResponse, error)

PostOrgsIDSecretsWithBodyWithResponse request with arbitrary body returning *PostOrgsIDSecretsResponse

func (*ClientWithResponses) PostOrgsIDSecretsWithResponse

func (c *ClientWithResponses) PostOrgsIDSecretsWithResponse(ctx context.Context, orgID string, params *PostOrgsIDSecretsParams, body PostOrgsIDSecretsJSONRequestBody) (*postOrgsIDSecretsResponse, error)

func (*ClientWithResponses) PostOrgsWithBodyWithResponse

func (c *ClientWithResponses) PostOrgsWithBodyWithResponse(ctx context.Context, params *PostOrgsParams, contentType string, body io.Reader) (*postOrgsResponse, error)

PostOrgsWithBodyWithResponse request with arbitrary body returning *PostOrgsResponse

func (*ClientWithResponses) PostOrgsWithResponse

func (c *ClientWithResponses) PostOrgsWithResponse(ctx context.Context, params *PostOrgsParams, body PostOrgsJSONRequestBody) (*postOrgsResponse, error)

func (*ClientWithResponses) PostQueryAnalyzeWithBodyWithResponse

func (c *ClientWithResponses) PostQueryAnalyzeWithBodyWithResponse(ctx context.Context, params *PostQueryAnalyzeParams, contentType string, body io.Reader) (*postQueryAnalyzeResponse, error)

PostQueryAnalyzeWithBodyWithResponse request with arbitrary body returning *PostQueryAnalyzeResponse

func (*ClientWithResponses) PostQueryAnalyzeWithResponse

func (c *ClientWithResponses) PostQueryAnalyzeWithResponse(ctx context.Context, params *PostQueryAnalyzeParams, body PostQueryAnalyzeJSONRequestBody) (*postQueryAnalyzeResponse, error)

func (*ClientWithResponses) PostQueryAstWithBodyWithResponse

func (c *ClientWithResponses) PostQueryAstWithBodyWithResponse(ctx context.Context, params *PostQueryAstParams, contentType string, body io.Reader) (*postQueryAstResponse, error)

PostQueryAstWithBodyWithResponse request with arbitrary body returning *PostQueryAstResponse

func (*ClientWithResponses) PostQueryAstWithResponse

func (c *ClientWithResponses) PostQueryAstWithResponse(ctx context.Context, params *PostQueryAstParams, body PostQueryAstJSONRequestBody) (*postQueryAstResponse, error)

func (*ClientWithResponses) PostQueryWithBodyWithResponse

func (c *ClientWithResponses) PostQueryWithBodyWithResponse(ctx context.Context, params *PostQueryParams, contentType string, body io.Reader) (*postQueryResponse, error)

PostQueryWithBodyWithResponse request with arbitrary body returning *PostQueryResponse

func (*ClientWithResponses) PostQueryWithResponse

func (c *ClientWithResponses) PostQueryWithResponse(ctx context.Context, params *PostQueryParams, body PostQueryJSONRequestBody) (*postQueryResponse, error)

func (*ClientWithResponses) PostScrapersIDLabelsWithBodyWithResponse

func (c *ClientWithResponses) PostScrapersIDLabelsWithBodyWithResponse(ctx context.Context, scraperTargetID string, params *PostScrapersIDLabelsParams, contentType string, body io.Reader) (*postScrapersIDLabelsResponse, error)

PostScrapersIDLabelsWithBodyWithResponse request with arbitrary body returning *PostScrapersIDLabelsResponse

func (*ClientWithResponses) PostScrapersIDLabelsWithResponse

func (c *ClientWithResponses) PostScrapersIDLabelsWithResponse(ctx context.Context, scraperTargetID string, params *PostScrapersIDLabelsParams, body PostScrapersIDLabelsJSONRequestBody) (*postScrapersIDLabelsResponse, error)

func (*ClientWithResponses) PostScrapersIDMembersWithBodyWithResponse

func (c *ClientWithResponses) PostScrapersIDMembersWithBodyWithResponse(ctx context.Context, scraperTargetID string, params *PostScrapersIDMembersParams, contentType string, body io.Reader) (*postScrapersIDMembersResponse, error)

PostScrapersIDMembersWithBodyWithResponse request with arbitrary body returning *PostScrapersIDMembersResponse

func (*ClientWithResponses) PostScrapersIDMembersWithResponse

func (c *ClientWithResponses) PostScrapersIDMembersWithResponse(ctx context.Context, scraperTargetID string, params *PostScrapersIDMembersParams, body PostScrapersIDMembersJSONRequestBody) (*postScrapersIDMembersResponse, error)

func (*ClientWithResponses) PostScrapersIDOwnersWithBodyWithResponse

func (c *ClientWithResponses) PostScrapersIDOwnersWithBodyWithResponse(ctx context.Context, scraperTargetID string, params *PostScrapersIDOwnersParams, contentType string, body io.Reader) (*postScrapersIDOwnersResponse, error)

PostScrapersIDOwnersWithBodyWithResponse request with arbitrary body returning *PostScrapersIDOwnersResponse

func (*ClientWithResponses) PostScrapersIDOwnersWithResponse

func (c *ClientWithResponses) PostScrapersIDOwnersWithResponse(ctx context.Context, scraperTargetID string, params *PostScrapersIDOwnersParams, body PostScrapersIDOwnersJSONRequestBody) (*postScrapersIDOwnersResponse, error)

func (*ClientWithResponses) PostScrapersWithBodyWithResponse

func (c *ClientWithResponses) PostScrapersWithBodyWithResponse(ctx context.Context, params *PostScrapersParams, contentType string, body io.Reader) (*postScrapersResponse, error)

PostScrapersWithBodyWithResponse request with arbitrary body returning *PostScrapersResponse

func (*ClientWithResponses) PostScrapersWithResponse

func (c *ClientWithResponses) PostScrapersWithResponse(ctx context.Context, params *PostScrapersParams, body PostScrapersJSONRequestBody) (*postScrapersResponse, error)

func (*ClientWithResponses) PostSetupUserWithBodyWithResponse

func (c *ClientWithResponses) PostSetupUserWithBodyWithResponse(ctx context.Context, params *PostSetupUserParams, contentType string, body io.Reader) (*postSetupUserResponse, error)

PostSetupUserWithBodyWithResponse request with arbitrary body returning *PostSetupUserResponse

func (*ClientWithResponses) PostSetupUserWithResponse

func (c *ClientWithResponses) PostSetupUserWithResponse(ctx context.Context, params *PostSetupUserParams, body PostSetupUserJSONRequestBody) (*postSetupUserResponse, error)

func (*ClientWithResponses) PostSetupWithBodyWithResponse

func (c *ClientWithResponses) PostSetupWithBodyWithResponse(ctx context.Context, params *PostSetupParams, contentType string, body io.Reader) (*postSetupResponse, error)

PostSetupWithBodyWithResponse request with arbitrary body returning *PostSetupResponse

func (*ClientWithResponses) PostSetupWithResponse

func (c *ClientWithResponses) PostSetupWithResponse(ctx context.Context, params *PostSetupParams, body PostSetupJSONRequestBody) (*postSetupResponse, error)

func (*ClientWithResponses) PostSigninWithResponse

func (c *ClientWithResponses) PostSigninWithResponse(ctx context.Context, params *PostSigninParams) (*postSigninResponse, error)

PostSigninWithResponse request returning *PostSigninResponse

func (*ClientWithResponses) PostSignoutWithResponse

func (c *ClientWithResponses) PostSignoutWithResponse(ctx context.Context, params *PostSignoutParams) (*postSignoutResponse, error)

PostSignoutWithResponse request returning *PostSignoutResponse

func (*ClientWithResponses) PostSourcesWithBodyWithResponse

func (c *ClientWithResponses) PostSourcesWithBodyWithResponse(ctx context.Context, params *PostSourcesParams, contentType string, body io.Reader) (*postSourcesResponse, error)

PostSourcesWithBodyWithResponse request with arbitrary body returning *PostSourcesResponse

func (*ClientWithResponses) PostSourcesWithResponse

func (c *ClientWithResponses) PostSourcesWithResponse(ctx context.Context, params *PostSourcesParams, body PostSourcesJSONRequestBody) (*postSourcesResponse, error)

func (*ClientWithResponses) PostTasksIDLabelsWithBodyWithResponse

func (c *ClientWithResponses) PostTasksIDLabelsWithBodyWithResponse(ctx context.Context, taskID string, params *PostTasksIDLabelsParams, contentType string, body io.Reader) (*postTasksIDLabelsResponse, error)

PostTasksIDLabelsWithBodyWithResponse request with arbitrary body returning *PostTasksIDLabelsResponse

func (*ClientWithResponses) PostTasksIDLabelsWithResponse

func (c *ClientWithResponses) PostTasksIDLabelsWithResponse(ctx context.Context, taskID string, params *PostTasksIDLabelsParams, body PostTasksIDLabelsJSONRequestBody) (*postTasksIDLabelsResponse, error)

func (*ClientWithResponses) PostTasksIDMembersWithBodyWithResponse

func (c *ClientWithResponses) PostTasksIDMembersWithBodyWithResponse(ctx context.Context, taskID string, params *PostTasksIDMembersParams, contentType string, body io.Reader) (*postTasksIDMembersResponse, error)

PostTasksIDMembersWithBodyWithResponse request with arbitrary body returning *PostTasksIDMembersResponse

func (*ClientWithResponses) PostTasksIDMembersWithResponse

func (c *ClientWithResponses) PostTasksIDMembersWithResponse(ctx context.Context, taskID string, params *PostTasksIDMembersParams, body PostTasksIDMembersJSONRequestBody) (*postTasksIDMembersResponse, error)

func (*ClientWithResponses) PostTasksIDOwnersWithBodyWithResponse

func (c *ClientWithResponses) PostTasksIDOwnersWithBodyWithResponse(ctx context.Context, taskID string, params *PostTasksIDOwnersParams, contentType string, body io.Reader) (*postTasksIDOwnersResponse, error)

PostTasksIDOwnersWithBodyWithResponse request with arbitrary body returning *PostTasksIDOwnersResponse

func (*ClientWithResponses) PostTasksIDOwnersWithResponse

func (c *ClientWithResponses) PostTasksIDOwnersWithResponse(ctx context.Context, taskID string, params *PostTasksIDOwnersParams, body PostTasksIDOwnersJSONRequestBody) (*postTasksIDOwnersResponse, error)

func (*ClientWithResponses) PostTasksIDRunsIDRetryWithResponse

func (c *ClientWithResponses) PostTasksIDRunsIDRetryWithResponse(ctx context.Context, taskID string, runID string, params *PostTasksIDRunsIDRetryParams) (*postTasksIDRunsIDRetryResponse, error)

PostTasksIDRunsIDRetryWithResponse request returning *PostTasksIDRunsIDRetryResponse

func (*ClientWithResponses) PostTasksIDRunsWithBodyWithResponse

func (c *ClientWithResponses) PostTasksIDRunsWithBodyWithResponse(ctx context.Context, taskID string, params *PostTasksIDRunsParams, contentType string, body io.Reader) (*postTasksIDRunsResponse, error)

PostTasksIDRunsWithBodyWithResponse request with arbitrary body returning *PostTasksIDRunsResponse

func (*ClientWithResponses) PostTasksIDRunsWithResponse

func (c *ClientWithResponses) PostTasksIDRunsWithResponse(ctx context.Context, taskID string, params *PostTasksIDRunsParams, body PostTasksIDRunsJSONRequestBody) (*postTasksIDRunsResponse, error)

func (*ClientWithResponses) PostTasksWithBodyWithResponse

func (c *ClientWithResponses) PostTasksWithBodyWithResponse(ctx context.Context, params *PostTasksParams, contentType string, body io.Reader) (*postTasksResponse, error)

PostTasksWithBodyWithResponse request with arbitrary body returning *PostTasksResponse

func (*ClientWithResponses) PostTasksWithResponse

func (c *ClientWithResponses) PostTasksWithResponse(ctx context.Context, params *PostTasksParams, body PostTasksJSONRequestBody) (*postTasksResponse, error)

func (*ClientWithResponses) PostTelegrafsIDLabelsWithBodyWithResponse

func (c *ClientWithResponses) PostTelegrafsIDLabelsWithBodyWithResponse(ctx context.Context, telegrafID string, params *PostTelegrafsIDLabelsParams, contentType string, body io.Reader) (*postTelegrafsIDLabelsResponse, error)

PostTelegrafsIDLabelsWithBodyWithResponse request with arbitrary body returning *PostTelegrafsIDLabelsResponse

func (*ClientWithResponses) PostTelegrafsIDLabelsWithResponse

func (c *ClientWithResponses) PostTelegrafsIDLabelsWithResponse(ctx context.Context, telegrafID string, params *PostTelegrafsIDLabelsParams, body PostTelegrafsIDLabelsJSONRequestBody) (*postTelegrafsIDLabelsResponse, error)

func (*ClientWithResponses) PostTelegrafsIDMembersWithBodyWithResponse

func (c *ClientWithResponses) PostTelegrafsIDMembersWithBodyWithResponse(ctx context.Context, telegrafID string, params *PostTelegrafsIDMembersParams, contentType string, body io.Reader) (*postTelegrafsIDMembersResponse, error)

PostTelegrafsIDMembersWithBodyWithResponse request with arbitrary body returning *PostTelegrafsIDMembersResponse

func (*ClientWithResponses) PostTelegrafsIDMembersWithResponse

func (c *ClientWithResponses) PostTelegrafsIDMembersWithResponse(ctx context.Context, telegrafID string, params *PostTelegrafsIDMembersParams, body PostTelegrafsIDMembersJSONRequestBody) (*postTelegrafsIDMembersResponse, error)

func (*ClientWithResponses) PostTelegrafsIDOwnersWithBodyWithResponse

func (c *ClientWithResponses) PostTelegrafsIDOwnersWithBodyWithResponse(ctx context.Context, telegrafID string, params *PostTelegrafsIDOwnersParams, contentType string, body io.Reader) (*postTelegrafsIDOwnersResponse, error)

PostTelegrafsIDOwnersWithBodyWithResponse request with arbitrary body returning *PostTelegrafsIDOwnersResponse

func (*ClientWithResponses) PostTelegrafsIDOwnersWithResponse

func (c *ClientWithResponses) PostTelegrafsIDOwnersWithResponse(ctx context.Context, telegrafID string, params *PostTelegrafsIDOwnersParams, body PostTelegrafsIDOwnersJSONRequestBody) (*postTelegrafsIDOwnersResponse, error)

func (*ClientWithResponses) PostTelegrafsWithBodyWithResponse

func (c *ClientWithResponses) PostTelegrafsWithBodyWithResponse(ctx context.Context, params *PostTelegrafsParams, contentType string, body io.Reader) (*postTelegrafsResponse, error)

PostTelegrafsWithBodyWithResponse request with arbitrary body returning *PostTelegrafsResponse

func (*ClientWithResponses) PostTelegrafsWithResponse

func (c *ClientWithResponses) PostTelegrafsWithResponse(ctx context.Context, params *PostTelegrafsParams, body PostTelegrafsJSONRequestBody) (*postTelegrafsResponse, error)

func (*ClientWithResponses) PostUsersIDPasswordWithBodyWithResponse

func (c *ClientWithResponses) PostUsersIDPasswordWithBodyWithResponse(ctx context.Context, userID string, params *PostUsersIDPasswordParams, contentType string, body io.Reader) (*postUsersIDPasswordResponse, error)

PostUsersIDPasswordWithBodyWithResponse request with arbitrary body returning *PostUsersIDPasswordResponse

func (*ClientWithResponses) PostUsersIDPasswordWithResponse

func (c *ClientWithResponses) PostUsersIDPasswordWithResponse(ctx context.Context, userID string, params *PostUsersIDPasswordParams, body PostUsersIDPasswordJSONRequestBody) (*postUsersIDPasswordResponse, error)

func (*ClientWithResponses) PostUsersWithBodyWithResponse

func (c *ClientWithResponses) PostUsersWithBodyWithResponse(ctx context.Context, params *PostUsersParams, contentType string, body io.Reader) (*postUsersResponse, error)

PostUsersWithBodyWithResponse request with arbitrary body returning *PostUsersResponse

func (*ClientWithResponses) PostUsersWithResponse

func (c *ClientWithResponses) PostUsersWithResponse(ctx context.Context, params *PostUsersParams, body PostUsersJSONRequestBody) (*postUsersResponse, error)

func (*ClientWithResponses) PostVariablesIDLabelsWithBodyWithResponse

func (c *ClientWithResponses) PostVariablesIDLabelsWithBodyWithResponse(ctx context.Context, variableID string, params *PostVariablesIDLabelsParams, contentType string, body io.Reader) (*postVariablesIDLabelsResponse, error)

PostVariablesIDLabelsWithBodyWithResponse request with arbitrary body returning *PostVariablesIDLabelsResponse

func (*ClientWithResponses) PostVariablesIDLabelsWithResponse

func (c *ClientWithResponses) PostVariablesIDLabelsWithResponse(ctx context.Context, variableID string, params *PostVariablesIDLabelsParams, body PostVariablesIDLabelsJSONRequestBody) (*postVariablesIDLabelsResponse, error)

func (*ClientWithResponses) PostVariablesWithBodyWithResponse

func (c *ClientWithResponses) PostVariablesWithBodyWithResponse(ctx context.Context, params *PostVariablesParams, contentType string, body io.Reader) (*postVariablesResponse, error)

PostVariablesWithBodyWithResponse request with arbitrary body returning *PostVariablesResponse

func (*ClientWithResponses) PostVariablesWithResponse

func (c *ClientWithResponses) PostVariablesWithResponse(ctx context.Context, params *PostVariablesParams, body PostVariablesJSONRequestBody) (*postVariablesResponse, error)

func (*ClientWithResponses) PostWriteWithBodyWithResponse

func (c *ClientWithResponses) PostWriteWithBodyWithResponse(ctx context.Context, params *PostWriteParams, contentType string, body io.Reader) (*postWriteResponse, error)

PostWriteWithBodyWithResponse request with arbitrary body returning *PostWriteResponse

func (*ClientWithResponses) PutChecksIDWithBodyWithResponse

func (c *ClientWithResponses) PutChecksIDWithBodyWithResponse(ctx context.Context, checkID string, params *PutChecksIDParams, contentType string, body io.Reader) (*putChecksIDResponse, error)

PutChecksIDWithBodyWithResponse request with arbitrary body returning *PutChecksIDResponse

func (*ClientWithResponses) PutChecksIDWithResponse

func (c *ClientWithResponses) PutChecksIDWithResponse(ctx context.Context, checkID string, params *PutChecksIDParams, body PutChecksIDJSONRequestBody) (*putChecksIDResponse, error)

func (*ClientWithResponses) PutDashboardsIDCellsWithBodyWithResponse

func (c *ClientWithResponses) PutDashboardsIDCellsWithBodyWithResponse(ctx context.Context, dashboardID string, params *PutDashboardsIDCellsParams, contentType string, body io.Reader) (*putDashboardsIDCellsResponse, error)

PutDashboardsIDCellsWithBodyWithResponse request with arbitrary body returning *PutDashboardsIDCellsResponse

func (*ClientWithResponses) PutDashboardsIDCellsWithResponse

func (c *ClientWithResponses) PutDashboardsIDCellsWithResponse(ctx context.Context, dashboardID string, params *PutDashboardsIDCellsParams, body PutDashboardsIDCellsJSONRequestBody) (*putDashboardsIDCellsResponse, error)

func (*ClientWithResponses) PutDocumentsTemplatesIDWithBodyWithResponse

func (c *ClientWithResponses) PutDocumentsTemplatesIDWithBodyWithResponse(ctx context.Context, templateID string, params *PutDocumentsTemplatesIDParams, contentType string, body io.Reader) (*putDocumentsTemplatesIDResponse, error)

PutDocumentsTemplatesIDWithBodyWithResponse request with arbitrary body returning *PutDocumentsTemplatesIDResponse

func (*ClientWithResponses) PutDocumentsTemplatesIDWithResponse

func (c *ClientWithResponses) PutDocumentsTemplatesIDWithResponse(ctx context.Context, templateID string, params *PutDocumentsTemplatesIDParams, body PutDocumentsTemplatesIDJSONRequestBody) (*putDocumentsTemplatesIDResponse, error)

func (*ClientWithResponses) PutMePasswordWithBodyWithResponse

func (c *ClientWithResponses) PutMePasswordWithBodyWithResponse(ctx context.Context, params *PutMePasswordParams, contentType string, body io.Reader) (*putMePasswordResponse, error)

PutMePasswordWithBodyWithResponse request with arbitrary body returning *PutMePasswordResponse

func (*ClientWithResponses) PutMePasswordWithResponse

func (c *ClientWithResponses) PutMePasswordWithResponse(ctx context.Context, params *PutMePasswordParams, body PutMePasswordJSONRequestBody) (*putMePasswordResponse, error)

func (*ClientWithResponses) PutNotificationEndpointsIDWithBodyWithResponse

func (c *ClientWithResponses) PutNotificationEndpointsIDWithBodyWithResponse(ctx context.Context, endpointID string, params *PutNotificationEndpointsIDParams, contentType string, body io.Reader) (*putNotificationEndpointsIDResponse, error)

PutNotificationEndpointsIDWithBodyWithResponse request with arbitrary body returning *PutNotificationEndpointsIDResponse

func (*ClientWithResponses) PutNotificationEndpointsIDWithResponse

func (c *ClientWithResponses) PutNotificationEndpointsIDWithResponse(ctx context.Context, endpointID string, params *PutNotificationEndpointsIDParams, body PutNotificationEndpointsIDJSONRequestBody) (*putNotificationEndpointsIDResponse, error)

func (*ClientWithResponses) PutNotificationRulesIDWithBodyWithResponse

func (c *ClientWithResponses) PutNotificationRulesIDWithBodyWithResponse(ctx context.Context, ruleID string, params *PutNotificationRulesIDParams, contentType string, body io.Reader) (*putNotificationRulesIDResponse, error)

PutNotificationRulesIDWithBodyWithResponse request with arbitrary body returning *PutNotificationRulesIDResponse

func (*ClientWithResponses) PutNotificationRulesIDWithResponse

func (c *ClientWithResponses) PutNotificationRulesIDWithResponse(ctx context.Context, ruleID string, params *PutNotificationRulesIDParams, body PutNotificationRulesIDJSONRequestBody) (*putNotificationRulesIDResponse, error)

func (*ClientWithResponses) PutTelegrafsIDWithBodyWithResponse

func (c *ClientWithResponses) PutTelegrafsIDWithBodyWithResponse(ctx context.Context, telegrafID string, params *PutTelegrafsIDParams, contentType string, body io.Reader) (*putTelegrafsIDResponse, error)

PutTelegrafsIDWithBodyWithResponse request with arbitrary body returning *PutTelegrafsIDResponse

func (*ClientWithResponses) PutTelegrafsIDWithResponse

func (c *ClientWithResponses) PutTelegrafsIDWithResponse(ctx context.Context, telegrafID string, params *PutTelegrafsIDParams, body PutTelegrafsIDJSONRequestBody) (*putTelegrafsIDResponse, error)

func (*ClientWithResponses) PutVariablesIDWithBodyWithResponse

func (c *ClientWithResponses) PutVariablesIDWithBodyWithResponse(ctx context.Context, variableID string, params *PutVariablesIDParams, contentType string, body io.Reader) (*putVariablesIDResponse, error)

PutVariablesIDWithBodyWithResponse request with arbitrary body returning *PutVariablesIDResponse

func (*ClientWithResponses) PutVariablesIDWithResponse

func (c *ClientWithResponses) PutVariablesIDWithResponse(ctx context.Context, variableID string, params *PutVariablesIDParams, body PutVariablesIDJSONRequestBody) (*putVariablesIDResponse, error)

func (*ClientWithResponses) ReadStackWithResponse

func (c *ClientWithResponses) ReadStackWithResponse(ctx context.Context, stackId string) (*readStackResponse, error)

ReadStackWithResponse request returning *ReadStackResponse

func (*ClientWithResponses) UninstallStackWithResponse

func (c *ClientWithResponses) UninstallStackWithResponse(ctx context.Context, stackId string) (*uninstallStackResponse, error)

UninstallStackWithResponse request returning *UninstallStackResponse

func (*ClientWithResponses) UpdateStackWithBodyWithResponse

func (c *ClientWithResponses) UpdateStackWithBodyWithResponse(ctx context.Context, stackId string, contentType string, body io.Reader) (*updateStackResponse, error)

UpdateStackWithBodyWithResponse request with arbitrary body returning *UpdateStackResponse

func (*ClientWithResponses) UpdateStackWithResponse

func (c *ClientWithResponses) UpdateStackWithResponse(ctx context.Context, stackId string, body UpdateStackJSONRequestBody) (*updateStackResponse, error)

type ConditionalExpression

type ConditionalExpression struct {
	Alternate  *Expression `json:"alternate,omitempty"`
	Consequent *Expression `json:"consequent,omitempty"`
	Test       *Expression `json:"test,omitempty"`

	// Type of AST node
	Type *NodeType `json:"type,omitempty"`
}

ConditionalExpression defines model for ConditionalExpression.

type ConstantVariableProperties

type ConstantVariableProperties struct {
	Type   *ConstantVariablePropertiesType `json:"type,omitempty"`
	Values *[]string                       `json:"values,omitempty"`
}

ConstantVariableProperties defines model for ConstantVariableProperties.

type ConstantVariablePropertiesType

type ConstantVariablePropertiesType string

ConstantVariablePropertiesType defines model for ConstantVariableProperties.Type.

const (
	ConstantVariablePropertiesTypeConstant ConstantVariablePropertiesType = "constant"
)

Defines values for ConstantVariablePropertiesType.

type CreateCell

type CreateCell struct {
	H    *int32  `json:"h,omitempty"`
	Name *string `json:"name,omitempty"`

	// Makes a copy of the provided view.
	UsingView *string `json:"usingView,omitempty"`
	W         *int32  `json:"w,omitempty"`
	X         *int32  `json:"x,omitempty"`
	Y         *int32  `json:"y,omitempty"`
}

CreateCell defines model for CreateCell.

type CreateCheckJSONBody

type CreateCheckJSONBody PostCheck

CreateCheckJSONBody defines parameters for CreateCheck.

type CreateCheckJSONRequestBody

type CreateCheckJSONRequestBody CreateCheckJSONBody

CreateCheckRequestBody defines body for CreateCheck for application/json ContentType.

type CreateDashboardRequest

type CreateDashboardRequest struct {

	// The user-facing description of the dashboard.
	Description *string `json:"description,omitempty"`

	// The user-facing name of the dashboard.
	Name string `json:"name"`

	// The ID of the organization that owns the dashboard.
	OrgID string `json:"orgID"`
}

CreateDashboardRequest defines model for CreateDashboardRequest.

type CreateNotificationEndpointJSONBody

type CreateNotificationEndpointJSONBody PostNotificationEndpoint

CreateNotificationEndpointJSONBody defines parameters for CreateNotificationEndpoint.

type CreateNotificationEndpointJSONRequestBody

type CreateNotificationEndpointJSONRequestBody CreateNotificationEndpointJSONBody

CreateNotificationEndpointRequestBody defines body for CreateNotificationEndpoint for application/json ContentType.

type CreateNotificationRuleJSONBody

type CreateNotificationRuleJSONBody PostNotificationRule

CreateNotificationRuleJSONBody defines parameters for CreateNotificationRule.

type CreateNotificationRuleJSONRequestBody

type CreateNotificationRuleJSONRequestBody CreateNotificationRuleJSONBody

CreateNotificationRuleRequestBody defines body for CreateNotificationRule for application/json ContentType.

type CreateStackJSONBody

type CreateStackJSONBody struct {
	Description *string   `json:"description,omitempty"`
	Name        *string   `json:"name,omitempty"`
	OrgID       *string   `json:"orgID,omitempty"`
	Urls        *[]string `json:"urls,omitempty"`
}

CreateStackJSONBody defines parameters for CreateStack.

type CreateStackJSONRequestBody

type CreateStackJSONRequestBody CreateStackJSONBody

CreateStackRequestBody defines body for CreateStack for application/json ContentType.

type CustomCheck

type CustomCheck struct {
	// Embedded struct due to allOf(#/components/schemas/CheckBase)
	CheckBase
	// Embedded fields due to inline allOf schema
	Type CustomCheckType `json:"type"`
}

CustomCheck defines model for CustomCheck.

type CustomCheckType

type CustomCheckType string

CustomCheckType defines model for CustomCheck.Type.

const (
	CustomCheckTypeCustom CustomCheckType = "custom"
)

Defines values for CustomCheckType.

type DBRP

type DBRP struct {

	// the bucket ID used as target for the translation.
	BucketID string `json:"bucketID"`

	// InfluxDB v1 database
	Database string `json:"database"`

	// Specify if this mapping represents the default retention policy for the database specificed.
	Default *bool `json:"default,omitempty"`

	// the mapping identifier
	Id    *string `json:"id,omitempty"`
	Links *Links  `json:"links,omitempty"`

	// the organization that owns this mapping.
	Org string `json:"org"`

	// the organization ID that owns this mapping.
	OrgID string `json:"orgID"`

	// InfluxDB v1 retention policy
	RetentionPolicy string `json:"retention_policy"`
}

DBRP defines model for DBRP.

type DBRPUpdate

type DBRPUpdate struct {

	// InfluxDB v1 database
	Database *string `json:"database,omitempty"`
	Default  *bool   `json:"default,omitempty"`
	Links    *Links  `json:"links,omitempty"`

	// InfluxDB v1 retention policy
	RetentionPolicy *string `json:"retention_policy,omitempty"`
}

DBRPUpdate defines model for DBRPUpdate.

type DBRPs

type DBRPs struct {
	Links                 *Links  `json:"links,omitempty"`
	NotificationEndpoints *[]DBRP `json:"notificationEndpoints,omitempty"`
}

DBRPs defines model for DBRPs.

type Dashboard

type Dashboard struct {
	// Embedded struct due to allOf(#/components/schemas/CreateDashboardRequest)
	CreateDashboardRequest
	// Embedded fields due to inline allOf schema
	Cells  *Cells  `json:"cells,omitempty"`
	Id     *string `json:"id,omitempty"`
	Labels *Labels `json:"labels,omitempty"`
	Links  *struct {

		// URI of resource.
		Cells *Link `json:"cells,omitempty"`

		// URI of resource.
		Labels *Link `json:"labels,omitempty"`

		// URI of resource.
		Members *Link `json:"members,omitempty"`

		// URI of resource.
		Org *Link `json:"org,omitempty"`

		// URI of resource.
		Owners *Link `json:"owners,omitempty"`

		// URI of resource.
		Self *Link `json:"self,omitempty"`
	} `json:"links,omitempty"`
	Meta *struct {
		CreatedAt *time.Time `json:"createdAt,omitempty"`
		UpdatedAt *time.Time `json:"updatedAt,omitempty"`
	} `json:"meta,omitempty"`
}

Dashboard defines model for Dashboard.

type DashboardColor

type DashboardColor struct {

	// The hex number of the color
	Hex string `json:"hex"`

	// The unique ID of the view color.
	Id string `json:"id"`

	// The user-facing name of the hex color.
	Name string `json:"name"`

	// Type is how the color is used.
	Type DashboardColorType `json:"type"`

	// The data value mapped to this color.
	Value float32 `json:"value"`
}

DashboardColor defines model for DashboardColor.

type DashboardColorType

type DashboardColorType string

DashboardColorType defines model for DashboardColor.Type.

const (
	DashboardColorTypeBackground DashboardColorType = "background"

	DashboardColorTypeMax DashboardColorType = "max"

	DashboardColorTypeMin DashboardColorType = "min"

	DashboardColorTypeScale DashboardColorType = "scale"

	DashboardColorTypeText DashboardColorType = "text"

	DashboardColorTypeThreshold DashboardColorType = "threshold"
)

Defines values for DashboardColorType.

type DashboardQuery

type DashboardQuery struct {
	BuilderConfig *BuilderConfig `json:"builderConfig,omitempty"`
	EditMode      *QueryEditMode `json:"editMode,omitempty"`
	Name          *string        `json:"name,omitempty"`

	// The text of the Flux query.
	Text *string `json:"text,omitempty"`
}

DashboardQuery defines model for DashboardQuery.

type DashboardWithViewProperties

type DashboardWithViewProperties struct {
	// Embedded struct due to allOf(#/components/schemas/CreateDashboardRequest)
	CreateDashboardRequest
	// Embedded fields due to inline allOf schema
	Cells  *CellsWithViewProperties `json:"cells,omitempty"`
	Id     *string                  `json:"id,omitempty"`
	Labels *Labels                  `json:"labels,omitempty"`
	Links  *struct {

		// URI of resource.
		Cells *Link `json:"cells,omitempty"`

		// URI of resource.
		Labels *Link `json:"labels,omitempty"`

		// URI of resource.
		Members *Link `json:"members,omitempty"`

		// URI of resource.
		Org *Link `json:"org,omitempty"`

		// URI of resource.
		Owners *Link `json:"owners,omitempty"`

		// URI of resource.
		Self *Link `json:"self,omitempty"`
	} `json:"links,omitempty"`
	Meta *struct {
		CreatedAt *time.Time `json:"createdAt,omitempty"`
		UpdatedAt *time.Time `json:"updatedAt,omitempty"`
	} `json:"meta,omitempty"`
}

DashboardWithViewProperties defines model for DashboardWithViewProperties.

type Dashboards

type Dashboards struct {
	Dashboards *[]Dashboard `json:"dashboards,omitempty"`
	Links      *Links       `json:"links,omitempty"`
}

Dashboards defines model for Dashboards.

type DateTimeLiteral

type DateTimeLiteral struct {

	// Type of AST node
	Type  *NodeType `json:"type,omitempty"`
	Value *string   `json:"value,omitempty"`
}

DateTimeLiteral defines model for DateTimeLiteral.

type DeadmanCheck

type DeadmanCheck struct {
	// Embedded struct due to allOf(#/components/schemas/CheckBase)
	CheckBase

	// Check repetition interval.
	Every *string `json:"every,omitempty"`

	// The state to record if check matches a criteria.
	Level *CheckStatusLevel `json:"level,omitempty"`

	// Duration to delay after the schedule, before executing check.
	Offset *string `json:"offset,omitempty"`

	// If only zero values reported since time, trigger an alert
	ReportZero *bool `json:"reportZero,omitempty"`

	// String duration for time that a series is considered stale and should not trigger deadman.
	StaleTime *string `json:"staleTime,omitempty"`

	// The template used to generate and write a status message.
	StatusMessageTemplate *string `json:"statusMessageTemplate,omitempty"`

	// List of tags to write to each status.
	Tags *[]struct {
		Key   *string `json:"key,omitempty"`
		Value *string `json:"value,omitempty"`
	} `json:"tags,omitempty"`

	// String duration before deadman triggers.
	TimeSince *string          `json:"timeSince,omitempty"`
	Type      DeadmanCheckType `json:"type"`
}

DeadmanCheck defines model for DeadmanCheck.

type DeadmanCheckType

type DeadmanCheckType string

DeadmanCheckType defines model for DeadmanCheck.Type.

const (
	DeadmanCheckTypeDeadman DeadmanCheckType = "deadman"
)

Defines values for DeadmanCheckType.

type DecimalPlaces

type DecimalPlaces struct {

	// The number of digits after decimal to display
	Digits *int32 `json:"digits,omitempty"`

	// Indicates whether decimal point setting should be enforced
	IsEnforced *bool `json:"isEnforced,omitempty"`
}

DecimalPlaces defines model for DecimalPlaces.

type DeleteAuthorizationsIDParams

type DeleteAuthorizationsIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteAuthorizationsIDParams defines parameters for DeleteAuthorizationsID.

type DeleteBucketsIDLabelsIDParams

type DeleteBucketsIDLabelsIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteBucketsIDLabelsIDParams defines parameters for DeleteBucketsIDLabelsID.

type DeleteBucketsIDMembersIDParams

type DeleteBucketsIDMembersIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteBucketsIDMembersIDParams defines parameters for DeleteBucketsIDMembersID.

type DeleteBucketsIDOwnersIDParams

type DeleteBucketsIDOwnersIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteBucketsIDOwnersIDParams defines parameters for DeleteBucketsIDOwnersID.

type DeleteBucketsIDParams

type DeleteBucketsIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteBucketsIDParams defines parameters for DeleteBucketsID.

type DeleteChecksIDLabelsIDParams

type DeleteChecksIDLabelsIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteChecksIDLabelsIDParams defines parameters for DeleteChecksIDLabelsID.

type DeleteChecksIDParams

type DeleteChecksIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteChecksIDParams defines parameters for DeleteChecksID.

type DeleteDBRPIDParams

type DeleteDBRPIDParams struct {

	// Specifies the organization ID of the mapping
	OrgID string `json:"orgID"`

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteDBRPIDParams defines parameters for DeleteDBRPID.

type DeleteDashboardsIDCellsIDParams

type DeleteDashboardsIDCellsIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteDashboardsIDCellsIDParams defines parameters for DeleteDashboardsIDCellsID.

type DeleteDashboardsIDLabelsIDParams

type DeleteDashboardsIDLabelsIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteDashboardsIDLabelsIDParams defines parameters for DeleteDashboardsIDLabelsID.

type DeleteDashboardsIDMembersIDParams

type DeleteDashboardsIDMembersIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteDashboardsIDMembersIDParams defines parameters for DeleteDashboardsIDMembersID.

type DeleteDashboardsIDOwnersIDParams

type DeleteDashboardsIDOwnersIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteDashboardsIDOwnersIDParams defines parameters for DeleteDashboardsIDOwnersID.

type DeleteDashboardsIDParams

type DeleteDashboardsIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteDashboardsIDParams defines parameters for DeleteDashboardsID.

type DeleteDocumentsTemplatesIDLabelsIDParams

type DeleteDocumentsTemplatesIDLabelsIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteDocumentsTemplatesIDLabelsIDParams defines parameters for DeleteDocumentsTemplatesIDLabelsID.

type DeleteDocumentsTemplatesIDParams

type DeleteDocumentsTemplatesIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteDocumentsTemplatesIDParams defines parameters for DeleteDocumentsTemplatesID.

type DeleteLabelsIDParams

type DeleteLabelsIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteLabelsIDParams defines parameters for DeleteLabelsID.

type DeleteNotificationEndpointsIDLabelsIDParams

type DeleteNotificationEndpointsIDLabelsIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteNotificationEndpointsIDLabelsIDParams defines parameters for DeleteNotificationEndpointsIDLabelsID.

type DeleteNotificationEndpointsIDParams

type DeleteNotificationEndpointsIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteNotificationEndpointsIDParams defines parameters for DeleteNotificationEndpointsID.

type DeleteNotificationRulesIDLabelsIDParams

type DeleteNotificationRulesIDLabelsIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteNotificationRulesIDLabelsIDParams defines parameters for DeleteNotificationRulesIDLabelsID.

type DeleteNotificationRulesIDParams

type DeleteNotificationRulesIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteNotificationRulesIDParams defines parameters for DeleteNotificationRulesID.

type DeleteOrgsIDMembersIDParams

type DeleteOrgsIDMembersIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteOrgsIDMembersIDParams defines parameters for DeleteOrgsIDMembersID.

type DeleteOrgsIDOwnersIDParams

type DeleteOrgsIDOwnersIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteOrgsIDOwnersIDParams defines parameters for DeleteOrgsIDOwnersID.

type DeleteOrgsIDParams

type DeleteOrgsIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteOrgsIDParams defines parameters for DeleteOrgsID.

type DeletePredicateRequest

type DeletePredicateRequest struct {

	// InfluxQL-like delete statement
	Predicate *string `json:"predicate,omitempty"`

	// RFC3339Nano
	Start time.Time `json:"start"`

	// RFC3339Nano
	Stop time.Time `json:"stop"`
}

DeletePredicateRequest defines model for DeletePredicateRequest.

type DeleteScrapersIDLabelsIDParams

type DeleteScrapersIDLabelsIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteScrapersIDLabelsIDParams defines parameters for DeleteScrapersIDLabelsID.

type DeleteScrapersIDMembersIDParams

type DeleteScrapersIDMembersIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteScrapersIDMembersIDParams defines parameters for DeleteScrapersIDMembersID.

type DeleteScrapersIDOwnersIDParams

type DeleteScrapersIDOwnersIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteScrapersIDOwnersIDParams defines parameters for DeleteScrapersIDOwnersID.

type DeleteScrapersIDParams

type DeleteScrapersIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteScrapersIDParams defines parameters for DeleteScrapersID.

type DeleteSourcesIDParams

type DeleteSourcesIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteSourcesIDParams defines parameters for DeleteSourcesID.

type DeleteStackParams

type DeleteStackParams struct {

	// The organization id of the user
	OrgID string `json:"orgID"`
}

DeleteStackParams defines parameters for DeleteStack.

type DeleteTasksIDLabelsIDParams

type DeleteTasksIDLabelsIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteTasksIDLabelsIDParams defines parameters for DeleteTasksIDLabelsID.

type DeleteTasksIDMembersIDParams

type DeleteTasksIDMembersIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteTasksIDMembersIDParams defines parameters for DeleteTasksIDMembersID.

type DeleteTasksIDOwnersIDParams

type DeleteTasksIDOwnersIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteTasksIDOwnersIDParams defines parameters for DeleteTasksIDOwnersID.

type DeleteTasksIDParams

type DeleteTasksIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteTasksIDParams defines parameters for DeleteTasksID.

type DeleteTasksIDRunsIDParams

type DeleteTasksIDRunsIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteTasksIDRunsIDParams defines parameters for DeleteTasksIDRunsID.

type DeleteTelegrafsIDLabelsIDParams

type DeleteTelegrafsIDLabelsIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteTelegrafsIDLabelsIDParams defines parameters for DeleteTelegrafsIDLabelsID.

type DeleteTelegrafsIDMembersIDParams

type DeleteTelegrafsIDMembersIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteTelegrafsIDMembersIDParams defines parameters for DeleteTelegrafsIDMembersID.

type DeleteTelegrafsIDOwnersIDParams

type DeleteTelegrafsIDOwnersIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteTelegrafsIDOwnersIDParams defines parameters for DeleteTelegrafsIDOwnersID.

type DeleteTelegrafsIDParams

type DeleteTelegrafsIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteTelegrafsIDParams defines parameters for DeleteTelegrafsID.

type DeleteUsersIDParams

type DeleteUsersIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteUsersIDParams defines parameters for DeleteUsersID.

type DeleteVariablesIDLabelsIDParams

type DeleteVariablesIDLabelsIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteVariablesIDLabelsIDParams defines parameters for DeleteVariablesIDLabelsID.

type DeleteVariablesIDParams

type DeleteVariablesIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteVariablesIDParams defines parameters for DeleteVariablesID.

type Descending

type Descending bool

Descending defines model for Descending.

type Dialect

type Dialect struct {

	// Https://www.w3.org/TR/2015/REC-tabular-data-model-20151217/#columns
	Annotations *[]DialectAnnotations `json:"annotations,omitempty"`

	// Character prefixed to comment strings
	CommentPrefix *string `json:"commentPrefix,omitempty"`

	// Format of timestamps
	DateTimeFormat *DialectDateTimeFormat `json:"dateTimeFormat,omitempty"`

	// Separator between cells; the default is ,
	Delimiter *string `json:"delimiter,omitempty"`

	// If true, the results will contain a header row
	Header *bool `json:"header,omitempty"`
}

Dialect defines model for Dialect.

type DialectAnnotations

type DialectAnnotations string

DialectAnnotations defines model for Dialect.Annotations.

const (
	DialectAnnotationsDatatype DialectAnnotations = "datatype"

	DialectAnnotationsDefault DialectAnnotations = "default"

	DialectAnnotationsGroup DialectAnnotations = "group"
)

Defines values for DialectAnnotations.

type DialectDateTimeFormat

type DialectDateTimeFormat string

DialectDateTimeFormat defines model for Dialect.DateTimeFormat.

const (
	DialectDateTimeFormatRFC3339 DialectDateTimeFormat = "RFC3339"

	DialectDateTimeFormatRFC3339Nano DialectDateTimeFormat = "RFC3339Nano"
)

Defines values for DialectDateTimeFormat.

type Document

type Document struct {
	Content map[string]interface{} `json:"content"`
	Id      string                 `json:"id"`
	Labels  *Labels                `json:"labels,omitempty"`
	Links   *struct {

		// URI of resource.
		Self *Link `json:"self,omitempty"`
	} `json:"links,omitempty"`
	Meta DocumentMeta `json:"meta"`
}

Document defines model for Document.

type DocumentCreate

type DocumentCreate struct {
	Content map[string]interface{} `json:"content"`

	// An array of label IDs to be added as labels to the document.
	Labels *[]string    `json:"labels,omitempty"`
	Meta   DocumentMeta `json:"meta"`

	// The organization Name. Specify either `orgID` or `org`.
	Org *string `json:"org,omitempty"`

	// The organization Name. Specify either `orgID` or `org`.
	OrgID *string `json:"orgID,omitempty"`
}

DocumentCreate defines model for DocumentCreate.

type DocumentListEntry

type DocumentListEntry struct {
	Id     string  `json:"id"`
	Labels *Labels `json:"labels,omitempty"`
	Links  *struct {

		// URI of resource.
		Self *Link `json:"self,omitempty"`
	} `json:"links,omitempty"`
	Meta DocumentMeta `json:"meta"`
}

DocumentListEntry defines model for DocumentListEntry.

type DocumentMeta

type DocumentMeta struct {
	CreatedAt   *time.Time `json:"createdAt,omitempty"`
	Description *string    `json:"description,omitempty"`
	Name        string     `json:"name"`
	TemplateID  *string    `json:"templateID,omitempty"`
	Type        *string    `json:"type,omitempty"`
	UpdatedAt   *time.Time `json:"updatedAt,omitempty"`
	Version     string     `json:"version"`
}

DocumentMeta defines model for DocumentMeta.

type DocumentUpdate

type DocumentUpdate struct {
	Content *map[string]interface{} `json:"content,omitempty"`
	Meta    *DocumentMeta           `json:"meta,omitempty"`
}

DocumentUpdate defines model for DocumentUpdate.

type Documents

type Documents struct {
	Documents *[]DocumentListEntry `json:"documents,omitempty"`
}

Documents defines model for Documents.

type Duration

type Duration struct {
	Magnitude *int `json:"magnitude,omitempty"`

	// Type of AST node
	Type *NodeType `json:"type,omitempty"`
	Unit *string   `json:"unit,omitempty"`
}

Duration defines model for Duration.

type DurationLiteral

type DurationLiteral struct {

	// Type of AST node
	Type *NodeType `json:"type,omitempty"`

	// Duration values
	Values *[]Duration `json:"values,omitempty"`
}

DurationLiteral defines model for DurationLiteral.

type Error

type Error struct {

	// Code is the machine-readable error code.
	Code ErrorCode `json:"code"`

	// Message is a human-readable message.
	Message string `json:"message"`
}

Error defines model for Error.

type ErrorCode

type ErrorCode string

ErrorCode defines model for Error.Code.

const (
	ErrorCodeConflict ErrorCode = "conflict"

	ErrorCodeEmptyValue ErrorCode = "empty value"

	ErrorCodeForbidden ErrorCode = "forbidden"

	ErrorCodeInternalError ErrorCode = "internal error"

	ErrorCodeInvalid ErrorCode = "invalid"

	ErrorCodeMethodNotAllowed ErrorCode = "method not allowed"

	ErrorCodeNotFound ErrorCode = "not found"

	ErrorCodeTooManyRequests ErrorCode = "too many requests"

	ErrorCodeUnauthorized ErrorCode = "unauthorized"

	ErrorCodeUnavailable ErrorCode = "unavailable"

	ErrorCodeUnprocessableEntity ErrorCode = "unprocessable entity"
)

Defines values for ErrorCode.

type ExportTemplateJSONBody

type ExportTemplateJSONBody TemplateExport

ExportTemplateJSONBody defines parameters for ExportTemplate.

type ExportTemplateJSONRequestBody

type ExportTemplateJSONRequestBody ExportTemplateJSONBody

ExportTemplateRequestBody defines body for ExportTemplate for application/json ContentType.

type Expression

type Expression interface{}

Expression defines model for Expression.

type ExpressionStatement

type ExpressionStatement struct {
	Expression *Expression `json:"expression,omitempty"`

	// Type of AST node
	Type *NodeType `json:"type,omitempty"`
}

ExpressionStatement defines model for ExpressionStatement.

type Field

type Field struct {

	// Alias overrides the field name in the returned response.  Applies only if type is `func`
	Alias *string `json:"alias,omitempty"`

	// Args are the arguments to the function
	Args *[]Field `json:"args,omitempty"`

	// `type` describes the field type. `func` is a function. `field` is a field reference.
	Type *FieldType `json:"type,omitempty"`

	// value is the value of the field.  Meaning of the value is implied by the `type` key
	Value *string `json:"value,omitempty"`
}

Field defines model for Field.

type FieldType

type FieldType string

FieldType defines model for Field.Type.

const (
	FieldTypeField FieldType = "field"

	FieldTypeFunc FieldType = "func"

	FieldTypeInteger FieldType = "integer"

	FieldTypeNumber FieldType = "number"

	FieldTypeRegex FieldType = "regex"

	FieldTypeWildcard FieldType = "wildcard"
)

Defines values for FieldType.

type File

type File struct {

	// List of Flux statements
	Body *[]Statement `json:"body,omitempty"`

	// A list of package imports
	Imports *[]ImportDeclaration `json:"imports,omitempty"`

	// The name of the file.
	Name *string `json:"name,omitempty"`

	// Defines a package identifier
	Package *PackageClause `json:"package,omitempty"`

	// Type of AST node
	Type *NodeType `json:"type,omitempty"`
}

File defines model for File.

type Flags

type Flags struct {
	AdditionalProperties map[string]interface{} `json:"-"`
}

Flags defines model for Flags.

func (Flags) Get

func (a Flags) Get(fieldName string) (value interface{}, found bool)

Getter for additional properties for Flags. Returns the specified element and whether it was found

func (Flags) MarshalJSON

func (a Flags) MarshalJSON() ([]byte, error)

Override default JSON handling for Flags to handle AdditionalProperties

func (*Flags) Set

func (a *Flags) Set(fieldName string, value interface{})

Setter for additional properties for Flags

func (*Flags) UnmarshalJSON

func (a *Flags) UnmarshalJSON(b []byte) error

Override default JSON handling for Flags to handle AdditionalProperties

type FloatLiteral

type FloatLiteral struct {

	// Type of AST node
	Type  *NodeType `json:"type,omitempty"`
	Value *float32  `json:"value,omitempty"`
}

FloatLiteral defines model for FloatLiteral.

type FluxResponse

type FluxResponse struct {
	Flux *string `json:"flux,omitempty"`
}

FluxResponse defines model for FluxResponse.

type FluxSuggestion

type FluxSuggestion struct {
	Name   *string                `json:"name,omitempty"`
	Params *FluxSuggestion_Params `json:"params,omitempty"`
}

FluxSuggestion defines model for FluxSuggestion.

type FluxSuggestion_Params

type FluxSuggestion_Params struct {
	AdditionalProperties map[string]string `json:"-"`
}

FluxSuggestion_Params defines model for FluxSuggestion.Params.

func (FluxSuggestion_Params) Get

func (a FluxSuggestion_Params) Get(fieldName string) (value string, found bool)

Getter for additional properties for FluxSuggestion_Params. Returns the specified element and whether it was found

func (FluxSuggestion_Params) MarshalJSON

func (a FluxSuggestion_Params) MarshalJSON() ([]byte, error)

Override default JSON handling for FluxSuggestion_Params to handle AdditionalProperties

func (*FluxSuggestion_Params) Set

func (a *FluxSuggestion_Params) Set(fieldName string, value string)

Setter for additional properties for FluxSuggestion_Params

func (*FluxSuggestion_Params) UnmarshalJSON

func (a *FluxSuggestion_Params) UnmarshalJSON(b []byte) error

Override default JSON handling for FluxSuggestion_Params to handle AdditionalProperties

type FluxSuggestions

type FluxSuggestions struct {
	Funcs *[]FluxSuggestion `json:"funcs,omitempty"`
}

FluxSuggestions defines model for FluxSuggestions.

type FunctionExpression

type FunctionExpression struct {
	Body *Node `json:"body,omitempty"`

	// Function parameters
	Params *[]Property `json:"params,omitempty"`

	// Type of AST node
	Type *NodeType `json:"type,omitempty"`
}

FunctionExpression defines model for FunctionExpression.

type GaugeViewProperties

type GaugeViewProperties struct {

	// Colors define color encoding of data into a visualization
	Colors []DashboardColor `json:"colors"`

	// Indicates whether decimal places should be enforced, and how many digits it should show.
	DecimalPlaces DecimalPlaces `json:"decimalPlaces"`

	// Legend define encoding of data into a view's legend
	Legend  Legend                   `json:"legend"`
	Note    string                   `json:"note"`
	Prefix  string                   `json:"prefix"`
	Queries []DashboardQuery         `json:"queries"`
	Shape   GaugeViewPropertiesShape `json:"shape"`

	// If true, will display note when empty
	ShowNoteWhenEmpty bool                    `json:"showNoteWhenEmpty"`
	Suffix            string                  `json:"suffix"`
	TickPrefix        string                  `json:"tickPrefix"`
	TickSuffix        string                  `json:"tickSuffix"`
	Type              GaugeViewPropertiesType `json:"type"`
}

GaugeViewProperties defines model for GaugeViewProperties.

type GaugeViewPropertiesShape

type GaugeViewPropertiesShape string

GaugeViewPropertiesShape defines model for GaugeViewProperties.Shape.

const (
	GaugeViewPropertiesShapeChronografV2 GaugeViewPropertiesShape = "chronograf-v2"
)

Defines values for GaugeViewPropertiesShape.

type GaugeViewPropertiesType

type GaugeViewPropertiesType string

GaugeViewPropertiesType defines model for GaugeViewProperties.Type.

const (
	GaugeViewPropertiesTypeGauge GaugeViewPropertiesType = "gauge"
)

Defines values for GaugeViewPropertiesType.

type GetAuthorizationsIDParams

type GetAuthorizationsIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetAuthorizationsIDParams defines parameters for GetAuthorizationsID.

type GetAuthorizationsParams

type GetAuthorizationsParams struct {

	// Only show authorizations that belong to a user ID.
	UserID *string `json:"userID,omitempty"`

	// Only show authorizations that belong to a user name.
	User *string `json:"user,omitempty"`

	// Only show authorizations that belong to an organization ID.
	OrgID *string `json:"orgID,omitempty"`

	// Only show authorizations that belong to a organization name.
	Org *string `json:"org,omitempty"`

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetAuthorizationsParams defines parameters for GetAuthorizations.

type GetBucketsIDLabelsParams

type GetBucketsIDLabelsParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetBucketsIDLabelsParams defines parameters for GetBucketsIDLabels.

type GetBucketsIDMembersParams

type GetBucketsIDMembersParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetBucketsIDMembersParams defines parameters for GetBucketsIDMembers.

type GetBucketsIDOwnersParams

type GetBucketsIDOwnersParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetBucketsIDOwnersParams defines parameters for GetBucketsIDOwners.

type GetBucketsIDParams

type GetBucketsIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetBucketsIDParams defines parameters for GetBucketsID.

type GetBucketsParams

type GetBucketsParams struct {
	Offset *Offset `json:"offset,omitempty"`
	Limit  *Limit  `json:"limit,omitempty"`

	// The organization name.
	Org *string `json:"org,omitempty"`

	// The organization ID.
	OrgID *string `json:"orgID,omitempty"`

	// Only returns buckets with a specific name.
	Name *string `json:"name,omitempty"`

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetBucketsParams defines parameters for GetBuckets.

type GetChecksIDLabelsParams

type GetChecksIDLabelsParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetChecksIDLabelsParams defines parameters for GetChecksIDLabels.

type GetChecksIDParams

type GetChecksIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetChecksIDParams defines parameters for GetChecksID.

type GetChecksIDQueryParams

type GetChecksIDQueryParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetChecksIDQueryParams defines parameters for GetChecksIDQuery.

type GetChecksParams

type GetChecksParams struct {
	Offset *Offset `json:"offset,omitempty"`
	Limit  *Limit  `json:"limit,omitempty"`

	// Only show checks that belong to a specific organization ID.
	OrgID string `json:"orgID"`

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetChecksParams defines parameters for GetChecks.

type GetDBRPsIDParams

type GetDBRPsIDParams struct {

	// Specifies the organization ID of the mapping
	OrgID string `json:"orgID"`

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetDBRPsIDParams defines parameters for GetDBRPsID.

type GetDBRPsParams

type GetDBRPsParams struct {

	// Specifies the organization ID to filter on
	OrgID string `json:"orgID"`

	// Specifies the mapping ID to filter on
	Id *string `json:"id,omitempty"`

	// Specifies the bucket ID to filter on
	BucketID *string `json:"bucketID,omitempty"`

	// Specifies filtering on default
	Default *bool `json:"default,omitempty"`

	// Specifies the database to filter on
	Db *string `json:"db,omitempty"`

	// Specifies the retention policy to filter on
	Rp *string `json:"rp,omitempty"`

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetDBRPsParams defines parameters for GetDBRPs.

type GetDashboardsIDCellsIDViewParams

type GetDashboardsIDCellsIDViewParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetDashboardsIDCellsIDViewParams defines parameters for GetDashboardsIDCellsIDView.

type GetDashboardsIDLabelsParams

type GetDashboardsIDLabelsParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetDashboardsIDLabelsParams defines parameters for GetDashboardsIDLabels.

type GetDashboardsIDMembersParams

type GetDashboardsIDMembersParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetDashboardsIDMembersParams defines parameters for GetDashboardsIDMembers.

type GetDashboardsIDOwnersParams

type GetDashboardsIDOwnersParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetDashboardsIDOwnersParams defines parameters for GetDashboardsIDOwners.

type GetDashboardsIDParams

type GetDashboardsIDParams struct {

	// Includes the cell view properties in the response if set to `properties`
	Include *GetDashboardsIDParamsInclude `json:"include,omitempty"`

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetDashboardsIDParams defines parameters for GetDashboardsID.

type GetDashboardsIDParamsInclude

type GetDashboardsIDParamsInclude string

GetDashboardsIDParamsInclude defines parameters for GetDashboardsID.

type GetDashboardsParams

type GetDashboardsParams struct {

	// The owner ID.
	Owner *string `json:"owner,omitempty"`

	// The column to sort by.
	SortBy *GetDashboardsParamsSortBy `json:"sortBy,omitempty"`

	// List of dashboard IDs to return. If both `id` and `owner` are specified, only `id` is used.
	Id *[]string `json:"id,omitempty"`

	// The organization ID.
	OrgID *string `json:"orgID,omitempty"`

	// The organization name.
	Org *string `json:"org,omitempty"`

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetDashboardsParams defines parameters for GetDashboards.

type GetDashboardsParamsSortBy

type GetDashboardsParamsSortBy string

GetDashboardsParamsSortBy defines parameters for GetDashboards.

type GetDocumentsTemplatesIDLabelsParams

type GetDocumentsTemplatesIDLabelsParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetDocumentsTemplatesIDLabelsParams defines parameters for GetDocumentsTemplatesIDLabels.

type GetDocumentsTemplatesIDParams

type GetDocumentsTemplatesIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetDocumentsTemplatesIDParams defines parameters for GetDocumentsTemplatesID.

type GetDocumentsTemplatesParams

type GetDocumentsTemplatesParams struct {

	// Specifies the name of the organization of the template.
	Org *string `json:"org,omitempty"`

	// Specifies the organization ID of the template.
	OrgID *string `json:"orgID,omitempty"`

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetDocumentsTemplatesParams defines parameters for GetDocumentsTemplates.

type GetFlagsParams

type GetFlagsParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetFlagsParams defines parameters for GetFlags.

type GetHealthParams

type GetHealthParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetHealthParams defines parameters for GetHealth.

type GetLabelsIDParams

type GetLabelsIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetLabelsIDParams defines parameters for GetLabelsID.

type GetLabelsParams

type GetLabelsParams struct {

	// The organization ID.
	OrgID *string `json:"orgID,omitempty"`

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetLabelsParams defines parameters for GetLabels.

type GetMeParams

type GetMeParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetMeParams defines parameters for GetMe.

type GetNotificationEndpointsIDLabelsParams

type GetNotificationEndpointsIDLabelsParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetNotificationEndpointsIDLabelsParams defines parameters for GetNotificationEndpointsIDLabels.

type GetNotificationEndpointsIDParams

type GetNotificationEndpointsIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetNotificationEndpointsIDParams defines parameters for GetNotificationEndpointsID.

type GetNotificationEndpointsParams

type GetNotificationEndpointsParams struct {
	Offset *Offset `json:"offset,omitempty"`
	Limit  *Limit  `json:"limit,omitempty"`

	// Only show notification endpoints that belong to specific organization ID.
	OrgID string `json:"orgID"`

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetNotificationEndpointsParams defines parameters for GetNotificationEndpoints.

type GetNotificationRulesIDLabelsParams

type GetNotificationRulesIDLabelsParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetNotificationRulesIDLabelsParams defines parameters for GetNotificationRulesIDLabels.

type GetNotificationRulesIDParams

type GetNotificationRulesIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetNotificationRulesIDParams defines parameters for GetNotificationRulesID.

type GetNotificationRulesIDQueryParams

type GetNotificationRulesIDQueryParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetNotificationRulesIDQueryParams defines parameters for GetNotificationRulesIDQuery.

type GetNotificationRulesParams

type GetNotificationRulesParams struct {
	Offset *Offset `json:"offset,omitempty"`
	Limit  *Limit  `json:"limit,omitempty"`

	// Only show notification rules that belong to a specific organization ID.
	OrgID string `json:"orgID"`

	// Only show notifications that belong to the specific check ID.
	CheckID *string `json:"checkID,omitempty"`

	// Only return notification rules that "would match" statuses which contain the tag key value pairs provided.
	Tag *string `json:"tag,omitempty"`

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetNotificationRulesParams defines parameters for GetNotificationRules.

type GetOrgsIDMembersParams

type GetOrgsIDMembersParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetOrgsIDMembersParams defines parameters for GetOrgsIDMembers.

type GetOrgsIDOwnersParams

type GetOrgsIDOwnersParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetOrgsIDOwnersParams defines parameters for GetOrgsIDOwners.

type GetOrgsIDParams

type GetOrgsIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetOrgsIDParams defines parameters for GetOrgsID.

type GetOrgsIDSecretsParams

type GetOrgsIDSecretsParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetOrgsIDSecretsParams defines parameters for GetOrgsIDSecrets.

type GetOrgsParams

type GetOrgsParams struct {

	// Filter organizations to a specific organization name.
	Org *string `json:"org,omitempty"`

	// Filter organizations to a specific organization ID.
	OrgID *string `json:"orgID,omitempty"`

	// Filter organizations to a specific user ID.
	UserID *string `json:"userID,omitempty"`

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetOrgsParams defines parameters for GetOrgs.

type GetQuerySuggestionsNameParams

type GetQuerySuggestionsNameParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetQuerySuggestionsNameParams defines parameters for GetQuerySuggestionsName.

type GetQuerySuggestionsParams

type GetQuerySuggestionsParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetQuerySuggestionsParams defines parameters for GetQuerySuggestions.

type GetReadyParams

type GetReadyParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetReadyParams defines parameters for GetReady.

type GetRoutesParams

type GetRoutesParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetRoutesParams defines parameters for GetRoutes.

type GetScrapersIDLabelsParams

type GetScrapersIDLabelsParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetScrapersIDLabelsParams defines parameters for GetScrapersIDLabels.

type GetScrapersIDMembersParams

type GetScrapersIDMembersParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetScrapersIDMembersParams defines parameters for GetScrapersIDMembers.

type GetScrapersIDOwnersParams

type GetScrapersIDOwnersParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetScrapersIDOwnersParams defines parameters for GetScrapersIDOwners.

type GetScrapersIDParams

type GetScrapersIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetScrapersIDParams defines parameters for GetScrapersID.

type GetScrapersParams

type GetScrapersParams struct {

	// Specifies the name of the scraper target.
	Name *string `json:"name,omitempty"`

	// List of scraper target IDs to return. If both `id` and `owner` are specified, only `id` is used.
	Id *[]string `json:"id,omitempty"`

	// Specifies the organization ID of the scraper target.
	OrgID *string `json:"orgID,omitempty"`

	// Specifies the organization name of the scraper target.
	Org *string `json:"org,omitempty"`

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetScrapersParams defines parameters for GetScrapers.

type GetSetupParams

type GetSetupParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetSetupParams defines parameters for GetSetup.

type GetSourcesIDBucketsParams

type GetSourcesIDBucketsParams struct {

	// The organization name.
	Org *string `json:"org,omitempty"`

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetSourcesIDBucketsParams defines parameters for GetSourcesIDBuckets.

type GetSourcesIDHealthParams

type GetSourcesIDHealthParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetSourcesIDHealthParams defines parameters for GetSourcesIDHealth.

type GetSourcesIDParams

type GetSourcesIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetSourcesIDParams defines parameters for GetSourcesID.

type GetSourcesParams

type GetSourcesParams struct {

	// The organization name.
	Org *string `json:"org,omitempty"`

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetSourcesParams defines parameters for GetSources.

type GetTasksIDLabelsParams

type GetTasksIDLabelsParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetTasksIDLabelsParams defines parameters for GetTasksIDLabels.

type GetTasksIDLogsParams

type GetTasksIDLogsParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetTasksIDLogsParams defines parameters for GetTasksIDLogs.

type GetTasksIDMembersParams

type GetTasksIDMembersParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetTasksIDMembersParams defines parameters for GetTasksIDMembers.

type GetTasksIDOwnersParams

type GetTasksIDOwnersParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetTasksIDOwnersParams defines parameters for GetTasksIDOwners.

type GetTasksIDParams

type GetTasksIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetTasksIDParams defines parameters for GetTasksID.

type GetTasksIDRunsIDLogsParams

type GetTasksIDRunsIDLogsParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetTasksIDRunsIDLogsParams defines parameters for GetTasksIDRunsIDLogs.

type GetTasksIDRunsIDParams

type GetTasksIDRunsIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetTasksIDRunsIDParams defines parameters for GetTasksIDRunsID.

type GetTasksIDRunsParams

type GetTasksIDRunsParams struct {

	// Returns runs after a specific ID.
	After *string `json:"after,omitempty"`

	// The number of runs to return
	Limit *int `json:"limit,omitempty"`

	// Filter runs to those scheduled after this time, RFC3339
	AfterTime *time.Time `json:"afterTime,omitempty"`

	// Filter runs to those scheduled before this time, RFC3339
	BeforeTime *time.Time `json:"beforeTime,omitempty"`

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetTasksIDRunsParams defines parameters for GetTasksIDRuns.

type GetTasksParams

type GetTasksParams struct {

	// Returns task with a specific name.
	Name *string `json:"name,omitempty"`

	// Return tasks after a specified ID.
	After *string `json:"after,omitempty"`

	// Filter tasks to a specific user ID.
	User *string `json:"user,omitempty"`

	// Filter tasks to a specific organization name.
	Org *string `json:"org,omitempty"`

	// Filter tasks to a specific organization ID.
	OrgID *string `json:"orgID,omitempty"`

	// Filter tasks by a status--"inactive" or "active".
	Status *GetTasksParamsStatus `json:"status,omitempty"`

	// The number of tasks to return
	Limit *int `json:"limit,omitempty"`

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetTasksParams defines parameters for GetTasks.

type GetTasksParamsStatus

type GetTasksParamsStatus string

GetTasksParamsStatus defines parameters for GetTasks.

type GetTelegrafPluginsParams

type GetTelegrafPluginsParams struct {

	// The type of plugin desired.
	Type *string `json:"type,omitempty"`

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetTelegrafPluginsParams defines parameters for GetTelegrafPlugins.

type GetTelegrafsIDLabelsParams

type GetTelegrafsIDLabelsParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetTelegrafsIDLabelsParams defines parameters for GetTelegrafsIDLabels.

type GetTelegrafsIDMembersParams

type GetTelegrafsIDMembersParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetTelegrafsIDMembersParams defines parameters for GetTelegrafsIDMembers.

type GetTelegrafsIDOwnersParams

type GetTelegrafsIDOwnersParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetTelegrafsIDOwnersParams defines parameters for GetTelegrafsIDOwners.

type GetTelegrafsIDParams

type GetTelegrafsIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan                  `json:"Zap-Trace-Span,omitempty"`
	Accept       *GetTelegrafsIDParamsAccept `json:"Accept,omitempty"`
}

GetTelegrafsIDParams defines parameters for GetTelegrafsID.

type GetTelegrafsIDParamsAccept

type GetTelegrafsIDParamsAccept string

GetTelegrafsIDParamsAccept defines parameters for GetTelegrafsID.

type GetTelegrafsParams

type GetTelegrafsParams struct {

	// The organization ID the Telegraf config belongs to.
	OrgID *string `json:"orgID,omitempty"`

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetTelegrafsParams defines parameters for GetTelegrafs.

type GetUsersIDParams

type GetUsersIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetUsersIDParams defines parameters for GetUsersID.

type GetUsersParams

type GetUsersParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetUsersParams defines parameters for GetUsers.

type GetVariablesIDLabelsParams

type GetVariablesIDLabelsParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetVariablesIDLabelsParams defines parameters for GetVariablesIDLabels.

type GetVariablesIDParams

type GetVariablesIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetVariablesIDParams defines parameters for GetVariablesID.

type GetVariablesParams

type GetVariablesParams struct {

	// The organization name.
	Org *string `json:"org,omitempty"`

	// The organization ID.
	OrgID *string `json:"orgID,omitempty"`

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetVariablesParams defines parameters for GetVariables.

type GreaterThreshold

type GreaterThreshold struct {
	// Embedded struct due to allOf(#/components/schemas/ThresholdBase)
	ThresholdBase
	// Embedded fields due to inline allOf schema
	Type  GreaterThresholdType `json:"type"`
	Value float32              `json:"value"`
}

GreaterThreshold defines model for GreaterThreshold.

type GreaterThresholdType

type GreaterThresholdType string

GreaterThresholdType defines model for GreaterThreshold.Type.

const (
	GreaterThresholdTypeGreater GreaterThresholdType = "greater"
)

Defines values for GreaterThresholdType.

type HTTPNotificationEndpoint

type HTTPNotificationEndpoint struct {
	// Embedded struct due to allOf(#/components/schemas/NotificationEndpointBase)
	NotificationEndpointBase
	// Embedded fields due to inline allOf schema
	AuthMethod      HTTPNotificationEndpointAuthMethod `json:"authMethod"`
	ContentTemplate *string                            `json:"contentTemplate,omitempty"`

	// Customized headers.
	Headers  *HTTPNotificationEndpoint_Headers `json:"headers,omitempty"`
	Method   HTTPNotificationEndpointMethod    `json:"method"`
	Password *string                           `json:"password,omitempty"`
	Token    *string                           `json:"token,omitempty"`
	Url      string                            `json:"url"`
	Username *string                           `json:"username,omitempty"`
}

HTTPNotificationEndpoint defines model for HTTPNotificationEndpoint.

type HTTPNotificationEndpointAuthMethod

type HTTPNotificationEndpointAuthMethod string

HTTPNotificationEndpointAuthMethod defines model for HTTPNotificationEndpoint.AuthMethod.

const (
	HTTPNotificationEndpointAuthMethodBasic HTTPNotificationEndpointAuthMethod = "basic"

	HTTPNotificationEndpointAuthMethodBearer HTTPNotificationEndpointAuthMethod = "bearer"

	HTTPNotificationEndpointAuthMethodNone HTTPNotificationEndpointAuthMethod = "none"
)

Defines values for HTTPNotificationEndpointAuthMethod.

type HTTPNotificationEndpointMethod

type HTTPNotificationEndpointMethod string

HTTPNotificationEndpointMethod defines model for HTTPNotificationEndpoint.Method.

const (
	HTTPNotificationEndpointMethodGET HTTPNotificationEndpointMethod = "GET"

	HTTPNotificationEndpointMethodPOST HTTPNotificationEndpointMethod = "POST"

	HTTPNotificationEndpointMethodPUT HTTPNotificationEndpointMethod = "PUT"
)

Defines values for HTTPNotificationEndpointMethod.

type HTTPNotificationEndpoint_Headers

type HTTPNotificationEndpoint_Headers struct {
	AdditionalProperties map[string]string `json:"-"`
}

HTTPNotificationEndpoint_Headers defines model for HTTPNotificationEndpoint.Headers.

func (HTTPNotificationEndpoint_Headers) Get

func (a HTTPNotificationEndpoint_Headers) Get(fieldName string) (value string, found bool)

Getter for additional properties for HTTPNotificationEndpoint_Headers. Returns the specified element and whether it was found

func (HTTPNotificationEndpoint_Headers) MarshalJSON

func (a HTTPNotificationEndpoint_Headers) MarshalJSON() ([]byte, error)

Override default JSON handling for HTTPNotificationEndpoint_Headers to handle AdditionalProperties

func (*HTTPNotificationEndpoint_Headers) Set

func (a *HTTPNotificationEndpoint_Headers) Set(fieldName string, value string)

Setter for additional properties for HTTPNotificationEndpoint_Headers

func (*HTTPNotificationEndpoint_Headers) UnmarshalJSON

func (a *HTTPNotificationEndpoint_Headers) UnmarshalJSON(b []byte) error

Override default JSON handling for HTTPNotificationEndpoint_Headers to handle AdditionalProperties

type HTTPNotificationRule

type HTTPNotificationRule struct {
	// Embedded struct due to allOf(#/components/schemas/NotificationRuleBase)
	NotificationRuleBase
	// Embedded struct due to allOf(#/components/schemas/HTTPNotificationRuleBase)
	HTTPNotificationRuleBase
}

HTTPNotificationRule defines model for HTTPNotificationRule.

type HTTPNotificationRuleBase

type HTTPNotificationRuleBase struct {
	Type HTTPNotificationRuleBaseType `json:"type"`
	Url  *string                      `json:"url,omitempty"`
}

HTTPNotificationRuleBase defines model for HTTPNotificationRuleBase.

type HTTPNotificationRuleBaseType

type HTTPNotificationRuleBaseType string

HTTPNotificationRuleBaseType defines model for HTTPNotificationRuleBase.Type.

const (
	HTTPNotificationRuleBaseTypeHttp HTTPNotificationRuleBaseType = "http"
)

Defines values for HTTPNotificationRuleBaseType.

type HealthCheck

type HealthCheck struct {
	Checks  *[]HealthCheck    `json:"checks,omitempty"`
	Commit  *string           `json:"commit,omitempty"`
	Message *string           `json:"message,omitempty"`
	Name    string            `json:"name"`
	Status  HealthCheckStatus `json:"status"`
	Version *string           `json:"version,omitempty"`
}

HealthCheck defines model for HealthCheck.

type HealthCheckStatus

type HealthCheckStatus string

HealthCheckStatus defines model for HealthCheck.Status.

const (
	HealthCheckStatusFail HealthCheckStatus = "fail"

	HealthCheckStatusPass HealthCheckStatus = "pass"
)

Defines values for HealthCheckStatus.

type HeatmapViewProperties

type HeatmapViewProperties struct {
	BinSize float32 `json:"binSize"`

	// Colors define color encoding of data into a visualization
	Colors  []string                   `json:"colors"`
	Note    string                     `json:"note"`
	Queries []DashboardQuery           `json:"queries"`
	Shape   HeatmapViewPropertiesShape `json:"shape"`

	// If true, will display note when empty
	ShowNoteWhenEmpty bool                      `json:"showNoteWhenEmpty"`
	TimeFormat        *string                   `json:"timeFormat,omitempty"`
	Type              HeatmapViewPropertiesType `json:"type"`
	XAxisLabel        string                    `json:"xAxisLabel"`
	XColumn           string                    `json:"xColumn"`
	XDomain           []float32                 `json:"xDomain"`
	XPrefix           string                    `json:"xPrefix"`
	XSuffix           string                    `json:"xSuffix"`
	YAxisLabel        string                    `json:"yAxisLabel"`
	YColumn           string                    `json:"yColumn"`
	YDomain           []float32                 `json:"yDomain"`
	YPrefix           string                    `json:"yPrefix"`
	YSuffix           string                    `json:"ySuffix"`
}

HeatmapViewProperties defines model for HeatmapViewProperties.

type HeatmapViewPropertiesShape

type HeatmapViewPropertiesShape string

HeatmapViewPropertiesShape defines model for HeatmapViewProperties.Shape.

const (
	HeatmapViewPropertiesShapeChronografV2 HeatmapViewPropertiesShape = "chronograf-v2"
)

Defines values for HeatmapViewPropertiesShape.

type HeatmapViewPropertiesType

type HeatmapViewPropertiesType string

HeatmapViewPropertiesType defines model for HeatmapViewProperties.Type.

const (
	HeatmapViewPropertiesTypeHeatmap HeatmapViewPropertiesType = "heatmap"
)

Defines values for HeatmapViewPropertiesType.

type HistogramViewProperties

type HistogramViewProperties struct {
	BinCount int `json:"binCount"`

	// Colors define color encoding of data into a visualization
	Colors      []DashboardColor                `json:"colors"`
	FillColumns []string                        `json:"fillColumns"`
	Note        string                          `json:"note"`
	Position    HistogramViewPropertiesPosition `json:"position"`
	Queries     []DashboardQuery                `json:"queries"`
	Shape       HistogramViewPropertiesShape    `json:"shape"`

	// If true, will display note when empty
	ShowNoteWhenEmpty bool                        `json:"showNoteWhenEmpty"`
	Type              HistogramViewPropertiesType `json:"type"`
	XAxisLabel        string                      `json:"xAxisLabel"`
	XColumn           string                      `json:"xColumn"`
	XDomain           []float32                   `json:"xDomain"`
}

HistogramViewProperties defines model for HistogramViewProperties.

type HistogramViewPropertiesPosition

type HistogramViewPropertiesPosition string

HistogramViewPropertiesPosition defines model for HistogramViewProperties.Position.

const (
	HistogramViewPropertiesPositionOverlaid HistogramViewPropertiesPosition = "overlaid"

	HistogramViewPropertiesPositionStacked HistogramViewPropertiesPosition = "stacked"
)

Defines values for HistogramViewPropertiesPosition.

type HistogramViewPropertiesShape

type HistogramViewPropertiesShape string

HistogramViewPropertiesShape defines model for HistogramViewProperties.Shape.

const (
	HistogramViewPropertiesShapeChronografV2 HistogramViewPropertiesShape = "chronograf-v2"
)

Defines values for HistogramViewPropertiesShape.

type HistogramViewPropertiesType

type HistogramViewPropertiesType string

HistogramViewPropertiesType defines model for HistogramViewProperties.Type.

const (
	HistogramViewPropertiesTypeHistogram HistogramViewPropertiesType = "histogram"
)

Defines values for HistogramViewPropertiesType.

type Identifier

type Identifier struct {
	Name *string `json:"name,omitempty"`

	// Type of AST node
	Type *NodeType `json:"type,omitempty"`
}

Identifier defines model for Identifier.

type ImportDeclaration

type ImportDeclaration struct {

	// A valid Flux identifier
	As *Identifier `json:"as,omitempty"`

	// Expressions begin and end with double quote marks
	Path *StringLiteral `json:"path,omitempty"`

	// Type of AST node
	Type *NodeType `json:"type,omitempty"`
}

ImportDeclaration defines model for ImportDeclaration.

type IndexExpression

type IndexExpression struct {
	Array *Expression `json:"array,omitempty"`
	Index *Expression `json:"index,omitempty"`

	// Type of AST node
	Type *NodeType `json:"type,omitempty"`
}

IndexExpression defines model for IndexExpression.

type InfluxQLQuery

type InfluxQLQuery struct {

	// Bucket is to be used instead of the database and retention policy specified in the InfluxQL query.
	Bucket *string `json:"bucket,omitempty"`

	// InfluxQL query execute.
	Query string `json:"query"`

	// The type of query. Must be "influxql".
	Type *InfluxQLQueryType `json:"type,omitempty"`
}

InfluxQLQuery defines model for InfluxQLQuery.

type InfluxQLQueryType

type InfluxQLQueryType string

InfluxQLQueryType defines model for InfluxQLQuery.Type.

const (
	InfluxQLQueryTypeInfluxql InfluxQLQueryType = "influxql"
)

Defines values for InfluxQLQueryType.

type IntegerLiteral

type IntegerLiteral struct {

	// Type of AST node
	Type  *NodeType `json:"type,omitempty"`
	Value *string   `json:"value,omitempty"`
}

IntegerLiteral defines model for IntegerLiteral.

type Invite

type Invite struct {
	Email     string     `json:"email"`
	ExpiresAt *time.Time `json:"expiresAt,omitempty"`

	// the idpe id of the invite
	Id    string `json:"id"`
	Links *struct {
		Self *string `json:"self,omitempty"`
	} `json:"links,omitempty"`
	Role InviteRole `json:"role"`
}

Invite defines model for Invite.

type InviteRole

type InviteRole string

InviteRole defines model for Invite.Role.

const (
	InviteRoleMember InviteRole = "member"

	InviteRoleOwner InviteRole = "owner"
)

Defines values for InviteRole.

type Invites

type Invites struct {
	Invites *[]Invite `json:"invites,omitempty"`
	Links   *struct {
		Self *string `json:"self,omitempty"`
	} `json:"links,omitempty"`
}

Invites defines model for Invites.

type IsOnboarding

type IsOnboarding struct {

	// True means that the influxdb instance has NOT had initial setup; false means that the database has been setup.
	Allowed *bool `json:"allowed,omitempty"`
}

IsOnboarding defines model for IsOnboarding.

type Label

type Label struct {
	Id    *string `json:"id,omitempty"`
	Name  *string `json:"name,omitempty"`
	OrgID *string `json:"orgID,omitempty"`

	// Key/Value pairs associated with this label. Keys can be removed by sending an update with an empty value.
	Properties *Label_Properties `json:"properties,omitempty"`
}

Label defines model for Label.

type LabelCreateRequest

type LabelCreateRequest struct {
	Name  *string `json:"name,omitempty"`
	OrgID string  `json:"orgID"`

	// Key/Value pairs associated with this label. Keys can be removed by sending an update with an empty value.
	Properties *LabelCreateRequest_Properties `json:"properties,omitempty"`
}

LabelCreateRequest defines model for LabelCreateRequest.

type LabelCreateRequest_Properties

type LabelCreateRequest_Properties struct {
	AdditionalProperties map[string]string `json:"-"`
}

LabelCreateRequest_Properties defines model for LabelCreateRequest.Properties.

func (LabelCreateRequest_Properties) Get

func (a LabelCreateRequest_Properties) Get(fieldName string) (value string, found bool)

Getter for additional properties for LabelCreateRequest_Properties. Returns the specified element and whether it was found

func (LabelCreateRequest_Properties) MarshalJSON

func (a LabelCreateRequest_Properties) MarshalJSON() ([]byte, error)

Override default JSON handling for LabelCreateRequest_Properties to handle AdditionalProperties

func (*LabelCreateRequest_Properties) Set

func (a *LabelCreateRequest_Properties) Set(fieldName string, value string)

Setter for additional properties for LabelCreateRequest_Properties

func (*LabelCreateRequest_Properties) UnmarshalJSON

func (a *LabelCreateRequest_Properties) UnmarshalJSON(b []byte) error

Override default JSON handling for LabelCreateRequest_Properties to handle AdditionalProperties

type LabelMapping

type LabelMapping struct {
	LabelID *string `json:"labelID,omitempty"`
}

LabelMapping defines model for LabelMapping.

type LabelResponse

type LabelResponse struct {
	Label *Label `json:"label,omitempty"`
	Links *Links `json:"links,omitempty"`
}

LabelResponse defines model for LabelResponse.

type LabelUpdate

type LabelUpdate struct {
	Name *string `json:"name,omitempty"`

	// Key/Value pairs associated with this label. Keys can be removed by sending an update with an empty value.
	Properties *LabelUpdate_Properties `json:"properties,omitempty"`
}

LabelUpdate defines model for LabelUpdate.

type LabelUpdate_Properties

type LabelUpdate_Properties struct {
	AdditionalProperties map[string]string `json:"-"`
}

LabelUpdate_Properties defines model for LabelUpdate.Properties.

func (LabelUpdate_Properties) Get

func (a LabelUpdate_Properties) Get(fieldName string) (value string, found bool)

Getter for additional properties for LabelUpdate_Properties. Returns the specified element and whether it was found

func (LabelUpdate_Properties) MarshalJSON

func (a LabelUpdate_Properties) MarshalJSON() ([]byte, error)

Override default JSON handling for LabelUpdate_Properties to handle AdditionalProperties

func (*LabelUpdate_Properties) Set

func (a *LabelUpdate_Properties) Set(fieldName string, value string)

Setter for additional properties for LabelUpdate_Properties

func (*LabelUpdate_Properties) UnmarshalJSON

func (a *LabelUpdate_Properties) UnmarshalJSON(b []byte) error

Override default JSON handling for LabelUpdate_Properties to handle AdditionalProperties

type Label_Properties

type Label_Properties struct {
	AdditionalProperties map[string]string `json:"-"`
}

Label_Properties defines model for Label.Properties.

func (Label_Properties) Get

func (a Label_Properties) Get(fieldName string) (value string, found bool)

Getter for additional properties for Label_Properties. Returns the specified element and whether it was found

func (Label_Properties) MarshalJSON

func (a Label_Properties) MarshalJSON() ([]byte, error)

Override default JSON handling for Label_Properties to handle AdditionalProperties

func (*Label_Properties) Set

func (a *Label_Properties) Set(fieldName string, value string)

Setter for additional properties for Label_Properties

func (*Label_Properties) UnmarshalJSON

func (a *Label_Properties) UnmarshalJSON(b []byte) error

Override default JSON handling for Label_Properties to handle AdditionalProperties

type Labels

type Labels []Label

Labels defines model for Labels.

type LabelsResponse

type LabelsResponse struct {
	Labels *Labels `json:"labels,omitempty"`
	Links  *Links  `json:"links,omitempty"`
}

LabelsResponse defines model for LabelsResponse.

type LanguageRequest

type LanguageRequest struct {

	// Flux query script to be analyzed
	Query string `json:"query"`
}

LanguageRequest defines model for LanguageRequest.

type Legend

type Legend struct {

	// orientation is the location of the legend with respect to the view graph
	Orientation *LegendOrientation `json:"orientation,omitempty"`

	// The style of the legend.
	Type *LegendType `json:"type,omitempty"`
}

Legend defines model for Legend.

type LegendOrientation

type LegendOrientation string

LegendOrientation defines model for Legend.Orientation.

const (
	LegendOrientationBottom LegendOrientation = "bottom"

	LegendOrientationLeft LegendOrientation = "left"

	LegendOrientationRight LegendOrientation = "right"

	LegendOrientationTop LegendOrientation = "top"
)

Defines values for LegendOrientation.

type LegendType

type LegendType string

LegendType defines model for Legend.Type.

const (
	LegendTypeStatic LegendType = "static"
)

Defines values for LegendType.

type LesserThreshold

type LesserThreshold struct {
	// Embedded struct due to allOf(#/components/schemas/ThresholdBase)
	ThresholdBase
	// Embedded fields due to inline allOf schema
	Type  LesserThresholdType `json:"type"`
	Value float32             `json:"value"`
}

LesserThreshold defines model for LesserThreshold.

type LesserThresholdType

type LesserThresholdType string

LesserThresholdType defines model for LesserThreshold.Type.

const (
	LesserThresholdTypeLesser LesserThresholdType = "lesser"
)

Defines values for LesserThresholdType.

type Limit

type Limit int

Limit defines model for Limit.

type LinePlusSingleStatProperties

type LinePlusSingleStatProperties struct {

	// The viewport for a View's visualizations
	Axes Axes `json:"axes"`

	// Colors define color encoding of data into a visualization
	Colors []DashboardColor `json:"colors"`

	// Indicates whether decimal places should be enforced, and how many digits it should show.
	DecimalPlaces  DecimalPlaces                               `json:"decimalPlaces"`
	HoverDimension *LinePlusSingleStatPropertiesHoverDimension `json:"hoverDimension,omitempty"`

	// Legend define encoding of data into a view's legend
	Legend     Legend                               `json:"legend"`
	Note       string                               `json:"note"`
	Position   LinePlusSingleStatPropertiesPosition `json:"position"`
	Prefix     string                               `json:"prefix"`
	Queries    []DashboardQuery                     `json:"queries"`
	ShadeBelow *bool                                `json:"shadeBelow,omitempty"`
	Shape      LinePlusSingleStatPropertiesShape    `json:"shape"`

	// If true, will display note when empty
	ShowNoteWhenEmpty bool                             `json:"showNoteWhenEmpty"`
	Suffix            string                           `json:"suffix"`
	TimeFormat        *string                          `json:"timeFormat,omitempty"`
	Type              LinePlusSingleStatPropertiesType `json:"type"`
	XColumn           *string                          `json:"xColumn,omitempty"`
	YColumn           *string                          `json:"yColumn,omitempty"`
}

LinePlusSingleStatProperties defines model for LinePlusSingleStatProperties.

type LinePlusSingleStatPropertiesHoverDimension

type LinePlusSingleStatPropertiesHoverDimension string

LinePlusSingleStatPropertiesHoverDimension defines model for LinePlusSingleStatProperties.HoverDimension.

const (
	LinePlusSingleStatPropertiesHoverDimensionAuto LinePlusSingleStatPropertiesHoverDimension = "auto"

	LinePlusSingleStatPropertiesHoverDimensionTrue LinePlusSingleStatPropertiesHoverDimension = "true"

	LinePlusSingleStatPropertiesHoverDimensionX LinePlusSingleStatPropertiesHoverDimension = "x"

	LinePlusSingleStatPropertiesHoverDimensionXy LinePlusSingleStatPropertiesHoverDimension = "xy"
)

Defines values for LinePlusSingleStatPropertiesHoverDimension.

type LinePlusSingleStatPropertiesPosition

type LinePlusSingleStatPropertiesPosition string

LinePlusSingleStatPropertiesPosition defines model for LinePlusSingleStatProperties.Position.

const (
	LinePlusSingleStatPropertiesPositionOverlaid LinePlusSingleStatPropertiesPosition = "overlaid"

	LinePlusSingleStatPropertiesPositionStacked LinePlusSingleStatPropertiesPosition = "stacked"
)

Defines values for LinePlusSingleStatPropertiesPosition.

type LinePlusSingleStatPropertiesShape

type LinePlusSingleStatPropertiesShape string

LinePlusSingleStatPropertiesShape defines model for LinePlusSingleStatProperties.Shape.

const (
	LinePlusSingleStatPropertiesShapeChronografV2 LinePlusSingleStatPropertiesShape = "chronograf-v2"
)

Defines values for LinePlusSingleStatPropertiesShape.

type LinePlusSingleStatPropertiesType

type LinePlusSingleStatPropertiesType string

LinePlusSingleStatPropertiesType defines model for LinePlusSingleStatProperties.Type.

const (
	LinePlusSingleStatPropertiesTypeLinePlusSingleStat LinePlusSingleStatPropertiesType = "line-plus-single-stat"
)

Defines values for LinePlusSingleStatPropertiesType.

type LineProtocolError

type LineProtocolError struct {

	// Code is the machine-readable error code.
	Code LineProtocolErrorCode `json:"code"`

	// Err is a stack of errors that occurred during processing of the request. Useful for debugging.
	Err string `json:"err"`

	// First line within sent body containing malformed data
	Line *int32 `json:"line,omitempty"`

	// Message is a human-readable message.
	Message string `json:"message"`

	// Op describes the logical code operation during error. Useful for debugging.
	Op string `json:"op"`
}

LineProtocolError defines model for LineProtocolError.

type LineProtocolErrorCode

type LineProtocolErrorCode string

LineProtocolErrorCode defines model for LineProtocolError.Code.

const (
	LineProtocolErrorCodeConflict LineProtocolErrorCode = "conflict"

	LineProtocolErrorCodeEmptyValue LineProtocolErrorCode = "empty value"

	LineProtocolErrorCodeInternalError LineProtocolErrorCode = "internal error"

	LineProtocolErrorCodeInvalid LineProtocolErrorCode = "invalid"

	LineProtocolErrorCodeNotFound LineProtocolErrorCode = "not found"

	LineProtocolErrorCodeUnavailable LineProtocolErrorCode = "unavailable"
)

Defines values for LineProtocolErrorCode.

type LineProtocolLengthError

type LineProtocolLengthError struct {

	// Code is the machine-readable error code.
	Code LineProtocolLengthErrorCode `json:"code"`

	// Max length in bytes for a body of line-protocol.
	MaxLength int32 `json:"maxLength"`

	// Message is a human-readable message.
	Message string `json:"message"`
}

LineProtocolLengthError defines model for LineProtocolLengthError.

type LineProtocolLengthErrorCode

type LineProtocolLengthErrorCode string

LineProtocolLengthErrorCode defines model for LineProtocolLengthError.Code.

const (
	LineProtocolLengthErrorCodeInvalid LineProtocolLengthErrorCode = "invalid"
)

Defines values for LineProtocolLengthErrorCode.

type Link string

Link defines model for Link.

type Links struct {

	// URI of resource.
	Next *Link `json:"next,omitempty"`

	// URI of resource.
	Prev *Link `json:"prev,omitempty"`

	// URI of resource.
	Self Link `json:"self"`
}

Links defines model for Links.

type ListStacksParams

type ListStacksParams struct {

	// The organization id of the stacks
	OrgID string `json:"orgID"`

	// A collection of names to filter the list by.
	Name *string `json:"name,omitempty"`

	// A collection of stackIDs to filter the list by.
	StackID *string `json:"stackID,omitempty"`
}

ListStacksParams defines parameters for ListStacks.

type LogEvent

type LogEvent struct {

	// A description of the event that occurred.
	Message *string `json:"message,omitempty"`

	// Time event occurred, RFC3339Nano.
	Time *time.Time `json:"time,omitempty"`
}

LogEvent defines model for LogEvent.

type LogicalExpression

type LogicalExpression struct {
	Left     *Expression `json:"left,omitempty"`
	Operator *string     `json:"operator,omitempty"`
	Right    *Expression `json:"right,omitempty"`

	// Type of AST node
	Type *NodeType `json:"type,omitempty"`
}

LogicalExpression defines model for LogicalExpression.

type Logs

type Logs struct {
	Events *[]LogEvent `json:"events,omitempty"`
}

Logs defines model for Logs.

type MapVariableProperties

type MapVariableProperties struct {
	Type   *MapVariablePropertiesType    `json:"type,omitempty"`
	Values *MapVariableProperties_Values `json:"values,omitempty"`
}

MapVariableProperties defines model for MapVariableProperties.

type MapVariablePropertiesType

type MapVariablePropertiesType string

MapVariablePropertiesType defines model for MapVariableProperties.Type.

const (
	MapVariablePropertiesTypeMap MapVariablePropertiesType = "map"
)

Defines values for MapVariablePropertiesType.

type MapVariableProperties_Values

type MapVariableProperties_Values struct {
	AdditionalProperties map[string]string `json:"-"`
}

MapVariableProperties_Values defines model for MapVariableProperties.Values.

func (MapVariableProperties_Values) Get

func (a MapVariableProperties_Values) Get(fieldName string) (value string, found bool)

Getter for additional properties for MapVariableProperties_Values. Returns the specified element and whether it was found

func (MapVariableProperties_Values) MarshalJSON

func (a MapVariableProperties_Values) MarshalJSON() ([]byte, error)

Override default JSON handling for MapVariableProperties_Values to handle AdditionalProperties

func (*MapVariableProperties_Values) Set

func (a *MapVariableProperties_Values) Set(fieldName string, value string)

Setter for additional properties for MapVariableProperties_Values

func (*MapVariableProperties_Values) UnmarshalJSON

func (a *MapVariableProperties_Values) UnmarshalJSON(b []byte) error

Override default JSON handling for MapVariableProperties_Values to handle AdditionalProperties

type MarkdownViewProperties

type MarkdownViewProperties struct {
	Note  string                      `json:"note"`
	Shape MarkdownViewPropertiesShape `json:"shape"`
	Type  MarkdownViewPropertiesType  `json:"type"`
}

MarkdownViewProperties defines model for MarkdownViewProperties.

type MarkdownViewPropertiesShape

type MarkdownViewPropertiesShape string

MarkdownViewPropertiesShape defines model for MarkdownViewProperties.Shape.

const (
	MarkdownViewPropertiesShapeChronografV2 MarkdownViewPropertiesShape = "chronograf-v2"
)

Defines values for MarkdownViewPropertiesShape.

type MarkdownViewPropertiesType

type MarkdownViewPropertiesType string

MarkdownViewPropertiesType defines model for MarkdownViewProperties.Type.

const (
	MarkdownViewPropertiesTypeMarkdown MarkdownViewPropertiesType = "markdown"
)

Defines values for MarkdownViewPropertiesType.

type MemberAssignment

type MemberAssignment struct {
	Init *Expression `json:"init,omitempty"`

	// Represents accessing a property of an object
	Member *MemberExpression `json:"member,omitempty"`

	// Type of AST node
	Type *NodeType `json:"type,omitempty"`
}

MemberAssignment defines model for MemberAssignment.

type MemberExpression

type MemberExpression struct {
	Object   *Expression  `json:"object,omitempty"`
	Property *PropertyKey `json:"property,omitempty"`

	// Type of AST node
	Type *NodeType `json:"type,omitempty"`
}

MemberExpression defines model for MemberExpression.

type MosaicViewProperties

type MosaicViewProperties struct {

	// Colors define color encoding of data into a visualization
	Colors      []string                  `json:"colors"`
	FillColumns []string                  `json:"fillColumns"`
	Note        string                    `json:"note"`
	Queries     []DashboardQuery          `json:"queries"`
	Shape       MosaicViewPropertiesShape `json:"shape"`

	// If true, will display note when empty
	ShowNoteWhenEmpty bool                     `json:"showNoteWhenEmpty"`
	TimeFormat        *string                  `json:"timeFormat,omitempty"`
	Type              MosaicViewPropertiesType `json:"type"`
	XAxisLabel        string                   `json:"xAxisLabel"`
	XColumn           string                   `json:"xColumn"`
	XDomain           []float32                `json:"xDomain"`
	XPrefix           string                   `json:"xPrefix"`
	XSuffix           string                   `json:"xSuffix"`
	YAxisLabel        string                   `json:"yAxisLabel"`
	YDomain           []float32                `json:"yDomain"`
	YPrefix           string                   `json:"yPrefix"`
	YSeriesColumns    []string                 `json:"ySeriesColumns"`
	YSuffix           string                   `json:"ySuffix"`
}

MosaicViewProperties defines model for MosaicViewProperties.

type MosaicViewPropertiesShape

type MosaicViewPropertiesShape string

MosaicViewPropertiesShape defines model for MosaicViewProperties.Shape.

const (
	MosaicViewPropertiesShapeChronografV2 MosaicViewPropertiesShape = "chronograf-v2"
)

Defines values for MosaicViewPropertiesShape.

type MosaicViewPropertiesType

type MosaicViewPropertiesType string

MosaicViewPropertiesType defines model for MosaicViewProperties.Type.

const (
	MosaicViewPropertiesTypeMosaic MosaicViewPropertiesType = "mosaic"
)

Defines values for MosaicViewPropertiesType.

type Node

type Node interface{}

Node defines model for Node.

type NodeType

type NodeType string

NodeType defines model for NodeType.

type NotificationEndpoint

type NotificationEndpoint struct {
	// Embedded struct due to allOf(#/components/schemas/NotificationEndpointDiscrimator)
	NotificationEndpointDiscrimator
}

NotificationEndpoint defines model for NotificationEndpoint.

type NotificationEndpointBase

type NotificationEndpointBase struct {
	CreatedAt *time.Time `json:"createdAt,omitempty"`

	// An optional description of the notification endpoint.
	Description *string `json:"description,omitempty"`
	Id          *string `json:"id,omitempty"`
	Labels      *Labels `json:"labels,omitempty"`
	Links       *struct {

		// URI of resource.
		Labels *Link `json:"labels,omitempty"`

		// URI of resource.
		Members *Link `json:"members,omitempty"`

		// URI of resource.
		Owners *Link `json:"owners,omitempty"`

		// URI of resource.
		Self *Link `json:"self,omitempty"`
	} `json:"links,omitempty"`
	Name  string  `json:"name"`
	OrgID *string `json:"orgID,omitempty"`

	// The status of the endpoint.
	Status    *NotificationEndpointBaseStatus `json:"status,omitempty"`
	Type      NotificationEndpointType        `json:"type"`
	UpdatedAt *time.Time                      `json:"updatedAt,omitempty"`
	UserID    *string                         `json:"userID,omitempty"`
}

NotificationEndpointBase defines model for NotificationEndpointBase.

type NotificationEndpointBaseStatus

type NotificationEndpointBaseStatus string

NotificationEndpointBaseStatus defines model for NotificationEndpointBase.Status.

const (
	NotificationEndpointBaseStatusActive NotificationEndpointBaseStatus = "active"

	NotificationEndpointBaseStatusInactive NotificationEndpointBaseStatus = "inactive"
)

Defines values for NotificationEndpointBaseStatus.

type NotificationEndpointDiscrimator

type NotificationEndpointDiscrimator interface{}

NotificationEndpointDiscrimator defines model for NotificationEndpointDiscrimator.

type NotificationEndpointType

type NotificationEndpointType string

NotificationEndpointType defines model for NotificationEndpointType.

const (
	NotificationEndpointTypeHttp NotificationEndpointType = "http"

	NotificationEndpointTypePagerduty NotificationEndpointType = "pagerduty"

	NotificationEndpointTypeSlack NotificationEndpointType = "slack"
)

Defines values for NotificationEndpointType.

type NotificationEndpointUpdate

type NotificationEndpointUpdate struct {
	Description *string                           `json:"description,omitempty"`
	Name        *string                           `json:"name,omitempty"`
	Status      *NotificationEndpointUpdateStatus `json:"status,omitempty"`
}

NotificationEndpointUpdate defines model for NotificationEndpointUpdate.

type NotificationEndpointUpdateStatus

type NotificationEndpointUpdateStatus string

NotificationEndpointUpdateStatus defines model for NotificationEndpointUpdate.Status.

const (
	NotificationEndpointUpdateStatusActive NotificationEndpointUpdateStatus = "active"

	NotificationEndpointUpdateStatusInactive NotificationEndpointUpdateStatus = "inactive"
)

Defines values for NotificationEndpointUpdateStatus.

type NotificationEndpoints

type NotificationEndpoints struct {
	Links                 *Links                  `json:"links,omitempty"`
	NotificationEndpoints *[]NotificationEndpoint `json:"notificationEndpoints,omitempty"`
}

NotificationEndpoints defines model for NotificationEndpoints.

type NotificationRule

type NotificationRule struct {
	// Embedded struct due to allOf(#/components/schemas/NotificationRuleDiscriminator)
	NotificationRuleDiscriminator
}

NotificationRule defines model for NotificationRule.

type NotificationRuleBase

type NotificationRuleBase struct {
	CreatedAt *time.Time `json:"createdAt,omitempty"`

	// An optional description of the notification rule.
	Description *string `json:"description,omitempty"`
	EndpointID  string  `json:"endpointID"`

	// The notification repetition interval.
	Every         *string                            `json:"every,omitempty"`
	Id            string                             `json:"id"`
	Labels        *Labels                            `json:"labels,omitempty"`
	LastRunError  *string                            `json:"lastRunError,omitempty"`
	LastRunStatus *NotificationRuleBaseLastRunStatus `json:"lastRunStatus,omitempty"`

	// Timestamp of latest scheduled, completed run, RFC3339.
	LatestCompleted *time.Time `json:"latestCompleted,omitempty"`

	// Don't notify me more than <limit> times every <limitEvery> seconds. If set, limitEvery cannot be empty.
	Limit *int `json:"limit,omitempty"`

	// Don't notify me more than <limit> times every <limitEvery> seconds. If set, limit cannot be empty.
	LimitEvery *int `json:"limitEvery,omitempty"`
	Links      *struct {

		// URI of resource.
		Labels *Link `json:"labels,omitempty"`

		// URI of resource.
		Members *Link `json:"members,omitempty"`

		// URI of resource.
		Owners *Link `json:"owners,omitempty"`

		// URI of resource.
		Query *Link `json:"query,omitempty"`

		// URI of resource.
		Self *Link `json:"self,omitempty"`
	} `json:"links,omitempty"`

	// Human-readable name describing the notification rule.
	Name string `json:"name"`

	// Duration to delay after the schedule, before executing check.
	Offset *string `json:"offset,omitempty"`

	// The ID of the organization that owns this notification rule.
	OrgID string `json:"orgID"`

	// The ID of creator used to create this notification rule.
	OwnerID     *string        `json:"ownerID,omitempty"`
	RunbookLink *string        `json:"runbookLink,omitempty"`
	SleepUntil  *string        `json:"sleepUntil,omitempty"`
	Status      TaskStatusType `json:"status"`

	// List of status rules the notification rule attempts to match.
	StatusRules []StatusRule `json:"statusRules"`

	// List of tag rules the notification rule attempts to match.
	TagRules  []TagRule  `json:"tagRules"`
	UpdatedAt *time.Time `json:"updatedAt,omitempty"`
}

NotificationRuleBase defines model for NotificationRuleBase.

type NotificationRuleBaseLastRunStatus

type NotificationRuleBaseLastRunStatus string

NotificationRuleBaseLastRunStatus defines model for NotificationRuleBase.LastRunStatus.

const (
	NotificationRuleBaseLastRunStatusCanceled NotificationRuleBaseLastRunStatus = "canceled"

	NotificationRuleBaseLastRunStatusFailed NotificationRuleBaseLastRunStatus = "failed"

	NotificationRuleBaseLastRunStatusSuccess NotificationRuleBaseLastRunStatus = "success"
)

Defines values for NotificationRuleBaseLastRunStatus.

type NotificationRuleDiscriminator

type NotificationRuleDiscriminator interface{}

NotificationRuleDiscriminator defines model for NotificationRuleDiscriminator.

type NotificationRuleUpdate

type NotificationRuleUpdate struct {
	Description *string                       `json:"description,omitempty"`
	Name        *string                       `json:"name,omitempty"`
	Status      *NotificationRuleUpdateStatus `json:"status,omitempty"`
}

NotificationRuleUpdate defines model for NotificationRuleUpdate.

type NotificationRuleUpdateStatus

type NotificationRuleUpdateStatus string

NotificationRuleUpdateStatus defines model for NotificationRuleUpdate.Status.

const (
	NotificationRuleUpdateStatusActive NotificationRuleUpdateStatus = "active"

	NotificationRuleUpdateStatusInactive NotificationRuleUpdateStatus = "inactive"
)

Defines values for NotificationRuleUpdateStatus.

type NotificationRules

type NotificationRules struct {
	Links             *Links              `json:"links,omitempty"`
	NotificationRules *[]NotificationRule `json:"notificationRules,omitempty"`
}

NotificationRules defines model for NotificationRules.

type ObjectExpression

type ObjectExpression struct {

	// Object properties
	Properties *[]Property `json:"properties,omitempty"`

	// Type of AST node
	Type *NodeType `json:"type,omitempty"`
}

ObjectExpression defines model for ObjectExpression.

type Offset

type Offset int

Offset defines model for Offset.

type OnboardingRequest

type OnboardingRequest struct {
	Bucket             string  `json:"bucket"`
	Org                string  `json:"org"`
	Password           *string `json:"password,omitempty"`
	RetentionPeriodHrs *int    `json:"retentionPeriodHrs,omitempty"`
	Username           string  `json:"username"`
}

OnboardingRequest defines model for OnboardingRequest.

type OnboardingResponse

type OnboardingResponse struct {
	Auth   *Authorization `json:"auth,omitempty"`
	Bucket *Bucket        `json:"bucket,omitempty"`
	Org    *Organization  `json:"org,omitempty"`
	User   *User          `json:"user,omitempty"`
}

OnboardingResponse defines model for OnboardingResponse.

type OptionStatement

type OptionStatement struct {
	Assignment *interface{} `json:"assignment,omitempty"`

	// Type of AST node
	Type *NodeType `json:"type,omitempty"`
}

OptionStatement defines model for OptionStatement.

type Organization

type Organization struct {
	CreatedAt   *time.Time `json:"createdAt,omitempty"`
	Description *string    `json:"description,omitempty"`
	Id          *string    `json:"id,omitempty"`
	Links       *struct {

		// URI of resource.
		Buckets *Link `json:"buckets,omitempty"`

		// URI of resource.
		Dashboards *Link `json:"dashboards,omitempty"`

		// URI of resource.
		Labels *Link `json:"labels,omitempty"`

		// URI of resource.
		Members *Link `json:"members,omitempty"`

		// URI of resource.
		Owners *Link `json:"owners,omitempty"`

		// URI of resource.
		Secrets *Link `json:"secrets,omitempty"`

		// URI of resource.
		Self *Link `json:"self,omitempty"`

		// URI of resource.
		Tasks *Link `json:"tasks,omitempty"`
	} `json:"links,omitempty"`
	Name string `json:"name"`

	// If inactive the organization is inactive.
	Status    *OrganizationStatus `json:"status,omitempty"`
	UpdatedAt *time.Time          `json:"updatedAt,omitempty"`
}

Organization defines model for Organization.

type OrganizationStatus

type OrganizationStatus string

OrganizationStatus defines model for Organization.Status.

const (
	OrganizationStatusActive OrganizationStatus = "active"

	OrganizationStatusInactive OrganizationStatus = "inactive"
)

Defines values for OrganizationStatus.

type Organizations

type Organizations struct {
	Links *Links          `json:"links,omitempty"`
	Orgs  *[]Organization `json:"orgs,omitempty"`
}

Organizations defines model for Organizations.

type Package

type Package struct {

	// Package files
	Files *[]File `json:"files,omitempty"`

	// Package name
	Package *string `json:"package,omitempty"`

	// Package import path
	Path *string `json:"path,omitempty"`

	// Type of AST node
	Type *NodeType `json:"type,omitempty"`
}

Package defines model for Package.

type PackageClause

type PackageClause struct {

	// A valid Flux identifier
	Name *Identifier `json:"name,omitempty"`

	// Type of AST node
	Type *NodeType `json:"type,omitempty"`
}

PackageClause defines model for PackageClause.

type PagerDutyNotificationEndpoint

type PagerDutyNotificationEndpoint struct {
	// Embedded struct due to allOf(#/components/schemas/NotificationEndpointBase)
	NotificationEndpointBase
	// Embedded fields due to inline allOf schema
	ClientURL  *string `json:"clientURL,omitempty"`
	RoutingKey string  `json:"routingKey"`
}

PagerDutyNotificationEndpoint defines model for PagerDutyNotificationEndpoint.

type PagerDutyNotificationRule

type PagerDutyNotificationRule struct {
	// Embedded struct due to allOf(#/components/schemas/NotificationRuleBase)
	NotificationRuleBase
	// Embedded struct due to allOf(#/components/schemas/PagerDutyNotificationRuleBase)
	PagerDutyNotificationRuleBase
}

PagerDutyNotificationRule defines model for PagerDutyNotificationRule.

type PagerDutyNotificationRuleBase

type PagerDutyNotificationRuleBase struct {
	MessageTemplate string                            `json:"messageTemplate"`
	Type            PagerDutyNotificationRuleBaseType `json:"type"`
}

PagerDutyNotificationRuleBase defines model for PagerDutyNotificationRuleBase.

type PagerDutyNotificationRuleBaseType

type PagerDutyNotificationRuleBaseType string

PagerDutyNotificationRuleBaseType defines model for PagerDutyNotificationRuleBase.Type.

const (
	PagerDutyNotificationRuleBaseTypePagerduty PagerDutyNotificationRuleBaseType = "pagerduty"
)

Defines values for PagerDutyNotificationRuleBaseType.

type ParenExpression

type ParenExpression struct {
	Expression *Expression `json:"expression,omitempty"`

	// Type of AST node
	Type *NodeType `json:"type,omitempty"`
}

ParenExpression defines model for ParenExpression.

type PasswordResetBody

type PasswordResetBody struct {
	Password string `json:"password"`
}

PasswordResetBody defines model for PasswordResetBody.

type PatchAuthorizationsIDJSONBody

type PatchAuthorizationsIDJSONBody AuthorizationUpdateRequest

PatchAuthorizationsIDJSONBody defines parameters for PatchAuthorizationsID.

type PatchAuthorizationsIDJSONRequestBody

type PatchAuthorizationsIDJSONRequestBody PatchAuthorizationsIDJSONBody

PatchAuthorizationsIDRequestBody defines body for PatchAuthorizationsID for application/json ContentType.

type PatchAuthorizationsIDParams

type PatchAuthorizationsIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PatchAuthorizationsIDParams defines parameters for PatchAuthorizationsID.

type PatchBucketsIDJSONBody

type PatchBucketsIDJSONBody Bucket

PatchBucketsIDJSONBody defines parameters for PatchBucketsID.

type PatchBucketsIDJSONRequestBody

type PatchBucketsIDJSONRequestBody PatchBucketsIDJSONBody

PatchBucketsIDRequestBody defines body for PatchBucketsID for application/json ContentType.

type PatchBucketsIDParams

type PatchBucketsIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PatchBucketsIDParams defines parameters for PatchBucketsID.

type PatchChecksIDJSONBody

type PatchChecksIDJSONBody CheckPatch

PatchChecksIDJSONBody defines parameters for PatchChecksID.

type PatchChecksIDJSONRequestBody

type PatchChecksIDJSONRequestBody PatchChecksIDJSONBody

PatchChecksIDRequestBody defines body for PatchChecksID for application/json ContentType.

type PatchChecksIDParams

type PatchChecksIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PatchChecksIDParams defines parameters for PatchChecksID.

type PatchDBRPIDJSONBody

type PatchDBRPIDJSONBody DBRPUpdate

PatchDBRPIDJSONBody defines parameters for PatchDBRPID.

type PatchDBRPIDJSONRequestBody

type PatchDBRPIDJSONRequestBody PatchDBRPIDJSONBody

PatchDBRPIDRequestBody defines body for PatchDBRPID for application/json ContentType.

type PatchDBRPIDParams

type PatchDBRPIDParams struct {

	// Specifies the organization ID of the mapping
	OrgID string `json:"orgID"`

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PatchDBRPIDParams defines parameters for PatchDBRPID.

type PatchDashboardsIDCellsIDJSONBody

type PatchDashboardsIDCellsIDJSONBody CellUpdate

PatchDashboardsIDCellsIDJSONBody defines parameters for PatchDashboardsIDCellsID.

type PatchDashboardsIDCellsIDJSONRequestBody

type PatchDashboardsIDCellsIDJSONRequestBody PatchDashboardsIDCellsIDJSONBody

PatchDashboardsIDCellsIDRequestBody defines body for PatchDashboardsIDCellsID for application/json ContentType.

type PatchDashboardsIDCellsIDParams

type PatchDashboardsIDCellsIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PatchDashboardsIDCellsIDParams defines parameters for PatchDashboardsIDCellsID.

type PatchDashboardsIDCellsIDViewJSONBody

type PatchDashboardsIDCellsIDViewJSONBody View

PatchDashboardsIDCellsIDViewJSONBody defines parameters for PatchDashboardsIDCellsIDView.

type PatchDashboardsIDCellsIDViewJSONRequestBody

type PatchDashboardsIDCellsIDViewJSONRequestBody PatchDashboardsIDCellsIDViewJSONBody

PatchDashboardsIDCellsIDViewRequestBody defines body for PatchDashboardsIDCellsIDView for application/json ContentType.

type PatchDashboardsIDCellsIDViewParams

type PatchDashboardsIDCellsIDViewParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PatchDashboardsIDCellsIDViewParams defines parameters for PatchDashboardsIDCellsIDView.

type PatchDashboardsIDJSONBody

type PatchDashboardsIDJSONBody struct {
	Cells *CellWithViewProperties `json:"cells,omitempty"`

	// optional, when provided will replace the description
	Description *string `json:"description,omitempty"`

	// optional, when provided will replace the name
	Name *string `json:"name,omitempty"`
}

PatchDashboardsIDJSONBody defines parameters for PatchDashboardsID.

type PatchDashboardsIDJSONRequestBody

type PatchDashboardsIDJSONRequestBody PatchDashboardsIDJSONBody

PatchDashboardsIDRequestBody defines body for PatchDashboardsID for application/json ContentType.

type PatchDashboardsIDParams

type PatchDashboardsIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PatchDashboardsIDParams defines parameters for PatchDashboardsID.

type PatchLabelsIDJSONBody

type PatchLabelsIDJSONBody LabelUpdate

PatchLabelsIDJSONBody defines parameters for PatchLabelsID.

type PatchLabelsIDJSONRequestBody

type PatchLabelsIDJSONRequestBody PatchLabelsIDJSONBody

PatchLabelsIDRequestBody defines body for PatchLabelsID for application/json ContentType.

type PatchLabelsIDParams

type PatchLabelsIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PatchLabelsIDParams defines parameters for PatchLabelsID.

type PatchNotificationEndpointsIDJSONBody

type PatchNotificationEndpointsIDJSONBody NotificationEndpointUpdate

PatchNotificationEndpointsIDJSONBody defines parameters for PatchNotificationEndpointsID.

type PatchNotificationEndpointsIDJSONRequestBody

type PatchNotificationEndpointsIDJSONRequestBody PatchNotificationEndpointsIDJSONBody

PatchNotificationEndpointsIDRequestBody defines body for PatchNotificationEndpointsID for application/json ContentType.

type PatchNotificationEndpointsIDParams

type PatchNotificationEndpointsIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PatchNotificationEndpointsIDParams defines parameters for PatchNotificationEndpointsID.

type PatchNotificationRulesIDJSONBody

type PatchNotificationRulesIDJSONBody NotificationRuleUpdate

PatchNotificationRulesIDJSONBody defines parameters for PatchNotificationRulesID.

type PatchNotificationRulesIDJSONRequestBody

type PatchNotificationRulesIDJSONRequestBody PatchNotificationRulesIDJSONBody

PatchNotificationRulesIDRequestBody defines body for PatchNotificationRulesID for application/json ContentType.

type PatchNotificationRulesIDParams

type PatchNotificationRulesIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PatchNotificationRulesIDParams defines parameters for PatchNotificationRulesID.

type PatchOrgsIDJSONBody

type PatchOrgsIDJSONBody Organization

PatchOrgsIDJSONBody defines parameters for PatchOrgsID.

type PatchOrgsIDJSONRequestBody

type PatchOrgsIDJSONRequestBody PatchOrgsIDJSONBody

PatchOrgsIDRequestBody defines body for PatchOrgsID for application/json ContentType.

type PatchOrgsIDParams

type PatchOrgsIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PatchOrgsIDParams defines parameters for PatchOrgsID.

type PatchOrgsIDSecretsJSONBody

type PatchOrgsIDSecretsJSONBody Secrets

PatchOrgsIDSecretsJSONBody defines parameters for PatchOrgsIDSecrets.

type PatchOrgsIDSecretsJSONRequestBody

type PatchOrgsIDSecretsJSONRequestBody PatchOrgsIDSecretsJSONBody

PatchOrgsIDSecretsRequestBody defines body for PatchOrgsIDSecrets for application/json ContentType.

type PatchOrgsIDSecretsParams

type PatchOrgsIDSecretsParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PatchOrgsIDSecretsParams defines parameters for PatchOrgsIDSecrets.

type PatchScrapersIDJSONBody

type PatchScrapersIDJSONBody ScraperTargetRequest

PatchScrapersIDJSONBody defines parameters for PatchScrapersID.

type PatchScrapersIDJSONRequestBody

type PatchScrapersIDJSONRequestBody PatchScrapersIDJSONBody

PatchScrapersIDRequestBody defines body for PatchScrapersID for application/json ContentType.

type PatchScrapersIDLabelsIDJSONBody

type PatchScrapersIDLabelsIDJSONBody Label

PatchScrapersIDLabelsIDJSONBody defines parameters for PatchScrapersIDLabelsID.

type PatchScrapersIDLabelsIDJSONRequestBody

type PatchScrapersIDLabelsIDJSONRequestBody PatchScrapersIDLabelsIDJSONBody

PatchScrapersIDLabelsIDRequestBody defines body for PatchScrapersIDLabelsID for application/json ContentType.

type PatchScrapersIDLabelsIDParams

type PatchScrapersIDLabelsIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PatchScrapersIDLabelsIDParams defines parameters for PatchScrapersIDLabelsID.

type PatchScrapersIDParams

type PatchScrapersIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PatchScrapersIDParams defines parameters for PatchScrapersID.

type PatchSourcesIDJSONBody

type PatchSourcesIDJSONBody Source

PatchSourcesIDJSONBody defines parameters for PatchSourcesID.

type PatchSourcesIDJSONRequestBody

type PatchSourcesIDJSONRequestBody PatchSourcesIDJSONBody

PatchSourcesIDRequestBody defines body for PatchSourcesID for application/json ContentType.

type PatchSourcesIDParams

type PatchSourcesIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PatchSourcesIDParams defines parameters for PatchSourcesID.

type PatchTasksIDJSONBody

type PatchTasksIDJSONBody TaskUpdateRequest

PatchTasksIDJSONBody defines parameters for PatchTasksID.

type PatchTasksIDJSONRequestBody

type PatchTasksIDJSONRequestBody PatchTasksIDJSONBody

PatchTasksIDRequestBody defines body for PatchTasksID for application/json ContentType.

type PatchTasksIDParams

type PatchTasksIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PatchTasksIDParams defines parameters for PatchTasksID.

type PatchUsersIDJSONBody

type PatchUsersIDJSONBody User

PatchUsersIDJSONBody defines parameters for PatchUsersID.

type PatchUsersIDJSONRequestBody

type PatchUsersIDJSONRequestBody PatchUsersIDJSONBody

PatchUsersIDRequestBody defines body for PatchUsersID for application/json ContentType.

type PatchUsersIDParams

type PatchUsersIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PatchUsersIDParams defines parameters for PatchUsersID.

type PatchVariablesIDJSONBody

type PatchVariablesIDJSONBody Variable

PatchVariablesIDJSONBody defines parameters for PatchVariablesID.

type PatchVariablesIDJSONRequestBody

type PatchVariablesIDJSONRequestBody PatchVariablesIDJSONBody

PatchVariablesIDRequestBody defines body for PatchVariablesID for application/json ContentType.

type PatchVariablesIDParams

type PatchVariablesIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PatchVariablesIDParams defines parameters for PatchVariablesID.

type Permission

type Permission struct {
	Action   PermissionAction `json:"action"`
	Resource Resource         `json:"resource"`
}

Permission defines model for Permission.

type PermissionAction

type PermissionAction string

PermissionAction defines model for Permission.Action.

const (
	PermissionActionRead PermissionAction = "read"

	PermissionActionWrite PermissionAction = "write"
)

Defines values for PermissionAction.

type PipeExpression

type PipeExpression struct {
	Argument *Expression `json:"argument,omitempty"`

	// Represents a function call
	Call *CallExpression `json:"call,omitempty"`

	// Type of AST node
	Type *NodeType `json:"type,omitempty"`
}

PipeExpression defines model for PipeExpression.

type PipeLiteral

type PipeLiteral struct {

	// Type of AST node
	Type *NodeType `json:"type,omitempty"`
}

PipeLiteral defines model for PipeLiteral.

type PostAuthorizationsJSONBody

type PostAuthorizationsJSONBody Authorization

PostAuthorizationsJSONBody defines parameters for PostAuthorizations.

type PostAuthorizationsJSONRequestBody

type PostAuthorizationsJSONRequestBody PostAuthorizationsJSONBody

PostAuthorizationsRequestBody defines body for PostAuthorizations for application/json ContentType.

type PostAuthorizationsParams

type PostAuthorizationsParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PostAuthorizationsParams defines parameters for PostAuthorizations.

type PostBucketRequest

type PostBucketRequest struct {
	Description *string `json:"description,omitempty"`
	Name        string  `json:"name"`
	OrgID       string  `json:"orgID"`

	// Rules to expire or retain data.  No rules means data never expires.
	RetentionRules RetentionRules `json:"retentionRules"`
	Rp             *string        `json:"rp,omitempty"`
}

PostBucketRequest defines model for PostBucketRequest.

type PostBucketsIDLabelsJSONBody

type PostBucketsIDLabelsJSONBody LabelMapping

PostBucketsIDLabelsJSONBody defines parameters for PostBucketsIDLabels.

type PostBucketsIDLabelsJSONRequestBody

type PostBucketsIDLabelsJSONRequestBody PostBucketsIDLabelsJSONBody

PostBucketsIDLabelsRequestBody defines body for PostBucketsIDLabels for application/json ContentType.

type PostBucketsIDLabelsParams

type PostBucketsIDLabelsParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PostBucketsIDLabelsParams defines parameters for PostBucketsIDLabels.

type PostBucketsIDMembersJSONBody

type PostBucketsIDMembersJSONBody AddResourceMemberRequestBody

PostBucketsIDMembersJSONBody defines parameters for PostBucketsIDMembers.

type PostBucketsIDMembersJSONRequestBody

type PostBucketsIDMembersJSONRequestBody PostBucketsIDMembersJSONBody

PostBucketsIDMembersRequestBody defines body for PostBucketsIDMembers for application/json ContentType.

type PostBucketsIDMembersParams

type PostBucketsIDMembersParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PostBucketsIDMembersParams defines parameters for PostBucketsIDMembers.

type PostBucketsIDOwnersJSONBody

type PostBucketsIDOwnersJSONBody AddResourceMemberRequestBody

PostBucketsIDOwnersJSONBody defines parameters for PostBucketsIDOwners.

type PostBucketsIDOwnersJSONRequestBody

type PostBucketsIDOwnersJSONRequestBody PostBucketsIDOwnersJSONBody

PostBucketsIDOwnersRequestBody defines body for PostBucketsIDOwners for application/json ContentType.

type PostBucketsIDOwnersParams

type PostBucketsIDOwnersParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PostBucketsIDOwnersParams defines parameters for PostBucketsIDOwners.

type PostBucketsJSONBody

type PostBucketsJSONBody PostBucketRequest

PostBucketsJSONBody defines parameters for PostBuckets.

type PostBucketsJSONRequestBody

type PostBucketsJSONRequestBody PostBucketsJSONBody

PostBucketsRequestBody defines body for PostBuckets for application/json ContentType.

type PostBucketsParams

type PostBucketsParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PostBucketsParams defines parameters for PostBuckets.

type PostCheck

type PostCheck struct {
	// Embedded struct due to allOf(#/components/schemas/CheckDiscriminator)
	CheckDiscriminator
}

PostCheck defines model for PostCheck.

type PostChecksIDLabelsJSONBody

type PostChecksIDLabelsJSONBody LabelMapping

PostChecksIDLabelsJSONBody defines parameters for PostChecksIDLabels.

type PostChecksIDLabelsJSONRequestBody

type PostChecksIDLabelsJSONRequestBody PostChecksIDLabelsJSONBody

PostChecksIDLabelsRequestBody defines body for PostChecksIDLabels for application/json ContentType.

type PostChecksIDLabelsParams

type PostChecksIDLabelsParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PostChecksIDLabelsParams defines parameters for PostChecksIDLabels.

type PostDBRPJSONBody

type PostDBRPJSONBody DBRP

PostDBRPJSONBody defines parameters for PostDBRP.

type PostDBRPJSONRequestBody

type PostDBRPJSONRequestBody PostDBRPJSONBody

PostDBRPRequestBody defines body for PostDBRP for application/json ContentType.

type PostDBRPParams

type PostDBRPParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PostDBRPParams defines parameters for PostDBRP.

type PostDashboardsIDCellsJSONBody

type PostDashboardsIDCellsJSONBody CreateCell

PostDashboardsIDCellsJSONBody defines parameters for PostDashboardsIDCells.

type PostDashboardsIDCellsJSONRequestBody

type PostDashboardsIDCellsJSONRequestBody PostDashboardsIDCellsJSONBody

PostDashboardsIDCellsRequestBody defines body for PostDashboardsIDCells for application/json ContentType.

type PostDashboardsIDCellsParams

type PostDashboardsIDCellsParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PostDashboardsIDCellsParams defines parameters for PostDashboardsIDCells.

type PostDashboardsIDLabelsJSONBody

type PostDashboardsIDLabelsJSONBody LabelMapping

PostDashboardsIDLabelsJSONBody defines parameters for PostDashboardsIDLabels.

type PostDashboardsIDLabelsJSONRequestBody

type PostDashboardsIDLabelsJSONRequestBody PostDashboardsIDLabelsJSONBody

PostDashboardsIDLabelsRequestBody defines body for PostDashboardsIDLabels for application/json ContentType.

type PostDashboardsIDLabelsParams

type PostDashboardsIDLabelsParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PostDashboardsIDLabelsParams defines parameters for PostDashboardsIDLabels.

type PostDashboardsIDMembersJSONBody

type PostDashboardsIDMembersJSONBody AddResourceMemberRequestBody

PostDashboardsIDMembersJSONBody defines parameters for PostDashboardsIDMembers.

type PostDashboardsIDMembersJSONRequestBody

type PostDashboardsIDMembersJSONRequestBody PostDashboardsIDMembersJSONBody

PostDashboardsIDMembersRequestBody defines body for PostDashboardsIDMembers for application/json ContentType.

type PostDashboardsIDMembersParams

type PostDashboardsIDMembersParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PostDashboardsIDMembersParams defines parameters for PostDashboardsIDMembers.

type PostDashboardsIDOwnersJSONBody

type PostDashboardsIDOwnersJSONBody AddResourceMemberRequestBody

PostDashboardsIDOwnersJSONBody defines parameters for PostDashboardsIDOwners.

type PostDashboardsIDOwnersJSONRequestBody

type PostDashboardsIDOwnersJSONRequestBody PostDashboardsIDOwnersJSONBody

PostDashboardsIDOwnersRequestBody defines body for PostDashboardsIDOwners for application/json ContentType.

type PostDashboardsIDOwnersParams

type PostDashboardsIDOwnersParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PostDashboardsIDOwnersParams defines parameters for PostDashboardsIDOwners.

type PostDashboardsJSONBody

type PostDashboardsJSONBody CreateDashboardRequest

PostDashboardsJSONBody defines parameters for PostDashboards.

type PostDashboardsJSONRequestBody

type PostDashboardsJSONRequestBody PostDashboardsJSONBody

PostDashboardsRequestBody defines body for PostDashboards for application/json ContentType.

type PostDashboardsParams

type PostDashboardsParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PostDashboardsParams defines parameters for PostDashboards.

type PostDeleteJSONBody

type PostDeleteJSONBody DeletePredicateRequest

PostDeleteJSONBody defines parameters for PostDelete.

type PostDeleteJSONRequestBody

type PostDeleteJSONRequestBody PostDeleteJSONBody

PostDeleteRequestBody defines body for PostDelete for application/json ContentType.

type PostDeleteParams

type PostDeleteParams struct {

	// Specifies the organization to delete data from.
	Org *string `json:"org,omitempty"`

	// Specifies the bucket to delete data from.
	Bucket *string `json:"bucket,omitempty"`

	// Specifies the organization ID of the resource.
	OrgID *string `json:"orgID,omitempty"`

	// Specifies the bucket ID to delete data from.
	BucketID *string `json:"bucketID,omitempty"`

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PostDeleteParams defines parameters for PostDelete.

type PostDocumentsTemplatesIDLabelsJSONBody

type PostDocumentsTemplatesIDLabelsJSONBody LabelMapping

PostDocumentsTemplatesIDLabelsJSONBody defines parameters for PostDocumentsTemplatesIDLabels.

type PostDocumentsTemplatesIDLabelsJSONRequestBody

type PostDocumentsTemplatesIDLabelsJSONRequestBody PostDocumentsTemplatesIDLabelsJSONBody

PostDocumentsTemplatesIDLabelsRequestBody defines body for PostDocumentsTemplatesIDLabels for application/json ContentType.

type PostDocumentsTemplatesIDLabelsParams

type PostDocumentsTemplatesIDLabelsParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PostDocumentsTemplatesIDLabelsParams defines parameters for PostDocumentsTemplatesIDLabels.

type PostDocumentsTemplatesJSONBody

type PostDocumentsTemplatesJSONBody DocumentCreate

PostDocumentsTemplatesJSONBody defines parameters for PostDocumentsTemplates.

type PostDocumentsTemplatesJSONRequestBody

type PostDocumentsTemplatesJSONRequestBody PostDocumentsTemplatesJSONBody

PostDocumentsTemplatesRequestBody defines body for PostDocumentsTemplates for application/json ContentType.

type PostDocumentsTemplatesParams

type PostDocumentsTemplatesParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PostDocumentsTemplatesParams defines parameters for PostDocumentsTemplates.

type PostLabelsJSONBody

type PostLabelsJSONBody LabelCreateRequest

PostLabelsJSONBody defines parameters for PostLabels.

type PostLabelsJSONRequestBody

type PostLabelsJSONRequestBody PostLabelsJSONBody

PostLabelsRequestBody defines body for PostLabels for application/json ContentType.

type PostNotificationEndpoint

type PostNotificationEndpoint struct {
	// Embedded struct due to allOf(#/components/schemas/NotificationEndpointDiscrimator)
	NotificationEndpointDiscrimator
}

PostNotificationEndpoint defines model for PostNotificationEndpoint.

type PostNotificationEndpointIDLabelsJSONBody

type PostNotificationEndpointIDLabelsJSONBody LabelMapping

PostNotificationEndpointIDLabelsJSONBody defines parameters for PostNotificationEndpointIDLabels.

type PostNotificationEndpointIDLabelsJSONRequestBody

type PostNotificationEndpointIDLabelsJSONRequestBody PostNotificationEndpointIDLabelsJSONBody

PostNotificationEndpointIDLabelsRequestBody defines body for PostNotificationEndpointIDLabels for application/json ContentType.

type PostNotificationEndpointIDLabelsParams

type PostNotificationEndpointIDLabelsParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PostNotificationEndpointIDLabelsParams defines parameters for PostNotificationEndpointIDLabels.

type PostNotificationRule

type PostNotificationRule struct {
	// Embedded struct due to allOf(#/components/schemas/NotificationRuleDiscriminator)
	NotificationRuleDiscriminator
}

PostNotificationRule defines model for PostNotificationRule.

type PostNotificationRuleIDLabelsJSONBody

type PostNotificationRuleIDLabelsJSONBody LabelMapping

PostNotificationRuleIDLabelsJSONBody defines parameters for PostNotificationRuleIDLabels.

type PostNotificationRuleIDLabelsJSONRequestBody

type PostNotificationRuleIDLabelsJSONRequestBody PostNotificationRuleIDLabelsJSONBody

PostNotificationRuleIDLabelsRequestBody defines body for PostNotificationRuleIDLabels for application/json ContentType.

type PostNotificationRuleIDLabelsParams

type PostNotificationRuleIDLabelsParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PostNotificationRuleIDLabelsParams defines parameters for PostNotificationRuleIDLabels.

type PostOrgsIDMembersJSONBody

type PostOrgsIDMembersJSONBody AddResourceMemberRequestBody

PostOrgsIDMembersJSONBody defines parameters for PostOrgsIDMembers.

type PostOrgsIDMembersJSONRequestBody

type PostOrgsIDMembersJSONRequestBody PostOrgsIDMembersJSONBody

PostOrgsIDMembersRequestBody defines body for PostOrgsIDMembers for application/json ContentType.

type PostOrgsIDMembersParams

type PostOrgsIDMembersParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PostOrgsIDMembersParams defines parameters for PostOrgsIDMembers.

type PostOrgsIDOwnersJSONBody

type PostOrgsIDOwnersJSONBody AddResourceMemberRequestBody

PostOrgsIDOwnersJSONBody defines parameters for PostOrgsIDOwners.

type PostOrgsIDOwnersJSONRequestBody

type PostOrgsIDOwnersJSONRequestBody PostOrgsIDOwnersJSONBody

PostOrgsIDOwnersRequestBody defines body for PostOrgsIDOwners for application/json ContentType.

type PostOrgsIDOwnersParams

type PostOrgsIDOwnersParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PostOrgsIDOwnersParams defines parameters for PostOrgsIDOwners.

type PostOrgsIDSecretsJSONBody

type PostOrgsIDSecretsJSONBody SecretKeys

PostOrgsIDSecretsJSONBody defines parameters for PostOrgsIDSecrets.

type PostOrgsIDSecretsJSONRequestBody

type PostOrgsIDSecretsJSONRequestBody PostOrgsIDSecretsJSONBody

PostOrgsIDSecretsRequestBody defines body for PostOrgsIDSecrets for application/json ContentType.

type PostOrgsIDSecretsParams

type PostOrgsIDSecretsParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PostOrgsIDSecretsParams defines parameters for PostOrgsIDSecrets.

type PostOrgsJSONBody

type PostOrgsJSONBody Organization

PostOrgsJSONBody defines parameters for PostOrgs.

type PostOrgsJSONRequestBody

type PostOrgsJSONRequestBody PostOrgsJSONBody

PostOrgsRequestBody defines body for PostOrgs for application/json ContentType.

type PostOrgsParams

type PostOrgsParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PostOrgsParams defines parameters for PostOrgs.

type PostQueryAnalyzeJSONBody

type PostQueryAnalyzeJSONBody Query

PostQueryAnalyzeJSONBody defines parameters for PostQueryAnalyze.

type PostQueryAnalyzeJSONRequestBody

type PostQueryAnalyzeJSONRequestBody PostQueryAnalyzeJSONBody

PostQueryAnalyzeRequestBody defines body for PostQueryAnalyze for application/json ContentType.

type PostQueryAnalyzeParams

type PostQueryAnalyzeParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan                         `json:"Zap-Trace-Span,omitempty"`
	ContentType  *PostQueryAnalyzeParamsContentType `json:"Content-Type,omitempty"`
}

PostQueryAnalyzeParams defines parameters for PostQueryAnalyze.

type PostQueryAnalyzeParamsContentType

type PostQueryAnalyzeParamsContentType string

PostQueryAnalyzeParamsContentType defines parameters for PostQueryAnalyze.

type PostQueryAstJSONBody

type PostQueryAstJSONBody LanguageRequest

PostQueryAstJSONBody defines parameters for PostQueryAst.

type PostQueryAstJSONRequestBody

type PostQueryAstJSONRequestBody PostQueryAstJSONBody

PostQueryAstRequestBody defines body for PostQueryAst for application/json ContentType.

type PostQueryAstParams

type PostQueryAstParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan                     `json:"Zap-Trace-Span,omitempty"`
	ContentType  *PostQueryAstParamsContentType `json:"Content-Type,omitempty"`
}

PostQueryAstParams defines parameters for PostQueryAst.

type PostQueryAstParamsContentType

type PostQueryAstParamsContentType string

PostQueryAstParamsContentType defines parameters for PostQueryAst.

type PostQueryJSONBody

type PostQueryJSONBody interface{}

PostQueryJSONBody defines parameters for PostQuery.

type PostQueryJSONRequestBody

type PostQueryJSONRequestBody PostQueryJSONBody

PostQueryRequestBody defines body for PostQuery for application/json ContentType.

type PostQueryParams

type PostQueryParams struct {

	// Specifies the name of the organization executing the query. Takes either the ID or Name interchangeably. If both `orgID` and `org` are specified, `org` takes precedence.
	Org *string `json:"org,omitempty"`

	// Specifies the ID of the organization executing the query. If both `orgID` and `org` are specified, `org` takes precedence.
	OrgID *string `json:"orgID,omitempty"`

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`

	// The Accept-Encoding request HTTP header advertises which content encoding, usually a compression algorithm, the client is able to understand.
	AcceptEncoding *PostQueryParamsAcceptEncoding `json:"Accept-Encoding,omitempty"`
	ContentType    *PostQueryParamsContentType    `json:"Content-Type,omitempty"`
}

PostQueryParams defines parameters for PostQuery.

type PostQueryParamsAcceptEncoding

type PostQueryParamsAcceptEncoding string

PostQueryParamsAcceptEncoding defines parameters for PostQuery.

type PostQueryParamsContentType

type PostQueryParamsContentType string

PostQueryParamsContentType defines parameters for PostQuery.

type PostScrapersIDLabelsJSONBody

type PostScrapersIDLabelsJSONBody LabelMapping

PostScrapersIDLabelsJSONBody defines parameters for PostScrapersIDLabels.

type PostScrapersIDLabelsJSONRequestBody

type PostScrapersIDLabelsJSONRequestBody PostScrapersIDLabelsJSONBody

PostScrapersIDLabelsRequestBody defines body for PostScrapersIDLabels for application/json ContentType.

type PostScrapersIDLabelsParams

type PostScrapersIDLabelsParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PostScrapersIDLabelsParams defines parameters for PostScrapersIDLabels.

type PostScrapersIDMembersJSONBody

type PostScrapersIDMembersJSONBody AddResourceMemberRequestBody

PostScrapersIDMembersJSONBody defines parameters for PostScrapersIDMembers.

type PostScrapersIDMembersJSONRequestBody

type PostScrapersIDMembersJSONRequestBody PostScrapersIDMembersJSONBody

PostScrapersIDMembersRequestBody defines body for PostScrapersIDMembers for application/json ContentType.

type PostScrapersIDMembersParams

type PostScrapersIDMembersParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PostScrapersIDMembersParams defines parameters for PostScrapersIDMembers.

type PostScrapersIDOwnersJSONBody

type PostScrapersIDOwnersJSONBody AddResourceMemberRequestBody

PostScrapersIDOwnersJSONBody defines parameters for PostScrapersIDOwners.

type PostScrapersIDOwnersJSONRequestBody

type PostScrapersIDOwnersJSONRequestBody PostScrapersIDOwnersJSONBody

PostScrapersIDOwnersRequestBody defines body for PostScrapersIDOwners for application/json ContentType.

type PostScrapersIDOwnersParams

type PostScrapersIDOwnersParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PostScrapersIDOwnersParams defines parameters for PostScrapersIDOwners.

type PostScrapersJSONBody

type PostScrapersJSONBody ScraperTargetRequest

PostScrapersJSONBody defines parameters for PostScrapers.

type PostScrapersJSONRequestBody

type PostScrapersJSONRequestBody PostScrapersJSONBody

PostScrapersRequestBody defines body for PostScrapers for application/json ContentType.

type PostScrapersParams

type PostScrapersParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PostScrapersParams defines parameters for PostScrapers.

type PostSetupJSONBody

type PostSetupJSONBody OnboardingRequest

PostSetupJSONBody defines parameters for PostSetup.

type PostSetupJSONRequestBody

type PostSetupJSONRequestBody PostSetupJSONBody

PostSetupRequestBody defines body for PostSetup for application/json ContentType.

type PostSetupParams

type PostSetupParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PostSetupParams defines parameters for PostSetup.

type PostSetupUserJSONBody

type PostSetupUserJSONBody OnboardingRequest

PostSetupUserJSONBody defines parameters for PostSetupUser.

type PostSetupUserJSONRequestBody

type PostSetupUserJSONRequestBody PostSetupUserJSONBody

PostSetupUserRequestBody defines body for PostSetupUser for application/json ContentType.

type PostSetupUserParams

type PostSetupUserParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PostSetupUserParams defines parameters for PostSetupUser.

type PostSigninParams

type PostSigninParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PostSigninParams defines parameters for PostSignin.

type PostSignoutParams

type PostSignoutParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PostSignoutParams defines parameters for PostSignout.

type PostSourcesJSONBody

type PostSourcesJSONBody Source

PostSourcesJSONBody defines parameters for PostSources.

type PostSourcesJSONRequestBody

type PostSourcesJSONRequestBody PostSourcesJSONBody

PostSourcesRequestBody defines body for PostSources for application/json ContentType.

type PostSourcesParams

type PostSourcesParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PostSourcesParams defines parameters for PostSources.

type PostTasksIDLabelsJSONBody

type PostTasksIDLabelsJSONBody LabelMapping

PostTasksIDLabelsJSONBody defines parameters for PostTasksIDLabels.

type PostTasksIDLabelsJSONRequestBody

type PostTasksIDLabelsJSONRequestBody PostTasksIDLabelsJSONBody

PostTasksIDLabelsRequestBody defines body for PostTasksIDLabels for application/json ContentType.

type PostTasksIDLabelsParams

type PostTasksIDLabelsParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PostTasksIDLabelsParams defines parameters for PostTasksIDLabels.

type PostTasksIDMembersJSONBody

type PostTasksIDMembersJSONBody AddResourceMemberRequestBody

PostTasksIDMembersJSONBody defines parameters for PostTasksIDMembers.

type PostTasksIDMembersJSONRequestBody

type PostTasksIDMembersJSONRequestBody PostTasksIDMembersJSONBody

PostTasksIDMembersRequestBody defines body for PostTasksIDMembers for application/json ContentType.

type PostTasksIDMembersParams

type PostTasksIDMembersParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PostTasksIDMembersParams defines parameters for PostTasksIDMembers.

type PostTasksIDOwnersJSONBody

type PostTasksIDOwnersJSONBody AddResourceMemberRequestBody

PostTasksIDOwnersJSONBody defines parameters for PostTasksIDOwners.

type PostTasksIDOwnersJSONRequestBody

type PostTasksIDOwnersJSONRequestBody PostTasksIDOwnersJSONBody

PostTasksIDOwnersRequestBody defines body for PostTasksIDOwners for application/json ContentType.

type PostTasksIDOwnersParams

type PostTasksIDOwnersParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PostTasksIDOwnersParams defines parameters for PostTasksIDOwners.

type PostTasksIDRunsIDRetryParams

type PostTasksIDRunsIDRetryParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PostTasksIDRunsIDRetryParams defines parameters for PostTasksIDRunsIDRetry.

type PostTasksIDRunsJSONBody

type PostTasksIDRunsJSONBody RunManually

PostTasksIDRunsJSONBody defines parameters for PostTasksIDRuns.

type PostTasksIDRunsJSONRequestBody

type PostTasksIDRunsJSONRequestBody PostTasksIDRunsJSONBody

PostTasksIDRunsRequestBody defines body for PostTasksIDRuns for application/json ContentType.

type PostTasksIDRunsParams

type PostTasksIDRunsParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PostTasksIDRunsParams defines parameters for PostTasksIDRuns.

type PostTasksJSONBody

type PostTasksJSONBody TaskCreateRequest

PostTasksJSONBody defines parameters for PostTasks.

type PostTasksJSONRequestBody

type PostTasksJSONRequestBody PostTasksJSONBody

PostTasksRequestBody defines body for PostTasks for application/json ContentType.

type PostTasksParams

type PostTasksParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PostTasksParams defines parameters for PostTasks.

type PostTelegrafsIDLabelsJSONBody

type PostTelegrafsIDLabelsJSONBody LabelMapping

PostTelegrafsIDLabelsJSONBody defines parameters for PostTelegrafsIDLabels.

type PostTelegrafsIDLabelsJSONRequestBody

type PostTelegrafsIDLabelsJSONRequestBody PostTelegrafsIDLabelsJSONBody

PostTelegrafsIDLabelsRequestBody defines body for PostTelegrafsIDLabels for application/json ContentType.

type PostTelegrafsIDLabelsParams

type PostTelegrafsIDLabelsParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PostTelegrafsIDLabelsParams defines parameters for PostTelegrafsIDLabels.

type PostTelegrafsIDMembersJSONBody

type PostTelegrafsIDMembersJSONBody AddResourceMemberRequestBody

PostTelegrafsIDMembersJSONBody defines parameters for PostTelegrafsIDMembers.

type PostTelegrafsIDMembersJSONRequestBody

type PostTelegrafsIDMembersJSONRequestBody PostTelegrafsIDMembersJSONBody

PostTelegrafsIDMembersRequestBody defines body for PostTelegrafsIDMembers for application/json ContentType.

type PostTelegrafsIDMembersParams

type PostTelegrafsIDMembersParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PostTelegrafsIDMembersParams defines parameters for PostTelegrafsIDMembers.

type PostTelegrafsIDOwnersJSONBody

type PostTelegrafsIDOwnersJSONBody AddResourceMemberRequestBody

PostTelegrafsIDOwnersJSONBody defines parameters for PostTelegrafsIDOwners.

type PostTelegrafsIDOwnersJSONRequestBody

type PostTelegrafsIDOwnersJSONRequestBody PostTelegrafsIDOwnersJSONBody

PostTelegrafsIDOwnersRequestBody defines body for PostTelegrafsIDOwners for application/json ContentType.

type PostTelegrafsIDOwnersParams

type PostTelegrafsIDOwnersParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PostTelegrafsIDOwnersParams defines parameters for PostTelegrafsIDOwners.

type PostTelegrafsJSONBody

type PostTelegrafsJSONBody TelegrafRequest

PostTelegrafsJSONBody defines parameters for PostTelegrafs.

type PostTelegrafsJSONRequestBody

type PostTelegrafsJSONRequestBody PostTelegrafsJSONBody

PostTelegrafsRequestBody defines body for PostTelegrafs for application/json ContentType.

type PostTelegrafsParams

type PostTelegrafsParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PostTelegrafsParams defines parameters for PostTelegrafs.

type PostUsersIDPasswordJSONBody

type PostUsersIDPasswordJSONBody PasswordResetBody

PostUsersIDPasswordJSONBody defines parameters for PostUsersIDPassword.

type PostUsersIDPasswordJSONRequestBody

type PostUsersIDPasswordJSONRequestBody PostUsersIDPasswordJSONBody

PostUsersIDPasswordRequestBody defines body for PostUsersIDPassword for application/json ContentType.

type PostUsersIDPasswordParams

type PostUsersIDPasswordParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PostUsersIDPasswordParams defines parameters for PostUsersIDPassword.

type PostUsersJSONBody

type PostUsersJSONBody User

PostUsersJSONBody defines parameters for PostUsers.

type PostUsersJSONRequestBody

type PostUsersJSONRequestBody PostUsersJSONBody

PostUsersRequestBody defines body for PostUsers for application/json ContentType.

type PostUsersParams

type PostUsersParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PostUsersParams defines parameters for PostUsers.

type PostVariablesIDLabelsJSONBody

type PostVariablesIDLabelsJSONBody LabelMapping

PostVariablesIDLabelsJSONBody defines parameters for PostVariablesIDLabels.

type PostVariablesIDLabelsJSONRequestBody

type PostVariablesIDLabelsJSONRequestBody PostVariablesIDLabelsJSONBody

PostVariablesIDLabelsRequestBody defines body for PostVariablesIDLabels for application/json ContentType.

type PostVariablesIDLabelsParams

type PostVariablesIDLabelsParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PostVariablesIDLabelsParams defines parameters for PostVariablesIDLabels.

type PostVariablesJSONBody

type PostVariablesJSONBody Variable

PostVariablesJSONBody defines parameters for PostVariables.

type PostVariablesJSONRequestBody

type PostVariablesJSONRequestBody PostVariablesJSONBody

PostVariablesRequestBody defines body for PostVariables for application/json ContentType.

type PostVariablesParams

type PostVariablesParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PostVariablesParams defines parameters for PostVariables.

type PostWriteParams

type PostWriteParams struct {

	// Specifies the destination organization for writes. Takes either the ID or Name interchangeably. If both `orgID` and `org` are specified, `org` takes precedence.
	Org string `json:"org"`

	// Specifies the ID of the destination organization for writes. If both `orgID` and `org` are specified, `org` takes precedence.
	OrgID *string `json:"orgID,omitempty"`

	// The destination bucket for writes.
	Bucket string `json:"bucket"`

	// The precision for the unix timestamps within the body line-protocol.
	Precision *WritePrecision `json:"precision,omitempty"`

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`

	// When present, its value indicates to the database that compression is applied to the line-protocol body.
	ContentEncoding *PostWriteParamsContentEncoding `json:"Content-Encoding,omitempty"`

	// Content-Type is used to indicate the format of the data sent to the server.
	ContentType *PostWriteParamsContentType `json:"Content-Type,omitempty"`

	// Content-Length is an entity header is indicating the size of the entity-body, in bytes, sent to the database. If the length is greater than the database max body configuration option, a 413 response is sent.
	ContentLength *int `json:"Content-Length,omitempty"`

	// Specifies the return content format.
	Accept *PostWriteParamsAccept `json:"Accept,omitempty"`
}

PostWriteParams defines parameters for PostWrite.

type PostWriteParamsAccept

type PostWriteParamsAccept string

PostWriteParamsAccept defines parameters for PostWrite.

type PostWriteParamsContentEncoding

type PostWriteParamsContentEncoding string

PostWriteParamsContentEncoding defines parameters for PostWrite.

type PostWriteParamsContentType

type PostWriteParamsContentType string

PostWriteParamsContentType defines parameters for PostWrite.

type Property

type Property struct {
	Key *PropertyKey `json:"key,omitempty"`

	// Type of AST node
	Type  *NodeType   `json:"type,omitempty"`
	Value *Expression `json:"value,omitempty"`
}

Property defines model for Property.

type PropertyKey

type PropertyKey interface{}

PropertyKey defines model for PropertyKey.

type PutChecksIDJSONBody

type PutChecksIDJSONBody Check

PutChecksIDJSONBody defines parameters for PutChecksID.

type PutChecksIDJSONRequestBody

type PutChecksIDJSONRequestBody PutChecksIDJSONBody

PutChecksIDRequestBody defines body for PutChecksID for application/json ContentType.

type PutChecksIDParams

type PutChecksIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PutChecksIDParams defines parameters for PutChecksID.

type PutDashboardsIDCellsJSONBody

type PutDashboardsIDCellsJSONBody Cells

PutDashboardsIDCellsJSONBody defines parameters for PutDashboardsIDCells.

type PutDashboardsIDCellsJSONRequestBody

type PutDashboardsIDCellsJSONRequestBody PutDashboardsIDCellsJSONBody

PutDashboardsIDCellsRequestBody defines body for PutDashboardsIDCells for application/json ContentType.

type PutDashboardsIDCellsParams

type PutDashboardsIDCellsParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PutDashboardsIDCellsParams defines parameters for PutDashboardsIDCells.

type PutDocumentsTemplatesIDJSONBody

type PutDocumentsTemplatesIDJSONBody DocumentUpdate

PutDocumentsTemplatesIDJSONBody defines parameters for PutDocumentsTemplatesID.

type PutDocumentsTemplatesIDJSONRequestBody

type PutDocumentsTemplatesIDJSONRequestBody PutDocumentsTemplatesIDJSONBody

PutDocumentsTemplatesIDRequestBody defines body for PutDocumentsTemplatesID for application/json ContentType.

type PutDocumentsTemplatesIDParams

type PutDocumentsTemplatesIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PutDocumentsTemplatesIDParams defines parameters for PutDocumentsTemplatesID.

type PutMePasswordJSONBody

type PutMePasswordJSONBody PasswordResetBody

PutMePasswordJSONBody defines parameters for PutMePassword.

type PutMePasswordJSONRequestBody

type PutMePasswordJSONRequestBody PutMePasswordJSONBody

PutMePasswordRequestBody defines body for PutMePassword for application/json ContentType.

type PutMePasswordParams

type PutMePasswordParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PutMePasswordParams defines parameters for PutMePassword.

type PutNotificationEndpointsIDJSONBody

type PutNotificationEndpointsIDJSONBody NotificationEndpoint

PutNotificationEndpointsIDJSONBody defines parameters for PutNotificationEndpointsID.

type PutNotificationEndpointsIDJSONRequestBody

type PutNotificationEndpointsIDJSONRequestBody PutNotificationEndpointsIDJSONBody

PutNotificationEndpointsIDRequestBody defines body for PutNotificationEndpointsID for application/json ContentType.

type PutNotificationEndpointsIDParams

type PutNotificationEndpointsIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PutNotificationEndpointsIDParams defines parameters for PutNotificationEndpointsID.

type PutNotificationRulesIDJSONBody

type PutNotificationRulesIDJSONBody NotificationRule

PutNotificationRulesIDJSONBody defines parameters for PutNotificationRulesID.

type PutNotificationRulesIDJSONRequestBody

type PutNotificationRulesIDJSONRequestBody PutNotificationRulesIDJSONBody

PutNotificationRulesIDRequestBody defines body for PutNotificationRulesID for application/json ContentType.

type PutNotificationRulesIDParams

type PutNotificationRulesIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PutNotificationRulesIDParams defines parameters for PutNotificationRulesID.

type PutTelegrafsIDJSONBody

type PutTelegrafsIDJSONBody TelegrafRequest

PutTelegrafsIDJSONBody defines parameters for PutTelegrafsID.

type PutTelegrafsIDJSONRequestBody

type PutTelegrafsIDJSONRequestBody PutTelegrafsIDJSONBody

PutTelegrafsIDRequestBody defines body for PutTelegrafsID for application/json ContentType.

type PutTelegrafsIDParams

type PutTelegrafsIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PutTelegrafsIDParams defines parameters for PutTelegrafsID.

type PutVariablesIDJSONBody

type PutVariablesIDJSONBody Variable

PutVariablesIDJSONBody defines parameters for PutVariablesID.

type PutVariablesIDJSONRequestBody

type PutVariablesIDJSONRequestBody PutVariablesIDJSONBody

PutVariablesIDRequestBody defines body for PutVariablesID for application/json ContentType.

type PutVariablesIDParams

type PutVariablesIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PutVariablesIDParams defines parameters for PutVariablesID.

type Query

type Query struct {

	// Dialect are options to change the default CSV output format; https://www.w3.org/TR/2015/REC-tabular-metadata-20151217/#dialect-descriptions
	Dialect *Dialect `json:"dialect,omitempty"`

	// Represents a source from a single file
	Extern *File `json:"extern,omitempty"`

	// Specifies the time that should be reported as "now" in the query. Default is the server's now time.
	Now *time.Time `json:"now,omitempty"`

	// Query script to execute.
	Query string `json:"query"`

	// The type of query. Must be "flux".
	Type *QueryType `json:"type,omitempty"`
}

Query defines model for Query.

type QueryEditMode

type QueryEditMode string

QueryEditMode defines model for QueryEditMode.

const (
	QueryEditModeAdvanced QueryEditMode = "advanced"

	QueryEditModeBuilder QueryEditMode = "builder"
)

Defines values for QueryEditMode.

type QueryType

type QueryType string

QueryType defines model for Query.Type.

const (
	QueryTypeFlux QueryType = "flux"
)

Defines values for QueryType.

type QueryVariableProperties

type QueryVariableProperties struct {
	Type   *QueryVariablePropertiesType `json:"type,omitempty"`
	Values *struct {
		Language *string `json:"language,omitempty"`
		Query    *string `json:"query,omitempty"`
	} `json:"values,omitempty"`
}

QueryVariableProperties defines model for QueryVariableProperties.

type QueryVariablePropertiesType

type QueryVariablePropertiesType string

QueryVariablePropertiesType defines model for QueryVariableProperties.Type.

const (
	QueryVariablePropertiesTypeQuery QueryVariablePropertiesType = "query"
)

Defines values for QueryVariablePropertiesType.

type RangeThreshold

type RangeThreshold struct {
	// Embedded struct due to allOf(#/components/schemas/ThresholdBase)
	ThresholdBase
	// Embedded fields due to inline allOf schema
	Max    float32            `json:"max"`
	Min    float32            `json:"min"`
	Type   RangeThresholdType `json:"type"`
	Within bool               `json:"within"`
}

RangeThreshold defines model for RangeThreshold.

type RangeThresholdType

type RangeThresholdType string

RangeThresholdType defines model for RangeThreshold.Type.

const (
	RangeThresholdTypeRange RangeThresholdType = "range"
)

Defines values for RangeThresholdType.

type Ready

type Ready struct {
	Started *time.Time   `json:"started,omitempty"`
	Status  *ReadyStatus `json:"status,omitempty"`
	Up      *string      `json:"up,omitempty"`
}

Ready defines model for Ready.

type ReadyStatus

type ReadyStatus string

ReadyStatus defines model for Ready.Status.

const (
	ReadyStatusReady ReadyStatus = "ready"
)

Defines values for ReadyStatus.

type RegexpLiteral

type RegexpLiteral struct {

	// Type of AST node
	Type  *NodeType `json:"type,omitempty"`
	Value *string   `json:"value,omitempty"`
}

RegexpLiteral defines model for RegexpLiteral.

type RenamableField

type RenamableField struct {

	// The name that a field is renamed to by the user.
	DisplayName *string `json:"displayName,omitempty"`

	// The calculated name of a field.
	InternalName *string `json:"internalName,omitempty"`

	// Indicates whether this field should be visible on the table.
	Visible *bool `json:"visible,omitempty"`
}

RenamableField defines model for RenamableField.

type Resource

type Resource struct {

	// If ID is set that is a permission for a specific resource. if it is not set it is a permission for all resources of that resource type.
	Id *string `json:"id,omitempty"`

	// Optional name of the resource if the resource has a name field.
	Name *string `json:"name,omitempty"`

	// Optional name of the organization of the organization with orgID.
	Org *string `json:"org,omitempty"`

	// If orgID is set that is a permission for all resources owned my that org. if it is not set it is a permission for all resources of that resource type.
	OrgID *string      `json:"orgID,omitempty"`
	Type  ResourceType `json:"type"`
}

Resource defines model for Resource.

type ResourceMember

type ResourceMember struct {
	// Embedded struct due to allOf(#/components/schemas/User)
	User
	// Embedded fields due to inline allOf schema
	Role *ResourceMemberRole `json:"role,omitempty"`
}

ResourceMember defines model for ResourceMember.

type ResourceMemberRole

type ResourceMemberRole string

ResourceMemberRole defines model for ResourceMember.Role.

const (
	ResourceMemberRoleMember ResourceMemberRole = "member"
)

Defines values for ResourceMemberRole.

type ResourceMembers

type ResourceMembers struct {
	Links *struct {
		Self *string `json:"self,omitempty"`
	} `json:"links,omitempty"`
	Users *[]ResourceMember `json:"users,omitempty"`
}

ResourceMembers defines model for ResourceMembers.

type ResourceOwner

type ResourceOwner struct {
	// Embedded struct due to allOf(#/components/schemas/User)
	User
	// Embedded fields due to inline allOf schema
	Role *ResourceOwnerRole `json:"role,omitempty"`
}

ResourceOwner defines model for ResourceOwner.

type ResourceOwnerRole

type ResourceOwnerRole string

ResourceOwnerRole defines model for ResourceOwner.Role.

const (
	ResourceOwnerRoleOwner ResourceOwnerRole = "owner"
)

Defines values for ResourceOwnerRole.

type ResourceOwners

type ResourceOwners struct {
	Links *struct {
		Self *string `json:"self,omitempty"`
	} `json:"links,omitempty"`
	Users *[]ResourceOwner `json:"users,omitempty"`
}

ResourceOwners defines model for ResourceOwners.

type ResourceType

type ResourceType string

ResourceType defines model for Resource.Type.

const (
	ResourceTypeAuthorizations ResourceType = "authorizations"

	ResourceTypeBuckets ResourceType = "buckets"

	ResourceTypeChecks ResourceType = "checks"

	ResourceTypeDashboards ResourceType = "dashboards"

	ResourceTypeDbrp ResourceType = "dbrp"

	ResourceTypeDocuments ResourceType = "documents"

	ResourceTypeLabels ResourceType = "labels"

	ResourceTypeNotificationEndpoints ResourceType = "notificationEndpoints"

	ResourceTypeNotificationRules ResourceType = "notificationRules"

	ResourceTypeOrgs ResourceType = "orgs"

	ResourceTypeScrapers ResourceType = "scrapers"

	ResourceTypeSecrets ResourceType = "secrets"

	ResourceTypeSources ResourceType = "sources"

	ResourceTypeTasks ResourceType = "tasks"

	ResourceTypeTelegrafs ResourceType = "telegrafs"

	ResourceTypeUsers ResourceType = "users"

	ResourceTypeVariables ResourceType = "variables"

	ResourceTypeViews ResourceType = "views"
)

Defines values for ResourceType.

type RetentionRule

type RetentionRule struct {

	// Duration in seconds for how long data will be kept in the database.
	EverySeconds int               `json:"everySeconds"`
	Type         RetentionRuleType `json:"type"`
}

RetentionRule defines model for RetentionRule.

type RetentionRuleType

type RetentionRuleType string

RetentionRuleType defines model for RetentionRule.Type.

const (
	RetentionRuleTypeExpire RetentionRuleType = "expire"
)

Defines values for RetentionRuleType.

type RetentionRules

type RetentionRules []RetentionRule

RetentionRules defines model for RetentionRules.

type ReturnStatement

type ReturnStatement struct {
	Argument *Expression `json:"argument,omitempty"`

	// Type of AST node
	Type *NodeType `json:"type,omitempty"`
}

ReturnStatement defines model for ReturnStatement.

type Routes

type Routes struct {
	Authorizations *string `json:"authorizations,omitempty"`
	Buckets        *string `json:"buckets,omitempty"`
	Dashboards     *string `json:"dashboards,omitempty"`
	External       *struct {
		StatusFeed *string `json:"statusFeed,omitempty"`
	} `json:"external,omitempty"`
	Flags *string `json:"flags,omitempty"`
	Me    *string `json:"me,omitempty"`
	Orgs  *string `json:"orgs,omitempty"`
	Query *struct {
		Analyze     *string `json:"analyze,omitempty"`
		Ast         *string `json:"ast,omitempty"`
		Self        *string `json:"self,omitempty"`
		Suggestions *string `json:"suggestions,omitempty"`
	} `json:"query,omitempty"`
	Setup   *string `json:"setup,omitempty"`
	Signin  *string `json:"signin,omitempty"`
	Signout *string `json:"signout,omitempty"`
	Sources *string `json:"sources,omitempty"`
	System  *struct {
		Debug   *string `json:"debug,omitempty"`
		Health  *string `json:"health,omitempty"`
		Metrics *string `json:"metrics,omitempty"`
	} `json:"system,omitempty"`
	Tasks     *string `json:"tasks,omitempty"`
	Telegrafs *string `json:"telegrafs,omitempty"`
	Users     *string `json:"users,omitempty"`
	Variables *string `json:"variables,omitempty"`
	Write     *string `json:"write,omitempty"`
}

Routes defines model for Routes.

type RuleStatusLevel

type RuleStatusLevel string

RuleStatusLevel defines model for RuleStatusLevel.

const (
	RuleStatusLevelANY RuleStatusLevel = "ANY"

	RuleStatusLevelCRIT RuleStatusLevel = "CRIT"

	RuleStatusLevelINFO RuleStatusLevel = "INFO"

	RuleStatusLevelOK RuleStatusLevel = "OK"

	RuleStatusLevelUNKNOWN RuleStatusLevel = "UNKNOWN"

	RuleStatusLevelWARN RuleStatusLevel = "WARN"
)

Defines values for RuleStatusLevel.

type Run

type Run struct {

	// Time run finished executing, RFC3339Nano.
	FinishedAt *time.Time `json:"finishedAt,omitempty"`
	Id         *string    `json:"id,omitempty"`
	Links      *struct {
		Retry *string `json:"retry,omitempty"`
		Self  *string `json:"self,omitempty"`
		Task  *string `json:"task,omitempty"`
	} `json:"links,omitempty"`

	// An array of logs associated with the run.
	Log *[]struct {
		Message *string `json:"message,omitempty"`
		RunID   *string `json:"runID,omitempty"`
		Time    *string `json:"time,omitempty"`
	} `json:"log,omitempty"`

	// Time run was manually requested, RFC3339Nano.
	RequestedAt *time.Time `json:"requestedAt,omitempty"`

	// Time used for run's "now" option, RFC3339.
	ScheduledFor *time.Time `json:"scheduledFor,omitempty"`

	// Time run started executing, RFC3339Nano.
	StartedAt *time.Time `json:"startedAt,omitempty"`
	Status    *RunStatus `json:"status,omitempty"`
	TaskID    *string    `json:"taskID,omitempty"`
}

Run defines model for Run.

type RunManually

type RunManually struct {

	// Time used for run's "now" option, RFC3339.  Default is the server's now time.
	ScheduledFor *time.Time `json:"scheduledFor,omitempty"`
}

RunManually defines model for RunManually.

type RunStatus

type RunStatus string

RunStatus defines model for Run.Status.

const (
	RunStatusCanceled RunStatus = "canceled"

	RunStatusFailed RunStatus = "failed"

	RunStatusScheduled RunStatus = "scheduled"

	RunStatusStarted RunStatus = "started"

	RunStatusSuccess RunStatus = "success"
)

Defines values for RunStatus.

type Runs

type Runs struct {
	Links *Links `json:"links,omitempty"`
	Runs  *[]Run `json:"runs,omitempty"`
}

Runs defines model for Runs.

type SMTPNotificationRule

type SMTPNotificationRule struct {
	// Embedded struct due to allOf(#/components/schemas/NotificationRuleBase)
	NotificationRuleBase
	// Embedded struct due to allOf(#/components/schemas/SMTPNotificationRuleBase)
	SMTPNotificationRuleBase
}

SMTPNotificationRule defines model for SMTPNotificationRule.

type SMTPNotificationRuleBase

type SMTPNotificationRuleBase struct {
	BodyTemplate    *string                      `json:"bodyTemplate,omitempty"`
	SubjectTemplate string                       `json:"subjectTemplate"`
	To              string                       `json:"to"`
	Type            SMTPNotificationRuleBaseType `json:"type"`
}

SMTPNotificationRuleBase defines model for SMTPNotificationRuleBase.

type SMTPNotificationRuleBaseType

type SMTPNotificationRuleBaseType string

SMTPNotificationRuleBaseType defines model for SMTPNotificationRuleBase.Type.

const (
	SMTPNotificationRuleBaseTypeSmtp SMTPNotificationRuleBaseType = "smtp"
)

Defines values for SMTPNotificationRuleBaseType.

type ScatterViewProperties

type ScatterViewProperties struct {

	// Colors define color encoding of data into a visualization
	Colors      []string                   `json:"colors"`
	FillColumns []string                   `json:"fillColumns"`
	Note        string                     `json:"note"`
	Queries     []DashboardQuery           `json:"queries"`
	Shape       ScatterViewPropertiesShape `json:"shape"`

	// If true, will display note when empty
	ShowNoteWhenEmpty bool                      `json:"showNoteWhenEmpty"`
	SymbolColumns     []string                  `json:"symbolColumns"`
	TimeFormat        *string                   `json:"timeFormat,omitempty"`
	Type              ScatterViewPropertiesType `json:"type"`
	XAxisLabel        string                    `json:"xAxisLabel"`
	XColumn           string                    `json:"xColumn"`
	XDomain           []float32                 `json:"xDomain"`
	XPrefix           string                    `json:"xPrefix"`
	XSuffix           string                    `json:"xSuffix"`
	YAxisLabel        string                    `json:"yAxisLabel"`
	YColumn           string                    `json:"yColumn"`
	YDomain           []float32                 `json:"yDomain"`
	YPrefix           string                    `json:"yPrefix"`
	YSuffix           string                    `json:"ySuffix"`
}

ScatterViewProperties defines model for ScatterViewProperties.

type ScatterViewPropertiesShape

type ScatterViewPropertiesShape string

ScatterViewPropertiesShape defines model for ScatterViewProperties.Shape.

const (
	ScatterViewPropertiesShapeChronografV2 ScatterViewPropertiesShape = "chronograf-v2"
)

Defines values for ScatterViewPropertiesShape.

type ScatterViewPropertiesType

type ScatterViewPropertiesType string

ScatterViewPropertiesType defines model for ScatterViewProperties.Type.

const (
	ScatterViewPropertiesTypeScatter ScatterViewPropertiesType = "scatter"
)

Defines values for ScatterViewPropertiesType.

type ScraperTargetRequest

type ScraperTargetRequest struct {

	// The ID of the bucket to write to.
	BucketID *string `json:"bucketID,omitempty"`

	// The name of the scraper target.
	Name *string `json:"name,omitempty"`

	// The organization ID.
	OrgID *string `json:"orgID,omitempty"`

	// The type of the metrics to be parsed.
	Type *ScraperTargetRequestType `json:"type,omitempty"`

	// The URL of the metrics endpoint.
	Url *string `json:"url,omitempty"`
}

ScraperTargetRequest defines model for ScraperTargetRequest.

type ScraperTargetRequestType

type ScraperTargetRequestType string

ScraperTargetRequestType defines model for ScraperTargetRequest.Type.

const (
	ScraperTargetRequestTypePrometheus ScraperTargetRequestType = "prometheus"
)

Defines values for ScraperTargetRequestType.

type ScraperTargetResponse

type ScraperTargetResponse struct {
	// Embedded struct due to allOf(#/components/schemas/ScraperTargetRequest)
	ScraperTargetRequest

	// The bucket name.
	Bucket *string `json:"bucket,omitempty"`
	Id     *string `json:"id,omitempty"`
	Links  *struct {

		// URI of resource.
		Bucket *Link `json:"bucket,omitempty"`

		// URI of resource.
		Members *Link `json:"members,omitempty"`

		// URI of resource.
		Organization *Link `json:"organization,omitempty"`

		// URI of resource.
		Owners *Link `json:"owners,omitempty"`

		// URI of resource.
		Self *Link `json:"self,omitempty"`
	} `json:"links,omitempty"`

	// The organization name.
	Org *string `json:"org,omitempty"`
}

ScraperTargetResponse defines model for ScraperTargetResponse.

type ScraperTargetResponses

type ScraperTargetResponses struct {
	Configurations *[]ScraperTargetResponse `json:"configurations,omitempty"`
}

ScraperTargetResponses defines model for ScraperTargetResponses.

type SecretKeys

type SecretKeys struct {
	Secrets *[]string `json:"secrets,omitempty"`
}

SecretKeys defines model for SecretKeys.

type SecretKeysResponse

type SecretKeysResponse struct {
	// Embedded struct due to allOf(#/components/schemas/SecretKeys)
	SecretKeys
	// Embedded fields due to inline allOf schema
	Links *struct {
		Org  *string `json:"org,omitempty"`
		Self *string `json:"self,omitempty"`
	} `json:"links,omitempty"`
}

SecretKeysResponse defines model for SecretKeysResponse.

type Secrets

type Secrets struct {
	AdditionalProperties map[string]string `json:"-"`
}

Secrets defines model for Secrets.

func (Secrets) Get

func (a Secrets) Get(fieldName string) (value string, found bool)

Getter for additional properties for Secrets. Returns the specified element and whether it was found

func (Secrets) MarshalJSON

func (a Secrets) MarshalJSON() ([]byte, error)

Override default JSON handling for Secrets to handle AdditionalProperties

func (*Secrets) Set

func (a *Secrets) Set(fieldName string, value string)

Setter for additional properties for Secrets

func (*Secrets) UnmarshalJSON

func (a *Secrets) UnmarshalJSON(b []byte) error

Override default JSON handling for Secrets to handle AdditionalProperties

type SingleStatViewProperties

type SingleStatViewProperties struct {

	// Colors define color encoding of data into a visualization
	Colors []DashboardColor `json:"colors"`

	// Indicates whether decimal places should be enforced, and how many digits it should show.
	DecimalPlaces DecimalPlaces `json:"decimalPlaces"`

	// Legend define encoding of data into a view's legend
	Legend  Legend                        `json:"legend"`
	Note    string                        `json:"note"`
	Prefix  string                        `json:"prefix"`
	Queries []DashboardQuery              `json:"queries"`
	Shape   SingleStatViewPropertiesShape `json:"shape"`

	// If true, will display note when empty
	ShowNoteWhenEmpty bool                         `json:"showNoteWhenEmpty"`
	Suffix            string                       `json:"suffix"`
	TickPrefix        string                       `json:"tickPrefix"`
	TickSuffix        string                       `json:"tickSuffix"`
	Type              SingleStatViewPropertiesType `json:"type"`
}

SingleStatViewProperties defines model for SingleStatViewProperties.

type SingleStatViewPropertiesShape

type SingleStatViewPropertiesShape string

SingleStatViewPropertiesShape defines model for SingleStatViewProperties.Shape.

const (
	SingleStatViewPropertiesShapeChronografV2 SingleStatViewPropertiesShape = "chronograf-v2"
)

Defines values for SingleStatViewPropertiesShape.

type SingleStatViewPropertiesType

type SingleStatViewPropertiesType string

SingleStatViewPropertiesType defines model for SingleStatViewProperties.Type.

const (
	SingleStatViewPropertiesTypeSingleStat SingleStatViewPropertiesType = "single-stat"
)

Defines values for SingleStatViewPropertiesType.

type SlackNotificationEndpoint

type SlackNotificationEndpoint struct {
	// Embedded struct due to allOf(#/components/schemas/NotificationEndpointBase)
	NotificationEndpointBase

	// Specifies the API token string. Specify either `URL` or `Token`.
	Token *string `json:"token,omitempty"`

	// Specifies the URL of the Slack endpoint. Specify either `URL` or `Token`.
	Url *string `json:"url,omitempty"`
}

SlackNotificationEndpoint defines model for SlackNotificationEndpoint.

type SlackNotificationRule

type SlackNotificationRule struct {
	// Embedded struct due to allOf(#/components/schemas/NotificationRuleBase)
	NotificationRuleBase
	// Embedded struct due to allOf(#/components/schemas/SlackNotificationRuleBase)
	SlackNotificationRuleBase
}

SlackNotificationRule defines model for SlackNotificationRule.

type SlackNotificationRuleBase

type SlackNotificationRuleBase struct {
	Channel         *string                       `json:"channel,omitempty"`
	MessageTemplate string                        `json:"messageTemplate"`
	Type            SlackNotificationRuleBaseType `json:"type"`
}

SlackNotificationRuleBase defines model for SlackNotificationRuleBase.

type SlackNotificationRuleBaseType

type SlackNotificationRuleBaseType string

SlackNotificationRuleBaseType defines model for SlackNotificationRuleBase.Type.

const (
	SlackNotificationRuleBaseTypeSlack SlackNotificationRuleBaseType = "slack"
)

Defines values for SlackNotificationRuleBaseType.

type SortBy

type SortBy string

SortBy defines model for SortBy.

type Source

type Source struct {
	Default            *bool              `json:"default,omitempty"`
	DefaultRP          *string            `json:"defaultRP,omitempty"`
	Id                 *string            `json:"id,omitempty"`
	InsecureSkipVerify *bool              `json:"insecureSkipVerify,omitempty"`
	Languages          *[]SourceLanguages `json:"languages,omitempty"`
	Links              *struct {
		Buckets *string `json:"buckets,omitempty"`
		Health  *string `json:"health,omitempty"`
		Query   *string `json:"query,omitempty"`
		Self    *string `json:"self,omitempty"`
	} `json:"links,omitempty"`
	MetaUrl      *string     `json:"metaUrl,omitempty"`
	Name         *string     `json:"name,omitempty"`
	OrgID        *string     `json:"orgID,omitempty"`
	Password     *string     `json:"password,omitempty"`
	SharedSecret *string     `json:"sharedSecret,omitempty"`
	Telegraf     *string     `json:"telegraf,omitempty"`
	Token        *string     `json:"token,omitempty"`
	Type         *SourceType `json:"type,omitempty"`
	Url          *string     `json:"url,omitempty"`
	Username     *string     `json:"username,omitempty"`
}

Source defines model for Source.

type SourceLanguages

type SourceLanguages string

SourceLanguages defines model for Source.Languages.

const (
	SourceLanguagesFlux SourceLanguages = "flux"

	SourceLanguagesInfluxql SourceLanguages = "influxql"
)

Defines values for SourceLanguages.

type SourceType

type SourceType string

SourceType defines model for Source.Type.

const (
	SourceTypeSelf SourceType = "self"

	SourceTypeV1 SourceType = "v1"

	SourceTypeV2 SourceType = "v2"
)

Defines values for SourceType.

type Sources

type Sources struct {
	Links *struct {
		Self *string `json:"self,omitempty"`
	} `json:"links,omitempty"`
	Sources *[]Source `json:"sources,omitempty"`
}

Sources defines model for Sources.

type Stack

type Stack struct {
	CreatedAt *time.Time `json:"createdAt,omitempty"`
	Events    *[]struct {
		Description *string `json:"description,omitempty"`
		EventType   *string `json:"eventType,omitempty"`
		Name        *string `json:"name,omitempty"`
		Resources   *[]struct {
			ApiVersion   *string `json:"apiVersion,omitempty"`
			Associations *[]struct {
				Kind     *TemplateKind `json:"kind,omitempty"`
				MetaName *string       `json:"metaName,omitempty"`
			} `json:"associations,omitempty"`
			Kind  *TemplateKind `json:"kind,omitempty"`
			Links *struct {
				Self *string `json:"self,omitempty"`
			} `json:"links,omitempty"`
			ResourceID       *string `json:"resourceID,omitempty"`
			TemplateMetaName *string `json:"templateMetaName,omitempty"`
		} `json:"resources,omitempty"`
		Sources   *[]string  `json:"sources,omitempty"`
		UpdatedAt *time.Time `json:"updatedAt,omitempty"`
		Urls      *[]string  `json:"urls,omitempty"`
	} `json:"events,omitempty"`
	Id    *string `json:"id,omitempty"`
	OrgID *string `json:"orgID,omitempty"`
}

Stack defines model for Stack.

type Statement

type Statement interface{}

Statement defines model for Statement.

type StatusRule

type StatusRule struct {
	Count *int `json:"count,omitempty"`

	// The state to record if check matches a criteria.
	CurrentLevel *RuleStatusLevel `json:"currentLevel,omitempty"`
	Period       *string          `json:"period,omitempty"`

	// The state to record if check matches a criteria.
	PreviousLevel *RuleStatusLevel `json:"previousLevel,omitempty"`
}

StatusRule defines model for StatusRule.

type StringLiteral

type StringLiteral struct {

	// Type of AST node
	Type  *NodeType `json:"type,omitempty"`
	Value *string   `json:"value,omitempty"`
}

StringLiteral defines model for StringLiteral.

type TableViewProperties

type TableViewProperties struct {

	// Colors define color encoding of data into a visualization
	Colors []DashboardColor `json:"colors"`

	// Indicates whether decimal places should be enforced, and how many digits it should show.
	DecimalPlaces DecimalPlaces `json:"decimalPlaces"`

	// fieldOptions represent the fields retrieved by the query with customization options
	FieldOptions []RenamableField         `json:"fieldOptions"`
	Note         string                   `json:"note"`
	Queries      []DashboardQuery         `json:"queries"`
	Shape        TableViewPropertiesShape `json:"shape"`

	// If true, will display note when empty
	ShowNoteWhenEmpty bool `json:"showNoteWhenEmpty"`
	TableOptions      struct {

		// fixFirstColumn indicates whether the first column of the table should be locked
		FixFirstColumn *bool `json:"fixFirstColumn,omitempty"`

		// Describes a field that can be renamed and made visible or invisible.
		SortBy *RenamableField `json:"sortBy,omitempty"`

		// verticalTimeAxis describes the orientation of the table by indicating whether the time axis will be displayed vertically
		VerticalTimeAxis *bool `json:"verticalTimeAxis,omitempty"`

		// Wrapping describes the text wrapping style to be used in table views
		Wrapping *TableViewPropertiesTableOptionsWrapping `json:"wrapping,omitempty"`
	} `json:"tableOptions"`

	// timeFormat describes the display format for time values according to moment.js date formatting
	TimeFormat string                  `json:"timeFormat"`
	Type       TableViewPropertiesType `json:"type"`
}

TableViewProperties defines model for TableViewProperties.

type TableViewPropertiesShape

type TableViewPropertiesShape string

TableViewPropertiesShape defines model for TableViewProperties.Shape.

const (
	TableViewPropertiesShapeChronografV2 TableViewPropertiesShape = "chronograf-v2"
)

Defines values for TableViewPropertiesShape.

type TableViewPropertiesTableOptionsWrapping

type TableViewPropertiesTableOptionsWrapping string

TableViewPropertiesTableOptionsWrapping defines model for TableViewProperties.TableOptions.Wrapping.

const (
	TableViewPropertiesTableOptionsWrappingSingleLine TableViewPropertiesTableOptionsWrapping = "single-line"

	TableViewPropertiesTableOptionsWrappingTruncate TableViewPropertiesTableOptionsWrapping = "truncate"

	TableViewPropertiesTableOptionsWrappingWrap TableViewPropertiesTableOptionsWrapping = "wrap"
)

Defines values for TableViewPropertiesTableOptionsWrapping.

type TableViewPropertiesType

type TableViewPropertiesType string

TableViewPropertiesType defines model for TableViewProperties.Type.

const (
	TableViewPropertiesTypeTable TableViewPropertiesType = "table"
)

Defines values for TableViewPropertiesType.

type TagRule

type TagRule struct {
	Key      *string          `json:"key,omitempty"`
	Operator *TagRuleOperator `json:"operator,omitempty"`
	Value    *string          `json:"value,omitempty"`
}

TagRule defines model for TagRule.

type TagRuleOperator

type TagRuleOperator string

TagRuleOperator defines model for TagRule.Operator.

const (
	TagRuleOperatorEqual TagRuleOperator = "equal"

	TagRuleOperatorEqualregex TagRuleOperator = "equalregex"

	TagRuleOperatorNotequal TagRuleOperator = "notequal"

	TagRuleOperatorNotequalregex TagRuleOperator = "notequalregex"
)

Defines values for TagRuleOperator.

type Task

type Task struct {

	// The ID of the authorization used when this task communicates with the query engine.
	AuthorizationID *string    `json:"authorizationID,omitempty"`
	CreatedAt       *time.Time `json:"createdAt,omitempty"`

	// A task repetition schedule in the form '* * * * * *'; parsed from Flux.
	Cron *string `json:"cron,omitempty"`

	// An optional description of the task.
	Description *string `json:"description,omitempty"`

	// A simple task repetition schedule; parsed from Flux.
	Every *string `json:"every,omitempty"`

	// The Flux script to run for this task.
	Flux          string             `json:"flux"`
	Id            string             `json:"id"`
	Labels        *Labels            `json:"labels,omitempty"`
	LastRunError  *string            `json:"lastRunError,omitempty"`
	LastRunStatus *TaskLastRunStatus `json:"lastRunStatus,omitempty"`

	// Timestamp of latest scheduled, completed run, RFC3339.
	LatestCompleted *time.Time `json:"latestCompleted,omitempty"`
	Links           *struct {

		// URI of resource.
		Labels *Link `json:"labels,omitempty"`

		// URI of resource.
		Logs *Link `json:"logs,omitempty"`

		// URI of resource.
		Members *Link `json:"members,omitempty"`

		// URI of resource.
		Owners *Link `json:"owners,omitempty"`

		// URI of resource.
		Runs *Link `json:"runs,omitempty"`

		// URI of resource.
		Self *Link `json:"self,omitempty"`
	} `json:"links,omitempty"`

	// The name of the task.
	Name string `json:"name"`

	// Duration to delay after the schedule, before executing the task; parsed from flux, if set to zero it will remove this option and use 0 as the default.
	Offset *string `json:"offset,omitempty"`

	// The name of the organization that owns this Task.
	Org *string `json:"org,omitempty"`

	// The ID of the organization that owns this Task.
	OrgID  string          `json:"orgID"`
	Status *TaskStatusType `json:"status,omitempty"`

	// The type of task, this can be used for filtering tasks on list actions.
	Type      *string    `json:"type,omitempty"`
	UpdatedAt *time.Time `json:"updatedAt,omitempty"`
}

Task defines model for Task.

type TaskCreateRequest

type TaskCreateRequest struct {

	// An optional description of the task.
	Description *string `json:"description,omitempty"`

	// The Flux script to run for this task.
	Flux string `json:"flux"`

	// The name of the organization that owns this Task.
	Org *string `json:"org,omitempty"`

	// The ID of the organization that owns this Task.
	OrgID  *string         `json:"orgID,omitempty"`
	Status *TaskStatusType `json:"status,omitempty"`
}

TaskCreateRequest defines model for TaskCreateRequest.

type TaskLastRunStatus

type TaskLastRunStatus string

TaskLastRunStatus defines model for Task.LastRunStatus.

const (
	TaskLastRunStatusCanceled TaskLastRunStatus = "canceled"

	TaskLastRunStatusFailed TaskLastRunStatus = "failed"

	TaskLastRunStatusSuccess TaskLastRunStatus = "success"
)

Defines values for TaskLastRunStatus.

type TaskStatusType

type TaskStatusType string

TaskStatusType defines model for TaskStatusType.

const (
	TaskStatusTypeActive TaskStatusType = "active"

	TaskStatusTypeInactive TaskStatusType = "inactive"
)

Defines values for TaskStatusType.

type TaskUpdateRequest

type TaskUpdateRequest struct {

	// Override the 'cron' option in the flux script.
	Cron *string `json:"cron,omitempty"`

	// An optional description of the task.
	Description *string `json:"description,omitempty"`

	// Override the 'every' option in the flux script.
	Every *string `json:"every,omitempty"`

	// The Flux script to run for this task.
	Flux *string `json:"flux,omitempty"`

	// Override the 'name' option in the flux script.
	Name *string `json:"name,omitempty"`

	// Override the 'offset' option in the flux script.
	Offset *string         `json:"offset,omitempty"`
	Status *TaskStatusType `json:"status,omitempty"`
}

TaskUpdateRequest defines model for TaskUpdateRequest.

type Tasks

type Tasks struct {
	Links *Links  `json:"links,omitempty"`
	Tasks *[]Task `json:"tasks,omitempty"`
}

Tasks defines model for Tasks.

type Telegraf

type Telegraf struct {
	// Embedded struct due to allOf(#/components/schemas/TelegrafRequest)
	TelegrafRequest
	// Embedded fields due to inline allOf schema
	Id     *string `json:"id,omitempty"`
	Labels *Labels `json:"labels,omitempty"`
	Links  *struct {

		// URI of resource.
		Labels *Link `json:"labels,omitempty"`

		// URI of resource.
		Members *Link `json:"members,omitempty"`

		// URI of resource.
		Owners *Link `json:"owners,omitempty"`

		// URI of resource.
		Self *Link `json:"self,omitempty"`
	} `json:"links,omitempty"`
}

Telegraf defines model for Telegraf.

type TelegrafPlugin

type TelegrafPlugin struct {
	Config      *string `json:"config,omitempty"`
	Description *string `json:"description,omitempty"`
	Name        *string `json:"name,omitempty"`
	Type        *string `json:"type,omitempty"`
}

TelegrafPlugin defines model for TelegrafPlugin.

type TelegrafPluginInputCpu

type TelegrafPluginInputCpu struct {
	Comment *string                    `json:"comment,omitempty"`
	Name    TelegrafPluginInputCpuName `json:"name"`
	Type    TelegrafPluginInputCpuType `json:"type"`
}

TelegrafPluginInputCpu defines model for TelegrafPluginInputCpu.

type TelegrafPluginInputCpuName

type TelegrafPluginInputCpuName string

TelegrafPluginInputCpuName defines model for TelegrafPluginInputCpu.Name.

const (
	TelegrafPluginInputCpuNameCpu TelegrafPluginInputCpuName = "cpu"
)

Defines values for TelegrafPluginInputCpuName.

type TelegrafPluginInputCpuType

type TelegrafPluginInputCpuType string

TelegrafPluginInputCpuType defines model for TelegrafPluginInputCpu.Type.

const (
	TelegrafPluginInputCpuTypeInput TelegrafPluginInputCpuType = "input"
)

Defines values for TelegrafPluginInputCpuType.

type TelegrafPluginInputDisk

type TelegrafPluginInputDisk struct {
	Comment *string                     `json:"comment,omitempty"`
	Name    TelegrafPluginInputDiskName `json:"name"`
	Type    TelegrafPluginInputDiskType `json:"type"`
}

TelegrafPluginInputDisk defines model for TelegrafPluginInputDisk.

type TelegrafPluginInputDiskName

type TelegrafPluginInputDiskName string

TelegrafPluginInputDiskName defines model for TelegrafPluginInputDisk.Name.

const (
	TelegrafPluginInputDiskNameDisk TelegrafPluginInputDiskName = "disk"
)

Defines values for TelegrafPluginInputDiskName.

type TelegrafPluginInputDiskType

type TelegrafPluginInputDiskType string

TelegrafPluginInputDiskType defines model for TelegrafPluginInputDisk.Type.

const (
	TelegrafPluginInputDiskTypeInput TelegrafPluginInputDiskType = "input"
)

Defines values for TelegrafPluginInputDiskType.

type TelegrafPluginInputDiskio

type TelegrafPluginInputDiskio struct {
	Comment *string                       `json:"comment,omitempty"`
	Name    TelegrafPluginInputDiskioName `json:"name"`
	Type    TelegrafPluginInputDiskioType `json:"type"`
}

TelegrafPluginInputDiskio defines model for TelegrafPluginInputDiskio.

type TelegrafPluginInputDiskioName

type TelegrafPluginInputDiskioName string

TelegrafPluginInputDiskioName defines model for TelegrafPluginInputDiskio.Name.

const (
	TelegrafPluginInputDiskioNameDiskio TelegrafPluginInputDiskioName = "diskio"
)

Defines values for TelegrafPluginInputDiskioName.

type TelegrafPluginInputDiskioType

type TelegrafPluginInputDiskioType string

TelegrafPluginInputDiskioType defines model for TelegrafPluginInputDiskio.Type.

const (
	TelegrafPluginInputDiskioTypeInput TelegrafPluginInputDiskioType = "input"
)

Defines values for TelegrafPluginInputDiskioType.

type TelegrafPluginInputDocker

type TelegrafPluginInputDocker struct {
	Comment *string                         `json:"comment,omitempty"`
	Config  TelegrafPluginInputDockerConfig `json:"config"`
	Name    TelegrafPluginInputDockerName   `json:"name"`
	Type    TelegrafPluginInputDockerType   `json:"type"`
}

TelegrafPluginInputDocker defines model for TelegrafPluginInputDocker.

type TelegrafPluginInputDockerConfig

type TelegrafPluginInputDockerConfig struct {
	Endpoint string `json:"endpoint"`
}

TelegrafPluginInputDockerConfig defines model for TelegrafPluginInputDockerConfig.

type TelegrafPluginInputDockerName

type TelegrafPluginInputDockerName string

TelegrafPluginInputDockerName defines model for TelegrafPluginInputDocker.Name.

const (
	TelegrafPluginInputDockerNameDocker TelegrafPluginInputDockerName = "docker"
)

Defines values for TelegrafPluginInputDockerName.

type TelegrafPluginInputDockerType

type TelegrafPluginInputDockerType string

TelegrafPluginInputDockerType defines model for TelegrafPluginInputDocker.Type.

const (
	TelegrafPluginInputDockerTypeInput TelegrafPluginInputDockerType = "input"
)

Defines values for TelegrafPluginInputDockerType.

type TelegrafPluginInputFile

type TelegrafPluginInputFile struct {
	Comment *string                       `json:"comment,omitempty"`
	Config  TelegrafPluginInputFileConfig `json:"config"`
	Name    TelegrafPluginInputFileName   `json:"name"`
	Type    TelegrafPluginInputFileType   `json:"type"`
}

TelegrafPluginInputFile defines model for TelegrafPluginInputFile.

type TelegrafPluginInputFileConfig

type TelegrafPluginInputFileConfig struct {
	Files *[]string `json:"files,omitempty"`
}

TelegrafPluginInputFileConfig defines model for TelegrafPluginInputFileConfig.

type TelegrafPluginInputFileName

type TelegrafPluginInputFileName string

TelegrafPluginInputFileName defines model for TelegrafPluginInputFile.Name.

const (
	TelegrafPluginInputFileNameFile TelegrafPluginInputFileName = "file"
)

Defines values for TelegrafPluginInputFileName.

type TelegrafPluginInputFileType

type TelegrafPluginInputFileType string

TelegrafPluginInputFileType defines model for TelegrafPluginInputFile.Type.

const (
	TelegrafPluginInputFileTypeInput TelegrafPluginInputFileType = "input"
)

Defines values for TelegrafPluginInputFileType.

type TelegrafPluginInputKernel

type TelegrafPluginInputKernel struct {
	Comment *string                       `json:"comment,omitempty"`
	Name    TelegrafPluginInputKernelName `json:"name"`
	Type    TelegrafPluginInputKernelType `json:"type"`
}

TelegrafPluginInputKernel defines model for TelegrafPluginInputKernel.

type TelegrafPluginInputKernelName

type TelegrafPluginInputKernelName string

TelegrafPluginInputKernelName defines model for TelegrafPluginInputKernel.Name.

const (
	TelegrafPluginInputKernelNameKernel TelegrafPluginInputKernelName = "kernel"
)

Defines values for TelegrafPluginInputKernelName.

type TelegrafPluginInputKernelType

type TelegrafPluginInputKernelType string

TelegrafPluginInputKernelType defines model for TelegrafPluginInputKernel.Type.

const (
	TelegrafPluginInputKernelTypeInput TelegrafPluginInputKernelType = "input"
)

Defines values for TelegrafPluginInputKernelType.

type TelegrafPluginInputKubernetes

type TelegrafPluginInputKubernetes struct {
	Comment *string                             `json:"comment,omitempty"`
	Config  TelegrafPluginInputKubernetesConfig `json:"config"`
	Name    TelegrafPluginInputKubernetesName   `json:"name"`
	Type    TelegrafPluginInputKubernetesType   `json:"type"`
}

TelegrafPluginInputKubernetes defines model for TelegrafPluginInputKubernetes.

type TelegrafPluginInputKubernetesConfig

type TelegrafPluginInputKubernetesConfig struct {
	Url *string `json:"url,omitempty"`
}

TelegrafPluginInputKubernetesConfig defines model for TelegrafPluginInputKubernetesConfig.

type TelegrafPluginInputKubernetesName

type TelegrafPluginInputKubernetesName string

TelegrafPluginInputKubernetesName defines model for TelegrafPluginInputKubernetes.Name.

const (
	TelegrafPluginInputKubernetesNameKubernetes TelegrafPluginInputKubernetesName = "kubernetes"
)

Defines values for TelegrafPluginInputKubernetesName.

type TelegrafPluginInputKubernetesType

type TelegrafPluginInputKubernetesType string

TelegrafPluginInputKubernetesType defines model for TelegrafPluginInputKubernetes.Type.

const (
	TelegrafPluginInputKubernetesTypeInput TelegrafPluginInputKubernetesType = "input"
)

Defines values for TelegrafPluginInputKubernetesType.

type TelegrafPluginInputLogParser

type TelegrafPluginInputLogParser struct {
	Comment *string                            `json:"comment,omitempty"`
	Config  TelegrafPluginInputLogParserConfig `json:"config"`
	Name    TelegrafPluginInputLogParserName   `json:"name"`
	Type    TelegrafPluginInputLogParserType   `json:"type"`
}

TelegrafPluginInputLogParser defines model for TelegrafPluginInputLogParser.

type TelegrafPluginInputLogParserConfig

type TelegrafPluginInputLogParserConfig struct {
	Files *[]string `json:"files,omitempty"`
}

TelegrafPluginInputLogParserConfig defines model for TelegrafPluginInputLogParserConfig.

type TelegrafPluginInputLogParserName

type TelegrafPluginInputLogParserName string

TelegrafPluginInputLogParserName defines model for TelegrafPluginInputLogParser.Name.

const (
	TelegrafPluginInputLogParserNameLogparser TelegrafPluginInputLogParserName = "logparser"
)

Defines values for TelegrafPluginInputLogParserName.

type TelegrafPluginInputLogParserType

type TelegrafPluginInputLogParserType string

TelegrafPluginInputLogParserType defines model for TelegrafPluginInputLogParser.Type.

const (
	TelegrafPluginInputLogParserTypeInput TelegrafPluginInputLogParserType = "input"
)

Defines values for TelegrafPluginInputLogParserType.

type TelegrafPluginInputMem

type TelegrafPluginInputMem struct {
	Comment *string                    `json:"comment,omitempty"`
	Name    TelegrafPluginInputMemName `json:"name"`
	Type    TelegrafPluginInputMemType `json:"type"`
}

TelegrafPluginInputMem defines model for TelegrafPluginInputMem.

type TelegrafPluginInputMemName

type TelegrafPluginInputMemName string

TelegrafPluginInputMemName defines model for TelegrafPluginInputMem.Name.

const (
	TelegrafPluginInputMemNameMem TelegrafPluginInputMemName = "mem"
)

Defines values for TelegrafPluginInputMemName.

type TelegrafPluginInputMemType

type TelegrafPluginInputMemType string

TelegrafPluginInputMemType defines model for TelegrafPluginInputMem.Type.

const (
	TelegrafPluginInputMemTypeInput TelegrafPluginInputMemType = "input"
)

Defines values for TelegrafPluginInputMemType.

type TelegrafPluginInputNet

type TelegrafPluginInputNet struct {
	Comment *string                    `json:"comment,omitempty"`
	Name    TelegrafPluginInputNetName `json:"name"`
	Type    TelegrafPluginInputNetType `json:"type"`
}

TelegrafPluginInputNet defines model for TelegrafPluginInputNet.

type TelegrafPluginInputNetName

type TelegrafPluginInputNetName string

TelegrafPluginInputNetName defines model for TelegrafPluginInputNet.Name.

const (
	TelegrafPluginInputNetNameNet TelegrafPluginInputNetName = "net"
)

Defines values for TelegrafPluginInputNetName.

type TelegrafPluginInputNetResponse

type TelegrafPluginInputNetResponse struct {
	Comment *string                            `json:"comment,omitempty"`
	Name    TelegrafPluginInputNetResponseName `json:"name"`
	Type    TelegrafPluginInputNetResponseType `json:"type"`
}

TelegrafPluginInputNetResponse defines model for TelegrafPluginInputNetResponse.

type TelegrafPluginInputNetResponseName

type TelegrafPluginInputNetResponseName string

TelegrafPluginInputNetResponseName defines model for TelegrafPluginInputNetResponse.Name.

const (
	TelegrafPluginInputNetResponseNameNetResponse TelegrafPluginInputNetResponseName = "net_response"
)

Defines values for TelegrafPluginInputNetResponseName.

type TelegrafPluginInputNetResponseType

type TelegrafPluginInputNetResponseType string

TelegrafPluginInputNetResponseType defines model for TelegrafPluginInputNetResponse.Type.

const (
	TelegrafPluginInputNetResponseTypeInput TelegrafPluginInputNetResponseType = "input"
)

Defines values for TelegrafPluginInputNetResponseType.

type TelegrafPluginInputNetType

type TelegrafPluginInputNetType string

TelegrafPluginInputNetType defines model for TelegrafPluginInputNet.Type.

const (
	TelegrafPluginInputNetTypeInput TelegrafPluginInputNetType = "input"
)

Defines values for TelegrafPluginInputNetType.

type TelegrafPluginInputNginx

type TelegrafPluginInputNginx struct {
	Comment *string                      `json:"comment,omitempty"`
	Name    TelegrafPluginInputNginxName `json:"name"`
	Type    TelegrafPluginInputNginxType `json:"type"`
}

TelegrafPluginInputNginx defines model for TelegrafPluginInputNginx.

type TelegrafPluginInputNginxName

type TelegrafPluginInputNginxName string

TelegrafPluginInputNginxName defines model for TelegrafPluginInputNginx.Name.

const (
	TelegrafPluginInputNginxNameNginx TelegrafPluginInputNginxName = "nginx"
)

Defines values for TelegrafPluginInputNginxName.

type TelegrafPluginInputNginxType

type TelegrafPluginInputNginxType string

TelegrafPluginInputNginxType defines model for TelegrafPluginInputNginx.Type.

const (
	TelegrafPluginInputNginxTypeInput TelegrafPluginInputNginxType = "input"
)

Defines values for TelegrafPluginInputNginxType.

type TelegrafPluginInputProcesses

type TelegrafPluginInputProcesses struct {
	Comment *string                          `json:"comment,omitempty"`
	Name    TelegrafPluginInputProcessesName `json:"name"`
	Type    TelegrafPluginInputProcessesType `json:"type"`
}

TelegrafPluginInputProcesses defines model for TelegrafPluginInputProcesses.

type TelegrafPluginInputProcessesName

type TelegrafPluginInputProcessesName string

TelegrafPluginInputProcessesName defines model for TelegrafPluginInputProcesses.Name.

const (
	TelegrafPluginInputProcessesNameProcesses TelegrafPluginInputProcessesName = "processes"
)

Defines values for TelegrafPluginInputProcessesName.

type TelegrafPluginInputProcessesType

type TelegrafPluginInputProcessesType string

TelegrafPluginInputProcessesType defines model for TelegrafPluginInputProcesses.Type.

const (
	TelegrafPluginInputProcessesTypeInput TelegrafPluginInputProcessesType = "input"
)

Defines values for TelegrafPluginInputProcessesType.

type TelegrafPluginInputProcstat

type TelegrafPluginInputProcstat struct {
	Comment *string                           `json:"comment,omitempty"`
	Config  TelegrafPluginInputProcstatConfig `json:"config"`
	Name    TelegrafPluginInputProcstatName   `json:"name"`
	Type    TelegrafPluginInputProcstatType   `json:"type"`
}

TelegrafPluginInputProcstat defines model for TelegrafPluginInputProcstat.

type TelegrafPluginInputProcstatConfig

type TelegrafPluginInputProcstatConfig struct {
	Exe *string `json:"exe,omitempty"`
}

TelegrafPluginInputProcstatConfig defines model for TelegrafPluginInputProcstatConfig.

type TelegrafPluginInputProcstatName

type TelegrafPluginInputProcstatName string

TelegrafPluginInputProcstatName defines model for TelegrafPluginInputProcstat.Name.

const (
	TelegrafPluginInputProcstatNameProcstat TelegrafPluginInputProcstatName = "procstat"
)

Defines values for TelegrafPluginInputProcstatName.

type TelegrafPluginInputProcstatType

type TelegrafPluginInputProcstatType string

TelegrafPluginInputProcstatType defines model for TelegrafPluginInputProcstat.Type.

const (
	TelegrafPluginInputProcstatTypeInput TelegrafPluginInputProcstatType = "input"
)

Defines values for TelegrafPluginInputProcstatType.

type TelegrafPluginInputPrometheus

type TelegrafPluginInputPrometheus struct {
	Comment *string                             `json:"comment,omitempty"`
	Config  TelegrafPluginInputPrometheusConfig `json:"config"`
	Name    TelegrafPluginInputPrometheusName   `json:"name"`
	Type    TelegrafPluginInputPrometheusType   `json:"type"`
}

TelegrafPluginInputPrometheus defines model for TelegrafPluginInputPrometheus.

type TelegrafPluginInputPrometheusConfig

type TelegrafPluginInputPrometheusConfig struct {
	Urls *[]string `json:"urls,omitempty"`
}

TelegrafPluginInputPrometheusConfig defines model for TelegrafPluginInputPrometheusConfig.

type TelegrafPluginInputPrometheusName

type TelegrafPluginInputPrometheusName string

TelegrafPluginInputPrometheusName defines model for TelegrafPluginInputPrometheus.Name.

const (
	TelegrafPluginInputPrometheusNamePrometheus TelegrafPluginInputPrometheusName = "prometheus"
)

Defines values for TelegrafPluginInputPrometheusName.

type TelegrafPluginInputPrometheusType

type TelegrafPluginInputPrometheusType string

TelegrafPluginInputPrometheusType defines model for TelegrafPluginInputPrometheus.Type.

const (
	TelegrafPluginInputPrometheusTypeInput TelegrafPluginInputPrometheusType = "input"
)

Defines values for TelegrafPluginInputPrometheusType.

type TelegrafPluginInputRedis

type TelegrafPluginInputRedis struct {
	Comment *string                        `json:"comment,omitempty"`
	Config  TelegrafPluginInputRedisConfig `json:"config"`
	Name    TelegrafPluginInputRedisName   `json:"name"`
	Type    TelegrafPluginInputRedisType   `json:"type"`
}

TelegrafPluginInputRedis defines model for TelegrafPluginInputRedis.

type TelegrafPluginInputRedisConfig

type TelegrafPluginInputRedisConfig struct {
	Password *string   `json:"password,omitempty"`
	Servers  *[]string `json:"servers,omitempty"`
}

TelegrafPluginInputRedisConfig defines model for TelegrafPluginInputRedisConfig.

type TelegrafPluginInputRedisName

type TelegrafPluginInputRedisName string

TelegrafPluginInputRedisName defines model for TelegrafPluginInputRedis.Name.

const (
	TelegrafPluginInputRedisNameRedis TelegrafPluginInputRedisName = "redis"
)

Defines values for TelegrafPluginInputRedisName.

type TelegrafPluginInputRedisType

type TelegrafPluginInputRedisType string

TelegrafPluginInputRedisType defines model for TelegrafPluginInputRedis.Type.

const (
	TelegrafPluginInputRedisTypeInput TelegrafPluginInputRedisType = "input"
)

Defines values for TelegrafPluginInputRedisType.

type TelegrafPluginInputSwap

type TelegrafPluginInputSwap struct {
	Comment *string                     `json:"comment,omitempty"`
	Name    TelegrafPluginInputSwapName `json:"name"`
	Type    TelegrafPluginInputSwapType `json:"type"`
}

TelegrafPluginInputSwap defines model for TelegrafPluginInputSwap.

type TelegrafPluginInputSwapName

type TelegrafPluginInputSwapName string

TelegrafPluginInputSwapName defines model for TelegrafPluginInputSwap.Name.

const (
	TelegrafPluginInputSwapNameSwap TelegrafPluginInputSwapName = "swap"
)

Defines values for TelegrafPluginInputSwapName.

type TelegrafPluginInputSwapType

type TelegrafPluginInputSwapType string

TelegrafPluginInputSwapType defines model for TelegrafPluginInputSwap.Type.

const (
	TelegrafPluginInputSwapTypeInput TelegrafPluginInputSwapType = "input"
)

Defines values for TelegrafPluginInputSwapType.

type TelegrafPluginInputSyslog

type TelegrafPluginInputSyslog struct {
	Comment *string                         `json:"comment,omitempty"`
	Config  TelegrafPluginInputSyslogConfig `json:"config"`
	Name    TelegrafPluginInputSyslogName   `json:"name"`
	Type    TelegrafPluginInputSyslogType   `json:"type"`
}

TelegrafPluginInputSyslog defines model for TelegrafPluginInputSyslog.

type TelegrafPluginInputSyslogConfig

type TelegrafPluginInputSyslogConfig struct {
	Server *string `json:"server,omitempty"`
}

TelegrafPluginInputSyslogConfig defines model for TelegrafPluginInputSyslogConfig.

type TelegrafPluginInputSyslogName

type TelegrafPluginInputSyslogName string

TelegrafPluginInputSyslogName defines model for TelegrafPluginInputSyslog.Name.

const (
	TelegrafPluginInputSyslogNameSyslog TelegrafPluginInputSyslogName = "syslog"
)

Defines values for TelegrafPluginInputSyslogName.

type TelegrafPluginInputSyslogType

type TelegrafPluginInputSyslogType string

TelegrafPluginInputSyslogType defines model for TelegrafPluginInputSyslog.Type.

const (
	TelegrafPluginInputSyslogTypeInput TelegrafPluginInputSyslogType = "input"
)

Defines values for TelegrafPluginInputSyslogType.

type TelegrafPluginInputSystem

type TelegrafPluginInputSystem struct {
	Comment *string                       `json:"comment,omitempty"`
	Name    TelegrafPluginInputSystemName `json:"name"`
	Type    TelegrafPluginInputSystemType `json:"type"`
}

TelegrafPluginInputSystem defines model for TelegrafPluginInputSystem.

type TelegrafPluginInputSystemName

type TelegrafPluginInputSystemName string

TelegrafPluginInputSystemName defines model for TelegrafPluginInputSystem.Name.

const (
	TelegrafPluginInputSystemNameSystem TelegrafPluginInputSystemName = "system"
)

Defines values for TelegrafPluginInputSystemName.

type TelegrafPluginInputSystemType

type TelegrafPluginInputSystemType string

TelegrafPluginInputSystemType defines model for TelegrafPluginInputSystem.Type.

const (
	TelegrafPluginInputSystemTypeInput TelegrafPluginInputSystemType = "input"
)

Defines values for TelegrafPluginInputSystemType.

type TelegrafPluginInputTail

type TelegrafPluginInputTail struct {
	Comment *string                     `json:"comment,omitempty"`
	Name    TelegrafPluginInputTailName `json:"name"`
	Type    TelegrafPluginInputTailType `json:"type"`
}

TelegrafPluginInputTail defines model for TelegrafPluginInputTail.

type TelegrafPluginInputTailName

type TelegrafPluginInputTailName string

TelegrafPluginInputTailName defines model for TelegrafPluginInputTail.Name.

const (
	TelegrafPluginInputTailNameTail TelegrafPluginInputTailName = "tail"
)

Defines values for TelegrafPluginInputTailName.

type TelegrafPluginInputTailType

type TelegrafPluginInputTailType string

TelegrafPluginInputTailType defines model for TelegrafPluginInputTail.Type.

const (
	TelegrafPluginInputTailTypeInput TelegrafPluginInputTailType = "input"
)

Defines values for TelegrafPluginInputTailType.

type TelegrafPluginOutputFile

type TelegrafPluginOutputFile struct {
	Comment *string                        `json:"comment,omitempty"`
	Config  TelegrafPluginOutputFileConfig `json:"config"`
	Name    TelegrafPluginOutputFileName   `json:"name"`
	Type    TelegrafPluginOutputFileType   `json:"type"`
}

TelegrafPluginOutputFile defines model for TelegrafPluginOutputFile.

type TelegrafPluginOutputFileConfig

type TelegrafPluginOutputFileConfig struct {
	Files []struct {
		Path *string                                  `json:"path,omitempty"`
		Type *TelegrafPluginOutputFileConfigFilesType `json:"type,omitempty"`
	} `json:"files"`
}

TelegrafPluginOutputFileConfig defines model for TelegrafPluginOutputFileConfig.

type TelegrafPluginOutputFileConfigFilesType

type TelegrafPluginOutputFileConfigFilesType string

TelegrafPluginOutputFileConfigFilesType defines model for TelegrafPluginOutputFileConfig.Files.Type.

const (
	TelegrafPluginOutputFileConfigFilesTypePath TelegrafPluginOutputFileConfigFilesType = "path"

	TelegrafPluginOutputFileConfigFilesTypeStdout TelegrafPluginOutputFileConfigFilesType = "stdout"
)

Defines values for TelegrafPluginOutputFileConfigFilesType.

type TelegrafPluginOutputFileName

type TelegrafPluginOutputFileName string

TelegrafPluginOutputFileName defines model for TelegrafPluginOutputFile.Name.

const (
	TelegrafPluginOutputFileNameFile TelegrafPluginOutputFileName = "file"
)

Defines values for TelegrafPluginOutputFileName.

type TelegrafPluginOutputFileType

type TelegrafPluginOutputFileType string

TelegrafPluginOutputFileType defines model for TelegrafPluginOutputFile.Type.

const (
	TelegrafPluginOutputFileTypeOutput TelegrafPluginOutputFileType = "output"
)

Defines values for TelegrafPluginOutputFileType.

type TelegrafPluginOutputInfluxDBV2

type TelegrafPluginOutputInfluxDBV2 struct {
	Comment *string                              `json:"comment,omitempty"`
	Config  TelegrafPluginOutputInfluxDBV2Config `json:"config"`
	Name    TelegrafPluginOutputInfluxDBV2Name   `json:"name"`
	Type    TelegrafPluginOutputInfluxDBV2Type   `json:"type"`
}

TelegrafPluginOutputInfluxDBV2 defines model for TelegrafPluginOutputInfluxDBV2.

type TelegrafPluginOutputInfluxDBV2Config

type TelegrafPluginOutputInfluxDBV2Config struct {
	Bucket       string   `json:"bucket"`
	Organization string   `json:"organization"`
	Token        string   `json:"token"`
	Urls         []string `json:"urls"`
}

TelegrafPluginOutputInfluxDBV2Config defines model for TelegrafPluginOutputInfluxDBV2Config.

type TelegrafPluginOutputInfluxDBV2Name

type TelegrafPluginOutputInfluxDBV2Name string

TelegrafPluginOutputInfluxDBV2Name defines model for TelegrafPluginOutputInfluxDBV2.Name.

const (
	TelegrafPluginOutputInfluxDBV2NameInfluxdbV2 TelegrafPluginOutputInfluxDBV2Name = "influxdb_v2"
)

Defines values for TelegrafPluginOutputInfluxDBV2Name.

type TelegrafPluginOutputInfluxDBV2Type

type TelegrafPluginOutputInfluxDBV2Type string

TelegrafPluginOutputInfluxDBV2Type defines model for TelegrafPluginOutputInfluxDBV2.Type.

const (
	TelegrafPluginOutputInfluxDBV2TypeOutput TelegrafPluginOutputInfluxDBV2Type = "output"
)

Defines values for TelegrafPluginOutputInfluxDBV2Type.

type TelegrafPlugins

type TelegrafPlugins struct {
	Os      *string           `json:"os,omitempty"`
	Plugins *[]TelegrafPlugin `json:"plugins,omitempty"`
	Version *string           `json:"version,omitempty"`
}

TelegrafPlugins defines model for TelegrafPlugins.

type TelegrafRequest

type TelegrafRequest struct {
	Config      *string `json:"config,omitempty"`
	Description *string `json:"description,omitempty"`
	Metadata    *struct {
		Buckets *[]string `json:"buckets,omitempty"`
	} `json:"metadata,omitempty"`
	Name  *string `json:"name,omitempty"`
	OrgID *string `json:"orgID,omitempty"`
}

TelegrafRequest defines model for TelegrafRequest.

type TelegrafRequestPlugin

type TelegrafRequestPlugin interface{}

TelegrafRequestPlugin defines model for TelegrafRequestPlugin.

type Telegrafs

type Telegrafs struct {
	Configurations *[]Telegraf `json:"configurations,omitempty"`
}

Telegrafs defines model for Telegrafs.

type Template

type Template []struct {
	ApiVersion *string       `json:"apiVersion,omitempty"`
	Kind       *TemplateKind `json:"kind,omitempty"`
	Meta       *struct {
		Name *string `json:"name,omitempty"`
	} `json:"meta,omitempty"`
	Spec *map[string]interface{} `json:"spec,omitempty"`
}

Template defines model for Template.

type TemplateApply

type TemplateApply struct {
	Actions *[]interface{}         `json:"actions,omitempty"`
	DryRun  *bool                  `json:"dryRun,omitempty"`
	EnvRefs *TemplateApply_EnvRefs `json:"envRefs,omitempty"`
	OrgID   *string                `json:"orgID,omitempty"`
	Remotes *[]struct {
		ContentType *string `json:"contentType,omitempty"`
		Url         string  `json:"url"`
	} `json:"remotes,omitempty"`
	Secrets  *TemplateApply_Secrets `json:"secrets,omitempty"`
	StackID  *string                `json:"stackID,omitempty"`
	Template *struct {
		ContentType *string   `json:"contentType,omitempty"`
		Contents    *Template `json:"contents,omitempty"`
		Sources     *[]string `json:"sources,omitempty"`
	} `json:"template,omitempty"`
	Templates *[]struct {
		ContentType *string   `json:"contentType,omitempty"`
		Contents    *Template `json:"contents,omitempty"`
		Sources     *[]string `json:"sources,omitempty"`
	} `json:"templates,omitempty"`
}

TemplateApply defines model for TemplateApply.

type TemplateApply_EnvRefs

type TemplateApply_EnvRefs struct {
	AdditionalProperties map[string]interface{} `json:"-"`
}

TemplateApply_EnvRefs defines model for TemplateApply.EnvRefs.

func (TemplateApply_EnvRefs) Get

func (a TemplateApply_EnvRefs) Get(fieldName string) (value interface{}, found bool)

Getter for additional properties for TemplateApply_EnvRefs. Returns the specified element and whether it was found

func (TemplateApply_EnvRefs) MarshalJSON

func (a TemplateApply_EnvRefs) MarshalJSON() ([]byte, error)

Override default JSON handling for TemplateApply_EnvRefs to handle AdditionalProperties

func (*TemplateApply_EnvRefs) Set

func (a *TemplateApply_EnvRefs) Set(fieldName string, value interface{})

Setter for additional properties for TemplateApply_EnvRefs

func (*TemplateApply_EnvRefs) UnmarshalJSON

func (a *TemplateApply_EnvRefs) UnmarshalJSON(b []byte) error

Override default JSON handling for TemplateApply_EnvRefs to handle AdditionalProperties

type TemplateApply_Secrets

type TemplateApply_Secrets struct {
	AdditionalProperties map[string]string `json:"-"`
}

TemplateApply_Secrets defines model for TemplateApply.Secrets.

func (TemplateApply_Secrets) Get

func (a TemplateApply_Secrets) Get(fieldName string) (value string, found bool)

Getter for additional properties for TemplateApply_Secrets. Returns the specified element and whether it was found

func (TemplateApply_Secrets) MarshalJSON

func (a TemplateApply_Secrets) MarshalJSON() ([]byte, error)

Override default JSON handling for TemplateApply_Secrets to handle AdditionalProperties

func (*TemplateApply_Secrets) Set

func (a *TemplateApply_Secrets) Set(fieldName string, value string)

Setter for additional properties for TemplateApply_Secrets

func (*TemplateApply_Secrets) UnmarshalJSON

func (a *TemplateApply_Secrets) UnmarshalJSON(b []byte) error

Override default JSON handling for TemplateApply_Secrets to handle AdditionalProperties

type TemplateChart

type TemplateChart struct {
	Height     *int            `json:"height,omitempty"`
	Properties *ViewProperties `json:"properties,omitempty"`
	Width      *int            `json:"width,omitempty"`
	XPos       *int            `json:"xPos,omitempty"`
	YPos       *int            `json:"yPos,omitempty"`
}

TemplateChart defines model for TemplateChart.

type TemplateEnvReferences

type TemplateEnvReferences []struct {

	// Default value that will be provided for the reference when no value is provided
	DefaultValue *interface{} `json:"defaultValue,omitempty"`

	// Key identified as environment reference and is the key identified in the template
	EnvRefKey string `json:"envRefKey"`

	// Field the environment reference corresponds too
	ResourceField string `json:"resourceField"`

	// Value provided to fulfill reference
	Value *interface{} `json:"value,omitempty"`
}

TemplateEnvReferences defines model for TemplateEnvReferences.

type TemplateExport

type TemplateExport struct {
	OrgIDs *[]struct {
		OrgID           *string `json:"orgID,omitempty"`
		ResourceFilters *struct {
			ByLabel        *[]string       `json:"byLabel,omitempty"`
			ByResourceKind *[]TemplateKind `json:"byResourceKind,omitempty"`
		} `json:"resourceFilters,omitempty"`
	} `json:"orgIDs,omitempty"`
	Resources *struct {
		Id   string       `json:"id"`
		Kind TemplateKind `json:"kind"`
		Name *string      `json:"name,omitempty"`
	} `json:"resources,omitempty"`
	StackID *string `json:"stackID,omitempty"`
}

TemplateExport defines model for TemplateExport.

type TemplateKind

type TemplateKind string

TemplateKind defines model for TemplateKind.

const (
	TemplateKindBucket TemplateKind = "Bucket"

	TemplateKindCheck TemplateKind = "Check"

	TemplateKindCheckDeadman TemplateKind = "CheckDeadman"

	TemplateKindCheckThreshold TemplateKind = "CheckThreshold"

	TemplateKindDashboard TemplateKind = "Dashboard"

	TemplateKindLabel TemplateKind = "Label"

	TemplateKindNotificationEndpoint TemplateKind = "NotificationEndpoint"

	TemplateKindNotificationEndpointHTTP TemplateKind = "NotificationEndpointHTTP"

	TemplateKindNotificationEndpointPagerDuty TemplateKind = "NotificationEndpointPagerDuty"

	TemplateKindNotificationEndpointSlack TemplateKind = "NotificationEndpointSlack"

	TemplateKindNotificationRule TemplateKind = "NotificationRule"

	TemplateKindTask TemplateKind = "Task"

	TemplateKindTelegraf TemplateKind = "Telegraf"

	TemplateKindVariable TemplateKind = "Variable"
)

Defines values for TemplateKind.

type TemplateSummary

type TemplateSummary struct {
	Diff *struct {
		Buckets *[]struct {
			Id   *string       `json:"id,omitempty"`
			Kind *TemplateKind `json:"kind,omitempty"`
			New  *struct {
				Description *string `json:"description,omitempty"`
				Name        *string `json:"name,omitempty"`

				// Rules to expire or retain data.  No rules means data never expires.
				RetentionRules *RetentionRules `json:"retentionRules,omitempty"`
			} `json:"new,omitempty"`
			Old *struct {
				Description *string `json:"description,omitempty"`
				Name        *string `json:"name,omitempty"`

				// Rules to expire or retain data.  No rules means data never expires.
				RetentionRules *RetentionRules `json:"retentionRules,omitempty"`
			} `json:"old,omitempty"`
			StateStatus      *string `json:"stateStatus,omitempty"`
			TemplateMetaName *string `json:"templateMetaName,omitempty"`
		} `json:"buckets,omitempty"`
		Checks *[]struct {
			Id               *string             `json:"id,omitempty"`
			Kind             *TemplateKind       `json:"kind,omitempty"`
			New              *CheckDiscriminator `json:"new,omitempty"`
			Old              *CheckDiscriminator `json:"old,omitempty"`
			StateStatus      *string             `json:"stateStatus,omitempty"`
			TemplateMetaName *string             `json:"templateMetaName,omitempty"`
		} `json:"checks,omitempty"`
		Dashboards *[]struct {
			Id   *string       `json:"id,omitempty"`
			Kind *TemplateKind `json:"kind,omitempty"`
			New  *struct {
				Charts      *[]TemplateChart `json:"charts,omitempty"`
				Description *string          `json:"description,omitempty"`
				Name        *string          `json:"name,omitempty"`
			} `json:"new,omitempty"`
			Old *struct {
				Charts      *[]TemplateChart `json:"charts,omitempty"`
				Description *string          `json:"description,omitempty"`
				Name        *string          `json:"name,omitempty"`
			} `json:"old,omitempty"`
			StateStatus      *string `json:"stateStatus,omitempty"`
			TemplateMetaName *string `json:"templateMetaName,omitempty"`
		} `json:"dashboards,omitempty"`
		LabelMappings *[]struct {
			LabelID                  *string `json:"labelID,omitempty"`
			LabelName                *string `json:"labelName,omitempty"`
			LabelTemplateMetaName    *string `json:"labelTemplateMetaName,omitempty"`
			ResourceID               *string `json:"resourceID,omitempty"`
			ResourceName             *string `json:"resourceName,omitempty"`
			ResourceTemplateMetaName *string `json:"resourceTemplateMetaName,omitempty"`
			ResourceType             *string `json:"resourceType,omitempty"`
			Status                   *string `json:"status,omitempty"`
		} `json:"labelMappings,omitempty"`
		Labels *[]struct {
			Id   *string       `json:"id,omitempty"`
			Kind *TemplateKind `json:"kind,omitempty"`
			New  *struct {
				Color       *string `json:"color,omitempty"`
				Description *string `json:"description,omitempty"`
				Name        *string `json:"name,omitempty"`
			} `json:"new,omitempty"`
			Old *struct {
				Color       *string `json:"color,omitempty"`
				Description *string `json:"description,omitempty"`
				Name        *string `json:"name,omitempty"`
			} `json:"old,omitempty"`
			StateStatus      *string `json:"stateStatus,omitempty"`
			TemplateMetaName *string `json:"templateMetaName,omitempty"`
		} `json:"labels,omitempty"`
		NotificationEndpoints *[]struct {
			Id               *string                          `json:"id,omitempty"`
			Kind             *TemplateKind                    `json:"kind,omitempty"`
			New              *NotificationEndpointDiscrimator `json:"new,omitempty"`
			Old              *NotificationEndpointDiscrimator `json:"old,omitempty"`
			StateStatus      *string                          `json:"stateStatus,omitempty"`
			TemplateMetaName *string                          `json:"templateMetaName,omitempty"`
		} `json:"notificationEndpoints,omitempty"`
		NotificationRules *[]struct {
			Id   *string       `json:"id,omitempty"`
			Kind *TemplateKind `json:"kind,omitempty"`
			New  *struct {
				Description     *string `json:"description,omitempty"`
				EndpointID      *string `json:"endpointID,omitempty"`
				EndpointName    *string `json:"endpointName,omitempty"`
				EndpointType    *string `json:"endpointType,omitempty"`
				Every           *string `json:"every,omitempty"`
				MessageTemplate *string `json:"messageTemplate,omitempty"`
				Name            *string `json:"name,omitempty"`
				Offset          *string `json:"offset,omitempty"`
				Status          *string `json:"status,omitempty"`
				StatusRules     *[]struct {
					CurrentLevel  *string `json:"currentLevel,omitempty"`
					PreviousLevel *string `json:"previousLevel,omitempty"`
				} `json:"statusRules,omitempty"`
				TagRules *[]struct {
					Key      *string `json:"key,omitempty"`
					Operator *string `json:"operator,omitempty"`
					Value    *string `json:"value,omitempty"`
				} `json:"tagRules,omitempty"`
			} `json:"new,omitempty"`
			Old *struct {
				Description     *string `json:"description,omitempty"`
				EndpointID      *string `json:"endpointID,omitempty"`
				EndpointName    *string `json:"endpointName,omitempty"`
				EndpointType    *string `json:"endpointType,omitempty"`
				Every           *string `json:"every,omitempty"`
				MessageTemplate *string `json:"messageTemplate,omitempty"`
				Name            *string `json:"name,omitempty"`
				Offset          *string `json:"offset,omitempty"`
				Status          *string `json:"status,omitempty"`
				StatusRules     *[]struct {
					CurrentLevel  *string `json:"currentLevel,omitempty"`
					PreviousLevel *string `json:"previousLevel,omitempty"`
				} `json:"statusRules,omitempty"`
				TagRules *[]struct {
					Key      *string `json:"key,omitempty"`
					Operator *string `json:"operator,omitempty"`
					Value    *string `json:"value,omitempty"`
				} `json:"tagRules,omitempty"`
			} `json:"old,omitempty"`
			StateStatus      *string `json:"stateStatus,omitempty"`
			TemplateMetaName *string `json:"templateMetaName,omitempty"`
		} `json:"notificationRules,omitempty"`
		Tasks *[]struct {
			Id   *string       `json:"id,omitempty"`
			Kind *TemplateKind `json:"kind,omitempty"`
			New  *struct {
				Cron        *string `json:"cron,omitempty"`
				Description *string `json:"description,omitempty"`
				Every       *string `json:"every,omitempty"`
				Name        *string `json:"name,omitempty"`
				Offset      *string `json:"offset,omitempty"`
				Query       *string `json:"query,omitempty"`
				Status      *string `json:"status,omitempty"`
			} `json:"new,omitempty"`
			Old *struct {
				Cron        *string `json:"cron,omitempty"`
				Description *string `json:"description,omitempty"`
				Every       *string `json:"every,omitempty"`
				Name        *string `json:"name,omitempty"`
				Offset      *string `json:"offset,omitempty"`
				Query       *string `json:"query,omitempty"`
				Status      *string `json:"status,omitempty"`
			} `json:"old,omitempty"`
			StateStatus      *string `json:"stateStatus,omitempty"`
			TemplateMetaName *string `json:"templateMetaName,omitempty"`
		} `json:"tasks,omitempty"`
		TelegrafConfigs *[]struct {
			Id               *string          `json:"id,omitempty"`
			Kind             *TemplateKind    `json:"kind,omitempty"`
			New              *TelegrafRequest `json:"new,omitempty"`
			Old              *TelegrafRequest `json:"old,omitempty"`
			StateStatus      *string          `json:"stateStatus,omitempty"`
			TemplateMetaName *string          `json:"templateMetaName,omitempty"`
		} `json:"telegrafConfigs,omitempty"`
		Variables *[]struct {
			Id   *string       `json:"id,omitempty"`
			Kind *TemplateKind `json:"kind,omitempty"`
			New  *struct {
				Args        *VariableProperties `json:"args,omitempty"`
				Description *string             `json:"description,omitempty"`
				Name        *string             `json:"name,omitempty"`
			} `json:"new,omitempty"`
			Old *struct {
				Args        *VariableProperties `json:"args,omitempty"`
				Description *string             `json:"description,omitempty"`
				Name        *string             `json:"name,omitempty"`
			} `json:"old,omitempty"`
			StateStatus      *string `json:"stateStatus,omitempty"`
			TemplateMetaName *string `json:"templateMetaName,omitempty"`
		} `json:"variables,omitempty"`
	} `json:"diff,omitempty"`
	Errors *[]struct {
		Fields  *[]string     `json:"fields,omitempty"`
		Indexes *[]int        `json:"indexes,omitempty"`
		Kind    *TemplateKind `json:"kind,omitempty"`
		Reason  *string       `json:"reason,omitempty"`
	} `json:"errors,omitempty"`
	Sources *[]string `json:"sources,omitempty"`
	StackID *string   `json:"stackID,omitempty"`
	Summary *struct {
		Buckets *[]struct {
			Description       *string                 `json:"description,omitempty"`
			EnvReferences     *TemplateEnvReferences  `json:"envReferences,omitempty"`
			Id                *string                 `json:"id,omitempty"`
			Kind              *TemplateKind           `json:"kind,omitempty"`
			LabelAssociations *[]TemplateSummaryLabel `json:"labelAssociations,omitempty"`
			Name              *string                 `json:"name,omitempty"`
			OrgID             *string                 `json:"orgID,omitempty"`
			RetentionPeriod   *int                    `json:"retentionPeriod,omitempty"`
			TemplateMetaName  *string                 `json:"templateMetaName,omitempty"`
		} `json:"buckets,omitempty"`
		Checks *[]struct {
			// Embedded struct due to allOf(#/components/schemas/CheckDiscriminator)
			CheckDiscriminator
			// Embedded fields due to inline allOf schema
			EnvReferences     *TemplateEnvReferences  `json:"envReferences,omitempty"`
			Kind              *TemplateKind           `json:"kind,omitempty"`
			LabelAssociations *[]TemplateSummaryLabel `json:"labelAssociations,omitempty"`
			TemplateMetaName  *string                 `json:"templateMetaName,omitempty"`
		} `json:"checks,omitempty"`
		Dashboards *[]struct {
			Charts            *[]TemplateChart        `json:"charts,omitempty"`
			Description       *string                 `json:"description,omitempty"`
			EnvReferences     *TemplateEnvReferences  `json:"envReferences,omitempty"`
			Id                *string                 `json:"id,omitempty"`
			Kind              *TemplateKind           `json:"kind,omitempty"`
			LabelAssociations *[]TemplateSummaryLabel `json:"labelAssociations,omitempty"`
			Name              *string                 `json:"name,omitempty"`
			OrgID             *string                 `json:"orgID,omitempty"`
			TemplateMetaName  *string                 `json:"templateMetaName,omitempty"`
		} `json:"dashboards,omitempty"`
		LabelMappings *[]struct {
			LabelID                  *string `json:"labelID,omitempty"`
			LabelName                *string `json:"labelName,omitempty"`
			LabelTemplateMetaName    *string `json:"labelTemplateMetaName,omitempty"`
			ResourceID               *string `json:"resourceID,omitempty"`
			ResourceName             *string `json:"resourceName,omitempty"`
			ResourceTemplateMetaName *string `json:"resourceTemplateMetaName,omitempty"`
			ResourceType             *string `json:"resourceType,omitempty"`
			Status                   *string `json:"status,omitempty"`
		} `json:"labelMappings,omitempty"`
		Labels                *[]TemplateSummaryLabel `json:"labels,omitempty"`
		MissingEnvRefs        *[]string               `json:"missingEnvRefs,omitempty"`
		MissingSecrets        *[]string               `json:"missingSecrets,omitempty"`
		NotificationEndpoints *[]struct {
			// Embedded struct due to allOf(#/components/schemas/NotificationEndpointDiscrimator)
			NotificationEndpointDiscrimator
			// Embedded fields due to inline allOf schema
			EnvReferences     *TemplateEnvReferences  `json:"envReferences,omitempty"`
			Kind              *TemplateKind           `json:"kind,omitempty"`
			LabelAssociations *[]TemplateSummaryLabel `json:"labelAssociations,omitempty"`
			TemplateMetaName  *string                 `json:"templateMetaName,omitempty"`
		} `json:"notificationEndpoints,omitempty"`
		NotificationRules *[]struct {
			Description              *string                 `json:"description,omitempty"`
			EndpointID               *string                 `json:"endpointID,omitempty"`
			EndpointTemplateMetaName *string                 `json:"endpointTemplateMetaName,omitempty"`
			EndpointType             *string                 `json:"endpointType,omitempty"`
			EnvReferences            *TemplateEnvReferences  `json:"envReferences,omitempty"`
			Every                    *string                 `json:"every,omitempty"`
			Kind                     *TemplateKind           `json:"kind,omitempty"`
			LabelAssociations        *[]TemplateSummaryLabel `json:"labelAssociations,omitempty"`
			MessageTemplate          *string                 `json:"messageTemplate,omitempty"`
			Name                     *string                 `json:"name,omitempty"`
			Offset                   *string                 `json:"offset,omitempty"`
			Status                   *string                 `json:"status,omitempty"`
			StatusRules              *[]struct {
				CurrentLevel  *string `json:"currentLevel,omitempty"`
				PreviousLevel *string `json:"previousLevel,omitempty"`
			} `json:"statusRules,omitempty"`
			TagRules *[]struct {
				Key      *string `json:"key,omitempty"`
				Operator *string `json:"operator,omitempty"`
				Value    *string `json:"value,omitempty"`
			} `json:"tagRules,omitempty"`
			TemplateMetaName *string `json:"templateMetaName,omitempty"`
		} `json:"notificationRules,omitempty"`
		Tasks *[]struct {
			Cron             *string                `json:"cron,omitempty"`
			Description      *string                `json:"description,omitempty"`
			EnvReferences    *TemplateEnvReferences `json:"envReferences,omitempty"`
			Every            *string                `json:"every,omitempty"`
			Id               *string                `json:"id,omitempty"`
			Kind             *TemplateKind          `json:"kind,omitempty"`
			Name             *string                `json:"name,omitempty"`
			Offset           *string                `json:"offset,omitempty"`
			Query            *string                `json:"query,omitempty"`
			Status           *string                `json:"status,omitempty"`
			TemplateMetaName *string                `json:"templateMetaName,omitempty"`
		} `json:"tasks,omitempty"`
		TelegrafConfigs *[]struct {
			// Embedded struct due to allOf(#/components/schemas/TelegrafRequest)
			TelegrafRequest
			// Embedded fields due to inline allOf schema
			EnvReferences     *TemplateEnvReferences  `json:"envReferences,omitempty"`
			Kind              *TemplateKind           `json:"kind,omitempty"`
			LabelAssociations *[]TemplateSummaryLabel `json:"labelAssociations,omitempty"`
			TemplateMetaName  *string                 `json:"templateMetaName,omitempty"`
		} `json:"telegrafConfigs,omitempty"`
		Variables *[]struct {
			Arguments         *VariableProperties     `json:"arguments,omitempty"`
			Description       *string                 `json:"description,omitempty"`
			EnvReferences     *TemplateEnvReferences  `json:"envReferences,omitempty"`
			Id                *string                 `json:"id,omitempty"`
			Kind              *TemplateKind           `json:"kind,omitempty"`
			LabelAssociations *[]TemplateSummaryLabel `json:"labelAssociations,omitempty"`
			Name              *string                 `json:"name,omitempty"`
			OrgID             *string                 `json:"orgID,omitempty"`
			TemplateMetaName  *string                 `json:"templateMetaName,omitempty"`
		} `json:"variables,omitempty"`
	} `json:"summary,omitempty"`
}

TemplateSummary defines model for TemplateSummary.

type TemplateSummaryLabel

type TemplateSummaryLabel struct {
	EnvReferences *TemplateEnvReferences `json:"envReferences,omitempty"`
	Id            *string                `json:"id,omitempty"`
	Kind          *TemplateKind          `json:"kind,omitempty"`
	Name          *string                `json:"name,omitempty"`
	OrgID         *string                `json:"orgID,omitempty"`
	Properties    *struct {
		Color       *string `json:"color,omitempty"`
		Description *string `json:"description,omitempty"`
	} `json:"properties,omitempty"`
	TemplateMetaName *string `json:"templateMetaName,omitempty"`
}

TemplateSummaryLabel defines model for TemplateSummaryLabel.

type TestStatement

type TestStatement struct {

	// Represents the declaration of a variable
	Assignment *VariableAssignment `json:"assignment,omitempty"`

	// Type of AST node
	Type *NodeType `json:"type,omitempty"`
}

TestStatement defines model for TestStatement.

type Threshold

type Threshold interface{}

Threshold defines model for Threshold.

type ThresholdBase

type ThresholdBase struct {

	// If true, only alert if all values meet threshold.
	AllValues *bool `json:"allValues,omitempty"`

	// The state to record if check matches a criteria.
	Level *CheckStatusLevel `json:"level,omitempty"`
}

ThresholdBase defines model for ThresholdBase.

type ThresholdCheck

type ThresholdCheck struct {
	// Embedded struct due to allOf(#/components/schemas/CheckBase)
	CheckBase

	// Check repetition interval.
	Every *string `json:"every,omitempty"`

	// Duration to delay after the schedule, before executing check.
	Offset *string `json:"offset,omitempty"`

	// The template used to generate and write a status message.
	StatusMessageTemplate *string `json:"statusMessageTemplate,omitempty"`

	// List of tags to write to each status.
	Tags *[]struct {
		Key   *string `json:"key,omitempty"`
		Value *string `json:"value,omitempty"`
	} `json:"tags,omitempty"`
	Thresholds *[]Threshold       `json:"thresholds,omitempty"`
	Type       ThresholdCheckType `json:"type"`
}

ThresholdCheck defines model for ThresholdCheck.

type ThresholdCheckType

type ThresholdCheckType string

ThresholdCheckType defines model for ThresholdCheck.Type.

const (
	ThresholdCheckTypeThreshold ThresholdCheckType = "threshold"
)

Defines values for ThresholdCheckType.

type TraceSpan

type TraceSpan string

TraceSpan defines model for TraceSpan.

type UnaryExpression

type UnaryExpression struct {
	Argument *Expression `json:"argument,omitempty"`
	Operator *string     `json:"operator,omitempty"`

	// Type of AST node
	Type *NodeType `json:"type,omitempty"`
}

UnaryExpression defines model for UnaryExpression.

type UnsignedIntegerLiteral

type UnsignedIntegerLiteral struct {

	// Type of AST node
	Type  *NodeType `json:"type,omitempty"`
	Value *string   `json:"value,omitempty"`
}

UnsignedIntegerLiteral defines model for UnsignedIntegerLiteral.

type UpdateStackJSONBody

type UpdateStackJSONBody struct {
	AdditionalResources *[]struct {
		Kind             string  `json:"kind"`
		ResourceID       string  `json:"resourceID"`
		TemplateMetaName *string `json:"templateMetaName,omitempty"`
	} `json:"additionalResources,omitempty"`
	Description  *string   `json:"description,omitempty"`
	Name         *string   `json:"name,omitempty"`
	TemplateURLs *[]string `json:"templateURLs,omitempty"`
}

UpdateStackJSONBody defines parameters for UpdateStack.

type UpdateStackJSONRequestBody

type UpdateStackJSONRequestBody UpdateStackJSONBody

UpdateStackRequestBody defines body for UpdateStack for application/json ContentType.

type User

type User struct {
	Id    *string `json:"id,omitempty"`
	Links *struct {
		Self *string `json:"self,omitempty"`
	} `json:"links,omitempty"`
	Name    string  `json:"name"`
	OauthID *string `json:"oauthID,omitempty"`

	// If inactive the user is inactive.
	Status *UserStatus `json:"status,omitempty"`
}

User defines model for User.

type UserStatus

type UserStatus string

UserStatus defines model for User.Status.

const (
	UserStatusActive UserStatus = "active"

	UserStatusInactive UserStatus = "inactive"
)

Defines values for UserStatus.

type Users

type Users struct {
	Links *struct {
		Self *string `json:"self,omitempty"`
	} `json:"links,omitempty"`
	Users *[]User `json:"users,omitempty"`
}

Users defines model for Users.

type Variable

type Variable struct {
	Arguments   VariableProperties `json:"arguments"`
	CreatedAt   *time.Time         `json:"createdAt,omitempty"`
	Description *string            `json:"description,omitempty"`
	Id          *string            `json:"id,omitempty"`
	Labels      *Labels            `json:"labels,omitempty"`
	Links       *struct {
		Labels *string `json:"labels,omitempty"`
		Org    *string `json:"org,omitempty"`
		Self   *string `json:"self,omitempty"`
	} `json:"links,omitempty"`
	Name      string     `json:"name"`
	OrgID     string     `json:"orgID"`
	Selected  *[]string  `json:"selected,omitempty"`
	UpdatedAt *time.Time `json:"updatedAt,omitempty"`
}

Variable defines model for Variable.

type VariableAssignment

type VariableAssignment struct {

	// A valid Flux identifier
	Id   *Identifier `json:"id,omitempty"`
	Init *Expression `json:"init,omitempty"`

	// Type of AST node
	Type *NodeType `json:"type,omitempty"`
}

VariableAssignment defines model for VariableAssignment.

type VariableProperties

type VariableProperties interface{}

VariableProperties defines model for VariableProperties.

type Variables

type Variables struct {
	Variables *[]Variable `json:"variables,omitempty"`
}

Variables defines model for Variables.

type View

type View struct {
	Id    *string `json:"id,omitempty"`
	Links *struct {
		Self *string `json:"self,omitempty"`
	} `json:"links,omitempty"`
	Name       string         `json:"name"`
	Properties ViewProperties `json:"properties"`
}

View defines model for View.

type ViewProperties

type ViewProperties interface{}

ViewProperties defines model for ViewProperties.

type Views

type Views struct {
	Links *struct {
		Self *string `json:"self,omitempty"`
	} `json:"links,omitempty"`
	Views *[]View `json:"views,omitempty"`
}

Views defines model for Views.

type WritePrecision

type WritePrecision string

WritePrecision defines model for WritePrecision.

const (
	WritePrecisionMs WritePrecision = "ms"

	WritePrecisionNs WritePrecision = "ns"

	WritePrecisionS WritePrecision = "s"

	WritePrecisionUs WritePrecision = "us"
)

Defines values for WritePrecision.

type XYGeom

type XYGeom string

XYGeom defines model for XYGeom.

const (
	XYGeomBar XYGeom = "bar"

	XYGeomLine XYGeom = "line"

	XYGeomMonotoneX XYGeom = "monotoneX"

	XYGeomStacked XYGeom = "stacked"

	XYGeomStep XYGeom = "step"
)

Defines values for XYGeom.

type XYViewProperties

type XYViewProperties struct {

	// The viewport for a View's visualizations
	Axes Axes `json:"axes"`

	// Colors define color encoding of data into a visualization
	Colors         []DashboardColor                `json:"colors"`
	Geom           XYGeom                          `json:"geom"`
	HoverDimension *XYViewPropertiesHoverDimension `json:"hoverDimension,omitempty"`

	// Legend define encoding of data into a view's legend
	Legend     Legend                   `json:"legend"`
	Note       string                   `json:"note"`
	Position   XYViewPropertiesPosition `json:"position"`
	Queries    []DashboardQuery         `json:"queries"`
	ShadeBelow *bool                    `json:"shadeBelow,omitempty"`
	Shape      XYViewPropertiesShape    `json:"shape"`

	// If true, will display note when empty
	ShowNoteWhenEmpty bool                 `json:"showNoteWhenEmpty"`
	TimeFormat        *string              `json:"timeFormat,omitempty"`
	Type              XYViewPropertiesType `json:"type"`
	XColumn           *string              `json:"xColumn,omitempty"`
	YColumn           *string              `json:"yColumn,omitempty"`
}

XYViewProperties defines model for XYViewProperties.

type XYViewPropertiesHoverDimension

type XYViewPropertiesHoverDimension string

XYViewPropertiesHoverDimension defines model for XYViewProperties.HoverDimension.

const (
	XYViewPropertiesHoverDimensionAuto XYViewPropertiesHoverDimension = "auto"

	XYViewPropertiesHoverDimensionTrue XYViewPropertiesHoverDimension = "true"

	XYViewPropertiesHoverDimensionX XYViewPropertiesHoverDimension = "x"

	XYViewPropertiesHoverDimensionXy XYViewPropertiesHoverDimension = "xy"
)

Defines values for XYViewPropertiesHoverDimension.

type XYViewPropertiesPosition

type XYViewPropertiesPosition string

XYViewPropertiesPosition defines model for XYViewProperties.Position.

const (
	XYViewPropertiesPositionOverlaid XYViewPropertiesPosition = "overlaid"

	XYViewPropertiesPositionStacked XYViewPropertiesPosition = "stacked"
)

Defines values for XYViewPropertiesPosition.

type XYViewPropertiesShape

type XYViewPropertiesShape string

XYViewPropertiesShape defines model for XYViewProperties.Shape.

const (
	XYViewPropertiesShapeChronografV2 XYViewPropertiesShape = "chronograf-v2"
)

Defines values for XYViewPropertiesShape.

type XYViewPropertiesType

type XYViewPropertiesType string

XYViewPropertiesType defines model for XYViewProperties.Type.

const (
	XYViewPropertiesTypeXy XYViewPropertiesType = "xy"
)

Defines values for XYViewPropertiesType.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL