domain

package
v2.8.2 Latest Latest
Warning

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

Go to latest
Published: Apr 19, 2022 License: MIT Imports: 14 Imported by: 59

README

Generated types and API client

oss.yml is copied from InfluxDB and customized, until changes are meged. 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 git checkout dev-master go install ./cmd/oapi-codegen/oapi-codegen.go

Download and sync latest swagger

wget https://raw.githubusercontent.com/influxdata/openapi/master/contracts/oss.yml

Generate

cd domain

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

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

Documentation

Overview

Package domain provides primitives to interact with the openapi HTTP API.

Code generated by github.com/deepmap/oapi-codegen version (devel) DO NOT EDIT.

Package domain provides primitives to interact with the openapi HTTP API.

Code generated by github.com/deepmap/oapi-codegen version (devel) DO NOT EDIT.

Index

Constants

View Source
const (
	BasicAuthenticationScopes = "BasicAuthentication.Scopes"
	TokenAuthenticationScopes = "TokenAuthentication.Scopes"
)

Variables

This section is empty.

Functions

func ErrorToHTTPError added in v2.3.0

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

ErrorToHTTPError creates http.Error from domain.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 NewDeleteLabelsIDRequest

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

NewDeleteLabelsIDRequest generates requests for DeleteLabelsID

func NewDeleteLegacyAuthorizationsIDRequest added in v2.5.0

func NewDeleteLegacyAuthorizationsIDRequest(server string, authID string, params *DeleteLegacyAuthorizationsIDParams) (*http.Request, error)

NewDeleteLegacyAuthorizationsIDRequest generates requests for DeleteLegacyAuthorizationsID

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 NewDeleteOrgsIDSecretsIDRequest added in v2.6.0

func NewDeleteOrgsIDSecretsIDRequest(server string, orgID string, secretID string, params *DeleteOrgsIDSecretsIDParams) (*http.Request, error)

NewDeleteOrgsIDSecretsIDRequest generates requests for DeleteOrgsIDSecretsID

func NewDeleteRemoteConnectionByIDRequest added in v2.8.0

func NewDeleteRemoteConnectionByIDRequest(server string, remoteID string, params *DeleteRemoteConnectionByIDParams) (*http.Request, error)

NewDeleteRemoteConnectionByIDRequest generates requests for DeleteRemoteConnectionByID

func NewDeleteReplicationByIDRequest added in v2.8.0

func NewDeleteReplicationByIDRequest(server string, replicationID string, params *DeleteReplicationByIDParams) (*http.Request, error)

NewDeleteReplicationByIDRequest generates requests for DeleteReplicationByID

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 NewGetBackupKVRequest added in v2.5.0

func NewGetBackupKVRequest(server string, params *GetBackupKVParams) (*http.Request, error)

NewGetBackupKVRequest generates requests for GetBackupKV

func NewGetBackupMetadataRequest added in v2.5.0

func NewGetBackupMetadataRequest(server string, params *GetBackupMetadataParams) (*http.Request, error)

NewGetBackupMetadataRequest generates requests for GetBackupMetadata

func NewGetBackupShardIdRequest added in v2.5.0

func NewGetBackupShardIdRequest(server string, shardID int64, params *GetBackupShardIdParams) (*http.Request, error)

NewGetBackupShardIdRequest generates requests for GetBackupShardId

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 NewGetConfigRequest added in v2.8.0

func NewGetConfigRequest(server string, params *GetConfigParams) (*http.Request, error)

NewGetConfigRequest generates requests for GetConfig

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 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 NewGetLegacyAuthorizationsIDRequest added in v2.5.0

func NewGetLegacyAuthorizationsIDRequest(server string, authID string, params *GetLegacyAuthorizationsIDParams) (*http.Request, error)

NewGetLegacyAuthorizationsIDRequest generates requests for GetLegacyAuthorizationsID

func NewGetLegacyAuthorizationsRequest added in v2.5.0

func NewGetLegacyAuthorizationsRequest(server string, params *GetLegacyAuthorizationsParams) (*http.Request, error)

NewGetLegacyAuthorizationsRequest generates requests for GetLegacyAuthorizations

func NewGetMeRequest

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

NewGetMeRequest generates requests for GetMe

func NewGetMetricsRequest added in v2.8.0

func NewGetMetricsRequest(server string, params *GetMetricsParams) (*http.Request, error)

NewGetMetricsRequest generates requests for GetMetrics

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 NewGetPingRequest added in v2.5.0

func NewGetPingRequest(server string) (*http.Request, error)

NewGetPingRequest generates requests for GetPing

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 NewGetRemoteConnectionByIDRequest added in v2.8.0

func NewGetRemoteConnectionByIDRequest(server string, remoteID string, params *GetRemoteConnectionByIDParams) (*http.Request, error)

NewGetRemoteConnectionByIDRequest generates requests for GetRemoteConnectionByID

func NewGetRemoteConnectionsRequest added in v2.8.0

func NewGetRemoteConnectionsRequest(server string, params *GetRemoteConnectionsParams) (*http.Request, error)

NewGetRemoteConnectionsRequest generates requests for GetRemoteConnections

func NewGetReplicationByIDRequest added in v2.8.0

func NewGetReplicationByIDRequest(server string, replicationID string, params *GetReplicationByIDParams) (*http.Request, error)

NewGetReplicationByIDRequest generates requests for GetReplicationByID

func NewGetReplicationsRequest added in v2.8.0

func NewGetReplicationsRequest(server string, params *GetReplicationsParams) (*http.Request, error)

NewGetReplicationsRequest generates requests for GetReplications

func NewGetResourcesRequest added in v2.6.0

func NewGetResourcesRequest(server string, params *GetResourcesParams) (*http.Request, error)

NewGetResourcesRequest generates requests for GetResources

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 NewHeadPingRequest added in v2.5.0

func NewHeadPingRequest(server string) (*http.Request, error)

NewHeadPingRequest generates requests for HeadPing

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 NewPatchLegacyAuthorizationsIDRequest added in v2.5.0

func NewPatchLegacyAuthorizationsIDRequest(server string, authID string, params *PatchLegacyAuthorizationsIDParams, body PatchLegacyAuthorizationsIDJSONRequestBody) (*http.Request, error)

NewPatchLegacyAuthorizationsIDRequest calls the generic PatchLegacyAuthorizationsID builder with application/json body

func NewPatchLegacyAuthorizationsIDRequestWithBody added in v2.5.0

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

NewPatchLegacyAuthorizationsIDRequestWithBody generates requests for PatchLegacyAuthorizationsID 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 NewPatchRemoteConnectionByIDRequest added in v2.8.0

func NewPatchRemoteConnectionByIDRequest(server string, remoteID string, params *PatchRemoteConnectionByIDParams, body PatchRemoteConnectionByIDJSONRequestBody) (*http.Request, error)

NewPatchRemoteConnectionByIDRequest calls the generic PatchRemoteConnectionByID builder with application/json body

func NewPatchRemoteConnectionByIDRequestWithBody added in v2.8.0

func NewPatchRemoteConnectionByIDRequestWithBody(server string, remoteID string, params *PatchRemoteConnectionByIDParams, contentType string, body io.Reader) (*http.Request, error)

NewPatchRemoteConnectionByIDRequestWithBody generates requests for PatchRemoteConnectionByID with any type of body

func NewPatchReplicationByIDRequest added in v2.8.0

func NewPatchReplicationByIDRequest(server string, replicationID string, params *PatchReplicationByIDParams, body PatchReplicationByIDJSONRequestBody) (*http.Request, error)

NewPatchReplicationByIDRequest calls the generic PatchReplicationByID builder with application/json body

func NewPatchReplicationByIDRequestWithBody added in v2.8.0

func NewPatchReplicationByIDRequestWithBody(server string, replicationID string, params *PatchReplicationByIDParams, contentType string, body io.Reader) (*http.Request, error)

NewPatchReplicationByIDRequestWithBody generates requests for PatchReplicationByID 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 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 NewPostLegacyAuthorizationsIDPasswordRequest added in v2.5.0

func NewPostLegacyAuthorizationsIDPasswordRequest(server string, authID string, params *PostLegacyAuthorizationsIDPasswordParams, body PostLegacyAuthorizationsIDPasswordJSONRequestBody) (*http.Request, error)

NewPostLegacyAuthorizationsIDPasswordRequest calls the generic PostLegacyAuthorizationsIDPassword builder with application/json body

func NewPostLegacyAuthorizationsIDPasswordRequestWithBody added in v2.5.0

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

NewPostLegacyAuthorizationsIDPasswordRequestWithBody generates requests for PostLegacyAuthorizationsIDPassword with any type of body

func NewPostLegacyAuthorizationsRequest added in v2.5.0

func NewPostLegacyAuthorizationsRequest(server string, params *PostLegacyAuthorizationsParams, body PostLegacyAuthorizationsJSONRequestBody) (*http.Request, error)

NewPostLegacyAuthorizationsRequest calls the generic PostLegacyAuthorizations builder with application/json body

func NewPostLegacyAuthorizationsRequestWithBody added in v2.5.0

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

NewPostLegacyAuthorizationsRequestWithBody generates requests for PostLegacyAuthorizations 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 NewPostRemoteConnectionRequest added in v2.8.0

func NewPostRemoteConnectionRequest(server string, body PostRemoteConnectionJSONRequestBody) (*http.Request, error)

NewPostRemoteConnectionRequest calls the generic PostRemoteConnection builder with application/json body

func NewPostRemoteConnectionRequestWithBody added in v2.8.0

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

NewPostRemoteConnectionRequestWithBody generates requests for PostRemoteConnection with any type of body

func NewPostReplicationRequest added in v2.8.0

func NewPostReplicationRequest(server string, params *PostReplicationParams, body PostReplicationJSONRequestBody) (*http.Request, error)

NewPostReplicationRequest calls the generic PostReplication builder with application/json body

func NewPostReplicationRequestWithBody added in v2.8.0

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

NewPostReplicationRequestWithBody generates requests for PostReplication with any type of body

func NewPostRestoreBucketIDRequestWithBody added in v2.5.0

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

NewPostRestoreBucketIDRequestWithBody generates requests for PostRestoreBucketID with any type of body

func NewPostRestoreBucketMetadataRequest added in v2.5.0

func NewPostRestoreBucketMetadataRequest(server string, params *PostRestoreBucketMetadataParams, body PostRestoreBucketMetadataJSONRequestBody) (*http.Request, error)

NewPostRestoreBucketMetadataRequest calls the generic PostRestoreBucketMetadata builder with application/json body

func NewPostRestoreBucketMetadataRequestWithBody added in v2.5.0

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

NewPostRestoreBucketMetadataRequestWithBody generates requests for PostRestoreBucketMetadata with any type of body

func NewPostRestoreKVRequestWithBody added in v2.5.0

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

NewPostRestoreKVRequestWithBody generates requests for PostRestoreKV with any type of body

func NewPostRestoreSQLRequestWithBody added in v2.5.0

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

NewPostRestoreSQLRequestWithBody generates requests for PostRestoreSQL with any type of body

func NewPostRestoreShardIdRequestWithBody added in v2.5.0

func NewPostRestoreShardIdRequestWithBody(server string, shardID string, params *PostRestoreShardIdParams, contentType string, body io.Reader) (*http.Request, error)

NewPostRestoreShardIdRequestWithBody generates requests for PostRestoreShardId 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 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 NewPostTasksIDRunsIDRetryRequestWithBody added in v2.5.0

func NewPostTasksIDRunsIDRetryRequestWithBody(server string, taskID string, runID string, params *PostTasksIDRunsIDRetryParams, contentType string, body io.Reader) (*http.Request, error)

NewPostTasksIDRunsIDRetryRequestWithBody generates requests for PostTasksIDRunsIDRetry with any type of body

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 NewPostValidateReplicationByIDRequest added in v2.8.0

func NewPostValidateReplicationByIDRequest(server string, replicationID string, params *PostValidateReplicationByIDParams) (*http.Request, error)

NewPostValidateReplicationByIDRequest generates requests for PostValidateReplicationByID

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 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

Types

type ASTResponse

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

Contains the AST for the supplied Flux query

type AddResourceMemberRequestBody

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

AddResourceMemberRequestBody defines model for AddResourceMemberRequestBody.

type After added in v2.1.0

type After string

After defines model for After.

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

ApplyTemplateJSONRequestBody defines body for ApplyTemplate for application/json ContentType.

type ApplyTemplateResponse added in v2.2.0

type ApplyTemplateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *TemplateSummary
	JSON201      *TemplateSummary
	JSONDefault  *Error
}

func ParseApplyTemplateResponse

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

ParseApplyTemplateResponse parses an HTTP response from a ApplyTemplateWithResponse call

func (ApplyTemplateResponse) Status added in v2.2.0

func (r ApplyTemplateResponse) Status() string

Status returns HTTPResponse.Status

func (ApplyTemplateResponse) StatusCode added in v2.2.0

func (r ApplyTemplateResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ArrayExpression

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

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

Used to create and directly specify the elements of an array object

type Authorization

type Authorization struct {
	// Embedded struct due to allOf(#/components/schemas/AuthorizationUpdateRequest)
	AuthorizationUpdateRequest `yaml:",inline"`
	// 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 organization that the token is scoped to.
	Org *string `json:"org,omitempty"`

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

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

	// Token used to authenticate API requests.
	Token     *string    `json:"token,omitempty"`
	UpdatedAt *time.Time `json:"updatedAt,omitempty"`

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

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

Authorization defines model for Authorization.

type AuthorizationPostRequest added in v2.5.0

type AuthorizationPostRequest struct {
	// Embedded struct due to allOf(#/components/schemas/AuthorizationUpdateRequest)
	AuthorizationUpdateRequest `yaml:",inline"`
	// Embedded fields due to inline allOf schema
	// 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"`

	// ID of user that authorization is scoped to.
	UserID *string `json:"userID,omitempty"`
}

AuthorizationPostRequest defines model for AuthorizationPostRequest.

type AuthorizationUpdateRequest

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

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

AuthorizationUpdateRequest defines model for AuthorizationUpdateRequest.

type AuthorizationUpdateRequestStatus

type AuthorizationUpdateRequestStatus string

Status of the token. If `inactive`, requests using the token will be rejected.

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 {
	// Axis used in a visualization.
	X Axis `json:"x"`

	// Axis used in a visualization.
	Y Axis `json:"y"`
}

The viewport for a View's visualizations

type Axis

type Axis struct {
	// Radix for formatting axis values.
	Base *AxisBase `json:"base,omitempty"`

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

	// Description of the axis.
	Label *string `json:"label,omitempty"`

	// 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"`

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

Axis used in a visualization.

type AxisBase

type AxisBase string

Radix for formatting axis values.

const (
	AxisBase10 AxisBase = "10"

	AxisBase2 AxisBase = "2"

	AxisBaseEmpty AxisBase = ""
)

Defines values for AxisBase.

type AxisScale

type AxisScale string

Scale is the axis formatting scale. Supported: "log", "linear"

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"`
}

A placeholder for statements for which no correct statement nodes can be created

type BandViewProperties added in v2.1.0

type BandViewProperties 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"`
	GenerateXAxisTicks         *[]string                         `json:"generateXAxisTicks,omitempty"`
	GenerateYAxisTicks         *[]string                         `json:"generateYAxisTicks,omitempty"`
	Geom                       XYGeom                            `json:"geom"`
	HoverDimension             *BandViewPropertiesHoverDimension `json:"hoverDimension,omitempty"`
	LegendColorizeRows         *bool                             `json:"legendColorizeRows,omitempty"`
	LegendHide                 *bool                             `json:"legendHide,omitempty"`
	LegendOpacity              *float32                          `json:"legendOpacity,omitempty"`
	LegendOrientationThreshold *int                              `json:"legendOrientationThreshold,omitempty"`
	LowerColumn                *string                           `json:"lowerColumn,omitempty"`
	MainColumn                 *string                           `json:"mainColumn,omitempty"`
	Note                       string                            `json:"note"`
	Queries                    []DashboardQuery                  `json:"queries"`
	Shape                      BandViewPropertiesShape           `json:"shape"`

	// If true, will display note when empty
	ShowNoteWhenEmpty bool `json:"showNoteWhenEmpty"`

	// StaticLegend represents the options specific to the static legend
	StaticLegend *StaticLegend          `json:"staticLegend,omitempty"`
	TimeFormat   *string                `json:"timeFormat,omitempty"`
	Type         BandViewPropertiesType `json:"type"`
	UpperColumn  *string                `json:"upperColumn,omitempty"`
	XColumn      *string                `json:"xColumn,omitempty"`
	XTickStart   *float32               `json:"xTickStart,omitempty"`
	XTickStep    *float32               `json:"xTickStep,omitempty"`
	XTotalTicks  *int                   `json:"xTotalTicks,omitempty"`
	YColumn      *string                `json:"yColumn,omitempty"`
	YTickStart   *float32               `json:"yTickStart,omitempty"`
	YTickStep    *float32               `json:"yTickStep,omitempty"`
	YTotalTicks  *int                   `json:"yTotalTicks,omitempty"`
}

BandViewProperties defines model for BandViewProperties.

type BandViewPropertiesHoverDimension added in v2.1.0

type BandViewPropertiesHoverDimension string

BandViewPropertiesHoverDimension defines model for BandViewProperties.HoverDimension.

const (
	BandViewPropertiesHoverDimensionAuto BandViewPropertiesHoverDimension = "auto"

	BandViewPropertiesHoverDimensionX BandViewPropertiesHoverDimension = "x"

	BandViewPropertiesHoverDimensionXy BandViewPropertiesHoverDimension = "xy"

	BandViewPropertiesHoverDimensionY BandViewPropertiesHoverDimension = "y"
)

Defines values for BandViewPropertiesHoverDimension.

type BandViewPropertiesShape added in v2.1.0

type BandViewPropertiesShape string

BandViewPropertiesShape defines model for BandViewProperties.Shape.

const (
	BandViewPropertiesShapeChronografV2 BandViewPropertiesShape = "chronograf-v2"
)

Defines values for BandViewPropertiesShape.

type BandViewPropertiesType added in v2.1.0

type BandViewPropertiesType string

BandViewPropertiesType defines model for BandViewProperties.Type.

const (
	BandViewPropertiesTypeBand BandViewPropertiesType = "band"
)

Defines values for BandViewPropertiesType.

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"`
}

uses binary operators to act on two operands in an expression

type Block

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

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

A set of statements

type BooleanLiteral

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

Represents boolean values

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"`
	SchemaType     *SchemaType    `json:"schemaType,omitempty"`
	Type           *BucketType    `json:"type,omitempty"`
	UpdatedAt      *time.Time     `json:"updatedAt,omitempty"`
}

Bucket defines model for Bucket.

type BucketMetadataManifest added in v2.5.0

type BucketMetadataManifest struct {
	BucketID               string                   `json:"bucketID"`
	BucketName             string                   `json:"bucketName"`
	DefaultRetentionPolicy string                   `json:"defaultRetentionPolicy"`
	Description            *string                  `json:"description,omitempty"`
	OrganizationID         string                   `json:"organizationID"`
	OrganizationName       string                   `json:"organizationName"`
	RetentionPolicies      RetentionPolicyManifests `json:"retentionPolicies"`
}

BucketMetadataManifest defines model for BucketMetadataManifest.

type BucketMetadataManifests added in v2.5.0

type BucketMetadataManifests []BucketMetadataManifest

BucketMetadataManifests defines model for BucketMetadataManifests.

type BucketShardMapping added in v2.5.0

type BucketShardMapping struct {
	NewId int64 `json:"newId"`
	OldId int64 `json:"oldId"`
}

BucketShardMapping defines model for BucketShardMapping.

type BucketShardMappings added in v2.5.0

type BucketShardMappings []BucketShardMapping

BucketShardMappings defines model for BucketShardMappings.

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"`
}

Declares a builtin identifier and its type

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"`
}

Represents a function call

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 `yaml:",inline"`
	// 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 `yaml:",inline"`
}

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 (in RFC3339 date/time format](https://datatracker.ietf.org/doc/html/rfc3339)) of the latest scheduled and completed run.
	LatestCompleted *interface{} `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"`

	// The ID of the task associated with this check.
	TaskID    *string    `json:"taskID,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

The state to record if check matches a criteria.

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"`
	LegendColorizeRows         *bool                    `json:"legendColorizeRows,omitempty"`
	LegendHide                 *bool                    `json:"legendHide,omitempty"`
	LegendOpacity              *float32                 `json:"legendOpacity,omitempty"`
	LegendOrientationThreshold *int                     `json:"legendOrientationThreshold,omitempty"`
	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) DeleteLabelsID

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

func (*Client) DeleteLegacyAuthorizationsID added in v2.5.0

func (c *Client) DeleteLegacyAuthorizationsID(ctx context.Context, authID string, params *DeleteLegacyAuthorizationsIDParams) (*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) DeleteOrgsIDSecretsID added in v2.6.0

func (c *Client) DeleteOrgsIDSecretsID(ctx context.Context, orgID string, secretID string, params *DeleteOrgsIDSecretsIDParams) (*http.Response, error)

func (*Client) DeleteRemoteConnectionByID added in v2.8.0

func (c *Client) DeleteRemoteConnectionByID(ctx context.Context, remoteID string, params *DeleteRemoteConnectionByIDParams) (*http.Response, error)

func (*Client) DeleteReplicationByID added in v2.8.0

func (c *Client) DeleteReplicationByID(ctx context.Context, replicationID string, params *DeleteReplicationByIDParams) (*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) GetBackupKV added in v2.5.0

func (c *Client) GetBackupKV(ctx context.Context, params *GetBackupKVParams) (*http.Response, error)

func (*Client) GetBackupMetadata added in v2.5.0

func (c *Client) GetBackupMetadata(ctx context.Context, params *GetBackupMetadataParams) (*http.Response, error)

func (*Client) GetBackupShardId added in v2.5.0

func (c *Client) GetBackupShardId(ctx context.Context, shardID int64, params *GetBackupShardIdParams) (*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) GetConfig added in v2.8.0

func (c *Client) GetConfig(ctx context.Context, params *GetConfigParams) (*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) 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) GetLegacyAuthorizations added in v2.5.0

func (c *Client) GetLegacyAuthorizations(ctx context.Context, params *GetLegacyAuthorizationsParams) (*http.Response, error)

func (*Client) GetLegacyAuthorizationsID added in v2.5.0

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

func (*Client) GetMe

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

func (*Client) GetMetrics added in v2.8.0

func (c *Client) GetMetrics(ctx context.Context, params *GetMetricsParams) (*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) GetPing added in v2.5.0

func (c *Client) GetPing(ctx context.Context) (*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) GetRemoteConnectionByID added in v2.8.0

func (c *Client) GetRemoteConnectionByID(ctx context.Context, remoteID string, params *GetRemoteConnectionByIDParams) (*http.Response, error)

func (*Client) GetRemoteConnections added in v2.8.0

func (c *Client) GetRemoteConnections(ctx context.Context, params *GetRemoteConnectionsParams) (*http.Response, error)

func (*Client) GetReplicationByID added in v2.8.0

func (c *Client) GetReplicationByID(ctx context.Context, replicationID string, params *GetReplicationByIDParams) (*http.Response, error)

func (*Client) GetReplications added in v2.8.0

func (c *Client) GetReplications(ctx context.Context, params *GetReplicationsParams) (*http.Response, error)

func (*Client) GetResources added in v2.6.0

func (c *Client) GetResources(ctx context.Context, params *GetResourcesParams) (*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) HeadPing added in v2.5.0

func (c *Client) HeadPing(ctx context.Context) (*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) PatchLegacyAuthorizationsID added in v2.5.0

func (c *Client) PatchLegacyAuthorizationsID(ctx context.Context, authID string, params *PatchLegacyAuthorizationsIDParams, body PatchLegacyAuthorizationsIDJSONRequestBody) (*http.Response, error)

func (*Client) PatchLegacyAuthorizationsIDWithBody added in v2.5.0

func (c *Client) PatchLegacyAuthorizationsIDWithBody(ctx context.Context, authID string, params *PatchLegacyAuthorizationsIDParams, 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) PatchRemoteConnectionByID added in v2.8.0

func (c *Client) PatchRemoteConnectionByID(ctx context.Context, remoteID string, params *PatchRemoteConnectionByIDParams, body PatchRemoteConnectionByIDJSONRequestBody) (*http.Response, error)

func (*Client) PatchRemoteConnectionByIDWithBody added in v2.8.0

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

func (*Client) PatchReplicationByID added in v2.8.0

func (c *Client) PatchReplicationByID(ctx context.Context, replicationID string, params *PatchReplicationByIDParams, body PatchReplicationByIDJSONRequestBody) (*http.Response, error)

func (*Client) PatchReplicationByIDWithBody added in v2.8.0

func (c *Client) PatchReplicationByIDWithBody(ctx context.Context, replicationID string, params *PatchReplicationByIDParams, 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) 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) 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) PostLegacyAuthorizations added in v2.5.0

func (*Client) PostLegacyAuthorizationsIDPassword added in v2.5.0

func (*Client) PostLegacyAuthorizationsIDPasswordWithBody added in v2.5.0

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

func (*Client) PostLegacyAuthorizationsWithBody added in v2.5.0

func (c *Client) PostLegacyAuthorizationsWithBody(ctx context.Context, params *PostLegacyAuthorizationsParams, 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) PostRemoteConnection added in v2.8.0

func (c *Client) PostRemoteConnection(ctx context.Context, body PostRemoteConnectionJSONRequestBody) (*http.Response, error)

func (*Client) PostRemoteConnectionWithBody added in v2.8.0

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

func (*Client) PostReplication added in v2.8.0

func (c *Client) PostReplication(ctx context.Context, params *PostReplicationParams, body PostReplicationJSONRequestBody) (*http.Response, error)

func (*Client) PostReplicationWithBody added in v2.8.0

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

func (*Client) PostRestoreBucketIDWithBody added in v2.5.0

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

func (*Client) PostRestoreBucketMetadata added in v2.5.0

func (*Client) PostRestoreBucketMetadataWithBody added in v2.5.0

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

func (*Client) PostRestoreKVWithBody added in v2.5.0

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

func (*Client) PostRestoreSQLWithBody added in v2.5.0

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

func (*Client) PostRestoreShardIdWithBody added in v2.5.0

func (c *Client) PostRestoreShardIdWithBody(ctx context.Context, shardID string, params *PostRestoreShardIdParams, 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) 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) PostTasksIDRunsIDRetryWithBody added in v2.5.0

func (c *Client) PostTasksIDRunsIDRetryWithBody(ctx context.Context, taskID string, runID string, params *PostTasksIDRunsIDRetryParams, contentType string, body io.Reader) (*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) PostValidateReplicationByID added in v2.8.0

func (c *Client) PostValidateReplicationByID(ctx context.Context, replicationID string, params *PostValidateReplicationByIDParams) (*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) 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)

	// GetBackupKV request
	GetBackupKV(ctx context.Context, params *GetBackupKVParams) (*http.Response, error)

	// GetBackupMetadata request
	GetBackupMetadata(ctx context.Context, params *GetBackupMetadataParams) (*http.Response, error)

	// GetBackupShardId request
	GetBackupShardId(ctx context.Context, shardID int64, params *GetBackupShardIdParams) (*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)

	// GetConfig request
	GetConfig(ctx context.Context, params *GetConfigParams) (*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)

	// 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)

	// GetLegacyAuthorizations request
	GetLegacyAuthorizations(ctx context.Context, params *GetLegacyAuthorizationsParams) (*http.Response, error)

	// PostLegacyAuthorizations request  with any body
	PostLegacyAuthorizationsWithBody(ctx context.Context, params *PostLegacyAuthorizationsParams, contentType string, body io.Reader) (*http.Response, error)

	PostLegacyAuthorizations(ctx context.Context, params *PostLegacyAuthorizationsParams, body PostLegacyAuthorizationsJSONRequestBody) (*http.Response, error)

	// DeleteLegacyAuthorizationsID request
	DeleteLegacyAuthorizationsID(ctx context.Context, authID string, params *DeleteLegacyAuthorizationsIDParams) (*http.Response, error)

	// GetLegacyAuthorizationsID request
	GetLegacyAuthorizationsID(ctx context.Context, authID string, params *GetLegacyAuthorizationsIDParams) (*http.Response, error)

	// PatchLegacyAuthorizationsID request  with any body
	PatchLegacyAuthorizationsIDWithBody(ctx context.Context, authID string, params *PatchLegacyAuthorizationsIDParams, contentType string, body io.Reader) (*http.Response, error)

	PatchLegacyAuthorizationsID(ctx context.Context, authID string, params *PatchLegacyAuthorizationsIDParams, body PatchLegacyAuthorizationsIDJSONRequestBody) (*http.Response, error)

	// PostLegacyAuthorizationsIDPassword request  with any body
	PostLegacyAuthorizationsIDPasswordWithBody(ctx context.Context, authID string, params *PostLegacyAuthorizationsIDPasswordParams, contentType string, body io.Reader) (*http.Response, error)

	PostLegacyAuthorizationsIDPassword(ctx context.Context, authID string, params *PostLegacyAuthorizationsIDPasswordParams, body PostLegacyAuthorizationsIDPasswordJSONRequestBody) (*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)

	// GetMetrics request
	GetMetrics(ctx context.Context, params *GetMetricsParams) (*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)

	// DeleteOrgsIDSecretsID request
	DeleteOrgsIDSecretsID(ctx context.Context, orgID string, secretID string, params *DeleteOrgsIDSecretsIDParams) (*http.Response, error)

	// GetPing request
	GetPing(ctx context.Context) (*http.Response, error)

	// HeadPing request
	HeadPing(ctx context.Context) (*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)

	// GetRemoteConnections request
	GetRemoteConnections(ctx context.Context, params *GetRemoteConnectionsParams) (*http.Response, error)

	// PostRemoteConnection request  with any body
	PostRemoteConnectionWithBody(ctx context.Context, contentType string, body io.Reader) (*http.Response, error)

	PostRemoteConnection(ctx context.Context, body PostRemoteConnectionJSONRequestBody) (*http.Response, error)

	// DeleteRemoteConnectionByID request
	DeleteRemoteConnectionByID(ctx context.Context, remoteID string, params *DeleteRemoteConnectionByIDParams) (*http.Response, error)

	// GetRemoteConnectionByID request
	GetRemoteConnectionByID(ctx context.Context, remoteID string, params *GetRemoteConnectionByIDParams) (*http.Response, error)

	// PatchRemoteConnectionByID request  with any body
	PatchRemoteConnectionByIDWithBody(ctx context.Context, remoteID string, params *PatchRemoteConnectionByIDParams, contentType string, body io.Reader) (*http.Response, error)

	PatchRemoteConnectionByID(ctx context.Context, remoteID string, params *PatchRemoteConnectionByIDParams, body PatchRemoteConnectionByIDJSONRequestBody) (*http.Response, error)

	// GetReplications request
	GetReplications(ctx context.Context, params *GetReplicationsParams) (*http.Response, error)

	// PostReplication request  with any body
	PostReplicationWithBody(ctx context.Context, params *PostReplicationParams, contentType string, body io.Reader) (*http.Response, error)

	PostReplication(ctx context.Context, params *PostReplicationParams, body PostReplicationJSONRequestBody) (*http.Response, error)

	// DeleteReplicationByID request
	DeleteReplicationByID(ctx context.Context, replicationID string, params *DeleteReplicationByIDParams) (*http.Response, error)

	// GetReplicationByID request
	GetReplicationByID(ctx context.Context, replicationID string, params *GetReplicationByIDParams) (*http.Response, error)

	// PatchReplicationByID request  with any body
	PatchReplicationByIDWithBody(ctx context.Context, replicationID string, params *PatchReplicationByIDParams, contentType string, body io.Reader) (*http.Response, error)

	PatchReplicationByID(ctx context.Context, replicationID string, params *PatchReplicationByIDParams, body PatchReplicationByIDJSONRequestBody) (*http.Response, error)

	// PostValidateReplicationByID request
	PostValidateReplicationByID(ctx context.Context, replicationID string, params *PostValidateReplicationByIDParams) (*http.Response, error)

	// GetResources request
	GetResources(ctx context.Context, params *GetResourcesParams) (*http.Response, error)

	// PostRestoreBucketID request  with any body
	PostRestoreBucketIDWithBody(ctx context.Context, bucketID string, params *PostRestoreBucketIDParams, contentType string, body io.Reader) (*http.Response, error)

	// PostRestoreBucketMetadata request  with any body
	PostRestoreBucketMetadataWithBody(ctx context.Context, params *PostRestoreBucketMetadataParams, contentType string, body io.Reader) (*http.Response, error)

	PostRestoreBucketMetadata(ctx context.Context, params *PostRestoreBucketMetadataParams, body PostRestoreBucketMetadataJSONRequestBody) (*http.Response, error)

	// PostRestoreKV request  with any body
	PostRestoreKVWithBody(ctx context.Context, params *PostRestoreKVParams, contentType string, body io.Reader) (*http.Response, error)

	// PostRestoreShardId request  with any body
	PostRestoreShardIdWithBody(ctx context.Context, shardID string, params *PostRestoreShardIdParams, contentType string, body io.Reader) (*http.Response, error)

	// PostRestoreSQL request  with any body
	PostRestoreSQLWithBody(ctx context.Context, params *PostRestoreSQLParams, contentType string, body io.Reader) (*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)

	// 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)

	// 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  with any body
	PostTasksIDRunsIDRetryWithBody(ctx context.Context, taskID string, runID string, params *PostTasksIDRunsIDRetryParams, contentType string, body io.Reader) (*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) 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 (*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) DeleteLabelsIDWithResponse

func (c *ClientWithResponses) DeleteLabelsIDWithResponse(ctx context.Context, labelID string, params *DeleteLabelsIDParams) (*DeleteLabelsIDResponse, error)

DeleteLabelsIDWithResponse request returning *DeleteLabelsIDResponse

func (*ClientWithResponses) DeleteLegacyAuthorizationsIDWithResponse added in v2.5.0

func (c *ClientWithResponses) DeleteLegacyAuthorizationsIDWithResponse(ctx context.Context, authID string, params *DeleteLegacyAuthorizationsIDParams) (*DeleteLegacyAuthorizationsIDResponse, error)

DeleteLegacyAuthorizationsIDWithResponse request returning *DeleteLegacyAuthorizationsIDResponse

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) DeleteOrgsIDSecretsIDWithResponse added in v2.6.0

func (c *ClientWithResponses) DeleteOrgsIDSecretsIDWithResponse(ctx context.Context, orgID string, secretID string, params *DeleteOrgsIDSecretsIDParams) (*DeleteOrgsIDSecretsIDResponse, error)

DeleteOrgsIDSecretsIDWithResponse request returning *DeleteOrgsIDSecretsIDResponse

func (*ClientWithResponses) DeleteOrgsIDWithResponse

func (c *ClientWithResponses) DeleteOrgsIDWithResponse(ctx context.Context, orgID string, params *DeleteOrgsIDParams) (*DeleteOrgsIDResponse, error)

DeleteOrgsIDWithResponse request returning *DeleteOrgsIDResponse

func (*ClientWithResponses) DeleteRemoteConnectionByIDWithResponse added in v2.8.0

func (c *ClientWithResponses) DeleteRemoteConnectionByIDWithResponse(ctx context.Context, remoteID string, params *DeleteRemoteConnectionByIDParams) (*DeleteRemoteConnectionByIDResponse, error)

DeleteRemoteConnectionByIDWithResponse request returning *DeleteRemoteConnectionByIDResponse

func (*ClientWithResponses) DeleteReplicationByIDWithResponse added in v2.8.0

func (c *ClientWithResponses) DeleteReplicationByIDWithResponse(ctx context.Context, replicationID string, params *DeleteReplicationByIDParams) (*DeleteReplicationByIDResponse, error)

DeleteReplicationByIDWithResponse request returning *DeleteReplicationByIDResponse

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 (*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) GetBackupKVWithResponse added in v2.5.0

func (c *ClientWithResponses) GetBackupKVWithResponse(ctx context.Context, params *GetBackupKVParams) (*GetBackupKVResponse, error)

GetBackupKVWithResponse request returning *GetBackupKVResponse

func (*ClientWithResponses) GetBackupMetadataWithResponse added in v2.5.0

func (c *ClientWithResponses) GetBackupMetadataWithResponse(ctx context.Context, params *GetBackupMetadataParams) (*GetBackupMetadataResponse, error)

GetBackupMetadataWithResponse request returning *GetBackupMetadataResponse

func (*ClientWithResponses) GetBackupShardIdWithResponse added in v2.5.0

func (c *ClientWithResponses) GetBackupShardIdWithResponse(ctx context.Context, shardID int64, params *GetBackupShardIdParams) (*GetBackupShardIdResponse, error)

GetBackupShardIdWithResponse request returning *GetBackupShardIdResponse

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) GetConfigWithResponse added in v2.8.0

func (c *ClientWithResponses) GetConfigWithResponse(ctx context.Context, params *GetConfigParams) (*GetConfigResponse, error)

GetConfigWithResponse request returning *GetConfigResponse

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) 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) GetLegacyAuthorizationsIDWithResponse added in v2.5.0

func (c *ClientWithResponses) GetLegacyAuthorizationsIDWithResponse(ctx context.Context, authID string, params *GetLegacyAuthorizationsIDParams) (*GetLegacyAuthorizationsIDResponse, error)

GetLegacyAuthorizationsIDWithResponse request returning *GetLegacyAuthorizationsIDResponse

func (*ClientWithResponses) GetLegacyAuthorizationsWithResponse added in v2.5.0

func (c *ClientWithResponses) GetLegacyAuthorizationsWithResponse(ctx context.Context, params *GetLegacyAuthorizationsParams) (*GetLegacyAuthorizationsResponse, error)

GetLegacyAuthorizationsWithResponse request returning *GetLegacyAuthorizationsResponse

func (*ClientWithResponses) GetMeWithResponse

func (c *ClientWithResponses) GetMeWithResponse(ctx context.Context, params *GetMeParams) (*GetMeResponse, error)

GetMeWithResponse request returning *GetMeResponse

func (*ClientWithResponses) GetMetricsWithResponse added in v2.8.0

func (c *ClientWithResponses) GetMetricsWithResponse(ctx context.Context, params *GetMetricsParams) (*GetMetricsResponse, error)

GetMetricsWithResponse request returning *GetMetricsResponse

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) GetPingWithResponse added in v2.5.0

func (c *ClientWithResponses) GetPingWithResponse(ctx context.Context) (*GetPingResponse, error)

GetPingWithResponse request returning *GetPingResponse

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) GetRemoteConnectionByIDWithResponse added in v2.8.0

func (c *ClientWithResponses) GetRemoteConnectionByIDWithResponse(ctx context.Context, remoteID string, params *GetRemoteConnectionByIDParams) (*GetRemoteConnectionByIDResponse, error)

GetRemoteConnectionByIDWithResponse request returning *GetRemoteConnectionByIDResponse

func (*ClientWithResponses) GetRemoteConnectionsWithResponse added in v2.8.0

func (c *ClientWithResponses) GetRemoteConnectionsWithResponse(ctx context.Context, params *GetRemoteConnectionsParams) (*GetRemoteConnectionsResponse, error)

GetRemoteConnectionsWithResponse request returning *GetRemoteConnectionsResponse

func (*ClientWithResponses) GetReplicationByIDWithResponse added in v2.8.0

func (c *ClientWithResponses) GetReplicationByIDWithResponse(ctx context.Context, replicationID string, params *GetReplicationByIDParams) (*GetReplicationByIDResponse, error)

GetReplicationByIDWithResponse request returning *GetReplicationByIDResponse

func (*ClientWithResponses) GetReplicationsWithResponse added in v2.8.0

func (c *ClientWithResponses) GetReplicationsWithResponse(ctx context.Context, params *GetReplicationsParams) (*GetReplicationsResponse, error)

GetReplicationsWithResponse request returning *GetReplicationsResponse

func (*ClientWithResponses) GetResourcesWithResponse added in v2.6.0

func (c *ClientWithResponses) GetResourcesWithResponse(ctx context.Context, params *GetResourcesParams) (*GetResourcesResponse, error)

GetResourcesWithResponse request returning *GetResourcesResponse

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) HeadPingWithResponse added in v2.5.0

func (c *ClientWithResponses) HeadPingWithResponse(ctx context.Context) (*HeadPingResponse, error)

HeadPingWithResponse request returning *HeadPingResponse

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 (*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) 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) PatchLegacyAuthorizationsIDWithBodyWithResponse added in v2.5.0

func (c *ClientWithResponses) PatchLegacyAuthorizationsIDWithBodyWithResponse(ctx context.Context, authID string, params *PatchLegacyAuthorizationsIDParams, contentType string, body io.Reader) (*PatchLegacyAuthorizationsIDResponse, error)

PatchLegacyAuthorizationsIDWithBodyWithResponse request with arbitrary body returning *PatchLegacyAuthorizationsIDResponse

func (*ClientWithResponses) PatchLegacyAuthorizationsIDWithResponse added in v2.5.0

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) 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) 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 (*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) PatchRemoteConnectionByIDWithBodyWithResponse added in v2.8.0

func (c *ClientWithResponses) PatchRemoteConnectionByIDWithBodyWithResponse(ctx context.Context, remoteID string, params *PatchRemoteConnectionByIDParams, contentType string, body io.Reader) (*PatchRemoteConnectionByIDResponse, error)

PatchRemoteConnectionByIDWithBodyWithResponse request with arbitrary body returning *PatchRemoteConnectionByIDResponse

func (*ClientWithResponses) PatchRemoteConnectionByIDWithResponse added in v2.8.0

func (*ClientWithResponses) PatchReplicationByIDWithBodyWithResponse added in v2.8.0

func (c *ClientWithResponses) PatchReplicationByIDWithBodyWithResponse(ctx context.Context, replicationID string, params *PatchReplicationByIDParams, contentType string, body io.Reader) (*PatchReplicationByIDResponse, error)

PatchReplicationByIDWithBodyWithResponse request with arbitrary body returning *PatchReplicationByIDResponse

func (*ClientWithResponses) PatchReplicationByIDWithResponse added in v2.8.0

func (c *ClientWithResponses) PatchReplicationByIDWithResponse(ctx context.Context, replicationID string, params *PatchReplicationByIDParams, body PatchReplicationByIDJSONRequestBody) (*PatchReplicationByIDResponse, 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 (*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 (*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 (*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 (*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 (*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 (*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 (*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 (*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 (*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 (*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 (*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) 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) PostLegacyAuthorizationsIDPasswordWithBodyWithResponse added in v2.5.0

func (c *ClientWithResponses) PostLegacyAuthorizationsIDPasswordWithBodyWithResponse(ctx context.Context, authID string, params *PostLegacyAuthorizationsIDPasswordParams, contentType string, body io.Reader) (*PostLegacyAuthorizationsIDPasswordResponse, error)

PostLegacyAuthorizationsIDPasswordWithBodyWithResponse request with arbitrary body returning *PostLegacyAuthorizationsIDPasswordResponse

func (*ClientWithResponses) PostLegacyAuthorizationsWithBodyWithResponse added in v2.5.0

func (c *ClientWithResponses) PostLegacyAuthorizationsWithBodyWithResponse(ctx context.Context, params *PostLegacyAuthorizationsParams, contentType string, body io.Reader) (*PostLegacyAuthorizationsResponse, error)

PostLegacyAuthorizationsWithBodyWithResponse request with arbitrary body returning *PostLegacyAuthorizationsResponse

func (*ClientWithResponses) PostLegacyAuthorizationsWithResponse added in v2.5.0

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) 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) 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 (*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 (*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 (*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 (*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 (*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) PostRemoteConnectionWithBodyWithResponse added in v2.8.0

func (c *ClientWithResponses) PostRemoteConnectionWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader) (*PostRemoteConnectionResponse, error)

PostRemoteConnectionWithBodyWithResponse request with arbitrary body returning *PostRemoteConnectionResponse

func (*ClientWithResponses) PostRemoteConnectionWithResponse added in v2.8.0

func (*ClientWithResponses) PostReplicationWithBodyWithResponse added in v2.8.0

func (c *ClientWithResponses) PostReplicationWithBodyWithResponse(ctx context.Context, params *PostReplicationParams, contentType string, body io.Reader) (*PostReplicationResponse, error)

PostReplicationWithBodyWithResponse request with arbitrary body returning *PostReplicationResponse

func (*ClientWithResponses) PostReplicationWithResponse added in v2.8.0

func (*ClientWithResponses) PostRestoreBucketIDWithBodyWithResponse added in v2.5.0

func (c *ClientWithResponses) PostRestoreBucketIDWithBodyWithResponse(ctx context.Context, bucketID string, params *PostRestoreBucketIDParams, contentType string, body io.Reader) (*PostRestoreBucketIDResponse, error)

PostRestoreBucketIDWithBodyWithResponse request with arbitrary body returning *PostRestoreBucketIDResponse

func (*ClientWithResponses) PostRestoreBucketMetadataWithBodyWithResponse added in v2.5.0

func (c *ClientWithResponses) PostRestoreBucketMetadataWithBodyWithResponse(ctx context.Context, params *PostRestoreBucketMetadataParams, contentType string, body io.Reader) (*PostRestoreBucketMetadataResponse, error)

PostRestoreBucketMetadataWithBodyWithResponse request with arbitrary body returning *PostRestoreBucketMetadataResponse

func (*ClientWithResponses) PostRestoreBucketMetadataWithResponse added in v2.5.0

func (*ClientWithResponses) PostRestoreKVWithBodyWithResponse added in v2.5.0

func (c *ClientWithResponses) PostRestoreKVWithBodyWithResponse(ctx context.Context, params *PostRestoreKVParams, contentType string, body io.Reader) (*PostRestoreKVResponse, error)

PostRestoreKVWithBodyWithResponse request with arbitrary body returning *PostRestoreKVResponse

func (*ClientWithResponses) PostRestoreSQLWithBodyWithResponse added in v2.5.0

func (c *ClientWithResponses) PostRestoreSQLWithBodyWithResponse(ctx context.Context, params *PostRestoreSQLParams, contentType string, body io.Reader) (*PostRestoreSQLResponse, error)

PostRestoreSQLWithBodyWithResponse request with arbitrary body returning *PostRestoreSQLResponse

func (*ClientWithResponses) PostRestoreShardIdWithBodyWithResponse added in v2.5.0

func (c *ClientWithResponses) PostRestoreShardIdWithBodyWithResponse(ctx context.Context, shardID string, params *PostRestoreShardIdParams, contentType string, body io.Reader) (*PostRestoreShardIdResponse, error)

PostRestoreShardIdWithBodyWithResponse request with arbitrary body returning *PostRestoreShardIdResponse

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 (*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 (*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 (*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 (*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 (*ClientWithResponses) PostTasksIDRunsIDRetryWithBodyWithResponse added in v2.5.0

func (c *ClientWithResponses) PostTasksIDRunsIDRetryWithBodyWithResponse(ctx context.Context, taskID string, runID string, params *PostTasksIDRunsIDRetryParams, contentType string, body io.Reader) (*PostTasksIDRunsIDRetryResponse, error)

PostTasksIDRunsIDRetryWithBodyWithResponse request with arbitrary body 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 (*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 (*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 (*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 (*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 (*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) PostValidateReplicationByIDWithResponse added in v2.8.0

func (c *ClientWithResponses) PostValidateReplicationByIDWithResponse(ctx context.Context, replicationID string, params *PostValidateReplicationByIDParams) (*PostValidateReplicationByIDResponse, error)

PostValidateReplicationByIDWithResponse request returning *PostValidateReplicationByIDResponse

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 (*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 (*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) 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 (*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) 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) 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 ClientWithResponsesInterface added in v2.2.0

type ClientWithResponsesInterface interface {
	// GetRoutes request
	GetRoutesWithResponse(ctx context.Context, params *GetRoutesParams) (*GetRoutesResponse, error)

	// GetAuthorizations request
	GetAuthorizationsWithResponse(ctx context.Context, params *GetAuthorizationsParams) (*GetAuthorizationsResponse, error)

	// PostAuthorizations request  with any body
	PostAuthorizationsWithBodyWithResponse(ctx context.Context, params *PostAuthorizationsParams, contentType string, body io.Reader) (*PostAuthorizationsResponse, error)

	PostAuthorizationsWithResponse(ctx context.Context, params *PostAuthorizationsParams, body PostAuthorizationsJSONRequestBody) (*PostAuthorizationsResponse, error)

	// DeleteAuthorizationsID request
	DeleteAuthorizationsIDWithResponse(ctx context.Context, authID string, params *DeleteAuthorizationsIDParams) (*DeleteAuthorizationsIDResponse, error)

	// GetAuthorizationsID request
	GetAuthorizationsIDWithResponse(ctx context.Context, authID string, params *GetAuthorizationsIDParams) (*GetAuthorizationsIDResponse, error)

	// PatchAuthorizationsID request  with any body
	PatchAuthorizationsIDWithBodyWithResponse(ctx context.Context, authID string, params *PatchAuthorizationsIDParams, contentType string, body io.Reader) (*PatchAuthorizationsIDResponse, error)

	PatchAuthorizationsIDWithResponse(ctx context.Context, authID string, params *PatchAuthorizationsIDParams, body PatchAuthorizationsIDJSONRequestBody) (*PatchAuthorizationsIDResponse, error)

	// GetBackupKV request
	GetBackupKVWithResponse(ctx context.Context, params *GetBackupKVParams) (*GetBackupKVResponse, error)

	// GetBackupMetadata request
	GetBackupMetadataWithResponse(ctx context.Context, params *GetBackupMetadataParams) (*GetBackupMetadataResponse, error)

	// GetBackupShardId request
	GetBackupShardIdWithResponse(ctx context.Context, shardID int64, params *GetBackupShardIdParams) (*GetBackupShardIdResponse, error)

	// GetBuckets request
	GetBucketsWithResponse(ctx context.Context, params *GetBucketsParams) (*GetBucketsResponse, error)

	// PostBuckets request  with any body
	PostBucketsWithBodyWithResponse(ctx context.Context, params *PostBucketsParams, contentType string, body io.Reader) (*PostBucketsResponse, error)

	PostBucketsWithResponse(ctx context.Context, params *PostBucketsParams, body PostBucketsJSONRequestBody) (*PostBucketsResponse, error)

	// DeleteBucketsID request
	DeleteBucketsIDWithResponse(ctx context.Context, bucketID string, params *DeleteBucketsIDParams) (*DeleteBucketsIDResponse, error)

	// GetBucketsID request
	GetBucketsIDWithResponse(ctx context.Context, bucketID string, params *GetBucketsIDParams) (*GetBucketsIDResponse, error)

	// PatchBucketsID request  with any body
	PatchBucketsIDWithBodyWithResponse(ctx context.Context, bucketID string, params *PatchBucketsIDParams, contentType string, body io.Reader) (*PatchBucketsIDResponse, error)

	PatchBucketsIDWithResponse(ctx context.Context, bucketID string, params *PatchBucketsIDParams, body PatchBucketsIDJSONRequestBody) (*PatchBucketsIDResponse, error)

	// GetBucketsIDLabels request
	GetBucketsIDLabelsWithResponse(ctx context.Context, bucketID string, params *GetBucketsIDLabelsParams) (*GetBucketsIDLabelsResponse, error)

	// PostBucketsIDLabels request  with any body
	PostBucketsIDLabelsWithBodyWithResponse(ctx context.Context, bucketID string, params *PostBucketsIDLabelsParams, contentType string, body io.Reader) (*PostBucketsIDLabelsResponse, error)

	PostBucketsIDLabelsWithResponse(ctx context.Context, bucketID string, params *PostBucketsIDLabelsParams, body PostBucketsIDLabelsJSONRequestBody) (*PostBucketsIDLabelsResponse, error)

	// DeleteBucketsIDLabelsID request
	DeleteBucketsIDLabelsIDWithResponse(ctx context.Context, bucketID string, labelID string, params *DeleteBucketsIDLabelsIDParams) (*DeleteBucketsIDLabelsIDResponse, error)

	// GetBucketsIDMembers request
	GetBucketsIDMembersWithResponse(ctx context.Context, bucketID string, params *GetBucketsIDMembersParams) (*GetBucketsIDMembersResponse, error)

	// PostBucketsIDMembers request  with any body
	PostBucketsIDMembersWithBodyWithResponse(ctx context.Context, bucketID string, params *PostBucketsIDMembersParams, contentType string, body io.Reader) (*PostBucketsIDMembersResponse, error)

	PostBucketsIDMembersWithResponse(ctx context.Context, bucketID string, params *PostBucketsIDMembersParams, body PostBucketsIDMembersJSONRequestBody) (*PostBucketsIDMembersResponse, error)

	// DeleteBucketsIDMembersID request
	DeleteBucketsIDMembersIDWithResponse(ctx context.Context, bucketID string, userID string, params *DeleteBucketsIDMembersIDParams) (*DeleteBucketsIDMembersIDResponse, error)

	// GetBucketsIDOwners request
	GetBucketsIDOwnersWithResponse(ctx context.Context, bucketID string, params *GetBucketsIDOwnersParams) (*GetBucketsIDOwnersResponse, error)

	// PostBucketsIDOwners request  with any body
	PostBucketsIDOwnersWithBodyWithResponse(ctx context.Context, bucketID string, params *PostBucketsIDOwnersParams, contentType string, body io.Reader) (*PostBucketsIDOwnersResponse, error)

	PostBucketsIDOwnersWithResponse(ctx context.Context, bucketID string, params *PostBucketsIDOwnersParams, body PostBucketsIDOwnersJSONRequestBody) (*PostBucketsIDOwnersResponse, error)

	// DeleteBucketsIDOwnersID request
	DeleteBucketsIDOwnersIDWithResponse(ctx context.Context, bucketID string, userID string, params *DeleteBucketsIDOwnersIDParams) (*DeleteBucketsIDOwnersIDResponse, error)

	// GetChecks request
	GetChecksWithResponse(ctx context.Context, params *GetChecksParams) (*GetChecksResponse, error)

	// CreateCheck request  with any body
	CreateCheckWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader) (*CreateCheckResponse, error)

	CreateCheckWithResponse(ctx context.Context, body CreateCheckJSONRequestBody) (*CreateCheckResponse, error)

	// DeleteChecksID request
	DeleteChecksIDWithResponse(ctx context.Context, checkID string, params *DeleteChecksIDParams) (*DeleteChecksIDResponse, error)

	// GetChecksID request
	GetChecksIDWithResponse(ctx context.Context, checkID string, params *GetChecksIDParams) (*GetChecksIDResponse, error)

	// PatchChecksID request  with any body
	PatchChecksIDWithBodyWithResponse(ctx context.Context, checkID string, params *PatchChecksIDParams, contentType string, body io.Reader) (*PatchChecksIDResponse, error)

	PatchChecksIDWithResponse(ctx context.Context, checkID string, params *PatchChecksIDParams, body PatchChecksIDJSONRequestBody) (*PatchChecksIDResponse, error)

	// PutChecksID request  with any body
	PutChecksIDWithBodyWithResponse(ctx context.Context, checkID string, params *PutChecksIDParams, contentType string, body io.Reader) (*PutChecksIDResponse, error)

	PutChecksIDWithResponse(ctx context.Context, checkID string, params *PutChecksIDParams, body PutChecksIDJSONRequestBody) (*PutChecksIDResponse, error)

	// GetChecksIDLabels request
	GetChecksIDLabelsWithResponse(ctx context.Context, checkID string, params *GetChecksIDLabelsParams) (*GetChecksIDLabelsResponse, error)

	// PostChecksIDLabels request  with any body
	PostChecksIDLabelsWithBodyWithResponse(ctx context.Context, checkID string, params *PostChecksIDLabelsParams, contentType string, body io.Reader) (*PostChecksIDLabelsResponse, error)

	PostChecksIDLabelsWithResponse(ctx context.Context, checkID string, params *PostChecksIDLabelsParams, body PostChecksIDLabelsJSONRequestBody) (*PostChecksIDLabelsResponse, error)

	// DeleteChecksIDLabelsID request
	DeleteChecksIDLabelsIDWithResponse(ctx context.Context, checkID string, labelID string, params *DeleteChecksIDLabelsIDParams) (*DeleteChecksIDLabelsIDResponse, error)

	// GetChecksIDQuery request
	GetChecksIDQueryWithResponse(ctx context.Context, checkID string, params *GetChecksIDQueryParams) (*GetChecksIDQueryResponse, error)

	// GetConfig request
	GetConfigWithResponse(ctx context.Context, params *GetConfigParams) (*GetConfigResponse, error)

	// GetDashboards request
	GetDashboardsWithResponse(ctx context.Context, params *GetDashboardsParams) (*GetDashboardsResponse, error)

	// PostDashboards request  with any body
	PostDashboardsWithBodyWithResponse(ctx context.Context, params *PostDashboardsParams, contentType string, body io.Reader) (*PostDashboardsResponse, error)

	PostDashboardsWithResponse(ctx context.Context, params *PostDashboardsParams, body PostDashboardsJSONRequestBody) (*PostDashboardsResponse, error)

	// DeleteDashboardsID request
	DeleteDashboardsIDWithResponse(ctx context.Context, dashboardID string, params *DeleteDashboardsIDParams) (*DeleteDashboardsIDResponse, error)

	// GetDashboardsID request
	GetDashboardsIDWithResponse(ctx context.Context, dashboardID string, params *GetDashboardsIDParams) (*GetDashboardsIDResponse, error)

	// PatchDashboardsID request  with any body
	PatchDashboardsIDWithBodyWithResponse(ctx context.Context, dashboardID string, params *PatchDashboardsIDParams, contentType string, body io.Reader) (*PatchDashboardsIDResponse, error)

	PatchDashboardsIDWithResponse(ctx context.Context, dashboardID string, params *PatchDashboardsIDParams, body PatchDashboardsIDJSONRequestBody) (*PatchDashboardsIDResponse, error)

	// PostDashboardsIDCells request  with any body
	PostDashboardsIDCellsWithBodyWithResponse(ctx context.Context, dashboardID string, params *PostDashboardsIDCellsParams, contentType string, body io.Reader) (*PostDashboardsIDCellsResponse, error)

	PostDashboardsIDCellsWithResponse(ctx context.Context, dashboardID string, params *PostDashboardsIDCellsParams, body PostDashboardsIDCellsJSONRequestBody) (*PostDashboardsIDCellsResponse, error)

	// PutDashboardsIDCells request  with any body
	PutDashboardsIDCellsWithBodyWithResponse(ctx context.Context, dashboardID string, params *PutDashboardsIDCellsParams, contentType string, body io.Reader) (*PutDashboardsIDCellsResponse, error)

	PutDashboardsIDCellsWithResponse(ctx context.Context, dashboardID string, params *PutDashboardsIDCellsParams, body PutDashboardsIDCellsJSONRequestBody) (*PutDashboardsIDCellsResponse, error)

	// DeleteDashboardsIDCellsID request
	DeleteDashboardsIDCellsIDWithResponse(ctx context.Context, dashboardID string, cellID string, params *DeleteDashboardsIDCellsIDParams) (*DeleteDashboardsIDCellsIDResponse, error)

	// PatchDashboardsIDCellsID request  with any body
	PatchDashboardsIDCellsIDWithBodyWithResponse(ctx context.Context, dashboardID string, cellID string, params *PatchDashboardsIDCellsIDParams, contentType string, body io.Reader) (*PatchDashboardsIDCellsIDResponse, error)

	PatchDashboardsIDCellsIDWithResponse(ctx context.Context, dashboardID string, cellID string, params *PatchDashboardsIDCellsIDParams, body PatchDashboardsIDCellsIDJSONRequestBody) (*PatchDashboardsIDCellsIDResponse, error)

	// GetDashboardsIDCellsIDView request
	GetDashboardsIDCellsIDViewWithResponse(ctx context.Context, dashboardID string, cellID string, params *GetDashboardsIDCellsIDViewParams) (*GetDashboardsIDCellsIDViewResponse, error)

	// PatchDashboardsIDCellsIDView request  with any body
	PatchDashboardsIDCellsIDViewWithBodyWithResponse(ctx context.Context, dashboardID string, cellID string, params *PatchDashboardsIDCellsIDViewParams, contentType string, body io.Reader) (*PatchDashboardsIDCellsIDViewResponse, error)

	PatchDashboardsIDCellsIDViewWithResponse(ctx context.Context, dashboardID string, cellID string, params *PatchDashboardsIDCellsIDViewParams, body PatchDashboardsIDCellsIDViewJSONRequestBody) (*PatchDashboardsIDCellsIDViewResponse, error)

	// GetDashboardsIDLabels request
	GetDashboardsIDLabelsWithResponse(ctx context.Context, dashboardID string, params *GetDashboardsIDLabelsParams) (*GetDashboardsIDLabelsResponse, error)

	// PostDashboardsIDLabels request  with any body
	PostDashboardsIDLabelsWithBodyWithResponse(ctx context.Context, dashboardID string, params *PostDashboardsIDLabelsParams, contentType string, body io.Reader) (*PostDashboardsIDLabelsResponse, error)

	PostDashboardsIDLabelsWithResponse(ctx context.Context, dashboardID string, params *PostDashboardsIDLabelsParams, body PostDashboardsIDLabelsJSONRequestBody) (*PostDashboardsIDLabelsResponse, error)

	// DeleteDashboardsIDLabelsID request
	DeleteDashboardsIDLabelsIDWithResponse(ctx context.Context, dashboardID string, labelID string, params *DeleteDashboardsIDLabelsIDParams) (*DeleteDashboardsIDLabelsIDResponse, error)

	// GetDashboardsIDMembers request
	GetDashboardsIDMembersWithResponse(ctx context.Context, dashboardID string, params *GetDashboardsIDMembersParams) (*GetDashboardsIDMembersResponse, error)

	// PostDashboardsIDMembers request  with any body
	PostDashboardsIDMembersWithBodyWithResponse(ctx context.Context, dashboardID string, params *PostDashboardsIDMembersParams, contentType string, body io.Reader) (*PostDashboardsIDMembersResponse, error)

	PostDashboardsIDMembersWithResponse(ctx context.Context, dashboardID string, params *PostDashboardsIDMembersParams, body PostDashboardsIDMembersJSONRequestBody) (*PostDashboardsIDMembersResponse, error)

	// DeleteDashboardsIDMembersID request
	DeleteDashboardsIDMembersIDWithResponse(ctx context.Context, dashboardID string, userID string, params *DeleteDashboardsIDMembersIDParams) (*DeleteDashboardsIDMembersIDResponse, error)

	// GetDashboardsIDOwners request
	GetDashboardsIDOwnersWithResponse(ctx context.Context, dashboardID string, params *GetDashboardsIDOwnersParams) (*GetDashboardsIDOwnersResponse, error)

	// PostDashboardsIDOwners request  with any body
	PostDashboardsIDOwnersWithBodyWithResponse(ctx context.Context, dashboardID string, params *PostDashboardsIDOwnersParams, contentType string, body io.Reader) (*PostDashboardsIDOwnersResponse, error)

	PostDashboardsIDOwnersWithResponse(ctx context.Context, dashboardID string, params *PostDashboardsIDOwnersParams, body PostDashboardsIDOwnersJSONRequestBody) (*PostDashboardsIDOwnersResponse, error)

	// DeleteDashboardsIDOwnersID request
	DeleteDashboardsIDOwnersIDWithResponse(ctx context.Context, dashboardID string, userID string, params *DeleteDashboardsIDOwnersIDParams) (*DeleteDashboardsIDOwnersIDResponse, error)

	// GetDBRPs request
	GetDBRPsWithResponse(ctx context.Context, params *GetDBRPsParams) (*GetDBRPsResponse, error)

	// PostDBRP request  with any body
	PostDBRPWithBodyWithResponse(ctx context.Context, params *PostDBRPParams, contentType string, body io.Reader) (*PostDBRPResponse, error)

	PostDBRPWithResponse(ctx context.Context, params *PostDBRPParams, body PostDBRPJSONRequestBody) (*PostDBRPResponse, error)

	// DeleteDBRPID request
	DeleteDBRPIDWithResponse(ctx context.Context, dbrpID string, params *DeleteDBRPIDParams) (*DeleteDBRPIDResponse, error)

	// GetDBRPsID request
	GetDBRPsIDWithResponse(ctx context.Context, dbrpID string, params *GetDBRPsIDParams) (*GetDBRPsIDResponse, error)

	// PatchDBRPID request  with any body
	PatchDBRPIDWithBodyWithResponse(ctx context.Context, dbrpID string, params *PatchDBRPIDParams, contentType string, body io.Reader) (*PatchDBRPIDResponse, error)

	PatchDBRPIDWithResponse(ctx context.Context, dbrpID string, params *PatchDBRPIDParams, body PatchDBRPIDJSONRequestBody) (*PatchDBRPIDResponse, error)

	// PostDelete request  with any body
	PostDeleteWithBodyWithResponse(ctx context.Context, params *PostDeleteParams, contentType string, body io.Reader) (*PostDeleteResponse, error)

	PostDeleteWithResponse(ctx context.Context, params *PostDeleteParams, body PostDeleteJSONRequestBody) (*PostDeleteResponse, error)

	// GetFlags request
	GetFlagsWithResponse(ctx context.Context, params *GetFlagsParams) (*GetFlagsResponse, error)

	// GetHealth request
	GetHealthWithResponse(ctx context.Context, params *GetHealthParams) (*GetHealthResponse, error)

	// GetLabels request
	GetLabelsWithResponse(ctx context.Context, params *GetLabelsParams) (*GetLabelsResponse, error)

	// PostLabels request  with any body
	PostLabelsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader) (*PostLabelsResponse, error)

	PostLabelsWithResponse(ctx context.Context, body PostLabelsJSONRequestBody) (*PostLabelsResponse, error)

	// DeleteLabelsID request
	DeleteLabelsIDWithResponse(ctx context.Context, labelID string, params *DeleteLabelsIDParams) (*DeleteLabelsIDResponse, error)

	// GetLabelsID request
	GetLabelsIDWithResponse(ctx context.Context, labelID string, params *GetLabelsIDParams) (*GetLabelsIDResponse, error)

	// PatchLabelsID request  with any body
	PatchLabelsIDWithBodyWithResponse(ctx context.Context, labelID string, params *PatchLabelsIDParams, contentType string, body io.Reader) (*PatchLabelsIDResponse, error)

	PatchLabelsIDWithResponse(ctx context.Context, labelID string, params *PatchLabelsIDParams, body PatchLabelsIDJSONRequestBody) (*PatchLabelsIDResponse, error)

	// GetLegacyAuthorizations request
	GetLegacyAuthorizationsWithResponse(ctx context.Context, params *GetLegacyAuthorizationsParams) (*GetLegacyAuthorizationsResponse, error)

	// PostLegacyAuthorizations request  with any body
	PostLegacyAuthorizationsWithBodyWithResponse(ctx context.Context, params *PostLegacyAuthorizationsParams, contentType string, body io.Reader) (*PostLegacyAuthorizationsResponse, error)

	PostLegacyAuthorizationsWithResponse(ctx context.Context, params *PostLegacyAuthorizationsParams, body PostLegacyAuthorizationsJSONRequestBody) (*PostLegacyAuthorizationsResponse, error)

	// DeleteLegacyAuthorizationsID request
	DeleteLegacyAuthorizationsIDWithResponse(ctx context.Context, authID string, params *DeleteLegacyAuthorizationsIDParams) (*DeleteLegacyAuthorizationsIDResponse, error)

	// GetLegacyAuthorizationsID request
	GetLegacyAuthorizationsIDWithResponse(ctx context.Context, authID string, params *GetLegacyAuthorizationsIDParams) (*GetLegacyAuthorizationsIDResponse, error)

	// PatchLegacyAuthorizationsID request  with any body
	PatchLegacyAuthorizationsIDWithBodyWithResponse(ctx context.Context, authID string, params *PatchLegacyAuthorizationsIDParams, contentType string, body io.Reader) (*PatchLegacyAuthorizationsIDResponse, error)

	PatchLegacyAuthorizationsIDWithResponse(ctx context.Context, authID string, params *PatchLegacyAuthorizationsIDParams, body PatchLegacyAuthorizationsIDJSONRequestBody) (*PatchLegacyAuthorizationsIDResponse, error)

	// PostLegacyAuthorizationsIDPassword request  with any body
	PostLegacyAuthorizationsIDPasswordWithBodyWithResponse(ctx context.Context, authID string, params *PostLegacyAuthorizationsIDPasswordParams, contentType string, body io.Reader) (*PostLegacyAuthorizationsIDPasswordResponse, error)

	PostLegacyAuthorizationsIDPasswordWithResponse(ctx context.Context, authID string, params *PostLegacyAuthorizationsIDPasswordParams, body PostLegacyAuthorizationsIDPasswordJSONRequestBody) (*PostLegacyAuthorizationsIDPasswordResponse, error)

	// GetMe request
	GetMeWithResponse(ctx context.Context, params *GetMeParams) (*GetMeResponse, error)

	// PutMePassword request  with any body
	PutMePasswordWithBodyWithResponse(ctx context.Context, params *PutMePasswordParams, contentType string, body io.Reader) (*PutMePasswordResponse, error)

	PutMePasswordWithResponse(ctx context.Context, params *PutMePasswordParams, body PutMePasswordJSONRequestBody) (*PutMePasswordResponse, error)

	// GetMetrics request
	GetMetricsWithResponse(ctx context.Context, params *GetMetricsParams) (*GetMetricsResponse, error)

	// GetNotificationEndpoints request
	GetNotificationEndpointsWithResponse(ctx context.Context, params *GetNotificationEndpointsParams) (*GetNotificationEndpointsResponse, error)

	// CreateNotificationEndpoint request  with any body
	CreateNotificationEndpointWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader) (*CreateNotificationEndpointResponse, error)

	CreateNotificationEndpointWithResponse(ctx context.Context, body CreateNotificationEndpointJSONRequestBody) (*CreateNotificationEndpointResponse, error)

	// DeleteNotificationEndpointsID request
	DeleteNotificationEndpointsIDWithResponse(ctx context.Context, endpointID string, params *DeleteNotificationEndpointsIDParams) (*DeleteNotificationEndpointsIDResponse, error)

	// GetNotificationEndpointsID request
	GetNotificationEndpointsIDWithResponse(ctx context.Context, endpointID string, params *GetNotificationEndpointsIDParams) (*GetNotificationEndpointsIDResponse, error)

	// PatchNotificationEndpointsID request  with any body
	PatchNotificationEndpointsIDWithBodyWithResponse(ctx context.Context, endpointID string, params *PatchNotificationEndpointsIDParams, contentType string, body io.Reader) (*PatchNotificationEndpointsIDResponse, error)

	PatchNotificationEndpointsIDWithResponse(ctx context.Context, endpointID string, params *PatchNotificationEndpointsIDParams, body PatchNotificationEndpointsIDJSONRequestBody) (*PatchNotificationEndpointsIDResponse, error)

	// PutNotificationEndpointsID request  with any body
	PutNotificationEndpointsIDWithBodyWithResponse(ctx context.Context, endpointID string, params *PutNotificationEndpointsIDParams, contentType string, body io.Reader) (*PutNotificationEndpointsIDResponse, error)

	PutNotificationEndpointsIDWithResponse(ctx context.Context, endpointID string, params *PutNotificationEndpointsIDParams, body PutNotificationEndpointsIDJSONRequestBody) (*PutNotificationEndpointsIDResponse, error)

	// GetNotificationEndpointsIDLabels request
	GetNotificationEndpointsIDLabelsWithResponse(ctx context.Context, endpointID string, params *GetNotificationEndpointsIDLabelsParams) (*GetNotificationEndpointsIDLabelsResponse, error)

	// PostNotificationEndpointIDLabels request  with any body
	PostNotificationEndpointIDLabelsWithBodyWithResponse(ctx context.Context, endpointID string, params *PostNotificationEndpointIDLabelsParams, contentType string, body io.Reader) (*PostNotificationEndpointIDLabelsResponse, error)

	PostNotificationEndpointIDLabelsWithResponse(ctx context.Context, endpointID string, params *PostNotificationEndpointIDLabelsParams, body PostNotificationEndpointIDLabelsJSONRequestBody) (*PostNotificationEndpointIDLabelsResponse, error)

	// DeleteNotificationEndpointsIDLabelsID request
	DeleteNotificationEndpointsIDLabelsIDWithResponse(ctx context.Context, endpointID string, labelID string, params *DeleteNotificationEndpointsIDLabelsIDParams) (*DeleteNotificationEndpointsIDLabelsIDResponse, error)

	// GetNotificationRules request
	GetNotificationRulesWithResponse(ctx context.Context, params *GetNotificationRulesParams) (*GetNotificationRulesResponse, error)

	// CreateNotificationRule request  with any body
	CreateNotificationRuleWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader) (*CreateNotificationRuleResponse, error)

	CreateNotificationRuleWithResponse(ctx context.Context, body CreateNotificationRuleJSONRequestBody) (*CreateNotificationRuleResponse, error)

	// DeleteNotificationRulesID request
	DeleteNotificationRulesIDWithResponse(ctx context.Context, ruleID string, params *DeleteNotificationRulesIDParams) (*DeleteNotificationRulesIDResponse, error)

	// GetNotificationRulesID request
	GetNotificationRulesIDWithResponse(ctx context.Context, ruleID string, params *GetNotificationRulesIDParams) (*GetNotificationRulesIDResponse, error)

	// PatchNotificationRulesID request  with any body
	PatchNotificationRulesIDWithBodyWithResponse(ctx context.Context, ruleID string, params *PatchNotificationRulesIDParams, contentType string, body io.Reader) (*PatchNotificationRulesIDResponse, error)

	PatchNotificationRulesIDWithResponse(ctx context.Context, ruleID string, params *PatchNotificationRulesIDParams, body PatchNotificationRulesIDJSONRequestBody) (*PatchNotificationRulesIDResponse, error)

	// PutNotificationRulesID request  with any body
	PutNotificationRulesIDWithBodyWithResponse(ctx context.Context, ruleID string, params *PutNotificationRulesIDParams, contentType string, body io.Reader) (*PutNotificationRulesIDResponse, error)

	PutNotificationRulesIDWithResponse(ctx context.Context, ruleID string, params *PutNotificationRulesIDParams, body PutNotificationRulesIDJSONRequestBody) (*PutNotificationRulesIDResponse, error)

	// GetNotificationRulesIDLabels request
	GetNotificationRulesIDLabelsWithResponse(ctx context.Context, ruleID string, params *GetNotificationRulesIDLabelsParams) (*GetNotificationRulesIDLabelsResponse, error)

	// PostNotificationRuleIDLabels request  with any body
	PostNotificationRuleIDLabelsWithBodyWithResponse(ctx context.Context, ruleID string, params *PostNotificationRuleIDLabelsParams, contentType string, body io.Reader) (*PostNotificationRuleIDLabelsResponse, error)

	PostNotificationRuleIDLabelsWithResponse(ctx context.Context, ruleID string, params *PostNotificationRuleIDLabelsParams, body PostNotificationRuleIDLabelsJSONRequestBody) (*PostNotificationRuleIDLabelsResponse, error)

	// DeleteNotificationRulesIDLabelsID request
	DeleteNotificationRulesIDLabelsIDWithResponse(ctx context.Context, ruleID string, labelID string, params *DeleteNotificationRulesIDLabelsIDParams) (*DeleteNotificationRulesIDLabelsIDResponse, error)

	// GetNotificationRulesIDQuery request
	GetNotificationRulesIDQueryWithResponse(ctx context.Context, ruleID string, params *GetNotificationRulesIDQueryParams) (*GetNotificationRulesIDQueryResponse, error)

	// GetOrgs request
	GetOrgsWithResponse(ctx context.Context, params *GetOrgsParams) (*GetOrgsResponse, error)

	// PostOrgs request  with any body
	PostOrgsWithBodyWithResponse(ctx context.Context, params *PostOrgsParams, contentType string, body io.Reader) (*PostOrgsResponse, error)

	PostOrgsWithResponse(ctx context.Context, params *PostOrgsParams, body PostOrgsJSONRequestBody) (*PostOrgsResponse, error)

	// DeleteOrgsID request
	DeleteOrgsIDWithResponse(ctx context.Context, orgID string, params *DeleteOrgsIDParams) (*DeleteOrgsIDResponse, error)

	// GetOrgsID request
	GetOrgsIDWithResponse(ctx context.Context, orgID string, params *GetOrgsIDParams) (*GetOrgsIDResponse, error)

	// PatchOrgsID request  with any body
	PatchOrgsIDWithBodyWithResponse(ctx context.Context, orgID string, params *PatchOrgsIDParams, contentType string, body io.Reader) (*PatchOrgsIDResponse, error)

	PatchOrgsIDWithResponse(ctx context.Context, orgID string, params *PatchOrgsIDParams, body PatchOrgsIDJSONRequestBody) (*PatchOrgsIDResponse, error)

	// GetOrgsIDMembers request
	GetOrgsIDMembersWithResponse(ctx context.Context, orgID string, params *GetOrgsIDMembersParams) (*GetOrgsIDMembersResponse, error)

	// PostOrgsIDMembers request  with any body
	PostOrgsIDMembersWithBodyWithResponse(ctx context.Context, orgID string, params *PostOrgsIDMembersParams, contentType string, body io.Reader) (*PostOrgsIDMembersResponse, error)

	PostOrgsIDMembersWithResponse(ctx context.Context, orgID string, params *PostOrgsIDMembersParams, body PostOrgsIDMembersJSONRequestBody) (*PostOrgsIDMembersResponse, error)

	// DeleteOrgsIDMembersID request
	DeleteOrgsIDMembersIDWithResponse(ctx context.Context, orgID string, userID string, params *DeleteOrgsIDMembersIDParams) (*DeleteOrgsIDMembersIDResponse, error)

	// GetOrgsIDOwners request
	GetOrgsIDOwnersWithResponse(ctx context.Context, orgID string, params *GetOrgsIDOwnersParams) (*GetOrgsIDOwnersResponse, error)

	// PostOrgsIDOwners request  with any body
	PostOrgsIDOwnersWithBodyWithResponse(ctx context.Context, orgID string, params *PostOrgsIDOwnersParams, contentType string, body io.Reader) (*PostOrgsIDOwnersResponse, error)

	PostOrgsIDOwnersWithResponse(ctx context.Context, orgID string, params *PostOrgsIDOwnersParams, body PostOrgsIDOwnersJSONRequestBody) (*PostOrgsIDOwnersResponse, error)

	// DeleteOrgsIDOwnersID request
	DeleteOrgsIDOwnersIDWithResponse(ctx context.Context, orgID string, userID string, params *DeleteOrgsIDOwnersIDParams) (*DeleteOrgsIDOwnersIDResponse, error)

	// GetOrgsIDSecrets request
	GetOrgsIDSecretsWithResponse(ctx context.Context, orgID string, params *GetOrgsIDSecretsParams) (*GetOrgsIDSecretsResponse, error)

	// PatchOrgsIDSecrets request  with any body
	PatchOrgsIDSecretsWithBodyWithResponse(ctx context.Context, orgID string, params *PatchOrgsIDSecretsParams, contentType string, body io.Reader) (*PatchOrgsIDSecretsResponse, error)

	PatchOrgsIDSecretsWithResponse(ctx context.Context, orgID string, params *PatchOrgsIDSecretsParams, body PatchOrgsIDSecretsJSONRequestBody) (*PatchOrgsIDSecretsResponse, error)

	// PostOrgsIDSecrets request  with any body
	PostOrgsIDSecretsWithBodyWithResponse(ctx context.Context, orgID string, params *PostOrgsIDSecretsParams, contentType string, body io.Reader) (*PostOrgsIDSecretsResponse, error)

	PostOrgsIDSecretsWithResponse(ctx context.Context, orgID string, params *PostOrgsIDSecretsParams, body PostOrgsIDSecretsJSONRequestBody) (*PostOrgsIDSecretsResponse, error)

	// DeleteOrgsIDSecretsID request
	DeleteOrgsIDSecretsIDWithResponse(ctx context.Context, orgID string, secretID string, params *DeleteOrgsIDSecretsIDParams) (*DeleteOrgsIDSecretsIDResponse, error)

	// GetPing request
	GetPingWithResponse(ctx context.Context) (*GetPingResponse, error)

	// HeadPing request
	HeadPingWithResponse(ctx context.Context) (*HeadPingResponse, error)

	// PostQuery request  with any body
	PostQueryWithBodyWithResponse(ctx context.Context, params *PostQueryParams, contentType string, body io.Reader) (*PostQueryResponse, error)

	PostQueryWithResponse(ctx context.Context, params *PostQueryParams, body PostQueryJSONRequestBody) (*PostQueryResponse, error)

	// PostQueryAnalyze request  with any body
	PostQueryAnalyzeWithBodyWithResponse(ctx context.Context, params *PostQueryAnalyzeParams, contentType string, body io.Reader) (*PostQueryAnalyzeResponse, error)

	PostQueryAnalyzeWithResponse(ctx context.Context, params *PostQueryAnalyzeParams, body PostQueryAnalyzeJSONRequestBody) (*PostQueryAnalyzeResponse, error)

	// PostQueryAst request  with any body
	PostQueryAstWithBodyWithResponse(ctx context.Context, params *PostQueryAstParams, contentType string, body io.Reader) (*PostQueryAstResponse, error)

	PostQueryAstWithResponse(ctx context.Context, params *PostQueryAstParams, body PostQueryAstJSONRequestBody) (*PostQueryAstResponse, error)

	// GetQuerySuggestions request
	GetQuerySuggestionsWithResponse(ctx context.Context, params *GetQuerySuggestionsParams) (*GetQuerySuggestionsResponse, error)

	// GetQuerySuggestionsName request
	GetQuerySuggestionsNameWithResponse(ctx context.Context, name string, params *GetQuerySuggestionsNameParams) (*GetQuerySuggestionsNameResponse, error)

	// GetReady request
	GetReadyWithResponse(ctx context.Context, params *GetReadyParams) (*GetReadyResponse, error)

	// GetRemoteConnections request
	GetRemoteConnectionsWithResponse(ctx context.Context, params *GetRemoteConnectionsParams) (*GetRemoteConnectionsResponse, error)

	// PostRemoteConnection request  with any body
	PostRemoteConnectionWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader) (*PostRemoteConnectionResponse, error)

	PostRemoteConnectionWithResponse(ctx context.Context, body PostRemoteConnectionJSONRequestBody) (*PostRemoteConnectionResponse, error)

	// DeleteRemoteConnectionByID request
	DeleteRemoteConnectionByIDWithResponse(ctx context.Context, remoteID string, params *DeleteRemoteConnectionByIDParams) (*DeleteRemoteConnectionByIDResponse, error)

	// GetRemoteConnectionByID request
	GetRemoteConnectionByIDWithResponse(ctx context.Context, remoteID string, params *GetRemoteConnectionByIDParams) (*GetRemoteConnectionByIDResponse, error)

	// PatchRemoteConnectionByID request  with any body
	PatchRemoteConnectionByIDWithBodyWithResponse(ctx context.Context, remoteID string, params *PatchRemoteConnectionByIDParams, contentType string, body io.Reader) (*PatchRemoteConnectionByIDResponse, error)

	PatchRemoteConnectionByIDWithResponse(ctx context.Context, remoteID string, params *PatchRemoteConnectionByIDParams, body PatchRemoteConnectionByIDJSONRequestBody) (*PatchRemoteConnectionByIDResponse, error)

	// GetReplications request
	GetReplicationsWithResponse(ctx context.Context, params *GetReplicationsParams) (*GetReplicationsResponse, error)

	// PostReplication request  with any body
	PostReplicationWithBodyWithResponse(ctx context.Context, params *PostReplicationParams, contentType string, body io.Reader) (*PostReplicationResponse, error)

	PostReplicationWithResponse(ctx context.Context, params *PostReplicationParams, body PostReplicationJSONRequestBody) (*PostReplicationResponse, error)

	// DeleteReplicationByID request
	DeleteReplicationByIDWithResponse(ctx context.Context, replicationID string, params *DeleteReplicationByIDParams) (*DeleteReplicationByIDResponse, error)

	// GetReplicationByID request
	GetReplicationByIDWithResponse(ctx context.Context, replicationID string, params *GetReplicationByIDParams) (*GetReplicationByIDResponse, error)

	// PatchReplicationByID request  with any body
	PatchReplicationByIDWithBodyWithResponse(ctx context.Context, replicationID string, params *PatchReplicationByIDParams, contentType string, body io.Reader) (*PatchReplicationByIDResponse, error)

	PatchReplicationByIDWithResponse(ctx context.Context, replicationID string, params *PatchReplicationByIDParams, body PatchReplicationByIDJSONRequestBody) (*PatchReplicationByIDResponse, error)

	// PostValidateReplicationByID request
	PostValidateReplicationByIDWithResponse(ctx context.Context, replicationID string, params *PostValidateReplicationByIDParams) (*PostValidateReplicationByIDResponse, error)

	// GetResources request
	GetResourcesWithResponse(ctx context.Context, params *GetResourcesParams) (*GetResourcesResponse, error)

	// PostRestoreBucketID request  with any body
	PostRestoreBucketIDWithBodyWithResponse(ctx context.Context, bucketID string, params *PostRestoreBucketIDParams, contentType string, body io.Reader) (*PostRestoreBucketIDResponse, error)

	// PostRestoreBucketMetadata request  with any body
	PostRestoreBucketMetadataWithBodyWithResponse(ctx context.Context, params *PostRestoreBucketMetadataParams, contentType string, body io.Reader) (*PostRestoreBucketMetadataResponse, error)

	PostRestoreBucketMetadataWithResponse(ctx context.Context, params *PostRestoreBucketMetadataParams, body PostRestoreBucketMetadataJSONRequestBody) (*PostRestoreBucketMetadataResponse, error)

	// PostRestoreKV request  with any body
	PostRestoreKVWithBodyWithResponse(ctx context.Context, params *PostRestoreKVParams, contentType string, body io.Reader) (*PostRestoreKVResponse, error)

	// PostRestoreShardId request  with any body
	PostRestoreShardIdWithBodyWithResponse(ctx context.Context, shardID string, params *PostRestoreShardIdParams, contentType string, body io.Reader) (*PostRestoreShardIdResponse, error)

	// PostRestoreSQL request  with any body
	PostRestoreSQLWithBodyWithResponse(ctx context.Context, params *PostRestoreSQLParams, contentType string, body io.Reader) (*PostRestoreSQLResponse, error)

	// GetScrapers request
	GetScrapersWithResponse(ctx context.Context, params *GetScrapersParams) (*GetScrapersResponse, error)

	// PostScrapers request  with any body
	PostScrapersWithBodyWithResponse(ctx context.Context, params *PostScrapersParams, contentType string, body io.Reader) (*PostScrapersResponse, error)

	PostScrapersWithResponse(ctx context.Context, params *PostScrapersParams, body PostScrapersJSONRequestBody) (*PostScrapersResponse, error)

	// DeleteScrapersID request
	DeleteScrapersIDWithResponse(ctx context.Context, scraperTargetID string, params *DeleteScrapersIDParams) (*DeleteScrapersIDResponse, error)

	// GetScrapersID request
	GetScrapersIDWithResponse(ctx context.Context, scraperTargetID string, params *GetScrapersIDParams) (*GetScrapersIDResponse, error)

	// PatchScrapersID request  with any body
	PatchScrapersIDWithBodyWithResponse(ctx context.Context, scraperTargetID string, params *PatchScrapersIDParams, contentType string, body io.Reader) (*PatchScrapersIDResponse, error)

	PatchScrapersIDWithResponse(ctx context.Context, scraperTargetID string, params *PatchScrapersIDParams, body PatchScrapersIDJSONRequestBody) (*PatchScrapersIDResponse, error)

	// GetScrapersIDLabels request
	GetScrapersIDLabelsWithResponse(ctx context.Context, scraperTargetID string, params *GetScrapersIDLabelsParams) (*GetScrapersIDLabelsResponse, error)

	// PostScrapersIDLabels request  with any body
	PostScrapersIDLabelsWithBodyWithResponse(ctx context.Context, scraperTargetID string, params *PostScrapersIDLabelsParams, contentType string, body io.Reader) (*PostScrapersIDLabelsResponse, error)

	PostScrapersIDLabelsWithResponse(ctx context.Context, scraperTargetID string, params *PostScrapersIDLabelsParams, body PostScrapersIDLabelsJSONRequestBody) (*PostScrapersIDLabelsResponse, error)

	// DeleteScrapersIDLabelsID request
	DeleteScrapersIDLabelsIDWithResponse(ctx context.Context, scraperTargetID string, labelID string, params *DeleteScrapersIDLabelsIDParams) (*DeleteScrapersIDLabelsIDResponse, error)

	// GetScrapersIDMembers request
	GetScrapersIDMembersWithResponse(ctx context.Context, scraperTargetID string, params *GetScrapersIDMembersParams) (*GetScrapersIDMembersResponse, error)

	// PostScrapersIDMembers request  with any body
	PostScrapersIDMembersWithBodyWithResponse(ctx context.Context, scraperTargetID string, params *PostScrapersIDMembersParams, contentType string, body io.Reader) (*PostScrapersIDMembersResponse, error)

	PostScrapersIDMembersWithResponse(ctx context.Context, scraperTargetID string, params *PostScrapersIDMembersParams, body PostScrapersIDMembersJSONRequestBody) (*PostScrapersIDMembersResponse, error)

	// DeleteScrapersIDMembersID request
	DeleteScrapersIDMembersIDWithResponse(ctx context.Context, scraperTargetID string, userID string, params *DeleteScrapersIDMembersIDParams) (*DeleteScrapersIDMembersIDResponse, error)

	// GetScrapersIDOwners request
	GetScrapersIDOwnersWithResponse(ctx context.Context, scraperTargetID string, params *GetScrapersIDOwnersParams) (*GetScrapersIDOwnersResponse, error)

	// PostScrapersIDOwners request  with any body
	PostScrapersIDOwnersWithBodyWithResponse(ctx context.Context, scraperTargetID string, params *PostScrapersIDOwnersParams, contentType string, body io.Reader) (*PostScrapersIDOwnersResponse, error)

	PostScrapersIDOwnersWithResponse(ctx context.Context, scraperTargetID string, params *PostScrapersIDOwnersParams, body PostScrapersIDOwnersJSONRequestBody) (*PostScrapersIDOwnersResponse, error)

	// DeleteScrapersIDOwnersID request
	DeleteScrapersIDOwnersIDWithResponse(ctx context.Context, scraperTargetID string, userID string, params *DeleteScrapersIDOwnersIDParams) (*DeleteScrapersIDOwnersIDResponse, error)

	// GetSetup request
	GetSetupWithResponse(ctx context.Context, params *GetSetupParams) (*GetSetupResponse, error)

	// PostSetup request  with any body
	PostSetupWithBodyWithResponse(ctx context.Context, params *PostSetupParams, contentType string, body io.Reader) (*PostSetupResponse, error)

	PostSetupWithResponse(ctx context.Context, params *PostSetupParams, body PostSetupJSONRequestBody) (*PostSetupResponse, error)

	// PostSignin request
	PostSigninWithResponse(ctx context.Context, params *PostSigninParams) (*PostSigninResponse, error)

	// PostSignout request
	PostSignoutWithResponse(ctx context.Context, params *PostSignoutParams) (*PostSignoutResponse, error)

	// GetSources request
	GetSourcesWithResponse(ctx context.Context, params *GetSourcesParams) (*GetSourcesResponse, error)

	// PostSources request  with any body
	PostSourcesWithBodyWithResponse(ctx context.Context, params *PostSourcesParams, contentType string, body io.Reader) (*PostSourcesResponse, error)

	PostSourcesWithResponse(ctx context.Context, params *PostSourcesParams, body PostSourcesJSONRequestBody) (*PostSourcesResponse, error)

	// DeleteSourcesID request
	DeleteSourcesIDWithResponse(ctx context.Context, sourceID string, params *DeleteSourcesIDParams) (*DeleteSourcesIDResponse, error)

	// GetSourcesID request
	GetSourcesIDWithResponse(ctx context.Context, sourceID string, params *GetSourcesIDParams) (*GetSourcesIDResponse, error)

	// PatchSourcesID request  with any body
	PatchSourcesIDWithBodyWithResponse(ctx context.Context, sourceID string, params *PatchSourcesIDParams, contentType string, body io.Reader) (*PatchSourcesIDResponse, error)

	PatchSourcesIDWithResponse(ctx context.Context, sourceID string, params *PatchSourcesIDParams, body PatchSourcesIDJSONRequestBody) (*PatchSourcesIDResponse, error)

	// GetSourcesIDBuckets request
	GetSourcesIDBucketsWithResponse(ctx context.Context, sourceID string, params *GetSourcesIDBucketsParams) (*GetSourcesIDBucketsResponse, error)

	// GetSourcesIDHealth request
	GetSourcesIDHealthWithResponse(ctx context.Context, sourceID string, params *GetSourcesIDHealthParams) (*GetSourcesIDHealthResponse, error)

	// ListStacks request
	ListStacksWithResponse(ctx context.Context, params *ListStacksParams) (*ListStacksResponse, error)

	// CreateStack request  with any body
	CreateStackWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader) (*CreateStackResponse, error)

	CreateStackWithResponse(ctx context.Context, body CreateStackJSONRequestBody) (*CreateStackResponse, error)

	// DeleteStack request
	DeleteStackWithResponse(ctx context.Context, stackId string, params *DeleteStackParams) (*DeleteStackResponse, error)

	// ReadStack request
	ReadStackWithResponse(ctx context.Context, stackId string) (*ReadStackResponse, error)

	// UpdateStack request  with any body
	UpdateStackWithBodyWithResponse(ctx context.Context, stackId string, contentType string, body io.Reader) (*UpdateStackResponse, error)

	UpdateStackWithResponse(ctx context.Context, stackId string, body UpdateStackJSONRequestBody) (*UpdateStackResponse, error)

	// UninstallStack request
	UninstallStackWithResponse(ctx context.Context, stackId string) (*UninstallStackResponse, error)

	// GetTasks request
	GetTasksWithResponse(ctx context.Context, params *GetTasksParams) (*GetTasksResponse, error)

	// PostTasks request  with any body
	PostTasksWithBodyWithResponse(ctx context.Context, params *PostTasksParams, contentType string, body io.Reader) (*PostTasksResponse, error)

	PostTasksWithResponse(ctx context.Context, params *PostTasksParams, body PostTasksJSONRequestBody) (*PostTasksResponse, error)

	// DeleteTasksID request
	DeleteTasksIDWithResponse(ctx context.Context, taskID string, params *DeleteTasksIDParams) (*DeleteTasksIDResponse, error)

	// GetTasksID request
	GetTasksIDWithResponse(ctx context.Context, taskID string, params *GetTasksIDParams) (*GetTasksIDResponse, error)

	// PatchTasksID request  with any body
	PatchTasksIDWithBodyWithResponse(ctx context.Context, taskID string, params *PatchTasksIDParams, contentType string, body io.Reader) (*PatchTasksIDResponse, error)

	PatchTasksIDWithResponse(ctx context.Context, taskID string, params *PatchTasksIDParams, body PatchTasksIDJSONRequestBody) (*PatchTasksIDResponse, error)

	// GetTasksIDLabels request
	GetTasksIDLabelsWithResponse(ctx context.Context, taskID string, params *GetTasksIDLabelsParams) (*GetTasksIDLabelsResponse, error)

	// PostTasksIDLabels request  with any body
	PostTasksIDLabelsWithBodyWithResponse(ctx context.Context, taskID string, params *PostTasksIDLabelsParams, contentType string, body io.Reader) (*PostTasksIDLabelsResponse, error)

	PostTasksIDLabelsWithResponse(ctx context.Context, taskID string, params *PostTasksIDLabelsParams, body PostTasksIDLabelsJSONRequestBody) (*PostTasksIDLabelsResponse, error)

	// DeleteTasksIDLabelsID request
	DeleteTasksIDLabelsIDWithResponse(ctx context.Context, taskID string, labelID string, params *DeleteTasksIDLabelsIDParams) (*DeleteTasksIDLabelsIDResponse, error)

	// GetTasksIDLogs request
	GetTasksIDLogsWithResponse(ctx context.Context, taskID string, params *GetTasksIDLogsParams) (*GetTasksIDLogsResponse, error)

	// GetTasksIDMembers request
	GetTasksIDMembersWithResponse(ctx context.Context, taskID string, params *GetTasksIDMembersParams) (*GetTasksIDMembersResponse, error)

	// PostTasksIDMembers request  with any body
	PostTasksIDMembersWithBodyWithResponse(ctx context.Context, taskID string, params *PostTasksIDMembersParams, contentType string, body io.Reader) (*PostTasksIDMembersResponse, error)

	PostTasksIDMembersWithResponse(ctx context.Context, taskID string, params *PostTasksIDMembersParams, body PostTasksIDMembersJSONRequestBody) (*PostTasksIDMembersResponse, error)

	// DeleteTasksIDMembersID request
	DeleteTasksIDMembersIDWithResponse(ctx context.Context, taskID string, userID string, params *DeleteTasksIDMembersIDParams) (*DeleteTasksIDMembersIDResponse, error)

	// GetTasksIDOwners request
	GetTasksIDOwnersWithResponse(ctx context.Context, taskID string, params *GetTasksIDOwnersParams) (*GetTasksIDOwnersResponse, error)

	// PostTasksIDOwners request  with any body
	PostTasksIDOwnersWithBodyWithResponse(ctx context.Context, taskID string, params *PostTasksIDOwnersParams, contentType string, body io.Reader) (*PostTasksIDOwnersResponse, error)

	PostTasksIDOwnersWithResponse(ctx context.Context, taskID string, params *PostTasksIDOwnersParams, body PostTasksIDOwnersJSONRequestBody) (*PostTasksIDOwnersResponse, error)

	// DeleteTasksIDOwnersID request
	DeleteTasksIDOwnersIDWithResponse(ctx context.Context, taskID string, userID string, params *DeleteTasksIDOwnersIDParams) (*DeleteTasksIDOwnersIDResponse, error)

	// GetTasksIDRuns request
	GetTasksIDRunsWithResponse(ctx context.Context, taskID string, params *GetTasksIDRunsParams) (*GetTasksIDRunsResponse, error)

	// PostTasksIDRuns request  with any body
	PostTasksIDRunsWithBodyWithResponse(ctx context.Context, taskID string, params *PostTasksIDRunsParams, contentType string, body io.Reader) (*PostTasksIDRunsResponse, error)

	PostTasksIDRunsWithResponse(ctx context.Context, taskID string, params *PostTasksIDRunsParams, body PostTasksIDRunsJSONRequestBody) (*PostTasksIDRunsResponse, error)

	// DeleteTasksIDRunsID request
	DeleteTasksIDRunsIDWithResponse(ctx context.Context, taskID string, runID string, params *DeleteTasksIDRunsIDParams) (*DeleteTasksIDRunsIDResponse, error)

	// GetTasksIDRunsID request
	GetTasksIDRunsIDWithResponse(ctx context.Context, taskID string, runID string, params *GetTasksIDRunsIDParams) (*GetTasksIDRunsIDResponse, error)

	// GetTasksIDRunsIDLogs request
	GetTasksIDRunsIDLogsWithResponse(ctx context.Context, taskID string, runID string, params *GetTasksIDRunsIDLogsParams) (*GetTasksIDRunsIDLogsResponse, error)

	// PostTasksIDRunsIDRetry request  with any body
	PostTasksIDRunsIDRetryWithBodyWithResponse(ctx context.Context, taskID string, runID string, params *PostTasksIDRunsIDRetryParams, contentType string, body io.Reader) (*PostTasksIDRunsIDRetryResponse, error)

	// GetTelegrafPlugins request
	GetTelegrafPluginsWithResponse(ctx context.Context, params *GetTelegrafPluginsParams) (*GetTelegrafPluginsResponse, error)

	// GetTelegrafs request
	GetTelegrafsWithResponse(ctx context.Context, params *GetTelegrafsParams) (*GetTelegrafsResponse, error)

	// PostTelegrafs request  with any body
	PostTelegrafsWithBodyWithResponse(ctx context.Context, params *PostTelegrafsParams, contentType string, body io.Reader) (*PostTelegrafsResponse, error)

	PostTelegrafsWithResponse(ctx context.Context, params *PostTelegrafsParams, body PostTelegrafsJSONRequestBody) (*PostTelegrafsResponse, error)

	// DeleteTelegrafsID request
	DeleteTelegrafsIDWithResponse(ctx context.Context, telegrafID string, params *DeleteTelegrafsIDParams) (*DeleteTelegrafsIDResponse, error)

	// GetTelegrafsID request
	GetTelegrafsIDWithResponse(ctx context.Context, telegrafID string, params *GetTelegrafsIDParams) (*GetTelegrafsIDResponse, error)

	// PutTelegrafsID request  with any body
	PutTelegrafsIDWithBodyWithResponse(ctx context.Context, telegrafID string, params *PutTelegrafsIDParams, contentType string, body io.Reader) (*PutTelegrafsIDResponse, error)

	PutTelegrafsIDWithResponse(ctx context.Context, telegrafID string, params *PutTelegrafsIDParams, body PutTelegrafsIDJSONRequestBody) (*PutTelegrafsIDResponse, error)

	// GetTelegrafsIDLabels request
	GetTelegrafsIDLabelsWithResponse(ctx context.Context, telegrafID string, params *GetTelegrafsIDLabelsParams) (*GetTelegrafsIDLabelsResponse, error)

	// PostTelegrafsIDLabels request  with any body
	PostTelegrafsIDLabelsWithBodyWithResponse(ctx context.Context, telegrafID string, params *PostTelegrafsIDLabelsParams, contentType string, body io.Reader) (*PostTelegrafsIDLabelsResponse, error)

	PostTelegrafsIDLabelsWithResponse(ctx context.Context, telegrafID string, params *PostTelegrafsIDLabelsParams, body PostTelegrafsIDLabelsJSONRequestBody) (*PostTelegrafsIDLabelsResponse, error)

	// DeleteTelegrafsIDLabelsID request
	DeleteTelegrafsIDLabelsIDWithResponse(ctx context.Context, telegrafID string, labelID string, params *DeleteTelegrafsIDLabelsIDParams) (*DeleteTelegrafsIDLabelsIDResponse, error)

	// GetTelegrafsIDMembers request
	GetTelegrafsIDMembersWithResponse(ctx context.Context, telegrafID string, params *GetTelegrafsIDMembersParams) (*GetTelegrafsIDMembersResponse, error)

	// PostTelegrafsIDMembers request  with any body
	PostTelegrafsIDMembersWithBodyWithResponse(ctx context.Context, telegrafID string, params *PostTelegrafsIDMembersParams, contentType string, body io.Reader) (*PostTelegrafsIDMembersResponse, error)

	PostTelegrafsIDMembersWithResponse(ctx context.Context, telegrafID string, params *PostTelegrafsIDMembersParams, body PostTelegrafsIDMembersJSONRequestBody) (*PostTelegrafsIDMembersResponse, error)

	// DeleteTelegrafsIDMembersID request
	DeleteTelegrafsIDMembersIDWithResponse(ctx context.Context, telegrafID string, userID string, params *DeleteTelegrafsIDMembersIDParams) (*DeleteTelegrafsIDMembersIDResponse, error)

	// GetTelegrafsIDOwners request
	GetTelegrafsIDOwnersWithResponse(ctx context.Context, telegrafID string, params *GetTelegrafsIDOwnersParams) (*GetTelegrafsIDOwnersResponse, error)

	// PostTelegrafsIDOwners request  with any body
	PostTelegrafsIDOwnersWithBodyWithResponse(ctx context.Context, telegrafID string, params *PostTelegrafsIDOwnersParams, contentType string, body io.Reader) (*PostTelegrafsIDOwnersResponse, error)

	PostTelegrafsIDOwnersWithResponse(ctx context.Context, telegrafID string, params *PostTelegrafsIDOwnersParams, body PostTelegrafsIDOwnersJSONRequestBody) (*PostTelegrafsIDOwnersResponse, error)

	// DeleteTelegrafsIDOwnersID request
	DeleteTelegrafsIDOwnersIDWithResponse(ctx context.Context, telegrafID string, userID string, params *DeleteTelegrafsIDOwnersIDParams) (*DeleteTelegrafsIDOwnersIDResponse, error)

	// ApplyTemplate request  with any body
	ApplyTemplateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader) (*ApplyTemplateResponse, error)

	ApplyTemplateWithResponse(ctx context.Context, body ApplyTemplateJSONRequestBody) (*ApplyTemplateResponse, error)

	// ExportTemplate request  with any body
	ExportTemplateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader) (*ExportTemplateResponse, error)

	ExportTemplateWithResponse(ctx context.Context, body ExportTemplateJSONRequestBody) (*ExportTemplateResponse, error)

	// GetUsers request
	GetUsersWithResponse(ctx context.Context, params *GetUsersParams) (*GetUsersResponse, error)

	// PostUsers request  with any body
	PostUsersWithBodyWithResponse(ctx context.Context, params *PostUsersParams, contentType string, body io.Reader) (*PostUsersResponse, error)

	PostUsersWithResponse(ctx context.Context, params *PostUsersParams, body PostUsersJSONRequestBody) (*PostUsersResponse, error)

	// DeleteUsersID request
	DeleteUsersIDWithResponse(ctx context.Context, userID string, params *DeleteUsersIDParams) (*DeleteUsersIDResponse, error)

	// GetUsersID request
	GetUsersIDWithResponse(ctx context.Context, userID string, params *GetUsersIDParams) (*GetUsersIDResponse, error)

	// PatchUsersID request  with any body
	PatchUsersIDWithBodyWithResponse(ctx context.Context, userID string, params *PatchUsersIDParams, contentType string, body io.Reader) (*PatchUsersIDResponse, error)

	PatchUsersIDWithResponse(ctx context.Context, userID string, params *PatchUsersIDParams, body PatchUsersIDJSONRequestBody) (*PatchUsersIDResponse, error)

	// PostUsersIDPassword request  with any body
	PostUsersIDPasswordWithBodyWithResponse(ctx context.Context, userID string, params *PostUsersIDPasswordParams, contentType string, body io.Reader) (*PostUsersIDPasswordResponse, error)

	PostUsersIDPasswordWithResponse(ctx context.Context, userID string, params *PostUsersIDPasswordParams, body PostUsersIDPasswordJSONRequestBody) (*PostUsersIDPasswordResponse, error)

	// GetVariables request
	GetVariablesWithResponse(ctx context.Context, params *GetVariablesParams) (*GetVariablesResponse, error)

	// PostVariables request  with any body
	PostVariablesWithBodyWithResponse(ctx context.Context, params *PostVariablesParams, contentType string, body io.Reader) (*PostVariablesResponse, error)

	PostVariablesWithResponse(ctx context.Context, params *PostVariablesParams, body PostVariablesJSONRequestBody) (*PostVariablesResponse, error)

	// DeleteVariablesID request
	DeleteVariablesIDWithResponse(ctx context.Context, variableID string, params *DeleteVariablesIDParams) (*DeleteVariablesIDResponse, error)

	// GetVariablesID request
	GetVariablesIDWithResponse(ctx context.Context, variableID string, params *GetVariablesIDParams) (*GetVariablesIDResponse, error)

	// PatchVariablesID request  with any body
	PatchVariablesIDWithBodyWithResponse(ctx context.Context, variableID string, params *PatchVariablesIDParams, contentType string, body io.Reader) (*PatchVariablesIDResponse, error)

	PatchVariablesIDWithResponse(ctx context.Context, variableID string, params *PatchVariablesIDParams, body PatchVariablesIDJSONRequestBody) (*PatchVariablesIDResponse, error)

	// PutVariablesID request  with any body
	PutVariablesIDWithBodyWithResponse(ctx context.Context, variableID string, params *PutVariablesIDParams, contentType string, body io.Reader) (*PutVariablesIDResponse, error)

	PutVariablesIDWithResponse(ctx context.Context, variableID string, params *PutVariablesIDParams, body PutVariablesIDJSONRequestBody) (*PutVariablesIDResponse, error)

	// GetVariablesIDLabels request
	GetVariablesIDLabelsWithResponse(ctx context.Context, variableID string, params *GetVariablesIDLabelsParams) (*GetVariablesIDLabelsResponse, error)

	// PostVariablesIDLabels request  with any body
	PostVariablesIDLabelsWithBodyWithResponse(ctx context.Context, variableID string, params *PostVariablesIDLabelsParams, contentType string, body io.Reader) (*PostVariablesIDLabelsResponse, error)

	PostVariablesIDLabelsWithResponse(ctx context.Context, variableID string, params *PostVariablesIDLabelsParams, body PostVariablesIDLabelsJSONRequestBody) (*PostVariablesIDLabelsResponse, error)

	// DeleteVariablesIDLabelsID request
	DeleteVariablesIDLabelsIDWithResponse(ctx context.Context, variableID string, labelID string, params *DeleteVariablesIDLabelsIDParams) (*DeleteVariablesIDLabelsIDResponse, error)

	// PostWrite request  with any body
	PostWriteWithBodyWithResponse(ctx context.Context, params *PostWriteParams, contentType string, body io.Reader) (*PostWriteResponse, error)
}

ClientWithResponsesInterface is the interface specification for the client with responses above.

type ColorMapping added in v2.8.0

type ColorMapping struct {
	AdditionalProperties map[string]string `json:"-"`
}

A color mapping is an object that maps time series data to a UI color scheme to allow the UI to render graphs consistent colors across reloads.

func (ColorMapping) Get added in v2.8.0

func (a ColorMapping) Get(fieldName string) (value string, found bool)

Getter for additional properties for ColorMapping. Returns the specified element and whether it was found

func (ColorMapping) MarshalJSON added in v2.8.0

func (a ColorMapping) MarshalJSON() ([]byte, error)

Override default JSON handling for ColorMapping to handle AdditionalProperties

func (*ColorMapping) Set added in v2.8.0

func (a *ColorMapping) Set(fieldName string, value string)

Setter for additional properties for ColorMapping

func (*ColorMapping) UnmarshalJSON added in v2.8.0

func (a *ColorMapping) UnmarshalJSON(b []byte) error

Override default JSON handling for ColorMapping to handle AdditionalProperties

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"`
}

Selects one of two expressions, `Alternate` or `Consequent`, depending on a third boolean expression, `Test`

type Config added in v2.8.0

type Config struct {
	Config *map[string]interface{} `json:"config,omitempty"`
}

Config defines model for Config.

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

CreateCheckJSONRequestBody defines body for CreateCheck for application/json ContentType.

type CreateCheckResponse added in v2.2.0

type CreateCheckResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *Check
	JSONDefault  *Error
}

func ParseCreateCheckResponse

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

ParseCreateCheckResponse parses an HTTP response from a CreateCheckWithResponse call

func (CreateCheckResponse) Status added in v2.2.0

func (r CreateCheckResponse) Status() string

Status returns HTTPResponse.Status

func (CreateCheckResponse) StatusCode added in v2.2.0

func (r CreateCheckResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

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

CreateNotificationEndpointJSONRequestBody defines body for CreateNotificationEndpoint for application/json ContentType.

type CreateNotificationEndpointResponse added in v2.2.0

type CreateNotificationEndpointResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *NotificationEndpoint
	JSONDefault  *Error
}

func ParseCreateNotificationEndpointResponse

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

ParseCreateNotificationEndpointResponse parses an HTTP response from a CreateNotificationEndpointWithResponse call

func (CreateNotificationEndpointResponse) Status added in v2.2.0

Status returns HTTPResponse.Status

func (CreateNotificationEndpointResponse) StatusCode added in v2.2.0

func (r CreateNotificationEndpointResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type CreateNotificationRuleJSONBody

type CreateNotificationRuleJSONBody PostNotificationRule

CreateNotificationRuleJSONBody defines parameters for CreateNotificationRule.

type CreateNotificationRuleJSONRequestBody

type CreateNotificationRuleJSONRequestBody CreateNotificationRuleJSONBody

CreateNotificationRuleJSONRequestBody defines body for CreateNotificationRule for application/json ContentType.

type CreateNotificationRuleResponse added in v2.2.0

type CreateNotificationRuleResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *NotificationRule
	JSONDefault  *Error
}

func ParseCreateNotificationRuleResponse

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

ParseCreateNotificationRuleResponse parses an HTTP response from a CreateNotificationRuleWithResponse call

func (CreateNotificationRuleResponse) Status added in v2.2.0

Status returns HTTPResponse.Status

func (CreateNotificationRuleResponse) StatusCode added in v2.2.0

func (r CreateNotificationRuleResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

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

CreateStackJSONRequestBody defines body for CreateStack for application/json ContentType.

type CreateStackResponse added in v2.2.0

type CreateStackResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *Stack
	JSONDefault  *Error
}

func ParseCreateStackResponse

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

ParseCreateStackResponse parses an HTTP response from a CreateStackWithResponse call

func (CreateStackResponse) Status added in v2.2.0

func (r CreateStackResponse) Status() string

Status returns HTTPResponse.Status

func (CreateStackResponse) StatusCode added in v2.2.0

func (r CreateStackResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type CustomCheck

type CustomCheck struct {
	// Embedded struct due to allOf(#/components/schemas/CheckBase)
	CheckBase `yaml:",inline"`
	// 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 {
	// ID of the bucket used as the target for the translation.
	BucketID string `json:"bucketID"`

	// InfluxDB v1 database
	Database string `json:"database"`

	// Mapping represents the default retention policy for the database specified.
	Default bool `json:"default"`

	// ID of the DBRP mapping.
	Id    string `json:"id"`
	Links *Links `json:"links,omitempty"`

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

	// InfluxDB v1 retention policy
	RetentionPolicy string `json:"retention_policy"`
}

DBRP defines model for DBRP.

type DBRPCreate added in v2.5.0

type DBRPCreate struct {
	// ID of the bucket used as the target for the translation.
	BucketID string `json:"bucketID"`

	// InfluxDB v1 database
	Database string `json:"database"`

	// Mapping represents the default retention policy for the database specified.
	Default *bool `json:"default,omitempty"`

	// Name of the organization that owns this mapping.
	Org *string `json:"org,omitempty"`

	// ID of the organization that owns this mapping.
	OrgID *string `json:"orgID,omitempty"`

	// InfluxDB v1 retention policy
	RetentionPolicy string `json:"retention_policy"`
}

DBRPCreate defines model for DBRPCreate.

type DBRPGet added in v2.5.0

type DBRPGet struct {
	Content *DBRP `json:"content,omitempty"`
}

DBRPGet defines model for DBRPGet.

type DBRPUpdate

type DBRPUpdate struct {
	Default *bool `json:"default,omitempty"`

	// InfluxDB v1 retention policy
	RetentionPolicy *string `json:"retention_policy,omitempty"`
}

DBRPUpdate defines model for DBRPUpdate.

type DBRPs

type DBRPs struct {
	Content *[]DBRP `json:"content,omitempty"`
}

DBRPs defines model for DBRPs.

type Dashboard

type Dashboard struct {
	// Embedded struct due to allOf(#/components/schemas/CreateDashboardRequest)
	CreateDashboardRequest `yaml:",inline"`
	// 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"`
}

Defines an encoding of data value into color space.

type DashboardColorType

type DashboardColorType string

Type is how the color is used.

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 `yaml:",inline"`
	// 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 *time.Time `json:"value,omitempty"`
}

Represents an instant in time with nanosecond precision using the syntax of golang's RFC3339 Nanosecond variant

type DeadmanCheck

type DeadmanCheck struct {
	// Embedded struct due to allOf(#/components/schemas/CheckBase)
	CheckBase `yaml:",inline"`
	// Embedded fields due to inline allOf schema
	// 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"`
}

Indicates whether decimal places should be enforced, and how many digits it should show.

type DeleteAuthorizationsIDParams

type DeleteAuthorizationsIDParams struct {
	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteAuthorizationsIDParams defines parameters for DeleteAuthorizationsID.

type DeleteAuthorizationsIDResponse added in v2.2.0

type DeleteAuthorizationsIDResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSONDefault  *Error
}

func ParseDeleteAuthorizationsIDResponse

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

ParseDeleteAuthorizationsIDResponse parses an HTTP response from a DeleteAuthorizationsIDWithResponse call

func (DeleteAuthorizationsIDResponse) Status added in v2.2.0

Status returns HTTPResponse.Status

func (DeleteAuthorizationsIDResponse) StatusCode added in v2.2.0

func (r DeleteAuthorizationsIDResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteBucketsIDLabelsIDParams

type DeleteBucketsIDLabelsIDParams struct {
	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteBucketsIDLabelsIDParams defines parameters for DeleteBucketsIDLabelsID.

type DeleteBucketsIDLabelsIDResponse added in v2.2.0

type DeleteBucketsIDLabelsIDResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON404      *Error
	JSONDefault  *Error
}

func ParseDeleteBucketsIDLabelsIDResponse

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

ParseDeleteBucketsIDLabelsIDResponse parses an HTTP response from a DeleteBucketsIDLabelsIDWithResponse call

func (DeleteBucketsIDLabelsIDResponse) Status added in v2.2.0

Status returns HTTPResponse.Status

func (DeleteBucketsIDLabelsIDResponse) StatusCode added in v2.2.0

func (r DeleteBucketsIDLabelsIDResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteBucketsIDMembersIDParams

type DeleteBucketsIDMembersIDParams struct {
	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteBucketsIDMembersIDParams defines parameters for DeleteBucketsIDMembersID.

type DeleteBucketsIDMembersIDResponse added in v2.2.0

type DeleteBucketsIDMembersIDResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSONDefault  *Error
}

func ParseDeleteBucketsIDMembersIDResponse

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

ParseDeleteBucketsIDMembersIDResponse parses an HTTP response from a DeleteBucketsIDMembersIDWithResponse call

func (DeleteBucketsIDMembersIDResponse) Status added in v2.2.0

Status returns HTTPResponse.Status

func (DeleteBucketsIDMembersIDResponse) StatusCode added in v2.2.0

func (r DeleteBucketsIDMembersIDResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteBucketsIDOwnersIDParams

type DeleteBucketsIDOwnersIDParams struct {
	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteBucketsIDOwnersIDParams defines parameters for DeleteBucketsIDOwnersID.

type DeleteBucketsIDOwnersIDResponse added in v2.2.0

type DeleteBucketsIDOwnersIDResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSONDefault  *Error
}

func ParseDeleteBucketsIDOwnersIDResponse

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

ParseDeleteBucketsIDOwnersIDResponse parses an HTTP response from a DeleteBucketsIDOwnersIDWithResponse call

func (DeleteBucketsIDOwnersIDResponse) Status added in v2.2.0

Status returns HTTPResponse.Status

func (DeleteBucketsIDOwnersIDResponse) StatusCode added in v2.2.0

func (r DeleteBucketsIDOwnersIDResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteBucketsIDParams

type DeleteBucketsIDParams struct {
	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteBucketsIDParams defines parameters for DeleteBucketsID.

type DeleteBucketsIDResponse added in v2.2.0

type DeleteBucketsIDResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON404      *Error
	JSONDefault  *Error
}

func ParseDeleteBucketsIDResponse

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

ParseDeleteBucketsIDResponse parses an HTTP response from a DeleteBucketsIDWithResponse call

func (DeleteBucketsIDResponse) Status added in v2.2.0

func (r DeleteBucketsIDResponse) Status() string

Status returns HTTPResponse.Status

func (DeleteBucketsIDResponse) StatusCode added in v2.2.0

func (r DeleteBucketsIDResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteChecksIDLabelsIDParams

type DeleteChecksIDLabelsIDParams struct {
	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteChecksIDLabelsIDParams defines parameters for DeleteChecksIDLabelsID.

type DeleteChecksIDLabelsIDResponse added in v2.2.0

type DeleteChecksIDLabelsIDResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON404      *Error
	JSONDefault  *Error
}

func ParseDeleteChecksIDLabelsIDResponse

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

ParseDeleteChecksIDLabelsIDResponse parses an HTTP response from a DeleteChecksIDLabelsIDWithResponse call

func (DeleteChecksIDLabelsIDResponse) Status added in v2.2.0

Status returns HTTPResponse.Status

func (DeleteChecksIDLabelsIDResponse) StatusCode added in v2.2.0

func (r DeleteChecksIDLabelsIDResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteChecksIDParams

type DeleteChecksIDParams struct {
	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteChecksIDParams defines parameters for DeleteChecksID.

type DeleteChecksIDResponse added in v2.2.0

type DeleteChecksIDResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON404      *Error
	JSONDefault  *Error
}

func ParseDeleteChecksIDResponse

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

ParseDeleteChecksIDResponse parses an HTTP response from a DeleteChecksIDWithResponse call

func (DeleteChecksIDResponse) Status added in v2.2.0

func (r DeleteChecksIDResponse) Status() string

Status returns HTTPResponse.Status

func (DeleteChecksIDResponse) StatusCode added in v2.2.0

func (r DeleteChecksIDResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteDBRPIDParams

type DeleteDBRPIDParams struct {
	// Specifies the organization ID of the mapping
	OrgID *string `json:"orgID,omitempty"`

	// Specifies the organization name of the mapping
	Org *string `json:"org,omitempty"`

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteDBRPIDParams defines parameters for DeleteDBRPID.

type DeleteDBRPIDResponse added in v2.2.0

type DeleteDBRPIDResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *Error
	JSONDefault  *Error
}

func ParseDeleteDBRPIDResponse

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

ParseDeleteDBRPIDResponse parses an HTTP response from a DeleteDBRPIDWithResponse call

func (DeleteDBRPIDResponse) Status added in v2.2.0

func (r DeleteDBRPIDResponse) Status() string

Status returns HTTPResponse.Status

func (DeleteDBRPIDResponse) StatusCode added in v2.2.0

func (r DeleteDBRPIDResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteDashboardsIDCellsIDParams

type DeleteDashboardsIDCellsIDParams struct {
	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteDashboardsIDCellsIDParams defines parameters for DeleteDashboardsIDCellsID.

type DeleteDashboardsIDCellsIDResponse added in v2.2.0

type DeleteDashboardsIDCellsIDResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON404      *Error
	JSONDefault  *Error
}

func ParseDeleteDashboardsIDCellsIDResponse

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

ParseDeleteDashboardsIDCellsIDResponse parses an HTTP response from a DeleteDashboardsIDCellsIDWithResponse call

func (DeleteDashboardsIDCellsIDResponse) Status added in v2.2.0

Status returns HTTPResponse.Status

func (DeleteDashboardsIDCellsIDResponse) StatusCode added in v2.2.0

func (r DeleteDashboardsIDCellsIDResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteDashboardsIDLabelsIDParams

type DeleteDashboardsIDLabelsIDParams struct {
	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteDashboardsIDLabelsIDParams defines parameters for DeleteDashboardsIDLabelsID.

type DeleteDashboardsIDLabelsIDResponse added in v2.2.0

type DeleteDashboardsIDLabelsIDResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON404      *Error
	JSONDefault  *Error
}

func ParseDeleteDashboardsIDLabelsIDResponse

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

ParseDeleteDashboardsIDLabelsIDResponse parses an HTTP response from a DeleteDashboardsIDLabelsIDWithResponse call

func (DeleteDashboardsIDLabelsIDResponse) Status added in v2.2.0

Status returns HTTPResponse.Status

func (DeleteDashboardsIDLabelsIDResponse) StatusCode added in v2.2.0

func (r DeleteDashboardsIDLabelsIDResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteDashboardsIDMembersIDParams

type DeleteDashboardsIDMembersIDParams struct {
	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteDashboardsIDMembersIDParams defines parameters for DeleteDashboardsIDMembersID.

type DeleteDashboardsIDMembersIDResponse added in v2.2.0

type DeleteDashboardsIDMembersIDResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSONDefault  *Error
}

func ParseDeleteDashboardsIDMembersIDResponse

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

ParseDeleteDashboardsIDMembersIDResponse parses an HTTP response from a DeleteDashboardsIDMembersIDWithResponse call

func (DeleteDashboardsIDMembersIDResponse) Status added in v2.2.0

Status returns HTTPResponse.Status

func (DeleteDashboardsIDMembersIDResponse) StatusCode added in v2.2.0

StatusCode returns HTTPResponse.StatusCode

type DeleteDashboardsIDOwnersIDParams

type DeleteDashboardsIDOwnersIDParams struct {
	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteDashboardsIDOwnersIDParams defines parameters for DeleteDashboardsIDOwnersID.

type DeleteDashboardsIDOwnersIDResponse added in v2.2.0

type DeleteDashboardsIDOwnersIDResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSONDefault  *Error
}

func ParseDeleteDashboardsIDOwnersIDResponse

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

ParseDeleteDashboardsIDOwnersIDResponse parses an HTTP response from a DeleteDashboardsIDOwnersIDWithResponse call

func (DeleteDashboardsIDOwnersIDResponse) Status added in v2.2.0

Status returns HTTPResponse.Status

func (DeleteDashboardsIDOwnersIDResponse) StatusCode added in v2.2.0

func (r DeleteDashboardsIDOwnersIDResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteDashboardsIDParams

type DeleteDashboardsIDParams struct {
	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteDashboardsIDParams defines parameters for DeleteDashboardsID.

type DeleteDashboardsIDResponse added in v2.2.0

type DeleteDashboardsIDResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON404      *Error
	JSONDefault  *Error
}

func ParseDeleteDashboardsIDResponse

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

ParseDeleteDashboardsIDResponse parses an HTTP response from a DeleteDashboardsIDWithResponse call

func (DeleteDashboardsIDResponse) Status added in v2.2.0

Status returns HTTPResponse.Status

func (DeleteDashboardsIDResponse) StatusCode added in v2.2.0

func (r DeleteDashboardsIDResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteLabelsIDParams

type DeleteLabelsIDParams struct {
	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteLabelsIDParams defines parameters for DeleteLabelsID.

type DeleteLabelsIDResponse added in v2.2.0

type DeleteLabelsIDResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON404      *Error
	JSONDefault  *Error
}

func ParseDeleteLabelsIDResponse

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

ParseDeleteLabelsIDResponse parses an HTTP response from a DeleteLabelsIDWithResponse call

func (DeleteLabelsIDResponse) Status added in v2.2.0

func (r DeleteLabelsIDResponse) Status() string

Status returns HTTPResponse.Status

func (DeleteLabelsIDResponse) StatusCode added in v2.2.0

func (r DeleteLabelsIDResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteLegacyAuthorizationsIDParams added in v2.5.0

type DeleteLegacyAuthorizationsIDParams struct {
	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteLegacyAuthorizationsIDParams defines parameters for DeleteLegacyAuthorizationsID.

type DeleteLegacyAuthorizationsIDResponse added in v2.5.0

type DeleteLegacyAuthorizationsIDResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSONDefault  *Error
}

func ParseDeleteLegacyAuthorizationsIDResponse added in v2.5.0

func ParseDeleteLegacyAuthorizationsIDResponse(rsp *http.Response) (*DeleteLegacyAuthorizationsIDResponse, error)

ParseDeleteLegacyAuthorizationsIDResponse parses an HTTP response from a DeleteLegacyAuthorizationsIDWithResponse call

func (DeleteLegacyAuthorizationsIDResponse) Status added in v2.5.0

Status returns HTTPResponse.Status

func (DeleteLegacyAuthorizationsIDResponse) StatusCode added in v2.5.0

StatusCode returns HTTPResponse.StatusCode

type DeleteNotificationEndpointsIDLabelsIDParams

type DeleteNotificationEndpointsIDLabelsIDParams struct {
	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteNotificationEndpointsIDLabelsIDParams defines parameters for DeleteNotificationEndpointsIDLabelsID.

type DeleteNotificationEndpointsIDLabelsIDResponse added in v2.2.0

type DeleteNotificationEndpointsIDLabelsIDResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON404      *Error
	JSONDefault  *Error
}

func ParseDeleteNotificationEndpointsIDLabelsIDResponse

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

ParseDeleteNotificationEndpointsIDLabelsIDResponse parses an HTTP response from a DeleteNotificationEndpointsIDLabelsIDWithResponse call

func (DeleteNotificationEndpointsIDLabelsIDResponse) Status added in v2.2.0

Status returns HTTPResponse.Status

func (DeleteNotificationEndpointsIDLabelsIDResponse) StatusCode added in v2.2.0

StatusCode returns HTTPResponse.StatusCode

type DeleteNotificationEndpointsIDParams

type DeleteNotificationEndpointsIDParams struct {
	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteNotificationEndpointsIDParams defines parameters for DeleteNotificationEndpointsID.

type DeleteNotificationEndpointsIDResponse added in v2.2.0

type DeleteNotificationEndpointsIDResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON404      *Error
	JSONDefault  *Error
}

func ParseDeleteNotificationEndpointsIDResponse

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

ParseDeleteNotificationEndpointsIDResponse parses an HTTP response from a DeleteNotificationEndpointsIDWithResponse call

func (DeleteNotificationEndpointsIDResponse) Status added in v2.2.0

Status returns HTTPResponse.Status

func (DeleteNotificationEndpointsIDResponse) StatusCode added in v2.2.0

StatusCode returns HTTPResponse.StatusCode

type DeleteNotificationRulesIDLabelsIDParams

type DeleteNotificationRulesIDLabelsIDParams struct {
	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteNotificationRulesIDLabelsIDParams defines parameters for DeleteNotificationRulesIDLabelsID.

type DeleteNotificationRulesIDLabelsIDResponse added in v2.2.0

type DeleteNotificationRulesIDLabelsIDResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON404      *Error
	JSONDefault  *Error
}

func ParseDeleteNotificationRulesIDLabelsIDResponse

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

ParseDeleteNotificationRulesIDLabelsIDResponse parses an HTTP response from a DeleteNotificationRulesIDLabelsIDWithResponse call

func (DeleteNotificationRulesIDLabelsIDResponse) Status added in v2.2.0

Status returns HTTPResponse.Status

func (DeleteNotificationRulesIDLabelsIDResponse) StatusCode added in v2.2.0

StatusCode returns HTTPResponse.StatusCode

type DeleteNotificationRulesIDParams

type DeleteNotificationRulesIDParams struct {
	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteNotificationRulesIDParams defines parameters for DeleteNotificationRulesID.

type DeleteNotificationRulesIDResponse added in v2.2.0

type DeleteNotificationRulesIDResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON404      *Error
	JSONDefault  *Error
}

func ParseDeleteNotificationRulesIDResponse

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

ParseDeleteNotificationRulesIDResponse parses an HTTP response from a DeleteNotificationRulesIDWithResponse call

func (DeleteNotificationRulesIDResponse) Status added in v2.2.0

Status returns HTTPResponse.Status

func (DeleteNotificationRulesIDResponse) StatusCode added in v2.2.0

func (r DeleteNotificationRulesIDResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteOrgsIDMembersIDParams

type DeleteOrgsIDMembersIDParams struct {
	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteOrgsIDMembersIDParams defines parameters for DeleteOrgsIDMembersID.

type DeleteOrgsIDMembersIDResponse added in v2.2.0

type DeleteOrgsIDMembersIDResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSONDefault  *Error
}

func ParseDeleteOrgsIDMembersIDResponse

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

ParseDeleteOrgsIDMembersIDResponse parses an HTTP response from a DeleteOrgsIDMembersIDWithResponse call

func (DeleteOrgsIDMembersIDResponse) Status added in v2.2.0

Status returns HTTPResponse.Status

func (DeleteOrgsIDMembersIDResponse) StatusCode added in v2.2.0

func (r DeleteOrgsIDMembersIDResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteOrgsIDOwnersIDParams

type DeleteOrgsIDOwnersIDParams struct {
	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteOrgsIDOwnersIDParams defines parameters for DeleteOrgsIDOwnersID.

type DeleteOrgsIDOwnersIDResponse added in v2.2.0

type DeleteOrgsIDOwnersIDResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSONDefault  *Error
}

func ParseDeleteOrgsIDOwnersIDResponse

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

ParseDeleteOrgsIDOwnersIDResponse parses an HTTP response from a DeleteOrgsIDOwnersIDWithResponse call

func (DeleteOrgsIDOwnersIDResponse) Status added in v2.2.0

Status returns HTTPResponse.Status

func (DeleteOrgsIDOwnersIDResponse) StatusCode added in v2.2.0

func (r DeleteOrgsIDOwnersIDResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteOrgsIDParams

type DeleteOrgsIDParams struct {
	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteOrgsIDParams defines parameters for DeleteOrgsID.

type DeleteOrgsIDResponse added in v2.2.0

type DeleteOrgsIDResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON404      *Error
	JSONDefault  *Error
}

func ParseDeleteOrgsIDResponse

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

ParseDeleteOrgsIDResponse parses an HTTP response from a DeleteOrgsIDWithResponse call

func (DeleteOrgsIDResponse) Status added in v2.2.0

func (r DeleteOrgsIDResponse) Status() string

Status returns HTTPResponse.Status

func (DeleteOrgsIDResponse) StatusCode added in v2.2.0

func (r DeleteOrgsIDResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteOrgsIDSecretsIDParams added in v2.6.0

type DeleteOrgsIDSecretsIDParams struct {
	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteOrgsIDSecretsIDParams defines parameters for DeleteOrgsIDSecretsID.

type DeleteOrgsIDSecretsIDResponse added in v2.6.0

type DeleteOrgsIDSecretsIDResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSONDefault  *Error
}

func ParseDeleteOrgsIDSecretsIDResponse added in v2.6.0

func ParseDeleteOrgsIDSecretsIDResponse(rsp *http.Response) (*DeleteOrgsIDSecretsIDResponse, error)

ParseDeleteOrgsIDSecretsIDResponse parses an HTTP response from a DeleteOrgsIDSecretsIDWithResponse call

func (DeleteOrgsIDSecretsIDResponse) Status added in v2.6.0

Status returns HTTPResponse.Status

func (DeleteOrgsIDSecretsIDResponse) StatusCode added in v2.6.0

func (r DeleteOrgsIDSecretsIDResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

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"`
}

The delete predicate request.

type DeleteRemoteConnectionByIDParams added in v2.8.0

type DeleteRemoteConnectionByIDParams struct {
	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteRemoteConnectionByIDParams defines parameters for DeleteRemoteConnectionByID.

type DeleteRemoteConnectionByIDResponse added in v2.8.0

type DeleteRemoteConnectionByIDResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON404      *Error
	JSONDefault  *Error
}

func ParseDeleteRemoteConnectionByIDResponse added in v2.8.0

func ParseDeleteRemoteConnectionByIDResponse(rsp *http.Response) (*DeleteRemoteConnectionByIDResponse, error)

ParseDeleteRemoteConnectionByIDResponse parses an HTTP response from a DeleteRemoteConnectionByIDWithResponse call

func (DeleteRemoteConnectionByIDResponse) Status added in v2.8.0

Status returns HTTPResponse.Status

func (DeleteRemoteConnectionByIDResponse) StatusCode added in v2.8.0

func (r DeleteRemoteConnectionByIDResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteReplicationByIDParams added in v2.8.0

type DeleteReplicationByIDParams struct {
	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteReplicationByIDParams defines parameters for DeleteReplicationByID.

type DeleteReplicationByIDResponse added in v2.8.0

type DeleteReplicationByIDResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON404      *Error
	JSONDefault  *Error
}

func ParseDeleteReplicationByIDResponse added in v2.8.0

func ParseDeleteReplicationByIDResponse(rsp *http.Response) (*DeleteReplicationByIDResponse, error)

ParseDeleteReplicationByIDResponse parses an HTTP response from a DeleteReplicationByIDWithResponse call

func (DeleteReplicationByIDResponse) Status added in v2.8.0

Status returns HTTPResponse.Status

func (DeleteReplicationByIDResponse) StatusCode added in v2.8.0

func (r DeleteReplicationByIDResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteScrapersIDLabelsIDParams

type DeleteScrapersIDLabelsIDParams struct {
	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteScrapersIDLabelsIDParams defines parameters for DeleteScrapersIDLabelsID.

type DeleteScrapersIDLabelsIDResponse added in v2.2.0

type DeleteScrapersIDLabelsIDResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON404      *Error
	JSONDefault  *Error
}

func ParseDeleteScrapersIDLabelsIDResponse

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

ParseDeleteScrapersIDLabelsIDResponse parses an HTTP response from a DeleteScrapersIDLabelsIDWithResponse call

func (DeleteScrapersIDLabelsIDResponse) Status added in v2.2.0

Status returns HTTPResponse.Status

func (DeleteScrapersIDLabelsIDResponse) StatusCode added in v2.2.0

func (r DeleteScrapersIDLabelsIDResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteScrapersIDMembersIDParams

type DeleteScrapersIDMembersIDParams struct {
	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteScrapersIDMembersIDParams defines parameters for DeleteScrapersIDMembersID.

type DeleteScrapersIDMembersIDResponse added in v2.2.0

type DeleteScrapersIDMembersIDResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSONDefault  *Error
}

func ParseDeleteScrapersIDMembersIDResponse

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

ParseDeleteScrapersIDMembersIDResponse parses an HTTP response from a DeleteScrapersIDMembersIDWithResponse call

func (DeleteScrapersIDMembersIDResponse) Status added in v2.2.0

Status returns HTTPResponse.Status

func (DeleteScrapersIDMembersIDResponse) StatusCode added in v2.2.0

func (r DeleteScrapersIDMembersIDResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteScrapersIDOwnersIDParams

type DeleteScrapersIDOwnersIDParams struct {
	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteScrapersIDOwnersIDParams defines parameters for DeleteScrapersIDOwnersID.

type DeleteScrapersIDOwnersIDResponse added in v2.2.0

type DeleteScrapersIDOwnersIDResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSONDefault  *Error
}

func ParseDeleteScrapersIDOwnersIDResponse

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

ParseDeleteScrapersIDOwnersIDResponse parses an HTTP response from a DeleteScrapersIDOwnersIDWithResponse call

func (DeleteScrapersIDOwnersIDResponse) Status added in v2.2.0

Status returns HTTPResponse.Status

func (DeleteScrapersIDOwnersIDResponse) StatusCode added in v2.2.0

func (r DeleteScrapersIDOwnersIDResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteScrapersIDParams

type DeleteScrapersIDParams struct {
	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteScrapersIDParams defines parameters for DeleteScrapersID.

type DeleteScrapersIDResponse added in v2.2.0

type DeleteScrapersIDResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSONDefault  *Error
}

func ParseDeleteScrapersIDResponse

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

ParseDeleteScrapersIDResponse parses an HTTP response from a DeleteScrapersIDWithResponse call

func (DeleteScrapersIDResponse) Status added in v2.2.0

func (r DeleteScrapersIDResponse) Status() string

Status returns HTTPResponse.Status

func (DeleteScrapersIDResponse) StatusCode added in v2.2.0

func (r DeleteScrapersIDResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteSourcesIDParams

type DeleteSourcesIDParams struct {
	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteSourcesIDParams defines parameters for DeleteSourcesID.

type DeleteSourcesIDResponse added in v2.2.0

type DeleteSourcesIDResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON404      *Error
	JSONDefault  *Error
}

func ParseDeleteSourcesIDResponse

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

ParseDeleteSourcesIDResponse parses an HTTP response from a DeleteSourcesIDWithResponse call

func (DeleteSourcesIDResponse) Status added in v2.2.0

func (r DeleteSourcesIDResponse) Status() string

Status returns HTTPResponse.Status

func (DeleteSourcesIDResponse) StatusCode added in v2.2.0

func (r DeleteSourcesIDResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteStackParams

type DeleteStackParams struct {
	// The identifier of the organization.
	OrgID string `json:"orgID"`
}

DeleteStackParams defines parameters for DeleteStack.

type DeleteStackResponse added in v2.2.0

type DeleteStackResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSONDefault  *Error
}

func ParseDeleteStackResponse

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

ParseDeleteStackResponse parses an HTTP response from a DeleteStackWithResponse call

func (DeleteStackResponse) Status added in v2.2.0

func (r DeleteStackResponse) Status() string

Status returns HTTPResponse.Status

func (DeleteStackResponse) StatusCode added in v2.2.0

func (r DeleteStackResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteTasksIDLabelsIDParams

type DeleteTasksIDLabelsIDParams struct {
	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteTasksIDLabelsIDParams defines parameters for DeleteTasksIDLabelsID.

type DeleteTasksIDLabelsIDResponse added in v2.2.0

type DeleteTasksIDLabelsIDResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON404      *Error
	JSONDefault  *Error
}

func ParseDeleteTasksIDLabelsIDResponse

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

ParseDeleteTasksIDLabelsIDResponse parses an HTTP response from a DeleteTasksIDLabelsIDWithResponse call

func (DeleteTasksIDLabelsIDResponse) Status added in v2.2.0

Status returns HTTPResponse.Status

func (DeleteTasksIDLabelsIDResponse) StatusCode added in v2.2.0

func (r DeleteTasksIDLabelsIDResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteTasksIDMembersIDParams

type DeleteTasksIDMembersIDParams struct {
	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteTasksIDMembersIDParams defines parameters for DeleteTasksIDMembersID.

type DeleteTasksIDMembersIDResponse added in v2.2.0

type DeleteTasksIDMembersIDResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSONDefault  *Error
}

func ParseDeleteTasksIDMembersIDResponse

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

ParseDeleteTasksIDMembersIDResponse parses an HTTP response from a DeleteTasksIDMembersIDWithResponse call

func (DeleteTasksIDMembersIDResponse) Status added in v2.2.0

Status returns HTTPResponse.Status

func (DeleteTasksIDMembersIDResponse) StatusCode added in v2.2.0

func (r DeleteTasksIDMembersIDResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteTasksIDOwnersIDParams

type DeleteTasksIDOwnersIDParams struct {
	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteTasksIDOwnersIDParams defines parameters for DeleteTasksIDOwnersID.

type DeleteTasksIDOwnersIDResponse added in v2.2.0

type DeleteTasksIDOwnersIDResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSONDefault  *Error
}

func ParseDeleteTasksIDOwnersIDResponse

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

ParseDeleteTasksIDOwnersIDResponse parses an HTTP response from a DeleteTasksIDOwnersIDWithResponse call

func (DeleteTasksIDOwnersIDResponse) Status added in v2.2.0

Status returns HTTPResponse.Status

func (DeleteTasksIDOwnersIDResponse) StatusCode added in v2.2.0

func (r DeleteTasksIDOwnersIDResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteTasksIDParams

type DeleteTasksIDParams struct {
	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteTasksIDParams defines parameters for DeleteTasksID.

type DeleteTasksIDResponse added in v2.2.0

type DeleteTasksIDResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSONDefault  *Error
}

func ParseDeleteTasksIDResponse

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

ParseDeleteTasksIDResponse parses an HTTP response from a DeleteTasksIDWithResponse call

func (DeleteTasksIDResponse) Status added in v2.2.0

func (r DeleteTasksIDResponse) Status() string

Status returns HTTPResponse.Status

func (DeleteTasksIDResponse) StatusCode added in v2.2.0

func (r DeleteTasksIDResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteTasksIDRunsIDParams

type DeleteTasksIDRunsIDParams struct {
	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteTasksIDRunsIDParams defines parameters for DeleteTasksIDRunsID.

type DeleteTasksIDRunsIDResponse added in v2.2.0

type DeleteTasksIDRunsIDResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSONDefault  *Error
}

func ParseDeleteTasksIDRunsIDResponse

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

ParseDeleteTasksIDRunsIDResponse parses an HTTP response from a DeleteTasksIDRunsIDWithResponse call

func (DeleteTasksIDRunsIDResponse) Status added in v2.2.0

Status returns HTTPResponse.Status

func (DeleteTasksIDRunsIDResponse) StatusCode added in v2.2.0

func (r DeleteTasksIDRunsIDResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteTelegrafsIDLabelsIDParams

type DeleteTelegrafsIDLabelsIDParams struct {
	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteTelegrafsIDLabelsIDParams defines parameters for DeleteTelegrafsIDLabelsID.

type DeleteTelegrafsIDLabelsIDResponse added in v2.2.0

type DeleteTelegrafsIDLabelsIDResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON404      *Error
	JSONDefault  *Error
}

func ParseDeleteTelegrafsIDLabelsIDResponse

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

ParseDeleteTelegrafsIDLabelsIDResponse parses an HTTP response from a DeleteTelegrafsIDLabelsIDWithResponse call

func (DeleteTelegrafsIDLabelsIDResponse) Status added in v2.2.0

Status returns HTTPResponse.Status

func (DeleteTelegrafsIDLabelsIDResponse) StatusCode added in v2.2.0

func (r DeleteTelegrafsIDLabelsIDResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteTelegrafsIDMembersIDParams

type DeleteTelegrafsIDMembersIDParams struct {
	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteTelegrafsIDMembersIDParams defines parameters for DeleteTelegrafsIDMembersID.

type DeleteTelegrafsIDMembersIDResponse added in v2.2.0

type DeleteTelegrafsIDMembersIDResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSONDefault  *Error
}

func ParseDeleteTelegrafsIDMembersIDResponse

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

ParseDeleteTelegrafsIDMembersIDResponse parses an HTTP response from a DeleteTelegrafsIDMembersIDWithResponse call

func (DeleteTelegrafsIDMembersIDResponse) Status added in v2.2.0

Status returns HTTPResponse.Status

func (DeleteTelegrafsIDMembersIDResponse) StatusCode added in v2.2.0

func (r DeleteTelegrafsIDMembersIDResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteTelegrafsIDOwnersIDParams

type DeleteTelegrafsIDOwnersIDParams struct {
	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteTelegrafsIDOwnersIDParams defines parameters for DeleteTelegrafsIDOwnersID.

type DeleteTelegrafsIDOwnersIDResponse added in v2.2.0

type DeleteTelegrafsIDOwnersIDResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSONDefault  *Error
}

func ParseDeleteTelegrafsIDOwnersIDResponse

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

ParseDeleteTelegrafsIDOwnersIDResponse parses an HTTP response from a DeleteTelegrafsIDOwnersIDWithResponse call

func (DeleteTelegrafsIDOwnersIDResponse) Status added in v2.2.0

Status returns HTTPResponse.Status

func (DeleteTelegrafsIDOwnersIDResponse) StatusCode added in v2.2.0

func (r DeleteTelegrafsIDOwnersIDResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteTelegrafsIDParams

type DeleteTelegrafsIDParams struct {
	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteTelegrafsIDParams defines parameters for DeleteTelegrafsID.

type DeleteTelegrafsIDResponse added in v2.2.0

type DeleteTelegrafsIDResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSONDefault  *Error
}

func ParseDeleteTelegrafsIDResponse

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

ParseDeleteTelegrafsIDResponse parses an HTTP response from a DeleteTelegrafsIDWithResponse call

func (DeleteTelegrafsIDResponse) Status added in v2.2.0

func (r DeleteTelegrafsIDResponse) Status() string

Status returns HTTPResponse.Status

func (DeleteTelegrafsIDResponse) StatusCode added in v2.2.0

func (r DeleteTelegrafsIDResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteUsersIDParams

type DeleteUsersIDParams struct {
	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteUsersIDParams defines parameters for DeleteUsersID.

type DeleteUsersIDResponse added in v2.2.0

type DeleteUsersIDResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSONDefault  *Error
}

func ParseDeleteUsersIDResponse

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

ParseDeleteUsersIDResponse parses an HTTP response from a DeleteUsersIDWithResponse call

func (DeleteUsersIDResponse) Status added in v2.2.0

func (r DeleteUsersIDResponse) Status() string

Status returns HTTPResponse.Status

func (DeleteUsersIDResponse) StatusCode added in v2.2.0

func (r DeleteUsersIDResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteVariablesIDLabelsIDParams

type DeleteVariablesIDLabelsIDParams struct {
	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteVariablesIDLabelsIDParams defines parameters for DeleteVariablesIDLabelsID.

type DeleteVariablesIDLabelsIDResponse added in v2.2.0

type DeleteVariablesIDLabelsIDResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON404      *Error
	JSONDefault  *Error
}

func ParseDeleteVariablesIDLabelsIDResponse

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

ParseDeleteVariablesIDLabelsIDResponse parses an HTTP response from a DeleteVariablesIDLabelsIDWithResponse call

func (DeleteVariablesIDLabelsIDResponse) Status added in v2.2.0

Status returns HTTPResponse.Status

func (DeleteVariablesIDLabelsIDResponse) StatusCode added in v2.2.0

func (r DeleteVariablesIDLabelsIDResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteVariablesIDParams

type DeleteVariablesIDParams struct {
	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteVariablesIDParams defines parameters for DeleteVariablesID.

type DeleteVariablesIDResponse added in v2.2.0

type DeleteVariablesIDResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSONDefault  *Error
}

func ParseDeleteVariablesIDResponse

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

ParseDeleteVariablesIDResponse parses an HTTP response from a DeleteVariablesIDWithResponse call

func (DeleteVariablesIDResponse) Status added in v2.2.0

func (r DeleteVariablesIDResponse) Status() string

Status returns HTTPResponse.Status

func (DeleteVariablesIDResponse) StatusCode added in v2.2.0

func (r DeleteVariablesIDResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

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 are options to change the default CSV output format; https://www.w3.org/TR/2015/REC-tabular-metadata-20151217/#dialect-descriptions

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

Format of timestamps

const (
	DialectDateTimeFormatRFC3339 DialectDateTimeFormat = "RFC3339"

	DialectDateTimeFormatRFC3339Nano DialectDateTimeFormat = "RFC3339Nano"
)

Defines values for DialectDateTimeFormat.

type DictExpression added in v2.3.0

type DictExpression struct {
	// Elements of the dictionary
	Elements *[]DictItem `json:"elements,omitempty"`

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

Used to create and directly specify the elements of a dictionary

type DictItem added in v2.3.0

type DictItem struct {
	Key *Expression `json:"key,omitempty"`

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

A key/value pair in a dictionary

type Duration

type Duration struct {
	Magnitude *int `json:"magnitude,omitempty"`

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

A pair consisting of length of time and the unit of time measured. It is the atomic unit from which all duration literals are composed.

type DurationLiteral

type DurationLiteral struct {
	// Type of AST node
	Type *NodeType `json:"type,omitempty"`

	// Duration values
	Values *[]Duration `json:"values,omitempty"`
}

Represents the elapsed time between two instants as an int64 nanosecond count with syntax of golang's time.Duration

type Error

type Error struct {
	// code is the machine-readable error code.
	Code ErrorCode `json:"code"`

	// Stack of errors that occurred during processing of the request. Useful for debugging.
	Err *string `json:"err,omitempty"`

	// Human-readable message.
	Message *string `json:"message,omitempty"`

	// Describes the logical code operation when the error occurred. Useful for debugging.
	Op *string `json:"op,omitempty"`
}

Error defines model for Error.

type ErrorCode

type ErrorCode string

code is the machine-readable 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"

	ErrorCodeRequestTooLarge ErrorCode = "request too large"

	ErrorCodeTooManyRequests ErrorCode = "too many requests"

	ErrorCodeUnauthorized ErrorCode = "unauthorized"

	ErrorCodeUnavailable ErrorCode = "unavailable"

	ErrorCodeUnprocessableEntity ErrorCode = "unprocessable entity"

	ErrorCodeUnsupportedMediaType ErrorCode = "unsupported media type"
)

Defines values for ErrorCode.

type ExportTemplateJSONBody

type ExportTemplateJSONBody interface{}

ExportTemplateJSONBody defines parameters for ExportTemplate.

type ExportTemplateJSONRequestBody

type ExportTemplateJSONRequestBody ExportTemplateJSONBody

ExportTemplateJSONRequestBody defines body for ExportTemplate for application/json ContentType.

type ExportTemplateResponse added in v2.2.0

type ExportTemplateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *Template
	YAML200      *Template
	JSONDefault  *Error
}

func ParseExportTemplateResponse

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

ParseExportTemplateResponse parses an HTTP response from a ExportTemplateWithResponse call

func (ExportTemplateResponse) Status added in v2.2.0

func (r ExportTemplateResponse) Status() string

Status returns HTTPResponse.Status

func (ExportTemplateResponse) StatusCode added in v2.2.0

func (r ExportTemplateResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

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"`
}

May consist of an expression that does not return a value and is executed solely for its side-effects

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

`type` describes the field type. `func` is a function. `field` is a field reference.

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"`
}

Represents a source from a single 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"`
}

Represents floating point numbers according to the double representations defined by the IEEE-754-1985

type FluxResponse

type FluxResponse struct {
	Flux *string `json:"flux,omitempty"`
}

Rendered flux that backs the check or notification.

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"`
}

Function expression

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"`
	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 GeoCircleViewLayer added in v2.3.0

type GeoCircleViewLayer struct {
	// Embedded struct due to allOf(#/components/schemas/GeoViewLayerProperties)
	GeoViewLayerProperties `yaml:",inline"`
	// Embedded fields due to inline allOf schema
	// Axis used in a visualization.
	ColorDimension Axis `json:"colorDimension"`

	// Circle color field
	ColorField string `json:"colorField"`

	// Colors define color encoding of data into a visualization
	Colors []DashboardColor `json:"colors"`

	// Interpolate circle color based on displayed value
	InterpolateColors *bool `json:"interpolateColors,omitempty"`

	// Maximum radius size in pixels
	Radius *int `json:"radius,omitempty"`

	// Axis used in a visualization.
	RadiusDimension Axis `json:"radiusDimension"`

	// Radius field
	RadiusField string `json:"radiusField"`
}

GeoCircleViewLayer defines model for GeoCircleViewLayer.

type GeoHeatMapViewLayer added in v2.3.0

type GeoHeatMapViewLayer struct {
	// Embedded struct due to allOf(#/components/schemas/GeoViewLayerProperties)
	GeoViewLayerProperties `yaml:",inline"`
	// Embedded fields due to inline allOf schema
	// Blur for heatmap points
	Blur int `json:"blur"`

	// Colors define color encoding of data into a visualization
	Colors []DashboardColor `json:"colors"`

	// Axis used in a visualization.
	IntensityDimension Axis `json:"intensityDimension"`

	// Intensity field
	IntensityField string `json:"intensityField"`

	// Radius size in pixels
	Radius int `json:"radius"`
}

GeoHeatMapViewLayer defines model for GeoHeatMapViewLayer.

type GeoPointMapViewLayer added in v2.3.0

type GeoPointMapViewLayer struct {
	// Embedded struct due to allOf(#/components/schemas/GeoViewLayerProperties)
	GeoViewLayerProperties `yaml:",inline"`
	// Embedded fields due to inline allOf schema
	// Axis used in a visualization.
	ColorDimension Axis `json:"colorDimension"`

	// Marker color field
	ColorField string `json:"colorField"`

	// Colors define color encoding of data into a visualization
	Colors []DashboardColor `json:"colors"`

	// Cluster close markers together
	IsClustered *bool `json:"isClustered,omitempty"`

	// An array for which columns to display in tooltip
	TooltipColumns *[]string `json:"tooltipColumns,omitempty"`
}

GeoPointMapViewLayer defines model for GeoPointMapViewLayer.

type GeoTrackMapViewLayer added in v2.3.0

type GeoTrackMapViewLayer struct {
	// Embedded struct due to allOf(#/components/schemas/GeoViewLayerProperties)
	GeoViewLayerProperties `yaml:",inline"`
}

GeoTrackMapViewLayer defines model for GeoTrackMapViewLayer.

type GeoViewLayer added in v2.3.0

type GeoViewLayer interface{}

GeoViewLayer defines model for GeoViewLayer.

type GeoViewLayerProperties added in v2.3.0

type GeoViewLayerProperties struct {
	Type GeoViewLayerPropertiesType `json:"type"`
}

GeoViewLayerProperties defines model for GeoViewLayerProperties.

type GeoViewLayerPropertiesType added in v2.3.0

type GeoViewLayerPropertiesType string

GeoViewLayerPropertiesType defines model for GeoViewLayerProperties.Type.

const (
	GeoViewLayerPropertiesTypeCircleMap GeoViewLayerPropertiesType = "circleMap"

	GeoViewLayerPropertiesTypeHeatmap GeoViewLayerPropertiesType = "heatmap"

	GeoViewLayerPropertiesTypePointMap GeoViewLayerPropertiesType = "pointMap"

	GeoViewLayerPropertiesTypeTrackMap GeoViewLayerPropertiesType = "trackMap"
)

Defines values for GeoViewLayerPropertiesType.

type GeoViewProperties added in v2.3.0

type GeoViewProperties struct {
	// If true, map zoom and pan controls are enabled on the dashboard view
	AllowPanAndZoom bool `json:"allowPanAndZoom"`

	// Coordinates of the center of the map
	Center struct {
		// Latitude of the center of the map
		Lat float64 `json:"lat"`

		// Longitude of the center of the map
		Lon float64 `json:"lon"`
	} `json:"center"`

	// Colors define color encoding of data into a visualization
	Colors *[]DashboardColor `json:"colors,omitempty"`

	// If true, search results get automatically regroupped so that lon,lat and value are treated as columns
	DetectCoordinateFields bool `json:"detectCoordinateFields"`

	// Object type to define lat/lon columns
	LatLonColumns *LatLonColumns `json:"latLonColumns,omitempty"`

	// List of individual layers shown in the map
	Layers []GeoViewLayer `json:"layers"`

	// Define map type - regular, satellite etc.
	MapStyle *string          `json:"mapStyle,omitempty"`
	Note     string           `json:"note"`
	Queries  []DashboardQuery `json:"queries"`

	// String to define the column
	S2Column *string                `json:"s2Column,omitempty"`
	Shape    GeoViewPropertiesShape `json:"shape"`

	// If true, will display note when empty
	ShowNoteWhenEmpty bool                  `json:"showNoteWhenEmpty"`
	Type              GeoViewPropertiesType `json:"type"`

	// If true, S2 column is used to calculate lat/lon
	UseS2CellID *bool `json:"useS2CellID,omitempty"`

	// Zoom level used for initial display of the map
	Zoom float64 `json:"zoom"`
}

GeoViewProperties defines model for GeoViewProperties.

type GeoViewPropertiesShape added in v2.3.0

type GeoViewPropertiesShape string

GeoViewPropertiesShape defines model for GeoViewProperties.Shape.

const (
	GeoViewPropertiesShapeChronografV2 GeoViewPropertiesShape = "chronograf-v2"
)

Defines values for GeoViewPropertiesShape.

type GeoViewPropertiesType added in v2.3.0

type GeoViewPropertiesType string

GeoViewPropertiesType defines model for GeoViewProperties.Type.

const (
	GeoViewPropertiesTypeGeo GeoViewPropertiesType = "geo"
)

Defines values for GeoViewPropertiesType.

type GetAuthorizationsIDParams

type GetAuthorizationsIDParams struct {
	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetAuthorizationsIDParams defines parameters for GetAuthorizationsID.

type GetAuthorizationsIDResponse added in v2.2.0

type GetAuthorizationsIDResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *Authorization
	JSONDefault  *Error
}

func ParseGetAuthorizationsIDResponse

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

ParseGetAuthorizationsIDResponse parses an HTTP response from a GetAuthorizationsIDWithResponse call

func (GetAuthorizationsIDResponse) Status added in v2.2.0

Status returns HTTPResponse.Status

func (GetAuthorizationsIDResponse) StatusCode added in v2.2.0

func (r GetAuthorizationsIDResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

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 GetAuthorizationsResponse added in v2.2.0

type GetAuthorizationsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *Authorizations
	JSONDefault  *Error
}

func ParseGetAuthorizationsResponse

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

ParseGetAuthorizationsResponse parses an HTTP response from a GetAuthorizationsWithResponse call

func (GetAuthorizationsResponse) Status added in v2.2.0

func (r GetAuthorizationsResponse) Status() string

Status returns HTTPResponse.Status

func (GetAuthorizationsResponse) StatusCode added in v2.2.0

func (r GetAuthorizationsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetBackupKVParams added in v2.5.0

type GetBackupKVParams struct {
	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetBackupKVParams defines parameters for GetBackupKV.

type GetBackupKVResponse added in v2.5.0

type GetBackupKVResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSONDefault  *Error
}

func ParseGetBackupKVResponse added in v2.5.0

func ParseGetBackupKVResponse(rsp *http.Response) (*GetBackupKVResponse, error)

ParseGetBackupKVResponse parses an HTTP response from a GetBackupKVWithResponse call

func (GetBackupKVResponse) Status added in v2.5.0

func (r GetBackupKVResponse) Status() string

Status returns HTTPResponse.Status

func (GetBackupKVResponse) StatusCode added in v2.5.0

func (r GetBackupKVResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetBackupMetadataParams added in v2.5.0

type GetBackupMetadataParams struct {
	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`

	// Indicates the content encoding (usually a compression algorithm) that the client can understand.
	AcceptEncoding *GetBackupMetadataParamsAcceptEncoding `json:"Accept-Encoding,omitempty"`
}

GetBackupMetadataParams defines parameters for GetBackupMetadata.

type GetBackupMetadataParamsAcceptEncoding added in v2.5.0

type GetBackupMetadataParamsAcceptEncoding string

GetBackupMetadataParamsAcceptEncoding defines parameters for GetBackupMetadata.

type GetBackupMetadataResponse added in v2.5.0

type GetBackupMetadataResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSONDefault  *Error
}

func ParseGetBackupMetadataResponse added in v2.5.0

func ParseGetBackupMetadataResponse(rsp *http.Response) (*GetBackupMetadataResponse, error)

ParseGetBackupMetadataResponse parses an HTTP response from a GetBackupMetadataWithResponse call

func (GetBackupMetadataResponse) Status added in v2.5.0

func (r GetBackupMetadataResponse) Status() string

Status returns HTTPResponse.Status

func (GetBackupMetadataResponse) StatusCode added in v2.5.0

func (r GetBackupMetadataResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetBackupShardIdParams added in v2.5.0

type GetBackupShardIdParams struct {
	// Earliest time to include in the snapshot. RFC3339 format.
	Since *time.Time `json:"since,omitempty"`

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`

	// Indicates the content encoding (usually a compression algorithm) that the client can understand.
	AcceptEncoding *GetBackupShardIdParamsAcceptEncoding `json:"Accept-Encoding,omitempty"`
}

GetBackupShardIdParams defines parameters for GetBackupShardId.

type GetBackupShardIdParamsAcceptEncoding added in v2.5.0

type GetBackupShardIdParamsAcceptEncoding string

GetBackupShardIdParamsAcceptEncoding defines parameters for GetBackupShardId.

type GetBackupShardIdResponse added in v2.5.0

type GetBackupShardIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON404      *Error
	JSONDefault  *Error
}

func ParseGetBackupShardIdResponse added in v2.5.0

func ParseGetBackupShardIdResponse(rsp *http.Response) (*GetBackupShardIdResponse, error)

ParseGetBackupShardIdResponse parses an HTTP response from a GetBackupShardIdWithResponse call

func (GetBackupShardIdResponse) Status added in v2.5.0

func (r GetBackupShardIdResponse) Status() string

Status returns HTTPResponse.Status

func (GetBackupShardIdResponse) StatusCode added in v2.5.0

func (r GetBackupShardIdResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetBucketsIDLabelsParams

type GetBucketsIDLabelsParams struct {
	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetBucketsIDLabelsParams defines parameters for GetBucketsIDLabels.

type GetBucketsIDLabelsResponse added in v2.2.0

type GetBucketsIDLabelsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *LabelsResponse
	JSONDefault  *Error
}

func ParseGetBucketsIDLabelsResponse

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

ParseGetBucketsIDLabelsResponse parses an HTTP response from a GetBucketsIDLabelsWithResponse call

func (GetBucketsIDLabelsResponse) Status added in v2.2.0

Status returns HTTPResponse.Status

func (GetBucketsIDLabelsResponse) StatusCode added in v2.2.0

func (r GetBucketsIDLabelsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetBucketsIDMembersParams

type GetBucketsIDMembersParams struct {
	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetBucketsIDMembersParams defines parameters for GetBucketsIDMembers.

type GetBucketsIDMembersResponse added in v2.2.0

type GetBucketsIDMembersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *ResourceMembers
	JSONDefault  *Error
}

func ParseGetBucketsIDMembersResponse

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

ParseGetBucketsIDMembersResponse parses an HTTP response from a GetBucketsIDMembersWithResponse call

func (GetBucketsIDMembersResponse) Status added in v2.2.0

Status returns HTTPResponse.Status

func (GetBucketsIDMembersResponse) StatusCode added in v2.2.0

func (r GetBucketsIDMembersResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetBucketsIDOwnersParams

type GetBucketsIDOwnersParams struct {
	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetBucketsIDOwnersParams defines parameters for GetBucketsIDOwners.

type GetBucketsIDOwnersResponse added in v2.2.0

type GetBucketsIDOwnersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *ResourceOwners
	JSONDefault  *Error
}

func ParseGetBucketsIDOwnersResponse

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

ParseGetBucketsIDOwnersResponse parses an HTTP response from a GetBucketsIDOwnersWithResponse call

func (GetBucketsIDOwnersResponse) Status added in v2.2.0

Status returns HTTPResponse.Status

func (GetBucketsIDOwnersResponse) StatusCode added in v2.2.0

func (r GetBucketsIDOwnersResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetBucketsIDParams

type GetBucketsIDParams struct {
	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetBucketsIDParams defines parameters for GetBucketsID.

type GetBucketsIDResponse added in v2.2.0

type GetBucketsIDResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *Bucket
	JSONDefault  *Error
}

func ParseGetBucketsIDResponse

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

ParseGetBucketsIDResponse parses an HTTP response from a GetBucketsIDWithResponse call

func (GetBucketsIDResponse) Status added in v2.2.0

func (r GetBucketsIDResponse) Status() string

Status returns HTTPResponse.Status

func (GetBucketsIDResponse) StatusCode added in v2.2.0

func (r GetBucketsIDResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetBucketsParams

type GetBucketsParams struct {
	Offset *Offset `json:"offset,omitempty"`
	Limit  *Limit  `json:"limit,omitempty"`

	// Resource ID to seek from. Results are not inclusive of this ID. Use `after` instead of `offset`.
	After *After `json:"after,omitempty"`

	// The name of the organization.
	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"`

	// Only returns buckets with a specific ID.
	Id *string `json:"id,omitempty"`

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetBucketsParams defines parameters for GetBuckets.

type GetBucketsResponse added in v2.2.0

type GetBucketsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *Buckets
	JSONDefault  *Error
}

func ParseGetBucketsResponse

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

ParseGetBucketsResponse parses an HTTP response from a GetBucketsWithResponse call

func (GetBucketsResponse) Status added in v2.2.0

func (r GetBucketsResponse) Status() string

Status returns HTTPResponse.Status

func (GetBucketsResponse) StatusCode added in v2.2.0

func (r GetBucketsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetChecksIDLabelsParams

type GetChecksIDLabelsParams struct {
	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetChecksIDLabelsParams defines parameters for GetChecksIDLabels.

type GetChecksIDLabelsResponse added in v2.2.0

type GetChecksIDLabelsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *LabelsResponse
	JSONDefault  *Error
}

func ParseGetChecksIDLabelsResponse

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

ParseGetChecksIDLabelsResponse parses an HTTP response from a GetChecksIDLabelsWithResponse call

func (GetChecksIDLabelsResponse) Status added in v2.2.0

func (r GetChecksIDLabelsResponse) Status() string

Status returns HTTPResponse.Status

func (GetChecksIDLabelsResponse) StatusCode added in v2.2.0

func (r GetChecksIDLabelsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

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 GetChecksIDQueryResponse added in v2.2.0

type GetChecksIDQueryResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *FluxResponse
	JSON400      *Error
	JSON404      *Error
	JSONDefault  *Error
}

func ParseGetChecksIDQueryResponse

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

ParseGetChecksIDQueryResponse parses an HTTP response from a GetChecksIDQueryWithResponse call

func (GetChecksIDQueryResponse) Status added in v2.2.0

func (r GetChecksIDQueryResponse) Status() string

Status returns HTTPResponse.Status

func (GetChecksIDQueryResponse) StatusCode added in v2.2.0

func (r GetChecksIDQueryResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetChecksIDResponse added in v2.2.0

type GetChecksIDResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *Check
	JSONDefault  *Error
}

func ParseGetChecksIDResponse

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

ParseGetChecksIDResponse parses an HTTP response from a GetChecksIDWithResponse call

func (GetChecksIDResponse) Status added in v2.2.0

func (r GetChecksIDResponse) Status() string

Status returns HTTPResponse.Status

func (GetChecksIDResponse) StatusCode added in v2.2.0

func (r GetChecksIDResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

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 GetChecksResponse added in v2.2.0

type GetChecksResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *Checks
	JSONDefault  *Error
}

func ParseGetChecksResponse

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

ParseGetChecksResponse parses an HTTP response from a GetChecksWithResponse call

func (GetChecksResponse) Status added in v2.2.0

func (r GetChecksResponse) Status() string

Status returns HTTPResponse.Status

func (GetChecksResponse) StatusCode added in v2.2.0

func (r GetChecksResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetConfigParams added in v2.8.0

type GetConfigParams struct {
	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetConfigParams defines parameters for GetConfig.

type GetConfigResponse added in v2.8.0

type GetConfigResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *Config
	JSON401      *Error
	JSONDefault  *Error
}

func ParseGetConfigResponse added in v2.8.0

func ParseGetConfigResponse(rsp *http.Response) (*GetConfigResponse, error)

ParseGetConfigResponse parses an HTTP response from a GetConfigWithResponse call

func (GetConfigResponse) Status added in v2.8.0

func (r GetConfigResponse) Status() string

Status returns HTTPResponse.Status

func (GetConfigResponse) StatusCode added in v2.8.0

func (r GetConfigResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetDBRPsIDParams

type GetDBRPsIDParams struct {
	// Specifies the organization ID of the mapping
	OrgID *string `json:"orgID,omitempty"`

	// Specifies the organization name of the mapping
	Org *string `json:"org,omitempty"`

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetDBRPsIDParams defines parameters for GetDBRPsID.

type GetDBRPsIDResponse added in v2.2.0

type GetDBRPsIDResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *DBRPGet
	JSON400      *Error
	JSONDefault  *Error
}

func ParseGetDBRPsIDResponse

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

ParseGetDBRPsIDResponse parses an HTTP response from a GetDBRPsIDWithResponse call

func (GetDBRPsIDResponse) Status added in v2.2.0

func (r GetDBRPsIDResponse) Status() string

Status returns HTTPResponse.Status

func (GetDBRPsIDResponse) StatusCode added in v2.2.0

func (r GetDBRPsIDResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetDBRPsParams

type GetDBRPsParams struct {
	// Specifies the organization ID to filter on
	OrgID *string `json:"orgID,omitempty"`

	// Specifies the organization name to filter on
	Org *string `json:"org,omitempty"`

	// 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 GetDBRPsResponse added in v2.2.0

type GetDBRPsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *DBRPs
	JSON400      *Error
	JSONDefault  *Error
}

func ParseGetDBRPsResponse

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

ParseGetDBRPsResponse parses an HTTP response from a GetDBRPsWithResponse call

func (GetDBRPsResponse) Status added in v2.2.0

func (r GetDBRPsResponse) Status() string

Status returns HTTPResponse.Status

func (GetDBRPsResponse) StatusCode added in v2.2.0

func (r GetDBRPsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetDashboardsIDCellsIDViewParams

type GetDashboardsIDCellsIDViewParams struct {
	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetDashboardsIDCellsIDViewParams defines parameters for GetDashboardsIDCellsIDView.

type GetDashboardsIDCellsIDViewResponse added in v2.2.0

type GetDashboardsIDCellsIDViewResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *View
	JSON404      *Error
	JSONDefault  *Error
}

func ParseGetDashboardsIDCellsIDViewResponse

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

ParseGetDashboardsIDCellsIDViewResponse parses an HTTP response from a GetDashboardsIDCellsIDViewWithResponse call

func (GetDashboardsIDCellsIDViewResponse) Status added in v2.2.0

Status returns HTTPResponse.Status

func (GetDashboardsIDCellsIDViewResponse) StatusCode added in v2.2.0

func (r GetDashboardsIDCellsIDViewResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetDashboardsIDLabelsParams

type GetDashboardsIDLabelsParams struct {
	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetDashboardsIDLabelsParams defines parameters for GetDashboardsIDLabels.

type GetDashboardsIDLabelsResponse added in v2.2.0

type GetDashboardsIDLabelsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *LabelsResponse
	JSONDefault  *Error
}

func ParseGetDashboardsIDLabelsResponse

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

ParseGetDashboardsIDLabelsResponse parses an HTTP response from a GetDashboardsIDLabelsWithResponse call

func (GetDashboardsIDLabelsResponse) Status added in v2.2.0

Status returns HTTPResponse.Status

func (GetDashboardsIDLabelsResponse) StatusCode added in v2.2.0

func (r GetDashboardsIDLabelsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetDashboardsIDMembersParams

type GetDashboardsIDMembersParams struct {
	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetDashboardsIDMembersParams defines parameters for GetDashboardsIDMembers.

type GetDashboardsIDMembersResponse added in v2.2.0

type GetDashboardsIDMembersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *ResourceMembers
	JSONDefault  *Error
}

func ParseGetDashboardsIDMembersResponse

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

ParseGetDashboardsIDMembersResponse parses an HTTP response from a GetDashboardsIDMembersWithResponse call

func (GetDashboardsIDMembersResponse) Status added in v2.2.0

Status returns HTTPResponse.Status

func (GetDashboardsIDMembersResponse) StatusCode added in v2.2.0

func (r GetDashboardsIDMembersResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetDashboardsIDOwnersParams

type GetDashboardsIDOwnersParams struct {
	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetDashboardsIDOwnersParams defines parameters for GetDashboardsIDOwners.

type GetDashboardsIDOwnersResponse added in v2.2.0

type GetDashboardsIDOwnersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *ResourceOwners
	JSONDefault  *Error
}

func ParseGetDashboardsIDOwnersResponse

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

ParseGetDashboardsIDOwnersResponse parses an HTTP response from a GetDashboardsIDOwnersWithResponse call

func (GetDashboardsIDOwnersResponse) Status added in v2.2.0

Status returns HTTPResponse.Status

func (GetDashboardsIDOwnersResponse) StatusCode added in v2.2.0

func (r GetDashboardsIDOwnersResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

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 GetDashboardsIDResponse added in v2.2.0

type GetDashboardsIDResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *interface{}
	JSON404      *Error
	JSONDefault  *Error
}

func ParseGetDashboardsIDResponse

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

ParseGetDashboardsIDResponse parses an HTTP response from a GetDashboardsIDWithResponse call

func (GetDashboardsIDResponse) Status added in v2.2.0

func (r GetDashboardsIDResponse) Status() string

Status returns HTTPResponse.Status

func (GetDashboardsIDResponse) StatusCode added in v2.2.0

func (r GetDashboardsIDResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetDashboardsParams

type GetDashboardsParams struct {
	Offset     *Offset     `json:"offset,omitempty"`
	Limit      *Limit      `json:"limit,omitempty"`
	Descending *Descending `json:"descending,omitempty"`

	// A user identifier. Returns only dashboards where this user has the `owner` role.
	Owner *string `json:"owner,omitempty"`

	// The column to sort by.
	SortBy *GetDashboardsParamsSortBy `json:"sortBy,omitempty"`

	// A list of dashboard identifiers. Returns only the listed dashboards. If both `id` and `owner` are specified, only `id` is used.
	Id *[]string `json:"id,omitempty"`

	// The identifier of the organization.
	OrgID *string `json:"orgID,omitempty"`

	// The name of the organization.
	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 GetDashboardsResponse added in v2.2.0

type GetDashboardsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *Dashboards
	JSONDefault  *Error
}

func ParseGetDashboardsResponse

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

ParseGetDashboardsResponse parses an HTTP response from a GetDashboardsWithResponse call

func (GetDashboardsResponse) Status added in v2.2.0

func (r GetDashboardsResponse) Status() string

Status returns HTTPResponse.Status

func (GetDashboardsResponse) StatusCode added in v2.2.0

func (r GetDashboardsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetFlagsParams

type GetFlagsParams struct {
	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetFlagsParams defines parameters for GetFlags.

type GetFlagsResponse added in v2.2.0

type GetFlagsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *Flags
	JSONDefault  *Error
}

func ParseGetFlagsResponse

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

ParseGetFlagsResponse parses an HTTP response from a GetFlagsWithResponse call

func (GetFlagsResponse) Status added in v2.2.0

func (r GetFlagsResponse) Status() string

Status returns HTTPResponse.Status

func (GetFlagsResponse) StatusCode added in v2.2.0

func (r GetFlagsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetHealthParams

type GetHealthParams struct {
	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetHealthParams defines parameters for GetHealth.

type GetHealthResponse added in v2.2.0

type GetHealthResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *HealthCheck
	JSON503      *HealthCheck
	JSONDefault  *Error
}

func ParseGetHealthResponse

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

ParseGetHealthResponse parses an HTTP response from a GetHealthWithResponse call

func (GetHealthResponse) Status added in v2.2.0

func (r GetHealthResponse) Status() string

Status returns HTTPResponse.Status

func (GetHealthResponse) StatusCode added in v2.2.0

func (r GetHealthResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetLabelsIDParams

type GetLabelsIDParams struct {
	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetLabelsIDParams defines parameters for GetLabelsID.

type GetLabelsIDResponse added in v2.2.0

type GetLabelsIDResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *LabelResponse
	JSONDefault  *Error
}

func ParseGetLabelsIDResponse

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

ParseGetLabelsIDResponse parses an HTTP response from a GetLabelsIDWithResponse call

func (GetLabelsIDResponse) Status added in v2.2.0

func (r GetLabelsIDResponse) Status() string

Status returns HTTPResponse.Status

func (GetLabelsIDResponse) StatusCode added in v2.2.0

func (r GetLabelsIDResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

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 GetLabelsResponse added in v2.2.0

type GetLabelsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *LabelsResponse
	JSONDefault  *Error
}

func ParseGetLabelsResponse

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

ParseGetLabelsResponse parses an HTTP response from a GetLabelsWithResponse call

func (GetLabelsResponse) Status added in v2.2.0

func (r GetLabelsResponse) Status() string

Status returns HTTPResponse.Status

func (GetLabelsResponse) StatusCode added in v2.2.0

func (r GetLabelsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetLegacyAuthorizationsIDParams added in v2.5.0

type GetLegacyAuthorizationsIDParams struct {
	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetLegacyAuthorizationsIDParams defines parameters for GetLegacyAuthorizationsID.

type GetLegacyAuthorizationsIDResponse added in v2.5.0

type GetLegacyAuthorizationsIDResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *Authorization
	JSONDefault  *Error
}

func ParseGetLegacyAuthorizationsIDResponse added in v2.5.0

func ParseGetLegacyAuthorizationsIDResponse(rsp *http.Response) (*GetLegacyAuthorizationsIDResponse, error)

ParseGetLegacyAuthorizationsIDResponse parses an HTTP response from a GetLegacyAuthorizationsIDWithResponse call

func (GetLegacyAuthorizationsIDResponse) Status added in v2.5.0

Status returns HTTPResponse.Status

func (GetLegacyAuthorizationsIDResponse) StatusCode added in v2.5.0

func (r GetLegacyAuthorizationsIDResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetLegacyAuthorizationsParams added in v2.5.0

type GetLegacyAuthorizationsParams struct {
	// Only show legacy authorizations that belong to a user ID.
	UserID *string `json:"userID,omitempty"`

	// Only show legacy authorizations that belong to a user name.
	User *string `json:"user,omitempty"`

	// Only show legacy authorizations that belong to an organization ID.
	OrgID *string `json:"orgID,omitempty"`

	// Only show legacy authorizations that belong to a organization name.
	Org *string `json:"org,omitempty"`

	// Only show legacy authorizations with a specified token (auth name).
	Token *string `json:"token,omitempty"`

	// Only show legacy authorizations with a specified auth ID.
	AuthID *string `json:"authID,omitempty"`

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetLegacyAuthorizationsParams defines parameters for GetLegacyAuthorizations.

type GetLegacyAuthorizationsResponse added in v2.5.0

type GetLegacyAuthorizationsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *Authorizations
	JSONDefault  *Error
}

func ParseGetLegacyAuthorizationsResponse added in v2.5.0

func ParseGetLegacyAuthorizationsResponse(rsp *http.Response) (*GetLegacyAuthorizationsResponse, error)

ParseGetLegacyAuthorizationsResponse parses an HTTP response from a GetLegacyAuthorizationsWithResponse call

func (GetLegacyAuthorizationsResponse) Status added in v2.5.0

Status returns HTTPResponse.Status

func (GetLegacyAuthorizationsResponse) StatusCode added in v2.5.0

func (r GetLegacyAuthorizationsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetMeParams

type GetMeParams struct {
	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetMeParams defines parameters for GetMe.

type GetMeResponse added in v2.2.0

type GetMeResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *UserResponse
	JSONDefault  *Error
}

func ParseGetMeResponse

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

ParseGetMeResponse parses an HTTP response from a GetMeWithResponse call

func (GetMeResponse) Status added in v2.2.0

func (r GetMeResponse) Status() string

Status returns HTTPResponse.Status

func (GetMeResponse) StatusCode added in v2.2.0

func (r GetMeResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetMetricsParams added in v2.8.0

type GetMetricsParams struct {
	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetMetricsParams defines parameters for GetMetrics.

type GetMetricsResponse added in v2.8.0

type GetMetricsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSONDefault  *Error
}

func ParseGetMetricsResponse added in v2.8.0

func ParseGetMetricsResponse(rsp *http.Response) (*GetMetricsResponse, error)

ParseGetMetricsResponse parses an HTTP response from a GetMetricsWithResponse call

func (GetMetricsResponse) Status added in v2.8.0

func (r GetMetricsResponse) Status() string

Status returns HTTPResponse.Status

func (GetMetricsResponse) StatusCode added in v2.8.0

func (r GetMetricsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetNotificationEndpointsIDLabelsParams

type GetNotificationEndpointsIDLabelsParams struct {
	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetNotificationEndpointsIDLabelsParams defines parameters for GetNotificationEndpointsIDLabels.

type GetNotificationEndpointsIDLabelsResponse added in v2.2.0

type GetNotificationEndpointsIDLabelsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *LabelsResponse
	JSONDefault  *Error
}

func ParseGetNotificationEndpointsIDLabelsResponse

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

ParseGetNotificationEndpointsIDLabelsResponse parses an HTTP response from a GetNotificationEndpointsIDLabelsWithResponse call

func (GetNotificationEndpointsIDLabelsResponse) Status added in v2.2.0

Status returns HTTPResponse.Status

func (GetNotificationEndpointsIDLabelsResponse) StatusCode added in v2.2.0

StatusCode returns HTTPResponse.StatusCode

type GetNotificationEndpointsIDParams

type GetNotificationEndpointsIDParams struct {
	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetNotificationEndpointsIDParams defines parameters for GetNotificationEndpointsID.

type GetNotificationEndpointsIDResponse added in v2.2.0

type GetNotificationEndpointsIDResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *NotificationEndpoint
	JSONDefault  *Error
}

func ParseGetNotificationEndpointsIDResponse

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

ParseGetNotificationEndpointsIDResponse parses an HTTP response from a GetNotificationEndpointsIDWithResponse call

func (GetNotificationEndpointsIDResponse) Status added in v2.2.0

Status returns HTTPResponse.Status

func (GetNotificationEndpointsIDResponse) StatusCode added in v2.2.0

func (r GetNotificationEndpointsIDResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

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 GetNotificationEndpointsResponse added in v2.2.0

type GetNotificationEndpointsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *NotificationEndpoints
	JSONDefault  *Error
}

func ParseGetNotificationEndpointsResponse

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

ParseGetNotificationEndpointsResponse parses an HTTP response from a GetNotificationEndpointsWithResponse call

func (GetNotificationEndpointsResponse) Status added in v2.2.0

Status returns HTTPResponse.Status

func (GetNotificationEndpointsResponse) StatusCode added in v2.2.0

func (r GetNotificationEndpointsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetNotificationRulesIDLabelsParams

type GetNotificationRulesIDLabelsParams struct {
	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetNotificationRulesIDLabelsParams defines parameters for GetNotificationRulesIDLabels.

type GetNotificationRulesIDLabelsResponse added in v2.2.0

type GetNotificationRulesIDLabelsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *LabelsResponse
	JSONDefault  *Error
}

func ParseGetNotificationRulesIDLabelsResponse

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

ParseGetNotificationRulesIDLabelsResponse parses an HTTP response from a GetNotificationRulesIDLabelsWithResponse call

func (GetNotificationRulesIDLabelsResponse) Status added in v2.2.0

Status returns HTTPResponse.Status

func (GetNotificationRulesIDLabelsResponse) StatusCode added in v2.2.0

StatusCode returns HTTPResponse.StatusCode

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 GetNotificationRulesIDQueryResponse added in v2.2.0

type GetNotificationRulesIDQueryResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *FluxResponse
	JSON400      *Error
	JSON404      *Error
	JSONDefault  *Error
}

func ParseGetNotificationRulesIDQueryResponse

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

ParseGetNotificationRulesIDQueryResponse parses an HTTP response from a GetNotificationRulesIDQueryWithResponse call

func (GetNotificationRulesIDQueryResponse) Status added in v2.2.0

Status returns HTTPResponse.Status

func (GetNotificationRulesIDQueryResponse) StatusCode added in v2.2.0

StatusCode returns HTTPResponse.StatusCode

type GetNotificationRulesIDResponse added in v2.2.0

type GetNotificationRulesIDResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *NotificationRule
	JSONDefault  *Error
}

func ParseGetNotificationRulesIDResponse

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

ParseGetNotificationRulesIDResponse parses an HTTP response from a GetNotificationRulesIDWithResponse call

func (GetNotificationRulesIDResponse) Status added in v2.2.0

Status returns HTTPResponse.Status

func (GetNotificationRulesIDResponse) StatusCode added in v2.2.0

func (r GetNotificationRulesIDResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

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 GetNotificationRulesResponse added in v2.2.0

type GetNotificationRulesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *NotificationRules
	JSONDefault  *Error
}

func ParseGetNotificationRulesResponse

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

ParseGetNotificationRulesResponse parses an HTTP response from a GetNotificationRulesWithResponse call

func (GetNotificationRulesResponse) Status added in v2.2.0

Status returns HTTPResponse.Status

func (GetNotificationRulesResponse) StatusCode added in v2.2.0

func (r GetNotificationRulesResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetOrgsIDMembersParams

type GetOrgsIDMembersParams struct {
	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetOrgsIDMembersParams defines parameters for GetOrgsIDMembers.

type GetOrgsIDMembersResponse added in v2.2.0

type GetOrgsIDMembersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *ResourceMembers
	JSON404      *Error
	JSONDefault  *Error
}

func ParseGetOrgsIDMembersResponse

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

ParseGetOrgsIDMembersResponse parses an HTTP response from a GetOrgsIDMembersWithResponse call

func (GetOrgsIDMembersResponse) Status added in v2.2.0

func (r GetOrgsIDMembersResponse) Status() string

Status returns HTTPResponse.Status

func (GetOrgsIDMembersResponse) StatusCode added in v2.2.0

func (r GetOrgsIDMembersResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetOrgsIDOwnersParams

type GetOrgsIDOwnersParams struct {
	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetOrgsIDOwnersParams defines parameters for GetOrgsIDOwners.

type GetOrgsIDOwnersResponse added in v2.2.0

type GetOrgsIDOwnersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *ResourceOwners
	JSON404      *Error
	JSONDefault  *Error
}

func ParseGetOrgsIDOwnersResponse

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

ParseGetOrgsIDOwnersResponse parses an HTTP response from a GetOrgsIDOwnersWithResponse call

func (GetOrgsIDOwnersResponse) Status added in v2.2.0

func (r GetOrgsIDOwnersResponse) Status() string

Status returns HTTPResponse.Status

func (GetOrgsIDOwnersResponse) StatusCode added in v2.2.0

func (r GetOrgsIDOwnersResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetOrgsIDParams

type GetOrgsIDParams struct {
	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetOrgsIDParams defines parameters for GetOrgsID.

type GetOrgsIDResponse added in v2.2.0

type GetOrgsIDResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *Organization
	JSONDefault  *Error
}

func ParseGetOrgsIDResponse

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

ParseGetOrgsIDResponse parses an HTTP response from a GetOrgsIDWithResponse call

func (GetOrgsIDResponse) Status added in v2.2.0

func (r GetOrgsIDResponse) Status() string

Status returns HTTPResponse.Status

func (GetOrgsIDResponse) StatusCode added in v2.2.0

func (r GetOrgsIDResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetOrgsIDSecretsParams

type GetOrgsIDSecretsParams struct {
	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetOrgsIDSecretsParams defines parameters for GetOrgsIDSecrets.

type GetOrgsIDSecretsResponse added in v2.2.0

type GetOrgsIDSecretsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *SecretKeysResponse
	JSONDefault  *Error
}

func ParseGetOrgsIDSecretsResponse

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

ParseGetOrgsIDSecretsResponse parses an HTTP response from a GetOrgsIDSecretsWithResponse call

func (GetOrgsIDSecretsResponse) Status added in v2.2.0

func (r GetOrgsIDSecretsResponse) Status() string

Status returns HTTPResponse.Status

func (GetOrgsIDSecretsResponse) StatusCode added in v2.2.0

func (r GetOrgsIDSecretsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetOrgsParams

type GetOrgsParams struct {
	Offset     *Offset     `json:"offset,omitempty"`
	Limit      *Limit      `json:"limit,omitempty"`
	Descending *Descending `json:"descending,omitempty"`

	// 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 GetOrgsResponse added in v2.2.0

type GetOrgsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *Organizations
	JSONDefault  *Error
}

func ParseGetOrgsResponse

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

ParseGetOrgsResponse parses an HTTP response from a GetOrgsWithResponse call

func (GetOrgsResponse) Status added in v2.2.0

func (r GetOrgsResponse) Status() string

Status returns HTTPResponse.Status

func (GetOrgsResponse) StatusCode added in v2.2.0

func (r GetOrgsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetPingResponse added in v2.5.0

type GetPingResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetPingResponse added in v2.5.0

func ParseGetPingResponse(rsp *http.Response) (*GetPingResponse, error)

ParseGetPingResponse parses an HTTP response from a GetPingWithResponse call

func (GetPingResponse) Status added in v2.5.0

func (r GetPingResponse) Status() string

Status returns HTTPResponse.Status

func (GetPingResponse) StatusCode added in v2.5.0

func (r GetPingResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetQuerySuggestionsNameParams

type GetQuerySuggestionsNameParams struct {
	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetQuerySuggestionsNameParams defines parameters for GetQuerySuggestionsName.

type GetQuerySuggestionsNameResponse added in v2.2.0

type GetQuerySuggestionsNameResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *FluxSuggestion
	JSONDefault  *Error
}

func ParseGetQuerySuggestionsNameResponse

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

ParseGetQuerySuggestionsNameResponse parses an HTTP response from a GetQuerySuggestionsNameWithResponse call

func (GetQuerySuggestionsNameResponse) Status added in v2.2.0

Status returns HTTPResponse.Status

func (GetQuerySuggestionsNameResponse) StatusCode added in v2.2.0

func (r GetQuerySuggestionsNameResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetQuerySuggestionsParams

type GetQuerySuggestionsParams struct {
	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetQuerySuggestionsParams defines parameters for GetQuerySuggestions.

type GetQuerySuggestionsResponse added in v2.2.0

type GetQuerySuggestionsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *FluxSuggestions
	JSONDefault  *Error
}

func ParseGetQuerySuggestionsResponse

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

ParseGetQuerySuggestionsResponse parses an HTTP response from a GetQuerySuggestionsWithResponse call

func (GetQuerySuggestionsResponse) Status added in v2.2.0

Status returns HTTPResponse.Status

func (GetQuerySuggestionsResponse) StatusCode added in v2.2.0

func (r GetQuerySuggestionsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetReadyParams

type GetReadyParams struct {
	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetReadyParams defines parameters for GetReady.

type GetReadyResponse added in v2.2.0

type GetReadyResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *Ready
	JSONDefault  *Error
}

func ParseGetReadyResponse

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

ParseGetReadyResponse parses an HTTP response from a GetReadyWithResponse call

func (GetReadyResponse) Status added in v2.2.0

func (r GetReadyResponse) Status() string

Status returns HTTPResponse.Status

func (GetReadyResponse) StatusCode added in v2.2.0

func (r GetReadyResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetRemoteConnectionByIDParams added in v2.8.0

type GetRemoteConnectionByIDParams struct {
	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetRemoteConnectionByIDParams defines parameters for GetRemoteConnectionByID.

type GetRemoteConnectionByIDResponse added in v2.8.0

type GetRemoteConnectionByIDResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *RemoteConnection
	JSON404      *Error
	JSONDefault  *Error
}

func ParseGetRemoteConnectionByIDResponse added in v2.8.0

func ParseGetRemoteConnectionByIDResponse(rsp *http.Response) (*GetRemoteConnectionByIDResponse, error)

ParseGetRemoteConnectionByIDResponse parses an HTTP response from a GetRemoteConnectionByIDWithResponse call

func (GetRemoteConnectionByIDResponse) Status added in v2.8.0

Status returns HTTPResponse.Status

func (GetRemoteConnectionByIDResponse) StatusCode added in v2.8.0

func (r GetRemoteConnectionByIDResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetRemoteConnectionsParams added in v2.8.0

type GetRemoteConnectionsParams struct {
	// The organization ID.
	OrgID     string  `json:"orgID"`
	Name      *string `json:"name,omitempty"`
	RemoteURL *string `json:"remoteURL,omitempty"`

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetRemoteConnectionsParams defines parameters for GetRemoteConnections.

type GetRemoteConnectionsResponse added in v2.8.0

type GetRemoteConnectionsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *RemoteConnections
	JSON404      *Error
	JSONDefault  *Error
}

func ParseGetRemoteConnectionsResponse added in v2.8.0

func ParseGetRemoteConnectionsResponse(rsp *http.Response) (*GetRemoteConnectionsResponse, error)

ParseGetRemoteConnectionsResponse parses an HTTP response from a GetRemoteConnectionsWithResponse call

func (GetRemoteConnectionsResponse) Status added in v2.8.0

Status returns HTTPResponse.Status

func (GetRemoteConnectionsResponse) StatusCode added in v2.8.0

func (r GetRemoteConnectionsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetReplicationByIDParams added in v2.8.0

type GetReplicationByIDParams struct {
	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetReplicationByIDParams defines parameters for GetReplicationByID.

type GetReplicationByIDResponse added in v2.8.0

type GetReplicationByIDResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *Replication
	JSON404      *Error
	JSONDefault  *Error
}

func ParseGetReplicationByIDResponse added in v2.8.0

func ParseGetReplicationByIDResponse(rsp *http.Response) (*GetReplicationByIDResponse, error)

ParseGetReplicationByIDResponse parses an HTTP response from a GetReplicationByIDWithResponse call

func (GetReplicationByIDResponse) Status added in v2.8.0

Status returns HTTPResponse.Status

func (GetReplicationByIDResponse) StatusCode added in v2.8.0

func (r GetReplicationByIDResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetReplicationsParams added in v2.8.0

type GetReplicationsParams struct {
	// The organization ID.
	OrgID         string  `json:"orgID"`
	Name          *string `json:"name,omitempty"`
	RemoteID      *string `json:"remoteID,omitempty"`
	LocalBucketID *string `json:"localBucketID,omitempty"`

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetReplicationsParams defines parameters for GetReplications.

type GetReplicationsResponse added in v2.8.0

type GetReplicationsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *Replications
	JSON404      *Error
	JSONDefault  *Error
}

func ParseGetReplicationsResponse added in v2.8.0

func ParseGetReplicationsResponse(rsp *http.Response) (*GetReplicationsResponse, error)

ParseGetReplicationsResponse parses an HTTP response from a GetReplicationsWithResponse call

func (GetReplicationsResponse) Status added in v2.8.0

func (r GetReplicationsResponse) Status() string

Status returns HTTPResponse.Status

func (GetReplicationsResponse) StatusCode added in v2.8.0

func (r GetReplicationsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetResourcesParams added in v2.6.0

type GetResourcesParams struct {
	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetResourcesParams defines parameters for GetResources.

type GetResourcesResponse added in v2.6.0

type GetResourcesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]string
	JSONDefault  *Error
}

func ParseGetResourcesResponse added in v2.6.0

func ParseGetResourcesResponse(rsp *http.Response) (*GetResourcesResponse, error)

ParseGetResourcesResponse parses an HTTP response from a GetResourcesWithResponse call

func (GetResourcesResponse) Status added in v2.6.0

func (r GetResourcesResponse) Status() string

Status returns HTTPResponse.Status

func (GetResourcesResponse) StatusCode added in v2.6.0

func (r GetResourcesResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetRoutesParams

type GetRoutesParams struct {
	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetRoutesParams defines parameters for GetRoutes.

type GetRoutesResponse added in v2.2.0

type GetRoutesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSONDefault  *Routes
}

func ParseGetRoutesResponse

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

ParseGetRoutesResponse parses an HTTP response from a GetRoutesWithResponse call

func (GetRoutesResponse) Status added in v2.2.0

func (r GetRoutesResponse) Status() string

Status returns HTTPResponse.Status

func (GetRoutesResponse) StatusCode added in v2.2.0

func (r GetRoutesResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetScrapersIDLabelsParams

type GetScrapersIDLabelsParams struct {
	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetScrapersIDLabelsParams defines parameters for GetScrapersIDLabels.

type GetScrapersIDLabelsResponse added in v2.2.0

type GetScrapersIDLabelsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *LabelsResponse
	JSONDefault  *Error
}

func ParseGetScrapersIDLabelsResponse

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

ParseGetScrapersIDLabelsResponse parses an HTTP response from a GetScrapersIDLabelsWithResponse call

func (GetScrapersIDLabelsResponse) Status added in v2.2.0

Status returns HTTPResponse.Status

func (GetScrapersIDLabelsResponse) StatusCode added in v2.2.0

func (r GetScrapersIDLabelsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetScrapersIDMembersParams

type GetScrapersIDMembersParams struct {
	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetScrapersIDMembersParams defines parameters for GetScrapersIDMembers.

type GetScrapersIDMembersResponse added in v2.2.0

type GetScrapersIDMembersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *ResourceMembers
	JSONDefault  *Error
}

func ParseGetScrapersIDMembersResponse

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

ParseGetScrapersIDMembersResponse parses an HTTP response from a GetScrapersIDMembersWithResponse call

func (GetScrapersIDMembersResponse) Status added in v2.2.0

Status returns HTTPResponse.Status

func (GetScrapersIDMembersResponse) StatusCode added in v2.2.0

func (r GetScrapersIDMembersResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetScrapersIDOwnersParams

type GetScrapersIDOwnersParams struct {
	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetScrapersIDOwnersParams defines parameters for GetScrapersIDOwners.

type GetScrapersIDOwnersResponse added in v2.2.0

type GetScrapersIDOwnersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *ResourceOwners
	JSONDefault  *Error
}

func ParseGetScrapersIDOwnersResponse

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

ParseGetScrapersIDOwnersResponse parses an HTTP response from a GetScrapersIDOwnersWithResponse call

func (GetScrapersIDOwnersResponse) Status added in v2.2.0

Status returns HTTPResponse.Status

func (GetScrapersIDOwnersResponse) StatusCode added in v2.2.0

func (r GetScrapersIDOwnersResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetScrapersIDParams

type GetScrapersIDParams struct {
	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetScrapersIDParams defines parameters for GetScrapersID.

type GetScrapersIDResponse added in v2.2.0

type GetScrapersIDResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *ScraperTargetResponse
	JSONDefault  *Error
}

func ParseGetScrapersIDResponse

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

ParseGetScrapersIDResponse parses an HTTP response from a GetScrapersIDWithResponse call

func (GetScrapersIDResponse) Status added in v2.2.0

func (r GetScrapersIDResponse) Status() string

Status returns HTTPResponse.Status

func (GetScrapersIDResponse) StatusCode added in v2.2.0

func (r GetScrapersIDResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

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 GetScrapersResponse added in v2.2.0

type GetScrapersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *ScraperTargetResponses
}

func ParseGetScrapersResponse

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

ParseGetScrapersResponse parses an HTTP response from a GetScrapersWithResponse call

func (GetScrapersResponse) Status added in v2.2.0

func (r GetScrapersResponse) Status() string

Status returns HTTPResponse.Status

func (GetScrapersResponse) StatusCode added in v2.2.0

func (r GetScrapersResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetSetupParams

type GetSetupParams struct {
	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetSetupParams defines parameters for GetSetup.

type GetSetupResponse added in v2.2.0

type GetSetupResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *IsOnboarding
}

func ParseGetSetupResponse

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

ParseGetSetupResponse parses an HTTP response from a GetSetupWithResponse call

func (GetSetupResponse) Status added in v2.2.0

func (r GetSetupResponse) Status() string

Status returns HTTPResponse.Status

func (GetSetupResponse) StatusCode added in v2.2.0

func (r GetSetupResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetSourcesIDBucketsParams

type GetSourcesIDBucketsParams struct {
	// The name of the organization.
	Org *string `json:"org,omitempty"`

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetSourcesIDBucketsParams defines parameters for GetSourcesIDBuckets.

type GetSourcesIDBucketsResponse added in v2.2.0

type GetSourcesIDBucketsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *Buckets
	JSON404      *Error
	JSONDefault  *Error
}

func ParseGetSourcesIDBucketsResponse

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

ParseGetSourcesIDBucketsResponse parses an HTTP response from a GetSourcesIDBucketsWithResponse call

func (GetSourcesIDBucketsResponse) Status added in v2.2.0

Status returns HTTPResponse.Status

func (GetSourcesIDBucketsResponse) StatusCode added in v2.2.0

func (r GetSourcesIDBucketsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetSourcesIDHealthParams

type GetSourcesIDHealthParams struct {
	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetSourcesIDHealthParams defines parameters for GetSourcesIDHealth.

type GetSourcesIDHealthResponse added in v2.2.0

type GetSourcesIDHealthResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *HealthCheck
	JSON503      *HealthCheck
	JSONDefault  *Error
}

func ParseGetSourcesIDHealthResponse

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

ParseGetSourcesIDHealthResponse parses an HTTP response from a GetSourcesIDHealthWithResponse call

func (GetSourcesIDHealthResponse) Status added in v2.2.0

Status returns HTTPResponse.Status

func (GetSourcesIDHealthResponse) StatusCode added in v2.2.0

func (r GetSourcesIDHealthResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetSourcesIDParams

type GetSourcesIDParams struct {
	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetSourcesIDParams defines parameters for GetSourcesID.

type GetSourcesIDResponse added in v2.2.0

type GetSourcesIDResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *Source
	JSON404      *Error
	JSONDefault  *Error
}

func ParseGetSourcesIDResponse

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

ParseGetSourcesIDResponse parses an HTTP response from a GetSourcesIDWithResponse call

func (GetSourcesIDResponse) Status added in v2.2.0

func (r GetSourcesIDResponse) Status() string

Status returns HTTPResponse.Status

func (GetSourcesIDResponse) StatusCode added in v2.2.0

func (r GetSourcesIDResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetSourcesParams

type GetSourcesParams struct {
	// The name of the organization.
	Org *string `json:"org,omitempty"`

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetSourcesParams defines parameters for GetSources.

type GetSourcesResponse added in v2.2.0

type GetSourcesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *Sources
	JSONDefault  *Error
}

func ParseGetSourcesResponse

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

ParseGetSourcesResponse parses an HTTP response from a GetSourcesWithResponse call

func (GetSourcesResponse) Status added in v2.2.0

func (r GetSourcesResponse) Status() string

Status returns HTTPResponse.Status

func (GetSourcesResponse) StatusCode added in v2.2.0

func (r GetSourcesResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetTasksIDLabelsParams

type GetTasksIDLabelsParams struct {
	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetTasksIDLabelsParams defines parameters for GetTasksIDLabels.

type GetTasksIDLabelsResponse added in v2.2.0

type GetTasksIDLabelsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *LabelsResponse
	JSONDefault  *Error
}

func ParseGetTasksIDLabelsResponse

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

ParseGetTasksIDLabelsResponse parses an HTTP response from a GetTasksIDLabelsWithResponse call

func (GetTasksIDLabelsResponse) Status added in v2.2.0

func (r GetTasksIDLabelsResponse) Status() string

Status returns HTTPResponse.Status

func (GetTasksIDLabelsResponse) StatusCode added in v2.2.0

func (r GetTasksIDLabelsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetTasksIDLogsParams

type GetTasksIDLogsParams struct {
	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetTasksIDLogsParams defines parameters for GetTasksIDLogs.

type GetTasksIDLogsResponse added in v2.2.0

type GetTasksIDLogsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *Logs
	JSONDefault  *Error
}

func ParseGetTasksIDLogsResponse

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

ParseGetTasksIDLogsResponse parses an HTTP response from a GetTasksIDLogsWithResponse call

func (GetTasksIDLogsResponse) Status added in v2.2.0

func (r GetTasksIDLogsResponse) Status() string

Status returns HTTPResponse.Status

func (GetTasksIDLogsResponse) StatusCode added in v2.2.0

func (r GetTasksIDLogsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetTasksIDMembersParams

type GetTasksIDMembersParams struct {
	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetTasksIDMembersParams defines parameters for GetTasksIDMembers.

type GetTasksIDMembersResponse added in v2.2.0

type GetTasksIDMembersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *ResourceMembers
	JSONDefault  *Error
}

func ParseGetTasksIDMembersResponse

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

ParseGetTasksIDMembersResponse parses an HTTP response from a GetTasksIDMembersWithResponse call

func (GetTasksIDMembersResponse) Status added in v2.2.0

func (r GetTasksIDMembersResponse) Status() string

Status returns HTTPResponse.Status

func (GetTasksIDMembersResponse) StatusCode added in v2.2.0

func (r GetTasksIDMembersResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetTasksIDOwnersParams

type GetTasksIDOwnersParams struct {
	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetTasksIDOwnersParams defines parameters for GetTasksIDOwners.

type GetTasksIDOwnersResponse added in v2.2.0

type GetTasksIDOwnersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *ResourceOwners
	JSONDefault  *Error
}

func ParseGetTasksIDOwnersResponse

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

ParseGetTasksIDOwnersResponse parses an HTTP response from a GetTasksIDOwnersWithResponse call

func (GetTasksIDOwnersResponse) Status added in v2.2.0

func (r GetTasksIDOwnersResponse) Status() string

Status returns HTTPResponse.Status

func (GetTasksIDOwnersResponse) StatusCode added in v2.2.0

func (r GetTasksIDOwnersResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetTasksIDParams

type GetTasksIDParams struct {
	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetTasksIDParams defines parameters for GetTasksID.

type GetTasksIDResponse added in v2.2.0

type GetTasksIDResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *Task
	JSONDefault  *Error
}

func ParseGetTasksIDResponse

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

ParseGetTasksIDResponse parses an HTTP response from a GetTasksIDWithResponse call

func (GetTasksIDResponse) Status added in v2.2.0

func (r GetTasksIDResponse) Status() string

Status returns HTTPResponse.Status

func (GetTasksIDResponse) StatusCode added in v2.2.0

func (r GetTasksIDResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetTasksIDRunsIDLogsParams

type GetTasksIDRunsIDLogsParams struct {
	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetTasksIDRunsIDLogsParams defines parameters for GetTasksIDRunsIDLogs.

type GetTasksIDRunsIDLogsResponse added in v2.2.0

type GetTasksIDRunsIDLogsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *Logs
	JSONDefault  *Error
}

func ParseGetTasksIDRunsIDLogsResponse

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

ParseGetTasksIDRunsIDLogsResponse parses an HTTP response from a GetTasksIDRunsIDLogsWithResponse call

func (GetTasksIDRunsIDLogsResponse) Status added in v2.2.0

Status returns HTTPResponse.Status

func (GetTasksIDRunsIDLogsResponse) StatusCode added in v2.2.0

func (r GetTasksIDRunsIDLogsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetTasksIDRunsIDParams

type GetTasksIDRunsIDParams struct {
	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetTasksIDRunsIDParams defines parameters for GetTasksIDRunsID.

type GetTasksIDRunsIDResponse added in v2.2.0

type GetTasksIDRunsIDResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *Run
	JSONDefault  *Error
}

func ParseGetTasksIDRunsIDResponse

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

ParseGetTasksIDRunsIDResponse parses an HTTP response from a GetTasksIDRunsIDWithResponse call

func (GetTasksIDRunsIDResponse) Status added in v2.2.0

func (r GetTasksIDRunsIDResponse) Status() string

Status returns HTTPResponse.Status

func (GetTasksIDRunsIDResponse) StatusCode added in v2.2.0

func (r GetTasksIDRunsIDResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

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 GetTasksIDRunsResponse added in v2.2.0

type GetTasksIDRunsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *Runs
	JSONDefault  *Error
}

func ParseGetTasksIDRunsResponse

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

ParseGetTasksIDRunsResponse parses an HTTP response from a GetTasksIDRunsWithResponse call

func (GetTasksIDRunsResponse) Status added in v2.2.0

func (r GetTasksIDRunsResponse) Status() string

Status returns HTTPResponse.Status

func (GetTasksIDRunsResponse) StatusCode added in v2.2.0

func (r GetTasksIDRunsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

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"`

	// Type of task, unset by default.
	Type *GetTasksParamsType `json:"type,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 GetTasksParamsType added in v2.6.0

type GetTasksParamsType string

GetTasksParamsType defines parameters for GetTasks.

type GetTasksResponse added in v2.2.0

type GetTasksResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *Tasks
	JSONDefault  *Error
}

func ParseGetTasksResponse

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

ParseGetTasksResponse parses an HTTP response from a GetTasksWithResponse call

func (GetTasksResponse) Status added in v2.2.0

func (r GetTasksResponse) Status() string

Status returns HTTPResponse.Status

func (GetTasksResponse) StatusCode added in v2.2.0

func (r GetTasksResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

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 GetTelegrafPluginsResponse added in v2.2.0

type GetTelegrafPluginsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *TelegrafPlugins
	JSONDefault  *Error
}

func ParseGetTelegrafPluginsResponse

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

ParseGetTelegrafPluginsResponse parses an HTTP response from a GetTelegrafPluginsWithResponse call

func (GetTelegrafPluginsResponse) Status added in v2.2.0

Status returns HTTPResponse.Status

func (GetTelegrafPluginsResponse) StatusCode added in v2.2.0

func (r GetTelegrafPluginsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetTelegrafsIDLabelsParams

type GetTelegrafsIDLabelsParams struct {
	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetTelegrafsIDLabelsParams defines parameters for GetTelegrafsIDLabels.

type GetTelegrafsIDLabelsResponse added in v2.2.0

type GetTelegrafsIDLabelsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *LabelsResponse
	JSONDefault  *Error
}

func ParseGetTelegrafsIDLabelsResponse

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

ParseGetTelegrafsIDLabelsResponse parses an HTTP response from a GetTelegrafsIDLabelsWithResponse call

func (GetTelegrafsIDLabelsResponse) Status added in v2.2.0

Status returns HTTPResponse.Status

func (GetTelegrafsIDLabelsResponse) StatusCode added in v2.2.0

func (r GetTelegrafsIDLabelsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetTelegrafsIDMembersParams

type GetTelegrafsIDMembersParams struct {
	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetTelegrafsIDMembersParams defines parameters for GetTelegrafsIDMembers.

type GetTelegrafsIDMembersResponse added in v2.2.0

type GetTelegrafsIDMembersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *ResourceMembers
	JSONDefault  *Error
}

func ParseGetTelegrafsIDMembersResponse

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

ParseGetTelegrafsIDMembersResponse parses an HTTP response from a GetTelegrafsIDMembersWithResponse call

func (GetTelegrafsIDMembersResponse) Status added in v2.2.0

Status returns HTTPResponse.Status

func (GetTelegrafsIDMembersResponse) StatusCode added in v2.2.0

func (r GetTelegrafsIDMembersResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetTelegrafsIDOwnersParams

type GetTelegrafsIDOwnersParams struct {
	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetTelegrafsIDOwnersParams defines parameters for GetTelegrafsIDOwners.

type GetTelegrafsIDOwnersResponse added in v2.2.0

type GetTelegrafsIDOwnersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *ResourceOwners
	JSONDefault  *Error
}

func ParseGetTelegrafsIDOwnersResponse

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

ParseGetTelegrafsIDOwnersResponse parses an HTTP response from a GetTelegrafsIDOwnersWithResponse call

func (GetTelegrafsIDOwnersResponse) Status added in v2.2.0

Status returns HTTPResponse.Status

func (GetTelegrafsIDOwnersResponse) StatusCode added in v2.2.0

func (r GetTelegrafsIDOwnersResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

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 GetTelegrafsIDResponse added in v2.2.0

type GetTelegrafsIDResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *Telegraf
	JSONDefault  *Error
}

func ParseGetTelegrafsIDResponse

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

ParseGetTelegrafsIDResponse parses an HTTP response from a GetTelegrafsIDWithResponse call

func (GetTelegrafsIDResponse) Status added in v2.2.0

func (r GetTelegrafsIDResponse) Status() string

Status returns HTTPResponse.Status

func (GetTelegrafsIDResponse) StatusCode added in v2.2.0

func (r GetTelegrafsIDResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

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 GetTelegrafsResponse added in v2.2.0

type GetTelegrafsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *Telegrafs
	JSONDefault  *Error
}

func ParseGetTelegrafsResponse

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

ParseGetTelegrafsResponse parses an HTTP response from a GetTelegrafsWithResponse call

func (GetTelegrafsResponse) Status added in v2.2.0

func (r GetTelegrafsResponse) Status() string

Status returns HTTPResponse.Status

func (GetTelegrafsResponse) StatusCode added in v2.2.0

func (r GetTelegrafsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetUsersIDParams

type GetUsersIDParams struct {
	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetUsersIDParams defines parameters for GetUsersID.

type GetUsersIDResponse added in v2.2.0

type GetUsersIDResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *UserResponse
	JSONDefault  *Error
}

func ParseGetUsersIDResponse

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

ParseGetUsersIDResponse parses an HTTP response from a GetUsersIDWithResponse call

func (GetUsersIDResponse) Status added in v2.2.0

func (r GetUsersIDResponse) Status() string

Status returns HTTPResponse.Status

func (GetUsersIDResponse) StatusCode added in v2.2.0

func (r GetUsersIDResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetUsersParams

type GetUsersParams struct {
	Offset *Offset `json:"offset,omitempty"`
	Limit  *Limit  `json:"limit,omitempty"`

	// Resource ID to seek from. Results are not inclusive of this ID. Use `after` instead of `offset`.
	After *After  `json:"after,omitempty"`
	Name  *string `json:"name,omitempty"`
	Id    *string `json:"id,omitempty"`

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetUsersParams defines parameters for GetUsers.

type GetUsersResponse added in v2.2.0

type GetUsersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *Users
	JSONDefault  *Error
}

func ParseGetUsersResponse

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

ParseGetUsersResponse parses an HTTP response from a GetUsersWithResponse call

func (GetUsersResponse) Status added in v2.2.0

func (r GetUsersResponse) Status() string

Status returns HTTPResponse.Status

func (GetUsersResponse) StatusCode added in v2.2.0

func (r GetUsersResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetVariablesIDLabelsParams

type GetVariablesIDLabelsParams struct {
	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetVariablesIDLabelsParams defines parameters for GetVariablesIDLabels.

type GetVariablesIDLabelsResponse added in v2.2.0

type GetVariablesIDLabelsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *LabelsResponse
	JSONDefault  *Error
}

func ParseGetVariablesIDLabelsResponse

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

ParseGetVariablesIDLabelsResponse parses an HTTP response from a GetVariablesIDLabelsWithResponse call

func (GetVariablesIDLabelsResponse) Status added in v2.2.0

Status returns HTTPResponse.Status

func (GetVariablesIDLabelsResponse) StatusCode added in v2.2.0

func (r GetVariablesIDLabelsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetVariablesIDParams

type GetVariablesIDParams struct {
	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetVariablesIDParams defines parameters for GetVariablesID.

type GetVariablesIDResponse added in v2.2.0

type GetVariablesIDResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *Variable
	JSON404      *Error
	JSONDefault  *Error
}

func ParseGetVariablesIDResponse

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

ParseGetVariablesIDResponse parses an HTTP response from a GetVariablesIDWithResponse call

func (GetVariablesIDResponse) Status added in v2.2.0

func (r GetVariablesIDResponse) Status() string

Status returns HTTPResponse.Status

func (GetVariablesIDResponse) StatusCode added in v2.2.0

func (r GetVariablesIDResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetVariablesParams

type GetVariablesParams struct {
	// The name of the organization.
	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 GetVariablesResponse added in v2.2.0

type GetVariablesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *Variables
	JSON400      *Error
	JSONDefault  *Error
}

func ParseGetVariablesResponse

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

ParseGetVariablesResponse parses an HTTP response from a GetVariablesWithResponse call

func (GetVariablesResponse) Status added in v2.2.0

func (r GetVariablesResponse) Status() string

Status returns HTTPResponse.Status

func (GetVariablesResponse) StatusCode added in v2.2.0

func (r GetVariablesResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GreaterThreshold

type GreaterThreshold struct {
	// Embedded struct due to allOf(#/components/schemas/ThresholdBase)
	ThresholdBase `yaml:",inline"`
	// 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 `yaml:",inline"`
	// 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:"-"`
}

Customized 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 `yaml:",inline"`
	// Embedded struct due to allOf(#/components/schemas/HTTPNotificationRuleBase)
	HTTPNotificationRuleBase `yaml:",inline"`
}

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 HeadPingResponse added in v2.5.0

type HeadPingResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseHeadPingResponse added in v2.5.0

func ParseHeadPingResponse(rsp *http.Response) (*HeadPingResponse, error)

ParseHeadPingResponse parses an HTTP response from a HeadPingWithResponse call

func (HeadPingResponse) Status added in v2.5.0

func (r HeadPingResponse) Status() string

Status returns HTTPResponse.Status

func (HeadPingResponse) StatusCode added in v2.5.0

func (r HeadPingResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

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"`
	GenerateXAxisTicks         *[]string                  `json:"generateXAxisTicks,omitempty"`
	GenerateYAxisTicks         *[]string                  `json:"generateYAxisTicks,omitempty"`
	LegendColorizeRows         *bool                      `json:"legendColorizeRows,omitempty"`
	LegendHide                 *bool                      `json:"legendHide,omitempty"`
	LegendOpacity              *float32                   `json:"legendOpacity,omitempty"`
	LegendOrientationThreshold *int                       `json:"legendOrientationThreshold,omitempty"`
	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"`
	XTickStart        *float32                  `json:"xTickStart,omitempty"`
	XTickStep         *float32                  `json:"xTickStep,omitempty"`
	XTotalTicks       *int                      `json:"xTotalTicks,omitempty"`
	YAxisLabel        string                    `json:"yAxisLabel"`
	YColumn           string                    `json:"yColumn"`
	YDomain           []float32                 `json:"yDomain"`
	YPrefix           string                    `json:"yPrefix"`
	YSuffix           string                    `json:"ySuffix"`
	YTickStart        *float32                  `json:"yTickStart,omitempty"`
	YTickStep         *float32                  `json:"yTickStep,omitempty"`
	YTotalTicks       *int                      `json:"yTotalTicks,omitempty"`
}

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"`
	LegendColorizeRows         *bool                           `json:"legendColorizeRows,omitempty"`
	LegendHide                 *bool                           `json:"legendHide,omitempty"`
	LegendOpacity              *float32                        `json:"legendOpacity,omitempty"`
	LegendOrientationThreshold *int                            `json:"legendOrientationThreshold,omitempty"`
	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"`
}

A valid Flux 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"`
}

Declares a package import

type IndexExpression

type IndexExpression struct {
	Array *Expression `json:"array,omitempty"`
	Index *Expression `json:"index,omitempty"`

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

Represents indexing into an array

type IntegerLiteral

type IntegerLiteral struct {
	// Type of AST node
	Type  *NodeType `json:"type,omitempty"`
	Value *string   `json:"value,omitempty"`
}

Represents integer numbers

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"`
	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:"-"`
}

Key/Value pairs associated with this label. Keys can be removed by sending an update with an empty value.

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:"-"`
}

Key/Value pairs associated with this label. Keys can be removed by sending an update with an empty value.

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:"-"`
}

Key/Value pairs associated with this label. Keys can be removed by sending an update with an empty value.

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"`
}

Flux query to be analyzed.

type LatLonColumn added in v2.5.0

type LatLonColumn struct {
	// Column to look up Lat/Lon
	Column string `json:"column"`

	// Key to determine whether the column is tag/field
	Key string `json:"key"`
}

Object type for key and column definitions

type LatLonColumns added in v2.5.0

type LatLonColumns struct {
	// Object type for key and column definitions
	Lat LatLonColumn `json:"lat"`

	// Object type for key and column definitions
	Lon LatLonColumn `json:"lon"`
}

Object type to define lat/lon columns

type LegacyAuthorizationPostRequest added in v2.5.0

type LegacyAuthorizationPostRequest struct {
	// Embedded struct due to allOf(#/components/schemas/AuthorizationUpdateRequest)
	AuthorizationUpdateRequest `yaml:",inline"`
	// Embedded fields due to inline allOf schema
	// 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"`

	// Token (name) of the authorization
	Token *string `json:"token,omitempty"`

	// ID of user that authorization is scoped to.
	UserID *string `json:"userID,omitempty"`
}

LegacyAuthorizationPostRequest defines model for LegacyAuthorizationPostRequest.

type LesserThreshold

type LesserThreshold struct {
	// Embedded struct due to allOf(#/components/schemas/ThresholdBase)
	ThresholdBase `yaml:",inline"`
	// 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"`
	GenerateXAxisTicks         *[]string                                   `json:"generateXAxisTicks,omitempty"`
	GenerateYAxisTicks         *[]string                                   `json:"generateYAxisTicks,omitempty"`
	HoverDimension             *LinePlusSingleStatPropertiesHoverDimension `json:"hoverDimension,omitempty"`
	LegendColorizeRows         *bool                                       `json:"legendColorizeRows,omitempty"`
	LegendHide                 *bool                                       `json:"legendHide,omitempty"`
	LegendOpacity              *float32                                    `json:"legendOpacity,omitempty"`
	LegendOrientationThreshold *int                                        `json:"legendOrientationThreshold,omitempty"`
	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"`

	// StaticLegend represents the options specific to the static legend
	StaticLegend *StaticLegend                    `json:"staticLegend,omitempty"`
	Suffix       string                           `json:"suffix"`
	TimeFormat   *string                          `json:"timeFormat,omitempty"`
	Type         LinePlusSingleStatPropertiesType `json:"type"`
	XColumn      *string                          `json:"xColumn,omitempty"`
	XTickStart   *float32                         `json:"xTickStart,omitempty"`
	XTickStep    *float32                         `json:"xTickStep,omitempty"`
	XTotalTicks  *int                             `json:"xTotalTicks,omitempty"`
	YColumn      *string                          `json:"yColumn,omitempty"`
	YTickStart   *float32                         `json:"yTickStart,omitempty"`
	YTickStep    *float32                         `json:"yTickStep,omitempty"`
	YTotalTicks  *int                             `json:"yTotalTicks,omitempty"`
}

LinePlusSingleStatProperties defines model for LinePlusSingleStatProperties.

type LinePlusSingleStatPropertiesHoverDimension

type LinePlusSingleStatPropertiesHoverDimension string

LinePlusSingleStatPropertiesHoverDimension defines model for LinePlusSingleStatProperties.HoverDimension.

const (
	LinePlusSingleStatPropertiesHoverDimensionAuto LinePlusSingleStatPropertiesHoverDimension = "auto"

	LinePlusSingleStatPropertiesHoverDimensionX LinePlusSingleStatPropertiesHoverDimension = "x"

	LinePlusSingleStatPropertiesHoverDimensionXy LinePlusSingleStatPropertiesHoverDimension = "xy"

	LinePlusSingleStatPropertiesHoverDimensionY LinePlusSingleStatPropertiesHoverDimension = "y"
)

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"`

	// Stack of errors that occurred during processing of the request. Useful for debugging.
	Err *string `json:"err,omitempty"`

	// First line in the request body that contains malformed data.
	Line *int32 `json:"line,omitempty"`

	// Human-readable message.
	Message *string `json:"message,omitempty"`

	// Describes the logical code operation when the error occurred. Useful for debugging.
	Op *string `json:"op,omitempty"`
}

LineProtocolError defines model for LineProtocolError.

type LineProtocolErrorCode

type LineProtocolErrorCode string

Code is the machine-readable error 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"`

	// Human-readable message.
	Message string `json:"message"`
}

LineProtocolLengthError defines model for LineProtocolLengthError.

type LineProtocolLengthErrorCode

type LineProtocolLengthErrorCode string

Code is the machine-readable error code.

const (
	LineProtocolLengthErrorCodeInvalid LineProtocolLengthErrorCode = "invalid"
)

Defines values for LineProtocolLengthErrorCode.

type Link string

URI of resource.

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 ListStacksResponse added in v2.2.0

type ListStacksResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Stacks *[]Stack `json:"stacks,omitempty"`
	}
	JSONDefault *Error
}

func ParseListStacksResponse

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

ParseListStacksResponse parses an HTTP response from a ListStacksWithResponse call

func (ListStacksResponse) Status added in v2.2.0

func (r ListStacksResponse) Status() string

Status returns HTTPResponse.Status

func (ListStacksResponse) StatusCode added in v2.2.0

func (r ListStacksResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type LogEvent

type LogEvent struct {
	// A description of the event that occurred.
	Message *string `json:"message,omitempty"`

	// the ID of the task that logged
	RunID *string `json:"runID,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"`
}

Represents the rule conditions that collectively evaluate to either true or false

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"`
}

Object property assignment

type MemberExpression

type MemberExpression struct {
	Object   *Expression  `json:"object,omitempty"`
	Property *PropertyKey `json:"property,omitempty"`

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

Represents accessing a property of an object

type MetadataBackup added in v2.5.0

type MetadataBackup struct {
	Buckets BucketMetadataManifests `json:"buckets"`
	Kv      string                  `json:"kv"`
	Sql     string                  `json:"sql"`
}

MetadataBackup defines model for MetadataBackup.

type MosaicViewProperties

type MosaicViewProperties struct {
	// Colors define color encoding of data into a visualization
	Colors                     []string                            `json:"colors"`
	FillColumns                []string                            `json:"fillColumns"`
	GenerateXAxisTicks         *[]string                           `json:"generateXAxisTicks,omitempty"`
	HoverDimension             *MosaicViewPropertiesHoverDimension `json:"hoverDimension,omitempty"`
	LegendColorizeRows         *bool                               `json:"legendColorizeRows,omitempty"`
	LegendHide                 *bool                               `json:"legendHide,omitempty"`
	LegendOpacity              *float32                            `json:"legendOpacity,omitempty"`
	LegendOrientationThreshold *int                                `json:"legendOrientationThreshold,omitempty"`
	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"`
	XTickStart            *float32                 `json:"xTickStart,omitempty"`
	XTickStep             *float32                 `json:"xTickStep,omitempty"`
	XTotalTicks           *int                     `json:"xTotalTicks,omitempty"`
	YAxisLabel            string                   `json:"yAxisLabel"`
	YDomain               []float32                `json:"yDomain"`
	YLabelColumnSeparator *string                  `json:"yLabelColumnSeparator,omitempty"`
	YLabelColumns         *[]string                `json:"yLabelColumns,omitempty"`
	YPrefix               string                   `json:"yPrefix"`
	YSeriesColumns        []string                 `json:"ySeriesColumns"`
	YSuffix               string                   `json:"ySuffix"`
}

MosaicViewProperties defines model for MosaicViewProperties.

type MosaicViewPropertiesHoverDimension added in v2.3.0

type MosaicViewPropertiesHoverDimension string

MosaicViewPropertiesHoverDimension defines model for MosaicViewProperties.HoverDimension.

const (
	MosaicViewPropertiesHoverDimensionAuto MosaicViewPropertiesHoverDimension = "auto"

	MosaicViewPropertiesHoverDimensionX MosaicViewPropertiesHoverDimension = "x"

	MosaicViewPropertiesHoverDimensionXy MosaicViewPropertiesHoverDimension = "xy"

	MosaicViewPropertiesHoverDimensionY MosaicViewPropertiesHoverDimension = "y"
)

Defines values for MosaicViewPropertiesHoverDimension.

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

Type of AST node

type NotificationEndpoint

type NotificationEndpoint struct {
	// Embedded struct due to allOf(#/components/schemas/NotificationEndpointDiscriminator)
	NotificationEndpointDiscriminator `yaml:",inline"`
}

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

The status of the endpoint.

const (
	NotificationEndpointBaseStatusActive NotificationEndpointBaseStatus = "active"

	NotificationEndpointBaseStatusInactive NotificationEndpointBaseStatus = "inactive"
)

Defines values for NotificationEndpointBaseStatus.

type NotificationEndpointDiscriminator added in v2.5.0

type NotificationEndpointDiscriminator interface{}

NotificationEndpointDiscriminator defines model for NotificationEndpointDiscriminator.

type NotificationEndpointType

type NotificationEndpointType string

NotificationEndpointType defines model for NotificationEndpointType.

const (
	NotificationEndpointTypeHttp NotificationEndpointType = "http"

	NotificationEndpointTypePagerduty NotificationEndpointType = "pagerduty"

	NotificationEndpointTypeSlack NotificationEndpointType = "slack"

	NotificationEndpointTypeTelegram NotificationEndpointType = "telegram"
)

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 `yaml:",inline"`
}

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,omitempty"`
	Labels        *Labels                            `json:"labels,omitempty"`
	LastRunError  *string                            `json:"lastRunError,omitempty"`
	LastRunStatus *NotificationRuleBaseLastRunStatus `json:"lastRunStatus,omitempty"`

	// Timestamp (in RFC3339 date/time format](https://datatracker.ietf.org/doc/html/rfc3339)) of the latest scheduled and completed run.
	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,omitempty"`

	// The ID of the task associated with this notification rule.
	TaskID    *string    `json:"taskID,omitempty"`
	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"`
}

Allows the declaration of an anonymous object within a declaration

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"`

	// Retention period *in nanoseconds* for the new bucket. This key's name has been misleading since OSS 2.0 GA, please transition to use `retentionPeriodSeconds`
	RetentionPeriodHrs     *int   `json:"retentionPeriodHrs,omitempty"`
	RetentionPeriodSeconds *int64 `json:"retentionPeriodSeconds,omitempty"`

	// Authentication token to set on the initial user. If not specified, the server will generate a token.
	Token    *string `json:"token,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   *UserResponse  `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"`
}

A single variable declaration

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

If inactive the organization is inactive.

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"`
}

Represents a complete package source tree.

type PackageClause

type PackageClause struct {
	// A valid Flux identifier
	Name *Identifier `json:"name,omitempty"`

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

Defines a package identifier

type PagerDutyNotificationEndpoint

type PagerDutyNotificationEndpoint struct {
	// Embedded struct due to allOf(#/components/schemas/NotificationEndpointBase)
	NotificationEndpointBase `yaml:",inline"`
	// 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 `yaml:",inline"`
	// Embedded struct due to allOf(#/components/schemas/PagerDutyNotificationRuleBase)
	PagerDutyNotificationRuleBase `yaml:",inline"`
}

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"`
}

Represents an expression wrapped in parenthesis

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

PatchAuthorizationsIDJSONRequestBody 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 PatchAuthorizationsIDResponse added in v2.2.0

type PatchAuthorizationsIDResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *Authorization
	JSONDefault  *Error
}

func ParsePatchAuthorizationsIDResponse

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

ParsePatchAuthorizationsIDResponse parses an HTTP response from a PatchAuthorizationsIDWithResponse call

func (PatchAuthorizationsIDResponse) Status added in v2.2.0

Status returns HTTPResponse.Status

func (PatchAuthorizationsIDResponse) StatusCode added in v2.2.0

func (r PatchAuthorizationsIDResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PatchBucketRequest added in v2.5.0

type PatchBucketRequest struct {
	Description *string `json:"description,omitempty"`
	Name        *string `json:"name,omitempty"`

	// Updates to rules to expire or retain data. No rules means no updates.
	RetentionRules *PatchRetentionRules `json:"retentionRules,omitempty"`
}

Updates to an existing bucket resource.

type PatchBucketsIDJSONBody

type PatchBucketsIDJSONBody PatchBucketRequest

PatchBucketsIDJSONBody defines parameters for PatchBucketsID.

type PatchBucketsIDJSONRequestBody

type PatchBucketsIDJSONRequestBody PatchBucketsIDJSONBody

PatchBucketsIDJSONRequestBody 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 PatchBucketsIDResponse added in v2.2.0

type PatchBucketsIDResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *Bucket
	JSONDefault  *Error
}

func ParsePatchBucketsIDResponse

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

ParsePatchBucketsIDResponse parses an HTTP response from a PatchBucketsIDWithResponse call

func (PatchBucketsIDResponse) Status added in v2.2.0

func (r PatchBucketsIDResponse) Status() string

Status returns HTTPResponse.Status

func (PatchBucketsIDResponse) StatusCode added in v2.2.0

func (r PatchBucketsIDResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PatchChecksIDJSONBody

type PatchChecksIDJSONBody CheckPatch

PatchChecksIDJSONBody defines parameters for PatchChecksID.

type PatchChecksIDJSONRequestBody

type PatchChecksIDJSONRequestBody PatchChecksIDJSONBody

PatchChecksIDJSONRequestBody 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 PatchChecksIDResponse added in v2.2.0

type PatchChecksIDResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *Check
	JSON404      *Error
	JSONDefault  *Error
}

func ParsePatchChecksIDResponse

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

ParsePatchChecksIDResponse parses an HTTP response from a PatchChecksIDWithResponse call

func (PatchChecksIDResponse) Status added in v2.2.0

func (r PatchChecksIDResponse) Status() string

Status returns HTTPResponse.Status

func (PatchChecksIDResponse) StatusCode added in v2.2.0

func (r PatchChecksIDResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PatchDBRPIDJSONBody

type PatchDBRPIDJSONBody DBRPUpdate

PatchDBRPIDJSONBody defines parameters for PatchDBRPID.

type PatchDBRPIDJSONRequestBody

type PatchDBRPIDJSONRequestBody PatchDBRPIDJSONBody

PatchDBRPIDJSONRequestBody defines body for PatchDBRPID for application/json ContentType.

type PatchDBRPIDParams

type PatchDBRPIDParams struct {
	// Specifies the organization ID of the mapping
	OrgID *string `json:"orgID,omitempty"`

	// Specifies the organization name of the mapping
	Org *string `json:"org,omitempty"`

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PatchDBRPIDParams defines parameters for PatchDBRPID.

type PatchDBRPIDResponse added in v2.2.0

type PatchDBRPIDResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *DBRPGet
	JSON400      *Error
	JSON404      *Error
	JSONDefault  *Error
}

func ParsePatchDBRPIDResponse

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

ParsePatchDBRPIDResponse parses an HTTP response from a PatchDBRPIDWithResponse call

func (PatchDBRPIDResponse) Status added in v2.2.0

func (r PatchDBRPIDResponse) Status() string

Status returns HTTPResponse.Status

func (PatchDBRPIDResponse) StatusCode added in v2.2.0

func (r PatchDBRPIDResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PatchDashboardsIDCellsIDJSONBody

type PatchDashboardsIDCellsIDJSONBody CellUpdate

PatchDashboardsIDCellsIDJSONBody defines parameters for PatchDashboardsIDCellsID.

type PatchDashboardsIDCellsIDJSONRequestBody

type PatchDashboardsIDCellsIDJSONRequestBody PatchDashboardsIDCellsIDJSONBody

PatchDashboardsIDCellsIDJSONRequestBody 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 PatchDashboardsIDCellsIDResponse added in v2.2.0

type PatchDashboardsIDCellsIDResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *Cell
	JSON404      *Error
	JSONDefault  *Error
}

func ParsePatchDashboardsIDCellsIDResponse

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

ParsePatchDashboardsIDCellsIDResponse parses an HTTP response from a PatchDashboardsIDCellsIDWithResponse call

func (PatchDashboardsIDCellsIDResponse) Status added in v2.2.0

Status returns HTTPResponse.Status

func (PatchDashboardsIDCellsIDResponse) StatusCode added in v2.2.0

func (r PatchDashboardsIDCellsIDResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PatchDashboardsIDCellsIDViewJSONBody

type PatchDashboardsIDCellsIDViewJSONBody View

PatchDashboardsIDCellsIDViewJSONBody defines parameters for PatchDashboardsIDCellsIDView.

type PatchDashboardsIDCellsIDViewJSONRequestBody

type PatchDashboardsIDCellsIDViewJSONRequestBody PatchDashboardsIDCellsIDViewJSONBody

PatchDashboardsIDCellsIDViewJSONRequestBody 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 PatchDashboardsIDCellsIDViewResponse added in v2.2.0

type PatchDashboardsIDCellsIDViewResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *View
	JSON404      *Error
	JSONDefault  *Error
}

func ParsePatchDashboardsIDCellsIDViewResponse

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

ParsePatchDashboardsIDCellsIDViewResponse parses an HTTP response from a PatchDashboardsIDCellsIDViewWithResponse call

func (PatchDashboardsIDCellsIDViewResponse) Status added in v2.2.0

Status returns HTTPResponse.Status

func (PatchDashboardsIDCellsIDViewResponse) StatusCode added in v2.2.0

StatusCode returns HTTPResponse.StatusCode

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

PatchDashboardsIDJSONRequestBody 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 PatchDashboardsIDResponse added in v2.2.0

type PatchDashboardsIDResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *Dashboard
	JSON404      *Error
	JSONDefault  *Error
}

func ParsePatchDashboardsIDResponse

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

ParsePatchDashboardsIDResponse parses an HTTP response from a PatchDashboardsIDWithResponse call

func (PatchDashboardsIDResponse) Status added in v2.2.0

func (r PatchDashboardsIDResponse) Status() string

Status returns HTTPResponse.Status

func (PatchDashboardsIDResponse) StatusCode added in v2.2.0

func (r PatchDashboardsIDResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PatchLabelsIDJSONBody

type PatchLabelsIDJSONBody LabelUpdate

PatchLabelsIDJSONBody defines parameters for PatchLabelsID.

type PatchLabelsIDJSONRequestBody

type PatchLabelsIDJSONRequestBody PatchLabelsIDJSONBody

PatchLabelsIDJSONRequestBody 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 PatchLabelsIDResponse added in v2.2.0

type PatchLabelsIDResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *LabelResponse
	JSON404      *Error
	JSONDefault  *Error
}

func ParsePatchLabelsIDResponse

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

ParsePatchLabelsIDResponse parses an HTTP response from a PatchLabelsIDWithResponse call

func (PatchLabelsIDResponse) Status added in v2.2.0

func (r PatchLabelsIDResponse) Status() string

Status returns HTTPResponse.Status

func (PatchLabelsIDResponse) StatusCode added in v2.2.0

func (r PatchLabelsIDResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PatchLegacyAuthorizationsIDJSONBody added in v2.5.0

type PatchLegacyAuthorizationsIDJSONBody AuthorizationUpdateRequest

PatchLegacyAuthorizationsIDJSONBody defines parameters for PatchLegacyAuthorizationsID.

type PatchLegacyAuthorizationsIDJSONRequestBody added in v2.5.0

type PatchLegacyAuthorizationsIDJSONRequestBody PatchLegacyAuthorizationsIDJSONBody

PatchLegacyAuthorizationsIDJSONRequestBody defines body for PatchLegacyAuthorizationsID for application/json ContentType.

type PatchLegacyAuthorizationsIDParams added in v2.5.0

type PatchLegacyAuthorizationsIDParams struct {
	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PatchLegacyAuthorizationsIDParams defines parameters for PatchLegacyAuthorizationsID.

type PatchLegacyAuthorizationsIDResponse added in v2.5.0

type PatchLegacyAuthorizationsIDResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *Authorization
	JSONDefault  *Error
}

func ParsePatchLegacyAuthorizationsIDResponse added in v2.5.0

func ParsePatchLegacyAuthorizationsIDResponse(rsp *http.Response) (*PatchLegacyAuthorizationsIDResponse, error)

ParsePatchLegacyAuthorizationsIDResponse parses an HTTP response from a PatchLegacyAuthorizationsIDWithResponse call

func (PatchLegacyAuthorizationsIDResponse) Status added in v2.5.0

Status returns HTTPResponse.Status

func (PatchLegacyAuthorizationsIDResponse) StatusCode added in v2.5.0

StatusCode returns HTTPResponse.StatusCode

type PatchNotificationEndpointsIDJSONBody

type PatchNotificationEndpointsIDJSONBody NotificationEndpointUpdate

PatchNotificationEndpointsIDJSONBody defines parameters for PatchNotificationEndpointsID.

type PatchNotificationEndpointsIDJSONRequestBody

type PatchNotificationEndpointsIDJSONRequestBody PatchNotificationEndpointsIDJSONBody

PatchNotificationEndpointsIDJSONRequestBody 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 PatchNotificationEndpointsIDResponse added in v2.2.0

type PatchNotificationEndpointsIDResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *NotificationEndpoint
	JSON404      *Error
	JSONDefault  *Error
}

func ParsePatchNotificationEndpointsIDResponse

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

ParsePatchNotificationEndpointsIDResponse parses an HTTP response from a PatchNotificationEndpointsIDWithResponse call

func (PatchNotificationEndpointsIDResponse) Status added in v2.2.0

Status returns HTTPResponse.Status

func (PatchNotificationEndpointsIDResponse) StatusCode added in v2.2.0

StatusCode returns HTTPResponse.StatusCode

type PatchNotificationRulesIDJSONBody

type PatchNotificationRulesIDJSONBody NotificationRuleUpdate

PatchNotificationRulesIDJSONBody defines parameters for PatchNotificationRulesID.

type PatchNotificationRulesIDJSONRequestBody

type PatchNotificationRulesIDJSONRequestBody PatchNotificationRulesIDJSONBody

PatchNotificationRulesIDJSONRequestBody 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 PatchNotificationRulesIDResponse added in v2.2.0

type PatchNotificationRulesIDResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *NotificationRule
	JSON404      *Error
	JSONDefault  *Error
}

func ParsePatchNotificationRulesIDResponse

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

ParsePatchNotificationRulesIDResponse parses an HTTP response from a PatchNotificationRulesIDWithResponse call

func (PatchNotificationRulesIDResponse) Status added in v2.2.0

Status returns HTTPResponse.Status

func (PatchNotificationRulesIDResponse) StatusCode added in v2.2.0

func (r PatchNotificationRulesIDResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PatchOrganizationRequest added in v2.5.0

type PatchOrganizationRequest struct {
	// New description to set on the organization
	Description *string `json:"description,omitempty"`

	// New name to set on the organization
	Name *string `json:"name,omitempty"`
}

PatchOrganizationRequest defines model for PatchOrganizationRequest.

type PatchOrgsIDJSONBody

type PatchOrgsIDJSONBody PatchOrganizationRequest

PatchOrgsIDJSONBody defines parameters for PatchOrgsID.

type PatchOrgsIDJSONRequestBody

type PatchOrgsIDJSONRequestBody PatchOrgsIDJSONBody

PatchOrgsIDJSONRequestBody 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 PatchOrgsIDResponse added in v2.2.0

type PatchOrgsIDResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *Organization
	JSONDefault  *Error
}

func ParsePatchOrgsIDResponse

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

ParsePatchOrgsIDResponse parses an HTTP response from a PatchOrgsIDWithResponse call

func (PatchOrgsIDResponse) Status added in v2.2.0

func (r PatchOrgsIDResponse) Status() string

Status returns HTTPResponse.Status

func (PatchOrgsIDResponse) StatusCode added in v2.2.0

func (r PatchOrgsIDResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PatchOrgsIDSecretsJSONBody

type PatchOrgsIDSecretsJSONBody Secrets

PatchOrgsIDSecretsJSONBody defines parameters for PatchOrgsIDSecrets.

type PatchOrgsIDSecretsJSONRequestBody

type PatchOrgsIDSecretsJSONRequestBody PatchOrgsIDSecretsJSONBody

PatchOrgsIDSecretsJSONRequestBody 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 PatchOrgsIDSecretsResponse added in v2.2.0

type PatchOrgsIDSecretsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSONDefault  *Error
}

func ParsePatchOrgsIDSecretsResponse

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

ParsePatchOrgsIDSecretsResponse parses an HTTP response from a PatchOrgsIDSecretsWithResponse call

func (PatchOrgsIDSecretsResponse) Status added in v2.2.0

Status returns HTTPResponse.Status

func (PatchOrgsIDSecretsResponse) StatusCode added in v2.2.0

func (r PatchOrgsIDSecretsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PatchRemoteConnectionByIDJSONBody added in v2.8.0

type PatchRemoteConnectionByIDJSONBody RemoteConnectionUpdateRequest

PatchRemoteConnectionByIDJSONBody defines parameters for PatchRemoteConnectionByID.

type PatchRemoteConnectionByIDJSONRequestBody added in v2.8.0

type PatchRemoteConnectionByIDJSONRequestBody PatchRemoteConnectionByIDJSONBody

PatchRemoteConnectionByIDJSONRequestBody defines body for PatchRemoteConnectionByID for application/json ContentType.

type PatchRemoteConnectionByIDParams added in v2.8.0

type PatchRemoteConnectionByIDParams struct {
	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PatchRemoteConnectionByIDParams defines parameters for PatchRemoteConnectionByID.

type PatchRemoteConnectionByIDResponse added in v2.8.0

type PatchRemoteConnectionByIDResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *RemoteConnection
	JSON400      *Error
	JSON404      *Error
	JSONDefault  *Error
}

func ParsePatchRemoteConnectionByIDResponse added in v2.8.0

func ParsePatchRemoteConnectionByIDResponse(rsp *http.Response) (*PatchRemoteConnectionByIDResponse, error)

ParsePatchRemoteConnectionByIDResponse parses an HTTP response from a PatchRemoteConnectionByIDWithResponse call

func (PatchRemoteConnectionByIDResponse) Status added in v2.8.0

Status returns HTTPResponse.Status

func (PatchRemoteConnectionByIDResponse) StatusCode added in v2.8.0

func (r PatchRemoteConnectionByIDResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PatchReplicationByIDJSONBody added in v2.8.0

type PatchReplicationByIDJSONBody ReplicationUpdateRequest

PatchReplicationByIDJSONBody defines parameters for PatchReplicationByID.

type PatchReplicationByIDJSONRequestBody added in v2.8.0

type PatchReplicationByIDJSONRequestBody PatchReplicationByIDJSONBody

PatchReplicationByIDJSONRequestBody defines body for PatchReplicationByID for application/json ContentType.

type PatchReplicationByIDParams added in v2.8.0

type PatchReplicationByIDParams struct {
	// If true, validate the updated information, but don't save it.
	Validate *bool `json:"validate,omitempty"`

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PatchReplicationByIDParams defines parameters for PatchReplicationByID.

type PatchReplicationByIDResponse added in v2.8.0

type PatchReplicationByIDResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *Replication
	JSON400      *Error
	JSON404      *Error
	JSONDefault  *Error
}

func ParsePatchReplicationByIDResponse added in v2.8.0

func ParsePatchReplicationByIDResponse(rsp *http.Response) (*PatchReplicationByIDResponse, error)

ParsePatchReplicationByIDResponse parses an HTTP response from a PatchReplicationByIDWithResponse call

func (PatchReplicationByIDResponse) Status added in v2.8.0

Status returns HTTPResponse.Status

func (PatchReplicationByIDResponse) StatusCode added in v2.8.0

func (r PatchReplicationByIDResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PatchRetentionRule added in v2.5.0

type PatchRetentionRule struct {
	// Duration in seconds for how long data will be kept in the database. 0 means infinite.
	EverySeconds *int64 `json:"everySeconds,omitempty"`

	// Shard duration measured in seconds.
	ShardGroupDurationSeconds *int64                 `json:"shardGroupDurationSeconds,omitempty"`
	Type                      PatchRetentionRuleType `json:"type"`
}

Updates to a rule to expire or retain data.

type PatchRetentionRuleType added in v2.5.0

type PatchRetentionRuleType string

PatchRetentionRuleType defines model for PatchRetentionRule.Type.

const (
	PatchRetentionRuleTypeExpire PatchRetentionRuleType = "expire"
)

Defines values for PatchRetentionRuleType.

type PatchRetentionRules added in v2.5.0

type PatchRetentionRules []PatchRetentionRule

Updates to rules to expire or retain data. No rules means no updates.

type PatchScrapersIDJSONBody

type PatchScrapersIDJSONBody ScraperTargetRequest

PatchScrapersIDJSONBody defines parameters for PatchScrapersID.

type PatchScrapersIDJSONRequestBody

type PatchScrapersIDJSONRequestBody PatchScrapersIDJSONBody

PatchScrapersIDJSONRequestBody defines body for PatchScrapersID for application/json ContentType.

type PatchScrapersIDParams

type PatchScrapersIDParams struct {
	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PatchScrapersIDParams defines parameters for PatchScrapersID.

type PatchScrapersIDResponse added in v2.2.0

type PatchScrapersIDResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *ScraperTargetResponse
	JSONDefault  *Error
}

func ParsePatchScrapersIDResponse

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

ParsePatchScrapersIDResponse parses an HTTP response from a PatchScrapersIDWithResponse call

func (PatchScrapersIDResponse) Status added in v2.2.0

func (r PatchScrapersIDResponse) Status() string

Status returns HTTPResponse.Status

func (PatchScrapersIDResponse) StatusCode added in v2.2.0

func (r PatchScrapersIDResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PatchSourcesIDJSONBody

type PatchSourcesIDJSONBody Source

PatchSourcesIDJSONBody defines parameters for PatchSourcesID.

type PatchSourcesIDJSONRequestBody

type PatchSourcesIDJSONRequestBody PatchSourcesIDJSONBody

PatchSourcesIDJSONRequestBody 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 PatchSourcesIDResponse added in v2.2.0

type PatchSourcesIDResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *Source
	JSON404      *Error
	JSONDefault  *Error
}

func ParsePatchSourcesIDResponse

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

ParsePatchSourcesIDResponse parses an HTTP response from a PatchSourcesIDWithResponse call

func (PatchSourcesIDResponse) Status added in v2.2.0

func (r PatchSourcesIDResponse) Status() string

Status returns HTTPResponse.Status

func (PatchSourcesIDResponse) StatusCode added in v2.2.0

func (r PatchSourcesIDResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PatchTasksIDJSONBody

type PatchTasksIDJSONBody TaskUpdateRequest

PatchTasksIDJSONBody defines parameters for PatchTasksID.

type PatchTasksIDJSONRequestBody

type PatchTasksIDJSONRequestBody PatchTasksIDJSONBody

PatchTasksIDJSONRequestBody 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 PatchTasksIDResponse added in v2.2.0

type PatchTasksIDResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *Task
	JSONDefault  *Error
}

func ParsePatchTasksIDResponse

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

ParsePatchTasksIDResponse parses an HTTP response from a PatchTasksIDWithResponse call

func (PatchTasksIDResponse) Status added in v2.2.0

func (r PatchTasksIDResponse) Status() string

Status returns HTTPResponse.Status

func (PatchTasksIDResponse) StatusCode added in v2.2.0

func (r PatchTasksIDResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PatchUsersIDJSONBody

type PatchUsersIDJSONBody User

PatchUsersIDJSONBody defines parameters for PatchUsersID.

type PatchUsersIDJSONRequestBody

type PatchUsersIDJSONRequestBody PatchUsersIDJSONBody

PatchUsersIDJSONRequestBody 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 PatchUsersIDResponse added in v2.2.0

type PatchUsersIDResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *UserResponse
	JSONDefault  *Error
}

func ParsePatchUsersIDResponse

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

ParsePatchUsersIDResponse parses an HTTP response from a PatchUsersIDWithResponse call

func (PatchUsersIDResponse) Status added in v2.2.0

func (r PatchUsersIDResponse) Status() string

Status returns HTTPResponse.Status

func (PatchUsersIDResponse) StatusCode added in v2.2.0

func (r PatchUsersIDResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PatchVariablesIDJSONBody

type PatchVariablesIDJSONBody Variable

PatchVariablesIDJSONBody defines parameters for PatchVariablesID.

type PatchVariablesIDJSONRequestBody

type PatchVariablesIDJSONRequestBody PatchVariablesIDJSONBody

PatchVariablesIDJSONRequestBody 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 PatchVariablesIDResponse added in v2.2.0

type PatchVariablesIDResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *Variable
	JSONDefault  *Error
}

func ParsePatchVariablesIDResponse

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

ParsePatchVariablesIDResponse parses an HTTP response from a PatchVariablesIDWithResponse call

func (PatchVariablesIDResponse) Status added in v2.2.0

func (r PatchVariablesIDResponse) Status() string

Status returns HTTPResponse.Status

func (PatchVariablesIDResponse) StatusCode added in v2.2.0

func (r PatchVariablesIDResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

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"`
}

Call expression with pipe argument

type PipeLiteral

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

Represents a specialized literal value, indicating the left hand value of a pipe expression

type PostAuthorizationsJSONBody

type PostAuthorizationsJSONBody AuthorizationPostRequest

PostAuthorizationsJSONBody defines parameters for PostAuthorizations.

type PostAuthorizationsJSONRequestBody

type PostAuthorizationsJSONRequestBody PostAuthorizationsJSONBody

PostAuthorizationsJSONRequestBody 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 PostAuthorizationsResponse added in v2.2.0

type PostAuthorizationsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *Authorization
	JSON400      *Error
	JSONDefault  *Error
}

func ParsePostAuthorizationsResponse

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

ParsePostAuthorizationsResponse parses an HTTP response from a PostAuthorizationsWithResponse call

func (PostAuthorizationsResponse) Status added in v2.2.0

Status returns HTTPResponse.Status

func (PostAuthorizationsResponse) StatusCode added in v2.2.0

func (r PostAuthorizationsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

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"`
	SchemaType     *SchemaType    `json:"schemaType,omitempty"`
}

PostBucketRequest defines model for PostBucketRequest.

type PostBucketsIDLabelsJSONBody

type PostBucketsIDLabelsJSONBody LabelMapping

PostBucketsIDLabelsJSONBody defines parameters for PostBucketsIDLabels.

type PostBucketsIDLabelsJSONRequestBody

type PostBucketsIDLabelsJSONRequestBody PostBucketsIDLabelsJSONBody

PostBucketsIDLabelsJSONRequestBody 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 PostBucketsIDLabelsResponse added in v2.2.0

type PostBucketsIDLabelsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *LabelResponse
	JSONDefault  *Error
}

func ParsePostBucketsIDLabelsResponse

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

ParsePostBucketsIDLabelsResponse parses an HTTP response from a PostBucketsIDLabelsWithResponse call

func (PostBucketsIDLabelsResponse) Status added in v2.2.0

Status returns HTTPResponse.Status

func (PostBucketsIDLabelsResponse) StatusCode added in v2.2.0

func (r PostBucketsIDLabelsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostBucketsIDMembersJSONBody

type PostBucketsIDMembersJSONBody AddResourceMemberRequestBody

PostBucketsIDMembersJSONBody defines parameters for PostBucketsIDMembers.

type PostBucketsIDMembersJSONRequestBody

type PostBucketsIDMembersJSONRequestBody PostBucketsIDMembersJSONBody

PostBucketsIDMembersJSONRequestBody 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 PostBucketsIDMembersResponse added in v2.2.0

type PostBucketsIDMembersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *ResourceMember
	JSONDefault  *Error
}

func ParsePostBucketsIDMembersResponse

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

ParsePostBucketsIDMembersResponse parses an HTTP response from a PostBucketsIDMembersWithResponse call

func (PostBucketsIDMembersResponse) Status added in v2.2.0

Status returns HTTPResponse.Status

func (PostBucketsIDMembersResponse) StatusCode added in v2.2.0

func (r PostBucketsIDMembersResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostBucketsIDOwnersJSONBody

type PostBucketsIDOwnersJSONBody AddResourceMemberRequestBody

PostBucketsIDOwnersJSONBody defines parameters for PostBucketsIDOwners.

type PostBucketsIDOwnersJSONRequestBody

type PostBucketsIDOwnersJSONRequestBody PostBucketsIDOwnersJSONBody

PostBucketsIDOwnersJSONRequestBody 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 PostBucketsIDOwnersResponse added in v2.2.0

type PostBucketsIDOwnersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *ResourceOwner
	JSONDefault  *Error
}

func ParsePostBucketsIDOwnersResponse

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

ParsePostBucketsIDOwnersResponse parses an HTTP response from a PostBucketsIDOwnersWithResponse call

func (PostBucketsIDOwnersResponse) Status added in v2.2.0

Status returns HTTPResponse.Status

func (PostBucketsIDOwnersResponse) StatusCode added in v2.2.0

func (r PostBucketsIDOwnersResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostBucketsJSONBody

type PostBucketsJSONBody PostBucketRequest

PostBucketsJSONBody defines parameters for PostBuckets.

type PostBucketsJSONRequestBody

type PostBucketsJSONRequestBody PostBucketsJSONBody

PostBucketsJSONRequestBody 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 PostBucketsResponse added in v2.2.0

type PostBucketsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *Bucket
	JSON422      *Error
	JSONDefault  *Error
}

func ParsePostBucketsResponse

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

ParsePostBucketsResponse parses an HTTP response from a PostBucketsWithResponse call

func (PostBucketsResponse) Status added in v2.2.0

func (r PostBucketsResponse) Status() string

Status returns HTTPResponse.Status

func (PostBucketsResponse) StatusCode added in v2.2.0

func (r PostBucketsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostCheck

type PostCheck struct {
	// Embedded struct due to allOf(#/components/schemas/CheckDiscriminator)
	CheckDiscriminator `yaml:",inline"`
}

PostCheck defines model for PostCheck.

type PostChecksIDLabelsJSONBody

type PostChecksIDLabelsJSONBody LabelMapping

PostChecksIDLabelsJSONBody defines parameters for PostChecksIDLabels.

type PostChecksIDLabelsJSONRequestBody

type PostChecksIDLabelsJSONRequestBody PostChecksIDLabelsJSONBody

PostChecksIDLabelsJSONRequestBody 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 PostChecksIDLabelsResponse added in v2.2.0

type PostChecksIDLabelsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *LabelResponse
	JSONDefault  *Error
}

func ParsePostChecksIDLabelsResponse

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

ParsePostChecksIDLabelsResponse parses an HTTP response from a PostChecksIDLabelsWithResponse call

func (PostChecksIDLabelsResponse) Status added in v2.2.0

Status returns HTTPResponse.Status

func (PostChecksIDLabelsResponse) StatusCode added in v2.2.0

func (r PostChecksIDLabelsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostDBRPJSONBody

type PostDBRPJSONBody DBRPCreate

PostDBRPJSONBody defines parameters for PostDBRP.

type PostDBRPJSONRequestBody

type PostDBRPJSONRequestBody PostDBRPJSONBody

PostDBRPJSONRequestBody 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 PostDBRPResponse added in v2.2.0

type PostDBRPResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *DBRP
	JSON400      *Error
	JSONDefault  *Error
}

func ParsePostDBRPResponse

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

ParsePostDBRPResponse parses an HTTP response from a PostDBRPWithResponse call

func (PostDBRPResponse) Status added in v2.2.0

func (r PostDBRPResponse) Status() string

Status returns HTTPResponse.Status

func (PostDBRPResponse) StatusCode added in v2.2.0

func (r PostDBRPResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostDashboardsIDCellsJSONBody

type PostDashboardsIDCellsJSONBody CreateCell

PostDashboardsIDCellsJSONBody defines parameters for PostDashboardsIDCells.

type PostDashboardsIDCellsJSONRequestBody

type PostDashboardsIDCellsJSONRequestBody PostDashboardsIDCellsJSONBody

PostDashboardsIDCellsJSONRequestBody 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 PostDashboardsIDCellsResponse added in v2.2.0

type PostDashboardsIDCellsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *Cell
	JSON404      *Error
	JSONDefault  *Error
}

func ParsePostDashboardsIDCellsResponse

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

ParsePostDashboardsIDCellsResponse parses an HTTP response from a PostDashboardsIDCellsWithResponse call

func (PostDashboardsIDCellsResponse) Status added in v2.2.0

Status returns HTTPResponse.Status

func (PostDashboardsIDCellsResponse) StatusCode added in v2.2.0

func (r PostDashboardsIDCellsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostDashboardsIDLabelsJSONBody

type PostDashboardsIDLabelsJSONBody LabelMapping

PostDashboardsIDLabelsJSONBody defines parameters for PostDashboardsIDLabels.

type PostDashboardsIDLabelsJSONRequestBody

type PostDashboardsIDLabelsJSONRequestBody PostDashboardsIDLabelsJSONBody

PostDashboardsIDLabelsJSONRequestBody 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 PostDashboardsIDLabelsResponse added in v2.2.0

type PostDashboardsIDLabelsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *LabelResponse
	JSONDefault  *Error
}

func ParsePostDashboardsIDLabelsResponse

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

ParsePostDashboardsIDLabelsResponse parses an HTTP response from a PostDashboardsIDLabelsWithResponse call

func (PostDashboardsIDLabelsResponse) Status added in v2.2.0

Status returns HTTPResponse.Status

func (PostDashboardsIDLabelsResponse) StatusCode added in v2.2.0

func (r PostDashboardsIDLabelsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostDashboardsIDMembersJSONBody

type PostDashboardsIDMembersJSONBody AddResourceMemberRequestBody

PostDashboardsIDMembersJSONBody defines parameters for PostDashboardsIDMembers.

type PostDashboardsIDMembersJSONRequestBody

type PostDashboardsIDMembersJSONRequestBody PostDashboardsIDMembersJSONBody

PostDashboardsIDMembersJSONRequestBody 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 PostDashboardsIDMembersResponse added in v2.2.0

type PostDashboardsIDMembersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *ResourceMember
	JSONDefault  *Error
}

func ParsePostDashboardsIDMembersResponse

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

ParsePostDashboardsIDMembersResponse parses an HTTP response from a PostDashboardsIDMembersWithResponse call

func (PostDashboardsIDMembersResponse) Status added in v2.2.0

Status returns HTTPResponse.Status

func (PostDashboardsIDMembersResponse) StatusCode added in v2.2.0

func (r PostDashboardsIDMembersResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostDashboardsIDOwnersJSONBody

type PostDashboardsIDOwnersJSONBody AddResourceMemberRequestBody

PostDashboardsIDOwnersJSONBody defines parameters for PostDashboardsIDOwners.

type PostDashboardsIDOwnersJSONRequestBody

type PostDashboardsIDOwnersJSONRequestBody PostDashboardsIDOwnersJSONBody

PostDashboardsIDOwnersJSONRequestBody 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 PostDashboardsIDOwnersResponse added in v2.2.0

type PostDashboardsIDOwnersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *ResourceOwner
	JSONDefault  *Error
}

func ParsePostDashboardsIDOwnersResponse

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

ParsePostDashboardsIDOwnersResponse parses an HTTP response from a PostDashboardsIDOwnersWithResponse call

func (PostDashboardsIDOwnersResponse) Status added in v2.2.0

Status returns HTTPResponse.Status

func (PostDashboardsIDOwnersResponse) StatusCode added in v2.2.0

func (r PostDashboardsIDOwnersResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostDashboardsJSONBody

type PostDashboardsJSONBody CreateDashboardRequest

PostDashboardsJSONBody defines parameters for PostDashboards.

type PostDashboardsJSONRequestBody

type PostDashboardsJSONRequestBody PostDashboardsJSONBody

PostDashboardsJSONRequestBody 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 PostDashboardsResponse added in v2.2.0

type PostDashboardsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *interface{}
	JSONDefault  *Error
}

func ParsePostDashboardsResponse

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

ParsePostDashboardsResponse parses an HTTP response from a PostDashboardsWithResponse call

func (PostDashboardsResponse) Status added in v2.2.0

func (r PostDashboardsResponse) Status() string

Status returns HTTPResponse.Status

func (PostDashboardsResponse) StatusCode added in v2.2.0

func (r PostDashboardsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostDeleteJSONBody

type PostDeleteJSONBody DeletePredicateRequest

PostDeleteJSONBody defines parameters for PostDelete.

type PostDeleteJSONRequestBody

type PostDeleteJSONRequestBody PostDeleteJSONBody

PostDeleteJSONRequestBody 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 PostDeleteResponse added in v2.2.0

type PostDeleteResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *Error
	JSON403      *Error
	JSON404      *Error
	JSONDefault  *Error
}

func ParsePostDeleteResponse

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

ParsePostDeleteResponse parses an HTTP response from a PostDeleteWithResponse call

func (PostDeleteResponse) Status added in v2.2.0

func (r PostDeleteResponse) Status() string

Status returns HTTPResponse.Status

func (PostDeleteResponse) StatusCode added in v2.2.0

func (r PostDeleteResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostLabelsJSONBody

type PostLabelsJSONBody LabelCreateRequest

PostLabelsJSONBody defines parameters for PostLabels.

type PostLabelsJSONRequestBody

type PostLabelsJSONRequestBody PostLabelsJSONBody

PostLabelsJSONRequestBody defines body for PostLabels for application/json ContentType.

type PostLabelsResponse added in v2.2.0

type PostLabelsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *LabelResponse
	JSONDefault  *Error
}

func ParsePostLabelsResponse

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

ParsePostLabelsResponse parses an HTTP response from a PostLabelsWithResponse call

func (PostLabelsResponse) Status added in v2.2.0

func (r PostLabelsResponse) Status() string

Status returns HTTPResponse.Status

func (PostLabelsResponse) StatusCode added in v2.2.0

func (r PostLabelsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostLegacyAuthorizationsIDPasswordJSONBody added in v2.5.0

type PostLegacyAuthorizationsIDPasswordJSONBody PasswordResetBody

PostLegacyAuthorizationsIDPasswordJSONBody defines parameters for PostLegacyAuthorizationsIDPassword.

type PostLegacyAuthorizationsIDPasswordJSONRequestBody added in v2.5.0

type PostLegacyAuthorizationsIDPasswordJSONRequestBody PostLegacyAuthorizationsIDPasswordJSONBody

PostLegacyAuthorizationsIDPasswordJSONRequestBody defines body for PostLegacyAuthorizationsIDPassword for application/json ContentType.

type PostLegacyAuthorizationsIDPasswordParams added in v2.5.0

type PostLegacyAuthorizationsIDPasswordParams struct {
	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PostLegacyAuthorizationsIDPasswordParams defines parameters for PostLegacyAuthorizationsIDPassword.

type PostLegacyAuthorizationsIDPasswordResponse added in v2.5.0

type PostLegacyAuthorizationsIDPasswordResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSONDefault  *Error
}

func ParsePostLegacyAuthorizationsIDPasswordResponse added in v2.5.0

func ParsePostLegacyAuthorizationsIDPasswordResponse(rsp *http.Response) (*PostLegacyAuthorizationsIDPasswordResponse, error)

ParsePostLegacyAuthorizationsIDPasswordResponse parses an HTTP response from a PostLegacyAuthorizationsIDPasswordWithResponse call

func (PostLegacyAuthorizationsIDPasswordResponse) Status added in v2.5.0

Status returns HTTPResponse.Status

func (PostLegacyAuthorizationsIDPasswordResponse) StatusCode added in v2.5.0

StatusCode returns HTTPResponse.StatusCode

type PostLegacyAuthorizationsJSONBody added in v2.5.0

type PostLegacyAuthorizationsJSONBody LegacyAuthorizationPostRequest

PostLegacyAuthorizationsJSONBody defines parameters for PostLegacyAuthorizations.

type PostLegacyAuthorizationsJSONRequestBody added in v2.5.0

type PostLegacyAuthorizationsJSONRequestBody PostLegacyAuthorizationsJSONBody

PostLegacyAuthorizationsJSONRequestBody defines body for PostLegacyAuthorizations for application/json ContentType.

type PostLegacyAuthorizationsParams added in v2.5.0

type PostLegacyAuthorizationsParams struct {
	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PostLegacyAuthorizationsParams defines parameters for PostLegacyAuthorizations.

type PostLegacyAuthorizationsResponse added in v2.5.0

type PostLegacyAuthorizationsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *Authorization
	JSON400      *Error
	JSONDefault  *Error
}

func ParsePostLegacyAuthorizationsResponse added in v2.5.0

func ParsePostLegacyAuthorizationsResponse(rsp *http.Response) (*PostLegacyAuthorizationsResponse, error)

ParsePostLegacyAuthorizationsResponse parses an HTTP response from a PostLegacyAuthorizationsWithResponse call

func (PostLegacyAuthorizationsResponse) Status added in v2.5.0

Status returns HTTPResponse.Status

func (PostLegacyAuthorizationsResponse) StatusCode added in v2.5.0

func (r PostLegacyAuthorizationsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostNotificationEndpoint

type PostNotificationEndpoint struct {
	// Embedded struct due to allOf(#/components/schemas/NotificationEndpointDiscriminator)
	NotificationEndpointDiscriminator `yaml:",inline"`
}

PostNotificationEndpoint defines model for PostNotificationEndpoint.

type PostNotificationEndpointIDLabelsJSONBody

type PostNotificationEndpointIDLabelsJSONBody LabelMapping

PostNotificationEndpointIDLabelsJSONBody defines parameters for PostNotificationEndpointIDLabels.

type PostNotificationEndpointIDLabelsJSONRequestBody

type PostNotificationEndpointIDLabelsJSONRequestBody PostNotificationEndpointIDLabelsJSONBody

PostNotificationEndpointIDLabelsJSONRequestBody 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 PostNotificationEndpointIDLabelsResponse added in v2.2.0

type PostNotificationEndpointIDLabelsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *LabelResponse
	JSONDefault  *Error
}

func ParsePostNotificationEndpointIDLabelsResponse

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

ParsePostNotificationEndpointIDLabelsResponse parses an HTTP response from a PostNotificationEndpointIDLabelsWithResponse call

func (PostNotificationEndpointIDLabelsResponse) Status added in v2.2.0

Status returns HTTPResponse.Status

func (PostNotificationEndpointIDLabelsResponse) StatusCode added in v2.2.0

StatusCode returns HTTPResponse.StatusCode

type PostNotificationRule

type PostNotificationRule struct {
	// Embedded struct due to allOf(#/components/schemas/NotificationRuleDiscriminator)
	NotificationRuleDiscriminator `yaml:",inline"`
}

PostNotificationRule defines model for PostNotificationRule.

type PostNotificationRuleIDLabelsJSONBody

type PostNotificationRuleIDLabelsJSONBody LabelMapping

PostNotificationRuleIDLabelsJSONBody defines parameters for PostNotificationRuleIDLabels.

type PostNotificationRuleIDLabelsJSONRequestBody

type PostNotificationRuleIDLabelsJSONRequestBody PostNotificationRuleIDLabelsJSONBody

PostNotificationRuleIDLabelsJSONRequestBody 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 PostNotificationRuleIDLabelsResponse added in v2.2.0

type PostNotificationRuleIDLabelsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *LabelResponse
	JSONDefault  *Error
}

func ParsePostNotificationRuleIDLabelsResponse

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

ParsePostNotificationRuleIDLabelsResponse parses an HTTP response from a PostNotificationRuleIDLabelsWithResponse call

func (PostNotificationRuleIDLabelsResponse) Status added in v2.2.0

Status returns HTTPResponse.Status

func (PostNotificationRuleIDLabelsResponse) StatusCode added in v2.2.0

StatusCode returns HTTPResponse.StatusCode

type PostOrganizationRequest added in v2.5.0

type PostOrganizationRequest struct {
	Description *string `json:"description,omitempty"`
	Name        string  `json:"name"`
}

PostOrganizationRequest defines model for PostOrganizationRequest.

type PostOrgsIDMembersJSONBody

type PostOrgsIDMembersJSONBody AddResourceMemberRequestBody

PostOrgsIDMembersJSONBody defines parameters for PostOrgsIDMembers.

type PostOrgsIDMembersJSONRequestBody

type PostOrgsIDMembersJSONRequestBody PostOrgsIDMembersJSONBody

PostOrgsIDMembersJSONRequestBody 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 PostOrgsIDMembersResponse added in v2.2.0

type PostOrgsIDMembersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *ResourceMember
	JSONDefault  *Error
}

func ParsePostOrgsIDMembersResponse

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

ParsePostOrgsIDMembersResponse parses an HTTP response from a PostOrgsIDMembersWithResponse call

func (PostOrgsIDMembersResponse) Status added in v2.2.0

func (r PostOrgsIDMembersResponse) Status() string

Status returns HTTPResponse.Status

func (PostOrgsIDMembersResponse) StatusCode added in v2.2.0

func (r PostOrgsIDMembersResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostOrgsIDOwnersJSONBody

type PostOrgsIDOwnersJSONBody AddResourceMemberRequestBody

PostOrgsIDOwnersJSONBody defines parameters for PostOrgsIDOwners.

type PostOrgsIDOwnersJSONRequestBody

type PostOrgsIDOwnersJSONRequestBody PostOrgsIDOwnersJSONBody

PostOrgsIDOwnersJSONRequestBody 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 PostOrgsIDOwnersResponse added in v2.2.0

type PostOrgsIDOwnersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *ResourceOwner
	JSONDefault  *Error
}

func ParsePostOrgsIDOwnersResponse

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

ParsePostOrgsIDOwnersResponse parses an HTTP response from a PostOrgsIDOwnersWithResponse call

func (PostOrgsIDOwnersResponse) Status added in v2.2.0

func (r PostOrgsIDOwnersResponse) Status() string

Status returns HTTPResponse.Status

func (PostOrgsIDOwnersResponse) StatusCode added in v2.2.0

func (r PostOrgsIDOwnersResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostOrgsIDSecretsJSONBody

type PostOrgsIDSecretsJSONBody SecretKeys

PostOrgsIDSecretsJSONBody defines parameters for PostOrgsIDSecrets.

type PostOrgsIDSecretsJSONRequestBody

type PostOrgsIDSecretsJSONRequestBody PostOrgsIDSecretsJSONBody

PostOrgsIDSecretsJSONRequestBody 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 PostOrgsIDSecretsResponse added in v2.2.0

type PostOrgsIDSecretsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSONDefault  *Error
}

func ParsePostOrgsIDSecretsResponse

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

ParsePostOrgsIDSecretsResponse parses an HTTP response from a PostOrgsIDSecretsWithResponse call

func (PostOrgsIDSecretsResponse) Status added in v2.2.0

func (r PostOrgsIDSecretsResponse) Status() string

Status returns HTTPResponse.Status

func (PostOrgsIDSecretsResponse) StatusCode added in v2.2.0

func (r PostOrgsIDSecretsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostOrgsJSONBody

type PostOrgsJSONBody PostOrganizationRequest

PostOrgsJSONBody defines parameters for PostOrgs.

type PostOrgsJSONRequestBody

type PostOrgsJSONRequestBody PostOrgsJSONBody

PostOrgsJSONRequestBody 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 PostOrgsResponse added in v2.2.0

type PostOrgsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *Organization
	JSONDefault  *Error
}

func ParsePostOrgsResponse

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

ParsePostOrgsResponse parses an HTTP response from a PostOrgsWithResponse call

func (PostOrgsResponse) Status added in v2.2.0

func (r PostOrgsResponse) Status() string

Status returns HTTPResponse.Status

func (PostOrgsResponse) StatusCode added in v2.2.0

func (r PostOrgsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostQueryAnalyzeJSONBody

type PostQueryAnalyzeJSONBody Query

PostQueryAnalyzeJSONBody defines parameters for PostQueryAnalyze.

type PostQueryAnalyzeJSONRequestBody

type PostQueryAnalyzeJSONRequestBody PostQueryAnalyzeJSONBody

PostQueryAnalyzeJSONRequestBody 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 PostQueryAnalyzeResponse added in v2.2.0

type PostQueryAnalyzeResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *AnalyzeQueryResponse
	JSONDefault  *Error
}

func ParsePostQueryAnalyzeResponse

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

ParsePostQueryAnalyzeResponse parses an HTTP response from a PostQueryAnalyzeWithResponse call

func (PostQueryAnalyzeResponse) Status added in v2.2.0

func (r PostQueryAnalyzeResponse) Status() string

Status returns HTTPResponse.Status

func (PostQueryAnalyzeResponse) StatusCode added in v2.2.0

func (r PostQueryAnalyzeResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostQueryAstJSONBody

type PostQueryAstJSONBody LanguageRequest

PostQueryAstJSONBody defines parameters for PostQueryAst.

type PostQueryAstJSONRequestBody

type PostQueryAstJSONRequestBody PostQueryAstJSONBody

PostQueryAstJSONRequestBody 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 PostQueryAstResponse added in v2.2.0

type PostQueryAstResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *ASTResponse
	JSONDefault  *Error
}

func ParsePostQueryAstResponse

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

ParsePostQueryAstResponse parses an HTTP response from a PostQueryAstWithResponse call

func (PostQueryAstResponse) Status added in v2.2.0

func (r PostQueryAstResponse) Status() string

Status returns HTTPResponse.Status

func (PostQueryAstResponse) StatusCode added in v2.2.0

func (r PostQueryAstResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostQueryJSONBody

type PostQueryJSONBody Query

PostQueryJSONBody defines parameters for PostQuery.

type PostQueryJSONRequestBody

type PostQueryJSONRequestBody PostQueryJSONBody

PostQueryJSONRequestBody 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. 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"`

	// Indicates the content encoding (usually a compression algorithm) that the client can 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 PostQueryResponse added in v2.2.0

type PostQueryResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSONDefault  *Error
}

func ParsePostQueryResponse

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

ParsePostQueryResponse parses an HTTP response from a PostQueryWithResponse call

func (PostQueryResponse) Status added in v2.2.0

func (r PostQueryResponse) Status() string

Status returns HTTPResponse.Status

func (PostQueryResponse) StatusCode added in v2.2.0

func (r PostQueryResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostRemoteConnectionJSONBody added in v2.8.0

type PostRemoteConnectionJSONBody RemoteConnectionCreationRequest

PostRemoteConnectionJSONBody defines parameters for PostRemoteConnection.

type PostRemoteConnectionJSONRequestBody added in v2.8.0

type PostRemoteConnectionJSONRequestBody PostRemoteConnectionJSONBody

PostRemoteConnectionJSONRequestBody defines body for PostRemoteConnection for application/json ContentType.

type PostRemoteConnectionResponse added in v2.8.0

type PostRemoteConnectionResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *RemoteConnection
	JSON400      *Error
	JSONDefault  *Error
}

func ParsePostRemoteConnectionResponse added in v2.8.0

func ParsePostRemoteConnectionResponse(rsp *http.Response) (*PostRemoteConnectionResponse, error)

ParsePostRemoteConnectionResponse parses an HTTP response from a PostRemoteConnectionWithResponse call

func (PostRemoteConnectionResponse) Status added in v2.8.0

Status returns HTTPResponse.Status

func (PostRemoteConnectionResponse) StatusCode added in v2.8.0

func (r PostRemoteConnectionResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostReplicationJSONBody added in v2.8.0

type PostReplicationJSONBody ReplicationCreationRequest

PostReplicationJSONBody defines parameters for PostReplication.

type PostReplicationJSONRequestBody added in v2.8.0

type PostReplicationJSONRequestBody PostReplicationJSONBody

PostReplicationJSONRequestBody defines body for PostReplication for application/json ContentType.

type PostReplicationParams added in v2.8.0

type PostReplicationParams struct {
	// If true, validate the replication, but don't save it.
	Validate *bool `json:"validate,omitempty"`

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PostReplicationParams defines parameters for PostReplication.

type PostReplicationResponse added in v2.8.0

type PostReplicationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *Replication
	JSON400      *Error
	JSONDefault  *Error
}

func ParsePostReplicationResponse added in v2.8.0

func ParsePostReplicationResponse(rsp *http.Response) (*PostReplicationResponse, error)

ParsePostReplicationResponse parses an HTTP response from a PostReplicationWithResponse call

func (PostReplicationResponse) Status added in v2.8.0

func (r PostReplicationResponse) Status() string

Status returns HTTPResponse.Status

func (PostReplicationResponse) StatusCode added in v2.8.0

func (r PostReplicationResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostRestoreBucketIDParams added in v2.5.0

type PostRestoreBucketIDParams struct {
	// OpenTracing span context
	ZapTraceSpan *TraceSpan                            `json:"Zap-Trace-Span,omitempty"`
	ContentType  *PostRestoreBucketIDParamsContentType `json:"Content-Type,omitempty"`
}

PostRestoreBucketIDParams defines parameters for PostRestoreBucketID.

type PostRestoreBucketIDParamsContentType added in v2.5.0

type PostRestoreBucketIDParamsContentType string

PostRestoreBucketIDParamsContentType defines parameters for PostRestoreBucketID.

type PostRestoreBucketIDResponse added in v2.5.0

type PostRestoreBucketIDResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]byte
	JSONDefault  *Error
}

func ParsePostRestoreBucketIDResponse added in v2.5.0

func ParsePostRestoreBucketIDResponse(rsp *http.Response) (*PostRestoreBucketIDResponse, error)

ParsePostRestoreBucketIDResponse parses an HTTP response from a PostRestoreBucketIDWithResponse call

func (PostRestoreBucketIDResponse) Status added in v2.5.0

Status returns HTTPResponse.Status

func (PostRestoreBucketIDResponse) StatusCode added in v2.5.0

func (r PostRestoreBucketIDResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostRestoreBucketMetadataJSONBody added in v2.5.0

type PostRestoreBucketMetadataJSONBody BucketMetadataManifest

PostRestoreBucketMetadataJSONBody defines parameters for PostRestoreBucketMetadata.

type PostRestoreBucketMetadataJSONRequestBody added in v2.5.0

type PostRestoreBucketMetadataJSONRequestBody PostRestoreBucketMetadataJSONBody

PostRestoreBucketMetadataJSONRequestBody defines body for PostRestoreBucketMetadata for application/json ContentType.

type PostRestoreBucketMetadataParams added in v2.5.0

type PostRestoreBucketMetadataParams struct {
	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PostRestoreBucketMetadataParams defines parameters for PostRestoreBucketMetadata.

type PostRestoreBucketMetadataResponse added in v2.5.0

type PostRestoreBucketMetadataResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *RestoredBucketMappings
	JSONDefault  *Error
}

func ParsePostRestoreBucketMetadataResponse added in v2.5.0

func ParsePostRestoreBucketMetadataResponse(rsp *http.Response) (*PostRestoreBucketMetadataResponse, error)

ParsePostRestoreBucketMetadataResponse parses an HTTP response from a PostRestoreBucketMetadataWithResponse call

func (PostRestoreBucketMetadataResponse) Status added in v2.5.0

Status returns HTTPResponse.Status

func (PostRestoreBucketMetadataResponse) StatusCode added in v2.5.0

func (r PostRestoreBucketMetadataResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostRestoreKVParams added in v2.5.0

type PostRestoreKVParams struct {
	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`

	// The value tells InfluxDB what compression is applied to the line protocol in the request payload.
	// To make an API request with a GZIP payload, send `Content-Encoding: gzip` as a request header.
	ContentEncoding *PostRestoreKVParamsContentEncoding `json:"Content-Encoding,omitempty"`
	ContentType     *PostRestoreKVParamsContentType     `json:"Content-Type,omitempty"`
}

PostRestoreKVParams defines parameters for PostRestoreKV.

type PostRestoreKVParamsContentEncoding added in v2.5.0

type PostRestoreKVParamsContentEncoding string

PostRestoreKVParamsContentEncoding defines parameters for PostRestoreKV.

type PostRestoreKVParamsContentType added in v2.5.0

type PostRestoreKVParamsContentType string

PostRestoreKVParamsContentType defines parameters for PostRestoreKV.

type PostRestoreKVResponse added in v2.5.0

type PostRestoreKVResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		// token is the root token for the instance after restore (this is overwritten during the restore)
		Token *string `json:"token,omitempty"`
	}
	JSONDefault *Error
}

func ParsePostRestoreKVResponse added in v2.5.0

func ParsePostRestoreKVResponse(rsp *http.Response) (*PostRestoreKVResponse, error)

ParsePostRestoreKVResponse parses an HTTP response from a PostRestoreKVWithResponse call

func (PostRestoreKVResponse) Status added in v2.5.0

func (r PostRestoreKVResponse) Status() string

Status returns HTTPResponse.Status

func (PostRestoreKVResponse) StatusCode added in v2.5.0

func (r PostRestoreKVResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostRestoreSQLParams added in v2.5.0

type PostRestoreSQLParams struct {
	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`

	// The value tells InfluxDB what compression is applied to the line protocol in the request payload.
	// To make an API request with a GZIP payload, send `Content-Encoding: gzip` as a request header.
	ContentEncoding *PostRestoreSQLParamsContentEncoding `json:"Content-Encoding,omitempty"`
	ContentType     *PostRestoreSQLParamsContentType     `json:"Content-Type,omitempty"`
}

PostRestoreSQLParams defines parameters for PostRestoreSQL.

type PostRestoreSQLParamsContentEncoding added in v2.5.0

type PostRestoreSQLParamsContentEncoding string

PostRestoreSQLParamsContentEncoding defines parameters for PostRestoreSQL.

type PostRestoreSQLParamsContentType added in v2.5.0

type PostRestoreSQLParamsContentType string

PostRestoreSQLParamsContentType defines parameters for PostRestoreSQL.

type PostRestoreSQLResponse added in v2.5.0

type PostRestoreSQLResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSONDefault  *Error
}

func ParsePostRestoreSQLResponse added in v2.5.0

func ParsePostRestoreSQLResponse(rsp *http.Response) (*PostRestoreSQLResponse, error)

ParsePostRestoreSQLResponse parses an HTTP response from a PostRestoreSQLWithResponse call

func (PostRestoreSQLResponse) Status added in v2.5.0

func (r PostRestoreSQLResponse) Status() string

Status returns HTTPResponse.Status

func (PostRestoreSQLResponse) StatusCode added in v2.5.0

func (r PostRestoreSQLResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostRestoreShardIdParams added in v2.5.0

type PostRestoreShardIdParams struct {
	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`

	// The value tells InfluxDB what compression is applied to the line protocol in the request payload.
	// To make an API request with a GZIP payload, send `Content-Encoding: gzip` as a request header.
	ContentEncoding *PostRestoreShardIdParamsContentEncoding `json:"Content-Encoding,omitempty"`
	ContentType     *PostRestoreShardIdParamsContentType     `json:"Content-Type,omitempty"`
}

PostRestoreShardIdParams defines parameters for PostRestoreShardId.

type PostRestoreShardIdParamsContentEncoding added in v2.5.0

type PostRestoreShardIdParamsContentEncoding string

PostRestoreShardIdParamsContentEncoding defines parameters for PostRestoreShardId.

type PostRestoreShardIdParamsContentType added in v2.5.0

type PostRestoreShardIdParamsContentType string

PostRestoreShardIdParamsContentType defines parameters for PostRestoreShardId.

type PostRestoreShardIdResponse added in v2.5.0

type PostRestoreShardIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSONDefault  *Error
}

func ParsePostRestoreShardIdResponse added in v2.5.0

func ParsePostRestoreShardIdResponse(rsp *http.Response) (*PostRestoreShardIdResponse, error)

ParsePostRestoreShardIdResponse parses an HTTP response from a PostRestoreShardIdWithResponse call

func (PostRestoreShardIdResponse) Status added in v2.5.0

Status returns HTTPResponse.Status

func (PostRestoreShardIdResponse) StatusCode added in v2.5.0

func (r PostRestoreShardIdResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostScrapersIDLabelsJSONBody

type PostScrapersIDLabelsJSONBody LabelMapping

PostScrapersIDLabelsJSONBody defines parameters for PostScrapersIDLabels.

type PostScrapersIDLabelsJSONRequestBody

type PostScrapersIDLabelsJSONRequestBody PostScrapersIDLabelsJSONBody

PostScrapersIDLabelsJSONRequestBody 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 PostScrapersIDLabelsResponse added in v2.2.0

type PostScrapersIDLabelsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *LabelResponse
	JSONDefault  *Error
}

func ParsePostScrapersIDLabelsResponse

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

ParsePostScrapersIDLabelsResponse parses an HTTP response from a PostScrapersIDLabelsWithResponse call

func (PostScrapersIDLabelsResponse) Status added in v2.2.0

Status returns HTTPResponse.Status

func (PostScrapersIDLabelsResponse) StatusCode added in v2.2.0

func (r PostScrapersIDLabelsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostScrapersIDMembersJSONBody

type PostScrapersIDMembersJSONBody AddResourceMemberRequestBody

PostScrapersIDMembersJSONBody defines parameters for PostScrapersIDMembers.

type PostScrapersIDMembersJSONRequestBody

type PostScrapersIDMembersJSONRequestBody PostScrapersIDMembersJSONBody

PostScrapersIDMembersJSONRequestBody 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 PostScrapersIDMembersResponse added in v2.2.0

type PostScrapersIDMembersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *ResourceMember
	JSONDefault  *Error
}

func ParsePostScrapersIDMembersResponse

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

ParsePostScrapersIDMembersResponse parses an HTTP response from a PostScrapersIDMembersWithResponse call

func (PostScrapersIDMembersResponse) Status added in v2.2.0

Status returns HTTPResponse.Status

func (PostScrapersIDMembersResponse) StatusCode added in v2.2.0

func (r PostScrapersIDMembersResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostScrapersIDOwnersJSONBody

type PostScrapersIDOwnersJSONBody AddResourceMemberRequestBody

PostScrapersIDOwnersJSONBody defines parameters for PostScrapersIDOwners.

type PostScrapersIDOwnersJSONRequestBody

type PostScrapersIDOwnersJSONRequestBody PostScrapersIDOwnersJSONBody

PostScrapersIDOwnersJSONRequestBody 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 PostScrapersIDOwnersResponse added in v2.2.0

type PostScrapersIDOwnersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *ResourceOwner
	JSONDefault  *Error
}

func ParsePostScrapersIDOwnersResponse

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

ParsePostScrapersIDOwnersResponse parses an HTTP response from a PostScrapersIDOwnersWithResponse call

func (PostScrapersIDOwnersResponse) Status added in v2.2.0

Status returns HTTPResponse.Status

func (PostScrapersIDOwnersResponse) StatusCode added in v2.2.0

func (r PostScrapersIDOwnersResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostScrapersJSONBody

type PostScrapersJSONBody ScraperTargetRequest

PostScrapersJSONBody defines parameters for PostScrapers.

type PostScrapersJSONRequestBody

type PostScrapersJSONRequestBody PostScrapersJSONBody

PostScrapersJSONRequestBody 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 PostScrapersResponse added in v2.2.0

type PostScrapersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *ScraperTargetResponse
	JSONDefault  *Error
}

func ParsePostScrapersResponse

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

ParsePostScrapersResponse parses an HTTP response from a PostScrapersWithResponse call

func (PostScrapersResponse) Status added in v2.2.0

func (r PostScrapersResponse) Status() string

Status returns HTTPResponse.Status

func (PostScrapersResponse) StatusCode added in v2.2.0

func (r PostScrapersResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostSetupJSONBody

type PostSetupJSONBody OnboardingRequest

PostSetupJSONBody defines parameters for PostSetup.

type PostSetupJSONRequestBody

type PostSetupJSONRequestBody PostSetupJSONBody

PostSetupJSONRequestBody 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 PostSetupResponse added in v2.2.0

type PostSetupResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *OnboardingResponse
	JSONDefault  *Error
}

func ParsePostSetupResponse

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

ParsePostSetupResponse parses an HTTP response from a PostSetupWithResponse call

func (PostSetupResponse) Status added in v2.2.0

func (r PostSetupResponse) Status() string

Status returns HTTPResponse.Status

func (PostSetupResponse) StatusCode added in v2.2.0

func (r PostSetupResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostSigninParams

type PostSigninParams struct {
	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PostSigninParams defines parameters for PostSignin.

type PostSigninResponse added in v2.2.0

type PostSigninResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON401      *Error
	JSON403      *Error
	JSONDefault  *Error
}

func ParsePostSigninResponse

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

ParsePostSigninResponse parses an HTTP response from a PostSigninWithResponse call

func (PostSigninResponse) Status added in v2.2.0

func (r PostSigninResponse) Status() string

Status returns HTTPResponse.Status

func (PostSigninResponse) StatusCode added in v2.2.0

func (r PostSigninResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostSignoutParams

type PostSignoutParams struct {
	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PostSignoutParams defines parameters for PostSignout.

type PostSignoutResponse added in v2.2.0

type PostSignoutResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON401      *Error
	JSONDefault  *Error
}

func ParsePostSignoutResponse

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

ParsePostSignoutResponse parses an HTTP response from a PostSignoutWithResponse call

func (PostSignoutResponse) Status added in v2.2.0

func (r PostSignoutResponse) Status() string

Status returns HTTPResponse.Status

func (PostSignoutResponse) StatusCode added in v2.2.0

func (r PostSignoutResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostSourcesJSONBody

type PostSourcesJSONBody Source

PostSourcesJSONBody defines parameters for PostSources.

type PostSourcesJSONRequestBody

type PostSourcesJSONRequestBody PostSourcesJSONBody

PostSourcesJSONRequestBody 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 PostSourcesResponse added in v2.2.0

type PostSourcesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *Source
	JSONDefault  *Error
}

func ParsePostSourcesResponse

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

ParsePostSourcesResponse parses an HTTP response from a PostSourcesWithResponse call

func (PostSourcesResponse) Status added in v2.2.0

func (r PostSourcesResponse) Status() string

Status returns HTTPResponse.Status

func (PostSourcesResponse) StatusCode added in v2.2.0

func (r PostSourcesResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostTasksIDLabelsJSONBody

type PostTasksIDLabelsJSONBody LabelMapping

PostTasksIDLabelsJSONBody defines parameters for PostTasksIDLabels.

type PostTasksIDLabelsJSONRequestBody

type PostTasksIDLabelsJSONRequestBody PostTasksIDLabelsJSONBody

PostTasksIDLabelsJSONRequestBody 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 PostTasksIDLabelsResponse added in v2.2.0

type PostTasksIDLabelsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *LabelResponse
	JSONDefault  *Error
}

func ParsePostTasksIDLabelsResponse

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

ParsePostTasksIDLabelsResponse parses an HTTP response from a PostTasksIDLabelsWithResponse call

func (PostTasksIDLabelsResponse) Status added in v2.2.0

func (r PostTasksIDLabelsResponse) Status() string

Status returns HTTPResponse.Status

func (PostTasksIDLabelsResponse) StatusCode added in v2.2.0

func (r PostTasksIDLabelsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostTasksIDMembersJSONBody

type PostTasksIDMembersJSONBody AddResourceMemberRequestBody

PostTasksIDMembersJSONBody defines parameters for PostTasksIDMembers.

type PostTasksIDMembersJSONRequestBody

type PostTasksIDMembersJSONRequestBody PostTasksIDMembersJSONBody

PostTasksIDMembersJSONRequestBody 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 PostTasksIDMembersResponse added in v2.2.0

type PostTasksIDMembersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *ResourceMember
	JSONDefault  *Error
}

func ParsePostTasksIDMembersResponse

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

ParsePostTasksIDMembersResponse parses an HTTP response from a PostTasksIDMembersWithResponse call

func (PostTasksIDMembersResponse) Status added in v2.2.0

Status returns HTTPResponse.Status

func (PostTasksIDMembersResponse) StatusCode added in v2.2.0

func (r PostTasksIDMembersResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostTasksIDOwnersJSONBody

type PostTasksIDOwnersJSONBody AddResourceMemberRequestBody

PostTasksIDOwnersJSONBody defines parameters for PostTasksIDOwners.

type PostTasksIDOwnersJSONRequestBody

type PostTasksIDOwnersJSONRequestBody PostTasksIDOwnersJSONBody

PostTasksIDOwnersJSONRequestBody 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 PostTasksIDOwnersResponse added in v2.2.0

type PostTasksIDOwnersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *ResourceOwner
	JSONDefault  *Error
}

func ParsePostTasksIDOwnersResponse

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

ParsePostTasksIDOwnersResponse parses an HTTP response from a PostTasksIDOwnersWithResponse call

func (PostTasksIDOwnersResponse) Status added in v2.2.0

func (r PostTasksIDOwnersResponse) Status() string

Status returns HTTPResponse.Status

func (PostTasksIDOwnersResponse) StatusCode added in v2.2.0

func (r PostTasksIDOwnersResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostTasksIDRunsIDRetryParams

type PostTasksIDRunsIDRetryParams struct {
	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PostTasksIDRunsIDRetryParams defines parameters for PostTasksIDRunsIDRetry.

type PostTasksIDRunsIDRetryResponse added in v2.2.0

type PostTasksIDRunsIDRetryResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *Run
	JSONDefault  *Error
}

func ParsePostTasksIDRunsIDRetryResponse

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

ParsePostTasksIDRunsIDRetryResponse parses an HTTP response from a PostTasksIDRunsIDRetryWithResponse call

func (PostTasksIDRunsIDRetryResponse) Status added in v2.2.0

Status returns HTTPResponse.Status

func (PostTasksIDRunsIDRetryResponse) StatusCode added in v2.2.0

func (r PostTasksIDRunsIDRetryResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostTasksIDRunsJSONBody

type PostTasksIDRunsJSONBody RunManually

PostTasksIDRunsJSONBody defines parameters for PostTasksIDRuns.

type PostTasksIDRunsJSONRequestBody

type PostTasksIDRunsJSONRequestBody PostTasksIDRunsJSONBody

PostTasksIDRunsJSONRequestBody 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 PostTasksIDRunsResponse added in v2.2.0

type PostTasksIDRunsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *Run
	JSONDefault  *Error
}

func ParsePostTasksIDRunsResponse

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

ParsePostTasksIDRunsResponse parses an HTTP response from a PostTasksIDRunsWithResponse call

func (PostTasksIDRunsResponse) Status added in v2.2.0

func (r PostTasksIDRunsResponse) Status() string

Status returns HTTPResponse.Status

func (PostTasksIDRunsResponse) StatusCode added in v2.2.0

func (r PostTasksIDRunsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostTasksJSONBody

type PostTasksJSONBody TaskCreateRequest

PostTasksJSONBody defines parameters for PostTasks.

type PostTasksJSONRequestBody

type PostTasksJSONRequestBody PostTasksJSONBody

PostTasksJSONRequestBody 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 PostTasksResponse added in v2.2.0

type PostTasksResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *Task
	JSONDefault  *Error
}

func ParsePostTasksResponse

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

ParsePostTasksResponse parses an HTTP response from a PostTasksWithResponse call

func (PostTasksResponse) Status added in v2.2.0

func (r PostTasksResponse) Status() string

Status returns HTTPResponse.Status

func (PostTasksResponse) StatusCode added in v2.2.0

func (r PostTasksResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostTelegrafsIDLabelsJSONBody

type PostTelegrafsIDLabelsJSONBody LabelMapping

PostTelegrafsIDLabelsJSONBody defines parameters for PostTelegrafsIDLabels.

type PostTelegrafsIDLabelsJSONRequestBody

type PostTelegrafsIDLabelsJSONRequestBody PostTelegrafsIDLabelsJSONBody

PostTelegrafsIDLabelsJSONRequestBody 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 PostTelegrafsIDLabelsResponse added in v2.2.0

type PostTelegrafsIDLabelsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *LabelResponse
	JSONDefault  *Error
}

func ParsePostTelegrafsIDLabelsResponse

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

ParsePostTelegrafsIDLabelsResponse parses an HTTP response from a PostTelegrafsIDLabelsWithResponse call

func (PostTelegrafsIDLabelsResponse) Status added in v2.2.0

Status returns HTTPResponse.Status

func (PostTelegrafsIDLabelsResponse) StatusCode added in v2.2.0

func (r PostTelegrafsIDLabelsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostTelegrafsIDMembersJSONBody

type PostTelegrafsIDMembersJSONBody AddResourceMemberRequestBody

PostTelegrafsIDMembersJSONBody defines parameters for PostTelegrafsIDMembers.

type PostTelegrafsIDMembersJSONRequestBody

type PostTelegrafsIDMembersJSONRequestBody PostTelegrafsIDMembersJSONBody

PostTelegrafsIDMembersJSONRequestBody 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 PostTelegrafsIDMembersResponse added in v2.2.0

type PostTelegrafsIDMembersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *ResourceMember
	JSONDefault  *Error
}

func ParsePostTelegrafsIDMembersResponse

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

ParsePostTelegrafsIDMembersResponse parses an HTTP response from a PostTelegrafsIDMembersWithResponse call

func (PostTelegrafsIDMembersResponse) Status added in v2.2.0

Status returns HTTPResponse.Status

func (PostTelegrafsIDMembersResponse) StatusCode added in v2.2.0

func (r PostTelegrafsIDMembersResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostTelegrafsIDOwnersJSONBody

type PostTelegrafsIDOwnersJSONBody AddResourceMemberRequestBody

PostTelegrafsIDOwnersJSONBody defines parameters for PostTelegrafsIDOwners.

type PostTelegrafsIDOwnersJSONRequestBody

type PostTelegrafsIDOwnersJSONRequestBody PostTelegrafsIDOwnersJSONBody

PostTelegrafsIDOwnersJSONRequestBody 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 PostTelegrafsIDOwnersResponse added in v2.2.0

type PostTelegrafsIDOwnersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *ResourceOwner
	JSONDefault  *Error
}

func ParsePostTelegrafsIDOwnersResponse

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

ParsePostTelegrafsIDOwnersResponse parses an HTTP response from a PostTelegrafsIDOwnersWithResponse call

func (PostTelegrafsIDOwnersResponse) Status added in v2.2.0

Status returns HTTPResponse.Status

func (PostTelegrafsIDOwnersResponse) StatusCode added in v2.2.0

func (r PostTelegrafsIDOwnersResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostTelegrafsJSONBody

type PostTelegrafsJSONBody TelegrafPluginRequest

PostTelegrafsJSONBody defines parameters for PostTelegrafs.

type PostTelegrafsJSONRequestBody

type PostTelegrafsJSONRequestBody PostTelegrafsJSONBody

PostTelegrafsJSONRequestBody 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 PostTelegrafsResponse added in v2.2.0

type PostTelegrafsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *Telegraf
	JSONDefault  *Error
}

func ParsePostTelegrafsResponse

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

ParsePostTelegrafsResponse parses an HTTP response from a PostTelegrafsWithResponse call

func (PostTelegrafsResponse) Status added in v2.2.0

func (r PostTelegrafsResponse) Status() string

Status returns HTTPResponse.Status

func (PostTelegrafsResponse) StatusCode added in v2.2.0

func (r PostTelegrafsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostUsersIDPasswordJSONBody

type PostUsersIDPasswordJSONBody PasswordResetBody

PostUsersIDPasswordJSONBody defines parameters for PostUsersIDPassword.

type PostUsersIDPasswordJSONRequestBody

type PostUsersIDPasswordJSONRequestBody PostUsersIDPasswordJSONBody

PostUsersIDPasswordJSONRequestBody 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 PostUsersIDPasswordResponse added in v2.2.0

type PostUsersIDPasswordResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSONDefault  *Error
}

func ParsePostUsersIDPasswordResponse

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

ParsePostUsersIDPasswordResponse parses an HTTP response from a PostUsersIDPasswordWithResponse call

func (PostUsersIDPasswordResponse) Status added in v2.2.0

Status returns HTTPResponse.Status

func (PostUsersIDPasswordResponse) StatusCode added in v2.2.0

func (r PostUsersIDPasswordResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostUsersJSONBody

type PostUsersJSONBody User

PostUsersJSONBody defines parameters for PostUsers.

type PostUsersJSONRequestBody

type PostUsersJSONRequestBody PostUsersJSONBody

PostUsersJSONRequestBody 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 PostUsersResponse added in v2.2.0

type PostUsersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *UserResponse
	JSONDefault  *Error
}

func ParsePostUsersResponse

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

ParsePostUsersResponse parses an HTTP response from a PostUsersWithResponse call

func (PostUsersResponse) Status added in v2.2.0

func (r PostUsersResponse) Status() string

Status returns HTTPResponse.Status

func (PostUsersResponse) StatusCode added in v2.2.0

func (r PostUsersResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostValidateReplicationByIDParams added in v2.8.0

type PostValidateReplicationByIDParams struct {
	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PostValidateReplicationByIDParams defines parameters for PostValidateReplicationByID.

type PostValidateReplicationByIDResponse added in v2.8.0

type PostValidateReplicationByIDResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *Error
	JSONDefault  *Error
}

func ParsePostValidateReplicationByIDResponse added in v2.8.0

func ParsePostValidateReplicationByIDResponse(rsp *http.Response) (*PostValidateReplicationByIDResponse, error)

ParsePostValidateReplicationByIDResponse parses an HTTP response from a PostValidateReplicationByIDWithResponse call

func (PostValidateReplicationByIDResponse) Status added in v2.8.0

Status returns HTTPResponse.Status

func (PostValidateReplicationByIDResponse) StatusCode added in v2.8.0

StatusCode returns HTTPResponse.StatusCode

type PostVariablesIDLabelsJSONBody

type PostVariablesIDLabelsJSONBody LabelMapping

PostVariablesIDLabelsJSONBody defines parameters for PostVariablesIDLabels.

type PostVariablesIDLabelsJSONRequestBody

type PostVariablesIDLabelsJSONRequestBody PostVariablesIDLabelsJSONBody

PostVariablesIDLabelsJSONRequestBody 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 PostVariablesIDLabelsResponse added in v2.2.0

type PostVariablesIDLabelsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *LabelResponse
	JSONDefault  *Error
}

func ParsePostVariablesIDLabelsResponse

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

ParsePostVariablesIDLabelsResponse parses an HTTP response from a PostVariablesIDLabelsWithResponse call

func (PostVariablesIDLabelsResponse) Status added in v2.2.0

Status returns HTTPResponse.Status

func (PostVariablesIDLabelsResponse) StatusCode added in v2.2.0

func (r PostVariablesIDLabelsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostVariablesJSONBody

type PostVariablesJSONBody Variable

PostVariablesJSONBody defines parameters for PostVariables.

type PostVariablesJSONRequestBody

type PostVariablesJSONRequestBody PostVariablesJSONBody

PostVariablesJSONRequestBody 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 PostVariablesResponse added in v2.2.0

type PostVariablesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *Variable
	JSONDefault  *Error
}

func ParsePostVariablesResponse

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

ParsePostVariablesResponse parses an HTTP response from a PostVariablesWithResponse call

func (PostVariablesResponse) Status added in v2.2.0

func (r PostVariablesResponse) Status() string

Status returns HTTPResponse.Status

func (PostVariablesResponse) StatusCode added in v2.2.0

func (r PostVariablesResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostWriteParams

type PostWriteParams struct {
	// The parameter value specifies the destination organization for writes. The database writes all points in the batch to this organization. If you provide both `orgID` and `org` parameters, `org` takes precedence.
	Org string `json:"org"`

	// The parameter value 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"`

	// The value tells InfluxDB what compression is applied to the line protocol in the request payload.
	// To make an API request with a GZIP payload, send `Content-Encoding: gzip` as a request header.
	ContentEncoding *PostWriteParamsContentEncoding `json:"Content-Encoding,omitempty"`

	// The header value indicates the format of the data in the request body.
	ContentType *PostWriteParamsContentType `json:"Content-Type,omitempty"`

	// The header value indicates the size of the entity-body, in bytes, sent to the database. If the length is greater than the database's `max body` configuration option, the server responds with status code `413`.
	ContentLength *int `json:"Content-Length,omitempty"`

	// The header value specifies the response 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 PostWriteResponse added in v2.2.0

type PostWriteResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *LineProtocolError
	JSON401      *Error
	JSON404      *Error
	JSON413      *LineProtocolLengthError
	JSON500      *Error
	JSONDefault  *Error
}

func ParsePostWriteResponse

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

ParsePostWriteResponse parses an HTTP response from a PostWriteWithResponse call

func (PostWriteResponse) Status added in v2.2.0

func (r PostWriteResponse) Status() string

Status returns HTTPResponse.Status

func (PostWriteResponse) StatusCode added in v2.2.0

func (r PostWriteResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type Property

type Property struct {
	Key *PropertyKey `json:"key,omitempty"`

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

The value associated with a key

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

PutChecksIDJSONRequestBody 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 PutChecksIDResponse added in v2.2.0

type PutChecksIDResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *Check
	JSON404      *Error
	JSONDefault  *Error
}

func ParsePutChecksIDResponse

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

ParsePutChecksIDResponse parses an HTTP response from a PutChecksIDWithResponse call

func (PutChecksIDResponse) Status added in v2.2.0

func (r PutChecksIDResponse) Status() string

Status returns HTTPResponse.Status

func (PutChecksIDResponse) StatusCode added in v2.2.0

func (r PutChecksIDResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PutDashboardsIDCellsJSONBody

type PutDashboardsIDCellsJSONBody Cells

PutDashboardsIDCellsJSONBody defines parameters for PutDashboardsIDCells.

type PutDashboardsIDCellsJSONRequestBody

type PutDashboardsIDCellsJSONRequestBody PutDashboardsIDCellsJSONBody

PutDashboardsIDCellsJSONRequestBody 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 PutDashboardsIDCellsResponse added in v2.2.0

type PutDashboardsIDCellsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *Dashboard
	JSON404      *Error
	JSONDefault  *Error
}

func ParsePutDashboardsIDCellsResponse

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

ParsePutDashboardsIDCellsResponse parses an HTTP response from a PutDashboardsIDCellsWithResponse call

func (PutDashboardsIDCellsResponse) Status added in v2.2.0

Status returns HTTPResponse.Status

func (PutDashboardsIDCellsResponse) StatusCode added in v2.2.0

func (r PutDashboardsIDCellsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PutMePasswordJSONBody

type PutMePasswordJSONBody PasswordResetBody

PutMePasswordJSONBody defines parameters for PutMePassword.

type PutMePasswordJSONRequestBody

type PutMePasswordJSONRequestBody PutMePasswordJSONBody

PutMePasswordJSONRequestBody 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 PutMePasswordResponse added in v2.2.0

type PutMePasswordResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSONDefault  *Error
}

func ParsePutMePasswordResponse

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

ParsePutMePasswordResponse parses an HTTP response from a PutMePasswordWithResponse call

func (PutMePasswordResponse) Status added in v2.2.0

func (r PutMePasswordResponse) Status() string

Status returns HTTPResponse.Status

func (PutMePasswordResponse) StatusCode added in v2.2.0

func (r PutMePasswordResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PutNotificationEndpointsIDJSONBody

type PutNotificationEndpointsIDJSONBody NotificationEndpoint

PutNotificationEndpointsIDJSONBody defines parameters for PutNotificationEndpointsID.

type PutNotificationEndpointsIDJSONRequestBody

type PutNotificationEndpointsIDJSONRequestBody PutNotificationEndpointsIDJSONBody

PutNotificationEndpointsIDJSONRequestBody 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 PutNotificationEndpointsIDResponse added in v2.2.0

type PutNotificationEndpointsIDResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *NotificationEndpoint
	JSON404      *Error
	JSONDefault  *Error
}

func ParsePutNotificationEndpointsIDResponse

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

ParsePutNotificationEndpointsIDResponse parses an HTTP response from a PutNotificationEndpointsIDWithResponse call

func (PutNotificationEndpointsIDResponse) Status added in v2.2.0

Status returns HTTPResponse.Status

func (PutNotificationEndpointsIDResponse) StatusCode added in v2.2.0

func (r PutNotificationEndpointsIDResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PutNotificationRulesIDJSONBody

type PutNotificationRulesIDJSONBody NotificationRule

PutNotificationRulesIDJSONBody defines parameters for PutNotificationRulesID.

type PutNotificationRulesIDJSONRequestBody

type PutNotificationRulesIDJSONRequestBody PutNotificationRulesIDJSONBody

PutNotificationRulesIDJSONRequestBody 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 PutNotificationRulesIDResponse added in v2.2.0

type PutNotificationRulesIDResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *NotificationRule
	JSON404      *Error
	JSONDefault  *Error
}

func ParsePutNotificationRulesIDResponse

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

ParsePutNotificationRulesIDResponse parses an HTTP response from a PutNotificationRulesIDWithResponse call

func (PutNotificationRulesIDResponse) Status added in v2.2.0

Status returns HTTPResponse.Status

func (PutNotificationRulesIDResponse) StatusCode added in v2.2.0

func (r PutNotificationRulesIDResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PutTelegrafsIDJSONBody

type PutTelegrafsIDJSONBody TelegrafPluginRequest

PutTelegrafsIDJSONBody defines parameters for PutTelegrafsID.

type PutTelegrafsIDJSONRequestBody

type PutTelegrafsIDJSONRequestBody PutTelegrafsIDJSONBody

PutTelegrafsIDJSONRequestBody 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 PutTelegrafsIDResponse added in v2.2.0

type PutTelegrafsIDResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *Telegraf
	JSONDefault  *Error
}

func ParsePutTelegrafsIDResponse

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

ParsePutTelegrafsIDResponse parses an HTTP response from a PutTelegrafsIDWithResponse call

func (PutTelegrafsIDResponse) Status added in v2.2.0

func (r PutTelegrafsIDResponse) Status() string

Status returns HTTPResponse.Status

func (PutTelegrafsIDResponse) StatusCode added in v2.2.0

func (r PutTelegrafsIDResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PutVariablesIDJSONBody

type PutVariablesIDJSONBody Variable

PutVariablesIDJSONBody defines parameters for PutVariablesID.

type PutVariablesIDJSONRequestBody

type PutVariablesIDJSONRequestBody PutVariablesIDJSONBody

PutVariablesIDJSONRequestBody 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 PutVariablesIDResponse added in v2.2.0

type PutVariablesIDResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *Variable
	JSONDefault  *Error
}

func ParsePutVariablesIDResponse

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

ParsePutVariablesIDResponse parses an HTTP response from a PutVariablesIDWithResponse call

func (PutVariablesIDResponse) Status added in v2.2.0

func (r PutVariablesIDResponse) Status() string

Status returns HTTPResponse.Status

func (PutVariablesIDResponse) StatusCode added in v2.2.0

func (r PutVariablesIDResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

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"`

	// Enumeration of key/value pairs that respresent parameters to be injected into query (can only specify either this field or extern and not both)
	Params *Query_Params `json:"params,omitempty"`

	// Query script to execute.
	Query string `json:"query"`

	// The type of query. Must be "flux".
	Type *QueryType `json:"type,omitempty"`
}

Query influx using the Flux language

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

The type of query. Must be "flux".

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 Query_Params added in v2.5.0

type Query_Params struct {
	AdditionalProperties map[string]interface{} `json:"-"`
}

Enumeration of key/value pairs that respresent parameters to be injected into query (can only specify either this field or extern and not both)

func (Query_Params) Get added in v2.5.0

func (a Query_Params) Get(fieldName string) (value interface{}, found bool)

Getter for additional properties for Query_Params. Returns the specified element and whether it was found

func (Query_Params) MarshalJSON added in v2.5.0

func (a Query_Params) MarshalJSON() ([]byte, error)

Override default JSON handling for Query_Params to handle AdditionalProperties

func (*Query_Params) Set added in v2.5.0

func (a *Query_Params) Set(fieldName string, value interface{})

Setter for additional properties for Query_Params

func (*Query_Params) UnmarshalJSON added in v2.5.0

func (a *Query_Params) UnmarshalJSON(b []byte) error

Override default JSON handling for Query_Params to handle AdditionalProperties

type RangeThreshold

type RangeThreshold struct {
	// Embedded struct due to allOf(#/components/schemas/ThresholdBase)
	ThresholdBase `yaml:",inline"`
	// 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 ReadStackResponse added in v2.2.0

type ReadStackResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *Stack
	JSONDefault  *Error
}

func ParseReadStackResponse

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

ParseReadStackResponse parses an HTTP response from a ReadStackWithResponse call

func (ReadStackResponse) Status added in v2.2.0

func (r ReadStackResponse) Status() string

Status returns HTTPResponse.Status

func (ReadStackResponse) StatusCode added in v2.2.0

func (r ReadStackResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

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"`
}

Expressions begin and end with `/` and are regular expressions with syntax accepted by RE2

type RemoteConnection added in v2.8.0

type RemoteConnection struct {
	AllowInsecureTLS bool    `json:"allowInsecureTLS"`
	Description      *string `json:"description,omitempty"`
	Id               string  `json:"id"`
	Name             string  `json:"name"`
	OrgID            string  `json:"orgID"`
	RemoteOrgID      string  `json:"remoteOrgID"`
	RemoteURL        string  `json:"remoteURL"`
}

RemoteConnection defines model for RemoteConnection.

type RemoteConnectionCreationRequest added in v2.8.0

type RemoteConnectionCreationRequest struct {
	AllowInsecureTLS bool    `json:"allowInsecureTLS"`
	Description      *string `json:"description,omitempty"`
	Name             string  `json:"name"`
	OrgID            string  `json:"orgID"`
	RemoteAPIToken   string  `json:"remoteAPIToken"`
	RemoteOrgID      string  `json:"remoteOrgID"`
	RemoteURL        string  `json:"remoteURL"`
}

RemoteConnectionCreationRequest defines model for RemoteConnectionCreationRequest.

type RemoteConnectionUpdateRequest added in v2.8.0

type RemoteConnectionUpdateRequest struct {
	AllowInsecureTLS *bool   `json:"allowInsecureTLS,omitempty"`
	Description      *string `json:"description,omitempty"`
	Name             *string `json:"name,omitempty"`
	RemoteAPIToken   *string `json:"remoteAPIToken,omitempty"`
	RemoteOrgID      *string `json:"remoteOrgID,omitempty"`
	RemoteURL        *string `json:"remoteURL,omitempty"`
}

RemoteConnectionUpdateRequest defines model for RemoteConnectionUpdateRequest.

type RemoteConnections added in v2.8.0

type RemoteConnections struct {
	Remotes *[]RemoteConnection `json:"remotes,omitempty"`
}

RemoteConnections defines model for RemoteConnections.

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"`
}

Describes a field that can be renamed and made visible or invisible.

type Replication added in v2.8.0

type Replication struct {
	CurrentQueueSizeBytes int64   `json:"currentQueueSizeBytes"`
	Description           *string `json:"description,omitempty"`
	DropNonRetryableData  *bool   `json:"dropNonRetryableData,omitempty"`
	Id                    string  `json:"id"`
	LatestErrorMessage    *string `json:"latestErrorMessage,omitempty"`
	LatestResponseCode    *int    `json:"latestResponseCode,omitempty"`
	LocalBucketID         string  `json:"localBucketID"`
	MaxQueueSizeBytes     int64   `json:"maxQueueSizeBytes"`
	Name                  string  `json:"name"`
	OrgID                 string  `json:"orgID"`
	RemoteBucketID        string  `json:"remoteBucketID"`
	RemoteID              string  `json:"remoteID"`
}

Replication defines model for Replication.

type ReplicationCreationRequest added in v2.8.0

type ReplicationCreationRequest struct {
	Description          *string `json:"description,omitempty"`
	DropNonRetryableData *bool   `json:"dropNonRetryableData,omitempty"`
	LocalBucketID        string  `json:"localBucketID"`
	MaxQueueSizeBytes    int64   `json:"maxQueueSizeBytes"`
	Name                 string  `json:"name"`
	OrgID                string  `json:"orgID"`
	RemoteBucketID       string  `json:"remoteBucketID"`
	RemoteID             string  `json:"remoteID"`
}

ReplicationCreationRequest defines model for ReplicationCreationRequest.

type ReplicationUpdateRequest added in v2.8.0

type ReplicationUpdateRequest struct {
	Description          *string `json:"description,omitempty"`
	DropNonRetryableData *bool   `json:"dropNonRetryableData,omitempty"`
	MaxQueueSizeBytes    *int64  `json:"maxQueueSizeBytes,omitempty"`
	Name                 *string `json:"name,omitempty"`
	RemoteBucketID       *string `json:"remoteBucketID,omitempty"`
	RemoteID             *string `json:"remoteID,omitempty"`
}

ReplicationUpdateRequest defines model for ReplicationUpdateRequest.

type Replications added in v2.8.0

type Replications struct {
	Replications *[]Replication `json:"replications,omitempty"`
}

Replications defines model for Replications.

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/UserResponse)
	UserResponse `yaml:",inline"`
	// 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/UserResponse)
	UserResponse `yaml:",inline"`
	// 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 (
	ResourceTypeAnnotations ResourceType = "annotations"

	ResourceTypeAuthorizations ResourceType = "authorizations"

	ResourceTypeBuckets ResourceType = "buckets"

	ResourceTypeChecks ResourceType = "checks"

	ResourceTypeDashboards ResourceType = "dashboards"

	ResourceTypeDbrp ResourceType = "dbrp"

	ResourceTypeDocuments ResourceType = "documents"

	ResourceTypeLabels ResourceType = "labels"

	ResourceTypeNotebooks ResourceType = "notebooks"

	ResourceTypeNotificationEndpoints ResourceType = "notificationEndpoints"

	ResourceTypeNotificationRules ResourceType = "notificationRules"

	ResourceTypeOrgs ResourceType = "orgs"

	ResourceTypeRemotes ResourceType = "remotes"

	ResourceTypeReplications ResourceType = "replications"

	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 RestoredBucketMappings added in v2.5.0

type RestoredBucketMappings struct {
	// New ID of the restored bucket
	Id            string              `json:"id"`
	Name          string              `json:"name"`
	ShardMappings BucketShardMappings `json:"shardMappings"`
}

RestoredBucketMappings defines model for RestoredBucketMappings.

type RetentionPolicyManifest added in v2.5.0

type RetentionPolicyManifest struct {
	Duration           int64                 `json:"duration"`
	Name               string                `json:"name"`
	ReplicaN           int                   `json:"replicaN"`
	ShardGroupDuration int64                 `json:"shardGroupDuration"`
	ShardGroups        ShardGroupManifests   `json:"shardGroups"`
	Subscriptions      SubscriptionManifests `json:"subscriptions"`
}

RetentionPolicyManifest defines model for RetentionPolicyManifest.

type RetentionPolicyManifests added in v2.5.0

type RetentionPolicyManifests []RetentionPolicyManifest

RetentionPolicyManifests defines model for RetentionPolicyManifests.

type RetentionRule

type RetentionRule struct {
	// Duration in seconds for how long data will be kept in the database. 0 means infinite.
	EverySeconds int64 `json:"everySeconds"`

	// Shard duration measured in seconds.
	ShardGroupDurationSeconds *int64            `json:"shardGroupDurationSeconds,omitempty"`
	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

Rules to expire or retain data. No rules means data never expires.

type ReturnStatement

type ReturnStatement struct {
	Argument *Expression `json:"argument,omitempty"`

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

Defines an expression to return

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

The state to record if check matches a criteria.

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 *[]LogEvent `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"`
}

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 `yaml:",inline"`
	// Embedded struct due to allOf(#/components/schemas/SMTPNotificationRuleBase)
	SMTPNotificationRuleBase `yaml:",inline"`
}

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"`
	GenerateXAxisTicks         *[]string                  `json:"generateXAxisTicks,omitempty"`
	GenerateYAxisTicks         *[]string                  `json:"generateYAxisTicks,omitempty"`
	LegendColorizeRows         *bool                      `json:"legendColorizeRows,omitempty"`
	LegendHide                 *bool                      `json:"legendHide,omitempty"`
	LegendOpacity              *float32                   `json:"legendOpacity,omitempty"`
	LegendOrientationThreshold *int                       `json:"legendOrientationThreshold,omitempty"`
	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"`
	XTickStart        *float32                  `json:"xTickStart,omitempty"`
	XTickStep         *float32                  `json:"xTickStep,omitempty"`
	XTotalTicks       *int                      `json:"xTotalTicks,omitempty"`
	YAxisLabel        string                    `json:"yAxisLabel"`
	YColumn           string                    `json:"yColumn"`
	YDomain           []float32                 `json:"yDomain"`
	YPrefix           string                    `json:"yPrefix"`
	YSuffix           string                    `json:"ySuffix"`
	YTickStart        *float32                  `json:"yTickStart,omitempty"`
	YTickStep         *float32                  `json:"yTickStep,omitempty"`
	YTotalTicks       *int                      `json:"yTotalTicks,omitempty"`
}

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 SchemaType added in v2.5.0

type SchemaType string

SchemaType defines model for SchemaType.

const (
	SchemaTypeExplicit SchemaType = "explicit"

	SchemaTypeImplicit SchemaType = "implicit"
)

Defines values for SchemaType.

type ScraperTargetRequest

type ScraperTargetRequest struct {
	// Skip TLS verification on endpoint.
	AllowInsecure *bool `json:"allowInsecure,omitempty"`

	// 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

The type of the metrics to be parsed.

const (
	ScraperTargetRequestTypePrometheus ScraperTargetRequestType = "prometheus"
)

Defines values for ScraperTargetRequestType.

type ScraperTargetResponse

type ScraperTargetResponse struct {
	// Embedded struct due to allOf(#/components/schemas/ScraperTargetRequest)
	ScraperTargetRequest `yaml:",inline"`
	// Embedded fields due to inline allOf schema
	// 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 name of the organization.
	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 `yaml:",inline"`
	// 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 ServerError added in v2.5.0

type ServerError Error

ServerError defines model for ServerError.

type ShardGroupManifest added in v2.5.0

type ShardGroupManifest struct {
	DeletedAt   *time.Time     `json:"deletedAt,omitempty"`
	EndTime     time.Time      `json:"endTime"`
	Id          int64          `json:"id"`
	Shards      ShardManifests `json:"shards"`
	StartTime   time.Time      `json:"startTime"`
	TruncatedAt *time.Time     `json:"truncatedAt,omitempty"`
}

ShardGroupManifest defines model for ShardGroupManifest.

type ShardGroupManifests added in v2.5.0

type ShardGroupManifests []ShardGroupManifest

ShardGroupManifests defines model for ShardGroupManifests.

type ShardManifest added in v2.5.0

type ShardManifest struct {
	Id          int64       `json:"id"`
	ShardOwners ShardOwners `json:"shardOwners"`
}

ShardManifest defines model for ShardManifest.

type ShardManifests added in v2.5.0

type ShardManifests []ShardManifest

ShardManifests defines model for ShardManifests.

type ShardOwner added in v2.5.0

type ShardOwner struct {
	// ID of the node that owns a shard.
	NodeID int64 `json:"nodeID"`
}

ShardOwner defines model for ShardOwner.

type ShardOwners added in v2.5.0

type ShardOwners []ShardOwner

ShardOwners defines model for ShardOwners.

type SimpleTableViewProperties added in v2.6.0

type SimpleTableViewProperties struct {
	Note    string                         `json:"note"`
	Queries []DashboardQuery               `json:"queries"`
	Shape   SimpleTableViewPropertiesShape `json:"shape"`
	ShowAll bool                           `json:"showAll"`

	// If true, will display note when empty
	ShowNoteWhenEmpty bool                          `json:"showNoteWhenEmpty"`
	Type              SimpleTableViewPropertiesType `json:"type"`
}

SimpleTableViewProperties defines model for SimpleTableViewProperties.

type SimpleTableViewPropertiesShape added in v2.6.0

type SimpleTableViewPropertiesShape string

SimpleTableViewPropertiesShape defines model for SimpleTableViewProperties.Shape.

const (
	SimpleTableViewPropertiesShapeChronografV2 SimpleTableViewPropertiesShape = "chronograf-v2"
)

Defines values for SimpleTableViewPropertiesShape.

type SimpleTableViewPropertiesType added in v2.6.0

type SimpleTableViewPropertiesType string

SimpleTableViewPropertiesType defines model for SimpleTableViewProperties.Type.

const (
	SimpleTableViewPropertiesTypeSimpleTable SimpleTableViewPropertiesType = "simple-table"
)

Defines values for SimpleTableViewPropertiesType.

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"`
	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"`

	// StaticLegend represents the options specific to the static legend
	StaticLegend *StaticLegend                `json:"staticLegend,omitempty"`
	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 `yaml:",inline"`
	// Embedded fields due to inline allOf schema
	// 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 `yaml:",inline"`
	// Embedded struct due to allOf(#/components/schemas/SlackNotificationRuleBase)
	SlackNotificationRuleBase `yaml:",inline"`
}

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 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 StaticLegend added in v2.5.0

type StaticLegend struct {
	ColorizeRows         *bool    `json:"colorizeRows,omitempty"`
	HeightRatio          *float32 `json:"heightRatio,omitempty"`
	Opacity              *float32 `json:"opacity,omitempty"`
	OrientationThreshold *int     `json:"orientationThreshold,omitempty"`
	Show                 *bool    `json:"show,omitempty"`
	ValueAxis            *string  `json:"valueAxis,omitempty"`
	WidthRatio           *float32 `json:"widthRatio,omitempty"`
}

StaticLegend represents the options specific to the static legend

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"`
}

Expressions begin and end with double quote marks

type SubscriptionManifest added in v2.5.0

type SubscriptionManifest struct {
	Destinations []string `json:"destinations"`
	Mode         string   `json:"mode"`
	Name         string   `json:"name"`
}

SubscriptionManifest defines model for SubscriptionManifest.

type SubscriptionManifests added in v2.5.0

type SubscriptionManifests []SubscriptionManifest

SubscriptionManifests defines model for SubscriptionManifests.

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

Wrapping describes the text wrapping style to be used in table views

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 {
	// ID of the authorization used when the task communicates with the query engine.
	AuthorizationID *string    `json:"authorizationID,omitempty"`
	CreatedAt       *time.Time `json:"createdAt,omitempty"`

	// [Cron expression](https://en.wikipedia.org/wiki/Cron#Overview) that defines the schedule on which the task runs. Cron scheduling is based on system time.
	// Value is a [Cron expression](https://en.wikipedia.org/wiki/Cron#Overview).
	Cron *string `json:"cron,omitempty"`

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

	// Interval at which the task runs. `every` also determines when the task first runs, depending on the specified time.
	// Value is a [duration literal](https://docs.influxdata.com/flux/v0.x/spec/lexical-elements/#duration-literals)).
	Every *string `json:"every,omitempty"`

	// 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 the latest scheduled and completed run.
	// Value is a timestamp in [RFC3339 date/time format](https://docs.influxdata.com/flux/v0.x/data-types/basic/time/#time-syntax).
	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"`

	// Name of the task.
	Name string `json:"name"`

	// [Duration](https://docs.influxdata.com/flux/v0.x/spec/lexical-elements/#duration-literals) to delay execution of the task after the scheduled time has elapsed. `0` removes the offset.
	// The value is a [duration literal](https://docs.influxdata.com/flux/v0.x/spec/lexical-elements/#duration-literals).
	Offset *string `json:"offset,omitempty"`

	// Name of the organization that owns the task.
	Org *string `json:"org,omitempty"`

	// ID of the organization that owns the task.
	OrgID string `json:"orgID"`

	// ID of the user who owns this Task.
	OwnerID *string         `json:"ownerID,omitempty"`
	Status  *TaskStatusType `json:"status,omitempty"`

	// Type of the task, useful for filtering a task list.
	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 `yaml:",inline"`
	// 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 TelegrafPluginRequest added in v2.8.0

type TelegrafPluginRequest 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"`
	Plugins *[]struct {
		Alias       *string `json:"alias,omitempty"`
		Config      *string `json:"config,omitempty"`
		Description *string `json:"description,omitempty"`
		Name        *string `json:"name,omitempty"`
		Type        *string `json:"type,omitempty"`
	} `json:"plugins,omitempty"`
}

TelegrafPluginRequest defines model for TelegrafPluginRequest.

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 Telegrafs

type Telegrafs struct {
	Configurations *[]Telegraf `json:"configurations,omitempty"`
}

Telegrafs defines model for Telegrafs.

type TelegramNotificationEndpoint added in v2.1.0

type TelegramNotificationEndpoint struct {
	// Embedded struct due to allOf(#/components/schemas/NotificationEndpointBase)
	NotificationEndpointBase `yaml:",inline"`
	// Embedded fields due to inline allOf schema
	// ID of the telegram channel, a chat_id in https://core.telegram.org/bots/api#sendmessage .
	Channel string `json:"channel"`

	// Specifies the Telegram bot token. See https://core.telegram.org/bots#creating-a-new-bot .
	Token string `json:"token"`
}

TelegramNotificationEndpoint defines model for TelegramNotificationEndpoint.

type TelegramNotificationRule added in v2.1.0

type TelegramNotificationRule struct {
	// Embedded struct due to allOf(#/components/schemas/NotificationRuleBase)
	NotificationRuleBase `yaml:",inline"`
	// Embedded struct due to allOf(#/components/schemas/TelegramNotificationRuleBase)
	TelegramNotificationRuleBase `yaml:",inline"`
}

TelegramNotificationRule defines model for TelegramNotificationRule.

type TelegramNotificationRuleBase added in v2.1.0

type TelegramNotificationRuleBase struct {
	// Disables preview of web links in the sent messages when "true". Defaults to "false" .
	DisableWebPagePreview *bool `json:"disableWebPagePreview,omitempty"`

	// The message template as a flux interpolated string.
	MessageTemplate string `json:"messageTemplate"`

	// Parse mode of the message text per https://core.telegram.org/bots/api#formatting-options . Defaults to "MarkdownV2" .
	ParseMode *TelegramNotificationRuleBaseParseMode `json:"parseMode,omitempty"`

	// The discriminator between other types of notification rules is "telegram".
	Type TelegramNotificationRuleBaseType `json:"type"`
}

TelegramNotificationRuleBase defines model for TelegramNotificationRuleBase.

type TelegramNotificationRuleBaseParseMode added in v2.1.0

type TelegramNotificationRuleBaseParseMode string

Parse mode of the message text per https://core.telegram.org/bots/api#formatting-options . Defaults to "MarkdownV2" .

const (
	TelegramNotificationRuleBaseParseModeHTML TelegramNotificationRuleBaseParseMode = "HTML"

	TelegramNotificationRuleBaseParseModeMarkdown TelegramNotificationRuleBaseParseMode = "Markdown"

	TelegramNotificationRuleBaseParseModeMarkdownV2 TelegramNotificationRuleBaseParseMode = "MarkdownV2"
)

Defines values for TelegramNotificationRuleBaseParseMode.

type TelegramNotificationRuleBaseType added in v2.1.0

type TelegramNotificationRuleBaseType string

The discriminator between other types of notification rules is "telegram".

const (
	TelegramNotificationRuleBaseTypeTelegram TelegramNotificationRuleBaseType = "telegram"
)

Defines values for TelegramNotificationRuleBaseType.

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"`

	// 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"`
}

TemplateEnvReferences defines model for TemplateEnvReferences.

type TemplateExportByID added in v2.3.0

type TemplateExportByID 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"`

		// if defined with id, name is used for resource exported by id. if defined independently, resources strictly matching name are exported
		Name *string `json:"name,omitempty"`
	} `json:"resources,omitempty"`
	StackID *string `json:"stackID,omitempty"`
}

TemplateExportByID defines model for TemplateExportByID.

type TemplateExportByName added in v2.3.0

type TemplateExportByName 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 {
		Kind TemplateKind `json:"kind"`
		Name string       `json:"name"`
	} `json:"resources,omitempty"`
	StackID *string `json:"stackID,omitempty"`
}

TemplateExportByName defines model for TemplateExportByName.

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              *NotificationEndpointDiscriminator `json:"new,omitempty"`
			Old              *NotificationEndpointDiscriminator `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 `yaml:",inline"`
			// 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/NotificationEndpointDiscriminator)
			NotificationEndpointDiscriminator `yaml:",inline"`
			// 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 `yaml:",inline"`
			// 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"`
}

Declares a Flux test case

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 `yaml:",inline"`
	// Embedded fields due to inline allOf schema
	// 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"`
}

Uses operators to act on a single operand in an expression

type UninstallStackResponse added in v2.2.0

type UninstallStackResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *Stack
	JSONDefault  *Error
}

func ParseUninstallStackResponse

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

ParseUninstallStackResponse parses an HTTP response from a UninstallStackWithResponse call

func (UninstallStackResponse) Status added in v2.2.0

func (r UninstallStackResponse) Status() string

Status returns HTTPResponse.Status

func (UninstallStackResponse) StatusCode added in v2.2.0

func (r UninstallStackResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UnsignedIntegerLiteral

type UnsignedIntegerLiteral struct {
	// Type of AST node
	Type  *NodeType `json:"type,omitempty"`
	Value *string   `json:"value,omitempty"`
}

Represents integer numbers

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"`
	Name         *string   `json:"name"`
	TemplateURLs *[]string `json:"templateURLs"`
}

UpdateStackJSONBody defines parameters for UpdateStack.

type UpdateStackJSONRequestBody

type UpdateStackJSONRequestBody UpdateStackJSONBody

UpdateStackJSONRequestBody defines body for UpdateStack for application/json ContentType.

type UpdateStackResponse added in v2.2.0

type UpdateStackResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *Stack
	JSONDefault  *Error
}

func ParseUpdateStackResponse

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

ParseUpdateStackResponse parses an HTTP response from a UpdateStackWithResponse call

func (UpdateStackResponse) Status added in v2.2.0

func (r UpdateStackResponse) Status() string

Status returns HTTPResponse.Status

func (UpdateStackResponse) StatusCode added in v2.2.0

func (r UpdateStackResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type User

type User struct {
	Id      *string `json:"id,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 UserResponse added in v2.5.0

type UserResponse 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 *UserResponseStatus `json:"status,omitempty"`
}

UserResponse defines model for UserResponse.

type UserResponseStatus added in v2.5.0

type UserResponseStatus string

If inactive the user is inactive.

const (
	UserResponseStatusActive UserResponseStatus = "active"

	UserResponseStatusInactive UserResponseStatus = "inactive"
)

Defines values for UserResponseStatus.

type UserStatus

type UserStatus string

If inactive the user is inactive.

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 *[]UserResponse `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"`
}

Represents the declaration of a variable

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 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"`

	// A color mapping is an object that maps time series data to a UI color scheme to allow the UI to render graphs consistent colors across reloads.
	ColorMapping *ColorMapping `json:"colorMapping,omitempty"`

	// Colors define color encoding of data into a visualization
	Colors                     []DashboardColor                `json:"colors"`
	GenerateXAxisTicks         *[]string                       `json:"generateXAxisTicks,omitempty"`
	GenerateYAxisTicks         *[]string                       `json:"generateYAxisTicks,omitempty"`
	Geom                       XYGeom                          `json:"geom"`
	HoverDimension             *XYViewPropertiesHoverDimension `json:"hoverDimension,omitempty"`
	LegendColorizeRows         *bool                           `json:"legendColorizeRows,omitempty"`
	LegendHide                 *bool                           `json:"legendHide,omitempty"`
	LegendOpacity              *float32                        `json:"legendOpacity,omitempty"`
	LegendOrientationThreshold *int                            `json:"legendOrientationThreshold,omitempty"`
	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"`

	// StaticLegend represents the options specific to the static legend
	StaticLegend *StaticLegend        `json:"staticLegend,omitempty"`
	TimeFormat   *string              `json:"timeFormat,omitempty"`
	Type         XYViewPropertiesType `json:"type"`
	XColumn      *string              `json:"xColumn,omitempty"`
	XTickStart   *float32             `json:"xTickStart,omitempty"`
	XTickStep    *float32             `json:"xTickStep,omitempty"`
	XTotalTicks  *int                 `json:"xTotalTicks,omitempty"`
	YColumn      *string              `json:"yColumn,omitempty"`
	YTickStart   *float32             `json:"yTickStart,omitempty"`
	YTickStep    *float32             `json:"yTickStep,omitempty"`
	YTotalTicks  *int                 `json:"yTotalTicks,omitempty"`
}

XYViewProperties defines model for XYViewProperties.

type XYViewPropertiesHoverDimension

type XYViewPropertiesHoverDimension string

XYViewPropertiesHoverDimension defines model for XYViewProperties.HoverDimension.

const (
	XYViewPropertiesHoverDimensionAuto XYViewPropertiesHoverDimension = "auto"

	XYViewPropertiesHoverDimensionX XYViewPropertiesHoverDimension = "x"

	XYViewPropertiesHoverDimensionXy XYViewPropertiesHoverDimension = "xy"

	XYViewPropertiesHoverDimensionY XYViewPropertiesHoverDimension = "y"
)

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