domain

package
v1.4.0 Latest Latest
Warning

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

Go to latest
Published: Jul 17, 2020 License: MIT Imports: 14 Imported by: 7

README

Generated types and API client

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

Install oapi generator

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

Download and sync latest swagger

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

Generate

cd domain

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

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

Documentation

Overview

Package domain provides primitives to interact the openapi HTTP API.

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

Package domain provides primitives to interact the openapi HTTP API.

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

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DomainErrorToError added in v1.1.0

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

func NewApplyPkgRequest added in v1.1.0

func NewApplyPkgRequest(server string, body ApplyPkgJSONRequestBody) (*http.Request, error)

NewApplyPkgRequest calls the generic ApplyPkg builder with application/json body

func NewApplyPkgRequestWithBody added in v1.1.0

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

NewApplyPkgRequestWithBody generates requests for ApplyPkg with any type of body

func NewCreateCheckRequest added in v1.1.0

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

NewCreateCheckRequest calls the generic CreateCheck builder with application/json body

func NewCreateCheckRequestWithBody added in v1.1.0

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

NewCreateCheckRequestWithBody generates requests for CreateCheck with any type of body

func NewCreateNotificationEndpointRequest added in v1.1.0

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

NewCreateNotificationEndpointRequest calls the generic CreateNotificationEndpoint builder with application/json body

func NewCreateNotificationEndpointRequestWithBody added in v1.1.0

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

NewCreateNotificationEndpointRequestWithBody generates requests for CreateNotificationEndpoint with any type of body

func NewCreateNotificationRuleRequest added in v1.1.0

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

NewCreateNotificationRuleRequest calls the generic CreateNotificationRule builder with application/json body

func NewCreateNotificationRuleRequestWithBody added in v1.1.0

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

NewCreateNotificationRuleRequestWithBody generates requests for CreateNotificationRule with any type of body

func NewCreatePkgRequest added in v1.1.0

func NewCreatePkgRequest(server string, body CreatePkgJSONRequestBody) (*http.Request, error)

NewCreatePkgRequest calls the generic CreatePkg builder with application/json body

func NewCreatePkgRequestWithBody added in v1.1.0

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

NewCreatePkgRequestWithBody generates requests for CreatePkg with any type of body

func NewCreateStackRequest added in v1.3.0

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

NewCreateStackRequest calls the generic CreateStack builder with application/json body

func NewCreateStackRequestWithBody added in v1.3.0

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

NewCreateStackRequestWithBody generates requests for CreateStack with any type of body

func NewDeleteAuthorizationsIDRequest added in v1.1.0

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

NewDeleteAuthorizationsIDRequest generates requests for DeleteAuthorizationsID

func NewDeleteBucketsIDLabelsIDRequest added in v1.1.0

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

NewDeleteBucketsIDLabelsIDRequest generates requests for DeleteBucketsIDLabelsID

func NewDeleteBucketsIDMembersIDRequest added in v1.1.0

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

NewDeleteBucketsIDMembersIDRequest generates requests for DeleteBucketsIDMembersID

func NewDeleteBucketsIDOwnersIDRequest added in v1.1.0

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

NewDeleteBucketsIDOwnersIDRequest generates requests for DeleteBucketsIDOwnersID

func NewDeleteBucketsIDRequest added in v1.1.0

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

NewDeleteBucketsIDRequest generates requests for DeleteBucketsID

func NewDeleteChecksIDLabelsIDRequest added in v1.1.0

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

NewDeleteChecksIDLabelsIDRequest generates requests for DeleteChecksIDLabelsID

func NewDeleteChecksIDRequest added in v1.1.0

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

NewDeleteChecksIDRequest generates requests for DeleteChecksID

func NewDeleteDBRPIDRequest added in v1.3.0

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

NewDeleteDBRPIDRequest generates requests for DeleteDBRPID

func NewDeleteDashboardsIDCellsIDRequest added in v1.1.0

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

NewDeleteDashboardsIDCellsIDRequest generates requests for DeleteDashboardsIDCellsID

func NewDeleteDashboardsIDLabelsIDRequest added in v1.1.0

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

NewDeleteDashboardsIDLabelsIDRequest generates requests for DeleteDashboardsIDLabelsID

func NewDeleteDashboardsIDMembersIDRequest added in v1.1.0

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

NewDeleteDashboardsIDMembersIDRequest generates requests for DeleteDashboardsIDMembersID

func NewDeleteDashboardsIDOwnersIDRequest added in v1.1.0

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

NewDeleteDashboardsIDOwnersIDRequest generates requests for DeleteDashboardsIDOwnersID

func NewDeleteDashboardsIDRequest added in v1.1.0

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

NewDeleteDashboardsIDRequest generates requests for DeleteDashboardsID

func NewDeleteDocumentsTemplatesIDLabelsIDRequest added in v1.1.0

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

NewDeleteDocumentsTemplatesIDLabelsIDRequest generates requests for DeleteDocumentsTemplatesIDLabelsID

func NewDeleteDocumentsTemplatesIDRequest added in v1.1.0

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

NewDeleteDocumentsTemplatesIDRequest generates requests for DeleteDocumentsTemplatesID

func NewDeleteLabelsIDRequest added in v1.1.0

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

NewDeleteLabelsIDRequest generates requests for DeleteLabelsID

func NewDeleteNotificationEndpointsIDLabelsIDRequest added in v1.1.0

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

NewDeleteNotificationEndpointsIDLabelsIDRequest generates requests for DeleteNotificationEndpointsIDLabelsID

func NewDeleteNotificationEndpointsIDRequest added in v1.1.0

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

NewDeleteNotificationEndpointsIDRequest generates requests for DeleteNotificationEndpointsID

func NewDeleteNotificationRulesIDLabelsIDRequest added in v1.1.0

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

NewDeleteNotificationRulesIDLabelsIDRequest generates requests for DeleteNotificationRulesIDLabelsID

func NewDeleteNotificationRulesIDRequest added in v1.1.0

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

NewDeleteNotificationRulesIDRequest generates requests for DeleteNotificationRulesID

func NewDeleteOrgsIDCloudUserIDRequest added in v1.3.0

func NewDeleteOrgsIDCloudUserIDRequest(server string, orgID string, userID string, params *DeleteOrgsIDCloudUserIDParams) (*http.Request, error)

NewDeleteOrgsIDCloudUserIDRequest generates requests for DeleteOrgsIDCloudUserID

func NewDeleteOrgsIDInviteIDRequest added in v1.3.0

func NewDeleteOrgsIDInviteIDRequest(server string, orgID string, inviteID string, params *DeleteOrgsIDInviteIDParams) (*http.Request, error)

NewDeleteOrgsIDInviteIDRequest generates requests for DeleteOrgsIDInviteID

func NewDeleteOrgsIDLabelsIDRequest added in v1.1.0

func NewDeleteOrgsIDLabelsIDRequest(server string, orgID string, labelID string, params *DeleteOrgsIDLabelsIDParams) (*http.Request, error)

NewDeleteOrgsIDLabelsIDRequest generates requests for DeleteOrgsIDLabelsID

func NewDeleteOrgsIDMembersIDRequest added in v1.1.0

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

NewDeleteOrgsIDMembersIDRequest generates requests for DeleteOrgsIDMembersID

func NewDeleteOrgsIDOwnersIDRequest added in v1.1.0

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

NewDeleteOrgsIDOwnersIDRequest generates requests for DeleteOrgsIDOwnersID

func NewDeleteOrgsIDRequest added in v1.1.0

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

NewDeleteOrgsIDRequest generates requests for DeleteOrgsID

func NewDeleteScrapersIDLabelsIDRequest added in v1.1.0

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

NewDeleteScrapersIDLabelsIDRequest generates requests for DeleteScrapersIDLabelsID

func NewDeleteScrapersIDMembersIDRequest added in v1.1.0

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

NewDeleteScrapersIDMembersIDRequest generates requests for DeleteScrapersIDMembersID

func NewDeleteScrapersIDOwnersIDRequest added in v1.1.0

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

NewDeleteScrapersIDOwnersIDRequest generates requests for DeleteScrapersIDOwnersID

func NewDeleteScrapersIDRequest added in v1.1.0

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

NewDeleteScrapersIDRequest generates requests for DeleteScrapersID

func NewDeleteSourcesIDRequest added in v1.1.0

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

NewDeleteSourcesIDRequest generates requests for DeleteSourcesID

func NewDeleteStackRequest added in v1.3.0

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

NewDeleteStackRequest generates requests for DeleteStack

func NewDeleteTasksIDLabelsIDRequest added in v1.1.0

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

NewDeleteTasksIDLabelsIDRequest generates requests for DeleteTasksIDLabelsID

func NewDeleteTasksIDMembersIDRequest added in v1.1.0

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

NewDeleteTasksIDMembersIDRequest generates requests for DeleteTasksIDMembersID

func NewDeleteTasksIDOwnersIDRequest added in v1.1.0

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

NewDeleteTasksIDOwnersIDRequest generates requests for DeleteTasksIDOwnersID

func NewDeleteTasksIDRequest added in v1.1.0

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

NewDeleteTasksIDRequest generates requests for DeleteTasksID

func NewDeleteTasksIDRunsIDRequest added in v1.1.0

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

NewDeleteTasksIDRunsIDRequest generates requests for DeleteTasksIDRunsID

func NewDeleteTelegrafsIDLabelsIDRequest added in v1.1.0

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

NewDeleteTelegrafsIDLabelsIDRequest generates requests for DeleteTelegrafsIDLabelsID

func NewDeleteTelegrafsIDMembersIDRequest added in v1.1.0

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

NewDeleteTelegrafsIDMembersIDRequest generates requests for DeleteTelegrafsIDMembersID

func NewDeleteTelegrafsIDOwnersIDRequest added in v1.1.0

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

NewDeleteTelegrafsIDOwnersIDRequest generates requests for DeleteTelegrafsIDOwnersID

func NewDeleteTelegrafsIDRequest added in v1.1.0

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

NewDeleteTelegrafsIDRequest generates requests for DeleteTelegrafsID

func NewDeleteUsersIDRequest added in v1.1.0

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

NewDeleteUsersIDRequest generates requests for DeleteUsersID

func NewDeleteVariablesIDLabelsIDRequest added in v1.1.0

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

NewDeleteVariablesIDLabelsIDRequest generates requests for DeleteVariablesIDLabelsID

func NewDeleteVariablesIDRequest added in v1.1.0

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

NewDeleteVariablesIDRequest generates requests for DeleteVariablesID

func NewExportStackRequest added in v1.3.0

func NewExportStackRequest(server string, stackId string, params *ExportStackParams) (*http.Request, error)

NewExportStackRequest generates requests for ExportStack

func NewGetAuthorizationsIDRequest added in v1.1.0

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

NewGetAuthorizationsIDRequest generates requests for GetAuthorizationsID

func NewGetAuthorizationsRequest added in v1.1.0

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

NewGetAuthorizationsRequest generates requests for GetAuthorizations

func NewGetBucketsIDLabelsRequest added in v1.1.0

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

NewGetBucketsIDLabelsRequest generates requests for GetBucketsIDLabels

func NewGetBucketsIDMembersRequest added in v1.1.0

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

NewGetBucketsIDMembersRequest generates requests for GetBucketsIDMembers

func NewGetBucketsIDOwnersRequest added in v1.1.0

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

NewGetBucketsIDOwnersRequest generates requests for GetBucketsIDOwners

func NewGetBucketsIDRequest added in v1.1.0

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

NewGetBucketsIDRequest generates requests for GetBucketsID

func NewGetBucketsRequest added in v1.1.0

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

NewGetBucketsRequest generates requests for GetBuckets

func NewGetChecksIDLabelsRequest added in v1.1.0

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

NewGetChecksIDLabelsRequest generates requests for GetChecksIDLabels

func NewGetChecksIDQueryRequest added in v1.1.0

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

NewGetChecksIDQueryRequest generates requests for GetChecksIDQuery

func NewGetChecksIDRequest added in v1.1.0

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

NewGetChecksIDRequest generates requests for GetChecksID

func NewGetChecksRequest added in v1.1.0

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

NewGetChecksRequest generates requests for GetChecks

func NewGetCloudUsersRequest added in v1.3.0

func NewGetCloudUsersRequest(server string, orgID string, params *GetCloudUsersParams) (*http.Request, error)

NewGetCloudUsersRequest generates requests for GetCloudUsers

func NewGetDBRPsIDRequest added in v1.3.0

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

NewGetDBRPsIDRequest generates requests for GetDBRPsID

func NewGetDBRPsRequest added in v1.3.0

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

NewGetDBRPsRequest generates requests for GetDBRPs

func NewGetDashboardsIDCellsIDViewRequest added in v1.1.0

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

NewGetDashboardsIDCellsIDViewRequest generates requests for GetDashboardsIDCellsIDView

func NewGetDashboardsIDLabelsRequest added in v1.1.0

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

NewGetDashboardsIDLabelsRequest generates requests for GetDashboardsIDLabels

func NewGetDashboardsIDMembersRequest added in v1.1.0

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

NewGetDashboardsIDMembersRequest generates requests for GetDashboardsIDMembers

func NewGetDashboardsIDOwnersRequest added in v1.1.0

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

NewGetDashboardsIDOwnersRequest generates requests for GetDashboardsIDOwners

func NewGetDashboardsIDRequest added in v1.1.0

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

NewGetDashboardsIDRequest generates requests for GetDashboardsID

func NewGetDashboardsRequest added in v1.1.0

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

NewGetDashboardsRequest generates requests for GetDashboards

func NewGetDocumentsTemplatesIDLabelsRequest added in v1.1.0

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

NewGetDocumentsTemplatesIDLabelsRequest generates requests for GetDocumentsTemplatesIDLabels

func NewGetDocumentsTemplatesIDRequest added in v1.1.0

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

NewGetDocumentsTemplatesIDRequest generates requests for GetDocumentsTemplatesID

func NewGetDocumentsTemplatesRequest added in v1.1.0

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

NewGetDocumentsTemplatesRequest generates requests for GetDocumentsTemplates

func NewGetFlagsRequest added in v1.3.0

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

NewGetFlagsRequest generates requests for GetFlags

func NewGetHealthRequest added in v1.1.0

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

NewGetHealthRequest generates requests for GetHealth

func NewGetLabelsIDRequest added in v1.1.0

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

NewGetLabelsIDRequest generates requests for GetLabelsID

func NewGetLabelsRequest added in v1.1.0

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

NewGetLabelsRequest generates requests for GetLabels

func NewGetMeRequest added in v1.1.0

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

NewGetMeRequest generates requests for GetMe

func NewGetNotificationEndpointsIDLabelsRequest added in v1.1.0

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

NewGetNotificationEndpointsIDLabelsRequest generates requests for GetNotificationEndpointsIDLabels

func NewGetNotificationEndpointsIDRequest added in v1.1.0

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

NewGetNotificationEndpointsIDRequest generates requests for GetNotificationEndpointsID

func NewGetNotificationEndpointsRequest added in v1.1.0

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

NewGetNotificationEndpointsRequest generates requests for GetNotificationEndpoints

func NewGetNotificationRulesIDLabelsRequest added in v1.1.0

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

NewGetNotificationRulesIDLabelsRequest generates requests for GetNotificationRulesIDLabels

func NewGetNotificationRulesIDQueryRequest added in v1.1.0

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

NewGetNotificationRulesIDQueryRequest generates requests for GetNotificationRulesIDQuery

func NewGetNotificationRulesIDRequest added in v1.1.0

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

NewGetNotificationRulesIDRequest generates requests for GetNotificationRulesID

func NewGetNotificationRulesRequest added in v1.1.0

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

NewGetNotificationRulesRequest generates requests for GetNotificationRules

func NewGetOrgsIDLabelsRequest added in v1.1.0

func NewGetOrgsIDLabelsRequest(server string, orgID string, params *GetOrgsIDLabelsParams) (*http.Request, error)

NewGetOrgsIDLabelsRequest generates requests for GetOrgsIDLabels

func NewGetOrgsIDMembersRequest added in v1.1.0

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

NewGetOrgsIDMembersRequest generates requests for GetOrgsIDMembers

func NewGetOrgsIDOwnersRequest added in v1.1.0

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

NewGetOrgsIDOwnersRequest generates requests for GetOrgsIDOwners

func NewGetOrgsIDRequest added in v1.1.0

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

NewGetOrgsIDRequest generates requests for GetOrgsID

func NewGetOrgsIDSecretsRequest added in v1.1.0

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

NewGetOrgsIDSecretsRequest generates requests for GetOrgsIDSecrets

func NewGetOrgsRequest added in v1.1.0

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

NewGetOrgsRequest generates requests for GetOrgs

func NewGetQuerySuggestionsNameRequest added in v1.1.0

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

NewGetQuerySuggestionsNameRequest generates requests for GetQuerySuggestionsName

func NewGetQuerySuggestionsRequest added in v1.1.0

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

NewGetQuerySuggestionsRequest generates requests for GetQuerySuggestions

func NewGetReadyRequest added in v1.1.0

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

NewGetReadyRequest generates requests for GetReady

func NewGetRoutesRequest added in v1.1.0

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

NewGetRoutesRequest generates requests for GetRoutes

func NewGetScrapersIDLabelsRequest added in v1.1.0

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

NewGetScrapersIDLabelsRequest generates requests for GetScrapersIDLabels

func NewGetScrapersIDMembersRequest added in v1.1.0

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

NewGetScrapersIDMembersRequest generates requests for GetScrapersIDMembers

func NewGetScrapersIDOwnersRequest added in v1.1.0

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

NewGetScrapersIDOwnersRequest generates requests for GetScrapersIDOwners

func NewGetScrapersIDRequest added in v1.1.0

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

NewGetScrapersIDRequest generates requests for GetScrapersID

func NewGetScrapersRequest added in v1.1.0

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

NewGetScrapersRequest generates requests for GetScrapers

func NewGetSetupRequest added in v1.1.0

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

NewGetSetupRequest generates requests for GetSetup

func NewGetSourcesIDBucketsRequest added in v1.1.0

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

NewGetSourcesIDBucketsRequest generates requests for GetSourcesIDBuckets

func NewGetSourcesIDHealthRequest added in v1.1.0

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

NewGetSourcesIDHealthRequest generates requests for GetSourcesIDHealth

func NewGetSourcesIDRequest added in v1.1.0

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

NewGetSourcesIDRequest generates requests for GetSourcesID

func NewGetSourcesRequest added in v1.1.0

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

NewGetSourcesRequest generates requests for GetSources

func NewGetTasksIDLabelsRequest added in v1.1.0

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

NewGetTasksIDLabelsRequest generates requests for GetTasksIDLabels

func NewGetTasksIDLogsRequest added in v1.1.0

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

NewGetTasksIDLogsRequest generates requests for GetTasksIDLogs

func NewGetTasksIDMembersRequest added in v1.1.0

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

NewGetTasksIDMembersRequest generates requests for GetTasksIDMembers

func NewGetTasksIDOwnersRequest added in v1.1.0

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

NewGetTasksIDOwnersRequest generates requests for GetTasksIDOwners

func NewGetTasksIDRequest added in v1.1.0

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

NewGetTasksIDRequest generates requests for GetTasksID

func NewGetTasksIDRunsIDLogsRequest added in v1.1.0

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

NewGetTasksIDRunsIDLogsRequest generates requests for GetTasksIDRunsIDLogs

func NewGetTasksIDRunsIDRequest added in v1.1.0

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

NewGetTasksIDRunsIDRequest generates requests for GetTasksIDRunsID

func NewGetTasksIDRunsRequest added in v1.1.0

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

NewGetTasksIDRunsRequest generates requests for GetTasksIDRuns

func NewGetTasksRequest added in v1.1.0

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

NewGetTasksRequest generates requests for GetTasks

func NewGetTelegrafPluginsRequest added in v1.1.0

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

NewGetTelegrafPluginsRequest generates requests for GetTelegrafPlugins

func NewGetTelegrafsIDLabelsRequest added in v1.1.0

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

NewGetTelegrafsIDLabelsRequest generates requests for GetTelegrafsIDLabels

func NewGetTelegrafsIDMembersRequest added in v1.1.0

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

NewGetTelegrafsIDMembersRequest generates requests for GetTelegrafsIDMembers

func NewGetTelegrafsIDOwnersRequest added in v1.1.0

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

NewGetTelegrafsIDOwnersRequest generates requests for GetTelegrafsIDOwners

func NewGetTelegrafsIDRequest added in v1.1.0

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

NewGetTelegrafsIDRequest generates requests for GetTelegrafsID

func NewGetTelegrafsRequest added in v1.1.0

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

NewGetTelegrafsRequest generates requests for GetTelegrafs

func NewGetUsersIDRequest added in v1.1.0

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

NewGetUsersIDRequest generates requests for GetUsersID

func NewGetUsersRequest added in v1.1.0

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

NewGetUsersRequest generates requests for GetUsers

func NewGetVariablesIDLabelsRequest added in v1.1.0

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

NewGetVariablesIDLabelsRequest generates requests for GetVariablesIDLabels

func NewGetVariablesIDRequest added in v1.1.0

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

NewGetVariablesIDRequest generates requests for GetVariablesID

func NewGetVariablesRequest added in v1.1.0

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

NewGetVariablesRequest generates requests for GetVariables

func NewListStacksRequest added in v1.3.0

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

NewListStacksRequest generates requests for ListStacks

func NewPatchAuthorizationsIDRequest added in v1.1.0

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 added in v1.1.0

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 added in v1.1.0

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 added in v1.1.0

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 added in v1.1.0

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 added in v1.1.0

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 added in v1.3.0

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 added in v1.3.0

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 added in v1.1.0

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 added in v1.1.0

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 added in v1.1.0

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 added in v1.1.0

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 added in v1.1.0

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 added in v1.1.0

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 added in v1.1.0

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 added in v1.1.0

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

NewPatchLabelsIDRequestWithBody generates requests for PatchLabelsID with any type of body

func NewPatchNotificationEndpointsIDRequest added in v1.1.0

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 added in v1.1.0

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 added in v1.1.0

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 added in v1.1.0

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 added in v1.1.0

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 added in v1.1.0

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 added in v1.1.0

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 added in v1.1.0

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

NewPatchOrgsIDSecretsRequestWithBody generates requests for PatchOrgsIDSecrets with any type of body

func NewPatchScrapersIDLabelsIDRequest added in v1.1.0

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

NewPatchScrapersIDLabelsIDRequest calls the generic PatchScrapersIDLabelsID builder with application/json body

func NewPatchScrapersIDLabelsIDRequestWithBody added in v1.1.0

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

NewPatchScrapersIDLabelsIDRequestWithBody generates requests for PatchScrapersIDLabelsID with any type of body

func NewPatchScrapersIDRequest added in v1.1.0

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 added in v1.1.0

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 added in v1.1.0

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 added in v1.1.0

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 added in v1.1.0

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 added in v1.1.0

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 added in v1.1.0

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 added in v1.1.0

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 added in v1.1.0

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 added in v1.1.0

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 added in v1.1.0

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

NewPostAuthorizationsRequest calls the generic PostAuthorizations builder with application/json body

func NewPostAuthorizationsRequestWithBody added in v1.1.0

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 added in v1.1.0

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 added in v1.1.0

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 added in v1.1.0

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 added in v1.1.0

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 added in v1.1.0

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 added in v1.1.0

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 added in v1.1.0

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

NewPostBucketsRequest calls the generic PostBuckets builder with application/json body

func NewPostBucketsRequestWithBody added in v1.1.0

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 added in v1.1.0

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 added in v1.1.0

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 added in v1.3.0

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

NewPostDBRPRequest calls the generic PostDBRP builder with application/json body

func NewPostDBRPRequestWithBody added in v1.3.0

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 added in v1.1.0

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 added in v1.1.0

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 added in v1.1.0

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 added in v1.1.0

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 added in v1.1.0

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 added in v1.1.0

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 added in v1.1.0

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 added in v1.1.0

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 added in v1.1.0

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

NewPostDashboardsRequest calls the generic PostDashboards builder with application/json body

func NewPostDashboardsRequestWithBody added in v1.1.0

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 added in v1.1.0

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

NewPostDeleteRequest calls the generic PostDelete builder with application/json body

func NewPostDeleteRequestWithBody added in v1.1.0

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

NewPostDeleteRequestWithBody generates requests for PostDelete with any type of body

func NewPostDocumentsTemplatesIDLabelsRequest added in v1.1.0

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

NewPostDocumentsTemplatesIDLabelsRequest calls the generic PostDocumentsTemplatesIDLabels builder with application/json body

func NewPostDocumentsTemplatesIDLabelsRequestWithBody added in v1.1.0

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

NewPostDocumentsTemplatesIDLabelsRequestWithBody generates requests for PostDocumentsTemplatesIDLabels with any type of body

func NewPostDocumentsTemplatesRequest added in v1.1.0

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

NewPostDocumentsTemplatesRequest calls the generic PostDocumentsTemplates builder with application/json body

func NewPostDocumentsTemplatesRequestWithBody added in v1.1.0

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

NewPostDocumentsTemplatesRequestWithBody generates requests for PostDocumentsTemplates with any type of body

func NewPostLabelsRequest added in v1.1.0

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

NewPostLabelsRequest calls the generic PostLabels builder with application/json body

func NewPostLabelsRequestWithBody added in v1.1.0

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

NewPostLabelsRequestWithBody generates requests for PostLabels with any type of body

func NewPostNotificationEndpointIDLabelsRequest added in v1.1.0

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 added in v1.1.0

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 added in v1.1.0

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 added in v1.1.0

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 NewPostOrgsIDInviteIDRequest added in v1.3.0

func NewPostOrgsIDInviteIDRequest(server string, orgID string, inviteID string, params *PostOrgsIDInviteIDParams) (*http.Request, error)

NewPostOrgsIDInviteIDRequest generates requests for PostOrgsIDInviteID

func NewPostOrgsIDInvitesRequest added in v1.3.0

func NewPostOrgsIDInvitesRequest(server string, orgID string, params *PostOrgsIDInvitesParams, body PostOrgsIDInvitesJSONRequestBody) (*http.Request, error)

NewPostOrgsIDInvitesRequest calls the generic PostOrgsIDInvites builder with application/json body

func NewPostOrgsIDInvitesRequestWithBody added in v1.3.0

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

NewPostOrgsIDInvitesRequestWithBody generates requests for PostOrgsIDInvites with any type of body

func NewPostOrgsIDLabelsRequest added in v1.1.0

func NewPostOrgsIDLabelsRequest(server string, orgID string, params *PostOrgsIDLabelsParams, body PostOrgsIDLabelsJSONRequestBody) (*http.Request, error)

NewPostOrgsIDLabelsRequest calls the generic PostOrgsIDLabels builder with application/json body

func NewPostOrgsIDLabelsRequestWithBody added in v1.1.0

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

NewPostOrgsIDLabelsRequestWithBody generates requests for PostOrgsIDLabels with any type of body

func NewPostOrgsIDMembersRequest added in v1.1.0

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 added in v1.1.0

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 added in v1.1.0

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 added in v1.1.0

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 added in v1.1.0

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 added in v1.1.0

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 added in v1.1.0

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

NewPostOrgsRequest calls the generic PostOrgs builder with application/json body

func NewPostOrgsRequestWithBody added in v1.1.0

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 added in v1.1.0

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

NewPostQueryAnalyzeRequest calls the generic PostQueryAnalyze builder with application/json body

func NewPostQueryAnalyzeRequestWithBody added in v1.1.0

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 added in v1.1.0

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

NewPostQueryAstRequest calls the generic PostQueryAst builder with application/json body

func NewPostQueryAstRequestWithBody added in v1.1.0

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 added in v1.1.0

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

NewPostQueryRequest calls the generic PostQuery builder with application/json body

func NewPostQueryRequestWithBody added in v1.1.0

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

NewPostQueryRequestWithBody generates requests for PostQuery with any type of body

func NewPostScrapersIDLabelsRequest added in v1.1.0

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 added in v1.1.0

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 added in v1.1.0

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 added in v1.1.0

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 added in v1.1.0

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 added in v1.1.0

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 added in v1.1.0

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

NewPostScrapersRequest calls the generic PostScrapers builder with application/json body

func NewPostScrapersRequestWithBody added in v1.1.0

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 added in v1.1.0

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

NewPostSetupRequest calls the generic PostSetup builder with application/json body

func NewPostSetupRequestWithBody added in v1.1.0

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

NewPostSetupRequestWithBody generates requests for PostSetup with any type of body

func NewPostSetupUserRequest added in v1.3.0

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

NewPostSetupUserRequest calls the generic PostSetupUser builder with application/json body

func NewPostSetupUserRequestWithBody added in v1.3.0

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

NewPostSetupUserRequestWithBody generates requests for PostSetupUser with any type of body

func NewPostSigninRequest added in v1.1.0

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

NewPostSigninRequest generates requests for PostSignin

func NewPostSignoutRequest added in v1.1.0

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

NewPostSignoutRequest generates requests for PostSignout

func NewPostSourcesRequest added in v1.1.0

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

NewPostSourcesRequest calls the generic PostSources builder with application/json body

func NewPostSourcesRequestWithBody added in v1.1.0

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 added in v1.1.0

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 added in v1.1.0

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 added in v1.1.0

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 added in v1.1.0

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 added in v1.1.0

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 added in v1.1.0

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

NewPostTasksIDOwnersRequestWithBody generates requests for PostTasksIDOwners with any type of body

func NewPostTasksIDRunsIDRetryRequest added in v1.1.0

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

NewPostTasksIDRunsIDRetryRequest generates requests for PostTasksIDRunsIDRetry

func NewPostTasksIDRunsRequest added in v1.1.0

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 added in v1.1.0

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 added in v1.1.0

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

NewPostTasksRequest calls the generic PostTasks builder with application/json body

func NewPostTasksRequestWithBody added in v1.1.0

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 added in v1.1.0

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 added in v1.1.0

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 added in v1.1.0

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 added in v1.1.0

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 added in v1.1.0

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 added in v1.1.0

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 added in v1.1.0

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

NewPostTelegrafsRequest calls the generic PostTelegrafs builder with application/json body

func NewPostTelegrafsRequestWithBody added in v1.1.0

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 added in v1.1.0

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 added in v1.1.0

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 added in v1.1.0

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

NewPostUsersRequest calls the generic PostUsers builder with application/json body

func NewPostUsersRequestWithBody added in v1.1.0

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

NewPostUsersRequestWithBody generates requests for PostUsers with any type of body

func NewPostVariablesIDLabelsRequest added in v1.1.0

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 added in v1.1.0

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 added in v1.1.0

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

NewPostVariablesRequest calls the generic PostVariables builder with application/json body

func NewPostVariablesRequestWithBody added in v1.1.0

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 added in v1.1.0

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 added in v1.1.0

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 added in v1.1.0

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 added in v1.1.0

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 added in v1.1.0

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

NewPutDashboardsIDCellsRequestWithBody generates requests for PutDashboardsIDCells with any type of body

func NewPutDocumentsTemplatesIDRequest added in v1.1.0

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

NewPutDocumentsTemplatesIDRequest calls the generic PutDocumentsTemplatesID builder with application/json body

func NewPutDocumentsTemplatesIDRequestWithBody added in v1.1.0

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

NewPutDocumentsTemplatesIDRequestWithBody generates requests for PutDocumentsTemplatesID with any type of body

func NewPutMePasswordRequest added in v1.1.0

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

NewPutMePasswordRequest calls the generic PutMePassword builder with application/json body

func NewPutMePasswordRequestWithBody added in v1.1.0

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 added in v1.1.0

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 added in v1.1.0

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 added in v1.1.0

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 added in v1.1.0

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 added in v1.1.0

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 added in v1.1.0

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 added in v1.1.0

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 added in v1.1.0

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 added in v1.3.0

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

NewReadStackRequest generates requests for ReadStack

func NewUpdateStackRequest added in v1.3.0

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

NewUpdateStackRequest calls the generic UpdateStack builder with application/json body

func NewUpdateStackRequestWithBody added in v1.3.0

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

NewUpdateStackRequestWithBody generates requests for UpdateStack with any type of body

func ParseApplyPkgResponse added in v1.1.0

func ParseApplyPkgResponse(rsp *http.Response) (*applyPkgResponse, error)

ParseApplyPkgResponse parses an HTTP response from a ApplyPkgWithResponse call

func ParseCreateCheckResponse added in v1.1.0

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

ParseCreateCheckResponse parses an HTTP response from a CreateCheckWithResponse call

func ParseCreateNotificationEndpointResponse added in v1.1.0

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

ParseCreateNotificationEndpointResponse parses an HTTP response from a CreateNotificationEndpointWithResponse call

func ParseCreateNotificationRuleResponse added in v1.1.0

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

ParseCreateNotificationRuleResponse parses an HTTP response from a CreateNotificationRuleWithResponse call

func ParseCreatePkgResponse added in v1.1.0

func ParseCreatePkgResponse(rsp *http.Response) (*createPkgResponse, error)

ParseCreatePkgResponse parses an HTTP response from a CreatePkgWithResponse call

func ParseCreateStackResponse added in v1.3.0

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

ParseCreateStackResponse parses an HTTP response from a CreateStackWithResponse call

func ParseDeleteAuthorizationsIDResponse added in v1.1.0

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

ParseDeleteAuthorizationsIDResponse parses an HTTP response from a DeleteAuthorizationsIDWithResponse call

func ParseDeleteBucketsIDLabelsIDResponse added in v1.1.0

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

ParseDeleteBucketsIDLabelsIDResponse parses an HTTP response from a DeleteBucketsIDLabelsIDWithResponse call

func ParseDeleteBucketsIDMembersIDResponse added in v1.1.0

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

ParseDeleteBucketsIDMembersIDResponse parses an HTTP response from a DeleteBucketsIDMembersIDWithResponse call

func ParseDeleteBucketsIDOwnersIDResponse added in v1.1.0

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

ParseDeleteBucketsIDOwnersIDResponse parses an HTTP response from a DeleteBucketsIDOwnersIDWithResponse call

func ParseDeleteBucketsIDResponse added in v1.1.0

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

ParseDeleteBucketsIDResponse parses an HTTP response from a DeleteBucketsIDWithResponse call

func ParseDeleteChecksIDLabelsIDResponse added in v1.1.0

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

ParseDeleteChecksIDLabelsIDResponse parses an HTTP response from a DeleteChecksIDLabelsIDWithResponse call

func ParseDeleteChecksIDResponse added in v1.1.0

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

ParseDeleteChecksIDResponse parses an HTTP response from a DeleteChecksIDWithResponse call

func ParseDeleteDBRPIDResponse added in v1.3.0

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

ParseDeleteDBRPIDResponse parses an HTTP response from a DeleteDBRPIDWithResponse call

func ParseDeleteDashboardsIDCellsIDResponse added in v1.1.0

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

ParseDeleteDashboardsIDCellsIDResponse parses an HTTP response from a DeleteDashboardsIDCellsIDWithResponse call

func ParseDeleteDashboardsIDLabelsIDResponse added in v1.1.0

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

ParseDeleteDashboardsIDLabelsIDResponse parses an HTTP response from a DeleteDashboardsIDLabelsIDWithResponse call

func ParseDeleteDashboardsIDMembersIDResponse added in v1.1.0

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

ParseDeleteDashboardsIDMembersIDResponse parses an HTTP response from a DeleteDashboardsIDMembersIDWithResponse call

func ParseDeleteDashboardsIDOwnersIDResponse added in v1.1.0

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

ParseDeleteDashboardsIDOwnersIDResponse parses an HTTP response from a DeleteDashboardsIDOwnersIDWithResponse call

func ParseDeleteDashboardsIDResponse added in v1.1.0

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

ParseDeleteDashboardsIDResponse parses an HTTP response from a DeleteDashboardsIDWithResponse call

func ParseDeleteDocumentsTemplatesIDLabelsIDResponse added in v1.1.0

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

ParseDeleteDocumentsTemplatesIDLabelsIDResponse parses an HTTP response from a DeleteDocumentsTemplatesIDLabelsIDWithResponse call

func ParseDeleteDocumentsTemplatesIDResponse added in v1.1.0

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

ParseDeleteDocumentsTemplatesIDResponse parses an HTTP response from a DeleteDocumentsTemplatesIDWithResponse call

func ParseDeleteLabelsIDResponse added in v1.1.0

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

ParseDeleteLabelsIDResponse parses an HTTP response from a DeleteLabelsIDWithResponse call

func ParseDeleteNotificationEndpointsIDLabelsIDResponse added in v1.1.0

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

ParseDeleteNotificationEndpointsIDLabelsIDResponse parses an HTTP response from a DeleteNotificationEndpointsIDLabelsIDWithResponse call

func ParseDeleteNotificationEndpointsIDResponse added in v1.1.0

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

ParseDeleteNotificationEndpointsIDResponse parses an HTTP response from a DeleteNotificationEndpointsIDWithResponse call

func ParseDeleteNotificationRulesIDLabelsIDResponse added in v1.1.0

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

ParseDeleteNotificationRulesIDLabelsIDResponse parses an HTTP response from a DeleteNotificationRulesIDLabelsIDWithResponse call

func ParseDeleteNotificationRulesIDResponse added in v1.1.0

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

ParseDeleteNotificationRulesIDResponse parses an HTTP response from a DeleteNotificationRulesIDWithResponse call

func ParseDeleteOrgsIDCloudUserIDResponse added in v1.3.0

func ParseDeleteOrgsIDCloudUserIDResponse(rsp *http.Response) (*deleteOrgsIDCloudUserIDResponse, error)

ParseDeleteOrgsIDCloudUserIDResponse parses an HTTP response from a DeleteOrgsIDCloudUserIDWithResponse call

func ParseDeleteOrgsIDInviteIDResponse added in v1.3.0

func ParseDeleteOrgsIDInviteIDResponse(rsp *http.Response) (*deleteOrgsIDInviteIDResponse, error)

ParseDeleteOrgsIDInviteIDResponse parses an HTTP response from a DeleteOrgsIDInviteIDWithResponse call

func ParseDeleteOrgsIDLabelsIDResponse added in v1.1.0

func ParseDeleteOrgsIDLabelsIDResponse(rsp *http.Response) (*deleteOrgsIDLabelsIDResponse, error)

ParseDeleteOrgsIDLabelsIDResponse parses an HTTP response from a DeleteOrgsIDLabelsIDWithResponse call

func ParseDeleteOrgsIDMembersIDResponse added in v1.1.0

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

ParseDeleteOrgsIDMembersIDResponse parses an HTTP response from a DeleteOrgsIDMembersIDWithResponse call

func ParseDeleteOrgsIDOwnersIDResponse added in v1.1.0

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

ParseDeleteOrgsIDOwnersIDResponse parses an HTTP response from a DeleteOrgsIDOwnersIDWithResponse call

func ParseDeleteOrgsIDResponse added in v1.1.0

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

ParseDeleteOrgsIDResponse parses an HTTP response from a DeleteOrgsIDWithResponse call

func ParseDeleteScrapersIDLabelsIDResponse added in v1.1.0

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

ParseDeleteScrapersIDLabelsIDResponse parses an HTTP response from a DeleteScrapersIDLabelsIDWithResponse call

func ParseDeleteScrapersIDMembersIDResponse added in v1.1.0

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

ParseDeleteScrapersIDMembersIDResponse parses an HTTP response from a DeleteScrapersIDMembersIDWithResponse call

func ParseDeleteScrapersIDOwnersIDResponse added in v1.1.0

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

ParseDeleteScrapersIDOwnersIDResponse parses an HTTP response from a DeleteScrapersIDOwnersIDWithResponse call

func ParseDeleteScrapersIDResponse added in v1.1.0

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

ParseDeleteScrapersIDResponse parses an HTTP response from a DeleteScrapersIDWithResponse call

func ParseDeleteSourcesIDResponse added in v1.1.0

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

ParseDeleteSourcesIDResponse parses an HTTP response from a DeleteSourcesIDWithResponse call

func ParseDeleteStackResponse added in v1.3.0

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

ParseDeleteStackResponse parses an HTTP response from a DeleteStackWithResponse call

func ParseDeleteTasksIDLabelsIDResponse added in v1.1.0

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

ParseDeleteTasksIDLabelsIDResponse parses an HTTP response from a DeleteTasksIDLabelsIDWithResponse call

func ParseDeleteTasksIDMembersIDResponse added in v1.1.0

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

ParseDeleteTasksIDMembersIDResponse parses an HTTP response from a DeleteTasksIDMembersIDWithResponse call

func ParseDeleteTasksIDOwnersIDResponse added in v1.1.0

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

ParseDeleteTasksIDOwnersIDResponse parses an HTTP response from a DeleteTasksIDOwnersIDWithResponse call

func ParseDeleteTasksIDResponse added in v1.1.0

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

ParseDeleteTasksIDResponse parses an HTTP response from a DeleteTasksIDWithResponse call

func ParseDeleteTasksIDRunsIDResponse added in v1.1.0

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

ParseDeleteTasksIDRunsIDResponse parses an HTTP response from a DeleteTasksIDRunsIDWithResponse call

func ParseDeleteTelegrafsIDLabelsIDResponse added in v1.1.0

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

ParseDeleteTelegrafsIDLabelsIDResponse parses an HTTP response from a DeleteTelegrafsIDLabelsIDWithResponse call

func ParseDeleteTelegrafsIDMembersIDResponse added in v1.1.0

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

ParseDeleteTelegrafsIDMembersIDResponse parses an HTTP response from a DeleteTelegrafsIDMembersIDWithResponse call

func ParseDeleteTelegrafsIDOwnersIDResponse added in v1.1.0

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

ParseDeleteTelegrafsIDOwnersIDResponse parses an HTTP response from a DeleteTelegrafsIDOwnersIDWithResponse call

func ParseDeleteTelegrafsIDResponse added in v1.1.0

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

ParseDeleteTelegrafsIDResponse parses an HTTP response from a DeleteTelegrafsIDWithResponse call

func ParseDeleteUsersIDResponse added in v1.1.0

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

ParseDeleteUsersIDResponse parses an HTTP response from a DeleteUsersIDWithResponse call

func ParseDeleteVariablesIDLabelsIDResponse added in v1.1.0

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

ParseDeleteVariablesIDLabelsIDResponse parses an HTTP response from a DeleteVariablesIDLabelsIDWithResponse call

func ParseDeleteVariablesIDResponse added in v1.1.0

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

ParseDeleteVariablesIDResponse parses an HTTP response from a DeleteVariablesIDWithResponse call

func ParseExportStackResponse added in v1.3.0

func ParseExportStackResponse(rsp *http.Response) (*exportStackResponse, error)

ParseExportStackResponse parses an HTTP response from a ExportStackWithResponse call

func ParseGetAuthorizationsIDResponse added in v1.1.0

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

ParseGetAuthorizationsIDResponse parses an HTTP response from a GetAuthorizationsIDWithResponse call

func ParseGetAuthorizationsResponse added in v1.1.0

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

ParseGetAuthorizationsResponse parses an HTTP response from a GetAuthorizationsWithResponse call

func ParseGetBucketsIDLabelsResponse added in v1.1.0

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

ParseGetBucketsIDLabelsResponse parses an HTTP response from a GetBucketsIDLabelsWithResponse call

func ParseGetBucketsIDMembersResponse added in v1.1.0

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

ParseGetBucketsIDMembersResponse parses an HTTP response from a GetBucketsIDMembersWithResponse call

func ParseGetBucketsIDOwnersResponse added in v1.1.0

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

ParseGetBucketsIDOwnersResponse parses an HTTP response from a GetBucketsIDOwnersWithResponse call

func ParseGetBucketsIDResponse added in v1.1.0

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

ParseGetBucketsIDResponse parses an HTTP response from a GetBucketsIDWithResponse call

func ParseGetBucketsResponse added in v1.1.0

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

ParseGetBucketsResponse parses an HTTP response from a GetBucketsWithResponse call

func ParseGetChecksIDLabelsResponse added in v1.1.0

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

ParseGetChecksIDLabelsResponse parses an HTTP response from a GetChecksIDLabelsWithResponse call

func ParseGetChecksIDQueryResponse added in v1.1.0

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

ParseGetChecksIDQueryResponse parses an HTTP response from a GetChecksIDQueryWithResponse call

func ParseGetChecksIDResponse added in v1.1.0

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

ParseGetChecksIDResponse parses an HTTP response from a GetChecksIDWithResponse call

func ParseGetChecksResponse added in v1.1.0

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

ParseGetChecksResponse parses an HTTP response from a GetChecksWithResponse call

func ParseGetCloudUsersResponse added in v1.3.0

func ParseGetCloudUsersResponse(rsp *http.Response) (*getCloudUsersResponse, error)

ParseGetCloudUsersResponse parses an HTTP response from a GetCloudUsersWithResponse call

func ParseGetDBRPsIDResponse added in v1.3.0

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

ParseGetDBRPsIDResponse parses an HTTP response from a GetDBRPsIDWithResponse call

func ParseGetDBRPsResponse added in v1.3.0

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

ParseGetDBRPsResponse parses an HTTP response from a GetDBRPsWithResponse call

func ParseGetDashboardsIDCellsIDViewResponse added in v1.1.0

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

ParseGetDashboardsIDCellsIDViewResponse parses an HTTP response from a GetDashboardsIDCellsIDViewWithResponse call

func ParseGetDashboardsIDLabelsResponse added in v1.1.0

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

ParseGetDashboardsIDLabelsResponse parses an HTTP response from a GetDashboardsIDLabelsWithResponse call

func ParseGetDashboardsIDMembersResponse added in v1.1.0

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

ParseGetDashboardsIDMembersResponse parses an HTTP response from a GetDashboardsIDMembersWithResponse call

func ParseGetDashboardsIDOwnersResponse added in v1.1.0

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

ParseGetDashboardsIDOwnersResponse parses an HTTP response from a GetDashboardsIDOwnersWithResponse call

func ParseGetDashboardsIDResponse added in v1.1.0

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

ParseGetDashboardsIDResponse parses an HTTP response from a GetDashboardsIDWithResponse call

func ParseGetDashboardsResponse added in v1.1.0

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

ParseGetDashboardsResponse parses an HTTP response from a GetDashboardsWithResponse call

func ParseGetDocumentsTemplatesIDLabelsResponse added in v1.1.0

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

ParseGetDocumentsTemplatesIDLabelsResponse parses an HTTP response from a GetDocumentsTemplatesIDLabelsWithResponse call

func ParseGetDocumentsTemplatesIDResponse added in v1.1.0

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

ParseGetDocumentsTemplatesIDResponse parses an HTTP response from a GetDocumentsTemplatesIDWithResponse call

func ParseGetDocumentsTemplatesResponse added in v1.1.0

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

ParseGetDocumentsTemplatesResponse parses an HTTP response from a GetDocumentsTemplatesWithResponse call

func ParseGetFlagsResponse added in v1.3.0

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

ParseGetFlagsResponse parses an HTTP response from a GetFlagsWithResponse call

func ParseGetHealthResponse added in v1.1.0

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

ParseGetHealthResponse parses an HTTP response from a GetHealthWithResponse call

func ParseGetLabelsIDResponse added in v1.1.0

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

ParseGetLabelsIDResponse parses an HTTP response from a GetLabelsIDWithResponse call

func ParseGetLabelsResponse added in v1.1.0

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

ParseGetLabelsResponse parses an HTTP response from a GetLabelsWithResponse call

func ParseGetMeResponse added in v1.1.0

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

ParseGetMeResponse parses an HTTP response from a GetMeWithResponse call

func ParseGetNotificationEndpointsIDLabelsResponse added in v1.1.0

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

ParseGetNotificationEndpointsIDLabelsResponse parses an HTTP response from a GetNotificationEndpointsIDLabelsWithResponse call

func ParseGetNotificationEndpointsIDResponse added in v1.1.0

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

ParseGetNotificationEndpointsIDResponse parses an HTTP response from a GetNotificationEndpointsIDWithResponse call

func ParseGetNotificationEndpointsResponse added in v1.1.0

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

ParseGetNotificationEndpointsResponse parses an HTTP response from a GetNotificationEndpointsWithResponse call

func ParseGetNotificationRulesIDLabelsResponse added in v1.1.0

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

ParseGetNotificationRulesIDLabelsResponse parses an HTTP response from a GetNotificationRulesIDLabelsWithResponse call

func ParseGetNotificationRulesIDQueryResponse added in v1.1.0

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

ParseGetNotificationRulesIDQueryResponse parses an HTTP response from a GetNotificationRulesIDQueryWithResponse call

func ParseGetNotificationRulesIDResponse added in v1.1.0

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

ParseGetNotificationRulesIDResponse parses an HTTP response from a GetNotificationRulesIDWithResponse call

func ParseGetNotificationRulesResponse added in v1.1.0

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

ParseGetNotificationRulesResponse parses an HTTP response from a GetNotificationRulesWithResponse call

func ParseGetOrgsIDLabelsResponse added in v1.1.0

func ParseGetOrgsIDLabelsResponse(rsp *http.Response) (*getOrgsIDLabelsResponse, error)

ParseGetOrgsIDLabelsResponse parses an HTTP response from a GetOrgsIDLabelsWithResponse call

func ParseGetOrgsIDMembersResponse added in v1.1.0

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

ParseGetOrgsIDMembersResponse parses an HTTP response from a GetOrgsIDMembersWithResponse call

func ParseGetOrgsIDOwnersResponse added in v1.1.0

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

ParseGetOrgsIDOwnersResponse parses an HTTP response from a GetOrgsIDOwnersWithResponse call

func ParseGetOrgsIDResponse added in v1.1.0

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

ParseGetOrgsIDResponse parses an HTTP response from a GetOrgsIDWithResponse call

func ParseGetOrgsIDSecretsResponse added in v1.1.0

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

ParseGetOrgsIDSecretsResponse parses an HTTP response from a GetOrgsIDSecretsWithResponse call

func ParseGetOrgsResponse added in v1.1.0

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

ParseGetOrgsResponse parses an HTTP response from a GetOrgsWithResponse call

func ParseGetQuerySuggestionsNameResponse added in v1.1.0

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

ParseGetQuerySuggestionsNameResponse parses an HTTP response from a GetQuerySuggestionsNameWithResponse call

func ParseGetQuerySuggestionsResponse added in v1.1.0

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

ParseGetQuerySuggestionsResponse parses an HTTP response from a GetQuerySuggestionsWithResponse call

func ParseGetReadyResponse added in v1.1.0

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

ParseGetReadyResponse parses an HTTP response from a GetReadyWithResponse call

func ParseGetRoutesResponse added in v1.1.0

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

ParseGetRoutesResponse parses an HTTP response from a GetRoutesWithResponse call

func ParseGetScrapersIDLabelsResponse added in v1.1.0

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

ParseGetScrapersIDLabelsResponse parses an HTTP response from a GetScrapersIDLabelsWithResponse call

func ParseGetScrapersIDMembersResponse added in v1.1.0

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

ParseGetScrapersIDMembersResponse parses an HTTP response from a GetScrapersIDMembersWithResponse call

func ParseGetScrapersIDOwnersResponse added in v1.1.0

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

ParseGetScrapersIDOwnersResponse parses an HTTP response from a GetScrapersIDOwnersWithResponse call

func ParseGetScrapersIDResponse added in v1.1.0

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

ParseGetScrapersIDResponse parses an HTTP response from a GetScrapersIDWithResponse call

func ParseGetScrapersResponse added in v1.1.0

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

ParseGetScrapersResponse parses an HTTP response from a GetScrapersWithResponse call

func ParseGetSetupResponse added in v1.1.0

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

ParseGetSetupResponse parses an HTTP response from a GetSetupWithResponse call

func ParseGetSourcesIDBucketsResponse added in v1.1.0

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

ParseGetSourcesIDBucketsResponse parses an HTTP response from a GetSourcesIDBucketsWithResponse call

func ParseGetSourcesIDHealthResponse added in v1.1.0

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

ParseGetSourcesIDHealthResponse parses an HTTP response from a GetSourcesIDHealthWithResponse call

func ParseGetSourcesIDResponse added in v1.1.0

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

ParseGetSourcesIDResponse parses an HTTP response from a GetSourcesIDWithResponse call

func ParseGetSourcesResponse added in v1.1.0

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

ParseGetSourcesResponse parses an HTTP response from a GetSourcesWithResponse call

func ParseGetTasksIDLabelsResponse added in v1.1.0

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

ParseGetTasksIDLabelsResponse parses an HTTP response from a GetTasksIDLabelsWithResponse call

func ParseGetTasksIDLogsResponse added in v1.1.0

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

ParseGetTasksIDLogsResponse parses an HTTP response from a GetTasksIDLogsWithResponse call

func ParseGetTasksIDMembersResponse added in v1.1.0

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

ParseGetTasksIDMembersResponse parses an HTTP response from a GetTasksIDMembersWithResponse call

func ParseGetTasksIDOwnersResponse added in v1.1.0

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

ParseGetTasksIDOwnersResponse parses an HTTP response from a GetTasksIDOwnersWithResponse call

func ParseGetTasksIDResponse added in v1.1.0

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

ParseGetTasksIDResponse parses an HTTP response from a GetTasksIDWithResponse call

func ParseGetTasksIDRunsIDLogsResponse added in v1.1.0

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

ParseGetTasksIDRunsIDLogsResponse parses an HTTP response from a GetTasksIDRunsIDLogsWithResponse call

func ParseGetTasksIDRunsIDResponse added in v1.1.0

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

ParseGetTasksIDRunsIDResponse parses an HTTP response from a GetTasksIDRunsIDWithResponse call

func ParseGetTasksIDRunsResponse added in v1.1.0

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

ParseGetTasksIDRunsResponse parses an HTTP response from a GetTasksIDRunsWithResponse call

func ParseGetTasksResponse added in v1.1.0

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

ParseGetTasksResponse parses an HTTP response from a GetTasksWithResponse call

func ParseGetTelegrafPluginsResponse added in v1.1.0

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

ParseGetTelegrafPluginsResponse parses an HTTP response from a GetTelegrafPluginsWithResponse call

func ParseGetTelegrafsIDLabelsResponse added in v1.1.0

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

ParseGetTelegrafsIDLabelsResponse parses an HTTP response from a GetTelegrafsIDLabelsWithResponse call

func ParseGetTelegrafsIDMembersResponse added in v1.1.0

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

ParseGetTelegrafsIDMembersResponse parses an HTTP response from a GetTelegrafsIDMembersWithResponse call

func ParseGetTelegrafsIDOwnersResponse added in v1.1.0

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

ParseGetTelegrafsIDOwnersResponse parses an HTTP response from a GetTelegrafsIDOwnersWithResponse call

func ParseGetTelegrafsIDResponse added in v1.1.0

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

ParseGetTelegrafsIDResponse parses an HTTP response from a GetTelegrafsIDWithResponse call

func ParseGetTelegrafsResponse added in v1.1.0

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

ParseGetTelegrafsResponse parses an HTTP response from a GetTelegrafsWithResponse call

func ParseGetUsersIDResponse added in v1.1.0

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

ParseGetUsersIDResponse parses an HTTP response from a GetUsersIDWithResponse call

func ParseGetUsersResponse added in v1.1.0

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

ParseGetUsersResponse parses an HTTP response from a GetUsersWithResponse call

func ParseGetVariablesIDLabelsResponse added in v1.1.0

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

ParseGetVariablesIDLabelsResponse parses an HTTP response from a GetVariablesIDLabelsWithResponse call

func ParseGetVariablesIDResponse added in v1.1.0

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

ParseGetVariablesIDResponse parses an HTTP response from a GetVariablesIDWithResponse call

func ParseGetVariablesResponse added in v1.1.0

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

ParseGetVariablesResponse parses an HTTP response from a GetVariablesWithResponse call

func ParseListStacksResponse added in v1.3.0

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

ParseListStacksResponse parses an HTTP response from a ListStacksWithResponse call

func ParsePatchAuthorizationsIDResponse added in v1.1.0

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

ParsePatchAuthorizationsIDResponse parses an HTTP response from a PatchAuthorizationsIDWithResponse call

func ParsePatchBucketsIDResponse added in v1.1.0

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

ParsePatchBucketsIDResponse parses an HTTP response from a PatchBucketsIDWithResponse call

func ParsePatchChecksIDResponse added in v1.1.0

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

ParsePatchChecksIDResponse parses an HTTP response from a PatchChecksIDWithResponse call

func ParsePatchDBRPIDResponse added in v1.3.0

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

ParsePatchDBRPIDResponse parses an HTTP response from a PatchDBRPIDWithResponse call

func ParsePatchDashboardsIDCellsIDResponse added in v1.1.0

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

ParsePatchDashboardsIDCellsIDResponse parses an HTTP response from a PatchDashboardsIDCellsIDWithResponse call

func ParsePatchDashboardsIDCellsIDViewResponse added in v1.1.0

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

ParsePatchDashboardsIDCellsIDViewResponse parses an HTTP response from a PatchDashboardsIDCellsIDViewWithResponse call

func ParsePatchDashboardsIDResponse added in v1.1.0

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

ParsePatchDashboardsIDResponse parses an HTTP response from a PatchDashboardsIDWithResponse call

func ParsePatchLabelsIDResponse added in v1.1.0

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

ParsePatchLabelsIDResponse parses an HTTP response from a PatchLabelsIDWithResponse call

func ParsePatchNotificationEndpointsIDResponse added in v1.1.0

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

ParsePatchNotificationEndpointsIDResponse parses an HTTP response from a PatchNotificationEndpointsIDWithResponse call

func ParsePatchNotificationRulesIDResponse added in v1.1.0

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

ParsePatchNotificationRulesIDResponse parses an HTTP response from a PatchNotificationRulesIDWithResponse call

func ParsePatchOrgsIDResponse added in v1.1.0

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

ParsePatchOrgsIDResponse parses an HTTP response from a PatchOrgsIDWithResponse call

func ParsePatchOrgsIDSecretsResponse added in v1.1.0

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

ParsePatchOrgsIDSecretsResponse parses an HTTP response from a PatchOrgsIDSecretsWithResponse call

func ParsePatchScrapersIDLabelsIDResponse added in v1.1.0

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

ParsePatchScrapersIDLabelsIDResponse parses an HTTP response from a PatchScrapersIDLabelsIDWithResponse call

func ParsePatchScrapersIDResponse added in v1.1.0

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

ParsePatchScrapersIDResponse parses an HTTP response from a PatchScrapersIDWithResponse call

func ParsePatchSourcesIDResponse added in v1.1.0

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

ParsePatchSourcesIDResponse parses an HTTP response from a PatchSourcesIDWithResponse call

func ParsePatchTasksIDResponse added in v1.1.0

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

ParsePatchTasksIDResponse parses an HTTP response from a PatchTasksIDWithResponse call

func ParsePatchUsersIDResponse added in v1.1.0

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

ParsePatchUsersIDResponse parses an HTTP response from a PatchUsersIDWithResponse call

func ParsePatchVariablesIDResponse added in v1.1.0

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

ParsePatchVariablesIDResponse parses an HTTP response from a PatchVariablesIDWithResponse call

func ParsePostAuthorizationsResponse added in v1.1.0

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

ParsePostAuthorizationsResponse parses an HTTP response from a PostAuthorizationsWithResponse call

func ParsePostBucketsIDLabelsResponse added in v1.1.0

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

ParsePostBucketsIDLabelsResponse parses an HTTP response from a PostBucketsIDLabelsWithResponse call

func ParsePostBucketsIDMembersResponse added in v1.1.0

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

ParsePostBucketsIDMembersResponse parses an HTTP response from a PostBucketsIDMembersWithResponse call

func ParsePostBucketsIDOwnersResponse added in v1.1.0

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

ParsePostBucketsIDOwnersResponse parses an HTTP response from a PostBucketsIDOwnersWithResponse call

func ParsePostBucketsResponse added in v1.1.0

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

ParsePostBucketsResponse parses an HTTP response from a PostBucketsWithResponse call

func ParsePostChecksIDLabelsResponse added in v1.1.0

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

ParsePostChecksIDLabelsResponse parses an HTTP response from a PostChecksIDLabelsWithResponse call

func ParsePostDBRPResponse added in v1.3.0

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

ParsePostDBRPResponse parses an HTTP response from a PostDBRPWithResponse call

func ParsePostDashboardsIDCellsResponse added in v1.1.0

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

ParsePostDashboardsIDCellsResponse parses an HTTP response from a PostDashboardsIDCellsWithResponse call

func ParsePostDashboardsIDLabelsResponse added in v1.1.0

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

ParsePostDashboardsIDLabelsResponse parses an HTTP response from a PostDashboardsIDLabelsWithResponse call

func ParsePostDashboardsIDMembersResponse added in v1.1.0

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

ParsePostDashboardsIDMembersResponse parses an HTTP response from a PostDashboardsIDMembersWithResponse call

func ParsePostDashboardsIDOwnersResponse added in v1.1.0

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

ParsePostDashboardsIDOwnersResponse parses an HTTP response from a PostDashboardsIDOwnersWithResponse call

func ParsePostDashboardsResponse added in v1.1.0

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

ParsePostDashboardsResponse parses an HTTP response from a PostDashboardsWithResponse call

func ParsePostDeleteResponse added in v1.1.0

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

ParsePostDeleteResponse parses an HTTP response from a PostDeleteWithResponse call

func ParsePostDocumentsTemplatesIDLabelsResponse added in v1.1.0

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

ParsePostDocumentsTemplatesIDLabelsResponse parses an HTTP response from a PostDocumentsTemplatesIDLabelsWithResponse call

func ParsePostDocumentsTemplatesResponse added in v1.1.0

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

ParsePostDocumentsTemplatesResponse parses an HTTP response from a PostDocumentsTemplatesWithResponse call

func ParsePostLabelsResponse added in v1.1.0

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

ParsePostLabelsResponse parses an HTTP response from a PostLabelsWithResponse call

func ParsePostNotificationEndpointIDLabelsResponse added in v1.1.0

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

ParsePostNotificationEndpointIDLabelsResponse parses an HTTP response from a PostNotificationEndpointIDLabelsWithResponse call

func ParsePostNotificationRuleIDLabelsResponse added in v1.1.0

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

ParsePostNotificationRuleIDLabelsResponse parses an HTTP response from a PostNotificationRuleIDLabelsWithResponse call

func ParsePostOrgsIDInviteIDResponse added in v1.3.0

func ParsePostOrgsIDInviteIDResponse(rsp *http.Response) (*postOrgsIDInviteIDResponse, error)

ParsePostOrgsIDInviteIDResponse parses an HTTP response from a PostOrgsIDInviteIDWithResponse call

func ParsePostOrgsIDInvitesResponse added in v1.3.0

func ParsePostOrgsIDInvitesResponse(rsp *http.Response) (*postOrgsIDInvitesResponse, error)

ParsePostOrgsIDInvitesResponse parses an HTTP response from a PostOrgsIDInvitesWithResponse call

func ParsePostOrgsIDLabelsResponse added in v1.1.0

func ParsePostOrgsIDLabelsResponse(rsp *http.Response) (*postOrgsIDLabelsResponse, error)

ParsePostOrgsIDLabelsResponse parses an HTTP response from a PostOrgsIDLabelsWithResponse call

func ParsePostOrgsIDMembersResponse added in v1.1.0

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

ParsePostOrgsIDMembersResponse parses an HTTP response from a PostOrgsIDMembersWithResponse call

func ParsePostOrgsIDOwnersResponse added in v1.1.0

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

ParsePostOrgsIDOwnersResponse parses an HTTP response from a PostOrgsIDOwnersWithResponse call

func ParsePostOrgsIDSecretsResponse added in v1.1.0

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

ParsePostOrgsIDSecretsResponse parses an HTTP response from a PostOrgsIDSecretsWithResponse call

func ParsePostOrgsResponse added in v1.1.0

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

ParsePostOrgsResponse parses an HTTP response from a PostOrgsWithResponse call

func ParsePostQueryAnalyzeResponse added in v1.1.0

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

ParsePostQueryAnalyzeResponse parses an HTTP response from a PostQueryAnalyzeWithResponse call

func ParsePostQueryAstResponse added in v1.1.0

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

ParsePostQueryAstResponse parses an HTTP response from a PostQueryAstWithResponse call

func ParsePostQueryResponse added in v1.1.0

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

ParsePostQueryResponse parses an HTTP response from a PostQueryWithResponse call

func ParsePostScrapersIDLabelsResponse added in v1.1.0

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

ParsePostScrapersIDLabelsResponse parses an HTTP response from a PostScrapersIDLabelsWithResponse call

func ParsePostScrapersIDMembersResponse added in v1.1.0

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

ParsePostScrapersIDMembersResponse parses an HTTP response from a PostScrapersIDMembersWithResponse call

func ParsePostScrapersIDOwnersResponse added in v1.1.0

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

ParsePostScrapersIDOwnersResponse parses an HTTP response from a PostScrapersIDOwnersWithResponse call

func ParsePostScrapersResponse added in v1.1.0

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

ParsePostScrapersResponse parses an HTTP response from a PostScrapersWithResponse call

func ParsePostSetupResponse added in v1.1.0

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

ParsePostSetupResponse parses an HTTP response from a PostSetupWithResponse call

func ParsePostSetupUserResponse added in v1.3.0

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

ParsePostSetupUserResponse parses an HTTP response from a PostSetupUserWithResponse call

func ParsePostSigninResponse added in v1.1.0

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

ParsePostSigninResponse parses an HTTP response from a PostSigninWithResponse call

func ParsePostSignoutResponse added in v1.1.0

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

ParsePostSignoutResponse parses an HTTP response from a PostSignoutWithResponse call

func ParsePostSourcesResponse added in v1.1.0

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

ParsePostSourcesResponse parses an HTTP response from a PostSourcesWithResponse call

func ParsePostTasksIDLabelsResponse added in v1.1.0

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

ParsePostTasksIDLabelsResponse parses an HTTP response from a PostTasksIDLabelsWithResponse call

func ParsePostTasksIDMembersResponse added in v1.1.0

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

ParsePostTasksIDMembersResponse parses an HTTP response from a PostTasksIDMembersWithResponse call

func ParsePostTasksIDOwnersResponse added in v1.1.0

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

ParsePostTasksIDOwnersResponse parses an HTTP response from a PostTasksIDOwnersWithResponse call

func ParsePostTasksIDRunsIDRetryResponse added in v1.1.0

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

ParsePostTasksIDRunsIDRetryResponse parses an HTTP response from a PostTasksIDRunsIDRetryWithResponse call

func ParsePostTasksIDRunsResponse added in v1.1.0

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

ParsePostTasksIDRunsResponse parses an HTTP response from a PostTasksIDRunsWithResponse call

func ParsePostTasksResponse added in v1.1.0

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

ParsePostTasksResponse parses an HTTP response from a PostTasksWithResponse call

func ParsePostTelegrafsIDLabelsResponse added in v1.1.0

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

ParsePostTelegrafsIDLabelsResponse parses an HTTP response from a PostTelegrafsIDLabelsWithResponse call

func ParsePostTelegrafsIDMembersResponse added in v1.1.0

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

ParsePostTelegrafsIDMembersResponse parses an HTTP response from a PostTelegrafsIDMembersWithResponse call

func ParsePostTelegrafsIDOwnersResponse added in v1.1.0

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

ParsePostTelegrafsIDOwnersResponse parses an HTTP response from a PostTelegrafsIDOwnersWithResponse call

func ParsePostTelegrafsResponse added in v1.1.0

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

ParsePostTelegrafsResponse parses an HTTP response from a PostTelegrafsWithResponse call

func ParsePostUsersIDPasswordResponse added in v1.1.0

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

ParsePostUsersIDPasswordResponse parses an HTTP response from a PostUsersIDPasswordWithResponse call

func ParsePostUsersResponse added in v1.1.0

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

ParsePostUsersResponse parses an HTTP response from a PostUsersWithResponse call

func ParsePostVariablesIDLabelsResponse added in v1.1.0

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

ParsePostVariablesIDLabelsResponse parses an HTTP response from a PostVariablesIDLabelsWithResponse call

func ParsePostVariablesResponse added in v1.1.0

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

ParsePostVariablesResponse parses an HTTP response from a PostVariablesWithResponse call

func ParsePostWriteResponse added in v1.1.0

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

ParsePostWriteResponse parses an HTTP response from a PostWriteWithResponse call

func ParsePutChecksIDResponse added in v1.1.0

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

ParsePutChecksIDResponse parses an HTTP response from a PutChecksIDWithResponse call

func ParsePutDashboardsIDCellsResponse added in v1.1.0

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

ParsePutDashboardsIDCellsResponse parses an HTTP response from a PutDashboardsIDCellsWithResponse call

func ParsePutDocumentsTemplatesIDResponse added in v1.1.0

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

ParsePutDocumentsTemplatesIDResponse parses an HTTP response from a PutDocumentsTemplatesIDWithResponse call

func ParsePutMePasswordResponse added in v1.1.0

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

ParsePutMePasswordResponse parses an HTTP response from a PutMePasswordWithResponse call

func ParsePutNotificationEndpointsIDResponse added in v1.1.0

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

ParsePutNotificationEndpointsIDResponse parses an HTTP response from a PutNotificationEndpointsIDWithResponse call

func ParsePutNotificationRulesIDResponse added in v1.1.0

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

ParsePutNotificationRulesIDResponse parses an HTTP response from a PutNotificationRulesIDWithResponse call

func ParsePutTelegrafsIDResponse added in v1.1.0

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

ParsePutTelegrafsIDResponse parses an HTTP response from a PutTelegrafsIDWithResponse call

func ParsePutVariablesIDResponse added in v1.1.0

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

ParsePutVariablesIDResponse parses an HTTP response from a PutVariablesIDWithResponse call

func ParseReadStackResponse added in v1.3.0

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

ParseReadStackResponse parses an HTTP response from a ReadStackWithResponse call

func ParseUpdateStackResponse added in v1.3.0

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

ParseUpdateStackResponse parses an HTTP response from a UpdateStackWithResponse call

Types

type ASTResponse

type ASTResponse struct {

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

ASTResponse defines model for ASTResponse.

type AddResourceMemberRequestBody

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

AddResourceMemberRequestBody defines model for AddResourceMemberRequestBody.

type AnalyzeQueryResponse

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

AnalyzeQueryResponse defines model for AnalyzeQueryResponse.

type ApplyPkgJSONBody

type ApplyPkgJSONBody PkgApply

ApplyPkgJSONBody defines parameters for ApplyPkg.

type ApplyPkgJSONRequestBody

type ApplyPkgJSONRequestBody ApplyPkgJSONBody

ApplyPkgRequestBody defines body for ApplyPkg for application/json ContentType.

type ArrayExpression

type ArrayExpression struct {

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

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

ArrayExpression defines model for ArrayExpression.

type Authorization

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

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

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

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

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

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

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

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

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

Authorization defines model for Authorization.

type AuthorizationUpdateRequest

type AuthorizationUpdateRequest struct {

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

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

AuthorizationUpdateRequest defines model for AuthorizationUpdateRequest.

type AuthorizationUpdateRequestStatus added in v1.1.0

type AuthorizationUpdateRequestStatus string

AuthorizationUpdateRequestStatus defines model for AuthorizationUpdateRequest.Status.

const (
	AuthorizationUpdateRequestStatusActive AuthorizationUpdateRequestStatus = "active"

	AuthorizationUpdateRequestStatusInactive AuthorizationUpdateRequestStatus = "inactive"
)

Defines values for AuthorizationUpdateRequestStatus.

type Authorizations

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

Authorizations defines model for Authorizations.

type Axes

type Axes struct {

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

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

Axes defines model for Axes.

type Axis

type Axis struct {

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

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

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

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

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

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

Axis defines model for Axis.

type AxisBase added in v1.1.0

type AxisBase string

AxisBase defines model for Axis.Base.

const (
	AxisBase10 AxisBase = "10"

	AxisBase2 AxisBase = "2"

	AxisBaseEmpty AxisBase = ""
)

Defines values for AxisBase.

type AxisScale

type AxisScale string

AxisScale defines model for AxisScale.

const (
	AxisScaleLinear AxisScale = "linear"

	AxisScaleLog AxisScale = "log"
)

Defines values for AxisScale.

type BadStatement

type BadStatement struct {

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

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

BadStatement defines model for BadStatement.

type BinaryExpression

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

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

BinaryExpression defines model for BinaryExpression.

type Block

type Block struct {

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

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

Block defines model for Block.

type BooleanLiteral

type BooleanLiteral struct {

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

BooleanLiteral defines model for BooleanLiteral.

type Bucket

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

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

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

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

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

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

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

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

Bucket defines model for Bucket.

type BucketType added in v1.1.0

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 {
		Period *string `json:"period,omitempty"`
	} `json:"aggregateWindow,omitempty"`
	Buckets   *[]string               `json:"buckets,omitempty"`
	Functions *[]BuilderFunctionsType `json:"functions,omitempty"`
	Tags      *[]BuilderTagsType      `json:"tags,omitempty"`
}

BuilderConfig defines model for BuilderConfig.

type BuilderFunctionsType

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

BuilderFunctionsType defines model for BuilderFunctionsType.

type BuilderTagsType

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

BuilderTagsType defines model for BuilderTagsType.

type BuiltinStatement

type BuiltinStatement struct {

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

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

BuiltinStatement defines model for BuiltinStatement.

type CallExpression

type CallExpression struct {

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

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

CallExpression defines model for CallExpression.

type Cell

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

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

Cell defines model for Cell.

type CellUpdate

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

CellUpdate defines model for CellUpdate.

type CellWithViewProperties

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

CellWithViewProperties defines model for CellWithViewProperties.

type Cells

type Cells []Cell

Cells defines model for Cells.

type CellsWithViewProperties

type CellsWithViewProperties []CellWithViewProperties

CellsWithViewProperties defines model for CellsWithViewProperties.

type Check

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

Check defines model for Check.

type CheckBase

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

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

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

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

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

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

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

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

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

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

CheckBase defines model for CheckBase.

type CheckBaseLastRunStatus added in v1.1.0

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 added in v1.1.0

type CheckPatchStatus string

CheckPatchStatus defines model for CheckPatch.Status.

const (
	CheckPatchStatusActive CheckPatchStatus = "active"

	CheckPatchStatusInactive CheckPatchStatus = "inactive"
)

Defines values for CheckPatchStatus.

type CheckStatusLevel

type CheckStatusLevel string

CheckStatusLevel defines model for CheckStatusLevel.

const (
	CheckStatusLevelCRIT CheckStatusLevel = "CRIT"

	CheckStatusLevelINFO CheckStatusLevel = "INFO"

	CheckStatusLevelOK CheckStatusLevel = "OK"

	CheckStatusLevelUNKNOWN CheckStatusLevel = "UNKNOWN"

	CheckStatusLevelWARN CheckStatusLevel = "WARN"
)

Defines values for CheckStatusLevel.

type CheckViewProperties

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

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

CheckViewProperties defines model for CheckViewProperties.

type CheckViewPropertiesShape added in v1.1.0

type CheckViewPropertiesShape string

CheckViewPropertiesShape defines model for CheckViewProperties.Shape.

const (
	CheckViewPropertiesShapeChronografV2 CheckViewPropertiesShape = "chronograf-v2"
)

Defines values for CheckViewPropertiesShape.

type CheckViewPropertiesType added in v1.1.0

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 added in v1.1.0

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

Client which conforms to the OpenAPI3 specification for this service.

func NewClient added in v1.1.0

func NewClient(service ihttp.Service) *Client

Creates a new Client, with reasonable defaults

func (*Client) ApplyPkg added in v1.1.0

func (c *Client) ApplyPkg(ctx context.Context, body ApplyPkgJSONRequestBody) (*http.Response, error)

func (*Client) ApplyPkgWithBody added in v1.1.0

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

func (*Client) CreateCheck added in v1.1.0

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

func (*Client) CreateCheckWithBody added in v1.1.0

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

func (*Client) CreateNotificationEndpoint added in v1.1.0

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

func (*Client) CreateNotificationEndpointWithBody added in v1.1.0

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

func (*Client) CreateNotificationRule added in v1.1.0

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

func (*Client) CreateNotificationRuleWithBody added in v1.1.0

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

func (*Client) CreatePkg added in v1.1.0

func (c *Client) CreatePkg(ctx context.Context, body CreatePkgJSONRequestBody) (*http.Response, error)

func (*Client) CreatePkgWithBody added in v1.1.0

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

func (*Client) CreateStack added in v1.3.0

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

func (*Client) CreateStackWithBody added in v1.3.0

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

func (*Client) DeleteAuthorizationsID added in v1.1.0

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

func (*Client) DeleteBucketsID added in v1.1.0

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

func (*Client) DeleteBucketsIDLabelsID added in v1.1.0

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

func (*Client) DeleteBucketsIDMembersID added in v1.1.0

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

func (*Client) DeleteBucketsIDOwnersID added in v1.1.0

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

func (*Client) DeleteChecksID added in v1.1.0

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

func (*Client) DeleteChecksIDLabelsID added in v1.1.0

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

func (*Client) DeleteDBRPID added in v1.3.0

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

func (*Client) DeleteDashboardsID added in v1.1.0

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

func (*Client) DeleteDashboardsIDCellsID added in v1.1.0

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

func (*Client) DeleteDashboardsIDLabelsID added in v1.1.0

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

func (*Client) DeleteDashboardsIDMembersID added in v1.1.0

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

func (*Client) DeleteDashboardsIDOwnersID added in v1.1.0

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

func (*Client) DeleteDocumentsTemplatesID added in v1.1.0

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

func (*Client) DeleteDocumentsTemplatesIDLabelsID added in v1.1.0

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

func (*Client) DeleteLabelsID added in v1.1.0

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

func (*Client) DeleteNotificationEndpointsID added in v1.1.0

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

func (*Client) DeleteNotificationEndpointsIDLabelsID added in v1.1.0

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

func (*Client) DeleteNotificationRulesID added in v1.1.0

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

func (*Client) DeleteNotificationRulesIDLabelsID added in v1.1.0

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

func (*Client) DeleteOrgsID added in v1.1.0

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

func (*Client) DeleteOrgsIDCloudUserID added in v1.3.0

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

func (*Client) DeleteOrgsIDInviteID added in v1.3.0

func (c *Client) DeleteOrgsIDInviteID(ctx context.Context, orgID string, inviteID string, params *DeleteOrgsIDInviteIDParams) (*http.Response, error)

func (*Client) DeleteOrgsIDLabelsID added in v1.1.0

func (c *Client) DeleteOrgsIDLabelsID(ctx context.Context, orgID string, labelID string, params *DeleteOrgsIDLabelsIDParams) (*http.Response, error)

func (*Client) DeleteOrgsIDMembersID added in v1.1.0

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

func (*Client) DeleteOrgsIDOwnersID added in v1.1.0

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

func (*Client) DeleteScrapersID added in v1.1.0

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

func (*Client) DeleteScrapersIDLabelsID added in v1.1.0

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

func (*Client) DeleteScrapersIDMembersID added in v1.1.0

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

func (*Client) DeleteScrapersIDOwnersID added in v1.1.0

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

func (*Client) DeleteSourcesID added in v1.1.0

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

func (*Client) DeleteStack added in v1.3.0

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

func (*Client) DeleteTasksID added in v1.1.0

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

func (*Client) DeleteTasksIDLabelsID added in v1.1.0

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

func (*Client) DeleteTasksIDMembersID added in v1.1.0

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

func (*Client) DeleteTasksIDOwnersID added in v1.1.0

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

func (*Client) DeleteTasksIDRunsID added in v1.1.0

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

func (*Client) DeleteTelegrafsID added in v1.1.0

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

func (*Client) DeleteTelegrafsIDLabelsID added in v1.1.0

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

func (*Client) DeleteTelegrafsIDMembersID added in v1.1.0

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

func (*Client) DeleteTelegrafsIDOwnersID added in v1.1.0

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

func (*Client) DeleteUsersID added in v1.1.0

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

func (*Client) DeleteVariablesID added in v1.1.0

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

func (*Client) DeleteVariablesIDLabelsID added in v1.1.0

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

func (*Client) ExportStack added in v1.3.0

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

func (*Client) GetAuthorizations added in v1.1.0

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

func (*Client) GetAuthorizationsID added in v1.1.0

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

func (*Client) GetBuckets added in v1.1.0

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

func (*Client) GetBucketsID added in v1.1.0

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

func (*Client) GetBucketsIDLabels added in v1.1.0

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

func (*Client) GetBucketsIDMembers added in v1.1.0

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

func (*Client) GetBucketsIDOwners added in v1.1.0

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

func (*Client) GetChecks added in v1.1.0

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

func (*Client) GetChecksID added in v1.1.0

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

func (*Client) GetChecksIDLabels added in v1.1.0

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

func (*Client) GetChecksIDQuery added in v1.1.0

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

func (*Client) GetCloudUsers added in v1.3.0

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

func (*Client) GetDBRPs added in v1.3.0

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

func (*Client) GetDBRPsID added in v1.3.0

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

func (*Client) GetDashboards added in v1.1.0

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

func (*Client) GetDashboardsID added in v1.1.0

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

func (*Client) GetDashboardsIDCellsIDView added in v1.1.0

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

func (*Client) GetDashboardsIDLabels added in v1.1.0

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

func (*Client) GetDashboardsIDMembers added in v1.1.0

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

func (*Client) GetDashboardsIDOwners added in v1.1.0

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

func (*Client) GetDocumentsTemplates added in v1.1.0

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

func (*Client) GetDocumentsTemplatesID added in v1.1.0

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

func (*Client) GetDocumentsTemplatesIDLabels added in v1.1.0

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

func (*Client) GetFlags added in v1.3.0

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

func (*Client) GetHealth added in v1.1.0

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

func (*Client) GetLabels added in v1.1.0

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

func (*Client) GetLabelsID added in v1.1.0

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

func (*Client) GetMe added in v1.1.0

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

func (*Client) GetNotificationEndpoints added in v1.1.0

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

func (*Client) GetNotificationEndpointsID added in v1.1.0

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

func (*Client) GetNotificationEndpointsIDLabels added in v1.1.0

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

func (*Client) GetNotificationRules added in v1.1.0

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

func (*Client) GetNotificationRulesID added in v1.1.0

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

func (*Client) GetNotificationRulesIDLabels added in v1.1.0

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

func (*Client) GetNotificationRulesIDQuery added in v1.1.0

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

func (*Client) GetOrgs added in v1.1.0

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

func (*Client) GetOrgsID added in v1.1.0

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

func (*Client) GetOrgsIDLabels added in v1.1.0

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

func (*Client) GetOrgsIDMembers added in v1.1.0

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

func (*Client) GetOrgsIDOwners added in v1.1.0

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

func (*Client) GetOrgsIDSecrets added in v1.1.0

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

func (*Client) GetQuerySuggestions added in v1.1.0

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

func (*Client) GetQuerySuggestionsName added in v1.1.0

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

func (*Client) GetReady added in v1.1.0

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

func (*Client) GetRoutes added in v1.1.0

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

func (*Client) GetScrapers added in v1.1.0

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

func (*Client) GetScrapersID added in v1.1.0

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

func (*Client) GetScrapersIDLabels added in v1.1.0

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

func (*Client) GetScrapersIDMembers added in v1.1.0

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

func (*Client) GetScrapersIDOwners added in v1.1.0

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

func (*Client) GetSetup added in v1.1.0

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

func (*Client) GetSources added in v1.1.0

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

func (*Client) GetSourcesID added in v1.1.0

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

func (*Client) GetSourcesIDBuckets added in v1.1.0

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

func (*Client) GetSourcesIDHealth added in v1.1.0

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

func (*Client) GetTasks added in v1.1.0

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

func (*Client) GetTasksID added in v1.1.0

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

func (*Client) GetTasksIDLabels added in v1.1.0

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

func (*Client) GetTasksIDLogs added in v1.1.0

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

func (*Client) GetTasksIDMembers added in v1.1.0

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

func (*Client) GetTasksIDOwners added in v1.1.0

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

func (*Client) GetTasksIDRuns added in v1.1.0

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

func (*Client) GetTasksIDRunsID added in v1.1.0

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

func (*Client) GetTasksIDRunsIDLogs added in v1.1.0

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

func (*Client) GetTelegrafPlugins added in v1.1.0

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

func (*Client) GetTelegrafs added in v1.1.0

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

func (*Client) GetTelegrafsID added in v1.1.0

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

func (*Client) GetTelegrafsIDLabels added in v1.1.0

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

func (*Client) GetTelegrafsIDMembers added in v1.1.0

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

func (*Client) GetTelegrafsIDOwners added in v1.1.0

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

func (*Client) GetUsers added in v1.1.0

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

func (*Client) GetUsersID added in v1.1.0

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

func (*Client) GetVariables added in v1.1.0

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

func (*Client) GetVariablesID added in v1.1.0

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

func (*Client) GetVariablesIDLabels added in v1.1.0

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

func (*Client) ListStacks added in v1.3.0

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

func (*Client) PatchAuthorizationsID added in v1.1.0

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

func (*Client) PatchAuthorizationsIDWithBody added in v1.1.0

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

func (*Client) PatchBucketsID added in v1.1.0

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

func (*Client) PatchBucketsIDWithBody added in v1.1.0

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

func (*Client) PatchChecksID added in v1.1.0

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

func (*Client) PatchChecksIDWithBody added in v1.1.0

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

func (*Client) PatchDBRPID added in v1.3.0

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

func (*Client) PatchDBRPIDWithBody added in v1.3.0

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

func (*Client) PatchDashboardsID added in v1.1.0

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

func (*Client) PatchDashboardsIDCellsID added in v1.1.0

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

func (*Client) PatchDashboardsIDCellsIDView added in v1.1.0

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

func (*Client) PatchDashboardsIDCellsIDViewWithBody added in v1.1.0

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

func (*Client) PatchDashboardsIDCellsIDWithBody added in v1.1.0

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

func (*Client) PatchDashboardsIDWithBody added in v1.1.0

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

func (*Client) PatchLabelsID added in v1.1.0

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

func (*Client) PatchLabelsIDWithBody added in v1.1.0

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

func (*Client) PatchNotificationEndpointsID added in v1.1.0

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

func (*Client) PatchNotificationEndpointsIDWithBody added in v1.1.0

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

func (*Client) PatchNotificationRulesID added in v1.1.0

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

func (*Client) PatchNotificationRulesIDWithBody added in v1.1.0

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

func (*Client) PatchOrgsID added in v1.1.0

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

func (*Client) PatchOrgsIDSecrets added in v1.1.0

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

func (*Client) PatchOrgsIDSecretsWithBody added in v1.1.0

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

func (*Client) PatchOrgsIDWithBody added in v1.1.0

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

func (*Client) PatchScrapersID added in v1.1.0

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

func (*Client) PatchScrapersIDLabelsID added in v1.1.0

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

func (*Client) PatchScrapersIDLabelsIDWithBody added in v1.1.0

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

func (*Client) PatchScrapersIDWithBody added in v1.1.0

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

func (*Client) PatchSourcesID added in v1.1.0

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

func (*Client) PatchSourcesIDWithBody added in v1.1.0

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

func (*Client) PatchTasksID added in v1.1.0

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

func (*Client) PatchTasksIDWithBody added in v1.1.0

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

func (*Client) PatchUsersID added in v1.1.0

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

func (*Client) PatchUsersIDWithBody added in v1.1.0

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

func (*Client) PatchVariablesID added in v1.1.0

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

func (*Client) PatchVariablesIDWithBody added in v1.1.0

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

func (*Client) PostAuthorizations added in v1.1.0

func (*Client) PostAuthorizationsWithBody added in v1.1.0

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

func (*Client) PostBuckets added in v1.1.0

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

func (*Client) PostBucketsIDLabels added in v1.1.0

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

func (*Client) PostBucketsIDLabelsWithBody added in v1.1.0

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

func (*Client) PostBucketsIDMembers added in v1.1.0

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

func (*Client) PostBucketsIDMembersWithBody added in v1.1.0

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

func (*Client) PostBucketsIDOwners added in v1.1.0

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

func (*Client) PostBucketsIDOwnersWithBody added in v1.1.0

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

func (*Client) PostBucketsWithBody added in v1.1.0

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

func (*Client) PostChecksIDLabels added in v1.1.0

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

func (*Client) PostChecksIDLabelsWithBody added in v1.1.0

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

func (*Client) PostDBRP added in v1.3.0

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

func (*Client) PostDBRPWithBody added in v1.3.0

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

func (*Client) PostDashboards added in v1.1.0

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

func (*Client) PostDashboardsIDCells added in v1.1.0

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

func (*Client) PostDashboardsIDCellsWithBody added in v1.1.0

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

func (*Client) PostDashboardsIDLabels added in v1.1.0

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

func (*Client) PostDashboardsIDLabelsWithBody added in v1.1.0

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

func (*Client) PostDashboardsIDMembers added in v1.1.0

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

func (*Client) PostDashboardsIDMembersWithBody added in v1.1.0

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

func (*Client) PostDashboardsIDOwners added in v1.1.0

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

func (*Client) PostDashboardsIDOwnersWithBody added in v1.1.0

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

func (*Client) PostDashboardsWithBody added in v1.1.0

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

func (*Client) PostDelete added in v1.1.0

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

func (*Client) PostDeleteWithBody added in v1.1.0

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

func (*Client) PostDocumentsTemplates added in v1.1.0

func (*Client) PostDocumentsTemplatesIDLabels added in v1.1.0

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

func (*Client) PostDocumentsTemplatesIDLabelsWithBody added in v1.1.0

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

func (*Client) PostDocumentsTemplatesWithBody added in v1.1.0

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

func (*Client) PostLabels added in v1.1.0

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

func (*Client) PostLabelsWithBody added in v1.1.0

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

func (*Client) PostNotificationEndpointIDLabels added in v1.1.0

func (c *Client) PostNotificationEndpointIDLabels(ctx context.Context, endpointID string, params *PostNotificationEndpointIDLabelsParams, body PostNotificationEndpointIDLabelsJSONRequestBody) (*http.Response, error)

func (*Client) PostNotificationEndpointIDLabelsWithBody added in v1.1.0

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

func (*Client) PostNotificationRuleIDLabels added in v1.1.0

func (c *Client) PostNotificationRuleIDLabels(ctx context.Context, ruleID string, params *PostNotificationRuleIDLabelsParams, body PostNotificationRuleIDLabelsJSONRequestBody) (*http.Response, error)

func (*Client) PostNotificationRuleIDLabelsWithBody added in v1.1.0

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

func (*Client) PostOrgs added in v1.1.0

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

func (*Client) PostOrgsIDInviteID added in v1.3.0

func (c *Client) PostOrgsIDInviteID(ctx context.Context, orgID string, inviteID string, params *PostOrgsIDInviteIDParams) (*http.Response, error)

func (*Client) PostOrgsIDInvites added in v1.3.0

func (c *Client) PostOrgsIDInvites(ctx context.Context, orgID string, params *PostOrgsIDInvitesParams, body PostOrgsIDInvitesJSONRequestBody) (*http.Response, error)

func (*Client) PostOrgsIDInvitesWithBody added in v1.3.0

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

func (*Client) PostOrgsIDLabels added in v1.1.0

func (c *Client) PostOrgsIDLabels(ctx context.Context, orgID string, params *PostOrgsIDLabelsParams, body PostOrgsIDLabelsJSONRequestBody) (*http.Response, error)

func (*Client) PostOrgsIDLabelsWithBody added in v1.1.0

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

func (*Client) PostOrgsIDMembers added in v1.1.0

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

func (*Client) PostOrgsIDMembersWithBody added in v1.1.0

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

func (*Client) PostOrgsIDOwners added in v1.1.0

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

func (*Client) PostOrgsIDOwnersWithBody added in v1.1.0

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

func (*Client) PostOrgsIDSecrets added in v1.1.0

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

func (*Client) PostOrgsIDSecretsWithBody added in v1.1.0

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

func (*Client) PostOrgsWithBody added in v1.1.0

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

func (*Client) PostQuery added in v1.1.0

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

func (*Client) PostQueryAnalyze added in v1.1.0

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

func (*Client) PostQueryAnalyzeWithBody added in v1.1.0

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

func (*Client) PostQueryAst added in v1.1.0

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

func (*Client) PostQueryAstWithBody added in v1.1.0

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

func (*Client) PostQueryWithBody added in v1.1.0

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

func (*Client) PostScrapers added in v1.1.0

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

func (*Client) PostScrapersIDLabels added in v1.1.0

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

func (*Client) PostScrapersIDLabelsWithBody added in v1.1.0

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

func (*Client) PostScrapersIDMembers added in v1.1.0

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

func (*Client) PostScrapersIDMembersWithBody added in v1.1.0

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

func (*Client) PostScrapersIDOwners added in v1.1.0

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

func (*Client) PostScrapersIDOwnersWithBody added in v1.1.0

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

func (*Client) PostScrapersWithBody added in v1.1.0

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

func (*Client) PostSetup added in v1.1.0

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

func (*Client) PostSetupUser added in v1.3.0

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

func (*Client) PostSetupUserWithBody added in v1.3.0

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

func (*Client) PostSetupWithBody added in v1.1.0

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

func (*Client) PostSignin added in v1.1.0

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

func (*Client) PostSignout added in v1.1.0

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

func (*Client) PostSources added in v1.1.0

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

func (*Client) PostSourcesWithBody added in v1.1.0

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

func (*Client) PostTasks added in v1.1.0

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

func (*Client) PostTasksIDLabels added in v1.1.0

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

func (*Client) PostTasksIDLabelsWithBody added in v1.1.0

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

func (*Client) PostTasksIDMembers added in v1.1.0

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

func (*Client) PostTasksIDMembersWithBody added in v1.1.0

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

func (*Client) PostTasksIDOwners added in v1.1.0

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

func (*Client) PostTasksIDOwnersWithBody added in v1.1.0

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

func (*Client) PostTasksIDRuns added in v1.1.0

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

func (*Client) PostTasksIDRunsIDRetry added in v1.1.0

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

func (*Client) PostTasksIDRunsWithBody added in v1.1.0

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

func (*Client) PostTasksWithBody added in v1.1.0

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

func (*Client) PostTelegrafs added in v1.1.0

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

func (*Client) PostTelegrafsIDLabels added in v1.1.0

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

func (*Client) PostTelegrafsIDLabelsWithBody added in v1.1.0

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

func (*Client) PostTelegrafsIDMembers added in v1.1.0

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

func (*Client) PostTelegrafsIDMembersWithBody added in v1.1.0

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

func (*Client) PostTelegrafsIDOwners added in v1.1.0

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

func (*Client) PostTelegrafsIDOwnersWithBody added in v1.1.0

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

func (*Client) PostTelegrafsWithBody added in v1.1.0

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

func (*Client) PostUsers added in v1.1.0

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

func (*Client) PostUsersIDPassword added in v1.1.0

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

func (*Client) PostUsersIDPasswordWithBody added in v1.1.0

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

func (*Client) PostUsersWithBody added in v1.1.0

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

func (*Client) PostVariables added in v1.1.0

func (c *Client) PostVariables(ctx context.Context, params *PostVariablesParams, body PostVariablesJSONRequestBody) (*http.Response, error)

func (*Client) PostVariablesIDLabels added in v1.1.0

func (c *Client) PostVariablesIDLabels(ctx context.Context, variableID string, params *PostVariablesIDLabelsParams, body PostVariablesIDLabelsJSONRequestBody) (*http.Response, error)

func (*Client) PostVariablesIDLabelsWithBody added in v1.1.0

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

func (*Client) PostVariablesWithBody added in v1.1.0

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

func (*Client) PostWriteWithBody added in v1.1.0

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

func (*Client) PutChecksID added in v1.1.0

func (c *Client) PutChecksID(ctx context.Context, checkID string, params *PutChecksIDParams, body PutChecksIDJSONRequestBody) (*http.Response, error)

func (*Client) PutChecksIDWithBody added in v1.1.0

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

func (*Client) PutDashboardsIDCells added in v1.1.0

func (c *Client) PutDashboardsIDCells(ctx context.Context, dashboardID string, params *PutDashboardsIDCellsParams, body PutDashboardsIDCellsJSONRequestBody) (*http.Response, error)

func (*Client) PutDashboardsIDCellsWithBody added in v1.1.0

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

func (*Client) PutDocumentsTemplatesID added in v1.1.0

func (c *Client) PutDocumentsTemplatesID(ctx context.Context, templateID string, params *PutDocumentsTemplatesIDParams, body PutDocumentsTemplatesIDJSONRequestBody) (*http.Response, error)

func (*Client) PutDocumentsTemplatesIDWithBody added in v1.1.0

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

func (*Client) PutMePassword added in v1.1.0

func (c *Client) PutMePassword(ctx context.Context, params *PutMePasswordParams, body PutMePasswordJSONRequestBody) (*http.Response, error)

func (*Client) PutMePasswordWithBody added in v1.1.0

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

func (*Client) PutNotificationEndpointsID added in v1.1.0

func (c *Client) PutNotificationEndpointsID(ctx context.Context, endpointID string, params *PutNotificationEndpointsIDParams, body PutNotificationEndpointsIDJSONRequestBody) (*http.Response, error)

func (*Client) PutNotificationEndpointsIDWithBody added in v1.1.0

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

func (*Client) PutNotificationRulesID added in v1.1.0

func (c *Client) PutNotificationRulesID(ctx context.Context, ruleID string, params *PutNotificationRulesIDParams, body PutNotificationRulesIDJSONRequestBody) (*http.Response, error)

func (*Client) PutNotificationRulesIDWithBody added in v1.1.0

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

func (*Client) PutTelegrafsID added in v1.1.0

func (c *Client) PutTelegrafsID(ctx context.Context, telegrafID string, params *PutTelegrafsIDParams, body PutTelegrafsIDJSONRequestBody) (*http.Response, error)

func (*Client) PutTelegrafsIDWithBody added in v1.1.0

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

func (*Client) PutVariablesID added in v1.1.0

func (c *Client) PutVariablesID(ctx context.Context, variableID string, params *PutVariablesIDParams, body PutVariablesIDJSONRequestBody) (*http.Response, error)

func (*Client) PutVariablesIDWithBody added in v1.1.0

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

func (*Client) ReadStack added in v1.3.0

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

func (*Client) UpdateStack added in v1.3.0

func (c *Client) UpdateStack(ctx context.Context, stackId string, body UpdateStackJSONRequestBody) (*http.Response, error)

func (*Client) UpdateStackWithBody added in v1.3.0

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

type ClientInterface added in v1.1.0

type ClientInterface interface {
	// GetRoutes request
	GetRoutes(ctx context.Context, params *GetRoutesParams) (*http.Response, error)

	// GetAuthorizations request
	GetAuthorizations(ctx context.Context, params *GetAuthorizationsParams) (*http.Response, error)

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

	PostAuthorizations(ctx context.Context, params *PostAuthorizationsParams, body PostAuthorizationsJSONRequestBody) (*http.Response, error)

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

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

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

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

	// GetBuckets request
	GetBuckets(ctx context.Context, params *GetBucketsParams) (*http.Response, error)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	// GetChecks request
	GetChecks(ctx context.Context, params *GetChecksParams) (*http.Response, error)

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

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

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

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

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

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

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

	PutChecksID(ctx context.Context, checkID string, params *PutChecksIDParams, body PutChecksIDJSONRequestBody) (*http.Response, error)

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

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

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

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

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

	// GetDashboards request
	GetDashboards(ctx context.Context, params *GetDashboardsParams) (*http.Response, error)

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

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

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

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

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

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

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

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

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

	PutDashboardsIDCells(ctx context.Context, dashboardID string, params *PutDashboardsIDCellsParams, body PutDashboardsIDCellsJSONRequestBody) (*http.Response, error)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	// GetDBRPs request
	GetDBRPs(ctx context.Context, params *GetDBRPsParams) (*http.Response, error)

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

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

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

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

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

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

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

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

	// GetDocumentsTemplates request
	GetDocumentsTemplates(ctx context.Context, params *GetDocumentsTemplatesParams) (*http.Response, error)

	// PostDocumentsTemplates request  with any body
	PostDocumentsTemplatesWithBody(ctx context.Context, params *PostDocumentsTemplatesParams, contentType string, body io.Reader) (*http.Response, error)

	PostDocumentsTemplates(ctx context.Context, params *PostDocumentsTemplatesParams, body PostDocumentsTemplatesJSONRequestBody) (*http.Response, error)

	// DeleteDocumentsTemplatesID request
	DeleteDocumentsTemplatesID(ctx context.Context, templateID string, params *DeleteDocumentsTemplatesIDParams) (*http.Response, error)

	// GetDocumentsTemplatesID request
	GetDocumentsTemplatesID(ctx context.Context, templateID string, params *GetDocumentsTemplatesIDParams) (*http.Response, error)

	// PutDocumentsTemplatesID request  with any body
	PutDocumentsTemplatesIDWithBody(ctx context.Context, templateID string, params *PutDocumentsTemplatesIDParams, contentType string, body io.Reader) (*http.Response, error)

	PutDocumentsTemplatesID(ctx context.Context, templateID string, params *PutDocumentsTemplatesIDParams, body PutDocumentsTemplatesIDJSONRequestBody) (*http.Response, error)

	// GetDocumentsTemplatesIDLabels request
	GetDocumentsTemplatesIDLabels(ctx context.Context, templateID string, params *GetDocumentsTemplatesIDLabelsParams) (*http.Response, error)

	// PostDocumentsTemplatesIDLabels request  with any body
	PostDocumentsTemplatesIDLabelsWithBody(ctx context.Context, templateID string, params *PostDocumentsTemplatesIDLabelsParams, contentType string, body io.Reader) (*http.Response, error)

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

	// DeleteDocumentsTemplatesIDLabelsID request
	DeleteDocumentsTemplatesIDLabelsID(ctx context.Context, templateID string, labelID string, params *DeleteDocumentsTemplatesIDLabelsIDParams) (*http.Response, error)

	// GetFlags request
	GetFlags(ctx context.Context, params *GetFlagsParams) (*http.Response, error)

	// GetHealth request
	GetHealth(ctx context.Context, params *GetHealthParams) (*http.Response, error)

	// GetLabels request
	GetLabels(ctx context.Context, params *GetLabelsParams) (*http.Response, error)

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

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

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

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

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

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

	// GetMe request
	GetMe(ctx context.Context, params *GetMeParams) (*http.Response, error)

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

	PutMePassword(ctx context.Context, params *PutMePasswordParams, body PutMePasswordJSONRequestBody) (*http.Response, error)

	// GetNotificationEndpoints request
	GetNotificationEndpoints(ctx context.Context, params *GetNotificationEndpointsParams) (*http.Response, error)

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

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

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

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

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

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

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

	PutNotificationEndpointsID(ctx context.Context, endpointID string, params *PutNotificationEndpointsIDParams, body PutNotificationEndpointsIDJSONRequestBody) (*http.Response, error)

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

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

	PostNotificationEndpointIDLabels(ctx context.Context, endpointID string, params *PostNotificationEndpointIDLabelsParams, body PostNotificationEndpointIDLabelsJSONRequestBody) (*http.Response, error)

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

	// GetNotificationRules request
	GetNotificationRules(ctx context.Context, params *GetNotificationRulesParams) (*http.Response, error)

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

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

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

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

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

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

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

	PutNotificationRulesID(ctx context.Context, ruleID string, params *PutNotificationRulesIDParams, body PutNotificationRulesIDJSONRequestBody) (*http.Response, error)

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

	// PostNotificationRuleIDLabels request  with any body
	PostNotificationRuleIDLabelsWithBody(ctx context.Context, ruleID string, params *PostNotificationRuleIDLabelsParams, contentType string, body io.Reader) (*http.Response, error)

	PostNotificationRuleIDLabels(ctx context.Context, ruleID string, params *PostNotificationRuleIDLabelsParams, body PostNotificationRuleIDLabelsJSONRequestBody) (*http.Response, error)

	// DeleteNotificationRulesIDLabelsID request
	DeleteNotificationRulesIDLabelsID(ctx context.Context, ruleID string, labelID string, params *DeleteNotificationRulesIDLabelsIDParams) (*http.Response, error)

	// GetNotificationRulesIDQuery request
	GetNotificationRulesIDQuery(ctx context.Context, ruleID string, params *GetNotificationRulesIDQueryParams) (*http.Response, error)

	// GetOrgs request
	GetOrgs(ctx context.Context, params *GetOrgsParams) (*http.Response, error)

	// PostOrgs request  with any body
	PostOrgsWithBody(ctx context.Context, params *PostOrgsParams, contentType string, body io.Reader) (*http.Response, error)

	PostOrgs(ctx context.Context, params *PostOrgsParams, body PostOrgsJSONRequestBody) (*http.Response, error)

	// DeleteOrgsID request
	DeleteOrgsID(ctx context.Context, orgID string, params *DeleteOrgsIDParams) (*http.Response, error)

	// GetOrgsID request
	GetOrgsID(ctx context.Context, orgID string, params *GetOrgsIDParams) (*http.Response, error)

	// PatchOrgsID request  with any body
	PatchOrgsIDWithBody(ctx context.Context, orgID string, params *PatchOrgsIDParams, contentType string, body io.Reader) (*http.Response, error)

	PatchOrgsID(ctx context.Context, orgID string, params *PatchOrgsIDParams, body PatchOrgsIDJSONRequestBody) (*http.Response, error)

	// PostOrgsIDInvites request  with any body
	PostOrgsIDInvitesWithBody(ctx context.Context, orgID string, params *PostOrgsIDInvitesParams, contentType string, body io.Reader) (*http.Response, error)

	PostOrgsIDInvites(ctx context.Context, orgID string, params *PostOrgsIDInvitesParams, body PostOrgsIDInvitesJSONRequestBody) (*http.Response, error)

	// DeleteOrgsIDInviteID request
	DeleteOrgsIDInviteID(ctx context.Context, orgID string, inviteID string, params *DeleteOrgsIDInviteIDParams) (*http.Response, error)

	// PostOrgsIDInviteID request
	PostOrgsIDInviteID(ctx context.Context, orgID string, inviteID string, params *PostOrgsIDInviteIDParams) (*http.Response, error)

	// GetOrgsIDLabels request
	GetOrgsIDLabels(ctx context.Context, orgID string, params *GetOrgsIDLabelsParams) (*http.Response, error)

	// PostOrgsIDLabels request  with any body
	PostOrgsIDLabelsWithBody(ctx context.Context, orgID string, params *PostOrgsIDLabelsParams, contentType string, body io.Reader) (*http.Response, error)

	PostOrgsIDLabels(ctx context.Context, orgID string, params *PostOrgsIDLabelsParams, body PostOrgsIDLabelsJSONRequestBody) (*http.Response, error)

	// DeleteOrgsIDLabelsID request
	DeleteOrgsIDLabelsID(ctx context.Context, orgID string, labelID string, params *DeleteOrgsIDLabelsIDParams) (*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)

	// GetCloudUsers request
	GetCloudUsers(ctx context.Context, orgID string, params *GetCloudUsersParams) (*http.Response, error)

	// DeleteOrgsIDCloudUserID request
	DeleteOrgsIDCloudUserID(ctx context.Context, orgID string, userID string, params *DeleteOrgsIDCloudUserIDParams) (*http.Response, error)

	// CreatePkg request  with any body
	CreatePkgWithBody(ctx context.Context, contentType string, body io.Reader) (*http.Response, error)

	CreatePkg(ctx context.Context, body CreatePkgJSONRequestBody) (*http.Response, error)

	// ApplyPkg request  with any body
	ApplyPkgWithBody(ctx context.Context, contentType string, body io.Reader) (*http.Response, error)

	ApplyPkg(ctx context.Context, body ApplyPkgJSONRequestBody) (*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)

	// ExportStack request
	ExportStack(ctx context.Context, stackId string, params *ExportStackParams) (*http.Response, error)

	// PostQuery request  with any body
	PostQueryWithBody(ctx context.Context, params *PostQueryParams, contentType string, body io.Reader) (*http.Response, error)

	PostQuery(ctx context.Context, params *PostQueryParams, body PostQueryJSONRequestBody) (*http.Response, error)

	// PostQueryAnalyze request  with any body
	PostQueryAnalyzeWithBody(ctx context.Context, params *PostQueryAnalyzeParams, contentType string, body io.Reader) (*http.Response, error)

	PostQueryAnalyze(ctx context.Context, params *PostQueryAnalyzeParams, body PostQueryAnalyzeJSONRequestBody) (*http.Response, error)

	// PostQueryAst request  with any body
	PostQueryAstWithBody(ctx context.Context, params *PostQueryAstParams, contentType string, body io.Reader) (*http.Response, error)

	PostQueryAst(ctx context.Context, params *PostQueryAstParams, body PostQueryAstJSONRequestBody) (*http.Response, error)

	// GetQuerySuggestions request
	GetQuerySuggestions(ctx context.Context, params *GetQuerySuggestionsParams) (*http.Response, error)

	// GetQuerySuggestionsName request
	GetQuerySuggestionsName(ctx context.Context, name string, params *GetQuerySuggestionsNameParams) (*http.Response, error)

	// GetReady request
	GetReady(ctx context.Context, params *GetReadyParams) (*http.Response, error)

	// GetScrapers request
	GetScrapers(ctx context.Context, params *GetScrapersParams) (*http.Response, error)

	// PostScrapers request  with any body
	PostScrapersWithBody(ctx context.Context, params *PostScrapersParams, contentType string, body io.Reader) (*http.Response, error)

	PostScrapers(ctx context.Context, params *PostScrapersParams, body PostScrapersJSONRequestBody) (*http.Response, error)

	// DeleteScrapersID request
	DeleteScrapersID(ctx context.Context, scraperTargetID string, params *DeleteScrapersIDParams) (*http.Response, error)

	// GetScrapersID request
	GetScrapersID(ctx context.Context, scraperTargetID string, params *GetScrapersIDParams) (*http.Response, error)

	// PatchScrapersID request  with any body
	PatchScrapersIDWithBody(ctx context.Context, scraperTargetID string, params *PatchScrapersIDParams, contentType string, body io.Reader) (*http.Response, error)

	PatchScrapersID(ctx context.Context, scraperTargetID string, params *PatchScrapersIDParams, body PatchScrapersIDJSONRequestBody) (*http.Response, error)

	// GetScrapersIDLabels request
	GetScrapersIDLabels(ctx context.Context, scraperTargetID string, params *GetScrapersIDLabelsParams) (*http.Response, error)

	// PostScrapersIDLabels request  with any body
	PostScrapersIDLabelsWithBody(ctx context.Context, scraperTargetID string, params *PostScrapersIDLabelsParams, contentType string, body io.Reader) (*http.Response, error)

	PostScrapersIDLabels(ctx context.Context, scraperTargetID string, params *PostScrapersIDLabelsParams, body PostScrapersIDLabelsJSONRequestBody) (*http.Response, error)

	// DeleteScrapersIDLabelsID request
	DeleteScrapersIDLabelsID(ctx context.Context, scraperTargetID string, labelID string, params *DeleteScrapersIDLabelsIDParams) (*http.Response, error)

	// PatchScrapersIDLabelsID request  with any body
	PatchScrapersIDLabelsIDWithBody(ctx context.Context, scraperTargetID string, labelID string, params *PatchScrapersIDLabelsIDParams, contentType string, body io.Reader) (*http.Response, error)

	PatchScrapersIDLabelsID(ctx context.Context, scraperTargetID string, labelID string, params *PatchScrapersIDLabelsIDParams, body PatchScrapersIDLabelsIDJSONRequestBody) (*http.Response, error)

	// GetScrapersIDMembers request
	GetScrapersIDMembers(ctx context.Context, scraperTargetID string, params *GetScrapersIDMembersParams) (*http.Response, error)

	// PostScrapersIDMembers request  with any body
	PostScrapersIDMembersWithBody(ctx context.Context, scraperTargetID string, params *PostScrapersIDMembersParams, contentType string, body io.Reader) (*http.Response, error)

	PostScrapersIDMembers(ctx context.Context, scraperTargetID string, params *PostScrapersIDMembersParams, body PostScrapersIDMembersJSONRequestBody) (*http.Response, error)

	// DeleteScrapersIDMembersID request
	DeleteScrapersIDMembersID(ctx context.Context, scraperTargetID string, userID string, params *DeleteScrapersIDMembersIDParams) (*http.Response, error)

	// GetScrapersIDOwners request
	GetScrapersIDOwners(ctx context.Context, scraperTargetID string, params *GetScrapersIDOwnersParams) (*http.Response, error)

	// PostScrapersIDOwners request  with any body
	PostScrapersIDOwnersWithBody(ctx context.Context, scraperTargetID string, params *PostScrapersIDOwnersParams, contentType string, body io.Reader) (*http.Response, error)

	PostScrapersIDOwners(ctx context.Context, scraperTargetID string, params *PostScrapersIDOwnersParams, body PostScrapersIDOwnersJSONRequestBody) (*http.Response, error)

	// DeleteScrapersIDOwnersID request
	DeleteScrapersIDOwnersID(ctx context.Context, scraperTargetID string, userID string, params *DeleteScrapersIDOwnersIDParams) (*http.Response, error)

	// GetSetup request
	GetSetup(ctx context.Context, params *GetSetupParams) (*http.Response, error)

	// PostSetup request  with any body
	PostSetupWithBody(ctx context.Context, params *PostSetupParams, contentType string, body io.Reader) (*http.Response, error)

	PostSetup(ctx context.Context, params *PostSetupParams, body PostSetupJSONRequestBody) (*http.Response, error)

	// PostSetupUser request  with any body
	PostSetupUserWithBody(ctx context.Context, params *PostSetupUserParams, contentType string, body io.Reader) (*http.Response, error)

	PostSetupUser(ctx context.Context, params *PostSetupUserParams, body PostSetupUserJSONRequestBody) (*http.Response, error)

	// PostSignin request
	PostSignin(ctx context.Context, params *PostSigninParams) (*http.Response, error)

	// PostSignout request
	PostSignout(ctx context.Context, params *PostSignoutParams) (*http.Response, error)

	// GetSources request
	GetSources(ctx context.Context, params *GetSourcesParams) (*http.Response, error)

	// PostSources request  with any body
	PostSourcesWithBody(ctx context.Context, params *PostSourcesParams, contentType string, body io.Reader) (*http.Response, error)

	PostSources(ctx context.Context, params *PostSourcesParams, body PostSourcesJSONRequestBody) (*http.Response, error)

	// DeleteSourcesID request
	DeleteSourcesID(ctx context.Context, sourceID string, params *DeleteSourcesIDParams) (*http.Response, error)

	// GetSourcesID request
	GetSourcesID(ctx context.Context, sourceID string, params *GetSourcesIDParams) (*http.Response, error)

	// PatchSourcesID request  with any body
	PatchSourcesIDWithBody(ctx context.Context, sourceID string, params *PatchSourcesIDParams, contentType string, body io.Reader) (*http.Response, error)

	PatchSourcesID(ctx context.Context, sourceID string, params *PatchSourcesIDParams, body PatchSourcesIDJSONRequestBody) (*http.Response, error)

	// GetSourcesIDBuckets request
	GetSourcesIDBuckets(ctx context.Context, sourceID string, params *GetSourcesIDBucketsParams) (*http.Response, error)

	// GetSourcesIDHealth request
	GetSourcesIDHealth(ctx context.Context, sourceID string, params *GetSourcesIDHealthParams) (*http.Response, error)

	// GetTasks request
	GetTasks(ctx context.Context, params *GetTasksParams) (*http.Response, error)

	// PostTasks request  with any body
	PostTasksWithBody(ctx context.Context, params *PostTasksParams, contentType string, body io.Reader) (*http.Response, error)

	PostTasks(ctx context.Context, params *PostTasksParams, body PostTasksJSONRequestBody) (*http.Response, error)

	// DeleteTasksID request
	DeleteTasksID(ctx context.Context, taskID string, params *DeleteTasksIDParams) (*http.Response, error)

	// GetTasksID request
	GetTasksID(ctx context.Context, taskID string, params *GetTasksIDParams) (*http.Response, error)

	// PatchTasksID request  with any body
	PatchTasksIDWithBody(ctx context.Context, taskID string, params *PatchTasksIDParams, contentType string, body io.Reader) (*http.Response, error)

	PatchTasksID(ctx context.Context, taskID string, params *PatchTasksIDParams, body PatchTasksIDJSONRequestBody) (*http.Response, error)

	// GetTasksIDLabels request
	GetTasksIDLabels(ctx context.Context, taskID string, params *GetTasksIDLabelsParams) (*http.Response, error)

	// PostTasksIDLabels request  with any body
	PostTasksIDLabelsWithBody(ctx context.Context, taskID string, params *PostTasksIDLabelsParams, contentType string, body io.Reader) (*http.Response, error)

	PostTasksIDLabels(ctx context.Context, taskID string, params *PostTasksIDLabelsParams, body PostTasksIDLabelsJSONRequestBody) (*http.Response, error)

	// DeleteTasksIDLabelsID request
	DeleteTasksIDLabelsID(ctx context.Context, taskID string, labelID string, params *DeleteTasksIDLabelsIDParams) (*http.Response, error)

	// GetTasksIDLogs request
	GetTasksIDLogs(ctx context.Context, taskID string, params *GetTasksIDLogsParams) (*http.Response, error)

	// GetTasksIDMembers request
	GetTasksIDMembers(ctx context.Context, taskID string, params *GetTasksIDMembersParams) (*http.Response, error)

	// PostTasksIDMembers request  with any body
	PostTasksIDMembersWithBody(ctx context.Context, taskID string, params *PostTasksIDMembersParams, contentType string, body io.Reader) (*http.Response, error)

	PostTasksIDMembers(ctx context.Context, taskID string, params *PostTasksIDMembersParams, body PostTasksIDMembersJSONRequestBody) (*http.Response, error)

	// DeleteTasksIDMembersID request
	DeleteTasksIDMembersID(ctx context.Context, taskID string, userID string, params *DeleteTasksIDMembersIDParams) (*http.Response, error)

	// GetTasksIDOwners request
	GetTasksIDOwners(ctx context.Context, taskID string, params *GetTasksIDOwnersParams) (*http.Response, error)

	// PostTasksIDOwners request  with any body
	PostTasksIDOwnersWithBody(ctx context.Context, taskID string, params *PostTasksIDOwnersParams, contentType string, body io.Reader) (*http.Response, error)

	PostTasksIDOwners(ctx context.Context, taskID string, params *PostTasksIDOwnersParams, body PostTasksIDOwnersJSONRequestBody) (*http.Response, error)

	// DeleteTasksIDOwnersID request
	DeleteTasksIDOwnersID(ctx context.Context, taskID string, userID string, params *DeleteTasksIDOwnersIDParams) (*http.Response, error)

	// GetTasksIDRuns request
	GetTasksIDRuns(ctx context.Context, taskID string, params *GetTasksIDRunsParams) (*http.Response, error)

	// PostTasksIDRuns request  with any body
	PostTasksIDRunsWithBody(ctx context.Context, taskID string, params *PostTasksIDRunsParams, contentType string, body io.Reader) (*http.Response, error)

	PostTasksIDRuns(ctx context.Context, taskID string, params *PostTasksIDRunsParams, body PostTasksIDRunsJSONRequestBody) (*http.Response, error)

	// DeleteTasksIDRunsID request
	DeleteTasksIDRunsID(ctx context.Context, taskID string, runID string, params *DeleteTasksIDRunsIDParams) (*http.Response, error)

	// GetTasksIDRunsID request
	GetTasksIDRunsID(ctx context.Context, taskID string, runID string, params *GetTasksIDRunsIDParams) (*http.Response, error)

	// GetTasksIDRunsIDLogs request
	GetTasksIDRunsIDLogs(ctx context.Context, taskID string, runID string, params *GetTasksIDRunsIDLogsParams) (*http.Response, error)

	// PostTasksIDRunsIDRetry request
	PostTasksIDRunsIDRetry(ctx context.Context, taskID string, runID string, params *PostTasksIDRunsIDRetryParams) (*http.Response, error)

	// GetTelegrafPlugins request
	GetTelegrafPlugins(ctx context.Context, params *GetTelegrafPluginsParams) (*http.Response, error)

	// GetTelegrafs request
	GetTelegrafs(ctx context.Context, params *GetTelegrafsParams) (*http.Response, error)

	// PostTelegrafs request  with any body
	PostTelegrafsWithBody(ctx context.Context, params *PostTelegrafsParams, contentType string, body io.Reader) (*http.Response, error)

	PostTelegrafs(ctx context.Context, params *PostTelegrafsParams, body PostTelegrafsJSONRequestBody) (*http.Response, error)

	// DeleteTelegrafsID request
	DeleteTelegrafsID(ctx context.Context, telegrafID string, params *DeleteTelegrafsIDParams) (*http.Response, error)

	// GetTelegrafsID request
	GetTelegrafsID(ctx context.Context, telegrafID string, params *GetTelegrafsIDParams) (*http.Response, error)

	// PutTelegrafsID request  with any body
	PutTelegrafsIDWithBody(ctx context.Context, telegrafID string, params *PutTelegrafsIDParams, contentType string, body io.Reader) (*http.Response, error)

	PutTelegrafsID(ctx context.Context, telegrafID string, params *PutTelegrafsIDParams, body PutTelegrafsIDJSONRequestBody) (*http.Response, error)

	// GetTelegrafsIDLabels request
	GetTelegrafsIDLabels(ctx context.Context, telegrafID string, params *GetTelegrafsIDLabelsParams) (*http.Response, error)

	// PostTelegrafsIDLabels request  with any body
	PostTelegrafsIDLabelsWithBody(ctx context.Context, telegrafID string, params *PostTelegrafsIDLabelsParams, contentType string, body io.Reader) (*http.Response, error)

	PostTelegrafsIDLabels(ctx context.Context, telegrafID string, params *PostTelegrafsIDLabelsParams, body PostTelegrafsIDLabelsJSONRequestBody) (*http.Response, error)

	// DeleteTelegrafsIDLabelsID request
	DeleteTelegrafsIDLabelsID(ctx context.Context, telegrafID string, labelID string, params *DeleteTelegrafsIDLabelsIDParams) (*http.Response, error)

	// GetTelegrafsIDMembers request
	GetTelegrafsIDMembers(ctx context.Context, telegrafID string, params *GetTelegrafsIDMembersParams) (*http.Response, error)

	// PostTelegrafsIDMembers request  with any body
	PostTelegrafsIDMembersWithBody(ctx context.Context, telegrafID string, params *PostTelegrafsIDMembersParams, contentType string, body io.Reader) (*http.Response, error)

	PostTelegrafsIDMembers(ctx context.Context, telegrafID string, params *PostTelegrafsIDMembersParams, body PostTelegrafsIDMembersJSONRequestBody) (*http.Response, error)

	// DeleteTelegrafsIDMembersID request
	DeleteTelegrafsIDMembersID(ctx context.Context, telegrafID string, userID string, params *DeleteTelegrafsIDMembersIDParams) (*http.Response, error)

	// GetTelegrafsIDOwners request
	GetTelegrafsIDOwners(ctx context.Context, telegrafID string, params *GetTelegrafsIDOwnersParams) (*http.Response, error)

	// PostTelegrafsIDOwners request  with any body
	PostTelegrafsIDOwnersWithBody(ctx context.Context, telegrafID string, params *PostTelegrafsIDOwnersParams, contentType string, body io.Reader) (*http.Response, error)

	PostTelegrafsIDOwners(ctx context.Context, telegrafID string, params *PostTelegrafsIDOwnersParams, body PostTelegrafsIDOwnersJSONRequestBody) (*http.Response, error)

	// DeleteTelegrafsIDOwnersID request
	DeleteTelegrafsIDOwnersID(ctx context.Context, telegrafID string, userID string, params *DeleteTelegrafsIDOwnersIDParams) (*http.Response, error)

	// 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 added in v1.1.0

type ClientWithResponses struct {
	ClientInterface
}

ClientWithResponses builds on ClientInterface to offer response payloads

func NewClientWithResponses added in v1.1.0

func NewClientWithResponses(service ihttp.Service) *ClientWithResponses

NewClientWithResponses creates a new ClientWithResponses, which wraps Client with return type handling

func (*ClientWithResponses) ApplyPkgWithBodyWithResponse added in v1.1.0

func (c *ClientWithResponses) ApplyPkgWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader) (*applyPkgResponse, error)

ApplyPkgWithBodyWithResponse request with arbitrary body returning *ApplyPkgResponse

func (*ClientWithResponses) ApplyPkgWithResponse added in v1.1.0

func (c *ClientWithResponses) ApplyPkgWithResponse(ctx context.Context, body ApplyPkgJSONRequestBody) (*applyPkgResponse, error)

func (*ClientWithResponses) CreateCheckWithBodyWithResponse added in v1.1.0

func (c *ClientWithResponses) CreateCheckWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader) (*createCheckResponse, error)

CreateCheckWithBodyWithResponse request with arbitrary body returning *CreateCheckResponse

func (*ClientWithResponses) CreateCheckWithResponse added in v1.1.0

func (c *ClientWithResponses) CreateCheckWithResponse(ctx context.Context, body CreateCheckJSONRequestBody) (*createCheckResponse, error)

func (*ClientWithResponses) CreateNotificationEndpointWithBodyWithResponse added in v1.1.0

func (c *ClientWithResponses) CreateNotificationEndpointWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader) (*createNotificationEndpointResponse, error)

CreateNotificationEndpointWithBodyWithResponse request with arbitrary body returning *CreateNotificationEndpointResponse

func (*ClientWithResponses) CreateNotificationEndpointWithResponse added in v1.1.0

func (c *ClientWithResponses) CreateNotificationEndpointWithResponse(ctx context.Context, body CreateNotificationEndpointJSONRequestBody) (*createNotificationEndpointResponse, error)

func (*ClientWithResponses) CreateNotificationRuleWithBodyWithResponse added in v1.1.0

func (c *ClientWithResponses) CreateNotificationRuleWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader) (*createNotificationRuleResponse, error)

CreateNotificationRuleWithBodyWithResponse request with arbitrary body returning *CreateNotificationRuleResponse

func (*ClientWithResponses) CreateNotificationRuleWithResponse added in v1.1.0

func (c *ClientWithResponses) CreateNotificationRuleWithResponse(ctx context.Context, body CreateNotificationRuleJSONRequestBody) (*createNotificationRuleResponse, error)

func (*ClientWithResponses) CreatePkgWithBodyWithResponse added in v1.1.0

func (c *ClientWithResponses) CreatePkgWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader) (*createPkgResponse, error)

CreatePkgWithBodyWithResponse request with arbitrary body returning *CreatePkgResponse

func (*ClientWithResponses) CreatePkgWithResponse added in v1.1.0

func (c *ClientWithResponses) CreatePkgWithResponse(ctx context.Context, body CreatePkgJSONRequestBody) (*createPkgResponse, error)

func (*ClientWithResponses) CreateStackWithBodyWithResponse added in v1.3.0

func (c *ClientWithResponses) CreateStackWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader) (*createStackResponse, error)

CreateStackWithBodyWithResponse request with arbitrary body returning *CreateStackResponse

func (*ClientWithResponses) CreateStackWithResponse added in v1.3.0

func (c *ClientWithResponses) CreateStackWithResponse(ctx context.Context, body CreateStackJSONRequestBody) (*createStackResponse, error)

func (*ClientWithResponses) DeleteAuthorizationsIDWithResponse added in v1.1.0

func (c *ClientWithResponses) DeleteAuthorizationsIDWithResponse(ctx context.Context, authID string, params *DeleteAuthorizationsIDParams) (*deleteAuthorizationsIDResponse, error)

DeleteAuthorizationsIDWithResponse request returning *DeleteAuthorizationsIDResponse

func (*ClientWithResponses) DeleteBucketsIDLabelsIDWithResponse added in v1.1.0

func (c *ClientWithResponses) DeleteBucketsIDLabelsIDWithResponse(ctx context.Context, bucketID string, labelID string, params *DeleteBucketsIDLabelsIDParams) (*deleteBucketsIDLabelsIDResponse, error)

DeleteBucketsIDLabelsIDWithResponse request returning *DeleteBucketsIDLabelsIDResponse

func (*ClientWithResponses) DeleteBucketsIDMembersIDWithResponse added in v1.1.0

func (c *ClientWithResponses) DeleteBucketsIDMembersIDWithResponse(ctx context.Context, bucketID string, userID string, params *DeleteBucketsIDMembersIDParams) (*deleteBucketsIDMembersIDResponse, error)

DeleteBucketsIDMembersIDWithResponse request returning *DeleteBucketsIDMembersIDResponse

func (*ClientWithResponses) DeleteBucketsIDOwnersIDWithResponse added in v1.1.0

func (c *ClientWithResponses) DeleteBucketsIDOwnersIDWithResponse(ctx context.Context, bucketID string, userID string, params *DeleteBucketsIDOwnersIDParams) (*deleteBucketsIDOwnersIDResponse, error)

DeleteBucketsIDOwnersIDWithResponse request returning *DeleteBucketsIDOwnersIDResponse

func (*ClientWithResponses) DeleteBucketsIDWithResponse added in v1.1.0

func (c *ClientWithResponses) DeleteBucketsIDWithResponse(ctx context.Context, bucketID string, params *DeleteBucketsIDParams) (*deleteBucketsIDResponse, error)

DeleteBucketsIDWithResponse request returning *DeleteBucketsIDResponse

func (*ClientWithResponses) DeleteChecksIDLabelsIDWithResponse added in v1.1.0

func (c *ClientWithResponses) DeleteChecksIDLabelsIDWithResponse(ctx context.Context, checkID string, labelID string, params *DeleteChecksIDLabelsIDParams) (*deleteChecksIDLabelsIDResponse, error)

DeleteChecksIDLabelsIDWithResponse request returning *DeleteChecksIDLabelsIDResponse

func (*ClientWithResponses) DeleteChecksIDWithResponse added in v1.1.0

func (c *ClientWithResponses) DeleteChecksIDWithResponse(ctx context.Context, checkID string, params *DeleteChecksIDParams) (*deleteChecksIDResponse, error)

DeleteChecksIDWithResponse request returning *DeleteChecksIDResponse

func (*ClientWithResponses) DeleteDBRPIDWithResponse added in v1.3.0

func (c *ClientWithResponses) DeleteDBRPIDWithResponse(ctx context.Context, dbrpID string, params *DeleteDBRPIDParams) (*deleteDBRPIDResponse, error)

DeleteDBRPIDWithResponse request returning *DeleteDBRPIDResponse

func (*ClientWithResponses) DeleteDashboardsIDCellsIDWithResponse added in v1.1.0

func (c *ClientWithResponses) DeleteDashboardsIDCellsIDWithResponse(ctx context.Context, dashboardID string, cellID string, params *DeleteDashboardsIDCellsIDParams) (*deleteDashboardsIDCellsIDResponse, error)

DeleteDashboardsIDCellsIDWithResponse request returning *DeleteDashboardsIDCellsIDResponse

func (*ClientWithResponses) DeleteDashboardsIDLabelsIDWithResponse added in v1.1.0

func (c *ClientWithResponses) DeleteDashboardsIDLabelsIDWithResponse(ctx context.Context, dashboardID string, labelID string, params *DeleteDashboardsIDLabelsIDParams) (*deleteDashboardsIDLabelsIDResponse, error)

DeleteDashboardsIDLabelsIDWithResponse request returning *DeleteDashboardsIDLabelsIDResponse

func (*ClientWithResponses) DeleteDashboardsIDMembersIDWithResponse added in v1.1.0

func (c *ClientWithResponses) DeleteDashboardsIDMembersIDWithResponse(ctx context.Context, dashboardID string, userID string, params *DeleteDashboardsIDMembersIDParams) (*deleteDashboardsIDMembersIDResponse, error)

DeleteDashboardsIDMembersIDWithResponse request returning *DeleteDashboardsIDMembersIDResponse

func (*ClientWithResponses) DeleteDashboardsIDOwnersIDWithResponse added in v1.1.0

func (c *ClientWithResponses) DeleteDashboardsIDOwnersIDWithResponse(ctx context.Context, dashboardID string, userID string, params *DeleteDashboardsIDOwnersIDParams) (*deleteDashboardsIDOwnersIDResponse, error)

DeleteDashboardsIDOwnersIDWithResponse request returning *DeleteDashboardsIDOwnersIDResponse

func (*ClientWithResponses) DeleteDashboardsIDWithResponse added in v1.1.0

func (c *ClientWithResponses) DeleteDashboardsIDWithResponse(ctx context.Context, dashboardID string, params *DeleteDashboardsIDParams) (*deleteDashboardsIDResponse, error)

DeleteDashboardsIDWithResponse request returning *DeleteDashboardsIDResponse

func (*ClientWithResponses) DeleteDocumentsTemplatesIDLabelsIDWithResponse added in v1.1.0

func (c *ClientWithResponses) DeleteDocumentsTemplatesIDLabelsIDWithResponse(ctx context.Context, templateID string, labelID string, params *DeleteDocumentsTemplatesIDLabelsIDParams) (*deleteDocumentsTemplatesIDLabelsIDResponse, error)

DeleteDocumentsTemplatesIDLabelsIDWithResponse request returning *DeleteDocumentsTemplatesIDLabelsIDResponse

func (*ClientWithResponses) DeleteDocumentsTemplatesIDWithResponse added in v1.1.0

func (c *ClientWithResponses) DeleteDocumentsTemplatesIDWithResponse(ctx context.Context, templateID string, params *DeleteDocumentsTemplatesIDParams) (*deleteDocumentsTemplatesIDResponse, error)

DeleteDocumentsTemplatesIDWithResponse request returning *DeleteDocumentsTemplatesIDResponse

func (*ClientWithResponses) DeleteLabelsIDWithResponse added in v1.1.0

func (c *ClientWithResponses) DeleteLabelsIDWithResponse(ctx context.Context, labelID string, params *DeleteLabelsIDParams) (*deleteLabelsIDResponse, error)

DeleteLabelsIDWithResponse request returning *DeleteLabelsIDResponse

func (*ClientWithResponses) DeleteNotificationEndpointsIDLabelsIDWithResponse added in v1.1.0

func (c *ClientWithResponses) DeleteNotificationEndpointsIDLabelsIDWithResponse(ctx context.Context, endpointID string, labelID string, params *DeleteNotificationEndpointsIDLabelsIDParams) (*deleteNotificationEndpointsIDLabelsIDResponse, error)

DeleteNotificationEndpointsIDLabelsIDWithResponse request returning *DeleteNotificationEndpointsIDLabelsIDResponse

func (*ClientWithResponses) DeleteNotificationEndpointsIDWithResponse added in v1.1.0

func (c *ClientWithResponses) DeleteNotificationEndpointsIDWithResponse(ctx context.Context, endpointID string, params *DeleteNotificationEndpointsIDParams) (*deleteNotificationEndpointsIDResponse, error)

DeleteNotificationEndpointsIDWithResponse request returning *DeleteNotificationEndpointsIDResponse

func (*ClientWithResponses) DeleteNotificationRulesIDLabelsIDWithResponse added in v1.1.0

func (c *ClientWithResponses) DeleteNotificationRulesIDLabelsIDWithResponse(ctx context.Context, ruleID string, labelID string, params *DeleteNotificationRulesIDLabelsIDParams) (*deleteNotificationRulesIDLabelsIDResponse, error)

DeleteNotificationRulesIDLabelsIDWithResponse request returning *DeleteNotificationRulesIDLabelsIDResponse

func (*ClientWithResponses) DeleteNotificationRulesIDWithResponse added in v1.1.0

func (c *ClientWithResponses) DeleteNotificationRulesIDWithResponse(ctx context.Context, ruleID string, params *DeleteNotificationRulesIDParams) (*deleteNotificationRulesIDResponse, error)

DeleteNotificationRulesIDWithResponse request returning *DeleteNotificationRulesIDResponse

func (*ClientWithResponses) DeleteOrgsIDCloudUserIDWithResponse added in v1.3.0

func (c *ClientWithResponses) DeleteOrgsIDCloudUserIDWithResponse(ctx context.Context, orgID string, userID string, params *DeleteOrgsIDCloudUserIDParams) (*deleteOrgsIDCloudUserIDResponse, error)

DeleteOrgsIDCloudUserIDWithResponse request returning *DeleteOrgsIDCloudUserIDResponse

func (*ClientWithResponses) DeleteOrgsIDInviteIDWithResponse added in v1.3.0

func (c *ClientWithResponses) DeleteOrgsIDInviteIDWithResponse(ctx context.Context, orgID string, inviteID string, params *DeleteOrgsIDInviteIDParams) (*deleteOrgsIDInviteIDResponse, error)

DeleteOrgsIDInviteIDWithResponse request returning *DeleteOrgsIDInviteIDResponse

func (*ClientWithResponses) DeleteOrgsIDLabelsIDWithResponse added in v1.1.0

func (c *ClientWithResponses) DeleteOrgsIDLabelsIDWithResponse(ctx context.Context, orgID string, labelID string, params *DeleteOrgsIDLabelsIDParams) (*deleteOrgsIDLabelsIDResponse, error)

DeleteOrgsIDLabelsIDWithResponse request returning *DeleteOrgsIDLabelsIDResponse

func (*ClientWithResponses) DeleteOrgsIDMembersIDWithResponse added in v1.1.0

func (c *ClientWithResponses) DeleteOrgsIDMembersIDWithResponse(ctx context.Context, orgID string, userID string, params *DeleteOrgsIDMembersIDParams) (*deleteOrgsIDMembersIDResponse, error)

DeleteOrgsIDMembersIDWithResponse request returning *DeleteOrgsIDMembersIDResponse

func (*ClientWithResponses) DeleteOrgsIDOwnersIDWithResponse added in v1.1.0

func (c *ClientWithResponses) DeleteOrgsIDOwnersIDWithResponse(ctx context.Context, orgID string, userID string, params *DeleteOrgsIDOwnersIDParams) (*deleteOrgsIDOwnersIDResponse, error)

DeleteOrgsIDOwnersIDWithResponse request returning *DeleteOrgsIDOwnersIDResponse

func (*ClientWithResponses) DeleteOrgsIDWithResponse added in v1.1.0

func (c *ClientWithResponses) DeleteOrgsIDWithResponse(ctx context.Context, orgID string, params *DeleteOrgsIDParams) (*deleteOrgsIDResponse, error)

DeleteOrgsIDWithResponse request returning *DeleteOrgsIDResponse

func (*ClientWithResponses) DeleteScrapersIDLabelsIDWithResponse added in v1.1.0

func (c *ClientWithResponses) DeleteScrapersIDLabelsIDWithResponse(ctx context.Context, scraperTargetID string, labelID string, params *DeleteScrapersIDLabelsIDParams) (*deleteScrapersIDLabelsIDResponse, error)

DeleteScrapersIDLabelsIDWithResponse request returning *DeleteScrapersIDLabelsIDResponse

func (*ClientWithResponses) DeleteScrapersIDMembersIDWithResponse added in v1.1.0

func (c *ClientWithResponses) DeleteScrapersIDMembersIDWithResponse(ctx context.Context, scraperTargetID string, userID string, params *DeleteScrapersIDMembersIDParams) (*deleteScrapersIDMembersIDResponse, error)

DeleteScrapersIDMembersIDWithResponse request returning *DeleteScrapersIDMembersIDResponse

func (*ClientWithResponses) DeleteScrapersIDOwnersIDWithResponse added in v1.1.0

func (c *ClientWithResponses) DeleteScrapersIDOwnersIDWithResponse(ctx context.Context, scraperTargetID string, userID string, params *DeleteScrapersIDOwnersIDParams) (*deleteScrapersIDOwnersIDResponse, error)

DeleteScrapersIDOwnersIDWithResponse request returning *DeleteScrapersIDOwnersIDResponse

func (*ClientWithResponses) DeleteScrapersIDWithResponse added in v1.1.0

func (c *ClientWithResponses) DeleteScrapersIDWithResponse(ctx context.Context, scraperTargetID string, params *DeleteScrapersIDParams) (*deleteScrapersIDResponse, error)

DeleteScrapersIDWithResponse request returning *DeleteScrapersIDResponse

func (*ClientWithResponses) DeleteSourcesIDWithResponse added in v1.1.0

func (c *ClientWithResponses) DeleteSourcesIDWithResponse(ctx context.Context, sourceID string, params *DeleteSourcesIDParams) (*deleteSourcesIDResponse, error)

DeleteSourcesIDWithResponse request returning *DeleteSourcesIDResponse

func (*ClientWithResponses) DeleteStackWithResponse added in v1.3.0

func (c *ClientWithResponses) DeleteStackWithResponse(ctx context.Context, stackId string, params *DeleteStackParams) (*deleteStackResponse, error)

DeleteStackWithResponse request returning *DeleteStackResponse

func (*ClientWithResponses) DeleteTasksIDLabelsIDWithResponse added in v1.1.0

func (c *ClientWithResponses) DeleteTasksIDLabelsIDWithResponse(ctx context.Context, taskID string, labelID string, params *DeleteTasksIDLabelsIDParams) (*deleteTasksIDLabelsIDResponse, error)

DeleteTasksIDLabelsIDWithResponse request returning *DeleteTasksIDLabelsIDResponse

func (*ClientWithResponses) DeleteTasksIDMembersIDWithResponse added in v1.1.0

func (c *ClientWithResponses) DeleteTasksIDMembersIDWithResponse(ctx context.Context, taskID string, userID string, params *DeleteTasksIDMembersIDParams) (*deleteTasksIDMembersIDResponse, error)

DeleteTasksIDMembersIDWithResponse request returning *DeleteTasksIDMembersIDResponse

func (*ClientWithResponses) DeleteTasksIDOwnersIDWithResponse added in v1.1.0

func (c *ClientWithResponses) DeleteTasksIDOwnersIDWithResponse(ctx context.Context, taskID string, userID string, params *DeleteTasksIDOwnersIDParams) (*deleteTasksIDOwnersIDResponse, error)

DeleteTasksIDOwnersIDWithResponse request returning *DeleteTasksIDOwnersIDResponse

func (*ClientWithResponses) DeleteTasksIDRunsIDWithResponse added in v1.1.0

func (c *ClientWithResponses) DeleteTasksIDRunsIDWithResponse(ctx context.Context, taskID string, runID string, params *DeleteTasksIDRunsIDParams) (*deleteTasksIDRunsIDResponse, error)

DeleteTasksIDRunsIDWithResponse request returning *DeleteTasksIDRunsIDResponse

func (*ClientWithResponses) DeleteTasksIDWithResponse added in v1.1.0

func (c *ClientWithResponses) DeleteTasksIDWithResponse(ctx context.Context, taskID string, params *DeleteTasksIDParams) (*deleteTasksIDResponse, error)

DeleteTasksIDWithResponse request returning *DeleteTasksIDResponse

func (*ClientWithResponses) DeleteTelegrafsIDLabelsIDWithResponse added in v1.1.0

func (c *ClientWithResponses) DeleteTelegrafsIDLabelsIDWithResponse(ctx context.Context, telegrafID string, labelID string, params *DeleteTelegrafsIDLabelsIDParams) (*deleteTelegrafsIDLabelsIDResponse, error)

DeleteTelegrafsIDLabelsIDWithResponse request returning *DeleteTelegrafsIDLabelsIDResponse

func (*ClientWithResponses) DeleteTelegrafsIDMembersIDWithResponse added in v1.1.0

func (c *ClientWithResponses) DeleteTelegrafsIDMembersIDWithResponse(ctx context.Context, telegrafID string, userID string, params *DeleteTelegrafsIDMembersIDParams) (*deleteTelegrafsIDMembersIDResponse, error)

DeleteTelegrafsIDMembersIDWithResponse request returning *DeleteTelegrafsIDMembersIDResponse

func (*ClientWithResponses) DeleteTelegrafsIDOwnersIDWithResponse added in v1.1.0

func (c *ClientWithResponses) DeleteTelegrafsIDOwnersIDWithResponse(ctx context.Context, telegrafID string, userID string, params *DeleteTelegrafsIDOwnersIDParams) (*deleteTelegrafsIDOwnersIDResponse, error)

DeleteTelegrafsIDOwnersIDWithResponse request returning *DeleteTelegrafsIDOwnersIDResponse

func (*ClientWithResponses) DeleteTelegrafsIDWithResponse added in v1.1.0

func (c *ClientWithResponses) DeleteTelegrafsIDWithResponse(ctx context.Context, telegrafID string, params *DeleteTelegrafsIDParams) (*deleteTelegrafsIDResponse, error)

DeleteTelegrafsIDWithResponse request returning *DeleteTelegrafsIDResponse

func (*ClientWithResponses) DeleteUsersIDWithResponse added in v1.1.0

func (c *ClientWithResponses) DeleteUsersIDWithResponse(ctx context.Context, userID string, params *DeleteUsersIDParams) (*deleteUsersIDResponse, error)

DeleteUsersIDWithResponse request returning *DeleteUsersIDResponse

func (*ClientWithResponses) DeleteVariablesIDLabelsIDWithResponse added in v1.1.0

func (c *ClientWithResponses) DeleteVariablesIDLabelsIDWithResponse(ctx context.Context, variableID string, labelID string, params *DeleteVariablesIDLabelsIDParams) (*deleteVariablesIDLabelsIDResponse, error)

DeleteVariablesIDLabelsIDWithResponse request returning *DeleteVariablesIDLabelsIDResponse

func (*ClientWithResponses) DeleteVariablesIDWithResponse added in v1.1.0

func (c *ClientWithResponses) DeleteVariablesIDWithResponse(ctx context.Context, variableID string, params *DeleteVariablesIDParams) (*deleteVariablesIDResponse, error)

DeleteVariablesIDWithResponse request returning *DeleteVariablesIDResponse

func (*ClientWithResponses) ExportStackWithResponse added in v1.3.0

func (c *ClientWithResponses) ExportStackWithResponse(ctx context.Context, stackId string, params *ExportStackParams) (*exportStackResponse, error)

ExportStackWithResponse request returning *ExportStackResponse

func (*ClientWithResponses) GetAuthorizationsIDWithResponse added in v1.1.0

func (c *ClientWithResponses) GetAuthorizationsIDWithResponse(ctx context.Context, authID string, params *GetAuthorizationsIDParams) (*getAuthorizationsIDResponse, error)

GetAuthorizationsIDWithResponse request returning *GetAuthorizationsIDResponse

func (*ClientWithResponses) GetAuthorizationsWithResponse added in v1.1.0

func (c *ClientWithResponses) GetAuthorizationsWithResponse(ctx context.Context, params *GetAuthorizationsParams) (*getAuthorizationsResponse, error)

GetAuthorizationsWithResponse request returning *GetAuthorizationsResponse

func (*ClientWithResponses) GetBucketsIDLabelsWithResponse added in v1.1.0

func (c *ClientWithResponses) GetBucketsIDLabelsWithResponse(ctx context.Context, bucketID string, params *GetBucketsIDLabelsParams) (*getBucketsIDLabelsResponse, error)

GetBucketsIDLabelsWithResponse request returning *GetBucketsIDLabelsResponse

func (*ClientWithResponses) GetBucketsIDMembersWithResponse added in v1.1.0

func (c *ClientWithResponses) GetBucketsIDMembersWithResponse(ctx context.Context, bucketID string, params *GetBucketsIDMembersParams) (*getBucketsIDMembersResponse, error)

GetBucketsIDMembersWithResponse request returning *GetBucketsIDMembersResponse

func (*ClientWithResponses) GetBucketsIDOwnersWithResponse added in v1.1.0

func (c *ClientWithResponses) GetBucketsIDOwnersWithResponse(ctx context.Context, bucketID string, params *GetBucketsIDOwnersParams) (*getBucketsIDOwnersResponse, error)

GetBucketsIDOwnersWithResponse request returning *GetBucketsIDOwnersResponse

func (*ClientWithResponses) GetBucketsIDWithResponse added in v1.1.0

func (c *ClientWithResponses) GetBucketsIDWithResponse(ctx context.Context, bucketID string, params *GetBucketsIDParams) (*getBucketsIDResponse, error)

GetBucketsIDWithResponse request returning *GetBucketsIDResponse

func (*ClientWithResponses) GetBucketsWithResponse added in v1.1.0

func (c *ClientWithResponses) GetBucketsWithResponse(ctx context.Context, params *GetBucketsParams) (*getBucketsResponse, error)

GetBucketsWithResponse request returning *GetBucketsResponse

func (*ClientWithResponses) GetChecksIDLabelsWithResponse added in v1.1.0

func (c *ClientWithResponses) GetChecksIDLabelsWithResponse(ctx context.Context, checkID string, params *GetChecksIDLabelsParams) (*getChecksIDLabelsResponse, error)

GetChecksIDLabelsWithResponse request returning *GetChecksIDLabelsResponse

func (*ClientWithResponses) GetChecksIDQueryWithResponse added in v1.1.0

func (c *ClientWithResponses) GetChecksIDQueryWithResponse(ctx context.Context, checkID string, params *GetChecksIDQueryParams) (*getChecksIDQueryResponse, error)

GetChecksIDQueryWithResponse request returning *GetChecksIDQueryResponse

func (*ClientWithResponses) GetChecksIDWithResponse added in v1.1.0

func (c *ClientWithResponses) GetChecksIDWithResponse(ctx context.Context, checkID string, params *GetChecksIDParams) (*getChecksIDResponse, error)

GetChecksIDWithResponse request returning *GetChecksIDResponse

func (*ClientWithResponses) GetChecksWithResponse added in v1.1.0

func (c *ClientWithResponses) GetChecksWithResponse(ctx context.Context, params *GetChecksParams) (*getChecksResponse, error)

GetChecksWithResponse request returning *GetChecksResponse

func (*ClientWithResponses) GetCloudUsersWithResponse added in v1.3.0

func (c *ClientWithResponses) GetCloudUsersWithResponse(ctx context.Context, orgID string, params *GetCloudUsersParams) (*getCloudUsersResponse, error)

GetCloudUsersWithResponse request returning *GetCloudUsersResponse

func (*ClientWithResponses) GetDBRPsIDWithResponse added in v1.3.0

func (c *ClientWithResponses) GetDBRPsIDWithResponse(ctx context.Context, dbrpID string, params *GetDBRPsIDParams) (*getDBRPsIDResponse, error)

GetDBRPsIDWithResponse request returning *GetDBRPsIDResponse

func (*ClientWithResponses) GetDBRPsWithResponse added in v1.3.0

func (c *ClientWithResponses) GetDBRPsWithResponse(ctx context.Context, params *GetDBRPsParams) (*getDBRPsResponse, error)

GetDBRPsWithResponse request returning *GetDBRPsResponse

func (*ClientWithResponses) GetDashboardsIDCellsIDViewWithResponse added in v1.1.0

func (c *ClientWithResponses) GetDashboardsIDCellsIDViewWithResponse(ctx context.Context, dashboardID string, cellID string, params *GetDashboardsIDCellsIDViewParams) (*getDashboardsIDCellsIDViewResponse, error)

GetDashboardsIDCellsIDViewWithResponse request returning *GetDashboardsIDCellsIDViewResponse

func (*ClientWithResponses) GetDashboardsIDLabelsWithResponse added in v1.1.0

func (c *ClientWithResponses) GetDashboardsIDLabelsWithResponse(ctx context.Context, dashboardID string, params *GetDashboardsIDLabelsParams) (*getDashboardsIDLabelsResponse, error)

GetDashboardsIDLabelsWithResponse request returning *GetDashboardsIDLabelsResponse

func (*ClientWithResponses) GetDashboardsIDMembersWithResponse added in v1.1.0

func (c *ClientWithResponses) GetDashboardsIDMembersWithResponse(ctx context.Context, dashboardID string, params *GetDashboardsIDMembersParams) (*getDashboardsIDMembersResponse, error)

GetDashboardsIDMembersWithResponse request returning *GetDashboardsIDMembersResponse

func (*ClientWithResponses) GetDashboardsIDOwnersWithResponse added in v1.1.0

func (c *ClientWithResponses) GetDashboardsIDOwnersWithResponse(ctx context.Context, dashboardID string, params *GetDashboardsIDOwnersParams) (*getDashboardsIDOwnersResponse, error)

GetDashboardsIDOwnersWithResponse request returning *GetDashboardsIDOwnersResponse

func (*ClientWithResponses) GetDashboardsIDWithResponse added in v1.1.0

func (c *ClientWithResponses) GetDashboardsIDWithResponse(ctx context.Context, dashboardID string, params *GetDashboardsIDParams) (*getDashboardsIDResponse, error)

GetDashboardsIDWithResponse request returning *GetDashboardsIDResponse

func (*ClientWithResponses) GetDashboardsWithResponse added in v1.1.0

func (c *ClientWithResponses) GetDashboardsWithResponse(ctx context.Context, params *GetDashboardsParams) (*getDashboardsResponse, error)

GetDashboardsWithResponse request returning *GetDashboardsResponse

func (*ClientWithResponses) GetDocumentsTemplatesIDLabelsWithResponse added in v1.1.0

func (c *ClientWithResponses) GetDocumentsTemplatesIDLabelsWithResponse(ctx context.Context, templateID string, params *GetDocumentsTemplatesIDLabelsParams) (*getDocumentsTemplatesIDLabelsResponse, error)

GetDocumentsTemplatesIDLabelsWithResponse request returning *GetDocumentsTemplatesIDLabelsResponse

func (*ClientWithResponses) GetDocumentsTemplatesIDWithResponse added in v1.1.0

func (c *ClientWithResponses) GetDocumentsTemplatesIDWithResponse(ctx context.Context, templateID string, params *GetDocumentsTemplatesIDParams) (*getDocumentsTemplatesIDResponse, error)

GetDocumentsTemplatesIDWithResponse request returning *GetDocumentsTemplatesIDResponse

func (*ClientWithResponses) GetDocumentsTemplatesWithResponse added in v1.1.0

func (c *ClientWithResponses) GetDocumentsTemplatesWithResponse(ctx context.Context, params *GetDocumentsTemplatesParams) (*getDocumentsTemplatesResponse, error)

GetDocumentsTemplatesWithResponse request returning *GetDocumentsTemplatesResponse

func (*ClientWithResponses) GetFlagsWithResponse added in v1.3.0

func (c *ClientWithResponses) GetFlagsWithResponse(ctx context.Context, params *GetFlagsParams) (*getFlagsResponse, error)

GetFlagsWithResponse request returning *GetFlagsResponse

func (*ClientWithResponses) GetHealthWithResponse added in v1.1.0

func (c *ClientWithResponses) GetHealthWithResponse(ctx context.Context, params *GetHealthParams) (*getHealthResponse, error)

GetHealthWithResponse request returning *GetHealthResponse

func (*ClientWithResponses) GetLabelsIDWithResponse added in v1.1.0

func (c *ClientWithResponses) GetLabelsIDWithResponse(ctx context.Context, labelID string, params *GetLabelsIDParams) (*getLabelsIDResponse, error)

GetLabelsIDWithResponse request returning *GetLabelsIDResponse

func (*ClientWithResponses) GetLabelsWithResponse added in v1.1.0

func (c *ClientWithResponses) GetLabelsWithResponse(ctx context.Context, params *GetLabelsParams) (*getLabelsResponse, error)

GetLabelsWithResponse request returning *GetLabelsResponse

func (*ClientWithResponses) GetMeWithResponse added in v1.1.0

func (c *ClientWithResponses) GetMeWithResponse(ctx context.Context, params *GetMeParams) (*getMeResponse, error)

GetMeWithResponse request returning *GetMeResponse

func (*ClientWithResponses) GetNotificationEndpointsIDLabelsWithResponse added in v1.1.0

func (c *ClientWithResponses) GetNotificationEndpointsIDLabelsWithResponse(ctx context.Context, endpointID string, params *GetNotificationEndpointsIDLabelsParams) (*getNotificationEndpointsIDLabelsResponse, error)

GetNotificationEndpointsIDLabelsWithResponse request returning *GetNotificationEndpointsIDLabelsResponse

func (*ClientWithResponses) GetNotificationEndpointsIDWithResponse added in v1.1.0

func (c *ClientWithResponses) GetNotificationEndpointsIDWithResponse(ctx context.Context, endpointID string, params *GetNotificationEndpointsIDParams) (*getNotificationEndpointsIDResponse, error)

GetNotificationEndpointsIDWithResponse request returning *GetNotificationEndpointsIDResponse

func (*ClientWithResponses) GetNotificationEndpointsWithResponse added in v1.1.0

func (c *ClientWithResponses) GetNotificationEndpointsWithResponse(ctx context.Context, params *GetNotificationEndpointsParams) (*getNotificationEndpointsResponse, error)

GetNotificationEndpointsWithResponse request returning *GetNotificationEndpointsResponse

func (*ClientWithResponses) GetNotificationRulesIDLabelsWithResponse added in v1.1.0

func (c *ClientWithResponses) GetNotificationRulesIDLabelsWithResponse(ctx context.Context, ruleID string, params *GetNotificationRulesIDLabelsParams) (*getNotificationRulesIDLabelsResponse, error)

GetNotificationRulesIDLabelsWithResponse request returning *GetNotificationRulesIDLabelsResponse

func (*ClientWithResponses) GetNotificationRulesIDQueryWithResponse added in v1.1.0

func (c *ClientWithResponses) GetNotificationRulesIDQueryWithResponse(ctx context.Context, ruleID string, params *GetNotificationRulesIDQueryParams) (*getNotificationRulesIDQueryResponse, error)

GetNotificationRulesIDQueryWithResponse request returning *GetNotificationRulesIDQueryResponse

func (*ClientWithResponses) GetNotificationRulesIDWithResponse added in v1.1.0

func (c *ClientWithResponses) GetNotificationRulesIDWithResponse(ctx context.Context, ruleID string, params *GetNotificationRulesIDParams) (*getNotificationRulesIDResponse, error)

GetNotificationRulesIDWithResponse request returning *GetNotificationRulesIDResponse

func (*ClientWithResponses) GetNotificationRulesWithResponse added in v1.1.0

func (c *ClientWithResponses) GetNotificationRulesWithResponse(ctx context.Context, params *GetNotificationRulesParams) (*getNotificationRulesResponse, error)

GetNotificationRulesWithResponse request returning *GetNotificationRulesResponse

func (*ClientWithResponses) GetOrgsIDLabelsWithResponse added in v1.1.0

func (c *ClientWithResponses) GetOrgsIDLabelsWithResponse(ctx context.Context, orgID string, params *GetOrgsIDLabelsParams) (*getOrgsIDLabelsResponse, error)

GetOrgsIDLabelsWithResponse request returning *GetOrgsIDLabelsResponse

func (*ClientWithResponses) GetOrgsIDMembersWithResponse added in v1.1.0

func (c *ClientWithResponses) GetOrgsIDMembersWithResponse(ctx context.Context, orgID string, params *GetOrgsIDMembersParams) (*getOrgsIDMembersResponse, error)

GetOrgsIDMembersWithResponse request returning *GetOrgsIDMembersResponse

func (*ClientWithResponses) GetOrgsIDOwnersWithResponse added in v1.1.0

func (c *ClientWithResponses) GetOrgsIDOwnersWithResponse(ctx context.Context, orgID string, params *GetOrgsIDOwnersParams) (*getOrgsIDOwnersResponse, error)

GetOrgsIDOwnersWithResponse request returning *GetOrgsIDOwnersResponse

func (*ClientWithResponses) GetOrgsIDSecretsWithResponse added in v1.1.0

func (c *ClientWithResponses) GetOrgsIDSecretsWithResponse(ctx context.Context, orgID string, params *GetOrgsIDSecretsParams) (*getOrgsIDSecretsResponse, error)

GetOrgsIDSecretsWithResponse request returning *GetOrgsIDSecretsResponse

func (*ClientWithResponses) GetOrgsIDWithResponse added in v1.1.0

func (c *ClientWithResponses) GetOrgsIDWithResponse(ctx context.Context, orgID string, params *GetOrgsIDParams) (*getOrgsIDResponse, error)

GetOrgsIDWithResponse request returning *GetOrgsIDResponse

func (*ClientWithResponses) GetOrgsWithResponse added in v1.1.0

func (c *ClientWithResponses) GetOrgsWithResponse(ctx context.Context, params *GetOrgsParams) (*getOrgsResponse, error)

GetOrgsWithResponse request returning *GetOrgsResponse

func (*ClientWithResponses) GetQuerySuggestionsNameWithResponse added in v1.1.0

func (c *ClientWithResponses) GetQuerySuggestionsNameWithResponse(ctx context.Context, name string, params *GetQuerySuggestionsNameParams) (*getQuerySuggestionsNameResponse, error)

GetQuerySuggestionsNameWithResponse request returning *GetQuerySuggestionsNameResponse

func (*ClientWithResponses) GetQuerySuggestionsWithResponse added in v1.1.0

func (c *ClientWithResponses) GetQuerySuggestionsWithResponse(ctx context.Context, params *GetQuerySuggestionsParams) (*getQuerySuggestionsResponse, error)

GetQuerySuggestionsWithResponse request returning *GetQuerySuggestionsResponse

func (*ClientWithResponses) GetReadyWithResponse added in v1.1.0

func (c *ClientWithResponses) GetReadyWithResponse(ctx context.Context, params *GetReadyParams) (*getReadyResponse, error)

GetReadyWithResponse request returning *GetReadyResponse

func (*ClientWithResponses) GetRoutesWithResponse added in v1.1.0

func (c *ClientWithResponses) GetRoutesWithResponse(ctx context.Context, params *GetRoutesParams) (*getRoutesResponse, error)

GetRoutesWithResponse request returning *GetRoutesResponse

func (*ClientWithResponses) GetScrapersIDLabelsWithResponse added in v1.1.0

func (c *ClientWithResponses) GetScrapersIDLabelsWithResponse(ctx context.Context, scraperTargetID string, params *GetScrapersIDLabelsParams) (*getScrapersIDLabelsResponse, error)

GetScrapersIDLabelsWithResponse request returning *GetScrapersIDLabelsResponse

func (*ClientWithResponses) GetScrapersIDMembersWithResponse added in v1.1.0

func (c *ClientWithResponses) GetScrapersIDMembersWithResponse(ctx context.Context, scraperTargetID string, params *GetScrapersIDMembersParams) (*getScrapersIDMembersResponse, error)

GetScrapersIDMembersWithResponse request returning *GetScrapersIDMembersResponse

func (*ClientWithResponses) GetScrapersIDOwnersWithResponse added in v1.1.0

func (c *ClientWithResponses) GetScrapersIDOwnersWithResponse(ctx context.Context, scraperTargetID string, params *GetScrapersIDOwnersParams) (*getScrapersIDOwnersResponse, error)

GetScrapersIDOwnersWithResponse request returning *GetScrapersIDOwnersResponse

func (*ClientWithResponses) GetScrapersIDWithResponse added in v1.1.0

func (c *ClientWithResponses) GetScrapersIDWithResponse(ctx context.Context, scraperTargetID string, params *GetScrapersIDParams) (*getScrapersIDResponse, error)

GetScrapersIDWithResponse request returning *GetScrapersIDResponse

func (*ClientWithResponses) GetScrapersWithResponse added in v1.1.0

func (c *ClientWithResponses) GetScrapersWithResponse(ctx context.Context, params *GetScrapersParams) (*getScrapersResponse, error)

GetScrapersWithResponse request returning *GetScrapersResponse

func (*ClientWithResponses) GetSetupWithResponse added in v1.1.0

func (c *ClientWithResponses) GetSetupWithResponse(ctx context.Context, params *GetSetupParams) (*getSetupResponse, error)

GetSetupWithResponse request returning *GetSetupResponse

func (*ClientWithResponses) GetSourcesIDBucketsWithResponse added in v1.1.0

func (c *ClientWithResponses) GetSourcesIDBucketsWithResponse(ctx context.Context, sourceID string, params *GetSourcesIDBucketsParams) (*getSourcesIDBucketsResponse, error)

GetSourcesIDBucketsWithResponse request returning *GetSourcesIDBucketsResponse

func (*ClientWithResponses) GetSourcesIDHealthWithResponse added in v1.1.0

func (c *ClientWithResponses) GetSourcesIDHealthWithResponse(ctx context.Context, sourceID string, params *GetSourcesIDHealthParams) (*getSourcesIDHealthResponse, error)

GetSourcesIDHealthWithResponse request returning *GetSourcesIDHealthResponse

func (*ClientWithResponses) GetSourcesIDWithResponse added in v1.1.0

func (c *ClientWithResponses) GetSourcesIDWithResponse(ctx context.Context, sourceID string, params *GetSourcesIDParams) (*getSourcesIDResponse, error)

GetSourcesIDWithResponse request returning *GetSourcesIDResponse

func (*ClientWithResponses) GetSourcesWithResponse added in v1.1.0

func (c *ClientWithResponses) GetSourcesWithResponse(ctx context.Context, params *GetSourcesParams) (*getSourcesResponse, error)

GetSourcesWithResponse request returning *GetSourcesResponse

func (*ClientWithResponses) GetTasksIDLabelsWithResponse added in v1.1.0

func (c *ClientWithResponses) GetTasksIDLabelsWithResponse(ctx context.Context, taskID string, params *GetTasksIDLabelsParams) (*getTasksIDLabelsResponse, error)

GetTasksIDLabelsWithResponse request returning *GetTasksIDLabelsResponse

func (*ClientWithResponses) GetTasksIDLogsWithResponse added in v1.1.0

func (c *ClientWithResponses) GetTasksIDLogsWithResponse(ctx context.Context, taskID string, params *GetTasksIDLogsParams) (*getTasksIDLogsResponse, error)

GetTasksIDLogsWithResponse request returning *GetTasksIDLogsResponse

func (*ClientWithResponses) GetTasksIDMembersWithResponse added in v1.1.0

func (c *ClientWithResponses) GetTasksIDMembersWithResponse(ctx context.Context, taskID string, params *GetTasksIDMembersParams) (*getTasksIDMembersResponse, error)

GetTasksIDMembersWithResponse request returning *GetTasksIDMembersResponse

func (*ClientWithResponses) GetTasksIDOwnersWithResponse added in v1.1.0

func (c *ClientWithResponses) GetTasksIDOwnersWithResponse(ctx context.Context, taskID string, params *GetTasksIDOwnersParams) (*getTasksIDOwnersResponse, error)

GetTasksIDOwnersWithResponse request returning *GetTasksIDOwnersResponse

func (*ClientWithResponses) GetTasksIDRunsIDLogsWithResponse added in v1.1.0

func (c *ClientWithResponses) GetTasksIDRunsIDLogsWithResponse(ctx context.Context, taskID string, runID string, params *GetTasksIDRunsIDLogsParams) (*getTasksIDRunsIDLogsResponse, error)

GetTasksIDRunsIDLogsWithResponse request returning *GetTasksIDRunsIDLogsResponse

func (*ClientWithResponses) GetTasksIDRunsIDWithResponse added in v1.1.0

func (c *ClientWithResponses) GetTasksIDRunsIDWithResponse(ctx context.Context, taskID string, runID string, params *GetTasksIDRunsIDParams) (*getTasksIDRunsIDResponse, error)

GetTasksIDRunsIDWithResponse request returning *GetTasksIDRunsIDResponse

func (*ClientWithResponses) GetTasksIDRunsWithResponse added in v1.1.0

func (c *ClientWithResponses) GetTasksIDRunsWithResponse(ctx context.Context, taskID string, params *GetTasksIDRunsParams) (*getTasksIDRunsResponse, error)

GetTasksIDRunsWithResponse request returning *GetTasksIDRunsResponse

func (*ClientWithResponses) GetTasksIDWithResponse added in v1.1.0

func (c *ClientWithResponses) GetTasksIDWithResponse(ctx context.Context, taskID string, params *GetTasksIDParams) (*getTasksIDResponse, error)

GetTasksIDWithResponse request returning *GetTasksIDResponse

func (*ClientWithResponses) GetTasksWithResponse added in v1.1.0

func (c *ClientWithResponses) GetTasksWithResponse(ctx context.Context, params *GetTasksParams) (*getTasksResponse, error)

GetTasksWithResponse request returning *GetTasksResponse

func (*ClientWithResponses) GetTelegrafPluginsWithResponse added in v1.1.0

func (c *ClientWithResponses) GetTelegrafPluginsWithResponse(ctx context.Context, params *GetTelegrafPluginsParams) (*getTelegrafPluginsResponse, error)

GetTelegrafPluginsWithResponse request returning *GetTelegrafPluginsResponse

func (*ClientWithResponses) GetTelegrafsIDLabelsWithResponse added in v1.1.0

func (c *ClientWithResponses) GetTelegrafsIDLabelsWithResponse(ctx context.Context, telegrafID string, params *GetTelegrafsIDLabelsParams) (*getTelegrafsIDLabelsResponse, error)

GetTelegrafsIDLabelsWithResponse request returning *GetTelegrafsIDLabelsResponse

func (*ClientWithResponses) GetTelegrafsIDMembersWithResponse added in v1.1.0

func (c *ClientWithResponses) GetTelegrafsIDMembersWithResponse(ctx context.Context, telegrafID string, params *GetTelegrafsIDMembersParams) (*getTelegrafsIDMembersResponse, error)

GetTelegrafsIDMembersWithResponse request returning *GetTelegrafsIDMembersResponse

func (*ClientWithResponses) GetTelegrafsIDOwnersWithResponse added in v1.1.0

func (c *ClientWithResponses) GetTelegrafsIDOwnersWithResponse(ctx context.Context, telegrafID string, params *GetTelegrafsIDOwnersParams) (*getTelegrafsIDOwnersResponse, error)

GetTelegrafsIDOwnersWithResponse request returning *GetTelegrafsIDOwnersResponse

func (*ClientWithResponses) GetTelegrafsIDWithResponse added in v1.1.0

func (c *ClientWithResponses) GetTelegrafsIDWithResponse(ctx context.Context, telegrafID string, params *GetTelegrafsIDParams) (*getTelegrafsIDResponse, error)

GetTelegrafsIDWithResponse request returning *GetTelegrafsIDResponse

func (*ClientWithResponses) GetTelegrafsWithResponse added in v1.1.0

func (c *ClientWithResponses) GetTelegrafsWithResponse(ctx context.Context, params *GetTelegrafsParams) (*getTelegrafsResponse, error)

GetTelegrafsWithResponse request returning *GetTelegrafsResponse

func (*ClientWithResponses) GetUsersIDWithResponse added in v1.1.0

func (c *ClientWithResponses) GetUsersIDWithResponse(ctx context.Context, userID string, params *GetUsersIDParams) (*getUsersIDResponse, error)

GetUsersIDWithResponse request returning *GetUsersIDResponse

func (*ClientWithResponses) GetUsersWithResponse added in v1.1.0

func (c *ClientWithResponses) GetUsersWithResponse(ctx context.Context, params *GetUsersParams) (*getUsersResponse, error)

GetUsersWithResponse request returning *GetUsersResponse

func (*ClientWithResponses) GetVariablesIDLabelsWithResponse added in v1.1.0

func (c *ClientWithResponses) GetVariablesIDLabelsWithResponse(ctx context.Context, variableID string, params *GetVariablesIDLabelsParams) (*getVariablesIDLabelsResponse, error)

GetVariablesIDLabelsWithResponse request returning *GetVariablesIDLabelsResponse

func (*ClientWithResponses) GetVariablesIDWithResponse added in v1.1.0

func (c *ClientWithResponses) GetVariablesIDWithResponse(ctx context.Context, variableID string, params *GetVariablesIDParams) (*getVariablesIDResponse, error)

GetVariablesIDWithResponse request returning *GetVariablesIDResponse

func (*ClientWithResponses) GetVariablesWithResponse added in v1.1.0

func (c *ClientWithResponses) GetVariablesWithResponse(ctx context.Context, params *GetVariablesParams) (*getVariablesResponse, error)

GetVariablesWithResponse request returning *GetVariablesResponse

func (*ClientWithResponses) ListStacksWithResponse added in v1.3.0

func (c *ClientWithResponses) ListStacksWithResponse(ctx context.Context, params *ListStacksParams) (*listStacksResponse, error)

ListStacksWithResponse request returning *ListStacksResponse

func (*ClientWithResponses) PatchAuthorizationsIDWithBodyWithResponse added in v1.1.0

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 added in v1.1.0

func (c *ClientWithResponses) PatchAuthorizationsIDWithResponse(ctx context.Context, authID string, params *PatchAuthorizationsIDParams, body PatchAuthorizationsIDJSONRequestBody) (*patchAuthorizationsIDResponse, error)

func (*ClientWithResponses) PatchBucketsIDWithBodyWithResponse added in v1.1.0

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 added in v1.1.0

func (c *ClientWithResponses) PatchBucketsIDWithResponse(ctx context.Context, bucketID string, params *PatchBucketsIDParams, body PatchBucketsIDJSONRequestBody) (*patchBucketsIDResponse, error)

func (*ClientWithResponses) PatchChecksIDWithBodyWithResponse added in v1.1.0

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 added in v1.1.0

func (c *ClientWithResponses) PatchChecksIDWithResponse(ctx context.Context, checkID string, params *PatchChecksIDParams, body PatchChecksIDJSONRequestBody) (*patchChecksIDResponse, error)

func (*ClientWithResponses) PatchDBRPIDWithBodyWithResponse added in v1.3.0

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 added in v1.3.0

func (c *ClientWithResponses) PatchDBRPIDWithResponse(ctx context.Context, dbrpID string, params *PatchDBRPIDParams, body PatchDBRPIDJSONRequestBody) (*patchDBRPIDResponse, error)

func (*ClientWithResponses) PatchDashboardsIDCellsIDViewWithBodyWithResponse added in v1.1.0

func (c *ClientWithResponses) PatchDashboardsIDCellsIDViewWithBodyWithResponse(ctx context.Context, dashboardID string, cellID string, params *PatchDashboardsIDCellsIDViewParams, contentType string, body io.Reader) (*patchDashboardsIDCellsIDViewResponse, error)

PatchDashboardsIDCellsIDViewWithBodyWithResponse request with arbitrary body returning *PatchDashboardsIDCellsIDViewResponse

func (*ClientWithResponses) PatchDashboardsIDCellsIDViewWithResponse added in v1.1.0

func (c *ClientWithResponses) PatchDashboardsIDCellsIDViewWithResponse(ctx context.Context, dashboardID string, cellID string, params *PatchDashboardsIDCellsIDViewParams, body PatchDashboardsIDCellsIDViewJSONRequestBody) (*patchDashboardsIDCellsIDViewResponse, error)

func (*ClientWithResponses) PatchDashboardsIDCellsIDWithBodyWithResponse added in v1.1.0

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 added in v1.1.0

func (c *ClientWithResponses) PatchDashboardsIDCellsIDWithResponse(ctx context.Context, dashboardID string, cellID string, params *PatchDashboardsIDCellsIDParams, body PatchDashboardsIDCellsIDJSONRequestBody) (*patchDashboardsIDCellsIDResponse, error)

func (*ClientWithResponses) PatchDashboardsIDWithBodyWithResponse added in v1.1.0

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 added in v1.1.0

func (c *ClientWithResponses) PatchDashboardsIDWithResponse(ctx context.Context, dashboardID string, params *PatchDashboardsIDParams, body PatchDashboardsIDJSONRequestBody) (*patchDashboardsIDResponse, error)

func (*ClientWithResponses) PatchLabelsIDWithBodyWithResponse added in v1.1.0

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 added in v1.1.0

func (c *ClientWithResponses) PatchLabelsIDWithResponse(ctx context.Context, labelID string, params *PatchLabelsIDParams, body PatchLabelsIDJSONRequestBody) (*patchLabelsIDResponse, error)

func (*ClientWithResponses) PatchNotificationEndpointsIDWithBodyWithResponse added in v1.1.0

func (c *ClientWithResponses) PatchNotificationEndpointsIDWithBodyWithResponse(ctx context.Context, endpointID string, params *PatchNotificationEndpointsIDParams, contentType string, body io.Reader) (*patchNotificationEndpointsIDResponse, error)

PatchNotificationEndpointsIDWithBodyWithResponse request with arbitrary body returning *PatchNotificationEndpointsIDResponse

func (*ClientWithResponses) PatchNotificationEndpointsIDWithResponse added in v1.1.0

func (c *ClientWithResponses) PatchNotificationEndpointsIDWithResponse(ctx context.Context, endpointID string, params *PatchNotificationEndpointsIDParams, body PatchNotificationEndpointsIDJSONRequestBody) (*patchNotificationEndpointsIDResponse, error)

func (*ClientWithResponses) PatchNotificationRulesIDWithBodyWithResponse added in v1.1.0

func (c *ClientWithResponses) PatchNotificationRulesIDWithBodyWithResponse(ctx context.Context, ruleID string, params *PatchNotificationRulesIDParams, contentType string, body io.Reader) (*patchNotificationRulesIDResponse, error)

PatchNotificationRulesIDWithBodyWithResponse request with arbitrary body returning *PatchNotificationRulesIDResponse

func (*ClientWithResponses) PatchNotificationRulesIDWithResponse added in v1.1.0

func (c *ClientWithResponses) PatchNotificationRulesIDWithResponse(ctx context.Context, ruleID string, params *PatchNotificationRulesIDParams, body PatchNotificationRulesIDJSONRequestBody) (*patchNotificationRulesIDResponse, error)

func (*ClientWithResponses) PatchOrgsIDSecretsWithBodyWithResponse added in v1.1.0

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 added in v1.1.0

func (c *ClientWithResponses) PatchOrgsIDSecretsWithResponse(ctx context.Context, orgID string, params *PatchOrgsIDSecretsParams, body PatchOrgsIDSecretsJSONRequestBody) (*patchOrgsIDSecretsResponse, error)

func (*ClientWithResponses) PatchOrgsIDWithBodyWithResponse added in v1.1.0

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 added in v1.1.0

func (c *ClientWithResponses) PatchOrgsIDWithResponse(ctx context.Context, orgID string, params *PatchOrgsIDParams, body PatchOrgsIDJSONRequestBody) (*patchOrgsIDResponse, error)

func (*ClientWithResponses) PatchScrapersIDLabelsIDWithBodyWithResponse added in v1.1.0

func (c *ClientWithResponses) PatchScrapersIDLabelsIDWithBodyWithResponse(ctx context.Context, scraperTargetID string, labelID string, params *PatchScrapersIDLabelsIDParams, contentType string, body io.Reader) (*patchScrapersIDLabelsIDResponse, error)

PatchScrapersIDLabelsIDWithBodyWithResponse request with arbitrary body returning *PatchScrapersIDLabelsIDResponse

func (*ClientWithResponses) PatchScrapersIDLabelsIDWithResponse added in v1.1.0

func (c *ClientWithResponses) PatchScrapersIDLabelsIDWithResponse(ctx context.Context, scraperTargetID string, labelID string, params *PatchScrapersIDLabelsIDParams, body PatchScrapersIDLabelsIDJSONRequestBody) (*patchScrapersIDLabelsIDResponse, error)

func (*ClientWithResponses) PatchScrapersIDWithBodyWithResponse added in v1.1.0

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 added in v1.1.0

func (c *ClientWithResponses) PatchScrapersIDWithResponse(ctx context.Context, scraperTargetID string, params *PatchScrapersIDParams, body PatchScrapersIDJSONRequestBody) (*patchScrapersIDResponse, error)

func (*ClientWithResponses) PatchSourcesIDWithBodyWithResponse added in v1.1.0

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 added in v1.1.0

func (c *ClientWithResponses) PatchSourcesIDWithResponse(ctx context.Context, sourceID string, params *PatchSourcesIDParams, body PatchSourcesIDJSONRequestBody) (*patchSourcesIDResponse, error)

func (*ClientWithResponses) PatchTasksIDWithBodyWithResponse added in v1.1.0

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 added in v1.1.0

func (c *ClientWithResponses) PatchTasksIDWithResponse(ctx context.Context, taskID string, params *PatchTasksIDParams, body PatchTasksIDJSONRequestBody) (*patchTasksIDResponse, error)

func (*ClientWithResponses) PatchUsersIDWithBodyWithResponse added in v1.1.0

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 added in v1.1.0

func (c *ClientWithResponses) PatchUsersIDWithResponse(ctx context.Context, userID string, params *PatchUsersIDParams, body PatchUsersIDJSONRequestBody) (*patchUsersIDResponse, error)

func (*ClientWithResponses) PatchVariablesIDWithBodyWithResponse added in v1.1.0

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 added in v1.1.0

func (c *ClientWithResponses) PatchVariablesIDWithResponse(ctx context.Context, variableID string, params *PatchVariablesIDParams, body PatchVariablesIDJSONRequestBody) (*patchVariablesIDResponse, error)

func (*ClientWithResponses) PostAuthorizationsWithBodyWithResponse added in v1.1.0

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 added in v1.1.0

func (c *ClientWithResponses) PostAuthorizationsWithResponse(ctx context.Context, params *PostAuthorizationsParams, body PostAuthorizationsJSONRequestBody) (*postAuthorizationsResponse, error)

func (*ClientWithResponses) PostBucketsIDLabelsWithBodyWithResponse added in v1.1.0

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 added in v1.1.0

func (c *ClientWithResponses) PostBucketsIDLabelsWithResponse(ctx context.Context, bucketID string, params *PostBucketsIDLabelsParams, body PostBucketsIDLabelsJSONRequestBody) (*postBucketsIDLabelsResponse, error)

func (*ClientWithResponses) PostBucketsIDMembersWithBodyWithResponse added in v1.1.0

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 added in v1.1.0

func (c *ClientWithResponses) PostBucketsIDMembersWithResponse(ctx context.Context, bucketID string, params *PostBucketsIDMembersParams, body PostBucketsIDMembersJSONRequestBody) (*postBucketsIDMembersResponse, error)

func (*ClientWithResponses) PostBucketsIDOwnersWithBodyWithResponse added in v1.1.0

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 added in v1.1.0

func (c *ClientWithResponses) PostBucketsIDOwnersWithResponse(ctx context.Context, bucketID string, params *PostBucketsIDOwnersParams, body PostBucketsIDOwnersJSONRequestBody) (*postBucketsIDOwnersResponse, error)

func (*ClientWithResponses) PostBucketsWithBodyWithResponse added in v1.1.0

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 added in v1.1.0

func (c *ClientWithResponses) PostBucketsWithResponse(ctx context.Context, params *PostBucketsParams, body PostBucketsJSONRequestBody) (*postBucketsResponse, error)

func (*ClientWithResponses) PostChecksIDLabelsWithBodyWithResponse added in v1.1.0

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 added in v1.1.0

func (c *ClientWithResponses) PostChecksIDLabelsWithResponse(ctx context.Context, checkID string, params *PostChecksIDLabelsParams, body PostChecksIDLabelsJSONRequestBody) (*postChecksIDLabelsResponse, error)

func (*ClientWithResponses) PostDBRPWithBodyWithResponse added in v1.3.0

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 added in v1.3.0

func (c *ClientWithResponses) PostDBRPWithResponse(ctx context.Context, params *PostDBRPParams, body PostDBRPJSONRequestBody) (*postDBRPResponse, error)

func (*ClientWithResponses) PostDashboardsIDCellsWithBodyWithResponse added in v1.1.0

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 added in v1.1.0

func (c *ClientWithResponses) PostDashboardsIDCellsWithResponse(ctx context.Context, dashboardID string, params *PostDashboardsIDCellsParams, body PostDashboardsIDCellsJSONRequestBody) (*postDashboardsIDCellsResponse, error)

func (*ClientWithResponses) PostDashboardsIDLabelsWithBodyWithResponse added in v1.1.0

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 added in v1.1.0

func (c *ClientWithResponses) PostDashboardsIDLabelsWithResponse(ctx context.Context, dashboardID string, params *PostDashboardsIDLabelsParams, body PostDashboardsIDLabelsJSONRequestBody) (*postDashboardsIDLabelsResponse, error)

func (*ClientWithResponses) PostDashboardsIDMembersWithBodyWithResponse added in v1.1.0

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 added in v1.1.0

func (c *ClientWithResponses) PostDashboardsIDMembersWithResponse(ctx context.Context, dashboardID string, params *PostDashboardsIDMembersParams, body PostDashboardsIDMembersJSONRequestBody) (*postDashboardsIDMembersResponse, error)

func (*ClientWithResponses) PostDashboardsIDOwnersWithBodyWithResponse added in v1.1.0

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 added in v1.1.0

func (c *ClientWithResponses) PostDashboardsIDOwnersWithResponse(ctx context.Context, dashboardID string, params *PostDashboardsIDOwnersParams, body PostDashboardsIDOwnersJSONRequestBody) (*postDashboardsIDOwnersResponse, error)

func (*ClientWithResponses) PostDashboardsWithBodyWithResponse added in v1.1.0

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 added in v1.1.0

func (c *ClientWithResponses) PostDashboardsWithResponse(ctx context.Context, params *PostDashboardsParams, body PostDashboardsJSONRequestBody) (*postDashboardsResponse, error)

func (*ClientWithResponses) PostDeleteWithBodyWithResponse added in v1.1.0

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 added in v1.1.0

func (c *ClientWithResponses) PostDeleteWithResponse(ctx context.Context, params *PostDeleteParams, body PostDeleteJSONRequestBody) (*postDeleteResponse, error)

func (*ClientWithResponses) PostDocumentsTemplatesIDLabelsWithBodyWithResponse added in v1.1.0

func (c *ClientWithResponses) PostDocumentsTemplatesIDLabelsWithBodyWithResponse(ctx context.Context, templateID string, params *PostDocumentsTemplatesIDLabelsParams, contentType string, body io.Reader) (*postDocumentsTemplatesIDLabelsResponse, error)

PostDocumentsTemplatesIDLabelsWithBodyWithResponse request with arbitrary body returning *PostDocumentsTemplatesIDLabelsResponse

func (*ClientWithResponses) PostDocumentsTemplatesIDLabelsWithResponse added in v1.1.0

func (c *ClientWithResponses) PostDocumentsTemplatesIDLabelsWithResponse(ctx context.Context, templateID string, params *PostDocumentsTemplatesIDLabelsParams, body PostDocumentsTemplatesIDLabelsJSONRequestBody) (*postDocumentsTemplatesIDLabelsResponse, error)

func (*ClientWithResponses) PostDocumentsTemplatesWithBodyWithResponse added in v1.1.0

func (c *ClientWithResponses) PostDocumentsTemplatesWithBodyWithResponse(ctx context.Context, params *PostDocumentsTemplatesParams, contentType string, body io.Reader) (*postDocumentsTemplatesResponse, error)

PostDocumentsTemplatesWithBodyWithResponse request with arbitrary body returning *PostDocumentsTemplatesResponse

func (*ClientWithResponses) PostDocumentsTemplatesWithResponse added in v1.1.0

func (c *ClientWithResponses) PostDocumentsTemplatesWithResponse(ctx context.Context, params *PostDocumentsTemplatesParams, body PostDocumentsTemplatesJSONRequestBody) (*postDocumentsTemplatesResponse, error)

func (*ClientWithResponses) PostLabelsWithBodyWithResponse added in v1.1.0

func (c *ClientWithResponses) PostLabelsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader) (*postLabelsResponse, error)

PostLabelsWithBodyWithResponse request with arbitrary body returning *PostLabelsResponse

func (*ClientWithResponses) PostLabelsWithResponse added in v1.1.0

func (c *ClientWithResponses) PostLabelsWithResponse(ctx context.Context, body PostLabelsJSONRequestBody) (*postLabelsResponse, error)

func (*ClientWithResponses) PostNotificationEndpointIDLabelsWithBodyWithResponse added in v1.1.0

func (c *ClientWithResponses) PostNotificationEndpointIDLabelsWithBodyWithResponse(ctx context.Context, endpointID string, params *PostNotificationEndpointIDLabelsParams, contentType string, body io.Reader) (*postNotificationEndpointIDLabelsResponse, error)

PostNotificationEndpointIDLabelsWithBodyWithResponse request with arbitrary body returning *PostNotificationEndpointIDLabelsResponse

func (*ClientWithResponses) PostNotificationEndpointIDLabelsWithResponse added in v1.1.0

func (c *ClientWithResponses) PostNotificationEndpointIDLabelsWithResponse(ctx context.Context, endpointID string, params *PostNotificationEndpointIDLabelsParams, body PostNotificationEndpointIDLabelsJSONRequestBody) (*postNotificationEndpointIDLabelsResponse, error)

func (*ClientWithResponses) PostNotificationRuleIDLabelsWithBodyWithResponse added in v1.1.0

func (c *ClientWithResponses) PostNotificationRuleIDLabelsWithBodyWithResponse(ctx context.Context, ruleID string, params *PostNotificationRuleIDLabelsParams, contentType string, body io.Reader) (*postNotificationRuleIDLabelsResponse, error)

PostNotificationRuleIDLabelsWithBodyWithResponse request with arbitrary body returning *PostNotificationRuleIDLabelsResponse

func (*ClientWithResponses) PostNotificationRuleIDLabelsWithResponse added in v1.1.0

func (c *ClientWithResponses) PostNotificationRuleIDLabelsWithResponse(ctx context.Context, ruleID string, params *PostNotificationRuleIDLabelsParams, body PostNotificationRuleIDLabelsJSONRequestBody) (*postNotificationRuleIDLabelsResponse, error)

func (*ClientWithResponses) PostOrgsIDInviteIDWithResponse added in v1.3.0

func (c *ClientWithResponses) PostOrgsIDInviteIDWithResponse(ctx context.Context, orgID string, inviteID string, params *PostOrgsIDInviteIDParams) (*postOrgsIDInviteIDResponse, error)

PostOrgsIDInviteIDWithResponse request returning *PostOrgsIDInviteIDResponse

func (*ClientWithResponses) PostOrgsIDInvitesWithBodyWithResponse added in v1.3.0

func (c *ClientWithResponses) PostOrgsIDInvitesWithBodyWithResponse(ctx context.Context, orgID string, params *PostOrgsIDInvitesParams, contentType string, body io.Reader) (*postOrgsIDInvitesResponse, error)

PostOrgsIDInvitesWithBodyWithResponse request with arbitrary body returning *PostOrgsIDInvitesResponse

func (*ClientWithResponses) PostOrgsIDInvitesWithResponse added in v1.3.0

func (c *ClientWithResponses) PostOrgsIDInvitesWithResponse(ctx context.Context, orgID string, params *PostOrgsIDInvitesParams, body PostOrgsIDInvitesJSONRequestBody) (*postOrgsIDInvitesResponse, error)

func (*ClientWithResponses) PostOrgsIDLabelsWithBodyWithResponse added in v1.1.0

func (c *ClientWithResponses) PostOrgsIDLabelsWithBodyWithResponse(ctx context.Context, orgID string, params *PostOrgsIDLabelsParams, contentType string, body io.Reader) (*postOrgsIDLabelsResponse, error)

PostOrgsIDLabelsWithBodyWithResponse request with arbitrary body returning *PostOrgsIDLabelsResponse

func (*ClientWithResponses) PostOrgsIDLabelsWithResponse added in v1.1.0

func (c *ClientWithResponses) PostOrgsIDLabelsWithResponse(ctx context.Context, orgID string, params *PostOrgsIDLabelsParams, body PostOrgsIDLabelsJSONRequestBody) (*postOrgsIDLabelsResponse, error)

func (*ClientWithResponses) PostOrgsIDMembersWithBodyWithResponse added in v1.1.0

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 added in v1.1.0

func (c *ClientWithResponses) PostOrgsIDMembersWithResponse(ctx context.Context, orgID string, params *PostOrgsIDMembersParams, body PostOrgsIDMembersJSONRequestBody) (*postOrgsIDMembersResponse, error)

func (*ClientWithResponses) PostOrgsIDOwnersWithBodyWithResponse added in v1.1.0

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 added in v1.1.0

func (c *ClientWithResponses) PostOrgsIDOwnersWithResponse(ctx context.Context, orgID string, params *PostOrgsIDOwnersParams, body PostOrgsIDOwnersJSONRequestBody) (*postOrgsIDOwnersResponse, error)

func (*ClientWithResponses) PostOrgsIDSecretsWithBodyWithResponse added in v1.1.0

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 added in v1.1.0

func (c *ClientWithResponses) PostOrgsIDSecretsWithResponse(ctx context.Context, orgID string, params *PostOrgsIDSecretsParams, body PostOrgsIDSecretsJSONRequestBody) (*postOrgsIDSecretsResponse, error)

func (*ClientWithResponses) PostOrgsWithBodyWithResponse added in v1.1.0

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 added in v1.1.0

func (c *ClientWithResponses) PostOrgsWithResponse(ctx context.Context, params *PostOrgsParams, body PostOrgsJSONRequestBody) (*postOrgsResponse, error)

func (*ClientWithResponses) PostQueryAnalyzeWithBodyWithResponse added in v1.1.0

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 added in v1.1.0

func (c *ClientWithResponses) PostQueryAnalyzeWithResponse(ctx context.Context, params *PostQueryAnalyzeParams, body PostQueryAnalyzeJSONRequestBody) (*postQueryAnalyzeResponse, error)

func (*ClientWithResponses) PostQueryAstWithBodyWithResponse added in v1.1.0

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 added in v1.1.0

func (c *ClientWithResponses) PostQueryAstWithResponse(ctx context.Context, params *PostQueryAstParams, body PostQueryAstJSONRequestBody) (*postQueryAstResponse, error)

func (*ClientWithResponses) PostQueryWithBodyWithResponse added in v1.1.0

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 added in v1.1.0

func (c *ClientWithResponses) PostQueryWithResponse(ctx context.Context, params *PostQueryParams, body PostQueryJSONRequestBody) (*postQueryResponse, error)

func (*ClientWithResponses) PostScrapersIDLabelsWithBodyWithResponse added in v1.1.0

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 added in v1.1.0

func (c *ClientWithResponses) PostScrapersIDLabelsWithResponse(ctx context.Context, scraperTargetID string, params *PostScrapersIDLabelsParams, body PostScrapersIDLabelsJSONRequestBody) (*postScrapersIDLabelsResponse, error)

func (*ClientWithResponses) PostScrapersIDMembersWithBodyWithResponse added in v1.1.0

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 added in v1.1.0

func (c *ClientWithResponses) PostScrapersIDMembersWithResponse(ctx context.Context, scraperTargetID string, params *PostScrapersIDMembersParams, body PostScrapersIDMembersJSONRequestBody) (*postScrapersIDMembersResponse, error)

func (*ClientWithResponses) PostScrapersIDOwnersWithBodyWithResponse added in v1.1.0

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 added in v1.1.0

func (c *ClientWithResponses) PostScrapersIDOwnersWithResponse(ctx context.Context, scraperTargetID string, params *PostScrapersIDOwnersParams, body PostScrapersIDOwnersJSONRequestBody) (*postScrapersIDOwnersResponse, error)

func (*ClientWithResponses) PostScrapersWithBodyWithResponse added in v1.1.0

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 added in v1.1.0

func (c *ClientWithResponses) PostScrapersWithResponse(ctx context.Context, params *PostScrapersParams, body PostScrapersJSONRequestBody) (*postScrapersResponse, error)

func (*ClientWithResponses) PostSetupUserWithBodyWithResponse added in v1.3.0

func (c *ClientWithResponses) PostSetupUserWithBodyWithResponse(ctx context.Context, params *PostSetupUserParams, contentType string, body io.Reader) (*postSetupUserResponse, error)

PostSetupUserWithBodyWithResponse request with arbitrary body returning *PostSetupUserResponse

func (*ClientWithResponses) PostSetupUserWithResponse added in v1.3.0

func (c *ClientWithResponses) PostSetupUserWithResponse(ctx context.Context, params *PostSetupUserParams, body PostSetupUserJSONRequestBody) (*postSetupUserResponse, error)

func (*ClientWithResponses) PostSetupWithBodyWithResponse added in v1.1.0

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 added in v1.1.0

func (c *ClientWithResponses) PostSetupWithResponse(ctx context.Context, params *PostSetupParams, body PostSetupJSONRequestBody) (*postSetupResponse, error)

func (*ClientWithResponses) PostSigninWithResponse added in v1.1.0

func (c *ClientWithResponses) PostSigninWithResponse(ctx context.Context, params *PostSigninParams) (*postSigninResponse, error)

PostSigninWithResponse request returning *PostSigninResponse

func (*ClientWithResponses) PostSignoutWithResponse added in v1.1.0

func (c *ClientWithResponses) PostSignoutWithResponse(ctx context.Context, params *PostSignoutParams) (*postSignoutResponse, error)

PostSignoutWithResponse request returning *PostSignoutResponse

func (*ClientWithResponses) PostSourcesWithBodyWithResponse added in v1.1.0

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 added in v1.1.0

func (c *ClientWithResponses) PostSourcesWithResponse(ctx context.Context, params *PostSourcesParams, body PostSourcesJSONRequestBody) (*postSourcesResponse, error)

func (*ClientWithResponses) PostTasksIDLabelsWithBodyWithResponse added in v1.1.0

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 added in v1.1.0

func (c *ClientWithResponses) PostTasksIDLabelsWithResponse(ctx context.Context, taskID string, params *PostTasksIDLabelsParams, body PostTasksIDLabelsJSONRequestBody) (*postTasksIDLabelsResponse, error)

func (*ClientWithResponses) PostTasksIDMembersWithBodyWithResponse added in v1.1.0

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 added in v1.1.0

func (c *ClientWithResponses) PostTasksIDMembersWithResponse(ctx context.Context, taskID string, params *PostTasksIDMembersParams, body PostTasksIDMembersJSONRequestBody) (*postTasksIDMembersResponse, error)

func (*ClientWithResponses) PostTasksIDOwnersWithBodyWithResponse added in v1.1.0

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 added in v1.1.0

func (c *ClientWithResponses) PostTasksIDOwnersWithResponse(ctx context.Context, taskID string, params *PostTasksIDOwnersParams, body PostTasksIDOwnersJSONRequestBody) (*postTasksIDOwnersResponse, error)

func (*ClientWithResponses) PostTasksIDRunsIDRetryWithResponse added in v1.1.0

func (c *ClientWithResponses) PostTasksIDRunsIDRetryWithResponse(ctx context.Context, taskID string, runID string, params *PostTasksIDRunsIDRetryParams) (*postTasksIDRunsIDRetryResponse, error)

PostTasksIDRunsIDRetryWithResponse request returning *PostTasksIDRunsIDRetryResponse

func (*ClientWithResponses) PostTasksIDRunsWithBodyWithResponse added in v1.1.0

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 added in v1.1.0

func (c *ClientWithResponses) PostTasksIDRunsWithResponse(ctx context.Context, taskID string, params *PostTasksIDRunsParams, body PostTasksIDRunsJSONRequestBody) (*postTasksIDRunsResponse, error)

func (*ClientWithResponses) PostTasksWithBodyWithResponse added in v1.1.0

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 added in v1.1.0

func (c *ClientWithResponses) PostTasksWithResponse(ctx context.Context, params *PostTasksParams, body PostTasksJSONRequestBody) (*postTasksResponse, error)

func (*ClientWithResponses) PostTelegrafsIDLabelsWithBodyWithResponse added in v1.1.0

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 added in v1.1.0

func (c *ClientWithResponses) PostTelegrafsIDLabelsWithResponse(ctx context.Context, telegrafID string, params *PostTelegrafsIDLabelsParams, body PostTelegrafsIDLabelsJSONRequestBody) (*postTelegrafsIDLabelsResponse, error)

func (*ClientWithResponses) PostTelegrafsIDMembersWithBodyWithResponse added in v1.1.0

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 added in v1.1.0

func (c *ClientWithResponses) PostTelegrafsIDMembersWithResponse(ctx context.Context, telegrafID string, params *PostTelegrafsIDMembersParams, body PostTelegrafsIDMembersJSONRequestBody) (*postTelegrafsIDMembersResponse, error)

func (*ClientWithResponses) PostTelegrafsIDOwnersWithBodyWithResponse added in v1.1.0

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 added in v1.1.0

func (c *ClientWithResponses) PostTelegrafsIDOwnersWithResponse(ctx context.Context, telegrafID string, params *PostTelegrafsIDOwnersParams, body PostTelegrafsIDOwnersJSONRequestBody) (*postTelegrafsIDOwnersResponse, error)

func (*ClientWithResponses) PostTelegrafsWithBodyWithResponse added in v1.1.0

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 added in v1.1.0

func (c *ClientWithResponses) PostTelegrafsWithResponse(ctx context.Context, params *PostTelegrafsParams, body PostTelegrafsJSONRequestBody) (*postTelegrafsResponse, error)

func (*ClientWithResponses) PostUsersIDPasswordWithBodyWithResponse added in v1.1.0

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 added in v1.1.0

func (c *ClientWithResponses) PostUsersIDPasswordWithResponse(ctx context.Context, userID string, params *PostUsersIDPasswordParams, body PostUsersIDPasswordJSONRequestBody) (*postUsersIDPasswordResponse, error)

func (*ClientWithResponses) PostUsersWithBodyWithResponse added in v1.1.0

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 added in v1.1.0

func (c *ClientWithResponses) PostUsersWithResponse(ctx context.Context, params *PostUsersParams, body PostUsersJSONRequestBody) (*postUsersResponse, error)

func (*ClientWithResponses) PostVariablesIDLabelsWithBodyWithResponse added in v1.1.0

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 added in v1.1.0

func (c *ClientWithResponses) PostVariablesIDLabelsWithResponse(ctx context.Context, variableID string, params *PostVariablesIDLabelsParams, body PostVariablesIDLabelsJSONRequestBody) (*postVariablesIDLabelsResponse, error)

func (*ClientWithResponses) PostVariablesWithBodyWithResponse added in v1.1.0

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 added in v1.1.0

func (c *ClientWithResponses) PostVariablesWithResponse(ctx context.Context, params *PostVariablesParams, body PostVariablesJSONRequestBody) (*postVariablesResponse, error)

func (*ClientWithResponses) PostWriteWithBodyWithResponse added in v1.1.0

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 added in v1.1.0

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 added in v1.1.0

func (c *ClientWithResponses) PutChecksIDWithResponse(ctx context.Context, checkID string, params *PutChecksIDParams, body PutChecksIDJSONRequestBody) (*putChecksIDResponse, error)

func (*ClientWithResponses) PutDashboardsIDCellsWithBodyWithResponse added in v1.1.0

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 added in v1.1.0

func (c *ClientWithResponses) PutDashboardsIDCellsWithResponse(ctx context.Context, dashboardID string, params *PutDashboardsIDCellsParams, body PutDashboardsIDCellsJSONRequestBody) (*putDashboardsIDCellsResponse, error)

func (*ClientWithResponses) PutDocumentsTemplatesIDWithBodyWithResponse added in v1.1.0

func (c *ClientWithResponses) PutDocumentsTemplatesIDWithBodyWithResponse(ctx context.Context, templateID string, params *PutDocumentsTemplatesIDParams, contentType string, body io.Reader) (*putDocumentsTemplatesIDResponse, error)

PutDocumentsTemplatesIDWithBodyWithResponse request with arbitrary body returning *PutDocumentsTemplatesIDResponse

func (*ClientWithResponses) PutDocumentsTemplatesIDWithResponse added in v1.1.0

func (c *ClientWithResponses) PutDocumentsTemplatesIDWithResponse(ctx context.Context, templateID string, params *PutDocumentsTemplatesIDParams, body PutDocumentsTemplatesIDJSONRequestBody) (*putDocumentsTemplatesIDResponse, error)

func (*ClientWithResponses) PutMePasswordWithBodyWithResponse added in v1.1.0

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 added in v1.1.0

func (c *ClientWithResponses) PutMePasswordWithResponse(ctx context.Context, params *PutMePasswordParams, body PutMePasswordJSONRequestBody) (*putMePasswordResponse, error)

func (*ClientWithResponses) PutNotificationEndpointsIDWithBodyWithResponse added in v1.1.0

func (c *ClientWithResponses) PutNotificationEndpointsIDWithBodyWithResponse(ctx context.Context, endpointID string, params *PutNotificationEndpointsIDParams, contentType string, body io.Reader) (*putNotificationEndpointsIDResponse, error)

PutNotificationEndpointsIDWithBodyWithResponse request with arbitrary body returning *PutNotificationEndpointsIDResponse

func (*ClientWithResponses) PutNotificationEndpointsIDWithResponse added in v1.1.0

func (c *ClientWithResponses) PutNotificationEndpointsIDWithResponse(ctx context.Context, endpointID string, params *PutNotificationEndpointsIDParams, body PutNotificationEndpointsIDJSONRequestBody) (*putNotificationEndpointsIDResponse, error)

func (*ClientWithResponses) PutNotificationRulesIDWithBodyWithResponse added in v1.1.0

func (c *ClientWithResponses) PutNotificationRulesIDWithBodyWithResponse(ctx context.Context, ruleID string, params *PutNotificationRulesIDParams, contentType string, body io.Reader) (*putNotificationRulesIDResponse, error)

PutNotificationRulesIDWithBodyWithResponse request with arbitrary body returning *PutNotificationRulesIDResponse

func (*ClientWithResponses) PutNotificationRulesIDWithResponse added in v1.1.0

func (c *ClientWithResponses) PutNotificationRulesIDWithResponse(ctx context.Context, ruleID string, params *PutNotificationRulesIDParams, body PutNotificationRulesIDJSONRequestBody) (*putNotificationRulesIDResponse, error)

func (*ClientWithResponses) PutTelegrafsIDWithBodyWithResponse added in v1.1.0

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 added in v1.1.0

func (c *ClientWithResponses) PutTelegrafsIDWithResponse(ctx context.Context, telegrafID string, params *PutTelegrafsIDParams, body PutTelegrafsIDJSONRequestBody) (*putTelegrafsIDResponse, error)

func (*ClientWithResponses) PutVariablesIDWithBodyWithResponse added in v1.1.0

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 added in v1.1.0

func (c *ClientWithResponses) PutVariablesIDWithResponse(ctx context.Context, variableID string, params *PutVariablesIDParams, body PutVariablesIDJSONRequestBody) (*putVariablesIDResponse, error)

func (*ClientWithResponses) ReadStackWithResponse added in v1.3.0

func (c *ClientWithResponses) ReadStackWithResponse(ctx context.Context, stackId string) (*readStackResponse, error)

ReadStackWithResponse request returning *ReadStackResponse

func (*ClientWithResponses) UpdateStackWithBodyWithResponse added in v1.3.0

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 added in v1.3.0

func (c *ClientWithResponses) UpdateStackWithResponse(ctx context.Context, stackId string, body UpdateStackJSONRequestBody) (*updateStackResponse, error)

type CloudUser added in v1.3.0

type CloudUser struct {
	Email     string  `json:"email"`
	FirstName *string `json:"firstName,omitempty"`

	// the idpe id of the user
	Id       string  `json:"id"`
	LastName *string `json:"lastName,omitempty"`
	Links    *struct {
		Self *string `json:"self,omitempty"`
	} `json:"links,omitempty"`
	Role CloudUserRole `json:"role"`
}

CloudUser defines model for CloudUser.

type CloudUserRole added in v1.3.0

type CloudUserRole string

CloudUserRole defines model for CloudUser.Role.

const (
	CloudUserRoleMember CloudUserRole = "member"

	CloudUserRoleOwner CloudUserRole = "owner"
)

Defines values for CloudUserRole.

type CloudUsers added in v1.3.0

type CloudUsers struct {
	Links *struct {
		Self *string `json:"self,omitempty"`
	} `json:"links,omitempty"`
	Users *[]CloudUser `json:"users,omitempty"`
}

CloudUsers defines model for CloudUsers.

type ConditionalExpression

type ConditionalExpression struct {
	Alternate  *Expression `json:"alternate,omitempty"`
	Consequent *Expression `json:"consequent,omitempty"`
	Test       *Expression `json:"test,omitempty"`

	// Type of AST node
	Type *NodeType `json:"type,omitempty"`
}

ConditionalExpression defines model for ConditionalExpression.

type ConstantVariableProperties

type ConstantVariableProperties struct {
	Type   *ConstantVariablePropertiesType `json:"type,omitempty"`
	Values *[]string                       `json:"values,omitempty"`
}

ConstantVariableProperties defines model for ConstantVariableProperties.

type ConstantVariablePropertiesType added in v1.1.0

type ConstantVariablePropertiesType string

ConstantVariablePropertiesType defines model for ConstantVariableProperties.Type.

const (
	ConstantVariablePropertiesTypeConstant ConstantVariablePropertiesType = "constant"
)

Defines values for ConstantVariablePropertiesType.

type CreateCell

type CreateCell struct {
	H    *int32  `json:"h,omitempty"`
	Name *string `json:"name,omitempty"`

	// Makes a copy of the provided view.
	UsingView *string `json:"usingView,omitempty"`
	W         *int32  `json:"w,omitempty"`
	X         *int32  `json:"x,omitempty"`
	Y         *int32  `json:"y,omitempty"`
}

CreateCell defines model for CreateCell.

type CreateCheckJSONBody

type CreateCheckJSONBody PostCheck

CreateCheckJSONBody defines parameters for CreateCheck.

type CreateCheckJSONRequestBody

type CreateCheckJSONRequestBody CreateCheckJSONBody

CreateCheckRequestBody defines body for CreateCheck for application/json ContentType.

type CreateDashboardRequest

type CreateDashboardRequest struct {

	// The user-facing description of the dashboard.
	Description *string `json:"description,omitempty"`

	// The user-facing name of the dashboard.
	Name string `json:"name"`

	// The ID of the organization that owns the dashboard.
	OrgID string `json:"orgID"`
}

CreateDashboardRequest defines model for CreateDashboardRequest.

type CreateNotificationEndpointJSONBody

type CreateNotificationEndpointJSONBody PostNotificationEndpoint

CreateNotificationEndpointJSONBody defines parameters for CreateNotificationEndpoint.

type CreateNotificationEndpointJSONRequestBody

type CreateNotificationEndpointJSONRequestBody CreateNotificationEndpointJSONBody

CreateNotificationEndpointRequestBody defines body for CreateNotificationEndpoint for application/json ContentType.

type CreateNotificationRuleJSONBody

type CreateNotificationRuleJSONBody PostNotificationRule

CreateNotificationRuleJSONBody defines parameters for CreateNotificationRule.

type CreateNotificationRuleJSONRequestBody

type CreateNotificationRuleJSONRequestBody CreateNotificationRuleJSONBody

CreateNotificationRuleRequestBody defines body for CreateNotificationRule for application/json ContentType.

type CreatePkgJSONBody

type CreatePkgJSONBody PkgCreate

CreatePkgJSONBody defines parameters for CreatePkg.

type CreatePkgJSONRequestBody

type CreatePkgJSONRequestBody CreatePkgJSONBody

CreatePkgRequestBody defines body for CreatePkg for application/json ContentType.

type CreateStackJSONBody added in v1.3.0

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 added in v1.3.0

type CreateStackJSONRequestBody CreateStackJSONBody

CreateStackRequestBody defines body for CreateStack for application/json ContentType.

type CustomCheck

type CustomCheck struct {
	// Embedded struct due to allOf(#/components/schemas/CheckBase)
	CheckBase
	// Embedded fields due to inline allOf schema
	Type CustomCheckType `json:"type"`
}

CustomCheck defines model for CustomCheck.

type CustomCheckType added in v1.1.0

type CustomCheckType string

CustomCheckType defines model for CustomCheck.Type.

const (
	CustomCheckTypeCustom CustomCheckType = "custom"
)

Defines values for CustomCheckType.

type DBRP added in v1.3.0

type DBRP struct {

	// the bucket ID used as target for the translation.
	BucketID string `json:"bucketID"`

	// InfluxDB v1 database
	Database string `json:"database"`

	// Specify if this mapping represents the default retention policy for the database specificed.
	Default *bool `json:"default,omitempty"`

	// the mapping identifier
	Id    *string `json:"id,omitempty"`
	Links *Links  `json:"links,omitempty"`

	// the organization that owns this mapping.
	Org string `json:"org"`

	// the organization ID that owns this mapping.
	OrgID string `json:"orgID"`

	// InfluxDB v1 retention policy
	RetentionPolicy string `json:"retention_policy"`
}

DBRP defines model for DBRP.

type DBRPUpdate added in v1.3.0

type DBRPUpdate struct {

	// InfluxDB v1 database
	Database *string `json:"database,omitempty"`
	Default  *bool   `json:"default,omitempty"`
	Links    *Links  `json:"links,omitempty"`

	// InfluxDB v1 retention policy
	RetentionPolicy *string `json:"retention_policy,omitempty"`
}

DBRPUpdate defines model for DBRPUpdate.

type DBRPs added in v1.3.0

type DBRPs struct {
	Links                 *Links  `json:"links,omitempty"`
	NotificationEndpoints *[]DBRP `json:"notificationEndpoints,omitempty"`
}

DBRPs defines model for DBRPs.

type Dashboard

type Dashboard struct {
	// Embedded struct due to allOf(#/components/schemas/CreateDashboardRequest)
	CreateDashboardRequest
	// Embedded fields due to inline allOf schema
	Cells  *Cells  `json:"cells,omitempty"`
	Id     *string `json:"id,omitempty"`
	Labels *Labels `json:"labels,omitempty"`
	Links  *struct {

		// URI of resource.
		Cells *Link `json:"cells,omitempty"`

		// URI of resource.
		Labels *Link `json:"labels,omitempty"`

		// URI of resource.
		Members *Link `json:"members,omitempty"`

		// URI of resource.
		Org *Link `json:"org,omitempty"`

		// URI of resource.
		Owners *Link `json:"owners,omitempty"`

		// URI of resource.
		Self *Link `json:"self,omitempty"`
	} `json:"links,omitempty"`
	Meta *struct {
		CreatedAt *time.Time `json:"createdAt,omitempty"`
		UpdatedAt *time.Time `json:"updatedAt,omitempty"`
	} `json:"meta,omitempty"`
}

Dashboard defines model for Dashboard.

type DashboardColor

type DashboardColor struct {

	// The hex number of the color
	Hex string `json:"hex"`

	// The unique ID of the view color.
	Id string `json:"id"`

	// The user-facing name of the hex color.
	Name string `json:"name"`

	// Type is how the color is used.
	Type DashboardColorType `json:"type"`

	// The data value mapped to this color.
	Value float32 `json:"value"`
}

DashboardColor defines model for DashboardColor.

type DashboardColorType added in v1.1.0

type DashboardColorType string

DashboardColorType defines model for DashboardColor.Type.

const (
	DashboardColorTypeBackground DashboardColorType = "background"

	DashboardColorTypeMax DashboardColorType = "max"

	DashboardColorTypeMin DashboardColorType = "min"

	DashboardColorTypeScale DashboardColorType = "scale"

	DashboardColorTypeText DashboardColorType = "text"

	DashboardColorTypeThreshold DashboardColorType = "threshold"
)

Defines values for DashboardColorType.

type DashboardQuery

type DashboardQuery struct {
	BuilderConfig *BuilderConfig `json:"builderConfig,omitempty"`
	EditMode      *QueryEditMode `json:"editMode,omitempty"`
	Name          *string        `json:"name,omitempty"`

	// The text of the Flux query.
	Text *string `json:"text,omitempty"`
}

DashboardQuery defines model for DashboardQuery.

type DashboardWithViewProperties

type DashboardWithViewProperties struct {
	// Embedded struct due to allOf(#/components/schemas/CreateDashboardRequest)
	CreateDashboardRequest
	// Embedded fields due to inline allOf schema
	Cells  *CellsWithViewProperties `json:"cells,omitempty"`
	Id     *string                  `json:"id,omitempty"`
	Labels *Labels                  `json:"labels,omitempty"`
	Links  *struct {

		// URI of resource.
		Cells *Link `json:"cells,omitempty"`

		// URI of resource.
		Labels *Link `json:"labels,omitempty"`

		// URI of resource.
		Members *Link `json:"members,omitempty"`

		// URI of resource.
		Org *Link `json:"org,omitempty"`

		// URI of resource.
		Owners *Link `json:"owners,omitempty"`

		// URI of resource.
		Self *Link `json:"self,omitempty"`
	} `json:"links,omitempty"`
	Meta *struct {
		CreatedAt *time.Time `json:"createdAt,omitempty"`
		UpdatedAt *time.Time `json:"updatedAt,omitempty"`
	} `json:"meta,omitempty"`
}

DashboardWithViewProperties defines model for DashboardWithViewProperties.

type Dashboards

type Dashboards struct {
	Dashboards *[]Dashboard `json:"dashboards,omitempty"`
	Links      *Links       `json:"links,omitempty"`
}

Dashboards defines model for Dashboards.

type DateTimeLiteral

type DateTimeLiteral struct {

	// Type of AST node
	Type  *NodeType `json:"type,omitempty"`
	Value *string   `json:"value,omitempty"`
}

DateTimeLiteral defines model for DateTimeLiteral.

type DeadmanCheck

type DeadmanCheck struct {
	// Embedded struct due to allOf(#/components/schemas/CheckBase)
	CheckBase

	// Check repetition interval.
	Every *string `json:"every,omitempty"`

	// The state to record if check matches a criteria.
	Level *CheckStatusLevel `json:"level,omitempty"`

	// Duration to delay after the schedule, before executing check.
	Offset *string `json:"offset,omitempty"`

	// If only zero values reported since time, trigger an alert
	ReportZero *bool `json:"reportZero,omitempty"`

	// String duration for time that a series is considered stale and should not trigger deadman.
	StaleTime *string `json:"staleTime,omitempty"`

	// The template used to generate and write a status message.
	StatusMessageTemplate *string `json:"statusMessageTemplate,omitempty"`

	// List of tags to write to each status.
	Tags *[]struct {
		Key   *string `json:"key,omitempty"`
		Value *string `json:"value,omitempty"`
	} `json:"tags,omitempty"`

	// String duration before deadman triggers.
	TimeSince *string          `json:"timeSince,omitempty"`
	Type      DeadmanCheckType `json:"type"`
}

DeadmanCheck defines model for DeadmanCheck.

type DeadmanCheckType added in v1.1.0

type DeadmanCheckType string

DeadmanCheckType defines model for DeadmanCheck.Type.

const (
	DeadmanCheckTypeDeadman DeadmanCheckType = "deadman"
)

Defines values for DeadmanCheckType.

type DecimalPlaces

type DecimalPlaces struct {

	// The number of digits after decimal to display
	Digits *int32 `json:"digits,omitempty"`

	// Indicates whether decimal point setting should be enforced
	IsEnforced *bool `json:"isEnforced,omitempty"`
}

DecimalPlaces defines model for DecimalPlaces.

type DeleteAuthorizationsIDParams

type DeleteAuthorizationsIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteAuthorizationsIDParams defines parameters for DeleteAuthorizationsID.

type DeleteBucketsIDLabelsIDParams

type DeleteBucketsIDLabelsIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteBucketsIDLabelsIDParams defines parameters for DeleteBucketsIDLabelsID.

type DeleteBucketsIDMembersIDParams

type DeleteBucketsIDMembersIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteBucketsIDMembersIDParams defines parameters for DeleteBucketsIDMembersID.

type DeleteBucketsIDOwnersIDParams

type DeleteBucketsIDOwnersIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteBucketsIDOwnersIDParams defines parameters for DeleteBucketsIDOwnersID.

type DeleteBucketsIDParams

type DeleteBucketsIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteBucketsIDParams defines parameters for DeleteBucketsID.

type DeleteChecksIDLabelsIDParams

type DeleteChecksIDLabelsIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteChecksIDLabelsIDParams defines parameters for DeleteChecksIDLabelsID.

type DeleteChecksIDParams

type DeleteChecksIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteChecksIDParams defines parameters for DeleteChecksID.

type DeleteDBRPIDParams added in v1.3.0

type DeleteDBRPIDParams struct {

	// Specifies the organization ID of the mapping
	OrgID string `json:"orgID"`

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteDBRPIDParams defines parameters for DeleteDBRPID.

type DeleteDashboardsIDCellsIDParams

type DeleteDashboardsIDCellsIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteDashboardsIDCellsIDParams defines parameters for DeleteDashboardsIDCellsID.

type DeleteDashboardsIDLabelsIDParams

type DeleteDashboardsIDLabelsIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteDashboardsIDLabelsIDParams defines parameters for DeleteDashboardsIDLabelsID.

type DeleteDashboardsIDMembersIDParams

type DeleteDashboardsIDMembersIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteDashboardsIDMembersIDParams defines parameters for DeleteDashboardsIDMembersID.

type DeleteDashboardsIDOwnersIDParams

type DeleteDashboardsIDOwnersIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteDashboardsIDOwnersIDParams defines parameters for DeleteDashboardsIDOwnersID.

type DeleteDashboardsIDParams

type DeleteDashboardsIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteDashboardsIDParams defines parameters for DeleteDashboardsID.

type DeleteDocumentsTemplatesIDLabelsIDParams

type DeleteDocumentsTemplatesIDLabelsIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteDocumentsTemplatesIDLabelsIDParams defines parameters for DeleteDocumentsTemplatesIDLabelsID.

type DeleteDocumentsTemplatesIDParams

type DeleteDocumentsTemplatesIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteDocumentsTemplatesIDParams defines parameters for DeleteDocumentsTemplatesID.

type DeleteLabelsIDParams

type DeleteLabelsIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteLabelsIDParams defines parameters for DeleteLabelsID.

type DeleteNotificationEndpointsIDLabelsIDParams

type DeleteNotificationEndpointsIDLabelsIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteNotificationEndpointsIDLabelsIDParams defines parameters for DeleteNotificationEndpointsIDLabelsID.

type DeleteNotificationEndpointsIDParams

type DeleteNotificationEndpointsIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteNotificationEndpointsIDParams defines parameters for DeleteNotificationEndpointsID.

type DeleteNotificationRulesIDLabelsIDParams

type DeleteNotificationRulesIDLabelsIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteNotificationRulesIDLabelsIDParams defines parameters for DeleteNotificationRulesIDLabelsID.

type DeleteNotificationRulesIDParams

type DeleteNotificationRulesIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteNotificationRulesIDParams defines parameters for DeleteNotificationRulesID.

type DeleteOrgsIDCloudUserIDParams added in v1.3.0

type DeleteOrgsIDCloudUserIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteOrgsIDCloudUserIDParams defines parameters for DeleteOrgsIDCloudUserID.

type DeleteOrgsIDInviteIDParams added in v1.3.0

type DeleteOrgsIDInviteIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteOrgsIDInviteIDParams defines parameters for DeleteOrgsIDInviteID.

type DeleteOrgsIDLabelsIDParams

type DeleteOrgsIDLabelsIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteOrgsIDLabelsIDParams defines parameters for DeleteOrgsIDLabelsID.

type DeleteOrgsIDMembersIDParams

type DeleteOrgsIDMembersIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteOrgsIDMembersIDParams defines parameters for DeleteOrgsIDMembersID.

type DeleteOrgsIDOwnersIDParams

type DeleteOrgsIDOwnersIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteOrgsIDOwnersIDParams defines parameters for DeleteOrgsIDOwnersID.

type DeleteOrgsIDParams

type DeleteOrgsIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteOrgsIDParams defines parameters for DeleteOrgsID.

type DeletePredicateRequest

type DeletePredicateRequest struct {

	// InfluxQL-like delete statement
	Predicate *string `json:"predicate,omitempty"`

	// RFC3339Nano
	Start time.Time `json:"start"`

	// RFC3339Nano
	Stop time.Time `json:"stop"`
}

DeletePredicateRequest defines model for DeletePredicateRequest.

type DeleteScrapersIDLabelsIDParams

type DeleteScrapersIDLabelsIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteScrapersIDLabelsIDParams defines parameters for DeleteScrapersIDLabelsID.

type DeleteScrapersIDMembersIDParams

type DeleteScrapersIDMembersIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteScrapersIDMembersIDParams defines parameters for DeleteScrapersIDMembersID.

type DeleteScrapersIDOwnersIDParams

type DeleteScrapersIDOwnersIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteScrapersIDOwnersIDParams defines parameters for DeleteScrapersIDOwnersID.

type DeleteScrapersIDParams

type DeleteScrapersIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteScrapersIDParams defines parameters for DeleteScrapersID.

type DeleteSourcesIDParams

type DeleteSourcesIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteSourcesIDParams defines parameters for DeleteSourcesID.

type DeleteStackParams added in v1.3.0

type DeleteStackParams struct {

	// The organization id of the user
	OrgID string `json:"orgID"`
}

DeleteStackParams defines parameters for DeleteStack.

type DeleteTasksIDLabelsIDParams

type DeleteTasksIDLabelsIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteTasksIDLabelsIDParams defines parameters for DeleteTasksIDLabelsID.

type DeleteTasksIDMembersIDParams

type DeleteTasksIDMembersIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteTasksIDMembersIDParams defines parameters for DeleteTasksIDMembersID.

type DeleteTasksIDOwnersIDParams

type DeleteTasksIDOwnersIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteTasksIDOwnersIDParams defines parameters for DeleteTasksIDOwnersID.

type DeleteTasksIDParams

type DeleteTasksIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteTasksIDParams defines parameters for DeleteTasksID.

type DeleteTasksIDRunsIDParams

type DeleteTasksIDRunsIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteTasksIDRunsIDParams defines parameters for DeleteTasksIDRunsID.

type DeleteTelegrafsIDLabelsIDParams

type DeleteTelegrafsIDLabelsIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteTelegrafsIDLabelsIDParams defines parameters for DeleteTelegrafsIDLabelsID.

type DeleteTelegrafsIDMembersIDParams

type DeleteTelegrafsIDMembersIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteTelegrafsIDMembersIDParams defines parameters for DeleteTelegrafsIDMembersID.

type DeleteTelegrafsIDOwnersIDParams

type DeleteTelegrafsIDOwnersIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteTelegrafsIDOwnersIDParams defines parameters for DeleteTelegrafsIDOwnersID.

type DeleteTelegrafsIDParams

type DeleteTelegrafsIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteTelegrafsIDParams defines parameters for DeleteTelegrafsID.

type DeleteUsersIDParams

type DeleteUsersIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteUsersIDParams defines parameters for DeleteUsersID.

type DeleteVariablesIDLabelsIDParams

type DeleteVariablesIDLabelsIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteVariablesIDLabelsIDParams defines parameters for DeleteVariablesIDLabelsID.

type DeleteVariablesIDParams

type DeleteVariablesIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

DeleteVariablesIDParams defines parameters for DeleteVariablesID.

type Descending

type Descending bool

Descending defines model for Descending.

type Dialect

type Dialect struct {

	// Https://www.w3.org/TR/2015/REC-tabular-data-model-20151217/#columns
	Annotations *[]DialectAnnotations `json:"annotations,omitempty"`

	// Character prefixed to comment strings
	CommentPrefix *string `json:"commentPrefix,omitempty"`

	// Format of timestamps
	DateTimeFormat *DialectDateTimeFormat `json:"dateTimeFormat,omitempty"`

	// Separator between cells; the default is ,
	Delimiter *string `json:"delimiter,omitempty"`

	// If true, the results will contain a header row
	Header *bool `json:"header,omitempty"`
}

Dialect defines model for Dialect.

type DialectAnnotations added in v1.1.0

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 added in v1.1.0

type DialectDateTimeFormat string

DialectDateTimeFormat defines model for Dialect.DateTimeFormat.

const (
	DialectDateTimeFormatRFC3339 DialectDateTimeFormat = "RFC3339"

	DialectDateTimeFormatRFC3339Nano DialectDateTimeFormat = "RFC3339Nano"
)

Defines values for DialectDateTimeFormat.

type Document

type Document struct {
	Content map[string]interface{} `json:"content"`
	Id      string                 `json:"id"`
	Labels  *Labels                `json:"labels,omitempty"`
	Links   *struct {

		// URI of resource.
		Self *Link `json:"self,omitempty"`
	} `json:"links,omitempty"`
	Meta DocumentMeta `json:"meta"`
}

Document defines model for Document.

type DocumentCreate

type DocumentCreate struct {
	Content map[string]interface{} `json:"content"`

	// An array of label IDs to be added as labels to the document.
	Labels *[]string    `json:"labels,omitempty"`
	Meta   DocumentMeta `json:"meta"`

	// The organization Name. Specify either `orgID` or `org`.
	Org *string `json:"org,omitempty"`

	// The organization Name. Specify either `orgID` or `org`.
	OrgID *string `json:"orgID,omitempty"`
}

DocumentCreate defines model for DocumentCreate.

type DocumentListEntry

type DocumentListEntry struct {
	Id     string  `json:"id"`
	Labels *Labels `json:"labels,omitempty"`
	Links  *struct {

		// URI of resource.
		Self *Link `json:"self,omitempty"`
	} `json:"links,omitempty"`
	Meta DocumentMeta `json:"meta"`
}

DocumentListEntry defines model for DocumentListEntry.

type DocumentMeta

type DocumentMeta struct {
	CreatedAt   *time.Time `json:"createdAt,omitempty"`
	Description *string    `json:"description,omitempty"`
	Name        string     `json:"name"`
	TemplateID  *string    `json:"templateID,omitempty"`
	Type        *string    `json:"type,omitempty"`
	UpdatedAt   *time.Time `json:"updatedAt,omitempty"`
	Version     string     `json:"version"`
}

DocumentMeta defines model for DocumentMeta.

type DocumentUpdate

type DocumentUpdate struct {
	Content *map[string]interface{} `json:"content,omitempty"`
	Meta    *DocumentMeta           `json:"meta,omitempty"`
}

DocumentUpdate defines model for DocumentUpdate.

type Documents

type Documents struct {
	Documents *[]DocumentListEntry `json:"documents,omitempty"`
}

Documents defines model for Documents.

type Duration

type Duration struct {
	Magnitude *int `json:"magnitude,omitempty"`

	// Type of AST node
	Type *NodeType `json:"type,omitempty"`
	Unit *string   `json:"unit,omitempty"`
}

Duration defines model for Duration.

type DurationLiteral

type DurationLiteral struct {

	// Type of AST node
	Type *NodeType `json:"type,omitempty"`

	// Duration values
	Values *[]Duration `json:"values,omitempty"`
}

DurationLiteral defines model for DurationLiteral.

type Error

type Error struct {

	// Code is the machine-readable error code.
	Code ErrorCode `json:"code"`

	// Message is a human-readable message.
	Message string `json:"message"`
}

Error defines model for Error.

type ErrorCode added in v1.1.0

type ErrorCode string

ErrorCode defines model for Error.Code.

const (
	ErrorCodeConflict ErrorCode = "conflict"

	ErrorCodeEmptyValue ErrorCode = "empty value"

	ErrorCodeForbidden ErrorCode = "forbidden"

	ErrorCodeInternalError ErrorCode = "internal error"

	ErrorCodeInvalid ErrorCode = "invalid"

	ErrorCodeMethodNotAllowed ErrorCode = "method not allowed"

	ErrorCodeNotFound ErrorCode = "not found"

	ErrorCodeTooManyRequests ErrorCode = "too many requests"

	ErrorCodeUnauthorized ErrorCode = "unauthorized"

	ErrorCodeUnavailable ErrorCode = "unavailable"

	ErrorCodeUnprocessableEntity ErrorCode = "unprocessable entity"
)

Defines values for ErrorCode.

type ExportStackParams added in v1.3.0

type ExportStackParams struct {

	// The organization id of the user
	OrgID string `json:"orgID"`
}

ExportStackParams defines parameters for ExportStack.

type Expression

type Expression interface{}

Expression defines model for Expression.

type ExpressionStatement

type ExpressionStatement struct {
	Expression *Expression `json:"expression,omitempty"`

	// Type of AST node
	Type *NodeType `json:"type,omitempty"`
}

ExpressionStatement defines model for ExpressionStatement.

type Field

type Field struct {

	// Alias overrides the field name in the returned response.  Applies only if type is `func`
	Alias *string `json:"alias,omitempty"`

	// Args are the arguments to the function
	Args *[]Field `json:"args,omitempty"`

	// `type` describes the field type. `func` is a function. `field` is a field reference.
	Type *FieldType `json:"type,omitempty"`

	// value is the value of the field.  Meaning of the value is implied by the `type` key
	Value *string `json:"value,omitempty"`
}

Field defines model for Field.

type FieldType added in v1.1.0

type FieldType string

FieldType defines model for Field.Type.

const (
	FieldTypeField FieldType = "field"

	FieldTypeFunc FieldType = "func"

	FieldTypeInteger FieldType = "integer"

	FieldTypeNumber FieldType = "number"

	FieldTypeRegex FieldType = "regex"

	FieldTypeWildcard FieldType = "wildcard"
)

Defines values for FieldType.

type File

type File struct {

	// List of Flux statements
	Body *[]Statement `json:"body,omitempty"`

	// A list of package imports
	Imports *[]ImportDeclaration `json:"imports,omitempty"`

	// The name of the file.
	Name *string `json:"name,omitempty"`

	// Defines a package identifier
	Package *PackageClause `json:"package,omitempty"`

	// Type of AST node
	Type *NodeType `json:"type,omitempty"`
}

File defines model for File.

type Flags added in v1.3.0

type Flags struct {
	AdditionalProperties map[string]interface{} `json:"-"`
}

Flags defines model for Flags.

func (Flags) Get added in v1.3.0

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 added in v1.3.0

func (a Flags) MarshalJSON() ([]byte, error)

Override default JSON handling for Flags to handle AdditionalProperties

func (*Flags) Set added in v1.3.0

func (a *Flags) Set(fieldName string, value interface{})

Setter for additional properties for Flags

func (*Flags) UnmarshalJSON added in v1.3.0

func (a *Flags) UnmarshalJSON(b []byte) error

Override default JSON handling for Flags to handle AdditionalProperties

type FloatLiteral

type FloatLiteral struct {

	// Type of AST node
	Type  *NodeType `json:"type,omitempty"`
	Value *float32  `json:"value,omitempty"`
}

FloatLiteral defines model for FloatLiteral.

type FluxResponse

type FluxResponse struct {
	Flux *string `json:"flux,omitempty"`
}

FluxResponse defines model for FluxResponse.

type FluxSuggestion

type FluxSuggestion struct {
	Name   *string                `json:"name,omitempty"`
	Params *FluxSuggestion_Params `json:"params,omitempty"`
}

FluxSuggestion defines model for FluxSuggestion.

type FluxSuggestion_Params

type FluxSuggestion_Params struct {
	AdditionalProperties map[string]string `json:"-"`
}

FluxSuggestion_Params defines model for FluxSuggestion.Params.

func (FluxSuggestion_Params) Get

func (a FluxSuggestion_Params) Get(fieldName string) (value string, found bool)

Getter for additional properties for FluxSuggestion_Params. Returns the specified element and whether it was found

func (FluxSuggestion_Params) MarshalJSON

func (a FluxSuggestion_Params) MarshalJSON() ([]byte, error)

Override default JSON handling for FluxSuggestion_Params to handle AdditionalProperties

func (*FluxSuggestion_Params) Set

func (a *FluxSuggestion_Params) Set(fieldName string, value string)

Setter for additional properties for FluxSuggestion_Params

func (*FluxSuggestion_Params) UnmarshalJSON

func (a *FluxSuggestion_Params) UnmarshalJSON(b []byte) error

Override default JSON handling for FluxSuggestion_Params to handle AdditionalProperties

type FluxSuggestions

type FluxSuggestions struct {
	Funcs *[]FluxSuggestion `json:"funcs,omitempty"`
}

FluxSuggestions defines model for FluxSuggestions.

type FunctionExpression

type FunctionExpression struct {
	Body *Node `json:"body,omitempty"`

	// Function parameters
	Params *[]Property `json:"params,omitempty"`

	// Type of AST node
	Type *NodeType `json:"type,omitempty"`
}

FunctionExpression defines model for FunctionExpression.

type GaugeViewProperties

type GaugeViewProperties struct {

	// Colors define color encoding of data into a visualization
	Colors []DashboardColor `json:"colors"`

	// Indicates whether decimal places should be enforced, and how many digits it should show.
	DecimalPlaces DecimalPlaces `json:"decimalPlaces"`

	// Legend define encoding of data into a view's legend
	Legend  Legend                   `json:"legend"`
	Note    string                   `json:"note"`
	Prefix  string                   `json:"prefix"`
	Queries []DashboardQuery         `json:"queries"`
	Shape   GaugeViewPropertiesShape `json:"shape"`

	// If true, will display note when empty
	ShowNoteWhenEmpty bool                    `json:"showNoteWhenEmpty"`
	Suffix            string                  `json:"suffix"`
	TickPrefix        string                  `json:"tickPrefix"`
	TickSuffix        string                  `json:"tickSuffix"`
	Type              GaugeViewPropertiesType `json:"type"`
}

GaugeViewProperties defines model for GaugeViewProperties.

type GaugeViewPropertiesShape added in v1.1.0

type GaugeViewPropertiesShape string

GaugeViewPropertiesShape defines model for GaugeViewProperties.Shape.

const (
	GaugeViewPropertiesShapeChronografV2 GaugeViewPropertiesShape = "chronograf-v2"
)

Defines values for GaugeViewPropertiesShape.

type GaugeViewPropertiesType added in v1.1.0

type GaugeViewPropertiesType string

GaugeViewPropertiesType defines model for GaugeViewProperties.Type.

const (
	GaugeViewPropertiesTypeGauge GaugeViewPropertiesType = "gauge"
)

Defines values for GaugeViewPropertiesType.

type GetAuthorizationsIDParams

type GetAuthorizationsIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetAuthorizationsIDParams defines parameters for GetAuthorizationsID.

type GetAuthorizationsParams

type GetAuthorizationsParams struct {

	// Only show authorizations that belong to a user ID.
	UserID *string `json:"userID,omitempty"`

	// Only show authorizations that belong to a user name.
	User *string `json:"user,omitempty"`

	// Only show authorizations that belong to an organization ID.
	OrgID *string `json:"orgID,omitempty"`

	// Only show authorizations that belong to a organization name.
	Org *string `json:"org,omitempty"`

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetAuthorizationsParams defines parameters for GetAuthorizations.

type GetBucketsIDLabelsParams

type GetBucketsIDLabelsParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetBucketsIDLabelsParams defines parameters for GetBucketsIDLabels.

type GetBucketsIDMembersParams

type GetBucketsIDMembersParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetBucketsIDMembersParams defines parameters for GetBucketsIDMembers.

type GetBucketsIDOwnersParams

type GetBucketsIDOwnersParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetBucketsIDOwnersParams defines parameters for GetBucketsIDOwners.

type GetBucketsIDParams

type GetBucketsIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetBucketsIDParams defines parameters for GetBucketsID.

type GetBucketsParams

type GetBucketsParams struct {
	Offset *Offset `json:"offset,omitempty"`
	Limit  *Limit  `json:"limit,omitempty"`

	// The organization name.
	Org *string `json:"org,omitempty"`

	// The organization ID.
	OrgID *string `json:"orgID,omitempty"`

	// Only returns buckets with a specific name.
	Name *string `json:"name,omitempty"`

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetBucketsParams defines parameters for GetBuckets.

type GetChecksIDLabelsParams

type GetChecksIDLabelsParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetChecksIDLabelsParams defines parameters for GetChecksIDLabels.

type GetChecksIDParams

type GetChecksIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetChecksIDParams defines parameters for GetChecksID.

type GetChecksIDQueryParams

type GetChecksIDQueryParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetChecksIDQueryParams defines parameters for GetChecksIDQuery.

type GetChecksParams

type GetChecksParams struct {
	Offset *Offset `json:"offset,omitempty"`
	Limit  *Limit  `json:"limit,omitempty"`

	// Only show checks that belong to a specific organization ID.
	OrgID string `json:"orgID"`

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetChecksParams defines parameters for GetChecks.

type GetCloudUsersParams added in v1.3.0

type GetCloudUsersParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetCloudUsersParams defines parameters for GetCloudUsers.

type GetDBRPsIDParams added in v1.3.0

type GetDBRPsIDParams struct {

	// Specifies the organization ID of the mapping
	OrgID string `json:"orgID"`

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetDBRPsIDParams defines parameters for GetDBRPsID.

type GetDBRPsParams added in v1.3.0

type GetDBRPsParams struct {

	// Specifies the organization ID to filter on
	OrgID string `json:"orgID"`

	// Specifies the mapping ID to filter on
	Id *string `json:"id,omitempty"`

	// Specifies the bucket ID to filter on
	BucketID *string `json:"bucketID,omitempty"`

	// Specifies filtering on default
	Default *bool `json:"default,omitempty"`

	// Specifies the database to filter on
	Db *string `json:"db,omitempty"`

	// Specifies the retention policy to filter on
	Rp *string `json:"rp,omitempty"`

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetDBRPsParams defines parameters for GetDBRPs.

type GetDashboardsIDCellsIDViewParams

type GetDashboardsIDCellsIDViewParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetDashboardsIDCellsIDViewParams defines parameters for GetDashboardsIDCellsIDView.

type GetDashboardsIDLabelsParams

type GetDashboardsIDLabelsParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetDashboardsIDLabelsParams defines parameters for GetDashboardsIDLabels.

type GetDashboardsIDMembersParams

type GetDashboardsIDMembersParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetDashboardsIDMembersParams defines parameters for GetDashboardsIDMembers.

type GetDashboardsIDOwnersParams

type GetDashboardsIDOwnersParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetDashboardsIDOwnersParams defines parameters for GetDashboardsIDOwners.

type GetDashboardsIDParams

type GetDashboardsIDParams struct {

	// Includes the cell view properties in the response if set to `properties`
	Include *GetDashboardsIDParamsInclude `json:"include,omitempty"`

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetDashboardsIDParams defines parameters for GetDashboardsID.

type GetDashboardsIDParamsInclude added in v1.1.0

type GetDashboardsIDParamsInclude string

GetDashboardsIDParamsInclude defines parameters for GetDashboardsID.

type GetDashboardsParams

type GetDashboardsParams struct {

	// The owner ID.
	Owner *string `json:"owner,omitempty"`

	// The column to sort by.
	SortBy *GetDashboardsParamsSortBy `json:"sortBy,omitempty"`

	// List of dashboard IDs to return. If both `id and `owner` are specified, only `id` is used.
	Id *[]string `json:"id,omitempty"`

	// The organization ID.
	OrgID *string `json:"orgID,omitempty"`

	// The organization name.
	Org *string `json:"org,omitempty"`

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetDashboardsParams defines parameters for GetDashboards.

type GetDashboardsParamsSortBy added in v1.1.0

type GetDashboardsParamsSortBy string

GetDashboardsParamsSortBy defines parameters for GetDashboards.

type GetDocumentsTemplatesIDLabelsParams

type GetDocumentsTemplatesIDLabelsParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetDocumentsTemplatesIDLabelsParams defines parameters for GetDocumentsTemplatesIDLabels.

type GetDocumentsTemplatesIDParams

type GetDocumentsTemplatesIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetDocumentsTemplatesIDParams defines parameters for GetDocumentsTemplatesID.

type GetDocumentsTemplatesParams

type GetDocumentsTemplatesParams struct {

	// Specifies the name of the organization of the template.
	Org *string `json:"org,omitempty"`

	// Specifies the organization ID of the template.
	OrgID *string `json:"orgID,omitempty"`

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetDocumentsTemplatesParams defines parameters for GetDocumentsTemplates.

type GetFlagsParams added in v1.3.0

type GetFlagsParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetFlagsParams defines parameters for GetFlags.

type GetHealthParams

type GetHealthParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetHealthParams defines parameters for GetHealth.

type GetLabelsIDParams

type GetLabelsIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetLabelsIDParams defines parameters for GetLabelsID.

type GetLabelsParams

type GetLabelsParams struct {

	// The organization ID.
	OrgID *string `json:"orgID,omitempty"`

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetLabelsParams defines parameters for GetLabels.

type GetMeParams

type GetMeParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetMeParams defines parameters for GetMe.

type GetNotificationEndpointsIDLabelsParams

type GetNotificationEndpointsIDLabelsParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetNotificationEndpointsIDLabelsParams defines parameters for GetNotificationEndpointsIDLabels.

type GetNotificationEndpointsIDParams

type GetNotificationEndpointsIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetNotificationEndpointsIDParams defines parameters for GetNotificationEndpointsID.

type GetNotificationEndpointsParams

type GetNotificationEndpointsParams struct {
	Offset *Offset `json:"offset,omitempty"`
	Limit  *Limit  `json:"limit,omitempty"`

	// Only show notification endpoints that belong to specific organization ID.
	OrgID string `json:"orgID"`

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetNotificationEndpointsParams defines parameters for GetNotificationEndpoints.

type GetNotificationRulesIDLabelsParams

type GetNotificationRulesIDLabelsParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetNotificationRulesIDLabelsParams defines parameters for GetNotificationRulesIDLabels.

type GetNotificationRulesIDParams

type GetNotificationRulesIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetNotificationRulesIDParams defines parameters for GetNotificationRulesID.

type GetNotificationRulesIDQueryParams

type GetNotificationRulesIDQueryParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetNotificationRulesIDQueryParams defines parameters for GetNotificationRulesIDQuery.

type GetNotificationRulesParams

type GetNotificationRulesParams struct {
	Offset *Offset `json:"offset,omitempty"`
	Limit  *Limit  `json:"limit,omitempty"`

	// Only show notification rules that belong to a specific organization ID.
	OrgID string `json:"orgID"`

	// Only show notifications that belong to the specific check ID.
	CheckID *string `json:"checkID,omitempty"`

	// Only return notification rules that "would match" statuses which contain the tag key value pairs provided.
	Tag *string `json:"tag,omitempty"`

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetNotificationRulesParams defines parameters for GetNotificationRules.

type GetOrgsIDLabelsParams

type GetOrgsIDLabelsParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetOrgsIDLabelsParams defines parameters for GetOrgsIDLabels.

type GetOrgsIDMembersParams

type GetOrgsIDMembersParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetOrgsIDMembersParams defines parameters for GetOrgsIDMembers.

type GetOrgsIDOwnersParams

type GetOrgsIDOwnersParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetOrgsIDOwnersParams defines parameters for GetOrgsIDOwners.

type GetOrgsIDParams

type GetOrgsIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetOrgsIDParams defines parameters for GetOrgsID.

type GetOrgsIDSecretsParams

type GetOrgsIDSecretsParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetOrgsIDSecretsParams defines parameters for GetOrgsIDSecrets.

type GetOrgsParams

type GetOrgsParams struct {

	// Filter organizations to a specific organization name.
	Org *string `json:"org,omitempty"`

	// Filter organizations to a specific organization ID.
	OrgID *string `json:"orgID,omitempty"`

	// Filter organizations to a specific user ID.
	UserID *string `json:"userID,omitempty"`

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetOrgsParams defines parameters for GetOrgs.

type GetQuerySuggestionsNameParams

type GetQuerySuggestionsNameParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetQuerySuggestionsNameParams defines parameters for GetQuerySuggestionsName.

type GetQuerySuggestionsParams

type GetQuerySuggestionsParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetQuerySuggestionsParams defines parameters for GetQuerySuggestions.

type GetReadyParams

type GetReadyParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetReadyParams defines parameters for GetReady.

type GetRoutesParams

type GetRoutesParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetRoutesParams defines parameters for GetRoutes.

type GetScrapersIDLabelsParams

type GetScrapersIDLabelsParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetScrapersIDLabelsParams defines parameters for GetScrapersIDLabels.

type GetScrapersIDMembersParams

type GetScrapersIDMembersParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetScrapersIDMembersParams defines parameters for GetScrapersIDMembers.

type GetScrapersIDOwnersParams

type GetScrapersIDOwnersParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetScrapersIDOwnersParams defines parameters for GetScrapersIDOwners.

type GetScrapersIDParams

type GetScrapersIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetScrapersIDParams defines parameters for GetScrapersID.

type GetScrapersParams

type GetScrapersParams struct {

	// Specifies the name of the scraper target.
	Name *string `json:"name,omitempty"`

	// List of scraper target IDs to return. If both `id` and `owner` are specified, only `id` is used.
	Id *[]string `json:"id,omitempty"`

	// Specifies the organization ID of the scraper target.
	OrgID *string `json:"orgID,omitempty"`

	// Specifies the organization name of the scraper target.
	Org *string `json:"org,omitempty"`

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetScrapersParams defines parameters for GetScrapers.

type GetSetupParams

type GetSetupParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetSetupParams defines parameters for GetSetup.

type GetSourcesIDBucketsParams

type GetSourcesIDBucketsParams struct {

	// The organization name.
	Org *string `json:"org,omitempty"`

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetSourcesIDBucketsParams defines parameters for GetSourcesIDBuckets.

type GetSourcesIDHealthParams

type GetSourcesIDHealthParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetSourcesIDHealthParams defines parameters for GetSourcesIDHealth.

type GetSourcesIDParams

type GetSourcesIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetSourcesIDParams defines parameters for GetSourcesID.

type GetSourcesParams

type GetSourcesParams struct {

	// The organization name.
	Org *string `json:"org,omitempty"`

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetSourcesParams defines parameters for GetSources.

type GetTasksIDLabelsParams

type GetTasksIDLabelsParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetTasksIDLabelsParams defines parameters for GetTasksIDLabels.

type GetTasksIDLogsParams

type GetTasksIDLogsParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetTasksIDLogsParams defines parameters for GetTasksIDLogs.

type GetTasksIDMembersParams

type GetTasksIDMembersParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetTasksIDMembersParams defines parameters for GetTasksIDMembers.

type GetTasksIDOwnersParams

type GetTasksIDOwnersParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetTasksIDOwnersParams defines parameters for GetTasksIDOwners.

type GetTasksIDParams

type GetTasksIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetTasksIDParams defines parameters for GetTasksID.

type GetTasksIDRunsIDLogsParams

type GetTasksIDRunsIDLogsParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetTasksIDRunsIDLogsParams defines parameters for GetTasksIDRunsIDLogs.

type GetTasksIDRunsIDParams

type GetTasksIDRunsIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetTasksIDRunsIDParams defines parameters for GetTasksIDRunsID.

type GetTasksIDRunsParams

type GetTasksIDRunsParams struct {

	// Returns runs after a specific ID.
	After *string `json:"after,omitempty"`

	// The number of runs to return
	Limit *int `json:"limit,omitempty"`

	// Filter runs to those scheduled after this time, RFC3339
	AfterTime *time.Time `json:"afterTime,omitempty"`

	// Filter runs to those scheduled before this time, RFC3339
	BeforeTime *time.Time `json:"beforeTime,omitempty"`

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetTasksIDRunsParams defines parameters for GetTasksIDRuns.

type GetTasksParams

type GetTasksParams struct {

	// Returns task with a specific name.
	Name *string `json:"name,omitempty"`

	// Return tasks after a specified ID.
	After *string `json:"after,omitempty"`

	// Filter tasks to a specific user ID.
	User *string `json:"user,omitempty"`

	// Filter tasks to a specific organization name.
	Org *string `json:"org,omitempty"`

	// Filter tasks to a specific organization ID.
	OrgID *string `json:"orgID,omitempty"`

	// Filter tasks by a status--"inactive" or "active".
	Status *GetTasksParamsStatus `json:"status,omitempty"`

	// The number of tasks to return
	Limit *int `json:"limit,omitempty"`

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetTasksParams defines parameters for GetTasks.

type GetTasksParamsStatus added in v1.1.0

type GetTasksParamsStatus string

GetTasksParamsStatus defines parameters for GetTasks.

type GetTelegrafPluginsParams

type GetTelegrafPluginsParams struct {

	// The type of plugin desired.
	Type *string `json:"type,omitempty"`

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetTelegrafPluginsParams defines parameters for GetTelegrafPlugins.

type GetTelegrafsIDLabelsParams

type GetTelegrafsIDLabelsParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetTelegrafsIDLabelsParams defines parameters for GetTelegrafsIDLabels.

type GetTelegrafsIDMembersParams

type GetTelegrafsIDMembersParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetTelegrafsIDMembersParams defines parameters for GetTelegrafsIDMembers.

type GetTelegrafsIDOwnersParams

type GetTelegrafsIDOwnersParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetTelegrafsIDOwnersParams defines parameters for GetTelegrafsIDOwners.

type GetTelegrafsIDParams

type GetTelegrafsIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan                  `json:"Zap-Trace-Span,omitempty"`
	Accept       *GetTelegrafsIDParamsAccept `json:"Accept,omitempty"`
}

GetTelegrafsIDParams defines parameters for GetTelegrafsID.

type GetTelegrafsIDParamsAccept added in v1.1.0

type GetTelegrafsIDParamsAccept string

GetTelegrafsIDParamsAccept defines parameters for GetTelegrafsID.

type GetTelegrafsParams

type GetTelegrafsParams struct {

	// The organization ID the Telegraf config belongs to.
	OrgID *string `json:"orgID,omitempty"`

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetTelegrafsParams defines parameters for GetTelegrafs.

type GetUsersIDParams

type GetUsersIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetUsersIDParams defines parameters for GetUsersID.

type GetUsersParams

type GetUsersParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetUsersParams defines parameters for GetUsers.

type GetVariablesIDLabelsParams

type GetVariablesIDLabelsParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetVariablesIDLabelsParams defines parameters for GetVariablesIDLabels.

type GetVariablesIDParams

type GetVariablesIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetVariablesIDParams defines parameters for GetVariablesID.

type GetVariablesParams

type GetVariablesParams struct {

	// The organization name.
	Org *string `json:"org,omitempty"`

	// The organization ID.
	OrgID *string `json:"orgID,omitempty"`

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

GetVariablesParams defines parameters for GetVariables.

type GreaterThreshold

type GreaterThreshold struct {
	// Embedded struct due to allOf(#/components/schemas/ThresholdBase)
	ThresholdBase
	// Embedded fields due to inline allOf schema
	Type  GreaterThresholdType `json:"type"`
	Value float32              `json:"value"`
}

GreaterThreshold defines model for GreaterThreshold.

type GreaterThresholdType added in v1.1.0

type GreaterThresholdType string

GreaterThresholdType defines model for GreaterThreshold.Type.

const (
	GreaterThresholdTypeGreater GreaterThresholdType = "greater"
)

Defines values for GreaterThresholdType.

type HTTPNotificationEndpoint

type HTTPNotificationEndpoint struct {
	// Embedded struct due to allOf(#/components/schemas/NotificationEndpointBase)
	NotificationEndpointBase
	// Embedded fields due to inline allOf schema
	AuthMethod      HTTPNotificationEndpointAuthMethod `json:"authMethod"`
	ContentTemplate *string                            `json:"contentTemplate,omitempty"`

	// Customized headers.
	Headers  *HTTPNotificationEndpoint_Headers `json:"headers,omitempty"`
	Method   HTTPNotificationEndpointMethod    `json:"method"`
	Password *string                           `json:"password,omitempty"`
	Token    *string                           `json:"token,omitempty"`
	Url      string                            `json:"url"`
	Username *string                           `json:"username,omitempty"`
}

HTTPNotificationEndpoint defines model for HTTPNotificationEndpoint.

type HTTPNotificationEndpointAuthMethod added in v1.1.0

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 added in v1.1.0

type HTTPNotificationEndpointMethod string

HTTPNotificationEndpointMethod defines model for HTTPNotificationEndpoint.Method.

const (
	HTTPNotificationEndpointMethodGET HTTPNotificationEndpointMethod = "GET"

	HTTPNotificationEndpointMethodPOST HTTPNotificationEndpointMethod = "POST"

	HTTPNotificationEndpointMethodPUT HTTPNotificationEndpointMethod = "PUT"
)

Defines values for HTTPNotificationEndpointMethod.

type HTTPNotificationEndpoint_Headers

type HTTPNotificationEndpoint_Headers struct {
	AdditionalProperties map[string]string `json:"-"`
}

HTTPNotificationEndpoint_Headers defines model for HTTPNotificationEndpoint.Headers.

func (HTTPNotificationEndpoint_Headers) Get

func (a HTTPNotificationEndpoint_Headers) Get(fieldName string) (value string, found bool)

Getter for additional properties for HTTPNotificationEndpoint_Headers. Returns the specified element and whether it was found

func (HTTPNotificationEndpoint_Headers) MarshalJSON

func (a HTTPNotificationEndpoint_Headers) MarshalJSON() ([]byte, error)

Override default JSON handling for HTTPNotificationEndpoint_Headers to handle AdditionalProperties

func (*HTTPNotificationEndpoint_Headers) Set

func (a *HTTPNotificationEndpoint_Headers) Set(fieldName string, value string)

Setter for additional properties for HTTPNotificationEndpoint_Headers

func (*HTTPNotificationEndpoint_Headers) UnmarshalJSON

func (a *HTTPNotificationEndpoint_Headers) UnmarshalJSON(b []byte) error

Override default JSON handling for HTTPNotificationEndpoint_Headers to handle AdditionalProperties

type HTTPNotificationRule

type HTTPNotificationRule struct {
	// Embedded struct due to allOf(#/components/schemas/NotificationRuleBase)
	NotificationRuleBase
	// Embedded struct due to allOf(#/components/schemas/HTTPNotificationRuleBase)
	HTTPNotificationRuleBase
}

HTTPNotificationRule defines model for HTTPNotificationRule.

type HTTPNotificationRuleBase

type HTTPNotificationRuleBase struct {
	Type HTTPNotificationRuleBaseType `json:"type"`
	Url  *string                      `json:"url,omitempty"`
}

HTTPNotificationRuleBase defines model for HTTPNotificationRuleBase.

type HTTPNotificationRuleBaseType added in v1.1.0

type HTTPNotificationRuleBaseType string

HTTPNotificationRuleBaseType defines model for HTTPNotificationRuleBase.Type.

const (
	HTTPNotificationRuleBaseTypeHttp HTTPNotificationRuleBaseType = "http"
)

Defines values for HTTPNotificationRuleBaseType.

type HealthCheck

type HealthCheck struct {
	Checks  *[]HealthCheck    `json:"checks,omitempty"`
	Commit  *string           `json:"commit,omitempty"`
	Message *string           `json:"message,omitempty"`
	Name    string            `json:"name"`
	Status  HealthCheckStatus `json:"status"`
	Version *string           `json:"version,omitempty"`
}

HealthCheck defines model for HealthCheck.

type HealthCheckStatus added in v1.1.0

type HealthCheckStatus string

HealthCheckStatus defines model for HealthCheck.Status.

const (
	HealthCheckStatusFail HealthCheckStatus = "fail"

	HealthCheckStatusPass HealthCheckStatus = "pass"
)

Defines values for HealthCheckStatus.

type HeatmapViewProperties

type HeatmapViewProperties struct {
	BinSize float32 `json:"binSize"`

	// Colors define color encoding of data into a visualization
	Colors  []string                   `json:"colors"`
	Note    string                     `json:"note"`
	Queries []DashboardQuery           `json:"queries"`
	Shape   HeatmapViewPropertiesShape `json:"shape"`

	// If true, will display note when empty
	ShowNoteWhenEmpty bool                      `json:"showNoteWhenEmpty"`
	TimeFormat        *string                   `json:"timeFormat,omitempty"`
	Type              HeatmapViewPropertiesType `json:"type"`
	XAxisLabel        string                    `json:"xAxisLabel"`
	XColumn           string                    `json:"xColumn"`
	XDomain           []float32                 `json:"xDomain"`
	XPrefix           string                    `json:"xPrefix"`
	XSuffix           string                    `json:"xSuffix"`
	YAxisLabel        string                    `json:"yAxisLabel"`
	YColumn           string                    `json:"yColumn"`
	YDomain           []float32                 `json:"yDomain"`
	YPrefix           string                    `json:"yPrefix"`
	YSuffix           string                    `json:"ySuffix"`
}

HeatmapViewProperties defines model for HeatmapViewProperties.

type HeatmapViewPropertiesShape added in v1.1.0

type HeatmapViewPropertiesShape string

HeatmapViewPropertiesShape defines model for HeatmapViewProperties.Shape.

const (
	HeatmapViewPropertiesShapeChronografV2 HeatmapViewPropertiesShape = "chronograf-v2"
)

Defines values for HeatmapViewPropertiesShape.

type HeatmapViewPropertiesType added in v1.1.0

type HeatmapViewPropertiesType string

HeatmapViewPropertiesType defines model for HeatmapViewProperties.Type.

const (
	HeatmapViewPropertiesTypeHeatmap HeatmapViewPropertiesType = "heatmap"
)

Defines values for HeatmapViewPropertiesType.

type HistogramViewProperties

type HistogramViewProperties struct {
	BinCount int `json:"binCount"`

	// Colors define color encoding of data into a visualization
	Colors      []DashboardColor                `json:"colors"`
	FillColumns []string                        `json:"fillColumns"`
	Note        string                          `json:"note"`
	Position    HistogramViewPropertiesPosition `json:"position"`
	Queries     []DashboardQuery                `json:"queries"`
	Shape       HistogramViewPropertiesShape    `json:"shape"`

	// If true, will display note when empty
	ShowNoteWhenEmpty bool                        `json:"showNoteWhenEmpty"`
	Type              HistogramViewPropertiesType `json:"type"`
	XAxisLabel        string                      `json:"xAxisLabel"`
	XColumn           string                      `json:"xColumn"`
	XDomain           []float32                   `json:"xDomain"`
}

HistogramViewProperties defines model for HistogramViewProperties.

type HistogramViewPropertiesPosition added in v1.1.0

type HistogramViewPropertiesPosition string

HistogramViewPropertiesPosition defines model for HistogramViewProperties.Position.

const (
	HistogramViewPropertiesPositionOverlaid HistogramViewPropertiesPosition = "overlaid"

	HistogramViewPropertiesPositionStacked HistogramViewPropertiesPosition = "stacked"
)

Defines values for HistogramViewPropertiesPosition.

type HistogramViewPropertiesShape added in v1.1.0

type HistogramViewPropertiesShape string

HistogramViewPropertiesShape defines model for HistogramViewProperties.Shape.

const (
	HistogramViewPropertiesShapeChronografV2 HistogramViewPropertiesShape = "chronograf-v2"
)

Defines values for HistogramViewPropertiesShape.

type HistogramViewPropertiesType added in v1.1.0

type HistogramViewPropertiesType string

HistogramViewPropertiesType defines model for HistogramViewProperties.Type.

const (
	HistogramViewPropertiesTypeHistogram HistogramViewPropertiesType = "histogram"
)

Defines values for HistogramViewPropertiesType.

type Identifier

type Identifier struct {
	Name *string `json:"name,omitempty"`

	// Type of AST node
	Type *NodeType `json:"type,omitempty"`
}

Identifier defines model for Identifier.

type ImportDeclaration

type ImportDeclaration struct {

	// A valid Flux identifier
	As *Identifier `json:"as,omitempty"`

	// Expressions begin and end with double quote marks
	Path *StringLiteral `json:"path,omitempty"`

	// Type of AST node
	Type *NodeType `json:"type,omitempty"`
}

ImportDeclaration defines model for ImportDeclaration.

type IndexExpression

type IndexExpression struct {
	Array *Expression `json:"array,omitempty"`
	Index *Expression `json:"index,omitempty"`

	// Type of AST node
	Type *NodeType `json:"type,omitempty"`
}

IndexExpression defines model for IndexExpression.

type InfluxQLQuery

type InfluxQLQuery struct {

	// Bucket is to be used instead of the database and retention policy specified in the InfluxQL query.
	Bucket *string `json:"bucket,omitempty"`

	// InfluxQL query execute.
	Query string `json:"query"`

	// The type of query. Must be "influxql".
	Type *InfluxQLQueryType `json:"type,omitempty"`
}

InfluxQLQuery defines model for InfluxQLQuery.

type InfluxQLQueryType added in v1.1.0

type InfluxQLQueryType string

InfluxQLQueryType defines model for InfluxQLQuery.Type.

const (
	InfluxQLQueryTypeInfluxql InfluxQLQueryType = "influxql"
)

Defines values for InfluxQLQueryType.

type IntegerLiteral

type IntegerLiteral struct {

	// Type of AST node
	Type  *NodeType `json:"type,omitempty"`
	Value *string   `json:"value,omitempty"`
}

IntegerLiteral defines model for IntegerLiteral.

type Invite added in v1.3.0

type Invite struct {
	Email     string     `json:"email"`
	ExpiresAt *time.Time `json:"expiresAt,omitempty"`

	// the idpe id of the invite
	Id    string `json:"id"`
	Links *struct {
		Self *string `json:"self,omitempty"`
	} `json:"links,omitempty"`
	Role InviteRole `json:"role"`
}

Invite defines model for Invite.

type InviteRole added in v1.3.0

type InviteRole string

InviteRole defines model for Invite.Role.

const (
	InviteRoleMember InviteRole = "member"

	InviteRoleOwner InviteRole = "owner"
)

Defines values for InviteRole.

type Invites added in v1.3.0

type Invites struct {
	Invites *[]Invite `json:"invites,omitempty"`
	Links   *struct {
		Self *string `json:"self,omitempty"`
	} `json:"links,omitempty"`
}

Invites defines model for Invites.

type IsOnboarding

type IsOnboarding struct {

	// True means that the influxdb instance has NOT had initial setup; false means that the database has been setup.
	Allowed *bool `json:"allowed,omitempty"`
}

IsOnboarding defines model for IsOnboarding.

type Label

type Label struct {
	Id    *string `json:"id,omitempty"`
	Name  *string `json:"name,omitempty"`
	OrgID *string `json:"orgID,omitempty"`

	// Key/Value pairs associated with this label. Keys can be removed by sending an update with an empty value.
	Properties *Label_Properties `json:"properties,omitempty"`
}

Label defines model for Label.

type LabelCreateRequest

type LabelCreateRequest struct {
	Name  *string `json:"name,omitempty"`
	OrgID string  `json:"orgID"`

	// Key/Value pairs associated with this label. Keys can be removed by sending an update with an empty value.
	Properties *LabelCreateRequest_Properties `json:"properties,omitempty"`
}

LabelCreateRequest defines model for LabelCreateRequest.

type LabelCreateRequest_Properties

type LabelCreateRequest_Properties struct {
	AdditionalProperties map[string]string `json:"-"`
}

LabelCreateRequest_Properties defines model for LabelCreateRequest.Properties.

func (LabelCreateRequest_Properties) Get

func (a LabelCreateRequest_Properties) Get(fieldName string) (value string, found bool)

Getter for additional properties for LabelCreateRequest_Properties. Returns the specified element and whether it was found

func (LabelCreateRequest_Properties) MarshalJSON

func (a LabelCreateRequest_Properties) MarshalJSON() ([]byte, error)

Override default JSON handling for LabelCreateRequest_Properties to handle AdditionalProperties

func (*LabelCreateRequest_Properties) Set

func (a *LabelCreateRequest_Properties) Set(fieldName string, value string)

Setter for additional properties for LabelCreateRequest_Properties

func (*LabelCreateRequest_Properties) UnmarshalJSON

func (a *LabelCreateRequest_Properties) UnmarshalJSON(b []byte) error

Override default JSON handling for LabelCreateRequest_Properties to handle AdditionalProperties

type LabelMapping

type LabelMapping struct {
	LabelID *string `json:"labelID,omitempty"`
}

LabelMapping defines model for LabelMapping.

type LabelResponse

type LabelResponse struct {
	Label *Label `json:"label,omitempty"`
	Links *Links `json:"links,omitempty"`
}

LabelResponse defines model for LabelResponse.

type LabelUpdate

type LabelUpdate struct {
	Name *string `json:"name,omitempty"`

	// Key/Value pairs associated with this label. Keys can be removed by sending an update with an empty value.
	Properties *LabelUpdate_Properties `json:"properties,omitempty"`
}

LabelUpdate defines model for LabelUpdate.

type LabelUpdate_Properties added in v1.3.0

type LabelUpdate_Properties struct {
	AdditionalProperties map[string]string `json:"-"`
}

LabelUpdate_Properties defines model for LabelUpdate.Properties.

func (LabelUpdate_Properties) Get added in v1.3.0

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 added in v1.3.0

func (a LabelUpdate_Properties) MarshalJSON() ([]byte, error)

Override default JSON handling for LabelUpdate_Properties to handle AdditionalProperties

func (*LabelUpdate_Properties) Set added in v1.3.0

func (a *LabelUpdate_Properties) Set(fieldName string, value string)

Setter for additional properties for LabelUpdate_Properties

func (*LabelUpdate_Properties) UnmarshalJSON added in v1.3.0

func (a *LabelUpdate_Properties) UnmarshalJSON(b []byte) error

Override default JSON handling for LabelUpdate_Properties to handle AdditionalProperties

type Label_Properties

type Label_Properties struct {
	AdditionalProperties map[string]string `json:"-"`
}

Label_Properties defines model for Label.Properties.

func (Label_Properties) Get

func (a Label_Properties) Get(fieldName string) (value string, found bool)

Getter for additional properties for Label_Properties. Returns the specified element and whether it was found

func (Label_Properties) MarshalJSON

func (a Label_Properties) MarshalJSON() ([]byte, error)

Override default JSON handling for Label_Properties to handle AdditionalProperties

func (*Label_Properties) Set

func (a *Label_Properties) Set(fieldName string, value string)

Setter for additional properties for Label_Properties

func (*Label_Properties) UnmarshalJSON

func (a *Label_Properties) UnmarshalJSON(b []byte) error

Override default JSON handling for Label_Properties to handle AdditionalProperties

type Labels

type Labels []Label

Labels defines model for Labels.

type LabelsResponse

type LabelsResponse struct {
	Labels *Labels `json:"labels,omitempty"`
	Links  *Links  `json:"links,omitempty"`
}

LabelsResponse defines model for LabelsResponse.

type LanguageRequest

type LanguageRequest struct {

	// Flux query script to be analyzed
	Query string `json:"query"`
}

LanguageRequest defines model for LanguageRequest.

type Legend

type Legend struct {

	// orientation is the location of the legend with respect to the view graph
	Orientation *LegendOrientation `json:"orientation,omitempty"`

	// The style of the legend.
	Type *LegendType `json:"type,omitempty"`
}

Legend defines model for Legend.

type LegendOrientation added in v1.1.0

type LegendOrientation string

LegendOrientation defines model for Legend.Orientation.

const (
	LegendOrientationBottom LegendOrientation = "bottom"

	LegendOrientationLeft LegendOrientation = "left"

	LegendOrientationRight LegendOrientation = "right"

	LegendOrientationTop LegendOrientation = "top"
)

Defines values for LegendOrientation.

type LegendType added in v1.1.0

type LegendType string

LegendType defines model for Legend.Type.

const (
	LegendTypeStatic LegendType = "static"
)

Defines values for LegendType.

type LesserThreshold

type LesserThreshold struct {
	// Embedded struct due to allOf(#/components/schemas/ThresholdBase)
	ThresholdBase
	// Embedded fields due to inline allOf schema
	Type  LesserThresholdType `json:"type"`
	Value float32             `json:"value"`
}

LesserThreshold defines model for LesserThreshold.

type LesserThresholdType added in v1.1.0

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"`

	// Legend define encoding of data into a view's legend
	Legend     Legend                               `json:"legend"`
	Note       string                               `json:"note"`
	Position   LinePlusSingleStatPropertiesPosition `json:"position"`
	Prefix     string                               `json:"prefix"`
	Queries    []DashboardQuery                     `json:"queries"`
	ShadeBelow *bool                                `json:"shadeBelow,omitempty"`
	Shape      LinePlusSingleStatPropertiesShape    `json:"shape"`

	// If true, will display note when empty
	ShowNoteWhenEmpty bool                             `json:"showNoteWhenEmpty"`
	Suffix            string                           `json:"suffix"`
	TimeFormat        *string                          `json:"timeFormat,omitempty"`
	Type              LinePlusSingleStatPropertiesType `json:"type"`
	XColumn           *string                          `json:"xColumn,omitempty"`
	YColumn           *string                          `json:"yColumn,omitempty"`
}

LinePlusSingleStatProperties defines model for LinePlusSingleStatProperties.

type LinePlusSingleStatPropertiesPosition added in v1.1.0

type LinePlusSingleStatPropertiesPosition string

LinePlusSingleStatPropertiesPosition defines model for LinePlusSingleStatProperties.Position.

const (
	LinePlusSingleStatPropertiesPositionOverlaid LinePlusSingleStatPropertiesPosition = "overlaid"

	LinePlusSingleStatPropertiesPositionStacked LinePlusSingleStatPropertiesPosition = "stacked"
)

Defines values for LinePlusSingleStatPropertiesPosition.

type LinePlusSingleStatPropertiesShape added in v1.1.0

type LinePlusSingleStatPropertiesShape string

LinePlusSingleStatPropertiesShape defines model for LinePlusSingleStatProperties.Shape.

const (
	LinePlusSingleStatPropertiesShapeChronografV2 LinePlusSingleStatPropertiesShape = "chronograf-v2"
)

Defines values for LinePlusSingleStatPropertiesShape.

type LinePlusSingleStatPropertiesType added in v1.1.0

type LinePlusSingleStatPropertiesType string

LinePlusSingleStatPropertiesType defines model for LinePlusSingleStatProperties.Type.

const (
	LinePlusSingleStatPropertiesTypeLinePlusSingleStat LinePlusSingleStatPropertiesType = "line-plus-single-stat"
)

Defines values for LinePlusSingleStatPropertiesType.

type LineProtocolError

type LineProtocolError struct {

	// Code is the machine-readable error code.
	Code LineProtocolErrorCode `json:"code"`

	// Err is a stack of errors that occurred during processing of the request. Useful for debugging.
	Err string `json:"err"`

	// First line within sent body containing malformed data
	Line *int32 `json:"line,omitempty"`

	// Message is a human-readable message.
	Message string `json:"message"`

	// Op describes the logical code operation during error. Useful for debugging.
	Op string `json:"op"`
}

LineProtocolError defines model for LineProtocolError.

type LineProtocolErrorCode added in v1.1.0

type LineProtocolErrorCode string

LineProtocolErrorCode defines model for LineProtocolError.Code.

const (
	LineProtocolErrorCodeConflict LineProtocolErrorCode = "conflict"

	LineProtocolErrorCodeEmptyValue LineProtocolErrorCode = "empty value"

	LineProtocolErrorCodeInternalError LineProtocolErrorCode = "internal error"

	LineProtocolErrorCodeInvalid LineProtocolErrorCode = "invalid"

	LineProtocolErrorCodeNotFound LineProtocolErrorCode = "not found"

	LineProtocolErrorCodeUnavailable LineProtocolErrorCode = "unavailable"
)

Defines values for LineProtocolErrorCode.

type LineProtocolLengthError

type LineProtocolLengthError struct {

	// Code is the machine-readable error code.
	Code LineProtocolLengthErrorCode `json:"code"`

	// Max length in bytes for a body of line-protocol.
	MaxLength int32 `json:"maxLength"`

	// Message is a human-readable message.
	Message string `json:"message"`
}

LineProtocolLengthError defines model for LineProtocolLengthError.

type LineProtocolLengthErrorCode added in v1.1.0

type LineProtocolLengthErrorCode string

LineProtocolLengthErrorCode defines model for LineProtocolLengthError.Code.

const (
	LineProtocolLengthErrorCodeInvalid LineProtocolLengthErrorCode = "invalid"
)

Defines values for LineProtocolLengthErrorCode.

type Link string

Link defines model for Link.

type Links struct {

	// URI of resource.
	Next *Link `json:"next,omitempty"`

	// URI of resource.
	Prev *Link `json:"prev,omitempty"`

	// URI of resource.
	Self Link `json:"self"`
}

Links defines model for Links.

type ListStacksParams added in v1.3.0

type ListStacksParams struct {

	// The organization id of the stacks
	OrgID string `json:"orgID"`

	// A collection of names to filter the list by.
	Name *string `json:"name,omitempty"`

	// A collection of stackIDs to filter the list by.
	StackID *string `json:"stackID,omitempty"`
}

ListStacksParams defines parameters for ListStacks.

type LogEvent

type LogEvent struct {

	// A description of the event that occurred.
	Message *string `json:"message,omitempty"`

	// Time event occurred, RFC3339Nano.
	Time *time.Time `json:"time,omitempty"`
}

LogEvent defines model for LogEvent.

type LogicalExpression

type LogicalExpression struct {
	Left     *Expression `json:"left,omitempty"`
	Operator *string     `json:"operator,omitempty"`
	Right    *Expression `json:"right,omitempty"`

	// Type of AST node
	Type *NodeType `json:"type,omitempty"`
}

LogicalExpression defines model for LogicalExpression.

type Logs

type Logs struct {
	Events *[]LogEvent `json:"events,omitempty"`
}

Logs defines model for Logs.

type MapVariableProperties

type MapVariableProperties struct {
	Type   *MapVariablePropertiesType    `json:"type,omitempty"`
	Values *MapVariableProperties_Values `json:"values,omitempty"`
}

MapVariableProperties defines model for MapVariableProperties.

type MapVariablePropertiesType added in v1.1.0

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 added in v1.1.0

type MarkdownViewPropertiesShape string

MarkdownViewPropertiesShape defines model for MarkdownViewProperties.Shape.

const (
	MarkdownViewPropertiesShapeChronografV2 MarkdownViewPropertiesShape = "chronograf-v2"
)

Defines values for MarkdownViewPropertiesShape.

type MarkdownViewPropertiesType added in v1.1.0

type MarkdownViewPropertiesType string

MarkdownViewPropertiesType defines model for MarkdownViewProperties.Type.

const (
	MarkdownViewPropertiesTypeMarkdown MarkdownViewPropertiesType = "markdown"
)

Defines values for MarkdownViewPropertiesType.

type MemberAssignment

type MemberAssignment struct {
	Init *Expression `json:"init,omitempty"`

	// Represents accessing a property of an object
	Member *MemberExpression `json:"member,omitempty"`

	// Type of AST node
	Type *NodeType `json:"type,omitempty"`
}

MemberAssignment defines model for MemberAssignment.

type MemberExpression

type MemberExpression struct {
	Object   *Expression  `json:"object,omitempty"`
	Property *PropertyKey `json:"property,omitempty"`

	// Type of AST node
	Type *NodeType `json:"type,omitempty"`
}

MemberExpression defines model for MemberExpression.

type Node

type Node interface{}

Node defines model for Node.

type NodeType

type NodeType string

NodeType defines model for NodeType.

type NotificationEndpoint

type NotificationEndpoint struct {
	// Embedded struct due to allOf(#/components/schemas/NotificationEndpointDiscrimator)
	NotificationEndpointDiscrimator
}

NotificationEndpoint defines model for NotificationEndpoint.

type NotificationEndpointBase

type NotificationEndpointBase struct {
	CreatedAt *time.Time `json:"createdAt,omitempty"`

	// An optional description of the notification endpoint.
	Description *string `json:"description,omitempty"`
	Id          *string `json:"id,omitempty"`
	Labels      *Labels `json:"labels,omitempty"`
	Links       *struct {

		// URI of resource.
		Labels *Link `json:"labels,omitempty"`

		// URI of resource.
		Members *Link `json:"members,omitempty"`

		// URI of resource.
		Owners *Link `json:"owners,omitempty"`

		// URI of resource.
		Self *Link `json:"self,omitempty"`
	} `json:"links,omitempty"`
	Name  string  `json:"name"`
	OrgID *string `json:"orgID,omitempty"`

	// The status of the endpoint.
	Status    *NotificationEndpointBaseStatus `json:"status,omitempty"`
	Type      NotificationEndpointType        `json:"type"`
	UpdatedAt *time.Time                      `json:"updatedAt,omitempty"`
	UserID    *string                         `json:"userID,omitempty"`
}

NotificationEndpointBase defines model for NotificationEndpointBase.

type NotificationEndpointBaseStatus added in v1.1.0

type NotificationEndpointBaseStatus string

NotificationEndpointBaseStatus defines model for NotificationEndpointBase.Status.

const (
	NotificationEndpointBaseStatusActive NotificationEndpointBaseStatus = "active"

	NotificationEndpointBaseStatusInactive NotificationEndpointBaseStatus = "inactive"
)

Defines values for NotificationEndpointBaseStatus.

type NotificationEndpointDiscrimator

type NotificationEndpointDiscrimator interface{}

NotificationEndpointDiscrimator defines model for NotificationEndpointDiscrimator.

type NotificationEndpointType

type NotificationEndpointType string

NotificationEndpointType defines model for NotificationEndpointType.

const (
	NotificationEndpointTypeHttp NotificationEndpointType = "http"

	NotificationEndpointTypePagerduty NotificationEndpointType = "pagerduty"

	NotificationEndpointTypeSlack NotificationEndpointType = "slack"
)

Defines values for NotificationEndpointType.

type NotificationEndpointUpdate

type NotificationEndpointUpdate struct {
	Description *string                           `json:"description,omitempty"`
	Name        *string                           `json:"name,omitempty"`
	Status      *NotificationEndpointUpdateStatus `json:"status,omitempty"`
}

NotificationEndpointUpdate defines model for NotificationEndpointUpdate.

type NotificationEndpointUpdateStatus added in v1.1.0

type NotificationEndpointUpdateStatus string

NotificationEndpointUpdateStatus defines model for NotificationEndpointUpdate.Status.

const (
	NotificationEndpointUpdateStatusActive NotificationEndpointUpdateStatus = "active"

	NotificationEndpointUpdateStatusInactive NotificationEndpointUpdateStatus = "inactive"
)

Defines values for NotificationEndpointUpdateStatus.

type NotificationEndpoints

type NotificationEndpoints struct {
	Links                 *Links                  `json:"links,omitempty"`
	NotificationEndpoints *[]NotificationEndpoint `json:"notificationEndpoints,omitempty"`
}

NotificationEndpoints defines model for NotificationEndpoints.

type NotificationRule

type NotificationRule struct {
	// Embedded struct due to allOf(#/components/schemas/NotificationRuleDiscriminator)
	NotificationRuleDiscriminator
}

NotificationRule defines model for NotificationRule.

type NotificationRuleBase

type NotificationRuleBase struct {
	CreatedAt *time.Time `json:"createdAt,omitempty"`

	// An optional description of the notification rule.
	Description *string `json:"description,omitempty"`
	EndpointID  string  `json:"endpointID"`

	// The notification repetition interval.
	Every         *string                            `json:"every,omitempty"`
	Id            string                             `json:"id"`
	Labels        *Labels                            `json:"labels,omitempty"`
	LastRunError  *string                            `json:"lastRunError,omitempty"`
	LastRunStatus *NotificationRuleBaseLastRunStatus `json:"lastRunStatus,omitempty"`

	// Timestamp of latest scheduled, completed run, RFC3339.
	LatestCompleted *time.Time `json:"latestCompleted,omitempty"`

	// Don't notify me more than <limit> times every <limitEvery> seconds. If set, limitEvery cannot be empty.
	Limit *int `json:"limit,omitempty"`

	// Don't notify me more than <limit> times every <limitEvery> seconds. If set, limit cannot be empty.
	LimitEvery *int `json:"limitEvery,omitempty"`
	Links      *struct {

		// URI of resource.
		Labels *Link `json:"labels,omitempty"`

		// URI of resource.
		Members *Link `json:"members,omitempty"`

		// URI of resource.
		Owners *Link `json:"owners,omitempty"`

		// URI of resource.
		Query *Link `json:"query,omitempty"`

		// URI of resource.
		Self *Link `json:"self,omitempty"`
	} `json:"links,omitempty"`

	// Human-readable name describing the notification rule.
	Name string `json:"name"`

	// Duration to delay after the schedule, before executing check.
	Offset *string `json:"offset,omitempty"`

	// The ID of the organization that owns this notification rule.
	OrgID string `json:"orgID"`

	// The ID of creator used to create this notification rule.
	OwnerID     *string        `json:"ownerID,omitempty"`
	RunbookLink *string        `json:"runbookLink,omitempty"`
	SleepUntil  *string        `json:"sleepUntil,omitempty"`
	Status      TaskStatusType `json:"status"`

	// List of status rules the notification rule attempts to match.
	StatusRules []StatusRule `json:"statusRules"`

	// List of tag rules the notification rule attempts to match.
	TagRules  []TagRule  `json:"tagRules"`
	UpdatedAt *time.Time `json:"updatedAt,omitempty"`
}

NotificationRuleBase defines model for NotificationRuleBase.

type NotificationRuleBaseLastRunStatus added in v1.1.0

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 added in v1.1.0

type NotificationRuleUpdateStatus string

NotificationRuleUpdateStatus defines model for NotificationRuleUpdate.Status.

const (
	NotificationRuleUpdateStatusActive NotificationRuleUpdateStatus = "active"

	NotificationRuleUpdateStatusInactive NotificationRuleUpdateStatus = "inactive"
)

Defines values for NotificationRuleUpdateStatus.

type NotificationRules

type NotificationRules struct {
	Links             *Links              `json:"links,omitempty"`
	NotificationRules *[]NotificationRule `json:"notificationRules,omitempty"`
}

NotificationRules defines model for NotificationRules.

type ObjectExpression

type ObjectExpression struct {

	// Object properties
	Properties *[]Property `json:"properties,omitempty"`

	// Type of AST node
	Type *NodeType `json:"type,omitempty"`
}

ObjectExpression defines model for ObjectExpression.

type Offset

type Offset int

Offset defines model for Offset.

type OnboardingRequest

type OnboardingRequest struct {
	Bucket             string `json:"bucket"`
	Org                string `json:"org"`
	Password           string `json:"password"`
	RetentionPeriodHrs *int   `json:"retentionPeriodHrs,omitempty"`
	Username           string `json:"username"`
}

OnboardingRequest defines model for OnboardingRequest.

type OnboardingResponse

type OnboardingResponse struct {
	Auth   *Authorization `json:"auth,omitempty"`
	Bucket *Bucket        `json:"bucket,omitempty"`
	Org    *Organization  `json:"org,omitempty"`
	User   *User          `json:"user,omitempty"`
}

OnboardingResponse defines model for OnboardingResponse.

type OptionStatement

type OptionStatement struct {
	Assignment *interface{} `json:"assignment,omitempty"`

	// Type of AST node
	Type *NodeType `json:"type,omitempty"`
}

OptionStatement defines model for OptionStatement.

type Organization

type Organization struct {
	CreatedAt   *time.Time `json:"createdAt,omitempty"`
	Description *string    `json:"description,omitempty"`
	Id          *string    `json:"id,omitempty"`
	Links       *struct {

		// URI of resource.
		Buckets *Link `json:"buckets,omitempty"`

		// URI of resource.
		Dashboards *Link `json:"dashboards,omitempty"`

		// URI of resource.
		Labels *Link `json:"labels,omitempty"`

		// URI of resource.
		Members *Link `json:"members,omitempty"`

		// URI of resource.
		Owners *Link `json:"owners,omitempty"`

		// URI of resource.
		Secrets *Link `json:"secrets,omitempty"`

		// URI of resource.
		Self *Link `json:"self,omitempty"`

		// URI of resource.
		Tasks *Link `json:"tasks,omitempty"`
	} `json:"links,omitempty"`
	Name string `json:"name"`

	// If inactive the organization is inactive.
	Status    *OrganizationStatus `json:"status,omitempty"`
	UpdatedAt *time.Time          `json:"updatedAt,omitempty"`
}

Organization defines model for Organization.

type OrganizationStatus added in v1.1.0

type OrganizationStatus string

OrganizationStatus defines model for Organization.Status.

const (
	OrganizationStatusActive OrganizationStatus = "active"

	OrganizationStatusInactive OrganizationStatus = "inactive"
)

Defines values for OrganizationStatus.

type Organizations

type Organizations struct {
	Links *Links          `json:"links,omitempty"`
	Orgs  *[]Organization `json:"orgs,omitempty"`
}

Organizations defines model for Organizations.

type Package

type Package struct {

	// Package files
	Files *[]File `json:"files,omitempty"`

	// Package name
	Package *string `json:"package,omitempty"`

	// Package import path
	Path *string `json:"path,omitempty"`

	// Type of AST node
	Type *NodeType `json:"type,omitempty"`
}

Package defines model for Package.

type PackageClause

type PackageClause struct {

	// A valid Flux identifier
	Name *Identifier `json:"name,omitempty"`

	// Type of AST node
	Type *NodeType `json:"type,omitempty"`
}

PackageClause defines model for PackageClause.

type PagerDutyNotificationEndpoint

type PagerDutyNotificationEndpoint struct {
	// Embedded struct due to allOf(#/components/schemas/NotificationEndpointBase)
	NotificationEndpointBase
	// Embedded fields due to inline allOf schema
	ClientURL  *string `json:"clientURL,omitempty"`
	RoutingKey string  `json:"routingKey"`
}

PagerDutyNotificationEndpoint defines model for PagerDutyNotificationEndpoint.

type PagerDutyNotificationRule

type PagerDutyNotificationRule struct {
	// Embedded struct due to allOf(#/components/schemas/NotificationRuleBase)
	NotificationRuleBase
	// Embedded struct due to allOf(#/components/schemas/PagerDutyNotificationRuleBase)
	PagerDutyNotificationRuleBase
}

PagerDutyNotificationRule defines model for PagerDutyNotificationRule.

type PagerDutyNotificationRuleBase

type PagerDutyNotificationRuleBase struct {
	MessageTemplate string                            `json:"messageTemplate"`
	Type            PagerDutyNotificationRuleBaseType `json:"type"`
}

PagerDutyNotificationRuleBase defines model for PagerDutyNotificationRuleBase.

type PagerDutyNotificationRuleBaseType added in v1.1.0

type PagerDutyNotificationRuleBaseType string

PagerDutyNotificationRuleBaseType defines model for PagerDutyNotificationRuleBase.Type.

const (
	PagerDutyNotificationRuleBaseTypePagerduty PagerDutyNotificationRuleBaseType = "pagerduty"
)

Defines values for PagerDutyNotificationRuleBaseType.

type ParenExpression

type ParenExpression struct {
	Expression *Expression `json:"expression,omitempty"`

	// Type of AST node
	Type *NodeType `json:"type,omitempty"`
}

ParenExpression defines model for ParenExpression.

type PasswordResetBody

type PasswordResetBody struct {
	Password string `json:"password"`
}

PasswordResetBody defines model for PasswordResetBody.

type PatchAuthorizationsIDJSONBody

type PatchAuthorizationsIDJSONBody AuthorizationUpdateRequest

PatchAuthorizationsIDJSONBody defines parameters for PatchAuthorizationsID.

type PatchAuthorizationsIDJSONRequestBody

type PatchAuthorizationsIDJSONRequestBody PatchAuthorizationsIDJSONBody

PatchAuthorizationsIDRequestBody defines body for PatchAuthorizationsID for application/json ContentType.

type PatchAuthorizationsIDParams

type PatchAuthorizationsIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PatchAuthorizationsIDParams defines parameters for PatchAuthorizationsID.

type PatchBucketsIDJSONBody

type PatchBucketsIDJSONBody Bucket

PatchBucketsIDJSONBody defines parameters for PatchBucketsID.

type PatchBucketsIDJSONRequestBody

type PatchBucketsIDJSONRequestBody PatchBucketsIDJSONBody

PatchBucketsIDRequestBody defines body for PatchBucketsID for application/json ContentType.

type PatchBucketsIDParams

type PatchBucketsIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PatchBucketsIDParams defines parameters for PatchBucketsID.

type PatchChecksIDJSONBody

type PatchChecksIDJSONBody CheckPatch

PatchChecksIDJSONBody defines parameters for PatchChecksID.

type PatchChecksIDJSONRequestBody

type PatchChecksIDJSONRequestBody PatchChecksIDJSONBody

PatchChecksIDRequestBody defines body for PatchChecksID for application/json ContentType.

type PatchChecksIDParams

type PatchChecksIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PatchChecksIDParams defines parameters for PatchChecksID.

type PatchDBRPIDJSONBody added in v1.3.0

type PatchDBRPIDJSONBody DBRPUpdate

PatchDBRPIDJSONBody defines parameters for PatchDBRPID.

type PatchDBRPIDJSONRequestBody added in v1.3.0

type PatchDBRPIDJSONRequestBody PatchDBRPIDJSONBody

PatchDBRPIDRequestBody defines body for PatchDBRPID for application/json ContentType.

type PatchDBRPIDParams added in v1.3.0

type PatchDBRPIDParams struct {

	// Specifies the organization ID of the mapping
	OrgID string `json:"orgID"`

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PatchDBRPIDParams defines parameters for PatchDBRPID.

type PatchDashboardsIDCellsIDJSONBody

type PatchDashboardsIDCellsIDJSONBody CellUpdate

PatchDashboardsIDCellsIDJSONBody defines parameters for PatchDashboardsIDCellsID.

type PatchDashboardsIDCellsIDJSONRequestBody

type PatchDashboardsIDCellsIDJSONRequestBody PatchDashboardsIDCellsIDJSONBody

PatchDashboardsIDCellsIDRequestBody defines body for PatchDashboardsIDCellsID for application/json ContentType.

type PatchDashboardsIDCellsIDParams

type PatchDashboardsIDCellsIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PatchDashboardsIDCellsIDParams defines parameters for PatchDashboardsIDCellsID.

type PatchDashboardsIDCellsIDViewJSONBody

type PatchDashboardsIDCellsIDViewJSONBody View

PatchDashboardsIDCellsIDViewJSONBody defines parameters for PatchDashboardsIDCellsIDView.

type PatchDashboardsIDCellsIDViewJSONRequestBody

type PatchDashboardsIDCellsIDViewJSONRequestBody PatchDashboardsIDCellsIDViewJSONBody

PatchDashboardsIDCellsIDViewRequestBody defines body for PatchDashboardsIDCellsIDView for application/json ContentType.

type PatchDashboardsIDCellsIDViewParams

type PatchDashboardsIDCellsIDViewParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PatchDashboardsIDCellsIDViewParams defines parameters for PatchDashboardsIDCellsIDView.

type PatchDashboardsIDJSONBody

type PatchDashboardsIDJSONBody struct {
	Cells *CellWithViewProperties `json:"cells,omitempty"`

	// optional, when provided will replace the description
	Description *string `json:"description,omitempty"`

	// optional, when provided will replace the name
	Name *string `json:"name,omitempty"`
}

PatchDashboardsIDJSONBody defines parameters for PatchDashboardsID.

type PatchDashboardsIDJSONRequestBody

type PatchDashboardsIDJSONRequestBody PatchDashboardsIDJSONBody

PatchDashboardsIDRequestBody defines body for PatchDashboardsID for application/json ContentType.

type PatchDashboardsIDParams

type PatchDashboardsIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PatchDashboardsIDParams defines parameters for PatchDashboardsID.

type PatchLabelsIDJSONBody

type PatchLabelsIDJSONBody LabelUpdate

PatchLabelsIDJSONBody defines parameters for PatchLabelsID.

type PatchLabelsIDJSONRequestBody

type PatchLabelsIDJSONRequestBody PatchLabelsIDJSONBody

PatchLabelsIDRequestBody defines body for PatchLabelsID for application/json ContentType.

type PatchLabelsIDParams

type PatchLabelsIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PatchLabelsIDParams defines parameters for PatchLabelsID.

type PatchNotificationEndpointsIDJSONBody

type PatchNotificationEndpointsIDJSONBody NotificationEndpointUpdate

PatchNotificationEndpointsIDJSONBody defines parameters for PatchNotificationEndpointsID.

type PatchNotificationEndpointsIDJSONRequestBody

type PatchNotificationEndpointsIDJSONRequestBody PatchNotificationEndpointsIDJSONBody

PatchNotificationEndpointsIDRequestBody defines body for PatchNotificationEndpointsID for application/json ContentType.

type PatchNotificationEndpointsIDParams

type PatchNotificationEndpointsIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PatchNotificationEndpointsIDParams defines parameters for PatchNotificationEndpointsID.

type PatchNotificationRulesIDJSONBody

type PatchNotificationRulesIDJSONBody NotificationRuleUpdate

PatchNotificationRulesIDJSONBody defines parameters for PatchNotificationRulesID.

type PatchNotificationRulesIDJSONRequestBody

type PatchNotificationRulesIDJSONRequestBody PatchNotificationRulesIDJSONBody

PatchNotificationRulesIDRequestBody defines body for PatchNotificationRulesID for application/json ContentType.

type PatchNotificationRulesIDParams

type PatchNotificationRulesIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PatchNotificationRulesIDParams defines parameters for PatchNotificationRulesID.

type PatchOrgsIDJSONBody

type PatchOrgsIDJSONBody Organization

PatchOrgsIDJSONBody defines parameters for PatchOrgsID.

type PatchOrgsIDJSONRequestBody

type PatchOrgsIDJSONRequestBody PatchOrgsIDJSONBody

PatchOrgsIDRequestBody defines body for PatchOrgsID for application/json ContentType.

type PatchOrgsIDParams

type PatchOrgsIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PatchOrgsIDParams defines parameters for PatchOrgsID.

type PatchOrgsIDSecretsJSONBody

type PatchOrgsIDSecretsJSONBody Secrets

PatchOrgsIDSecretsJSONBody defines parameters for PatchOrgsIDSecrets.

type PatchOrgsIDSecretsJSONRequestBody

type PatchOrgsIDSecretsJSONRequestBody PatchOrgsIDSecretsJSONBody

PatchOrgsIDSecretsRequestBody defines body for PatchOrgsIDSecrets for application/json ContentType.

type PatchOrgsIDSecretsParams

type PatchOrgsIDSecretsParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PatchOrgsIDSecretsParams defines parameters for PatchOrgsIDSecrets.

type PatchScrapersIDJSONBody

type PatchScrapersIDJSONBody ScraperTargetRequest

PatchScrapersIDJSONBody defines parameters for PatchScrapersID.

type PatchScrapersIDJSONRequestBody

type PatchScrapersIDJSONRequestBody PatchScrapersIDJSONBody

PatchScrapersIDRequestBody defines body for PatchScrapersID for application/json ContentType.

type PatchScrapersIDLabelsIDJSONBody

type PatchScrapersIDLabelsIDJSONBody Label

PatchScrapersIDLabelsIDJSONBody defines parameters for PatchScrapersIDLabelsID.

type PatchScrapersIDLabelsIDJSONRequestBody

type PatchScrapersIDLabelsIDJSONRequestBody PatchScrapersIDLabelsIDJSONBody

PatchScrapersIDLabelsIDRequestBody defines body for PatchScrapersIDLabelsID for application/json ContentType.

type PatchScrapersIDLabelsIDParams

type PatchScrapersIDLabelsIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PatchScrapersIDLabelsIDParams defines parameters for PatchScrapersIDLabelsID.

type PatchScrapersIDParams

type PatchScrapersIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PatchScrapersIDParams defines parameters for PatchScrapersID.

type PatchSourcesIDJSONBody

type PatchSourcesIDJSONBody Source

PatchSourcesIDJSONBody defines parameters for PatchSourcesID.

type PatchSourcesIDJSONRequestBody

type PatchSourcesIDJSONRequestBody PatchSourcesIDJSONBody

PatchSourcesIDRequestBody defines body for PatchSourcesID for application/json ContentType.

type PatchSourcesIDParams

type PatchSourcesIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PatchSourcesIDParams defines parameters for PatchSourcesID.

type PatchTasksIDJSONBody

type PatchTasksIDJSONBody TaskUpdateRequest

PatchTasksIDJSONBody defines parameters for PatchTasksID.

type PatchTasksIDJSONRequestBody

type PatchTasksIDJSONRequestBody PatchTasksIDJSONBody

PatchTasksIDRequestBody defines body for PatchTasksID for application/json ContentType.

type PatchTasksIDParams

type PatchTasksIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PatchTasksIDParams defines parameters for PatchTasksID.

type PatchUsersIDJSONBody

type PatchUsersIDJSONBody User

PatchUsersIDJSONBody defines parameters for PatchUsersID.

type PatchUsersIDJSONRequestBody

type PatchUsersIDJSONRequestBody PatchUsersIDJSONBody

PatchUsersIDRequestBody defines body for PatchUsersID for application/json ContentType.

type PatchUsersIDParams

type PatchUsersIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PatchUsersIDParams defines parameters for PatchUsersID.

type PatchVariablesIDJSONBody

type PatchVariablesIDJSONBody Variable

PatchVariablesIDJSONBody defines parameters for PatchVariablesID.

type PatchVariablesIDJSONRequestBody

type PatchVariablesIDJSONRequestBody PatchVariablesIDJSONBody

PatchVariablesIDRequestBody defines body for PatchVariablesID for application/json ContentType.

type PatchVariablesIDParams

type PatchVariablesIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PatchVariablesIDParams defines parameters for PatchVariablesID.

type Permission

type Permission struct {
	Action   PermissionAction `json:"action"`
	Resource Resource         `json:"resource"`
}

Permission defines model for Permission.

type PermissionAction added in v1.1.0

type PermissionAction string

PermissionAction defines model for Permission.Action.

const (
	PermissionActionRead PermissionAction = "read"

	PermissionActionWrite PermissionAction = "write"
)

Defines values for PermissionAction.

type PipeExpression

type PipeExpression struct {
	Argument *Expression `json:"argument,omitempty"`

	// Represents a function call
	Call *CallExpression `json:"call,omitempty"`

	// Type of AST node
	Type *NodeType `json:"type,omitempty"`
}

PipeExpression defines model for PipeExpression.

type PipeLiteral

type PipeLiteral struct {

	// Type of AST node
	Type *NodeType `json:"type,omitempty"`
}

PipeLiteral defines model for PipeLiteral.

type Pkg

type Pkg []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"`
}

Pkg defines model for Pkg.

type PkgApply

type PkgApply struct {
	Actions *[]interface{} `json:"actions,omitempty"`
	DryRun  *bool          `json:"dryRun,omitempty"`
	OrgID   *string        `json:"orgID,omitempty"`
	Remotes *[]struct {
		ContentType *string `json:"contentType,omitempty"`
		Url         string  `json:"url"`
	} `json:"remotes,omitempty"`
	Secrets  *PkgApply_Secrets `json:"secrets,omitempty"`
	StackID  *string           `json:"stackID,omitempty"`
	Template *struct {
		ContentType *string   `json:"contentType,omitempty"`
		Package     *Pkg      `json:"package,omitempty"`
		Sources     *[]string `json:"sources,omitempty"`
	} `json:"template,omitempty"`
	Templates *[]struct {
		ContentType *string   `json:"contentType,omitempty"`
		Package     *Pkg      `json:"package,omitempty"`
		Sources     *[]string `json:"sources,omitempty"`
	} `json:"templates,omitempty"`
}

PkgApply defines model for PkgApply.

type PkgApply_Secrets

type PkgApply_Secrets struct {
	AdditionalProperties map[string]string `json:"-"`
}

PkgApply_Secrets defines model for PkgApply.Secrets.

func (PkgApply_Secrets) Get

func (a PkgApply_Secrets) Get(fieldName string) (value string, found bool)

Getter for additional properties for PkgApply_Secrets. Returns the specified element and whether it was found

func (PkgApply_Secrets) MarshalJSON

func (a PkgApply_Secrets) MarshalJSON() ([]byte, error)

Override default JSON handling for PkgApply_Secrets to handle AdditionalProperties

func (*PkgApply_Secrets) Set

func (a *PkgApply_Secrets) Set(fieldName string, value string)

Setter for additional properties for PkgApply_Secrets

func (*PkgApply_Secrets) UnmarshalJSON

func (a *PkgApply_Secrets) UnmarshalJSON(b []byte) error

Override default JSON handling for PkgApply_Secrets to handle AdditionalProperties

type PkgChart

type PkgChart 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"`
}

PkgChart defines model for PkgChart.

type PkgCreate

type PkgCreate struct {
	OrgIDs *[]struct {
		OrgID           *string `json:"orgID,omitempty"`
		ResourceFilters *struct {
			ByLabel        *[]string       `json:"byLabel,omitempty"`
			ByResourceKind *[]TemplateKind `json:"byResourceKind,omitempty"`
		} `json:"resourceFilters,omitempty"`
	} `json:"orgIDs,omitempty"`
	Resources *struct {
		Id   string       `json:"id"`
		Kind TemplateKind `json:"kind"`
		Name *string      `json:"name,omitempty"`
	} `json:"resources,omitempty"`
}

PkgCreate defines model for PkgCreate.

type PkgEnvReferences added in v1.3.0

type PkgEnvReferences []struct {

	// Default value that will be provided for the reference when no value is provided
	DefaultValue string `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 *string `json:"value,omitempty"`
}

PkgEnvReferences defines model for PkgEnvReferences.

type PkgSummary

type PkgSummary struct {
	Diff *struct {
		Buckets *[]struct {
			Id  *string `json:"id,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"`
			PkgName     *string `json:"pkgName,omitempty"`
			StateStatus *string `json:"stateStatus,omitempty"`
		} `json:"buckets,omitempty"`
		Checks *[]struct {
			Id          *string             `json:"id,omitempty"`
			New         *CheckDiscriminator `json:"new,omitempty"`
			Old         *CheckDiscriminator `json:"old,omitempty"`
			PkgName     *string             `json:"pkgName,omitempty"`
			StateStatus *string             `json:"stateStatus,omitempty"`
		} `json:"checks,omitempty"`
		Dashboards *[]struct {
			Id  *string `json:"id,omitempty"`
			New *struct {
				Charts      *[]PkgChart `json:"charts,omitempty"`
				Description *string     `json:"description,omitempty"`
				Name        *string     `json:"name,omitempty"`
			} `json:"new,omitempty"`
			Old *struct {
				Charts      *[]PkgChart `json:"charts,omitempty"`
				Description *string     `json:"description,omitempty"`
				Name        *string     `json:"name,omitempty"`
			} `json:"old,omitempty"`
			PkgName     *string `json:"pkgName,omitempty"`
			StateStatus *string `json:"stateStatus,omitempty"`
		} `json:"dashboards,omitempty"`
		LabelMappings *[]struct {
			LabelID         *string `json:"labelID,omitempty"`
			LabelName       *string `json:"labelName,omitempty"`
			LabelPkgName    *string `json:"labelPkgName,omitempty"`
			ResourceID      *string `json:"resourceID,omitempty"`
			ResourceName    *string `json:"resourceName,omitempty"`
			ResourcePkgName *string `json:"resourcePkgName,omitempty"`
			ResourceType    *string `json:"resourceType,omitempty"`
			Status          *string `json:"status,omitempty"`
		} `json:"labelMappings,omitempty"`
		Labels *[]struct {
			Id  *string `json:"id,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"`
			PkgName     *string `json:"pkgName,omitempty"`
			StateStatus *string `json:"stateStatus,omitempty"`
		} `json:"labels,omitempty"`
		NotificationEndpoints *[]struct {
			Id          *string                          `json:"id,omitempty"`
			New         *NotificationEndpointDiscrimator `json:"new,omitempty"`
			Old         *NotificationEndpointDiscrimator `json:"old,omitempty"`
			PkgName     *string                          `json:"pkgName,omitempty"`
			StateStatus *string                          `json:"stateStatus,omitempty"`
		} `json:"notificationEndpoints,omitempty"`
		NotificationRules *[]struct {
			Id  *string `json:"id,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"`
			PkgName     *string `json:"pkgName,omitempty"`
			StateStatus *string `json:"stateStatus,omitempty"`
		} `json:"notificationRules,omitempty"`
		Tasks *[]struct {
			Id  *string `json:"id,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"`
			PkgName     *string `json:"pkgName,omitempty"`
			StateStatus *string `json:"stateStatus,omitempty"`
		} `json:"tasks,omitempty"`
		TelegrafConfigs *[]struct {
			Id          *string          `json:"id,omitempty"`
			New         *TelegrafRequest `json:"new,omitempty"`
			Old         *TelegrafRequest `json:"old,omitempty"`
			PkgName     *string          `json:"pkgName,omitempty"`
			StateStatus *string          `json:"stateStatus,omitempty"`
		} `json:"telegrafConfigs,omitempty"`
		Variables *[]struct {
			Id  *string `json:"id,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"`
			PkgName     *string `json:"pkgName,omitempty"`
			StateStatus *string `json:"stateStatus,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     *PkgEnvReferences  `json:"envReferences,omitempty"`
			Id                *string            `json:"id,omitempty"`
			LabelAssociations *[]PkgSummaryLabel `json:"labelAssociations,omitempty"`
			Name              *string            `json:"name,omitempty"`
			OrgID             *string            `json:"orgID,omitempty"`
			PkgName           *string            `json:"pkgName,omitempty"`
			RetentionPeriod   *int               `json:"retentionPeriod,omitempty"`
		} `json:"buckets,omitempty"`
		Checks *[]struct {
			// Embedded struct due to allOf(#/components/schemas/CheckDiscriminator)
			CheckDiscriminator
			// Embedded fields due to inline allOf schema
			EnvReferences     *PkgEnvReferences  `json:"envReferences,omitempty"`
			LabelAssociations *[]PkgSummaryLabel `json:"labelAssociations,omitempty"`
			PkgName           *string            `json:"pkgName,omitempty"`
		} `json:"checks,omitempty"`
		Dashboards *[]struct {
			Charts            *[]PkgChart        `json:"charts,omitempty"`
			Description       *string            `json:"description,omitempty"`
			EnvReferences     *PkgEnvReferences  `json:"envReferences,omitempty"`
			Id                *string            `json:"id,omitempty"`
			LabelAssociations *[]PkgSummaryLabel `json:"labelAssociations,omitempty"`
			Name              *string            `json:"name,omitempty"`
			OrgID             *string            `json:"orgID,omitempty"`
			PkgName           *string            `json:"pkgName,omitempty"`
		} `json:"dashboards,omitempty"`
		LabelMappings *[]struct {
			LabelID         *string `json:"labelID,omitempty"`
			LabelName       *string `json:"labelName,omitempty"`
			LabelPkgName    *string `json:"labelPkgName,omitempty"`
			ResourceID      *string `json:"resourceID,omitempty"`
			ResourceName    *string `json:"resourceName,omitempty"`
			ResourcePkgName *string `json:"resourcePkgName,omitempty"`
			ResourceType    *string `json:"resourceType,omitempty"`
			Status          *string `json:"status,omitempty"`
		} `json:"labelMappings,omitempty"`
		Labels                *[]PkgSummaryLabel `json:"labels,omitempty"`
		MissingEnvRefs        *[]string          `json:"missingEnvRefs,omitempty"`
		MissingSecrets        *[]string          `json:"missingSecrets,omitempty"`
		NotificationEndpoints *[]struct {
			// Embedded struct due to allOf(#/components/schemas/NotificationEndpointDiscrimator)
			NotificationEndpointDiscrimator
			// Embedded fields due to inline allOf schema
			EnvReferences     *PkgEnvReferences  `json:"envReferences,omitempty"`
			LabelAssociations *[]PkgSummaryLabel `json:"labelAssociations,omitempty"`
			PkgName           *string            `json:"pkgName,omitempty"`
		} `json:"notificationEndpoints,omitempty"`
		NotificationRules *[]struct {
			Description       *string            `json:"description,omitempty"`
			EndpointID        *string            `json:"endpointID,omitempty"`
			EndpointPkgName   *string            `json:"endpointPkgName,omitempty"`
			EndpointType      *string            `json:"endpointType,omitempty"`
			EnvReferences     *PkgEnvReferences  `json:"envReferences,omitempty"`
			Every             *string            `json:"every,omitempty"`
			LabelAssociations *[]PkgSummaryLabel `json:"labelAssociations,omitempty"`
			MessageTemplate   *string            `json:"messageTemplate,omitempty"`
			Name              *string            `json:"name,omitempty"`
			Offset            *string            `json:"offset,omitempty"`
			PkgName           *string            `json:"pkgName,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:"notificationRules,omitempty"`
		Tasks *[]struct {
			Cron          *string           `json:"cron,omitempty"`
			Description   *string           `json:"description,omitempty"`
			EnvReferences *PkgEnvReferences `json:"envReferences,omitempty"`
			Every         *string           `json:"every,omitempty"`
			Id            *string           `json:"id,omitempty"`
			Name          *string           `json:"name,omitempty"`
			Offset        *string           `json:"offset,omitempty"`
			PkgName       *string           `json:"pkgName,omitempty"`
			Query         *string           `json:"query,omitempty"`
			Status        *string           `json:"status,omitempty"`
		} `json:"tasks,omitempty"`
		TelegrafConfigs *[]struct {
			// Embedded struct due to allOf(#/components/schemas/TelegrafRequest)
			TelegrafRequest
			// Embedded fields due to inline allOf schema
			EnvReferences     *PkgEnvReferences  `json:"envReferences,omitempty"`
			LabelAssociations *[]PkgSummaryLabel `json:"labelAssociations,omitempty"`
			PkgName           *string            `json:"pkgName,omitempty"`
		} `json:"telegrafConfigs,omitempty"`
		Variables *[]struct {
			Arguments         *VariableProperties `json:"arguments,omitempty"`
			Description       *string             `json:"description,omitempty"`
			EnvReferences     *PkgEnvReferences   `json:"envReferences,omitempty"`
			Id                *string             `json:"id,omitempty"`
			LabelAssociations *[]PkgSummaryLabel  `json:"labelAssociations,omitempty"`
			Name              *string             `json:"name,omitempty"`
			OrgID             *string             `json:"orgID,omitempty"`
			PkgName           *string             `json:"pkgName,omitempty"`
		} `json:"variables,omitempty"`
	} `json:"summary,omitempty"`
}

PkgSummary defines model for PkgSummary.

type PkgSummaryLabel

type PkgSummaryLabel struct {
	EnvReferences *PkgEnvReferences `json:"envReferences,omitempty"`
	Id            *string           `json:"id,omitempty"`
	Name          *string           `json:"name,omitempty"`
	OrgID         *string           `json:"orgID,omitempty"`
	PkgName       *string           `json:"pkgName,omitempty"`
	Properties    *struct {
		Color       *string `json:"color,omitempty"`
		Description *string `json:"description,omitempty"`
	} `json:"properties,omitempty"`
}

PkgSummaryLabel defines model for PkgSummaryLabel.

type PostAuthorizationsJSONBody

type PostAuthorizationsJSONBody Authorization

PostAuthorizationsJSONBody defines parameters for PostAuthorizations.

type PostAuthorizationsJSONRequestBody

type PostAuthorizationsJSONRequestBody PostAuthorizationsJSONBody

PostAuthorizationsRequestBody defines body for PostAuthorizations for application/json ContentType.

type PostAuthorizationsParams

type PostAuthorizationsParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PostAuthorizationsParams defines parameters for PostAuthorizations.

type PostBucketRequest

type PostBucketRequest struct {
	Description *string `json:"description,omitempty"`
	Name        string  `json:"name"`
	OrgID       *string `json:"orgID,omitempty"`

	// Rules to expire or retain data.  No rules means data never expires.
	RetentionRules RetentionRules `json:"retentionRules"`
	Rp             *string        `json:"rp,omitempty"`
}

PostBucketRequest defines model for PostBucketRequest.

type PostBucketsIDLabelsJSONBody

type PostBucketsIDLabelsJSONBody LabelMapping

PostBucketsIDLabelsJSONBody defines parameters for PostBucketsIDLabels.

type PostBucketsIDLabelsJSONRequestBody

type PostBucketsIDLabelsJSONRequestBody PostBucketsIDLabelsJSONBody

PostBucketsIDLabelsRequestBody defines body for PostBucketsIDLabels for application/json ContentType.

type PostBucketsIDLabelsParams

type PostBucketsIDLabelsParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PostBucketsIDLabelsParams defines parameters for PostBucketsIDLabels.

type PostBucketsIDMembersJSONBody

type PostBucketsIDMembersJSONBody AddResourceMemberRequestBody

PostBucketsIDMembersJSONBody defines parameters for PostBucketsIDMembers.

type PostBucketsIDMembersJSONRequestBody

type PostBucketsIDMembersJSONRequestBody PostBucketsIDMembersJSONBody

PostBucketsIDMembersRequestBody defines body for PostBucketsIDMembers for application/json ContentType.

type PostBucketsIDMembersParams

type PostBucketsIDMembersParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PostBucketsIDMembersParams defines parameters for PostBucketsIDMembers.

type PostBucketsIDOwnersJSONBody

type PostBucketsIDOwnersJSONBody AddResourceMemberRequestBody

PostBucketsIDOwnersJSONBody defines parameters for PostBucketsIDOwners.

type PostBucketsIDOwnersJSONRequestBody

type PostBucketsIDOwnersJSONRequestBody PostBucketsIDOwnersJSONBody

PostBucketsIDOwnersRequestBody defines body for PostBucketsIDOwners for application/json ContentType.

type PostBucketsIDOwnersParams

type PostBucketsIDOwnersParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PostBucketsIDOwnersParams defines parameters for PostBucketsIDOwners.

type PostBucketsJSONBody

type PostBucketsJSONBody PostBucketRequest

PostBucketsJSONBody defines parameters for PostBuckets.

type PostBucketsJSONRequestBody

type PostBucketsJSONRequestBody PostBucketsJSONBody

PostBucketsRequestBody defines body for PostBuckets for application/json ContentType.

type PostBucketsParams

type PostBucketsParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PostBucketsParams defines parameters for PostBuckets.

type PostCheck

type PostCheck struct {
	// Embedded struct due to allOf(#/components/schemas/CheckDiscriminator)
	CheckDiscriminator
}

PostCheck defines model for PostCheck.

type PostChecksIDLabelsJSONBody

type PostChecksIDLabelsJSONBody LabelMapping

PostChecksIDLabelsJSONBody defines parameters for PostChecksIDLabels.

type PostChecksIDLabelsJSONRequestBody

type PostChecksIDLabelsJSONRequestBody PostChecksIDLabelsJSONBody

PostChecksIDLabelsRequestBody defines body for PostChecksIDLabels for application/json ContentType.

type PostChecksIDLabelsParams

type PostChecksIDLabelsParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PostChecksIDLabelsParams defines parameters for PostChecksIDLabels.

type PostDBRPJSONBody added in v1.3.0

type PostDBRPJSONBody DBRP

PostDBRPJSONBody defines parameters for PostDBRP.

type PostDBRPJSONRequestBody added in v1.3.0

type PostDBRPJSONRequestBody PostDBRPJSONBody

PostDBRPRequestBody defines body for PostDBRP for application/json ContentType.

type PostDBRPParams added in v1.3.0

type PostDBRPParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PostDBRPParams defines parameters for PostDBRP.

type PostDashboardsIDCellsJSONBody

type PostDashboardsIDCellsJSONBody CreateCell

PostDashboardsIDCellsJSONBody defines parameters for PostDashboardsIDCells.

type PostDashboardsIDCellsJSONRequestBody

type PostDashboardsIDCellsJSONRequestBody PostDashboardsIDCellsJSONBody

PostDashboardsIDCellsRequestBody defines body for PostDashboardsIDCells for application/json ContentType.

type PostDashboardsIDCellsParams

type PostDashboardsIDCellsParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PostDashboardsIDCellsParams defines parameters for PostDashboardsIDCells.

type PostDashboardsIDLabelsJSONBody

type PostDashboardsIDLabelsJSONBody LabelMapping

PostDashboardsIDLabelsJSONBody defines parameters for PostDashboardsIDLabels.

type PostDashboardsIDLabelsJSONRequestBody

type PostDashboardsIDLabelsJSONRequestBody PostDashboardsIDLabelsJSONBody

PostDashboardsIDLabelsRequestBody defines body for PostDashboardsIDLabels for application/json ContentType.

type PostDashboardsIDLabelsParams

type PostDashboardsIDLabelsParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PostDashboardsIDLabelsParams defines parameters for PostDashboardsIDLabels.

type PostDashboardsIDMembersJSONBody

type PostDashboardsIDMembersJSONBody AddResourceMemberRequestBody

PostDashboardsIDMembersJSONBody defines parameters for PostDashboardsIDMembers.

type PostDashboardsIDMembersJSONRequestBody

type PostDashboardsIDMembersJSONRequestBody PostDashboardsIDMembersJSONBody

PostDashboardsIDMembersRequestBody defines body for PostDashboardsIDMembers for application/json ContentType.

type PostDashboardsIDMembersParams

type PostDashboardsIDMembersParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PostDashboardsIDMembersParams defines parameters for PostDashboardsIDMembers.

type PostDashboardsIDOwnersJSONBody

type PostDashboardsIDOwnersJSONBody AddResourceMemberRequestBody

PostDashboardsIDOwnersJSONBody defines parameters for PostDashboardsIDOwners.

type PostDashboardsIDOwnersJSONRequestBody

type PostDashboardsIDOwnersJSONRequestBody PostDashboardsIDOwnersJSONBody

PostDashboardsIDOwnersRequestBody defines body for PostDashboardsIDOwners for application/json ContentType.

type PostDashboardsIDOwnersParams

type PostDashboardsIDOwnersParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PostDashboardsIDOwnersParams defines parameters for PostDashboardsIDOwners.

type PostDashboardsJSONBody

type PostDashboardsJSONBody CreateDashboardRequest

PostDashboardsJSONBody defines parameters for PostDashboards.

type PostDashboardsJSONRequestBody

type PostDashboardsJSONRequestBody PostDashboardsJSONBody

PostDashboardsRequestBody defines body for PostDashboards for application/json ContentType.

type PostDashboardsParams

type PostDashboardsParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PostDashboardsParams defines parameters for PostDashboards.

type PostDeleteJSONBody

type PostDeleteJSONBody DeletePredicateRequest

PostDeleteJSONBody defines parameters for PostDelete.

type PostDeleteJSONRequestBody

type PostDeleteJSONRequestBody PostDeleteJSONBody

PostDeleteRequestBody defines body for PostDelete for application/json ContentType.

type PostDeleteParams

type PostDeleteParams struct {

	// Specifies the organization to delete data from.
	Org *string `json:"org,omitempty"`

	// Specifies the bucket to delete data from.
	Bucket *string `json:"bucket,omitempty"`

	// Specifies the organization ID of the resource.
	OrgID *string `json:"orgID,omitempty"`

	// Specifies the bucket ID to delete data from.
	BucketID *string `json:"bucketID,omitempty"`

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PostDeleteParams defines parameters for PostDelete.

type PostDocumentsTemplatesIDLabelsJSONBody

type PostDocumentsTemplatesIDLabelsJSONBody LabelMapping

PostDocumentsTemplatesIDLabelsJSONBody defines parameters for PostDocumentsTemplatesIDLabels.

type PostDocumentsTemplatesIDLabelsJSONRequestBody

type PostDocumentsTemplatesIDLabelsJSONRequestBody PostDocumentsTemplatesIDLabelsJSONBody

PostDocumentsTemplatesIDLabelsRequestBody defines body for PostDocumentsTemplatesIDLabels for application/json ContentType.

type PostDocumentsTemplatesIDLabelsParams

type PostDocumentsTemplatesIDLabelsParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PostDocumentsTemplatesIDLabelsParams defines parameters for PostDocumentsTemplatesIDLabels.

type PostDocumentsTemplatesJSONBody

type PostDocumentsTemplatesJSONBody DocumentCreate

PostDocumentsTemplatesJSONBody defines parameters for PostDocumentsTemplates.

type PostDocumentsTemplatesJSONRequestBody

type PostDocumentsTemplatesJSONRequestBody PostDocumentsTemplatesJSONBody

PostDocumentsTemplatesRequestBody defines body for PostDocumentsTemplates for application/json ContentType.

type PostDocumentsTemplatesParams

type PostDocumentsTemplatesParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PostDocumentsTemplatesParams defines parameters for PostDocumentsTemplates.

type PostLabelsJSONBody

type PostLabelsJSONBody LabelCreateRequest

PostLabelsJSONBody defines parameters for PostLabels.

type PostLabelsJSONRequestBody

type PostLabelsJSONRequestBody PostLabelsJSONBody

PostLabelsRequestBody defines body for PostLabels for application/json ContentType.

type PostNotificationEndpoint

type PostNotificationEndpoint struct {
	// Embedded struct due to allOf(#/components/schemas/NotificationEndpointDiscrimator)
	NotificationEndpointDiscrimator
}

PostNotificationEndpoint defines model for PostNotificationEndpoint.

type PostNotificationEndpointIDLabelsJSONBody

type PostNotificationEndpointIDLabelsJSONBody LabelMapping

PostNotificationEndpointIDLabelsJSONBody defines parameters for PostNotificationEndpointIDLabels.

type PostNotificationEndpointIDLabelsJSONRequestBody

type PostNotificationEndpointIDLabelsJSONRequestBody PostNotificationEndpointIDLabelsJSONBody

PostNotificationEndpointIDLabelsRequestBody defines body for PostNotificationEndpointIDLabels for application/json ContentType.

type PostNotificationEndpointIDLabelsParams

type PostNotificationEndpointIDLabelsParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PostNotificationEndpointIDLabelsParams defines parameters for PostNotificationEndpointIDLabels.

type PostNotificationRule

type PostNotificationRule struct {
	// Embedded struct due to allOf(#/components/schemas/NotificationRuleDiscriminator)
	NotificationRuleDiscriminator
}

PostNotificationRule defines model for PostNotificationRule.

type PostNotificationRuleIDLabelsJSONBody

type PostNotificationRuleIDLabelsJSONBody LabelMapping

PostNotificationRuleIDLabelsJSONBody defines parameters for PostNotificationRuleIDLabels.

type PostNotificationRuleIDLabelsJSONRequestBody

type PostNotificationRuleIDLabelsJSONRequestBody PostNotificationRuleIDLabelsJSONBody

PostNotificationRuleIDLabelsRequestBody defines body for PostNotificationRuleIDLabels for application/json ContentType.

type PostNotificationRuleIDLabelsParams

type PostNotificationRuleIDLabelsParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PostNotificationRuleIDLabelsParams defines parameters for PostNotificationRuleIDLabels.

type PostOrgsIDInviteIDParams added in v1.3.0

type PostOrgsIDInviteIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PostOrgsIDInviteIDParams defines parameters for PostOrgsIDInviteID.

type PostOrgsIDInvitesJSONBody added in v1.3.0

type PostOrgsIDInvitesJSONBody Invite

PostOrgsIDInvitesJSONBody defines parameters for PostOrgsIDInvites.

type PostOrgsIDInvitesJSONRequestBody added in v1.3.0

type PostOrgsIDInvitesJSONRequestBody PostOrgsIDInvitesJSONBody

PostOrgsIDInvitesRequestBody defines body for PostOrgsIDInvites for application/json ContentType.

type PostOrgsIDInvitesParams added in v1.3.0

type PostOrgsIDInvitesParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PostOrgsIDInvitesParams defines parameters for PostOrgsIDInvites.

type PostOrgsIDLabelsJSONBody

type PostOrgsIDLabelsJSONBody LabelMapping

PostOrgsIDLabelsJSONBody defines parameters for PostOrgsIDLabels.

type PostOrgsIDLabelsJSONRequestBody

type PostOrgsIDLabelsJSONRequestBody PostOrgsIDLabelsJSONBody

PostOrgsIDLabelsRequestBody defines body for PostOrgsIDLabels for application/json ContentType.

type PostOrgsIDLabelsParams

type PostOrgsIDLabelsParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PostOrgsIDLabelsParams defines parameters for PostOrgsIDLabels.

type PostOrgsIDMembersJSONBody

type PostOrgsIDMembersJSONBody AddResourceMemberRequestBody

PostOrgsIDMembersJSONBody defines parameters for PostOrgsIDMembers.

type PostOrgsIDMembersJSONRequestBody

type PostOrgsIDMembersJSONRequestBody PostOrgsIDMembersJSONBody

PostOrgsIDMembersRequestBody defines body for PostOrgsIDMembers for application/json ContentType.

type PostOrgsIDMembersParams

type PostOrgsIDMembersParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PostOrgsIDMembersParams defines parameters for PostOrgsIDMembers.

type PostOrgsIDOwnersJSONBody

type PostOrgsIDOwnersJSONBody AddResourceMemberRequestBody

PostOrgsIDOwnersJSONBody defines parameters for PostOrgsIDOwners.

type PostOrgsIDOwnersJSONRequestBody

type PostOrgsIDOwnersJSONRequestBody PostOrgsIDOwnersJSONBody

PostOrgsIDOwnersRequestBody defines body for PostOrgsIDOwners for application/json ContentType.

type PostOrgsIDOwnersParams

type PostOrgsIDOwnersParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PostOrgsIDOwnersParams defines parameters for PostOrgsIDOwners.

type PostOrgsIDSecretsJSONBody

type PostOrgsIDSecretsJSONBody SecretKeys

PostOrgsIDSecretsJSONBody defines parameters for PostOrgsIDSecrets.

type PostOrgsIDSecretsJSONRequestBody

type PostOrgsIDSecretsJSONRequestBody PostOrgsIDSecretsJSONBody

PostOrgsIDSecretsRequestBody defines body for PostOrgsIDSecrets for application/json ContentType.

type PostOrgsIDSecretsParams

type PostOrgsIDSecretsParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PostOrgsIDSecretsParams defines parameters for PostOrgsIDSecrets.

type PostOrgsJSONBody

type PostOrgsJSONBody Organization

PostOrgsJSONBody defines parameters for PostOrgs.

type PostOrgsJSONRequestBody

type PostOrgsJSONRequestBody PostOrgsJSONBody

PostOrgsRequestBody defines body for PostOrgs for application/json ContentType.

type PostOrgsParams

type PostOrgsParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PostOrgsParams defines parameters for PostOrgs.

type PostQueryAnalyzeJSONBody

type PostQueryAnalyzeJSONBody Query

PostQueryAnalyzeJSONBody defines parameters for PostQueryAnalyze.

type PostQueryAnalyzeJSONRequestBody

type PostQueryAnalyzeJSONRequestBody PostQueryAnalyzeJSONBody

PostQueryAnalyzeRequestBody defines body for PostQueryAnalyze for application/json ContentType.

type PostQueryAnalyzeParams

type PostQueryAnalyzeParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan                         `json:"Zap-Trace-Span,omitempty"`
	ContentType  *PostQueryAnalyzeParamsContentType `json:"Content-Type,omitempty"`
}

PostQueryAnalyzeParams defines parameters for PostQueryAnalyze.

type PostQueryAnalyzeParamsContentType added in v1.1.0

type PostQueryAnalyzeParamsContentType string

PostQueryAnalyzeParamsContentType defines parameters for PostQueryAnalyze.

type PostQueryAstJSONBody

type PostQueryAstJSONBody LanguageRequest

PostQueryAstJSONBody defines parameters for PostQueryAst.

type PostQueryAstJSONRequestBody

type PostQueryAstJSONRequestBody PostQueryAstJSONBody

PostQueryAstRequestBody defines body for PostQueryAst for application/json ContentType.

type PostQueryAstParams

type PostQueryAstParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan                     `json:"Zap-Trace-Span,omitempty"`
	ContentType  *PostQueryAstParamsContentType `json:"Content-Type,omitempty"`
}

PostQueryAstParams defines parameters for PostQueryAst.

type PostQueryAstParamsContentType added in v1.1.0

type PostQueryAstParamsContentType string

PostQueryAstParamsContentType defines parameters for PostQueryAst.

type PostQueryJSONBody

type PostQueryJSONBody interface{}

PostQueryJSONBody defines parameters for PostQuery.

type PostQueryJSONRequestBody

type PostQueryJSONRequestBody PostQueryJSONBody

PostQueryRequestBody defines body for PostQuery for application/json ContentType.

type PostQueryParams

type PostQueryParams struct {

	// Specifies the name of the organization executing the query. Takes either the ID or Name interchangeably. If both `orgID` and `org` are specified, `org` takes precedence.
	Org *string `json:"org,omitempty"`

	// Specifies the ID of the organization executing the query. If both `orgID` and `org` are specified, `org` takes precedence.
	OrgID *string `json:"orgID,omitempty"`

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`

	// The Accept-Encoding request HTTP header advertises which content encoding, usually a compression algorithm, the client is able to understand.
	AcceptEncoding *PostQueryParamsAcceptEncoding `json:"Accept-Encoding,omitempty"`
	ContentType    *PostQueryParamsContentType    `json:"Content-Type,omitempty"`
}

PostQueryParams defines parameters for PostQuery.

type PostQueryParamsAcceptEncoding added in v1.1.0

type PostQueryParamsAcceptEncoding string

PostQueryParamsAcceptEncoding defines parameters for PostQuery.

type PostQueryParamsContentType added in v1.1.0

type PostQueryParamsContentType string

PostQueryParamsContentType defines parameters for PostQuery.

type PostScrapersIDLabelsJSONBody

type PostScrapersIDLabelsJSONBody LabelMapping

PostScrapersIDLabelsJSONBody defines parameters for PostScrapersIDLabels.

type PostScrapersIDLabelsJSONRequestBody

type PostScrapersIDLabelsJSONRequestBody PostScrapersIDLabelsJSONBody

PostScrapersIDLabelsRequestBody defines body for PostScrapersIDLabels for application/json ContentType.

type PostScrapersIDLabelsParams

type PostScrapersIDLabelsParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PostScrapersIDLabelsParams defines parameters for PostScrapersIDLabels.

type PostScrapersIDMembersJSONBody

type PostScrapersIDMembersJSONBody AddResourceMemberRequestBody

PostScrapersIDMembersJSONBody defines parameters for PostScrapersIDMembers.

type PostScrapersIDMembersJSONRequestBody

type PostScrapersIDMembersJSONRequestBody PostScrapersIDMembersJSONBody

PostScrapersIDMembersRequestBody defines body for PostScrapersIDMembers for application/json ContentType.

type PostScrapersIDMembersParams

type PostScrapersIDMembersParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PostScrapersIDMembersParams defines parameters for PostScrapersIDMembers.

type PostScrapersIDOwnersJSONBody

type PostScrapersIDOwnersJSONBody AddResourceMemberRequestBody

PostScrapersIDOwnersJSONBody defines parameters for PostScrapersIDOwners.

type PostScrapersIDOwnersJSONRequestBody

type PostScrapersIDOwnersJSONRequestBody PostScrapersIDOwnersJSONBody

PostScrapersIDOwnersRequestBody defines body for PostScrapersIDOwners for application/json ContentType.

type PostScrapersIDOwnersParams

type PostScrapersIDOwnersParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PostScrapersIDOwnersParams defines parameters for PostScrapersIDOwners.

type PostScrapersJSONBody

type PostScrapersJSONBody ScraperTargetRequest

PostScrapersJSONBody defines parameters for PostScrapers.

type PostScrapersJSONRequestBody

type PostScrapersJSONRequestBody PostScrapersJSONBody

PostScrapersRequestBody defines body for PostScrapers for application/json ContentType.

type PostScrapersParams

type PostScrapersParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PostScrapersParams defines parameters for PostScrapers.

type PostSetupJSONBody

type PostSetupJSONBody OnboardingRequest

PostSetupJSONBody defines parameters for PostSetup.

type PostSetupJSONRequestBody

type PostSetupJSONRequestBody PostSetupJSONBody

PostSetupRequestBody defines body for PostSetup for application/json ContentType.

type PostSetupParams

type PostSetupParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PostSetupParams defines parameters for PostSetup.

type PostSetupUserJSONBody added in v1.3.0

type PostSetupUserJSONBody OnboardingRequest

PostSetupUserJSONBody defines parameters for PostSetupUser.

type PostSetupUserJSONRequestBody added in v1.3.0

type PostSetupUserJSONRequestBody PostSetupUserJSONBody

PostSetupUserRequestBody defines body for PostSetupUser for application/json ContentType.

type PostSetupUserParams added in v1.3.0

type PostSetupUserParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PostSetupUserParams defines parameters for PostSetupUser.

type PostSigninParams

type PostSigninParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PostSigninParams defines parameters for PostSignin.

type PostSignoutParams

type PostSignoutParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PostSignoutParams defines parameters for PostSignout.

type PostSourcesJSONBody

type PostSourcesJSONBody Source

PostSourcesJSONBody defines parameters for PostSources.

type PostSourcesJSONRequestBody

type PostSourcesJSONRequestBody PostSourcesJSONBody

PostSourcesRequestBody defines body for PostSources for application/json ContentType.

type PostSourcesParams

type PostSourcesParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PostSourcesParams defines parameters for PostSources.

type PostTasksIDLabelsJSONBody

type PostTasksIDLabelsJSONBody LabelMapping

PostTasksIDLabelsJSONBody defines parameters for PostTasksIDLabels.

type PostTasksIDLabelsJSONRequestBody

type PostTasksIDLabelsJSONRequestBody PostTasksIDLabelsJSONBody

PostTasksIDLabelsRequestBody defines body for PostTasksIDLabels for application/json ContentType.

type PostTasksIDLabelsParams

type PostTasksIDLabelsParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PostTasksIDLabelsParams defines parameters for PostTasksIDLabels.

type PostTasksIDMembersJSONBody

type PostTasksIDMembersJSONBody AddResourceMemberRequestBody

PostTasksIDMembersJSONBody defines parameters for PostTasksIDMembers.

type PostTasksIDMembersJSONRequestBody

type PostTasksIDMembersJSONRequestBody PostTasksIDMembersJSONBody

PostTasksIDMembersRequestBody defines body for PostTasksIDMembers for application/json ContentType.

type PostTasksIDMembersParams

type PostTasksIDMembersParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PostTasksIDMembersParams defines parameters for PostTasksIDMembers.

type PostTasksIDOwnersJSONBody

type PostTasksIDOwnersJSONBody AddResourceMemberRequestBody

PostTasksIDOwnersJSONBody defines parameters for PostTasksIDOwners.

type PostTasksIDOwnersJSONRequestBody

type PostTasksIDOwnersJSONRequestBody PostTasksIDOwnersJSONBody

PostTasksIDOwnersRequestBody defines body for PostTasksIDOwners for application/json ContentType.

type PostTasksIDOwnersParams

type PostTasksIDOwnersParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PostTasksIDOwnersParams defines parameters for PostTasksIDOwners.

type PostTasksIDRunsIDRetryParams

type PostTasksIDRunsIDRetryParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PostTasksIDRunsIDRetryParams defines parameters for PostTasksIDRunsIDRetry.

type PostTasksIDRunsJSONBody

type PostTasksIDRunsJSONBody RunManually

PostTasksIDRunsJSONBody defines parameters for PostTasksIDRuns.

type PostTasksIDRunsJSONRequestBody

type PostTasksIDRunsJSONRequestBody PostTasksIDRunsJSONBody

PostTasksIDRunsRequestBody defines body for PostTasksIDRuns for application/json ContentType.

type PostTasksIDRunsParams

type PostTasksIDRunsParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PostTasksIDRunsParams defines parameters for PostTasksIDRuns.

type PostTasksJSONBody

type PostTasksJSONBody TaskCreateRequest

PostTasksJSONBody defines parameters for PostTasks.

type PostTasksJSONRequestBody

type PostTasksJSONRequestBody PostTasksJSONBody

PostTasksRequestBody defines body for PostTasks for application/json ContentType.

type PostTasksParams

type PostTasksParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PostTasksParams defines parameters for PostTasks.

type PostTelegrafsIDLabelsJSONBody

type PostTelegrafsIDLabelsJSONBody LabelMapping

PostTelegrafsIDLabelsJSONBody defines parameters for PostTelegrafsIDLabels.

type PostTelegrafsIDLabelsJSONRequestBody

type PostTelegrafsIDLabelsJSONRequestBody PostTelegrafsIDLabelsJSONBody

PostTelegrafsIDLabelsRequestBody defines body for PostTelegrafsIDLabels for application/json ContentType.

type PostTelegrafsIDLabelsParams

type PostTelegrafsIDLabelsParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PostTelegrafsIDLabelsParams defines parameters for PostTelegrafsIDLabels.

type PostTelegrafsIDMembersJSONBody

type PostTelegrafsIDMembersJSONBody AddResourceMemberRequestBody

PostTelegrafsIDMembersJSONBody defines parameters for PostTelegrafsIDMembers.

type PostTelegrafsIDMembersJSONRequestBody

type PostTelegrafsIDMembersJSONRequestBody PostTelegrafsIDMembersJSONBody

PostTelegrafsIDMembersRequestBody defines body for PostTelegrafsIDMembers for application/json ContentType.

type PostTelegrafsIDMembersParams

type PostTelegrafsIDMembersParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PostTelegrafsIDMembersParams defines parameters for PostTelegrafsIDMembers.

type PostTelegrafsIDOwnersJSONBody

type PostTelegrafsIDOwnersJSONBody AddResourceMemberRequestBody

PostTelegrafsIDOwnersJSONBody defines parameters for PostTelegrafsIDOwners.

type PostTelegrafsIDOwnersJSONRequestBody

type PostTelegrafsIDOwnersJSONRequestBody PostTelegrafsIDOwnersJSONBody

PostTelegrafsIDOwnersRequestBody defines body for PostTelegrafsIDOwners for application/json ContentType.

type PostTelegrafsIDOwnersParams

type PostTelegrafsIDOwnersParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PostTelegrafsIDOwnersParams defines parameters for PostTelegrafsIDOwners.

type PostTelegrafsJSONBody

type PostTelegrafsJSONBody TelegrafRequest

PostTelegrafsJSONBody defines parameters for PostTelegrafs.

type PostTelegrafsJSONRequestBody

type PostTelegrafsJSONRequestBody PostTelegrafsJSONBody

PostTelegrafsRequestBody defines body for PostTelegrafs for application/json ContentType.

type PostTelegrafsParams

type PostTelegrafsParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PostTelegrafsParams defines parameters for PostTelegrafs.

type PostUsersIDPasswordJSONBody added in v1.1.0

type PostUsersIDPasswordJSONBody PasswordResetBody

PostUsersIDPasswordJSONBody defines parameters for PostUsersIDPassword.

type PostUsersIDPasswordJSONRequestBody added in v1.1.0

type PostUsersIDPasswordJSONRequestBody PostUsersIDPasswordJSONBody

PostUsersIDPasswordRequestBody defines body for PostUsersIDPassword for application/json ContentType.

type PostUsersIDPasswordParams added in v1.1.0

type PostUsersIDPasswordParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PostUsersIDPasswordParams defines parameters for PostUsersIDPassword.

type PostUsersJSONBody

type PostUsersJSONBody User

PostUsersJSONBody defines parameters for PostUsers.

type PostUsersJSONRequestBody

type PostUsersJSONRequestBody PostUsersJSONBody

PostUsersRequestBody defines body for PostUsers for application/json ContentType.

type PostUsersParams

type PostUsersParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PostUsersParams defines parameters for PostUsers.

type PostVariablesIDLabelsJSONBody

type PostVariablesIDLabelsJSONBody LabelMapping

PostVariablesIDLabelsJSONBody defines parameters for PostVariablesIDLabels.

type PostVariablesIDLabelsJSONRequestBody

type PostVariablesIDLabelsJSONRequestBody PostVariablesIDLabelsJSONBody

PostVariablesIDLabelsRequestBody defines body for PostVariablesIDLabels for application/json ContentType.

type PostVariablesIDLabelsParams

type PostVariablesIDLabelsParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PostVariablesIDLabelsParams defines parameters for PostVariablesIDLabels.

type PostVariablesJSONBody

type PostVariablesJSONBody Variable

PostVariablesJSONBody defines parameters for PostVariables.

type PostVariablesJSONRequestBody

type PostVariablesJSONRequestBody PostVariablesJSONBody

PostVariablesRequestBody defines body for PostVariables for application/json ContentType.

type PostVariablesParams

type PostVariablesParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PostVariablesParams defines parameters for PostVariables.

type PostWriteParams

type PostWriteParams struct {

	// Specifies the destination organization for writes. Takes either the ID or Name interchangeably. If both `orgID` and `org` are specified, `org` takes precedence.
	Org string `json:"org"`

	// Specifies the ID of the destination organization for writes. If both `orgID` and `org` are specified, `org` takes precedence.
	OrgID *string `json:"orgID,omitempty"`

	// The destination bucket for writes.
	Bucket string `json:"bucket"`

	// The precision for the unix timestamps within the body line-protocol.
	Precision *WritePrecision `json:"precision,omitempty"`

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`

	// When present, its value indicates to the database that compression is applied to the line-protocol body.
	ContentEncoding *PostWriteParamsContentEncoding `json:"Content-Encoding,omitempty"`

	// Content-Type is used to indicate the format of the data sent to the server.
	ContentType *PostWriteParamsContentType `json:"Content-Type,omitempty"`

	// Content-Length is an entity header is indicating the size of the entity-body, in bytes, sent to the database. If the length is greater than the database max body configuration option, a 413 response is sent.
	ContentLength *int `json:"Content-Length,omitempty"`

	// Specifies the return content format.
	Accept *PostWriteParamsAccept `json:"Accept,omitempty"`
}

PostWriteParams defines parameters for PostWrite.

type PostWriteParamsAccept added in v1.1.0

type PostWriteParamsAccept string

PostWriteParamsAccept defines parameters for PostWrite.

type PostWriteParamsContentEncoding added in v1.1.0

type PostWriteParamsContentEncoding string

PostWriteParamsContentEncoding defines parameters for PostWrite.

type PostWriteParamsContentType added in v1.1.0

type PostWriteParamsContentType string

PostWriteParamsContentType defines parameters for PostWrite.

type Property

type Property struct {
	Key *PropertyKey `json:"key,omitempty"`

	// Type of AST node
	Type  *NodeType   `json:"type,omitempty"`
	Value *Expression `json:"value,omitempty"`
}

Property defines model for Property.

type PropertyKey

type PropertyKey interface{}

PropertyKey defines model for PropertyKey.

type PutChecksIDJSONBody

type PutChecksIDJSONBody Check

PutChecksIDJSONBody defines parameters for PutChecksID.

type PutChecksIDJSONRequestBody

type PutChecksIDJSONRequestBody PutChecksIDJSONBody

PutChecksIDRequestBody defines body for PutChecksID for application/json ContentType.

type PutChecksIDParams

type PutChecksIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PutChecksIDParams defines parameters for PutChecksID.

type PutDashboardsIDCellsJSONBody

type PutDashboardsIDCellsJSONBody Cells

PutDashboardsIDCellsJSONBody defines parameters for PutDashboardsIDCells.

type PutDashboardsIDCellsJSONRequestBody

type PutDashboardsIDCellsJSONRequestBody PutDashboardsIDCellsJSONBody

PutDashboardsIDCellsRequestBody defines body for PutDashboardsIDCells for application/json ContentType.

type PutDashboardsIDCellsParams

type PutDashboardsIDCellsParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PutDashboardsIDCellsParams defines parameters for PutDashboardsIDCells.

type PutDocumentsTemplatesIDJSONBody

type PutDocumentsTemplatesIDJSONBody DocumentUpdate

PutDocumentsTemplatesIDJSONBody defines parameters for PutDocumentsTemplatesID.

type PutDocumentsTemplatesIDJSONRequestBody

type PutDocumentsTemplatesIDJSONRequestBody PutDocumentsTemplatesIDJSONBody

PutDocumentsTemplatesIDRequestBody defines body for PutDocumentsTemplatesID for application/json ContentType.

type PutDocumentsTemplatesIDParams

type PutDocumentsTemplatesIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PutDocumentsTemplatesIDParams defines parameters for PutDocumentsTemplatesID.

type PutMePasswordJSONBody

type PutMePasswordJSONBody PasswordResetBody

PutMePasswordJSONBody defines parameters for PutMePassword.

type PutMePasswordJSONRequestBody

type PutMePasswordJSONRequestBody PutMePasswordJSONBody

PutMePasswordRequestBody defines body for PutMePassword for application/json ContentType.

type PutMePasswordParams

type PutMePasswordParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PutMePasswordParams defines parameters for PutMePassword.

type PutNotificationEndpointsIDJSONBody

type PutNotificationEndpointsIDJSONBody NotificationEndpoint

PutNotificationEndpointsIDJSONBody defines parameters for PutNotificationEndpointsID.

type PutNotificationEndpointsIDJSONRequestBody

type PutNotificationEndpointsIDJSONRequestBody PutNotificationEndpointsIDJSONBody

PutNotificationEndpointsIDRequestBody defines body for PutNotificationEndpointsID for application/json ContentType.

type PutNotificationEndpointsIDParams

type PutNotificationEndpointsIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PutNotificationEndpointsIDParams defines parameters for PutNotificationEndpointsID.

type PutNotificationRulesIDJSONBody

type PutNotificationRulesIDJSONBody NotificationRule

PutNotificationRulesIDJSONBody defines parameters for PutNotificationRulesID.

type PutNotificationRulesIDJSONRequestBody

type PutNotificationRulesIDJSONRequestBody PutNotificationRulesIDJSONBody

PutNotificationRulesIDRequestBody defines body for PutNotificationRulesID for application/json ContentType.

type PutNotificationRulesIDParams

type PutNotificationRulesIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PutNotificationRulesIDParams defines parameters for PutNotificationRulesID.

type PutTelegrafsIDJSONBody

type PutTelegrafsIDJSONBody TelegrafRequest

PutTelegrafsIDJSONBody defines parameters for PutTelegrafsID.

type PutTelegrafsIDJSONRequestBody

type PutTelegrafsIDJSONRequestBody PutTelegrafsIDJSONBody

PutTelegrafsIDRequestBody defines body for PutTelegrafsID for application/json ContentType.

type PutTelegrafsIDParams

type PutTelegrafsIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PutTelegrafsIDParams defines parameters for PutTelegrafsID.

type PutVariablesIDJSONBody

type PutVariablesIDJSONBody Variable

PutVariablesIDJSONBody defines parameters for PutVariablesID.

type PutVariablesIDJSONRequestBody

type PutVariablesIDJSONRequestBody PutVariablesIDJSONBody

PutVariablesIDRequestBody defines body for PutVariablesID for application/json ContentType.

type PutVariablesIDParams

type PutVariablesIDParams struct {

	// OpenTracing span context
	ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}

PutVariablesIDParams defines parameters for PutVariablesID.

type Query

type Query struct {

	// Dialect are options to change the default CSV output format; https://www.w3.org/TR/2015/REC-tabular-metadata-20151217/#dialect-descriptions
	Dialect *Dialect `json:"dialect,omitempty"`

	// Represents a source from a single file
	Extern *File `json:"extern,omitempty"`

	// Specifies the time that should be reported as "now" in the query. Default is the server's now time.
	Now *time.Time `json:"now,omitempty"`

	// Query script to execute.
	Query string `json:"query"`

	// The type of query. Must be "flux".
	Type *QueryType `json:"type,omitempty"`
}

Query defines model for Query.

type QueryEditMode

type QueryEditMode string

QueryEditMode defines model for QueryEditMode.

const (
	QueryEditModeAdvanced QueryEditMode = "advanced"

	QueryEditModeBuilder QueryEditMode = "builder"
)

Defines values for QueryEditMode.

type QueryType added in v1.1.0

type QueryType string

QueryType defines model for Query.Type.

const (
	QueryTypeFlux QueryType = "flux"
)

Defines values for QueryType.

type QueryVariableProperties

type QueryVariableProperties struct {
	Type   *QueryVariablePropertiesType `json:"type,omitempty"`
	Values *struct {
		Language *string `json:"language,omitempty"`
		Query    *string `json:"query,omitempty"`
	} `json:"values,omitempty"`
}

QueryVariableProperties defines model for QueryVariableProperties.

type QueryVariablePropertiesType added in v1.1.0

type QueryVariablePropertiesType string

QueryVariablePropertiesType defines model for QueryVariableProperties.Type.

const (
	QueryVariablePropertiesTypeQuery QueryVariablePropertiesType = "query"
)

Defines values for QueryVariablePropertiesType.

type RangeThreshold

type RangeThreshold struct {
	// Embedded struct due to allOf(#/components/schemas/ThresholdBase)
	ThresholdBase
	// Embedded fields due to inline allOf schema
	Max    float32            `json:"max"`
	Min    float32            `json:"min"`
	Type   RangeThresholdType `json:"type"`
	Within bool               `json:"within"`
}

RangeThreshold defines model for RangeThreshold.

type RangeThresholdType added in v1.1.0

type RangeThresholdType string

RangeThresholdType defines model for RangeThreshold.Type.

const (
	RangeThresholdTypeRange RangeThresholdType = "range"
)

Defines values for RangeThresholdType.

type Ready

type Ready struct {
	Started *time.Time   `json:"started,omitempty"`
	Status  *ReadyStatus `json:"status,omitempty"`
	Up      *string      `json:"up,omitempty"`
}

Ready defines model for Ready.

type ReadyStatus added in v1.1.0

type ReadyStatus string

ReadyStatus defines model for Ready.Status.

const (
	ReadyStatusReady ReadyStatus = "ready"
)

Defines values for ReadyStatus.

type RegexpLiteral

type RegexpLiteral struct {

	// Type of AST node
	Type  *NodeType `json:"type,omitempty"`
	Value *string   `json:"value,omitempty"`
}

RegexpLiteral defines model for RegexpLiteral.

type RenamableField

type RenamableField struct {

	// The name that a field is renamed to by the user.
	DisplayName *string `json:"displayName,omitempty"`

	// The calculated name of a field.
	InternalName *string `json:"internalName,omitempty"`

	// Indicates whether this field should be visible on the table.
	Visible *bool `json:"visible,omitempty"`
}

RenamableField defines model for RenamableField.

type Resource added in v1.1.0

type Resource struct {

	// If ID is set that is a permission for a specific resource. if it is not set it is a permission for all resources of that resource type.
	Id *string `json:"id,omitempty"`

	// Optional name of the resource if the resource has a name field.
	Name *string `json:"name,omitempty"`

	// Optional name of the organization of the organization with orgID.
	Org *string `json:"org,omitempty"`

	// If orgID is set that is a permission for all resources owned my that org. if it is not set it is a permission for all resources of that resource type.
	OrgID *string      `json:"orgID,omitempty"`
	Type  ResourceType `json:"type"`
}

Resource defines model for Resource.

type ResourceMember

type ResourceMember struct {
	// Embedded struct due to allOf(#/components/schemas/User)
	User
	// Embedded fields due to inline allOf schema
	Role *ResourceMemberRole `json:"role,omitempty"`
}

ResourceMember defines model for ResourceMember.

type ResourceMemberRole added in v1.1.0

type ResourceMemberRole string

ResourceMemberRole defines model for ResourceMember.Role.

const (
	ResourceMemberRoleMember ResourceMemberRole = "member"
)

Defines values for ResourceMemberRole.

type ResourceMembers

type ResourceMembers struct {
	Links *struct {
		Self *string `json:"self,omitempty"`
	} `json:"links,omitempty"`
	Users *[]ResourceMember `json:"users,omitempty"`
}

ResourceMembers defines model for ResourceMembers.

type ResourceOwner

type ResourceOwner struct {
	// Embedded struct due to allOf(#/components/schemas/User)
	User
	// Embedded fields due to inline allOf schema
	Role *ResourceOwnerRole `json:"role,omitempty"`
}

ResourceOwner defines model for ResourceOwner.

type ResourceOwnerRole added in v1.1.0

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 added in v1.1.0

type ResourceType string

ResourceType defines model for Resource.Type.

const (
	ResourceTypeAuthorizations ResourceType = "authorizations"

	ResourceTypeBuckets ResourceType = "buckets"

	ResourceTypeChecks ResourceType = "checks"

	ResourceTypeDashboards ResourceType = "dashboards"

	ResourceTypeDbrp ResourceType = "dbrp"

	ResourceTypeDocuments ResourceType = "documents"

	ResourceTypeLabels ResourceType = "labels"

	ResourceTypeNotificationEndpoints ResourceType = "notificationEndpoints"

	ResourceTypeNotificationRules ResourceType = "notificationRules"

	ResourceTypeOrgs ResourceType = "orgs"

	ResourceTypeScrapers ResourceType = "scrapers"

	ResourceTypeSecrets ResourceType = "secrets"

	ResourceTypeSources ResourceType = "sources"

	ResourceTypeTasks ResourceType = "tasks"

	ResourceTypeTelegrafs ResourceType = "telegrafs"

	ResourceTypeUsers ResourceType = "users"

	ResourceTypeVariables ResourceType = "variables"

	ResourceTypeViews ResourceType = "views"
)

Defines values for ResourceType.

type RetentionRule

type RetentionRule struct {

	// Duration in seconds for how long data will be kept in the database.
	EverySeconds int               `json:"everySeconds"`
	Type         RetentionRuleType `json:"type"`
}

RetentionRule defines model for RetentionRule.

type RetentionRuleType added in v1.1.0

type RetentionRuleType string

RetentionRuleType defines model for RetentionRule.Type.

const (
	RetentionRuleTypeExpire RetentionRuleType = "expire"
)

Defines values for RetentionRuleType.

type RetentionRules

type RetentionRules []RetentionRule

RetentionRules defines model for RetentionRules.

type ReturnStatement

type ReturnStatement struct {
	Argument *Expression `json:"argument,omitempty"`

	// Type of AST node
	Type *NodeType `json:"type,omitempty"`
}

ReturnStatement defines model for ReturnStatement.

type Routes

type Routes struct {
	Authorizations *string `json:"authorizations,omitempty"`
	Buckets        *string `json:"buckets,omitempty"`
	Dashboards     *string `json:"dashboards,omitempty"`
	External       *struct {
		StatusFeed *string `json:"statusFeed,omitempty"`
	} `json:"external,omitempty"`
	Flags *string `json:"flags,omitempty"`
	Me    *string `json:"me,omitempty"`
	Orgs  *string `json:"orgs,omitempty"`
	Query *struct {
		Analyze     *string `json:"analyze,omitempty"`
		Ast         *string `json:"ast,omitempty"`
		Self        *string `json:"self,omitempty"`
		Suggestions *string `json:"suggestions,omitempty"`
	} `json:"query,omitempty"`
	Setup   *string `json:"setup,omitempty"`
	Signin  *string `json:"signin,omitempty"`
	Signout *string `json:"signout,omitempty"`
	Sources *string `json:"sources,omitempty"`
	System  *struct {
		Debug   *string `json:"debug,omitempty"`
		Health  *string `json:"health,omitempty"`
		Metrics *string `json:"metrics,omitempty"`
	} `json:"system,omitempty"`
	Tasks     *string `json:"tasks,omitempty"`
	Telegrafs *string `json:"telegrafs,omitempty"`
	Users     *string `json:"users,omitempty"`
	Variables *string `json:"variables,omitempty"`
	Write     *string `json:"write,omitempty"`
}

Routes defines model for Routes.

type RuleStatusLevel

type RuleStatusLevel string

RuleStatusLevel defines model for RuleStatusLevel.

const (
	RuleStatusLevelANY RuleStatusLevel = "ANY"

	RuleStatusLevelCRIT RuleStatusLevel = "CRIT"

	RuleStatusLevelINFO RuleStatusLevel = "INFO"

	RuleStatusLevelOK RuleStatusLevel = "OK"

	RuleStatusLevelUNKNOWN RuleStatusLevel = "UNKNOWN"

	RuleStatusLevelWARN RuleStatusLevel = "WARN"
)

Defines values for RuleStatusLevel.

type Run

type Run struct {

	// Time run finished executing, RFC3339Nano.
	FinishedAt *time.Time `json:"finishedAt,omitempty"`
	Id         *string    `json:"id,omitempty"`
	Links      *struct {
		Retry *string `json:"retry,omitempty"`
		Self  *string `json:"self,omitempty"`
		Task  *string `json:"task,omitempty"`
	} `json:"links,omitempty"`

	// An array of logs associated with the run.
	Log *[]struct {
		Message *string `json:"message,omitempty"`
		RunID   *string `json:"runID,omitempty"`
		Time    *string `json:"time,omitempty"`
	} `json:"log,omitempty"`

	// Time run was manually requested, RFC3339Nano.
	RequestedAt *time.Time `json:"requestedAt,omitempty"`

	// Time used for run's "now" option, RFC3339.
	ScheduledFor *time.Time `json:"scheduledFor,omitempty"`

	// Time run started executing, RFC3339Nano.
	StartedAt *time.Time `json:"startedAt,omitempty"`
	Status    *RunStatus `json:"status,omitempty"`
	TaskID    *string    `json:"taskID,omitempty"`
}

Run defines model for Run.

type RunManually

type RunManually struct {

	// Time used for run's "now" option, RFC3339.  Default is the server's now time.
	ScheduledFor *time.Time `json:"scheduledFor,omitempty"`
}

RunManually defines model for RunManually.

type RunStatus added in v1.1.0

type RunStatus string

RunStatus defines model for Run.Status.

const (
	RunStatusCanceled RunStatus = "canceled"

	RunStatusFailed RunStatus = "failed"

	RunStatusScheduled RunStatus = "scheduled"

	RunStatusStarted RunStatus = "started"

	RunStatusSuccess RunStatus = "success"
)

Defines values for RunStatus.

type Runs

type Runs struct {
	Links *Links `json:"links,omitempty"`
	Runs  *[]Run `json:"runs,omitempty"`
}

Runs defines model for Runs.

type SMTPNotificationRule

type SMTPNotificationRule struct {
	// Embedded struct due to allOf(#/components/schemas/NotificationRuleBase)
	NotificationRuleBase
	// Embedded struct due to allOf(#/components/schemas/SMTPNotificationRuleBase)
	SMTPNotificationRuleBase
}

SMTPNotificationRule defines model for SMTPNotificationRule.

type SMTPNotificationRuleBase

type SMTPNotificationRuleBase struct {
	BodyTemplate    *string                      `json:"bodyTemplate,omitempty"`
	SubjectTemplate string                       `json:"subjectTemplate"`
	To              string                       `json:"to"`
	Type            SMTPNotificationRuleBaseType `json:"type"`
}

SMTPNotificationRuleBase defines model for SMTPNotificationRuleBase.

type SMTPNotificationRuleBaseType added in v1.1.0

type SMTPNotificationRuleBaseType string

SMTPNotificationRuleBaseType defines model for SMTPNotificationRuleBase.Type.

const (
	SMTPNotificationRuleBaseTypeSmtp SMTPNotificationRuleBaseType = "smtp"
)

Defines values for SMTPNotificationRuleBaseType.

type ScatterViewProperties

type ScatterViewProperties struct {

	// Colors define color encoding of data into a visualization
	Colors      []string                   `json:"colors"`
	FillColumns []string                   `json:"fillColumns"`
	Note        string                     `json:"note"`
	Queries     []DashboardQuery           `json:"queries"`
	Shape       ScatterViewPropertiesShape `json:"shape"`

	// If true, will display note when empty
	ShowNoteWhenEmpty bool                      `json:"showNoteWhenEmpty"`
	SymbolColumns     []string                  `json:"symbolColumns"`
	TimeFormat        *string                   `json:"timeFormat,omitempty"`
	Type              ScatterViewPropertiesType `json:"type"`
	XAxisLabel        string                    `json:"xAxisLabel"`
	XColumn           string                    `json:"xColumn"`
	XDomain           []float32                 `json:"xDomain"`
	XPrefix           string                    `json:"xPrefix"`
	XSuffix           string                    `json:"xSuffix"`
	YAxisLabel        string                    `json:"yAxisLabel"`
	YColumn           string                    `json:"yColumn"`
	YDomain           []float32                 `json:"yDomain"`
	YPrefix           string                    `json:"yPrefix"`
	YSuffix           string                    `json:"ySuffix"`
}

ScatterViewProperties defines model for ScatterViewProperties.

type ScatterViewPropertiesShape added in v1.1.0

type ScatterViewPropertiesShape string

ScatterViewPropertiesShape defines model for ScatterViewProperties.Shape.

const (
	ScatterViewPropertiesShapeChronografV2 ScatterViewPropertiesShape = "chronograf-v2"
)

Defines values for ScatterViewPropertiesShape.

type ScatterViewPropertiesType added in v1.1.0

type ScatterViewPropertiesType string

ScatterViewPropertiesType defines model for ScatterViewProperties.Type.

const (
	ScatterViewPropertiesTypeScatter ScatterViewPropertiesType = "scatter"
)

Defines values for ScatterViewPropertiesType.

type ScraperTargetRequest

type ScraperTargetRequest struct {

	// The ID of the bucket to write to.
	BucketID *string `json:"bucketID,omitempty"`

	// The name of the scraper target.
	Name *string `json:"name,omitempty"`

	// The organization ID.
	OrgID *string `json:"orgID,omitempty"`

	// The type of the metrics to be parsed.
	Type *ScraperTargetRequestType `json:"type,omitempty"`

	// The URL of the metrics endpoint.
	Url *string `json:"url,omitempty"`
}

ScraperTargetRequest defines model for ScraperTargetRequest.

type ScraperTargetRequestType added in v1.1.0

type ScraperTargetRequestType string

ScraperTargetRequestType defines model for ScraperTargetRequest.Type.

const (
	ScraperTargetRequestTypePrometheus ScraperTargetRequestType = "prometheus"
)

Defines values for ScraperTargetRequestType.

type ScraperTargetResponse

type ScraperTargetResponse struct {
	// Embedded struct due to allOf(#/components/schemas/ScraperTargetRequest)
	ScraperTargetRequest

	// The bucket name.
	Bucket *string `json:"bucket,omitempty"`
	Id     *string `json:"id,omitempty"`
	Links  *struct {

		// URI of resource.
		Bucket *Link `json:"bucket,omitempty"`

		// URI of resource.
		Members *Link `json:"members,omitempty"`

		// URI of resource.
		Organization *Link `json:"organization,omitempty"`

		// URI of resource.
		Owners *Link `json:"owners,omitempty"`

		// URI of resource.
		Self *Link `json:"self,omitempty"`
	} `json:"links,omitempty"`

	// The organization name.
	Org *string `json:"org,omitempty"`
}

ScraperTargetResponse defines model for ScraperTargetResponse.

type ScraperTargetResponses

type ScraperTargetResponses struct {
	Configurations *[]ScraperTargetResponse `json:"configurations,omitempty"`
}

ScraperTargetResponses defines model for ScraperTargetResponses.

type SecretKeys

type SecretKeys struct {
	Secrets *[]string `json:"secrets,omitempty"`
}

SecretKeys defines model for SecretKeys.

type SecretKeysResponse

type SecretKeysResponse struct {
	// Embedded struct due to allOf(#/components/schemas/SecretKeys)
	SecretKeys
	// Embedded fields due to inline allOf schema
	Links *struct {
		Org  *string `json:"org,omitempty"`
		Self *string `json:"self,omitempty"`
	} `json:"links,omitempty"`
}

SecretKeysResponse defines model for SecretKeysResponse.

type Secrets

type Secrets struct {
	AdditionalProperties map[string]string `json:"-"`
}

Secrets defines model for Secrets.

func (Secrets) Get

func (a Secrets) Get(fieldName string) (value string, found bool)

Getter for additional properties for Secrets. Returns the specified element and whether it was found

func (Secrets) MarshalJSON

func (a Secrets) MarshalJSON() ([]byte, error)

Override default JSON handling for Secrets to handle AdditionalProperties

func (*Secrets) Set

func (a *Secrets) Set(fieldName string, value string)

Setter for additional properties for Secrets

func (*Secrets) UnmarshalJSON

func (a *Secrets) UnmarshalJSON(b []byte) error

Override default JSON handling for Secrets to handle AdditionalProperties

type SingleStatViewProperties

type SingleStatViewProperties struct {

	// Colors define color encoding of data into a visualization
	Colors []DashboardColor `json:"colors"`

	// Indicates whether decimal places should be enforced, and how many digits it should show.
	DecimalPlaces DecimalPlaces `json:"decimalPlaces"`

	// Legend define encoding of data into a view's legend
	Legend  Legend                        `json:"legend"`
	Note    string                        `json:"note"`
	Prefix  string                        `json:"prefix"`
	Queries []DashboardQuery              `json:"queries"`
	Shape   SingleStatViewPropertiesShape `json:"shape"`

	// If true, will display note when empty
	ShowNoteWhenEmpty bool                         `json:"showNoteWhenEmpty"`
	Suffix            string                       `json:"suffix"`
	TickPrefix        string                       `json:"tickPrefix"`
	TickSuffix        string                       `json:"tickSuffix"`
	Type              SingleStatViewPropertiesType `json:"type"`
}

SingleStatViewProperties defines model for SingleStatViewProperties.

type SingleStatViewPropertiesShape added in v1.1.0

type SingleStatViewPropertiesShape string

SingleStatViewPropertiesShape defines model for SingleStatViewProperties.Shape.

const (
	SingleStatViewPropertiesShapeChronografV2 SingleStatViewPropertiesShape = "chronograf-v2"
)

Defines values for SingleStatViewPropertiesShape.

type SingleStatViewPropertiesType added in v1.1.0

type SingleStatViewPropertiesType string

SingleStatViewPropertiesType defines model for SingleStatViewProperties.Type.

const (
	SingleStatViewPropertiesTypeSingleStat SingleStatViewPropertiesType = "single-stat"
)

Defines values for SingleStatViewPropertiesType.

type SlackNotificationEndpoint

type SlackNotificationEndpoint struct {
	// Embedded struct due to allOf(#/components/schemas/NotificationEndpointBase)
	NotificationEndpointBase

	// Specifies the API token string. Specify either `URL` or `Token`.
	Token *string `json:"token,omitempty"`

	// Specifies the URL of the Slack endpoint. Specify either `URL` or `Token`.
	Url *string `json:"url,omitempty"`
}

SlackNotificationEndpoint defines model for SlackNotificationEndpoint.

type SlackNotificationRule

type SlackNotificationRule struct {
	// Embedded struct due to allOf(#/components/schemas/NotificationRuleBase)
	NotificationRuleBase
	// Embedded struct due to allOf(#/components/schemas/SlackNotificationRuleBase)
	SlackNotificationRuleBase
}

SlackNotificationRule defines model for SlackNotificationRule.

type SlackNotificationRuleBase

type SlackNotificationRuleBase struct {
	Channel         *string                       `json:"channel,omitempty"`
	MessageTemplate string                        `json:"messageTemplate"`
	Type            SlackNotificationRuleBaseType `json:"type"`
}

SlackNotificationRuleBase defines model for SlackNotificationRuleBase.

type SlackNotificationRuleBaseType added in v1.1.0

type SlackNotificationRuleBaseType string

SlackNotificationRuleBaseType defines model for SlackNotificationRuleBase.Type.

const (
	SlackNotificationRuleBaseTypeSlack SlackNotificationRuleBaseType = "slack"
)

Defines values for SlackNotificationRuleBaseType.

type SortBy

type SortBy string

SortBy defines model for SortBy.

type Source

type Source struct {
	Default            *bool              `json:"default,omitempty"`
	DefaultRP          *string            `json:"defaultRP,omitempty"`
	Id                 *string            `json:"id,omitempty"`
	InsecureSkipVerify *bool              `json:"insecureSkipVerify,omitempty"`
	Languages          *[]SourceLanguages `json:"languages,omitempty"`
	Links              *struct {
		Buckets *string `json:"buckets,omitempty"`
		Health  *string `json:"health,omitempty"`
		Query   *string `json:"query,omitempty"`
		Self    *string `json:"self,omitempty"`
	} `json:"links,omitempty"`
	MetaUrl      *string     `json:"metaUrl,omitempty"`
	Name         *string     `json:"name,omitempty"`
	OrgID        *string     `json:"orgID,omitempty"`
	Password     *string     `json:"password,omitempty"`
	SharedSecret *string     `json:"sharedSecret,omitempty"`
	Telegraf     *string     `json:"telegraf,omitempty"`
	Token        *string     `json:"token,omitempty"`
	Type         *SourceType `json:"type,omitempty"`
	Url          *string     `json:"url,omitempty"`
	Username     *string     `json:"username,omitempty"`
}

Source defines model for Source.

type SourceLanguages added in v1.1.0

type SourceLanguages string

SourceLanguages defines model for Source.Languages.

const (
	SourceLanguagesFlux SourceLanguages = "flux"

	SourceLanguagesInfluxql SourceLanguages = "influxql"
)

Defines values for SourceLanguages.

type SourceType added in v1.1.0

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 added in v1.3.0

type Stack struct {
	CreatedAt   *time.Time `json:"createdAt,omitempty"`
	Description *string    `json:"description,omitempty"`
	Id          *string    `json:"id,omitempty"`
	Name        *string    `json:"name,omitempty"`
	OrgID       *string    `json:"orgID,omitempty"`
	Resources   *[]struct {
		ApiVersion   *string `json:"apiVersion,omitempty"`
		Associations *[]struct {
			Kind    *TemplateKind `json:"kind,omitempty"`
			PkgName *string       `json:"pkgName,omitempty"`
		} `json:"associations,omitempty"`
		Kind       *TemplateKind `json:"kind,omitempty"`
		PkgName    *string       `json:"pkgName,omitempty"`
		ResourceID *string       `json:"resourceID,omitempty"`
	} `json:"resources,omitempty"`
	Sources   *[]string  `json:"sources,omitempty"`
	UpdatedAt *time.Time `json:"updatedAt,omitempty"`
	Urls      *[]string  `json:"urls,omitempty"`
}

Stack defines model for Stack.

type Statement

type Statement interface{}

Statement defines model for Statement.

type StatusRule

type StatusRule struct {
	Count *int `json:"count,omitempty"`

	// The state to record if check matches a criteria.
	CurrentLevel *RuleStatusLevel `json:"currentLevel,omitempty"`
	Period       *string          `json:"period,omitempty"`

	// The state to record if check matches a criteria.
	PreviousLevel *RuleStatusLevel `json:"previousLevel,omitempty"`
}

StatusRule defines model for StatusRule.

type StringLiteral

type StringLiteral struct {

	// Type of AST node
	Type  *NodeType `json:"type,omitempty"`
	Value *string   `json:"value,omitempty"`
}

StringLiteral defines model for StringLiteral.

type TableViewProperties

type TableViewProperties struct {

	// Colors define color encoding of data into a visualization
	Colors []DashboardColor `json:"colors"`

	// Indicates whether decimal places should be enforced, and how many digits it should show.
	DecimalPlaces DecimalPlaces `json:"decimalPlaces"`

	// fieldOptions represent the fields retrieved by the query with customization options
	FieldOptions []RenamableField         `json:"fieldOptions"`
	Note         string                   `json:"note"`
	Queries      []DashboardQuery         `json:"queries"`
	Shape        TableViewPropertiesShape `json:"shape"`

	// If true, will display note when empty
	ShowNoteWhenEmpty bool `json:"showNoteWhenEmpty"`
	TableOptions      struct {

		// fixFirstColumn indicates whether the first column of the table should be locked
		FixFirstColumn *bool `json:"fixFirstColumn,omitempty"`

		// Describes a field that can be renamed and made visible or invisible.
		SortBy *RenamableField `json:"sortBy,omitempty"`

		// verticalTimeAxis describes the orientation of the table by indicating whether the time axis will be displayed vertically
		VerticalTimeAxis *bool `json:"verticalTimeAxis,omitempty"`

		// Wrapping describes the text wrapping style to be used in table views
		Wrapping *TableViewPropertiesTableOptionsWrapping `json:"wrapping,omitempty"`
	} `json:"tableOptions"`

	// timeFormat describes the display format for time values according to moment.js date formatting
	TimeFormat string                  `json:"timeFormat"`
	Type       TableViewPropertiesType `json:"type"`
}

TableViewProperties defines model for TableViewProperties.

type TableViewPropertiesShape added in v1.1.0

type TableViewPropertiesShape string

TableViewPropertiesShape defines model for TableViewProperties.Shape.

const (
	TableViewPropertiesShapeChronografV2 TableViewPropertiesShape = "chronograf-v2"
)

Defines values for TableViewPropertiesShape.

type TableViewPropertiesTableOptionsWrapping added in v1.1.0

type TableViewPropertiesTableOptionsWrapping string

TableViewPropertiesTableOptionsWrapping defines model for TableViewProperties.TableOptions.Wrapping.

const (
	TableViewPropertiesTableOptionsWrappingSingleLine TableViewPropertiesTableOptionsWrapping = "single-line"

	TableViewPropertiesTableOptionsWrappingTruncate TableViewPropertiesTableOptionsWrapping = "truncate"

	TableViewPropertiesTableOptionsWrappingWrap TableViewPropertiesTableOptionsWrapping = "wrap"
)

Defines values for TableViewPropertiesTableOptionsWrapping.

type TableViewPropertiesType added in v1.1.0

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 added in v1.1.0

type TagRuleOperator string

TagRuleOperator defines model for TagRule.Operator.

const (
	TagRuleOperatorEqual TagRuleOperator = "equal"

	TagRuleOperatorEqualregex TagRuleOperator = "equalregex"

	TagRuleOperatorNotequal TagRuleOperator = "notequal"

	TagRuleOperatorNotequalregex TagRuleOperator = "notequalregex"
)

Defines values for TagRuleOperator.

type Task

type Task struct {

	// The ID of the authorization used when this task communicates with the query engine.
	AuthorizationID *string    `json:"authorizationID,omitempty"`
	CreatedAt       *time.Time `json:"createdAt,omitempty"`

	// A task repetition schedule in the form '* * * * * *'; parsed from Flux.
	Cron *string `json:"cron,omitempty"`

	// An optional description of the task.
	Description *string `json:"description,omitempty"`

	// A simple task repetition schedule; parsed from Flux.
	Every *string `json:"every,omitempty"`

	// The Flux script to run for this task.
	Flux          string             `json:"flux"`
	Id            string             `json:"id"`
	Labels        *Labels            `json:"labels,omitempty"`
	LastRunError  *string            `json:"lastRunError,omitempty"`
	LastRunStatus *TaskLastRunStatus `json:"lastRunStatus,omitempty"`

	// Timestamp of latest scheduled, completed run, RFC3339.
	LatestCompleted *time.Time `json:"latestCompleted,omitempty"`
	Links           *struct {

		// URI of resource.
		Labels *Link `json:"labels,omitempty"`

		// URI of resource.
		Logs *Link `json:"logs,omitempty"`

		// URI of resource.
		Members *Link `json:"members,omitempty"`

		// URI of resource.
		Owners *Link `json:"owners,omitempty"`

		// URI of resource.
		Runs *Link `json:"runs,omitempty"`

		// URI of resource.
		Self *Link `json:"self,omitempty"`
	} `json:"links,omitempty"`

	// The name of the task.
	Name string `json:"name"`

	// Duration to delay after the schedule, before executing the task; parsed from flux, if set to zero it will remove this option and use 0 as the default.
	Offset *string `json:"offset,omitempty"`

	// The name of the organization that owns this Task.
	Org *string `json:"org,omitempty"`

	// The ID of the organization that owns this Task.
	OrgID  string          `json:"orgID"`
	Status *TaskStatusType `json:"status,omitempty"`

	// The type of task, this can be used for filtering tasks on list actions.
	Type      *string    `json:"type,omitempty"`
	UpdatedAt *time.Time `json:"updatedAt,omitempty"`
}

Task defines model for Task.

type TaskCreateRequest

type TaskCreateRequest struct {

	// An optional description of the task.
	Description *string `json:"description,omitempty"`

	// The Flux script to run for this task.
	Flux string `json:"flux"`

	// The name of the organization that owns this Task.
	Org *string `json:"org,omitempty"`

	// The ID of the organization that owns this Task.
	OrgID  *string         `json:"orgID,omitempty"`
	Status *TaskStatusType `json:"status,omitempty"`
}

TaskCreateRequest defines model for TaskCreateRequest.

type TaskLastRunStatus added in v1.1.0

type TaskLastRunStatus string

TaskLastRunStatus defines model for Task.LastRunStatus.

const (
	TaskLastRunStatusCanceled TaskLastRunStatus = "canceled"

	TaskLastRunStatusFailed TaskLastRunStatus = "failed"

	TaskLastRunStatusSuccess TaskLastRunStatus = "success"
)

Defines values for TaskLastRunStatus.

type TaskStatusType

type TaskStatusType string

TaskStatusType defines model for TaskStatusType.

const (
	TaskStatusTypeActive TaskStatusType = "active"

	TaskStatusTypeInactive TaskStatusType = "inactive"
)

Defines values for TaskStatusType.

type TaskUpdateRequest

type TaskUpdateRequest struct {

	// Override the 'cron' option in the flux script.
	Cron *string `json:"cron,omitempty"`

	// An optional description of the task.
	Description *string `json:"description,omitempty"`

	// Override the 'every' option in the flux script.
	Every *string `json:"every,omitempty"`

	// The Flux script to run for this task.
	Flux *string `json:"flux,omitempty"`

	// Override the 'name' option in the flux script.
	Name *string `json:"name,omitempty"`

	// Override the 'offset' option in the flux script.
	Offset *string         `json:"offset,omitempty"`
	Status *TaskStatusType `json:"status,omitempty"`
}

TaskUpdateRequest defines model for TaskUpdateRequest.

type Tasks

type Tasks struct {
	Links *Links  `json:"links,omitempty"`
	Tasks *[]Task `json:"tasks,omitempty"`
}

Tasks defines model for Tasks.

type Telegraf

type Telegraf struct {
	// Embedded struct due to allOf(#/components/schemas/TelegrafRequest)
	TelegrafRequest
	// Embedded fields due to inline allOf schema
	Id     *string `json:"id,omitempty"`
	Labels *Labels `json:"labels,omitempty"`
	Links  *struct {

		// URI of resource.
		Labels *Link `json:"labels,omitempty"`

		// URI of resource.
		Members *Link `json:"members,omitempty"`

		// URI of resource.
		Owners *Link `json:"owners,omitempty"`

		// URI of resource.
		Self *Link `json:"self,omitempty"`
	} `json:"links,omitempty"`
}

Telegraf defines model for Telegraf.

type TelegrafPlugin

type TelegrafPlugin struct {
	Config      *string `json:"config,omitempty"`
	Description *string `json:"description,omitempty"`
	Name        *string `json:"name,omitempty"`
	Type        *string `json:"type,omitempty"`
}

TelegrafPlugin defines model for TelegrafPlugin.

type TelegrafPluginInputCpu

type TelegrafPluginInputCpu struct {
	Comment *string                    `json:"comment,omitempty"`
	Name    TelegrafPluginInputCpuName `json:"name"`
	Type    TelegrafPluginInputCpuType `json:"type"`
}

TelegrafPluginInputCpu defines model for TelegrafPluginInputCpu.

type TelegrafPluginInputCpuName added in v1.1.0

type TelegrafPluginInputCpuName string

TelegrafPluginInputCpuName defines model for TelegrafPluginInputCpu.Name.

const (
	TelegrafPluginInputCpuNameCpu TelegrafPluginInputCpuName = "cpu"
)

Defines values for TelegrafPluginInputCpuName.

type TelegrafPluginInputCpuType added in v1.1.0

type TelegrafPluginInputCpuType string

TelegrafPluginInputCpuType defines model for TelegrafPluginInputCpu.Type.

const (
	TelegrafPluginInputCpuTypeInput TelegrafPluginInputCpuType = "input"
)

Defines values for TelegrafPluginInputCpuType.

type TelegrafPluginInputDisk

type TelegrafPluginInputDisk struct {
	Comment *string                     `json:"comment,omitempty"`
	Name    TelegrafPluginInputDiskName `json:"name"`
	Type    TelegrafPluginInputDiskType `json:"type"`
}

TelegrafPluginInputDisk defines model for TelegrafPluginInputDisk.

type TelegrafPluginInputDiskName added in v1.1.0

type TelegrafPluginInputDiskName string

TelegrafPluginInputDiskName defines model for TelegrafPluginInputDisk.Name.

const (
	TelegrafPluginInputDiskNameDisk TelegrafPluginInputDiskName = "disk"
)

Defines values for TelegrafPluginInputDiskName.

type TelegrafPluginInputDiskType added in v1.1.0

type TelegrafPluginInputDiskType string

TelegrafPluginInputDiskType defines model for TelegrafPluginInputDisk.Type.

const (
	TelegrafPluginInputDiskTypeInput TelegrafPluginInputDiskType = "input"
)

Defines values for TelegrafPluginInputDiskType.

type TelegrafPluginInputDiskio

type TelegrafPluginInputDiskio struct {
	Comment *string                       `json:"comment,omitempty"`
	Name    TelegrafPluginInputDiskioName `json:"name"`
	Type    TelegrafPluginInputDiskioType `json:"type"`
}

TelegrafPluginInputDiskio defines model for TelegrafPluginInputDiskio.

type TelegrafPluginInputDiskioName added in v1.1.0

type TelegrafPluginInputDiskioName string

TelegrafPluginInputDiskioName defines model for TelegrafPluginInputDiskio.Name.

const (
	TelegrafPluginInputDiskioNameDiskio TelegrafPluginInputDiskioName = "diskio"
)

Defines values for TelegrafPluginInputDiskioName.

type TelegrafPluginInputDiskioType added in v1.1.0

type TelegrafPluginInputDiskioType string

TelegrafPluginInputDiskioType defines model for TelegrafPluginInputDiskio.Type.

const (
	TelegrafPluginInputDiskioTypeInput TelegrafPluginInputDiskioType = "input"
)

Defines values for TelegrafPluginInputDiskioType.

type TelegrafPluginInputDocker

type TelegrafPluginInputDocker struct {
	Comment *string                         `json:"comment,omitempty"`
	Config  TelegrafPluginInputDockerConfig `json:"config"`
	Name    TelegrafPluginInputDockerName   `json:"name"`
	Type    TelegrafPluginInputDockerType   `json:"type"`
}

TelegrafPluginInputDocker defines model for TelegrafPluginInputDocker.

type TelegrafPluginInputDockerConfig

type TelegrafPluginInputDockerConfig struct {
	Endpoint string `json:"endpoint"`
}

TelegrafPluginInputDockerConfig defines model for TelegrafPluginInputDockerConfig.

type TelegrafPluginInputDockerName added in v1.1.0

type TelegrafPluginInputDockerName string

TelegrafPluginInputDockerName defines model for TelegrafPluginInputDocker.Name.

const (
	TelegrafPluginInputDockerNameDocker TelegrafPluginInputDockerName = "docker"
)

Defines values for TelegrafPluginInputDockerName.

type TelegrafPluginInputDockerType added in v1.1.0

type TelegrafPluginInputDockerType string

TelegrafPluginInputDockerType defines model for TelegrafPluginInputDocker.Type.

const (
	TelegrafPluginInputDockerTypeInput TelegrafPluginInputDockerType = "input"
)

Defines values for TelegrafPluginInputDockerType.

type TelegrafPluginInputFile

type TelegrafPluginInputFile struct {
	Comment *string                       `json:"comment,omitempty"`
	Config  TelegrafPluginInputFileConfig `json:"config"`
	Name    TelegrafPluginInputFileName   `json:"name"`
	Type    TelegrafPluginInputFileType   `json:"type"`
}

TelegrafPluginInputFile defines model for TelegrafPluginInputFile.

type TelegrafPluginInputFileConfig

type TelegrafPluginInputFileConfig struct {
	Files *[]string `json:"files,omitempty"`
}

TelegrafPluginInputFileConfig defines model for TelegrafPluginInputFileConfig.

type TelegrafPluginInputFileName added in v1.1.0

type TelegrafPluginInputFileName string

TelegrafPluginInputFileName defines model for TelegrafPluginInputFile.Name.

const (
	TelegrafPluginInputFileNameFile TelegrafPluginInputFileName = "file"
)

Defines values for TelegrafPluginInputFileName.

type TelegrafPluginInputFileType added in v1.1.0

type TelegrafPluginInputFileType string

TelegrafPluginInputFileType defines model for TelegrafPluginInputFile.Type.

const (
	TelegrafPluginInputFileTypeInput TelegrafPluginInputFileType = "input"
)

Defines values for TelegrafPluginInputFileType.

type TelegrafPluginInputKernel

type TelegrafPluginInputKernel struct {
	Comment *string                       `json:"comment,omitempty"`
	Name    TelegrafPluginInputKernelName `json:"name"`
	Type    TelegrafPluginInputKernelType `json:"type"`
}

TelegrafPluginInputKernel defines model for TelegrafPluginInputKernel.

type TelegrafPluginInputKernelName added in v1.1.0

type TelegrafPluginInputKernelName string

TelegrafPluginInputKernelName defines model for TelegrafPluginInputKernel.Name.

const (
	TelegrafPluginInputKernelNameKernel TelegrafPluginInputKernelName = "kernel"
)

Defines values for TelegrafPluginInputKernelName.

type TelegrafPluginInputKernelType added in v1.1.0

type TelegrafPluginInputKernelType string

TelegrafPluginInputKernelType defines model for TelegrafPluginInputKernel.Type.

const (
	TelegrafPluginInputKernelTypeInput TelegrafPluginInputKernelType = "input"
)

Defines values for TelegrafPluginInputKernelType.

type TelegrafPluginInputKubernetes

type TelegrafPluginInputKubernetes struct {
	Comment *string                             `json:"comment,omitempty"`
	Config  TelegrafPluginInputKubernetesConfig `json:"config"`
	Name    TelegrafPluginInputKubernetesName   `json:"name"`
	Type    TelegrafPluginInputKubernetesType   `json:"type"`
}

TelegrafPluginInputKubernetes defines model for TelegrafPluginInputKubernetes.

type TelegrafPluginInputKubernetesConfig

type TelegrafPluginInputKubernetesConfig struct {
	Url *string `json:"url,omitempty"`
}

TelegrafPluginInputKubernetesConfig defines model for TelegrafPluginInputKubernetesConfig.

type TelegrafPluginInputKubernetesName added in v1.1.0

type TelegrafPluginInputKubernetesName string

TelegrafPluginInputKubernetesName defines model for TelegrafPluginInputKubernetes.Name.

const (
	TelegrafPluginInputKubernetesNameKubernetes TelegrafPluginInputKubernetesName = "kubernetes"
)

Defines values for TelegrafPluginInputKubernetesName.

type TelegrafPluginInputKubernetesType added in v1.1.0

type TelegrafPluginInputKubernetesType string

TelegrafPluginInputKubernetesType defines model for TelegrafPluginInputKubernetes.Type.

const (
	TelegrafPluginInputKubernetesTypeInput TelegrafPluginInputKubernetesType = "input"
)

Defines values for TelegrafPluginInputKubernetesType.

type TelegrafPluginInputLogParser

type TelegrafPluginInputLogParser struct {
	Comment *string                            `json:"comment,omitempty"`
	Config  TelegrafPluginInputLogParserConfig `json:"config"`
	Name    TelegrafPluginInputLogParserName   `json:"name"`
	Type    TelegrafPluginInputLogParserType   `json:"type"`
}

TelegrafPluginInputLogParser defines model for TelegrafPluginInputLogParser.

type TelegrafPluginInputLogParserConfig

type TelegrafPluginInputLogParserConfig struct {
	Files *[]string `json:"files,omitempty"`
}

TelegrafPluginInputLogParserConfig defines model for TelegrafPluginInputLogParserConfig.

type TelegrafPluginInputLogParserName added in v1.1.0

type TelegrafPluginInputLogParserName string

TelegrafPluginInputLogParserName defines model for TelegrafPluginInputLogParser.Name.

const (
	TelegrafPluginInputLogParserNameLogparser TelegrafPluginInputLogParserName = "logparser"
)

Defines values for TelegrafPluginInputLogParserName.

type TelegrafPluginInputLogParserType added in v1.1.0

type TelegrafPluginInputLogParserType string

TelegrafPluginInputLogParserType defines model for TelegrafPluginInputLogParser.Type.

const (
	TelegrafPluginInputLogParserTypeInput TelegrafPluginInputLogParserType = "input"
)

Defines values for TelegrafPluginInputLogParserType.

type TelegrafPluginInputMem

type TelegrafPluginInputMem struct {
	Comment *string                    `json:"comment,omitempty"`
	Name    TelegrafPluginInputMemName `json:"name"`
	Type    TelegrafPluginInputMemType `json:"type"`
}

TelegrafPluginInputMem defines model for TelegrafPluginInputMem.

type TelegrafPluginInputMemName added in v1.1.0

type TelegrafPluginInputMemName string

TelegrafPluginInputMemName defines model for TelegrafPluginInputMem.Name.

const (
	TelegrafPluginInputMemNameMem TelegrafPluginInputMemName = "mem"
)

Defines values for TelegrafPluginInputMemName.

type TelegrafPluginInputMemType added in v1.1.0

type TelegrafPluginInputMemType string

TelegrafPluginInputMemType defines model for TelegrafPluginInputMem.Type.

const (
	TelegrafPluginInputMemTypeInput TelegrafPluginInputMemType = "input"
)

Defines values for TelegrafPluginInputMemType.

type TelegrafPluginInputNet

type TelegrafPluginInputNet struct {
	Comment *string                    `json:"comment,omitempty"`
	Name    TelegrafPluginInputNetName `json:"name"`
	Type    TelegrafPluginInputNetType `json:"type"`
}

TelegrafPluginInputNet defines model for TelegrafPluginInputNet.

type TelegrafPluginInputNetName added in v1.1.0

type TelegrafPluginInputNetName string

TelegrafPluginInputNetName defines model for TelegrafPluginInputNet.Name.

const (
	TelegrafPluginInputNetNameNet TelegrafPluginInputNetName = "net"
)

Defines values for TelegrafPluginInputNetName.

type TelegrafPluginInputNetResponse

type TelegrafPluginInputNetResponse struct {
	Comment *string                            `json:"comment,omitempty"`
	Name    TelegrafPluginInputNetResponseName `json:"name"`
	Type    TelegrafPluginInputNetResponseType `json:"type"`
}

TelegrafPluginInputNetResponse defines model for TelegrafPluginInputNetResponse.

type TelegrafPluginInputNetResponseName added in v1.1.0

type TelegrafPluginInputNetResponseName string

TelegrafPluginInputNetResponseName defines model for TelegrafPluginInputNetResponse.Name.

const (
	TelegrafPluginInputNetResponseNameNetResponse TelegrafPluginInputNetResponseName = "net_response"
)

Defines values for TelegrafPluginInputNetResponseName.

type TelegrafPluginInputNetResponseType added in v1.1.0

type TelegrafPluginInputNetResponseType string

TelegrafPluginInputNetResponseType defines model for TelegrafPluginInputNetResponse.Type.

const (
	TelegrafPluginInputNetResponseTypeInput TelegrafPluginInputNetResponseType = "input"
)

Defines values for TelegrafPluginInputNetResponseType.

type TelegrafPluginInputNetType added in v1.1.0

type TelegrafPluginInputNetType string

TelegrafPluginInputNetType defines model for TelegrafPluginInputNet.Type.

const (
	TelegrafPluginInputNetTypeInput TelegrafPluginInputNetType = "input"
)

Defines values for TelegrafPluginInputNetType.

type TelegrafPluginInputNginx

type TelegrafPluginInputNginx struct {
	Comment *string                      `json:"comment,omitempty"`
	Name    TelegrafPluginInputNginxName `json:"name"`
	Type    TelegrafPluginInputNginxType `json:"type"`
}

TelegrafPluginInputNginx defines model for TelegrafPluginInputNginx.

type TelegrafPluginInputNginxName added in v1.1.0

type TelegrafPluginInputNginxName string

TelegrafPluginInputNginxName defines model for TelegrafPluginInputNginx.Name.

const (
	TelegrafPluginInputNginxNameNginx TelegrafPluginInputNginxName = "nginx"
)

Defines values for TelegrafPluginInputNginxName.

type TelegrafPluginInputNginxType added in v1.1.0

type TelegrafPluginInputNginxType string

TelegrafPluginInputNginxType defines model for TelegrafPluginInputNginx.Type.

const (
	TelegrafPluginInputNginxTypeInput TelegrafPluginInputNginxType = "input"
)

Defines values for TelegrafPluginInputNginxType.

type TelegrafPluginInputProcesses

type TelegrafPluginInputProcesses struct {
	Comment *string                          `json:"comment,omitempty"`
	Name    TelegrafPluginInputProcessesName `json:"name"`
	Type    TelegrafPluginInputProcessesType `json:"type"`
}

TelegrafPluginInputProcesses defines model for TelegrafPluginInputProcesses.

type TelegrafPluginInputProcessesName added in v1.1.0

type TelegrafPluginInputProcessesName string

TelegrafPluginInputProcessesName defines model for TelegrafPluginInputProcesses.Name.

const (
	TelegrafPluginInputProcessesNameProcesses TelegrafPluginInputProcessesName = "processes"
)

Defines values for TelegrafPluginInputProcessesName.

type TelegrafPluginInputProcessesType added in v1.1.0

type TelegrafPluginInputProcessesType string

TelegrafPluginInputProcessesType defines model for TelegrafPluginInputProcesses.Type.

const (
	TelegrafPluginInputProcessesTypeInput TelegrafPluginInputProcessesType = "input"
)

Defines values for TelegrafPluginInputProcessesType.

type TelegrafPluginInputProcstat

type TelegrafPluginInputProcstat struct {
	Comment *string                           `json:"comment,omitempty"`
	Config  TelegrafPluginInputProcstatConfig `json:"config"`
	Name    TelegrafPluginInputProcstatName   `json:"name"`
	Type    TelegrafPluginInputProcstatType   `json:"type"`
}

TelegrafPluginInputProcstat defines model for TelegrafPluginInputProcstat.

type TelegrafPluginInputProcstatConfig

type TelegrafPluginInputProcstatConfig struct {
	Exe *string `json:"exe,omitempty"`
}

TelegrafPluginInputProcstatConfig defines model for TelegrafPluginInputProcstatConfig.

type TelegrafPluginInputProcstatName added in v1.1.0

type TelegrafPluginInputProcstatName string

TelegrafPluginInputProcstatName defines model for TelegrafPluginInputProcstat.Name.

const (
	TelegrafPluginInputProcstatNameProcstat TelegrafPluginInputProcstatName = "procstat"
)

Defines values for TelegrafPluginInputProcstatName.

type TelegrafPluginInputProcstatType added in v1.1.0

type TelegrafPluginInputProcstatType string

TelegrafPluginInputProcstatType defines model for TelegrafPluginInputProcstat.Type.

const (
	TelegrafPluginInputProcstatTypeInput TelegrafPluginInputProcstatType = "input"
)

Defines values for TelegrafPluginInputProcstatType.

type TelegrafPluginInputPrometheus

type TelegrafPluginInputPrometheus struct {
	Comment *string                             `json:"comment,omitempty"`
	Config  TelegrafPluginInputPrometheusConfig `json:"config"`
	Name    TelegrafPluginInputPrometheusName   `json:"name"`
	Type    TelegrafPluginInputPrometheusType   `json:"type"`
}

TelegrafPluginInputPrometheus defines model for TelegrafPluginInputPrometheus.

type TelegrafPluginInputPrometheusConfig

type TelegrafPluginInputPrometheusConfig struct {
	Urls *[]string `json:"urls,omitempty"`
}

TelegrafPluginInputPrometheusConfig defines model for TelegrafPluginInputPrometheusConfig.

type TelegrafPluginInputPrometheusName added in v1.1.0

type TelegrafPluginInputPrometheusName string

TelegrafPluginInputPrometheusName defines model for TelegrafPluginInputPrometheus.Name.

const (
	TelegrafPluginInputPrometheusNamePrometheus TelegrafPluginInputPrometheusName = "prometheus"
)

Defines values for TelegrafPluginInputPrometheusName.

type TelegrafPluginInputPrometheusType added in v1.1.0

type TelegrafPluginInputPrometheusType string

TelegrafPluginInputPrometheusType defines model for TelegrafPluginInputPrometheus.Type.

const (
	TelegrafPluginInputPrometheusTypeInput TelegrafPluginInputPrometheusType = "input"
)

Defines values for TelegrafPluginInputPrometheusType.

type TelegrafPluginInputRedis

type TelegrafPluginInputRedis struct {
	Comment *string                        `json:"comment,omitempty"`
	Config  TelegrafPluginInputRedisConfig `json:"config"`
	Name    TelegrafPluginInputRedisName   `json:"name"`
	Type    TelegrafPluginInputRedisType   `json:"type"`
}

TelegrafPluginInputRedis defines model for TelegrafPluginInputRedis.

type TelegrafPluginInputRedisConfig

type TelegrafPluginInputRedisConfig struct {
	Password *string   `json:"password,omitempty"`
	Servers  *[]string `json:"servers,omitempty"`
}

TelegrafPluginInputRedisConfig defines model for TelegrafPluginInputRedisConfig.

type TelegrafPluginInputRedisName added in v1.1.0

type TelegrafPluginInputRedisName string

TelegrafPluginInputRedisName defines model for TelegrafPluginInputRedis.Name.

const (
	TelegrafPluginInputRedisNameRedis TelegrafPluginInputRedisName = "redis"
)

Defines values for TelegrafPluginInputRedisName.

type TelegrafPluginInputRedisType added in v1.1.0

type TelegrafPluginInputRedisType string

TelegrafPluginInputRedisType defines model for TelegrafPluginInputRedis.Type.

const (
	TelegrafPluginInputRedisTypeInput TelegrafPluginInputRedisType = "input"
)

Defines values for TelegrafPluginInputRedisType.

type TelegrafPluginInputSwap

type TelegrafPluginInputSwap struct {
	Comment *string                     `json:"comment,omitempty"`
	Name    TelegrafPluginInputSwapName `json:"name"`
	Type    TelegrafPluginInputSwapType `json:"type"`
}

TelegrafPluginInputSwap defines model for TelegrafPluginInputSwap.

type TelegrafPluginInputSwapName added in v1.1.0

type TelegrafPluginInputSwapName string

TelegrafPluginInputSwapName defines model for TelegrafPluginInputSwap.Name.

const (
	TelegrafPluginInputSwapNameSwap TelegrafPluginInputSwapName = "swap"
)

Defines values for TelegrafPluginInputSwapName.

type TelegrafPluginInputSwapType added in v1.1.0

type TelegrafPluginInputSwapType string

TelegrafPluginInputSwapType defines model for TelegrafPluginInputSwap.Type.

const (
	TelegrafPluginInputSwapTypeInput TelegrafPluginInputSwapType = "input"
)

Defines values for TelegrafPluginInputSwapType.

type TelegrafPluginInputSyslog

type TelegrafPluginInputSyslog struct {
	Comment *string                         `json:"comment,omitempty"`
	Config  TelegrafPluginInputSyslogConfig `json:"config"`
	Name    TelegrafPluginInputSyslogName   `json:"name"`
	Type    TelegrafPluginInputSyslogType   `json:"type"`
}

TelegrafPluginInputSyslog defines model for TelegrafPluginInputSyslog.

type TelegrafPluginInputSyslogConfig

type TelegrafPluginInputSyslogConfig struct {
	Server *string `json:"server,omitempty"`
}

TelegrafPluginInputSyslogConfig defines model for TelegrafPluginInputSyslogConfig.

type TelegrafPluginInputSyslogName added in v1.1.0

type TelegrafPluginInputSyslogName string

TelegrafPluginInputSyslogName defines model for TelegrafPluginInputSyslog.Name.

const (
	TelegrafPluginInputSyslogNameSyslog TelegrafPluginInputSyslogName = "syslog"
)

Defines values for TelegrafPluginInputSyslogName.

type TelegrafPluginInputSyslogType added in v1.1.0

type TelegrafPluginInputSyslogType string

TelegrafPluginInputSyslogType defines model for TelegrafPluginInputSyslog.Type.

const (
	TelegrafPluginInputSyslogTypeInput TelegrafPluginInputSyslogType = "input"
)

Defines values for TelegrafPluginInputSyslogType.

type TelegrafPluginInputSystem

type TelegrafPluginInputSystem struct {
	Comment *string                       `json:"comment,omitempty"`
	Name    TelegrafPluginInputSystemName `json:"name"`
	Type    TelegrafPluginInputSystemType `json:"type"`
}

TelegrafPluginInputSystem defines model for TelegrafPluginInputSystem.

type TelegrafPluginInputSystemName added in v1.1.0

type TelegrafPluginInputSystemName string

TelegrafPluginInputSystemName defines model for TelegrafPluginInputSystem.Name.

const (
	TelegrafPluginInputSystemNameSystem TelegrafPluginInputSystemName = "system"
)

Defines values for TelegrafPluginInputSystemName.

type TelegrafPluginInputSystemType added in v1.1.0

type TelegrafPluginInputSystemType string

TelegrafPluginInputSystemType defines model for TelegrafPluginInputSystem.Type.

const (
	TelegrafPluginInputSystemTypeInput TelegrafPluginInputSystemType = "input"
)

Defines values for TelegrafPluginInputSystemType.

type TelegrafPluginInputTail

type TelegrafPluginInputTail struct {
	Comment *string                     `json:"comment,omitempty"`
	Name    TelegrafPluginInputTailName `json:"name"`
	Type    TelegrafPluginInputTailType `json:"type"`
}

TelegrafPluginInputTail defines model for TelegrafPluginInputTail.

type TelegrafPluginInputTailName added in v1.1.0

type TelegrafPluginInputTailName string

TelegrafPluginInputTailName defines model for TelegrafPluginInputTail.Name.

const (
	TelegrafPluginInputTailNameTail TelegrafPluginInputTailName = "tail"
)

Defines values for TelegrafPluginInputTailName.

type TelegrafPluginInputTailType added in v1.1.0

type TelegrafPluginInputTailType string

TelegrafPluginInputTailType defines model for TelegrafPluginInputTail.Type.

const (
	TelegrafPluginInputTailTypeInput TelegrafPluginInputTailType = "input"
)

Defines values for TelegrafPluginInputTailType.

type TelegrafPluginOutputFile

type TelegrafPluginOutputFile struct {
	Comment *string                        `json:"comment,omitempty"`
	Config  TelegrafPluginOutputFileConfig `json:"config"`
	Name    TelegrafPluginOutputFileName   `json:"name"`
	Type    TelegrafPluginOutputFileType   `json:"type"`
}

TelegrafPluginOutputFile defines model for TelegrafPluginOutputFile.

type TelegrafPluginOutputFileConfig

type TelegrafPluginOutputFileConfig struct {
	Files []struct {
		Path *string                                  `json:"path,omitempty"`
		Type *TelegrafPluginOutputFileConfigFilesType `json:"type,omitempty"`
	} `json:"files"`
}

TelegrafPluginOutputFileConfig defines model for TelegrafPluginOutputFileConfig.

type TelegrafPluginOutputFileConfigFilesType added in v1.1.0

type TelegrafPluginOutputFileConfigFilesType string

TelegrafPluginOutputFileConfigFilesType defines model for TelegrafPluginOutputFileConfig.Files.Type.

const (
	TelegrafPluginOutputFileConfigFilesTypePath TelegrafPluginOutputFileConfigFilesType = "path"

	TelegrafPluginOutputFileConfigFilesTypeStdout TelegrafPluginOutputFileConfigFilesType = "stdout"
)

Defines values for TelegrafPluginOutputFileConfigFilesType.

type TelegrafPluginOutputFileName added in v1.1.0

type TelegrafPluginOutputFileName string

TelegrafPluginOutputFileName defines model for TelegrafPluginOutputFile.Name.

const (
	TelegrafPluginOutputFileNameFile TelegrafPluginOutputFileName = "file"
)

Defines values for TelegrafPluginOutputFileName.

type TelegrafPluginOutputFileType added in v1.1.0

type TelegrafPluginOutputFileType string

TelegrafPluginOutputFileType defines model for TelegrafPluginOutputFile.Type.

const (
	TelegrafPluginOutputFileTypeOutput TelegrafPluginOutputFileType = "output"
)

Defines values for TelegrafPluginOutputFileType.

type TelegrafPluginOutputInfluxDBV2

type TelegrafPluginOutputInfluxDBV2 struct {
	Comment *string                              `json:"comment,omitempty"`
	Config  TelegrafPluginOutputInfluxDBV2Config `json:"config"`
	Name    TelegrafPluginOutputInfluxDBV2Name   `json:"name"`
	Type    TelegrafPluginOutputInfluxDBV2Type   `json:"type"`
}

TelegrafPluginOutputInfluxDBV2 defines model for TelegrafPluginOutputInfluxDBV2.

type TelegrafPluginOutputInfluxDBV2Config

type TelegrafPluginOutputInfluxDBV2Config struct {
	Bucket       string   `json:"bucket"`
	Organization string   `json:"organization"`
	Token        string   `json:"token"`
	Urls         []string `json:"urls"`
}

TelegrafPluginOutputInfluxDBV2Config defines model for TelegrafPluginOutputInfluxDBV2Config.

type TelegrafPluginOutputInfluxDBV2Name added in v1.1.0

type TelegrafPluginOutputInfluxDBV2Name string

TelegrafPluginOutputInfluxDBV2Name defines model for TelegrafPluginOutputInfluxDBV2.Name.

const (
	TelegrafPluginOutputInfluxDBV2NameInfluxdbV2 TelegrafPluginOutputInfluxDBV2Name = "influxdb_v2"
)

Defines values for TelegrafPluginOutputInfluxDBV2Name.

type TelegrafPluginOutputInfluxDBV2Type added in v1.1.0

type TelegrafPluginOutputInfluxDBV2Type string

TelegrafPluginOutputInfluxDBV2Type defines model for TelegrafPluginOutputInfluxDBV2.Type.

const (
	TelegrafPluginOutputInfluxDBV2TypeOutput TelegrafPluginOutputInfluxDBV2Type = "output"
)

Defines values for TelegrafPluginOutputInfluxDBV2Type.

type TelegrafPlugins

type TelegrafPlugins struct {
	Os      *string           `json:"os,omitempty"`
	Plugins *[]TelegrafPlugin `json:"plugins,omitempty"`
	Version *string           `json:"version,omitempty"`
}

TelegrafPlugins defines model for TelegrafPlugins.

type TelegrafRequest

type TelegrafRequest struct {
	Config      *string `json:"config,omitempty"`
	Description *string `json:"description,omitempty"`
	Metadata    *struct {
		Buckets *[]string `json:"buckets,omitempty"`
	} `json:"metadata,omitempty"`
	Name  *string `json:"name,omitempty"`
	OrgID *string `json:"orgID,omitempty"`
}

TelegrafRequest defines model for TelegrafRequest.

type TelegrafRequestPlugin

type TelegrafRequestPlugin interface{}

TelegrafRequestPlugin defines model for TelegrafRequestPlugin.

type Telegrafs

type Telegrafs struct {
	Configurations *[]Telegraf `json:"configurations,omitempty"`
}

Telegrafs defines model for Telegrafs.

type TemplateKind added in v1.3.0

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 TestStatement

type TestStatement struct {

	// Represents the declaration of a variable
	Assignment *VariableAssignment `json:"assignment,omitempty"`

	// Type of AST node
	Type *NodeType `json:"type,omitempty"`
}

TestStatement defines model for TestStatement.

type Threshold

type Threshold interface{}

Threshold defines model for Threshold.

type ThresholdBase

type ThresholdBase struct {

	// If true, only alert if all values meet threshold.
	AllValues *bool `json:"allValues,omitempty"`

	// The state to record if check matches a criteria.
	Level *CheckStatusLevel `json:"level,omitempty"`
}

ThresholdBase defines model for ThresholdBase.

type ThresholdCheck

type ThresholdCheck struct {
	// Embedded struct due to allOf(#/components/schemas/CheckBase)
	CheckBase

	// Check repetition interval.
	Every *string `json:"every,omitempty"`

	// Duration to delay after the schedule, before executing check.
	Offset *string `json:"offset,omitempty"`

	// The template used to generate and write a status message.
	StatusMessageTemplate *string `json:"statusMessageTemplate,omitempty"`

	// List of tags to write to each status.
	Tags *[]struct {
		Key   *string `json:"key,omitempty"`
		Value *string `json:"value,omitempty"`
	} `json:"tags,omitempty"`
	Thresholds *[]Threshold       `json:"thresholds,omitempty"`
	Type       ThresholdCheckType `json:"type"`
}

ThresholdCheck defines model for ThresholdCheck.

type ThresholdCheckType added in v1.1.0

type ThresholdCheckType string

ThresholdCheckType defines model for ThresholdCheck.Type.

const (
	ThresholdCheckTypeThreshold ThresholdCheckType = "threshold"
)

Defines values for ThresholdCheckType.

type TraceSpan

type TraceSpan string

TraceSpan defines model for TraceSpan.

type UnaryExpression

type UnaryExpression struct {
	Argument *Expression `json:"argument,omitempty"`
	Operator *string     `json:"operator,omitempty"`

	// Type of AST node
	Type *NodeType `json:"type,omitempty"`
}

UnaryExpression defines model for UnaryExpression.

type UnsignedIntegerLiteral

type UnsignedIntegerLiteral struct {

	// Type of AST node
	Type  *NodeType `json:"type,omitempty"`
	Value *string   `json:"value,omitempty"`
}

UnsignedIntegerLiteral defines model for UnsignedIntegerLiteral.

type UpdateStackJSONBody added in v1.3.0

type UpdateStackJSONBody struct {
	Description *string   `json:"description,omitempty"`
	Name        *string   `json:"name,omitempty"`
	Urls        *[]string `json:"urls,omitempty"`
}

UpdateStackJSONBody defines parameters for UpdateStack.

type UpdateStackJSONRequestBody added in v1.3.0

type UpdateStackJSONRequestBody UpdateStackJSONBody

UpdateStackRequestBody defines body for UpdateStack for application/json ContentType.

type User

type User struct {
	Id    *string `json:"id,omitempty"`
	Links *struct {
		Self *string `json:"self,omitempty"`
	} `json:"links,omitempty"`
	Name    string  `json:"name"`
	OauthID *string `json:"oauthID,omitempty"`

	// If inactive the user is inactive.
	Status *UserStatus `json:"status,omitempty"`
}

User defines model for User.

type UserStatus added in v1.1.0

type UserStatus string

UserStatus defines model for User.Status.

const (
	UserStatusActive UserStatus = "active"

	UserStatusInactive UserStatus = "inactive"
)

Defines values for UserStatus.

type Users

type Users struct {
	Links *struct {
		Self *string `json:"self,omitempty"`
	} `json:"links,omitempty"`
	Users *[]User `json:"users,omitempty"`
}

Users defines model for Users.

type Variable

type Variable struct {
	Arguments   VariableProperties `json:"arguments"`
	CreatedAt   *time.Time         `json:"createdAt,omitempty"`
	Description *string            `json:"description,omitempty"`
	Id          *string            `json:"id,omitempty"`
	Labels      *Labels            `json:"labels,omitempty"`
	Links       *struct {
		Labels *string `json:"labels,omitempty"`
		Org    *string `json:"org,omitempty"`
		Self   *string `json:"self,omitempty"`
	} `json:"links,omitempty"`
	Name      string     `json:"name"`
	OrgID     string     `json:"orgID"`
	Selected  *[]string  `json:"selected,omitempty"`
	UpdatedAt *time.Time `json:"updatedAt,omitempty"`
}

Variable defines model for Variable.

type VariableAssignment

type VariableAssignment struct {

	// A valid Flux identifier
	Id   *Identifier `json:"id,omitempty"`
	Init *Expression `json:"init,omitempty"`

	// Type of AST node
	Type *NodeType `json:"type,omitempty"`
}

VariableAssignment defines model for VariableAssignment.

type VariableProperties

type VariableProperties interface{}

VariableProperties defines model for VariableProperties.

type Variables

type Variables struct {
	Variables *[]Variable `json:"variables,omitempty"`
}

Variables defines model for Variables.

type View

type View struct {
	Id    *string `json:"id,omitempty"`
	Links *struct {
		Self *string `json:"self,omitempty"`
	} `json:"links,omitempty"`
	Name       string         `json:"name"`
	Properties ViewProperties `json:"properties"`
}

View defines model for View.

type ViewProperties

type ViewProperties interface{}

ViewProperties defines model for ViewProperties.

type Views

type Views struct {
	Links *struct {
		Self *string `json:"self,omitempty"`
	} `json:"links,omitempty"`
	Views *[]View `json:"views,omitempty"`
}

Views defines model for Views.

type WritePrecision

type WritePrecision string

WritePrecision defines model for WritePrecision.

const (
	WritePrecisionMs WritePrecision = "ms"

	WritePrecisionNs WritePrecision = "ns"

	WritePrecisionS WritePrecision = "s"

	WritePrecisionUs WritePrecision = "us"
)

Defines values for WritePrecision.

type XYGeom

type XYGeom string

XYGeom defines model for XYGeom.

const (
	XYGeomBar XYGeom = "bar"

	XYGeomLine XYGeom = "line"

	XYGeomMonotoneX XYGeom = "monotoneX"

	XYGeomStacked XYGeom = "stacked"

	XYGeomStep XYGeom = "step"
)

Defines values for XYGeom.

type XYViewProperties

type XYViewProperties struct {

	// The viewport for a View's visualizations
	Axes Axes `json:"axes"`

	// Colors define color encoding of data into a visualization
	Colors []DashboardColor `json:"colors"`
	Geom   XYGeom           `json:"geom"`

	// Legend define encoding of data into a view's legend
	Legend     Legend                   `json:"legend"`
	Note       string                   `json:"note"`
	Position   XYViewPropertiesPosition `json:"position"`
	Queries    []DashboardQuery         `json:"queries"`
	ShadeBelow *bool                    `json:"shadeBelow,omitempty"`
	Shape      XYViewPropertiesShape    `json:"shape"`

	// If true, will display note when empty
	ShowNoteWhenEmpty bool                 `json:"showNoteWhenEmpty"`
	TimeFormat        *string              `json:"timeFormat,omitempty"`
	Type              XYViewPropertiesType `json:"type"`
	XColumn           *string              `json:"xColumn,omitempty"`
	YColumn           *string              `json:"yColumn,omitempty"`
}

XYViewProperties defines model for XYViewProperties.

type XYViewPropertiesPosition added in v1.1.0

type XYViewPropertiesPosition string

XYViewPropertiesPosition defines model for XYViewProperties.Position.

const (
	XYViewPropertiesPositionOverlaid XYViewPropertiesPosition = "overlaid"

	XYViewPropertiesPositionStacked XYViewPropertiesPosition = "stacked"
)

Defines values for XYViewPropertiesPosition.

type XYViewPropertiesShape added in v1.1.0

type XYViewPropertiesShape string

XYViewPropertiesShape defines model for XYViewProperties.Shape.

const (
	XYViewPropertiesShapeChronografV2 XYViewPropertiesShape = "chronograf-v2"
)

Defines values for XYViewPropertiesShape.

type XYViewPropertiesType added in v1.1.0

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