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 ¶
- func DomainErrorToError(error *Error, statusCode int) *http.Error
- func NewApplyTemplateRequest(server string, body ApplyTemplateJSONRequestBody) (*http.Request, error)
- func NewApplyTemplateRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewCreateCheckRequest(server string, body CreateCheckJSONRequestBody) (*http.Request, error)
- func NewCreateCheckRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewCreateNotificationEndpointRequest(server string, body CreateNotificationEndpointJSONRequestBody) (*http.Request, error)
- func NewCreateNotificationEndpointRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewCreateNotificationRuleRequest(server string, body CreateNotificationRuleJSONRequestBody) (*http.Request, error)
- func NewCreateNotificationRuleRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewCreateStackRequest(server string, body CreateStackJSONRequestBody) (*http.Request, error)
- func NewCreateStackRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewDeleteAuthorizationsIDRequest(server string, authID string, params *DeleteAuthorizationsIDParams) (*http.Request, error)
- func NewDeleteBucketsIDLabelsIDRequest(server string, bucketID string, labelID string, ...) (*http.Request, error)
- func NewDeleteBucketsIDMembersIDRequest(server string, bucketID string, userID string, ...) (*http.Request, error)
- func NewDeleteBucketsIDOwnersIDRequest(server string, bucketID string, userID string, ...) (*http.Request, error)
- func NewDeleteBucketsIDRequest(server string, bucketID string, params *DeleteBucketsIDParams) (*http.Request, error)
- func NewDeleteChecksIDLabelsIDRequest(server string, checkID string, labelID string, ...) (*http.Request, error)
- func NewDeleteChecksIDRequest(server string, checkID string, params *DeleteChecksIDParams) (*http.Request, error)
- func NewDeleteDBRPIDRequest(server string, dbrpID string, params *DeleteDBRPIDParams) (*http.Request, error)
- func NewDeleteDashboardsIDCellsIDRequest(server string, dashboardID string, cellID string, ...) (*http.Request, error)
- func NewDeleteDashboardsIDLabelsIDRequest(server string, dashboardID string, labelID string, ...) (*http.Request, error)
- func NewDeleteDashboardsIDMembersIDRequest(server string, dashboardID string, userID string, ...) (*http.Request, error)
- func NewDeleteDashboardsIDOwnersIDRequest(server string, dashboardID string, userID string, ...) (*http.Request, error)
- func NewDeleteDashboardsIDRequest(server string, dashboardID string, params *DeleteDashboardsIDParams) (*http.Request, error)
- func NewDeleteDocumentsTemplatesIDLabelsIDRequest(server string, templateID string, labelID string, ...) (*http.Request, error)
- func NewDeleteDocumentsTemplatesIDRequest(server string, templateID string, params *DeleteDocumentsTemplatesIDParams) (*http.Request, error)
- func NewDeleteLabelsIDRequest(server string, labelID string, params *DeleteLabelsIDParams) (*http.Request, error)
- func NewDeleteNotificationEndpointsIDLabelsIDRequest(server string, endpointID string, labelID string, ...) (*http.Request, error)
- func NewDeleteNotificationEndpointsIDRequest(server string, endpointID string, params *DeleteNotificationEndpointsIDParams) (*http.Request, error)
- func NewDeleteNotificationRulesIDLabelsIDRequest(server string, ruleID string, labelID string, ...) (*http.Request, error)
- func NewDeleteNotificationRulesIDRequest(server string, ruleID string, params *DeleteNotificationRulesIDParams) (*http.Request, error)
- func NewDeleteOrgsIDMembersIDRequest(server string, orgID string, userID string, ...) (*http.Request, error)
- func NewDeleteOrgsIDOwnersIDRequest(server string, orgID string, userID string, params *DeleteOrgsIDOwnersIDParams) (*http.Request, error)
- func NewDeleteOrgsIDRequest(server string, orgID string, params *DeleteOrgsIDParams) (*http.Request, error)
- func NewDeleteScrapersIDLabelsIDRequest(server string, scraperTargetID string, labelID string, ...) (*http.Request, error)
- func NewDeleteScrapersIDMembersIDRequest(server string, scraperTargetID string, userID string, ...) (*http.Request, error)
- func NewDeleteScrapersIDOwnersIDRequest(server string, scraperTargetID string, userID string, ...) (*http.Request, error)
- func NewDeleteScrapersIDRequest(server string, scraperTargetID string, params *DeleteScrapersIDParams) (*http.Request, error)
- func NewDeleteSourcesIDRequest(server string, sourceID string, params *DeleteSourcesIDParams) (*http.Request, error)
- func NewDeleteStackRequest(server string, stackId string, params *DeleteStackParams) (*http.Request, error)
- func NewDeleteTasksIDLabelsIDRequest(server string, taskID string, labelID string, ...) (*http.Request, error)
- func NewDeleteTasksIDMembersIDRequest(server string, taskID string, userID string, ...) (*http.Request, error)
- func NewDeleteTasksIDOwnersIDRequest(server string, taskID string, userID string, ...) (*http.Request, error)
- func NewDeleteTasksIDRequest(server string, taskID string, params *DeleteTasksIDParams) (*http.Request, error)
- func NewDeleteTasksIDRunsIDRequest(server string, taskID string, runID string, params *DeleteTasksIDRunsIDParams) (*http.Request, error)
- func NewDeleteTelegrafsIDLabelsIDRequest(server string, telegrafID string, labelID string, ...) (*http.Request, error)
- func NewDeleteTelegrafsIDMembersIDRequest(server string, telegrafID string, userID string, ...) (*http.Request, error)
- func NewDeleteTelegrafsIDOwnersIDRequest(server string, telegrafID string, userID string, ...) (*http.Request, error)
- func NewDeleteTelegrafsIDRequest(server string, telegrafID string, params *DeleteTelegrafsIDParams) (*http.Request, error)
- func NewDeleteUsersIDRequest(server string, userID string, params *DeleteUsersIDParams) (*http.Request, error)
- func NewDeleteVariablesIDLabelsIDRequest(server string, variableID string, labelID string, ...) (*http.Request, error)
- func NewDeleteVariablesIDRequest(server string, variableID string, params *DeleteVariablesIDParams) (*http.Request, error)
- func NewExportTemplateRequest(server string, body ExportTemplateJSONRequestBody) (*http.Request, error)
- func NewExportTemplateRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewGetAuthorizationsIDRequest(server string, authID string, params *GetAuthorizationsIDParams) (*http.Request, error)
- func NewGetAuthorizationsRequest(server string, params *GetAuthorizationsParams) (*http.Request, error)
- func NewGetBucketsIDLabelsRequest(server string, bucketID string, params *GetBucketsIDLabelsParams) (*http.Request, error)
- func NewGetBucketsIDMembersRequest(server string, bucketID string, params *GetBucketsIDMembersParams) (*http.Request, error)
- func NewGetBucketsIDOwnersRequest(server string, bucketID string, params *GetBucketsIDOwnersParams) (*http.Request, error)
- func NewGetBucketsIDRequest(server string, bucketID string, params *GetBucketsIDParams) (*http.Request, error)
- func NewGetBucketsRequest(server string, params *GetBucketsParams) (*http.Request, error)
- func NewGetChecksIDLabelsRequest(server string, checkID string, params *GetChecksIDLabelsParams) (*http.Request, error)
- func NewGetChecksIDQueryRequest(server string, checkID string, params *GetChecksIDQueryParams) (*http.Request, error)
- func NewGetChecksIDRequest(server string, checkID string, params *GetChecksIDParams) (*http.Request, error)
- func NewGetChecksRequest(server string, params *GetChecksParams) (*http.Request, error)
- func NewGetDBRPsIDRequest(server string, dbrpID string, params *GetDBRPsIDParams) (*http.Request, error)
- func NewGetDBRPsRequest(server string, params *GetDBRPsParams) (*http.Request, error)
- func NewGetDashboardsIDCellsIDViewRequest(server string, dashboardID string, cellID string, ...) (*http.Request, error)
- func NewGetDashboardsIDLabelsRequest(server string, dashboardID string, params *GetDashboardsIDLabelsParams) (*http.Request, error)
- func NewGetDashboardsIDMembersRequest(server string, dashboardID string, params *GetDashboardsIDMembersParams) (*http.Request, error)
- func NewGetDashboardsIDOwnersRequest(server string, dashboardID string, params *GetDashboardsIDOwnersParams) (*http.Request, error)
- func NewGetDashboardsIDRequest(server string, dashboardID string, params *GetDashboardsIDParams) (*http.Request, error)
- func NewGetDashboardsRequest(server string, params *GetDashboardsParams) (*http.Request, error)
- func NewGetDocumentsTemplatesIDLabelsRequest(server string, templateID string, params *GetDocumentsTemplatesIDLabelsParams) (*http.Request, error)
- func NewGetDocumentsTemplatesIDRequest(server string, templateID string, params *GetDocumentsTemplatesIDParams) (*http.Request, error)
- func NewGetDocumentsTemplatesRequest(server string, params *GetDocumentsTemplatesParams) (*http.Request, error)
- func NewGetFlagsRequest(server string, params *GetFlagsParams) (*http.Request, error)
- func NewGetHealthRequest(server string, params *GetHealthParams) (*http.Request, error)
- func NewGetLabelsIDRequest(server string, labelID string, params *GetLabelsIDParams) (*http.Request, error)
- func NewGetLabelsRequest(server string, params *GetLabelsParams) (*http.Request, error)
- func NewGetMeRequest(server string, params *GetMeParams) (*http.Request, error)
- func NewGetNotificationEndpointsIDLabelsRequest(server string, endpointID string, ...) (*http.Request, error)
- func NewGetNotificationEndpointsIDRequest(server string, endpointID string, params *GetNotificationEndpointsIDParams) (*http.Request, error)
- func NewGetNotificationEndpointsRequest(server string, params *GetNotificationEndpointsParams) (*http.Request, error)
- func NewGetNotificationRulesIDLabelsRequest(server string, ruleID string, params *GetNotificationRulesIDLabelsParams) (*http.Request, error)
- func NewGetNotificationRulesIDQueryRequest(server string, ruleID string, params *GetNotificationRulesIDQueryParams) (*http.Request, error)
- func NewGetNotificationRulesIDRequest(server string, ruleID string, params *GetNotificationRulesIDParams) (*http.Request, error)
- func NewGetNotificationRulesRequest(server string, params *GetNotificationRulesParams) (*http.Request, error)
- func NewGetOrgsIDMembersRequest(server string, orgID string, params *GetOrgsIDMembersParams) (*http.Request, error)
- func NewGetOrgsIDOwnersRequest(server string, orgID string, params *GetOrgsIDOwnersParams) (*http.Request, error)
- func NewGetOrgsIDRequest(server string, orgID string, params *GetOrgsIDParams) (*http.Request, error)
- func NewGetOrgsIDSecretsRequest(server string, orgID string, params *GetOrgsIDSecretsParams) (*http.Request, error)
- func NewGetOrgsRequest(server string, params *GetOrgsParams) (*http.Request, error)
- func NewGetQuerySuggestionsNameRequest(server string, name string, params *GetQuerySuggestionsNameParams) (*http.Request, error)
- func NewGetQuerySuggestionsRequest(server string, params *GetQuerySuggestionsParams) (*http.Request, error)
- func NewGetReadyRequest(server string, params *GetReadyParams) (*http.Request, error)
- func NewGetRoutesRequest(server string, params *GetRoutesParams) (*http.Request, error)
- func NewGetScrapersIDLabelsRequest(server string, scraperTargetID string, params *GetScrapersIDLabelsParams) (*http.Request, error)
- func NewGetScrapersIDMembersRequest(server string, scraperTargetID string, params *GetScrapersIDMembersParams) (*http.Request, error)
- func NewGetScrapersIDOwnersRequest(server string, scraperTargetID string, params *GetScrapersIDOwnersParams) (*http.Request, error)
- func NewGetScrapersIDRequest(server string, scraperTargetID string, params *GetScrapersIDParams) (*http.Request, error)
- func NewGetScrapersRequest(server string, params *GetScrapersParams) (*http.Request, error)
- func NewGetSetupRequest(server string, params *GetSetupParams) (*http.Request, error)
- func NewGetSourcesIDBucketsRequest(server string, sourceID string, params *GetSourcesIDBucketsParams) (*http.Request, error)
- func NewGetSourcesIDHealthRequest(server string, sourceID string, params *GetSourcesIDHealthParams) (*http.Request, error)
- func NewGetSourcesIDRequest(server string, sourceID string, params *GetSourcesIDParams) (*http.Request, error)
- func NewGetSourcesRequest(server string, params *GetSourcesParams) (*http.Request, error)
- func NewGetTasksIDLabelsRequest(server string, taskID string, params *GetTasksIDLabelsParams) (*http.Request, error)
- func NewGetTasksIDLogsRequest(server string, taskID string, params *GetTasksIDLogsParams) (*http.Request, error)
- func NewGetTasksIDMembersRequest(server string, taskID string, params *GetTasksIDMembersParams) (*http.Request, error)
- func NewGetTasksIDOwnersRequest(server string, taskID string, params *GetTasksIDOwnersParams) (*http.Request, error)
- func NewGetTasksIDRequest(server string, taskID string, params *GetTasksIDParams) (*http.Request, error)
- func NewGetTasksIDRunsIDLogsRequest(server string, taskID string, runID string, params *GetTasksIDRunsIDLogsParams) (*http.Request, error)
- func NewGetTasksIDRunsIDRequest(server string, taskID string, runID string, params *GetTasksIDRunsIDParams) (*http.Request, error)
- func NewGetTasksIDRunsRequest(server string, taskID string, params *GetTasksIDRunsParams) (*http.Request, error)
- func NewGetTasksRequest(server string, params *GetTasksParams) (*http.Request, error)
- func NewGetTelegrafPluginsRequest(server string, params *GetTelegrafPluginsParams) (*http.Request, error)
- func NewGetTelegrafsIDLabelsRequest(server string, telegrafID string, params *GetTelegrafsIDLabelsParams) (*http.Request, error)
- func NewGetTelegrafsIDMembersRequest(server string, telegrafID string, params *GetTelegrafsIDMembersParams) (*http.Request, error)
- func NewGetTelegrafsIDOwnersRequest(server string, telegrafID string, params *GetTelegrafsIDOwnersParams) (*http.Request, error)
- func NewGetTelegrafsIDRequest(server string, telegrafID string, params *GetTelegrafsIDParams) (*http.Request, error)
- func NewGetTelegrafsRequest(server string, params *GetTelegrafsParams) (*http.Request, error)
- func NewGetUsersIDRequest(server string, userID string, params *GetUsersIDParams) (*http.Request, error)
- func NewGetUsersRequest(server string, params *GetUsersParams) (*http.Request, error)
- func NewGetVariablesIDLabelsRequest(server string, variableID string, params *GetVariablesIDLabelsParams) (*http.Request, error)
- func NewGetVariablesIDRequest(server string, variableID string, params *GetVariablesIDParams) (*http.Request, error)
- func NewGetVariablesRequest(server string, params *GetVariablesParams) (*http.Request, error)
- func NewListStacksRequest(server string, params *ListStacksParams) (*http.Request, error)
- func NewPatchAuthorizationsIDRequest(server string, authID string, params *PatchAuthorizationsIDParams, ...) (*http.Request, error)
- func NewPatchAuthorizationsIDRequestWithBody(server string, authID string, params *PatchAuthorizationsIDParams, ...) (*http.Request, error)
- func NewPatchBucketsIDRequest(server string, bucketID string, params *PatchBucketsIDParams, ...) (*http.Request, error)
- func NewPatchBucketsIDRequestWithBody(server string, bucketID string, params *PatchBucketsIDParams, ...) (*http.Request, error)
- func NewPatchChecksIDRequest(server string, checkID string, params *PatchChecksIDParams, ...) (*http.Request, error)
- func NewPatchChecksIDRequestWithBody(server string, checkID string, params *PatchChecksIDParams, contentType string, ...) (*http.Request, error)
- func NewPatchDBRPIDRequest(server string, dbrpID string, params *PatchDBRPIDParams, ...) (*http.Request, error)
- func NewPatchDBRPIDRequestWithBody(server string, dbrpID string, params *PatchDBRPIDParams, contentType string, ...) (*http.Request, error)
- func NewPatchDashboardsIDCellsIDRequest(server string, dashboardID string, cellID string, ...) (*http.Request, error)
- func NewPatchDashboardsIDCellsIDRequestWithBody(server string, dashboardID string, cellID string, ...) (*http.Request, error)
- func NewPatchDashboardsIDCellsIDViewRequest(server string, dashboardID string, cellID string, ...) (*http.Request, error)
- func NewPatchDashboardsIDCellsIDViewRequestWithBody(server string, dashboardID string, cellID string, ...) (*http.Request, error)
- func NewPatchDashboardsIDRequest(server string, dashboardID string, params *PatchDashboardsIDParams, ...) (*http.Request, error)
- func NewPatchDashboardsIDRequestWithBody(server string, dashboardID string, params *PatchDashboardsIDParams, ...) (*http.Request, error)
- func NewPatchLabelsIDRequest(server string, labelID string, params *PatchLabelsIDParams, ...) (*http.Request, error)
- func NewPatchLabelsIDRequestWithBody(server string, labelID string, params *PatchLabelsIDParams, contentType string, ...) (*http.Request, error)
- func NewPatchNotificationEndpointsIDRequest(server string, endpointID string, params *PatchNotificationEndpointsIDParams, ...) (*http.Request, error)
- func NewPatchNotificationEndpointsIDRequestWithBody(server string, endpointID string, params *PatchNotificationEndpointsIDParams, ...) (*http.Request, error)
- func NewPatchNotificationRulesIDRequest(server string, ruleID string, params *PatchNotificationRulesIDParams, ...) (*http.Request, error)
- func NewPatchNotificationRulesIDRequestWithBody(server string, ruleID string, params *PatchNotificationRulesIDParams, ...) (*http.Request, error)
- func NewPatchOrgsIDRequest(server string, orgID string, params *PatchOrgsIDParams, ...) (*http.Request, error)
- func NewPatchOrgsIDRequestWithBody(server string, orgID string, params *PatchOrgsIDParams, contentType string, ...) (*http.Request, error)
- func NewPatchOrgsIDSecretsRequest(server string, orgID string, params *PatchOrgsIDSecretsParams, ...) (*http.Request, error)
- func NewPatchOrgsIDSecretsRequestWithBody(server string, orgID string, params *PatchOrgsIDSecretsParams, ...) (*http.Request, error)
- func NewPatchScrapersIDRequest(server string, scraperTargetID string, params *PatchScrapersIDParams, ...) (*http.Request, error)
- func NewPatchScrapersIDRequestWithBody(server string, scraperTargetID string, params *PatchScrapersIDParams, ...) (*http.Request, error)
- func NewPatchSourcesIDRequest(server string, sourceID string, params *PatchSourcesIDParams, ...) (*http.Request, error)
- func NewPatchSourcesIDRequestWithBody(server string, sourceID string, params *PatchSourcesIDParams, ...) (*http.Request, error)
- func NewPatchTasksIDRequest(server string, taskID string, params *PatchTasksIDParams, ...) (*http.Request, error)
- func NewPatchTasksIDRequestWithBody(server string, taskID string, params *PatchTasksIDParams, contentType string, ...) (*http.Request, error)
- func NewPatchUsersIDRequest(server string, userID string, params *PatchUsersIDParams, ...) (*http.Request, error)
- func NewPatchUsersIDRequestWithBody(server string, userID string, params *PatchUsersIDParams, contentType string, ...) (*http.Request, error)
- func NewPatchVariablesIDRequest(server string, variableID string, params *PatchVariablesIDParams, ...) (*http.Request, error)
- func NewPatchVariablesIDRequestWithBody(server string, variableID string, params *PatchVariablesIDParams, ...) (*http.Request, error)
- func NewPostAuthorizationsRequest(server string, params *PostAuthorizationsParams, ...) (*http.Request, error)
- func NewPostAuthorizationsRequestWithBody(server string, params *PostAuthorizationsParams, contentType string, ...) (*http.Request, error)
- func NewPostBucketsIDLabelsRequest(server string, bucketID string, params *PostBucketsIDLabelsParams, ...) (*http.Request, error)
- func NewPostBucketsIDLabelsRequestWithBody(server string, bucketID string, params *PostBucketsIDLabelsParams, ...) (*http.Request, error)
- func NewPostBucketsIDMembersRequest(server string, bucketID string, params *PostBucketsIDMembersParams, ...) (*http.Request, error)
- func NewPostBucketsIDMembersRequestWithBody(server string, bucketID string, params *PostBucketsIDMembersParams, ...) (*http.Request, error)
- func NewPostBucketsIDOwnersRequest(server string, bucketID string, params *PostBucketsIDOwnersParams, ...) (*http.Request, error)
- func NewPostBucketsIDOwnersRequestWithBody(server string, bucketID string, params *PostBucketsIDOwnersParams, ...) (*http.Request, error)
- func NewPostBucketsRequest(server string, params *PostBucketsParams, body PostBucketsJSONRequestBody) (*http.Request, error)
- func NewPostBucketsRequestWithBody(server string, params *PostBucketsParams, contentType string, body io.Reader) (*http.Request, error)
- func NewPostChecksIDLabelsRequest(server string, checkID string, params *PostChecksIDLabelsParams, ...) (*http.Request, error)
- func NewPostChecksIDLabelsRequestWithBody(server string, checkID string, params *PostChecksIDLabelsParams, ...) (*http.Request, error)
- func NewPostDBRPRequest(server string, params *PostDBRPParams, body PostDBRPJSONRequestBody) (*http.Request, error)
- func NewPostDBRPRequestWithBody(server string, params *PostDBRPParams, contentType string, body io.Reader) (*http.Request, error)
- func NewPostDashboardsIDCellsRequest(server string, dashboardID string, params *PostDashboardsIDCellsParams, ...) (*http.Request, error)
- func NewPostDashboardsIDCellsRequestWithBody(server string, dashboardID string, params *PostDashboardsIDCellsParams, ...) (*http.Request, error)
- func NewPostDashboardsIDLabelsRequest(server string, dashboardID string, params *PostDashboardsIDLabelsParams, ...) (*http.Request, error)
- func NewPostDashboardsIDLabelsRequestWithBody(server string, dashboardID string, params *PostDashboardsIDLabelsParams, ...) (*http.Request, error)
- func NewPostDashboardsIDMembersRequest(server string, dashboardID string, params *PostDashboardsIDMembersParams, ...) (*http.Request, error)
- func NewPostDashboardsIDMembersRequestWithBody(server string, dashboardID string, params *PostDashboardsIDMembersParams, ...) (*http.Request, error)
- func NewPostDashboardsIDOwnersRequest(server string, dashboardID string, params *PostDashboardsIDOwnersParams, ...) (*http.Request, error)
- func NewPostDashboardsIDOwnersRequestWithBody(server string, dashboardID string, params *PostDashboardsIDOwnersParams, ...) (*http.Request, error)
- func NewPostDashboardsRequest(server string, params *PostDashboardsParams, ...) (*http.Request, error)
- func NewPostDashboardsRequestWithBody(server string, params *PostDashboardsParams, contentType string, ...) (*http.Request, error)
- func NewPostDeleteRequest(server string, params *PostDeleteParams, body PostDeleteJSONRequestBody) (*http.Request, error)
- func NewPostDeleteRequestWithBody(server string, params *PostDeleteParams, contentType string, body io.Reader) (*http.Request, error)
- func NewPostDocumentsTemplatesIDLabelsRequest(server string, templateID string, params *PostDocumentsTemplatesIDLabelsParams, ...) (*http.Request, error)
- func NewPostDocumentsTemplatesIDLabelsRequestWithBody(server string, templateID string, params *PostDocumentsTemplatesIDLabelsParams, ...) (*http.Request, error)
- func NewPostDocumentsTemplatesRequest(server string, params *PostDocumentsTemplatesParams, ...) (*http.Request, error)
- func NewPostDocumentsTemplatesRequestWithBody(server string, params *PostDocumentsTemplatesParams, contentType string, ...) (*http.Request, error)
- func NewPostLabelsRequest(server string, body PostLabelsJSONRequestBody) (*http.Request, error)
- func NewPostLabelsRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewPostNotificationEndpointIDLabelsRequest(server string, endpointID string, ...) (*http.Request, error)
- func NewPostNotificationEndpointIDLabelsRequestWithBody(server string, endpointID string, ...) (*http.Request, error)
- func NewPostNotificationRuleIDLabelsRequest(server string, ruleID string, params *PostNotificationRuleIDLabelsParams, ...) (*http.Request, error)
- func NewPostNotificationRuleIDLabelsRequestWithBody(server string, ruleID string, params *PostNotificationRuleIDLabelsParams, ...) (*http.Request, error)
- func NewPostOrgsIDMembersRequest(server string, orgID string, params *PostOrgsIDMembersParams, ...) (*http.Request, error)
- func NewPostOrgsIDMembersRequestWithBody(server string, orgID string, params *PostOrgsIDMembersParams, ...) (*http.Request, error)
- func NewPostOrgsIDOwnersRequest(server string, orgID string, params *PostOrgsIDOwnersParams, ...) (*http.Request, error)
- func NewPostOrgsIDOwnersRequestWithBody(server string, orgID string, params *PostOrgsIDOwnersParams, ...) (*http.Request, error)
- func NewPostOrgsIDSecretsRequest(server string, orgID string, params *PostOrgsIDSecretsParams, ...) (*http.Request, error)
- func NewPostOrgsIDSecretsRequestWithBody(server string, orgID string, params *PostOrgsIDSecretsParams, ...) (*http.Request, error)
- func NewPostOrgsRequest(server string, params *PostOrgsParams, body PostOrgsJSONRequestBody) (*http.Request, error)
- func NewPostOrgsRequestWithBody(server string, params *PostOrgsParams, contentType string, body io.Reader) (*http.Request, error)
- func NewPostQueryAnalyzeRequest(server string, params *PostQueryAnalyzeParams, ...) (*http.Request, error)
- func NewPostQueryAnalyzeRequestWithBody(server string, params *PostQueryAnalyzeParams, contentType string, ...) (*http.Request, error)
- func NewPostQueryAstRequest(server string, params *PostQueryAstParams, body PostQueryAstJSONRequestBody) (*http.Request, error)
- func NewPostQueryAstRequestWithBody(server string, params *PostQueryAstParams, contentType string, body io.Reader) (*http.Request, error)
- func NewPostQueryRequest(server string, params *PostQueryParams, body PostQueryJSONRequestBody) (*http.Request, error)
- func NewPostQueryRequestWithBody(server string, params *PostQueryParams, contentType string, body io.Reader) (*http.Request, error)
- func NewPostScrapersIDLabelsRequest(server string, scraperTargetID string, params *PostScrapersIDLabelsParams, ...) (*http.Request, error)
- func NewPostScrapersIDLabelsRequestWithBody(server string, scraperTargetID string, params *PostScrapersIDLabelsParams, ...) (*http.Request, error)
- func NewPostScrapersIDMembersRequest(server string, scraperTargetID string, params *PostScrapersIDMembersParams, ...) (*http.Request, error)
- func NewPostScrapersIDMembersRequestWithBody(server string, scraperTargetID string, params *PostScrapersIDMembersParams, ...) (*http.Request, error)
- func NewPostScrapersIDOwnersRequest(server string, scraperTargetID string, params *PostScrapersIDOwnersParams, ...) (*http.Request, error)
- func NewPostScrapersIDOwnersRequestWithBody(server string, scraperTargetID string, params *PostScrapersIDOwnersParams, ...) (*http.Request, error)
- func NewPostScrapersRequest(server string, params *PostScrapersParams, body PostScrapersJSONRequestBody) (*http.Request, error)
- func NewPostScrapersRequestWithBody(server string, params *PostScrapersParams, contentType string, body io.Reader) (*http.Request, error)
- func NewPostSetupRequest(server string, params *PostSetupParams, body PostSetupJSONRequestBody) (*http.Request, error)
- func NewPostSetupRequestWithBody(server string, params *PostSetupParams, contentType string, body io.Reader) (*http.Request, error)
- func NewPostSetupUserRequest(server string, params *PostSetupUserParams, body PostSetupUserJSONRequestBody) (*http.Request, error)
- func NewPostSetupUserRequestWithBody(server string, params *PostSetupUserParams, contentType string, body io.Reader) (*http.Request, error)
- func NewPostSigninRequest(server string, params *PostSigninParams) (*http.Request, error)
- func NewPostSignoutRequest(server string, params *PostSignoutParams) (*http.Request, error)
- func NewPostSourcesRequest(server string, params *PostSourcesParams, body PostSourcesJSONRequestBody) (*http.Request, error)
- func NewPostSourcesRequestWithBody(server string, params *PostSourcesParams, contentType string, body io.Reader) (*http.Request, error)
- func NewPostTasksIDLabelsRequest(server string, taskID string, params *PostTasksIDLabelsParams, ...) (*http.Request, error)
- func NewPostTasksIDLabelsRequestWithBody(server string, taskID string, params *PostTasksIDLabelsParams, ...) (*http.Request, error)
- func NewPostTasksIDMembersRequest(server string, taskID string, params *PostTasksIDMembersParams, ...) (*http.Request, error)
- func NewPostTasksIDMembersRequestWithBody(server string, taskID string, params *PostTasksIDMembersParams, ...) (*http.Request, error)
- func NewPostTasksIDOwnersRequest(server string, taskID string, params *PostTasksIDOwnersParams, ...) (*http.Request, error)
- func NewPostTasksIDOwnersRequestWithBody(server string, taskID string, params *PostTasksIDOwnersParams, ...) (*http.Request, error)
- func NewPostTasksIDRunsIDRetryRequest(server string, taskID string, runID string, ...) (*http.Request, error)
- func NewPostTasksIDRunsRequest(server string, taskID string, params *PostTasksIDRunsParams, ...) (*http.Request, error)
- func NewPostTasksIDRunsRequestWithBody(server string, taskID string, params *PostTasksIDRunsParams, ...) (*http.Request, error)
- func NewPostTasksRequest(server string, params *PostTasksParams, body PostTasksJSONRequestBody) (*http.Request, error)
- func NewPostTasksRequestWithBody(server string, params *PostTasksParams, contentType string, body io.Reader) (*http.Request, error)
- func NewPostTelegrafsIDLabelsRequest(server string, telegrafID string, params *PostTelegrafsIDLabelsParams, ...) (*http.Request, error)
- func NewPostTelegrafsIDLabelsRequestWithBody(server string, telegrafID string, params *PostTelegrafsIDLabelsParams, ...) (*http.Request, error)
- func NewPostTelegrafsIDMembersRequest(server string, telegrafID string, params *PostTelegrafsIDMembersParams, ...) (*http.Request, error)
- func NewPostTelegrafsIDMembersRequestWithBody(server string, telegrafID string, params *PostTelegrafsIDMembersParams, ...) (*http.Request, error)
- func NewPostTelegrafsIDOwnersRequest(server string, telegrafID string, params *PostTelegrafsIDOwnersParams, ...) (*http.Request, error)
- func NewPostTelegrafsIDOwnersRequestWithBody(server string, telegrafID string, params *PostTelegrafsIDOwnersParams, ...) (*http.Request, error)
- func NewPostTelegrafsRequest(server string, params *PostTelegrafsParams, body PostTelegrafsJSONRequestBody) (*http.Request, error)
- func NewPostTelegrafsRequestWithBody(server string, params *PostTelegrafsParams, contentType string, body io.Reader) (*http.Request, error)
- func NewPostUsersIDPasswordRequest(server string, userID string, params *PostUsersIDPasswordParams, ...) (*http.Request, error)
- func NewPostUsersIDPasswordRequestWithBody(server string, userID string, params *PostUsersIDPasswordParams, ...) (*http.Request, error)
- func NewPostUsersRequest(server string, params *PostUsersParams, body PostUsersJSONRequestBody) (*http.Request, error)
- func NewPostUsersRequestWithBody(server string, params *PostUsersParams, contentType string, body io.Reader) (*http.Request, error)
- func NewPostVariablesIDLabelsRequest(server string, variableID string, params *PostVariablesIDLabelsParams, ...) (*http.Request, error)
- func NewPostVariablesIDLabelsRequestWithBody(server string, variableID string, params *PostVariablesIDLabelsParams, ...) (*http.Request, error)
- func NewPostVariablesRequest(server string, params *PostVariablesParams, body PostVariablesJSONRequestBody) (*http.Request, error)
- func NewPostVariablesRequestWithBody(server string, params *PostVariablesParams, contentType string, body io.Reader) (*http.Request, error)
- func NewPostWriteRequestWithBody(server string, params *PostWriteParams, contentType string, body io.Reader) (*http.Request, error)
- func NewPutChecksIDRequest(server string, checkID string, params *PutChecksIDParams, ...) (*http.Request, error)
- func NewPutChecksIDRequestWithBody(server string, checkID string, params *PutChecksIDParams, contentType string, ...) (*http.Request, error)
- func NewPutDashboardsIDCellsRequest(server string, dashboardID string, params *PutDashboardsIDCellsParams, ...) (*http.Request, error)
- func NewPutDashboardsIDCellsRequestWithBody(server string, dashboardID string, params *PutDashboardsIDCellsParams, ...) (*http.Request, error)
- func NewPutDocumentsTemplatesIDRequest(server string, templateID string, params *PutDocumentsTemplatesIDParams, ...) (*http.Request, error)
- func NewPutDocumentsTemplatesIDRequestWithBody(server string, templateID string, params *PutDocumentsTemplatesIDParams, ...) (*http.Request, error)
- func NewPutMePasswordRequest(server string, params *PutMePasswordParams, body PutMePasswordJSONRequestBody) (*http.Request, error)
- func NewPutMePasswordRequestWithBody(server string, params *PutMePasswordParams, contentType string, body io.Reader) (*http.Request, error)
- func NewPutNotificationEndpointsIDRequest(server string, endpointID string, params *PutNotificationEndpointsIDParams, ...) (*http.Request, error)
- func NewPutNotificationEndpointsIDRequestWithBody(server string, endpointID string, params *PutNotificationEndpointsIDParams, ...) (*http.Request, error)
- func NewPutNotificationRulesIDRequest(server string, ruleID string, params *PutNotificationRulesIDParams, ...) (*http.Request, error)
- func NewPutNotificationRulesIDRequestWithBody(server string, ruleID string, params *PutNotificationRulesIDParams, ...) (*http.Request, error)
- func NewPutTelegrafsIDRequest(server string, telegrafID string, params *PutTelegrafsIDParams, ...) (*http.Request, error)
- func NewPutTelegrafsIDRequestWithBody(server string, telegrafID string, params *PutTelegrafsIDParams, ...) (*http.Request, error)
- func NewPutVariablesIDRequest(server string, variableID string, params *PutVariablesIDParams, ...) (*http.Request, error)
- func NewPutVariablesIDRequestWithBody(server string, variableID string, params *PutVariablesIDParams, ...) (*http.Request, error)
- func NewReadStackRequest(server string, stackId string) (*http.Request, error)
- func NewUninstallStackRequest(server string, stackId string) (*http.Request, error)
- func NewUpdateStackRequest(server string, stackId string, body UpdateStackJSONRequestBody) (*http.Request, error)
- func NewUpdateStackRequestWithBody(server string, stackId string, contentType string, body io.Reader) (*http.Request, error)
- type ASTResponse
- type AddResourceMemberRequestBody
- type After
- type AnalyzeQueryResponse
- type ApplyTemplateJSONBody
- type ApplyTemplateJSONRequestBody
- type ApplyTemplateResponse
- type ArrayExpression
- type Authorization
- type AuthorizationUpdateRequest
- type AuthorizationUpdateRequestStatus
- type Authorizations
- type Axes
- type Axis
- type AxisBase
- type AxisScale
- type BadStatement
- type BandViewProperties
- type BandViewPropertiesHoverDimension
- type BandViewPropertiesShape
- type BandViewPropertiesType
- type BinaryExpression
- type Block
- type BooleanLiteral
- type Bucket
- type BucketType
- type Buckets
- type BuilderAggregateFunctionType
- type BuilderConfig
- type BuilderFunctionsType
- type BuilderTagsType
- type BuiltinStatement
- type CallExpression
- type Cell
- type CellUpdate
- type CellWithViewProperties
- type Cells
- type CellsWithViewProperties
- type Check
- type CheckBase
- type CheckBaseLastRunStatus
- type CheckDiscriminator
- type CheckPatch
- type CheckPatchStatus
- type CheckStatusLevel
- type CheckViewProperties
- type CheckViewPropertiesShape
- type CheckViewPropertiesType
- type Checks
- type Client
- func (c *Client) ApplyTemplate(ctx context.Context, body ApplyTemplateJSONRequestBody) (*http.Response, error)
- func (c *Client) ApplyTemplateWithBody(ctx context.Context, contentType string, body io.Reader) (*http.Response, error)
- func (c *Client) CreateCheck(ctx context.Context, body CreateCheckJSONRequestBody) (*http.Response, error)
- func (c *Client) CreateCheckWithBody(ctx context.Context, contentType string, body io.Reader) (*http.Response, error)
- func (c *Client) CreateNotificationEndpoint(ctx context.Context, body CreateNotificationEndpointJSONRequestBody) (*http.Response, error)
- func (c *Client) CreateNotificationEndpointWithBody(ctx context.Context, contentType string, body io.Reader) (*http.Response, error)
- func (c *Client) CreateNotificationRule(ctx context.Context, body CreateNotificationRuleJSONRequestBody) (*http.Response, error)
- func (c *Client) CreateNotificationRuleWithBody(ctx context.Context, contentType string, body io.Reader) (*http.Response, error)
- func (c *Client) CreateStack(ctx context.Context, body CreateStackJSONRequestBody) (*http.Response, error)
- func (c *Client) CreateStackWithBody(ctx context.Context, contentType string, body io.Reader) (*http.Response, error)
- func (c *Client) DeleteAuthorizationsID(ctx context.Context, authID string, params *DeleteAuthorizationsIDParams) (*http.Response, error)
- func (c *Client) DeleteBucketsID(ctx context.Context, bucketID string, params *DeleteBucketsIDParams) (*http.Response, error)
- func (c *Client) DeleteBucketsIDLabelsID(ctx context.Context, bucketID string, labelID string, ...) (*http.Response, error)
- func (c *Client) DeleteBucketsIDMembersID(ctx context.Context, bucketID string, userID string, ...) (*http.Response, error)
- func (c *Client) DeleteBucketsIDOwnersID(ctx context.Context, bucketID string, userID string, ...) (*http.Response, error)
- func (c *Client) DeleteChecksID(ctx context.Context, checkID string, params *DeleteChecksIDParams) (*http.Response, error)
- func (c *Client) DeleteChecksIDLabelsID(ctx context.Context, checkID string, labelID string, ...) (*http.Response, error)
- func (c *Client) DeleteDBRPID(ctx context.Context, dbrpID string, params *DeleteDBRPIDParams) (*http.Response, error)
- func (c *Client) DeleteDashboardsID(ctx context.Context, dashboardID string, params *DeleteDashboardsIDParams) (*http.Response, error)
- func (c *Client) DeleteDashboardsIDCellsID(ctx context.Context, dashboardID string, cellID string, ...) (*http.Response, error)
- func (c *Client) DeleteDashboardsIDLabelsID(ctx context.Context, dashboardID string, labelID string, ...) (*http.Response, error)
- func (c *Client) DeleteDashboardsIDMembersID(ctx context.Context, dashboardID string, userID string, ...) (*http.Response, error)
- func (c *Client) DeleteDashboardsIDOwnersID(ctx context.Context, dashboardID string, userID string, ...) (*http.Response, error)
- func (c *Client) DeleteDocumentsTemplatesID(ctx context.Context, templateID string, ...) (*http.Response, error)
- func (c *Client) DeleteDocumentsTemplatesIDLabelsID(ctx context.Context, templateID string, labelID string, ...) (*http.Response, error)
- func (c *Client) DeleteLabelsID(ctx context.Context, labelID string, params *DeleteLabelsIDParams) (*http.Response, error)
- func (c *Client) DeleteNotificationEndpointsID(ctx context.Context, endpointID string, ...) (*http.Response, error)
- func (c *Client) DeleteNotificationEndpointsIDLabelsID(ctx context.Context, endpointID string, labelID string, ...) (*http.Response, error)
- func (c *Client) DeleteNotificationRulesID(ctx context.Context, ruleID string, params *DeleteNotificationRulesIDParams) (*http.Response, error)
- func (c *Client) DeleteNotificationRulesIDLabelsID(ctx context.Context, ruleID string, labelID string, ...) (*http.Response, error)
- func (c *Client) DeleteOrgsID(ctx context.Context, orgID string, params *DeleteOrgsIDParams) (*http.Response, error)
- func (c *Client) DeleteOrgsIDMembersID(ctx context.Context, orgID string, userID string, ...) (*http.Response, error)
- func (c *Client) DeleteOrgsIDOwnersID(ctx context.Context, orgID string, userID string, ...) (*http.Response, error)
- func (c *Client) DeleteScrapersID(ctx context.Context, scraperTargetID string, params *DeleteScrapersIDParams) (*http.Response, error)
- func (c *Client) DeleteScrapersIDLabelsID(ctx context.Context, scraperTargetID string, labelID string, ...) (*http.Response, error)
- func (c *Client) DeleteScrapersIDMembersID(ctx context.Context, scraperTargetID string, userID string, ...) (*http.Response, error)
- func (c *Client) DeleteScrapersIDOwnersID(ctx context.Context, scraperTargetID string, userID string, ...) (*http.Response, error)
- func (c *Client) DeleteSourcesID(ctx context.Context, sourceID string, params *DeleteSourcesIDParams) (*http.Response, error)
- func (c *Client) DeleteStack(ctx context.Context, stackId string, params *DeleteStackParams) (*http.Response, error)
- func (c *Client) DeleteTasksID(ctx context.Context, taskID string, params *DeleteTasksIDParams) (*http.Response, error)
- func (c *Client) DeleteTasksIDLabelsID(ctx context.Context, taskID string, labelID string, ...) (*http.Response, error)
- func (c *Client) DeleteTasksIDMembersID(ctx context.Context, taskID string, userID string, ...) (*http.Response, error)
- func (c *Client) DeleteTasksIDOwnersID(ctx context.Context, taskID string, userID string, ...) (*http.Response, error)
- func (c *Client) DeleteTasksIDRunsID(ctx context.Context, taskID string, runID string, ...) (*http.Response, error)
- func (c *Client) DeleteTelegrafsID(ctx context.Context, telegrafID string, params *DeleteTelegrafsIDParams) (*http.Response, error)
- func (c *Client) DeleteTelegrafsIDLabelsID(ctx context.Context, telegrafID string, labelID string, ...) (*http.Response, error)
- func (c *Client) DeleteTelegrafsIDMembersID(ctx context.Context, telegrafID string, userID string, ...) (*http.Response, error)
- func (c *Client) DeleteTelegrafsIDOwnersID(ctx context.Context, telegrafID string, userID string, ...) (*http.Response, error)
- func (c *Client) DeleteUsersID(ctx context.Context, userID string, params *DeleteUsersIDParams) (*http.Response, error)
- func (c *Client) DeleteVariablesID(ctx context.Context, variableID string, params *DeleteVariablesIDParams) (*http.Response, error)
- func (c *Client) DeleteVariablesIDLabelsID(ctx context.Context, variableID string, labelID string, ...) (*http.Response, error)
- func (c *Client) ExportTemplate(ctx context.Context, body ExportTemplateJSONRequestBody) (*http.Response, error)
- func (c *Client) ExportTemplateWithBody(ctx context.Context, contentType string, body io.Reader) (*http.Response, error)
- func (c *Client) GetAuthorizations(ctx context.Context, params *GetAuthorizationsParams) (*http.Response, error)
- func (c *Client) GetAuthorizationsID(ctx context.Context, authID string, params *GetAuthorizationsIDParams) (*http.Response, error)
- func (c *Client) GetBuckets(ctx context.Context, params *GetBucketsParams) (*http.Response, error)
- func (c *Client) GetBucketsID(ctx context.Context, bucketID string, params *GetBucketsIDParams) (*http.Response, error)
- func (c *Client) GetBucketsIDLabels(ctx context.Context, bucketID string, params *GetBucketsIDLabelsParams) (*http.Response, error)
- func (c *Client) GetBucketsIDMembers(ctx context.Context, bucketID string, params *GetBucketsIDMembersParams) (*http.Response, error)
- func (c *Client) GetBucketsIDOwners(ctx context.Context, bucketID string, params *GetBucketsIDOwnersParams) (*http.Response, error)
- func (c *Client) GetChecks(ctx context.Context, params *GetChecksParams) (*http.Response, error)
- func (c *Client) GetChecksID(ctx context.Context, checkID string, params *GetChecksIDParams) (*http.Response, error)
- func (c *Client) GetChecksIDLabels(ctx context.Context, checkID string, params *GetChecksIDLabelsParams) (*http.Response, error)
- func (c *Client) GetChecksIDQuery(ctx context.Context, checkID string, params *GetChecksIDQueryParams) (*http.Response, error)
- func (c *Client) GetDBRPs(ctx context.Context, params *GetDBRPsParams) (*http.Response, error)
- func (c *Client) GetDBRPsID(ctx context.Context, dbrpID string, params *GetDBRPsIDParams) (*http.Response, error)
- func (c *Client) GetDashboards(ctx context.Context, params *GetDashboardsParams) (*http.Response, error)
- func (c *Client) GetDashboardsID(ctx context.Context, dashboardID string, params *GetDashboardsIDParams) (*http.Response, error)
- func (c *Client) GetDashboardsIDCellsIDView(ctx context.Context, dashboardID string, cellID string, ...) (*http.Response, error)
- func (c *Client) GetDashboardsIDLabels(ctx context.Context, dashboardID string, params *GetDashboardsIDLabelsParams) (*http.Response, error)
- func (c *Client) GetDashboardsIDMembers(ctx context.Context, dashboardID string, params *GetDashboardsIDMembersParams) (*http.Response, error)
- func (c *Client) GetDashboardsIDOwners(ctx context.Context, dashboardID string, params *GetDashboardsIDOwnersParams) (*http.Response, error)
- func (c *Client) GetDocumentsTemplates(ctx context.Context, params *GetDocumentsTemplatesParams) (*http.Response, error)
- func (c *Client) GetDocumentsTemplatesID(ctx context.Context, templateID string, params *GetDocumentsTemplatesIDParams) (*http.Response, error)
- func (c *Client) GetDocumentsTemplatesIDLabels(ctx context.Context, templateID string, ...) (*http.Response, error)
- func (c *Client) GetFlags(ctx context.Context, params *GetFlagsParams) (*http.Response, error)
- func (c *Client) GetHealth(ctx context.Context, params *GetHealthParams) (*http.Response, error)
- func (c *Client) GetLabels(ctx context.Context, params *GetLabelsParams) (*http.Response, error)
- func (c *Client) GetLabelsID(ctx context.Context, labelID string, params *GetLabelsIDParams) (*http.Response, error)
- func (c *Client) GetMe(ctx context.Context, params *GetMeParams) (*http.Response, error)
- func (c *Client) GetNotificationEndpoints(ctx context.Context, params *GetNotificationEndpointsParams) (*http.Response, error)
- func (c *Client) GetNotificationEndpointsID(ctx context.Context, endpointID string, ...) (*http.Response, error)
- func (c *Client) GetNotificationEndpointsIDLabels(ctx context.Context, endpointID string, ...) (*http.Response, error)
- func (c *Client) GetNotificationRules(ctx context.Context, params *GetNotificationRulesParams) (*http.Response, error)
- func (c *Client) GetNotificationRulesID(ctx context.Context, ruleID string, params *GetNotificationRulesIDParams) (*http.Response, error)
- func (c *Client) GetNotificationRulesIDLabels(ctx context.Context, ruleID string, params *GetNotificationRulesIDLabelsParams) (*http.Response, error)
- func (c *Client) GetNotificationRulesIDQuery(ctx context.Context, ruleID string, params *GetNotificationRulesIDQueryParams) (*http.Response, error)
- func (c *Client) GetOrgs(ctx context.Context, params *GetOrgsParams) (*http.Response, error)
- func (c *Client) GetOrgsID(ctx context.Context, orgID string, params *GetOrgsIDParams) (*http.Response, error)
- func (c *Client) GetOrgsIDMembers(ctx context.Context, orgID string, params *GetOrgsIDMembersParams) (*http.Response, error)
- func (c *Client) GetOrgsIDOwners(ctx context.Context, orgID string, params *GetOrgsIDOwnersParams) (*http.Response, error)
- func (c *Client) GetOrgsIDSecrets(ctx context.Context, orgID string, params *GetOrgsIDSecretsParams) (*http.Response, error)
- func (c *Client) GetQuerySuggestions(ctx context.Context, params *GetQuerySuggestionsParams) (*http.Response, error)
- func (c *Client) GetQuerySuggestionsName(ctx context.Context, name string, params *GetQuerySuggestionsNameParams) (*http.Response, error)
- func (c *Client) GetReady(ctx context.Context, params *GetReadyParams) (*http.Response, error)
- func (c *Client) GetRoutes(ctx context.Context, params *GetRoutesParams) (*http.Response, error)
- func (c *Client) GetScrapers(ctx context.Context, params *GetScrapersParams) (*http.Response, error)
- func (c *Client) GetScrapersID(ctx context.Context, scraperTargetID string, params *GetScrapersIDParams) (*http.Response, error)
- func (c *Client) GetScrapersIDLabels(ctx context.Context, scraperTargetID string, params *GetScrapersIDLabelsParams) (*http.Response, error)
- func (c *Client) GetScrapersIDMembers(ctx context.Context, scraperTargetID string, ...) (*http.Response, error)
- func (c *Client) GetScrapersIDOwners(ctx context.Context, scraperTargetID string, params *GetScrapersIDOwnersParams) (*http.Response, error)
- func (c *Client) GetSetup(ctx context.Context, params *GetSetupParams) (*http.Response, error)
- func (c *Client) GetSources(ctx context.Context, params *GetSourcesParams) (*http.Response, error)
- func (c *Client) GetSourcesID(ctx context.Context, sourceID string, params *GetSourcesIDParams) (*http.Response, error)
- func (c *Client) GetSourcesIDBuckets(ctx context.Context, sourceID string, params *GetSourcesIDBucketsParams) (*http.Response, error)
- func (c *Client) GetSourcesIDHealth(ctx context.Context, sourceID string, params *GetSourcesIDHealthParams) (*http.Response, error)
- func (c *Client) GetTasks(ctx context.Context, params *GetTasksParams) (*http.Response, error)
- func (c *Client) GetTasksID(ctx context.Context, taskID string, params *GetTasksIDParams) (*http.Response, error)
- func (c *Client) GetTasksIDLabels(ctx context.Context, taskID string, params *GetTasksIDLabelsParams) (*http.Response, error)
- func (c *Client) GetTasksIDLogs(ctx context.Context, taskID string, params *GetTasksIDLogsParams) (*http.Response, error)
- func (c *Client) GetTasksIDMembers(ctx context.Context, taskID string, params *GetTasksIDMembersParams) (*http.Response, error)
- func (c *Client) GetTasksIDOwners(ctx context.Context, taskID string, params *GetTasksIDOwnersParams) (*http.Response, error)
- func (c *Client) GetTasksIDRuns(ctx context.Context, taskID string, params *GetTasksIDRunsParams) (*http.Response, error)
- func (c *Client) GetTasksIDRunsID(ctx context.Context, taskID string, runID string, ...) (*http.Response, error)
- func (c *Client) GetTasksIDRunsIDLogs(ctx context.Context, taskID string, runID string, ...) (*http.Response, error)
- func (c *Client) GetTelegrafPlugins(ctx context.Context, params *GetTelegrafPluginsParams) (*http.Response, error)
- func (c *Client) GetTelegrafs(ctx context.Context, params *GetTelegrafsParams) (*http.Response, error)
- func (c *Client) GetTelegrafsID(ctx context.Context, telegrafID string, params *GetTelegrafsIDParams) (*http.Response, error)
- func (c *Client) GetTelegrafsIDLabels(ctx context.Context, telegrafID string, params *GetTelegrafsIDLabelsParams) (*http.Response, error)
- func (c *Client) GetTelegrafsIDMembers(ctx context.Context, telegrafID string, params *GetTelegrafsIDMembersParams) (*http.Response, error)
- func (c *Client) GetTelegrafsIDOwners(ctx context.Context, telegrafID string, params *GetTelegrafsIDOwnersParams) (*http.Response, error)
- func (c *Client) GetUsers(ctx context.Context, params *GetUsersParams) (*http.Response, error)
- func (c *Client) GetUsersID(ctx context.Context, userID string, params *GetUsersIDParams) (*http.Response, error)
- func (c *Client) GetVariables(ctx context.Context, params *GetVariablesParams) (*http.Response, error)
- func (c *Client) GetVariablesID(ctx context.Context, variableID string, params *GetVariablesIDParams) (*http.Response, error)
- func (c *Client) GetVariablesIDLabels(ctx context.Context, variableID string, params *GetVariablesIDLabelsParams) (*http.Response, error)
- func (c *Client) ListStacks(ctx context.Context, params *ListStacksParams) (*http.Response, error)
- func (c *Client) PatchAuthorizationsID(ctx context.Context, authID string, params *PatchAuthorizationsIDParams, ...) (*http.Response, error)
- func (c *Client) PatchAuthorizationsIDWithBody(ctx context.Context, authID string, params *PatchAuthorizationsIDParams, ...) (*http.Response, error)
- func (c *Client) PatchBucketsID(ctx context.Context, bucketID string, params *PatchBucketsIDParams, ...) (*http.Response, error)
- func (c *Client) PatchBucketsIDWithBody(ctx context.Context, bucketID string, params *PatchBucketsIDParams, ...) (*http.Response, error)
- func (c *Client) PatchChecksID(ctx context.Context, checkID string, params *PatchChecksIDParams, ...) (*http.Response, error)
- func (c *Client) PatchChecksIDWithBody(ctx context.Context, checkID string, params *PatchChecksIDParams, ...) (*http.Response, error)
- func (c *Client) PatchDBRPID(ctx context.Context, dbrpID string, params *PatchDBRPIDParams, ...) (*http.Response, error)
- func (c *Client) PatchDBRPIDWithBody(ctx context.Context, dbrpID string, params *PatchDBRPIDParams, ...) (*http.Response, error)
- func (c *Client) PatchDashboardsID(ctx context.Context, dashboardID string, params *PatchDashboardsIDParams, ...) (*http.Response, error)
- func (c *Client) PatchDashboardsIDCellsID(ctx context.Context, dashboardID string, cellID string, ...) (*http.Response, error)
- func (c *Client) PatchDashboardsIDCellsIDView(ctx context.Context, dashboardID string, cellID string, ...) (*http.Response, error)
- func (c *Client) PatchDashboardsIDCellsIDViewWithBody(ctx context.Context, dashboardID string, cellID string, ...) (*http.Response, error)
- func (c *Client) PatchDashboardsIDCellsIDWithBody(ctx context.Context, dashboardID string, cellID string, ...) (*http.Response, error)
- func (c *Client) PatchDashboardsIDWithBody(ctx context.Context, dashboardID string, params *PatchDashboardsIDParams, ...) (*http.Response, error)
- func (c *Client) PatchLabelsID(ctx context.Context, labelID string, params *PatchLabelsIDParams, ...) (*http.Response, error)
- func (c *Client) PatchLabelsIDWithBody(ctx context.Context, labelID string, params *PatchLabelsIDParams, ...) (*http.Response, error)
- func (c *Client) PatchNotificationEndpointsID(ctx context.Context, endpointID string, ...) (*http.Response, error)
- func (c *Client) PatchNotificationEndpointsIDWithBody(ctx context.Context, endpointID string, ...) (*http.Response, error)
- func (c *Client) PatchNotificationRulesID(ctx context.Context, ruleID string, params *PatchNotificationRulesIDParams, ...) (*http.Response, error)
- func (c *Client) PatchNotificationRulesIDWithBody(ctx context.Context, ruleID string, params *PatchNotificationRulesIDParams, ...) (*http.Response, error)
- func (c *Client) PatchOrgsID(ctx context.Context, orgID string, params *PatchOrgsIDParams, ...) (*http.Response, error)
- func (c *Client) PatchOrgsIDSecrets(ctx context.Context, orgID string, params *PatchOrgsIDSecretsParams, ...) (*http.Response, error)
- func (c *Client) PatchOrgsIDSecretsWithBody(ctx context.Context, orgID string, params *PatchOrgsIDSecretsParams, ...) (*http.Response, error)
- func (c *Client) PatchOrgsIDWithBody(ctx context.Context, orgID string, params *PatchOrgsIDParams, ...) (*http.Response, error)
- func (c *Client) PatchScrapersID(ctx context.Context, scraperTargetID string, params *PatchScrapersIDParams, ...) (*http.Response, error)
- func (c *Client) PatchScrapersIDWithBody(ctx context.Context, scraperTargetID string, params *PatchScrapersIDParams, ...) (*http.Response, error)
- func (c *Client) PatchSourcesID(ctx context.Context, sourceID string, params *PatchSourcesIDParams, ...) (*http.Response, error)
- func (c *Client) PatchSourcesIDWithBody(ctx context.Context, sourceID string, params *PatchSourcesIDParams, ...) (*http.Response, error)
- func (c *Client) PatchTasksID(ctx context.Context, taskID string, params *PatchTasksIDParams, ...) (*http.Response, error)
- func (c *Client) PatchTasksIDWithBody(ctx context.Context, taskID string, params *PatchTasksIDParams, ...) (*http.Response, error)
- func (c *Client) PatchUsersID(ctx context.Context, userID string, params *PatchUsersIDParams, ...) (*http.Response, error)
- func (c *Client) PatchUsersIDWithBody(ctx context.Context, userID string, params *PatchUsersIDParams, ...) (*http.Response, error)
- func (c *Client) PatchVariablesID(ctx context.Context, variableID string, params *PatchVariablesIDParams, ...) (*http.Response, error)
- func (c *Client) PatchVariablesIDWithBody(ctx context.Context, variableID string, params *PatchVariablesIDParams, ...) (*http.Response, error)
- func (c *Client) PostAuthorizations(ctx context.Context, params *PostAuthorizationsParams, ...) (*http.Response, error)
- func (c *Client) PostAuthorizationsWithBody(ctx context.Context, params *PostAuthorizationsParams, contentType string, ...) (*http.Response, error)
- func (c *Client) PostBuckets(ctx context.Context, params *PostBucketsParams, ...) (*http.Response, error)
- func (c *Client) PostBucketsIDLabels(ctx context.Context, bucketID string, params *PostBucketsIDLabelsParams, ...) (*http.Response, error)
- func (c *Client) PostBucketsIDLabelsWithBody(ctx context.Context, bucketID string, params *PostBucketsIDLabelsParams, ...) (*http.Response, error)
- func (c *Client) PostBucketsIDMembers(ctx context.Context, bucketID string, params *PostBucketsIDMembersParams, ...) (*http.Response, error)
- func (c *Client) PostBucketsIDMembersWithBody(ctx context.Context, bucketID string, params *PostBucketsIDMembersParams, ...) (*http.Response, error)
- func (c *Client) PostBucketsIDOwners(ctx context.Context, bucketID string, params *PostBucketsIDOwnersParams, ...) (*http.Response, error)
- func (c *Client) PostBucketsIDOwnersWithBody(ctx context.Context, bucketID string, params *PostBucketsIDOwnersParams, ...) (*http.Response, error)
- func (c *Client) PostBucketsWithBody(ctx context.Context, params *PostBucketsParams, contentType string, ...) (*http.Response, error)
- func (c *Client) PostChecksIDLabels(ctx context.Context, checkID string, params *PostChecksIDLabelsParams, ...) (*http.Response, error)
- func (c *Client) PostChecksIDLabelsWithBody(ctx context.Context, checkID string, params *PostChecksIDLabelsParams, ...) (*http.Response, error)
- func (c *Client) PostDBRP(ctx context.Context, params *PostDBRPParams, body PostDBRPJSONRequestBody) (*http.Response, error)
- func (c *Client) PostDBRPWithBody(ctx context.Context, params *PostDBRPParams, contentType string, ...) (*http.Response, error)
- func (c *Client) PostDashboards(ctx context.Context, params *PostDashboardsParams, ...) (*http.Response, error)
- func (c *Client) PostDashboardsIDCells(ctx context.Context, dashboardID string, params *PostDashboardsIDCellsParams, ...) (*http.Response, error)
- func (c *Client) PostDashboardsIDCellsWithBody(ctx context.Context, dashboardID string, params *PostDashboardsIDCellsParams, ...) (*http.Response, error)
- func (c *Client) PostDashboardsIDLabels(ctx context.Context, dashboardID string, params *PostDashboardsIDLabelsParams, ...) (*http.Response, error)
- func (c *Client) PostDashboardsIDLabelsWithBody(ctx context.Context, dashboardID string, params *PostDashboardsIDLabelsParams, ...) (*http.Response, error)
- func (c *Client) PostDashboardsIDMembers(ctx context.Context, dashboardID string, params *PostDashboardsIDMembersParams, ...) (*http.Response, error)
- func (c *Client) PostDashboardsIDMembersWithBody(ctx context.Context, dashboardID string, params *PostDashboardsIDMembersParams, ...) (*http.Response, error)
- func (c *Client) PostDashboardsIDOwners(ctx context.Context, dashboardID string, params *PostDashboardsIDOwnersParams, ...) (*http.Response, error)
- func (c *Client) PostDashboardsIDOwnersWithBody(ctx context.Context, dashboardID string, params *PostDashboardsIDOwnersParams, ...) (*http.Response, error)
- func (c *Client) PostDashboardsWithBody(ctx context.Context, params *PostDashboardsParams, contentType string, ...) (*http.Response, error)
- func (c *Client) PostDelete(ctx context.Context, params *PostDeleteParams, body PostDeleteJSONRequestBody) (*http.Response, error)
- func (c *Client) PostDeleteWithBody(ctx context.Context, params *PostDeleteParams, contentType string, ...) (*http.Response, error)
- func (c *Client) PostDocumentsTemplates(ctx context.Context, params *PostDocumentsTemplatesParams, ...) (*http.Response, error)
- func (c *Client) PostDocumentsTemplatesIDLabels(ctx context.Context, templateID string, ...) (*http.Response, error)
- func (c *Client) PostDocumentsTemplatesIDLabelsWithBody(ctx context.Context, templateID string, ...) (*http.Response, error)
- func (c *Client) PostDocumentsTemplatesWithBody(ctx context.Context, params *PostDocumentsTemplatesParams, contentType string, ...) (*http.Response, error)
- func (c *Client) PostLabels(ctx context.Context, body PostLabelsJSONRequestBody) (*http.Response, error)
- func (c *Client) PostLabelsWithBody(ctx context.Context, contentType string, body io.Reader) (*http.Response, error)
- func (c *Client) PostNotificationEndpointIDLabels(ctx context.Context, endpointID string, ...) (*http.Response, error)
- func (c *Client) PostNotificationEndpointIDLabelsWithBody(ctx context.Context, endpointID string, ...) (*http.Response, error)
- func (c *Client) PostNotificationRuleIDLabels(ctx context.Context, ruleID string, params *PostNotificationRuleIDLabelsParams, ...) (*http.Response, error)
- func (c *Client) PostNotificationRuleIDLabelsWithBody(ctx context.Context, ruleID string, params *PostNotificationRuleIDLabelsParams, ...) (*http.Response, error)
- func (c *Client) PostOrgs(ctx context.Context, params *PostOrgsParams, body PostOrgsJSONRequestBody) (*http.Response, error)
- func (c *Client) PostOrgsIDMembers(ctx context.Context, orgID string, params *PostOrgsIDMembersParams, ...) (*http.Response, error)
- func (c *Client) PostOrgsIDMembersWithBody(ctx context.Context, orgID string, params *PostOrgsIDMembersParams, ...) (*http.Response, error)
- func (c *Client) PostOrgsIDOwners(ctx context.Context, orgID string, params *PostOrgsIDOwnersParams, ...) (*http.Response, error)
- func (c *Client) PostOrgsIDOwnersWithBody(ctx context.Context, orgID string, params *PostOrgsIDOwnersParams, ...) (*http.Response, error)
- func (c *Client) PostOrgsIDSecrets(ctx context.Context, orgID string, params *PostOrgsIDSecretsParams, ...) (*http.Response, error)
- func (c *Client) PostOrgsIDSecretsWithBody(ctx context.Context, orgID string, params *PostOrgsIDSecretsParams, ...) (*http.Response, error)
- func (c *Client) PostOrgsWithBody(ctx context.Context, params *PostOrgsParams, contentType string, ...) (*http.Response, error)
- func (c *Client) PostQuery(ctx context.Context, params *PostQueryParams, body PostQueryJSONRequestBody) (*http.Response, error)
- func (c *Client) PostQueryAnalyze(ctx context.Context, params *PostQueryAnalyzeParams, ...) (*http.Response, error)
- func (c *Client) PostQueryAnalyzeWithBody(ctx context.Context, params *PostQueryAnalyzeParams, contentType string, ...) (*http.Response, error)
- func (c *Client) PostQueryAst(ctx context.Context, params *PostQueryAstParams, ...) (*http.Response, error)
- func (c *Client) PostQueryAstWithBody(ctx context.Context, params *PostQueryAstParams, contentType string, ...) (*http.Response, error)
- func (c *Client) PostQueryWithBody(ctx context.Context, params *PostQueryParams, contentType string, ...) (*http.Response, error)
- func (c *Client) PostScrapers(ctx context.Context, params *PostScrapersParams, ...) (*http.Response, error)
- func (c *Client) PostScrapersIDLabels(ctx context.Context, scraperTargetID string, ...) (*http.Response, error)
- func (c *Client) PostScrapersIDLabelsWithBody(ctx context.Context, scraperTargetID string, ...) (*http.Response, error)
- func (c *Client) PostScrapersIDMembers(ctx context.Context, scraperTargetID string, ...) (*http.Response, error)
- func (c *Client) PostScrapersIDMembersWithBody(ctx context.Context, scraperTargetID string, ...) (*http.Response, error)
- func (c *Client) PostScrapersIDOwners(ctx context.Context, scraperTargetID string, ...) (*http.Response, error)
- func (c *Client) PostScrapersIDOwnersWithBody(ctx context.Context, scraperTargetID string, ...) (*http.Response, error)
- func (c *Client) PostScrapersWithBody(ctx context.Context, params *PostScrapersParams, contentType string, ...) (*http.Response, error)
- func (c *Client) PostSetup(ctx context.Context, params *PostSetupParams, body PostSetupJSONRequestBody) (*http.Response, error)
- func (c *Client) PostSetupUser(ctx context.Context, params *PostSetupUserParams, ...) (*http.Response, error)
- func (c *Client) PostSetupUserWithBody(ctx context.Context, params *PostSetupUserParams, contentType string, ...) (*http.Response, error)
- func (c *Client) PostSetupWithBody(ctx context.Context, params *PostSetupParams, contentType string, ...) (*http.Response, error)
- func (c *Client) PostSignin(ctx context.Context, params *PostSigninParams) (*http.Response, error)
- func (c *Client) PostSignout(ctx context.Context, params *PostSignoutParams) (*http.Response, error)
- func (c *Client) PostSources(ctx context.Context, params *PostSourcesParams, ...) (*http.Response, error)
- func (c *Client) PostSourcesWithBody(ctx context.Context, params *PostSourcesParams, contentType string, ...) (*http.Response, error)
- func (c *Client) PostTasks(ctx context.Context, params *PostTasksParams, body PostTasksJSONRequestBody) (*http.Response, error)
- func (c *Client) PostTasksIDLabels(ctx context.Context, taskID string, params *PostTasksIDLabelsParams, ...) (*http.Response, error)
- func (c *Client) PostTasksIDLabelsWithBody(ctx context.Context, taskID string, params *PostTasksIDLabelsParams, ...) (*http.Response, error)
- func (c *Client) PostTasksIDMembers(ctx context.Context, taskID string, params *PostTasksIDMembersParams, ...) (*http.Response, error)
- func (c *Client) PostTasksIDMembersWithBody(ctx context.Context, taskID string, params *PostTasksIDMembersParams, ...) (*http.Response, error)
- func (c *Client) PostTasksIDOwners(ctx context.Context, taskID string, params *PostTasksIDOwnersParams, ...) (*http.Response, error)
- func (c *Client) PostTasksIDOwnersWithBody(ctx context.Context, taskID string, params *PostTasksIDOwnersParams, ...) (*http.Response, error)
- func (c *Client) PostTasksIDRuns(ctx context.Context, taskID string, params *PostTasksIDRunsParams, ...) (*http.Response, error)
- func (c *Client) PostTasksIDRunsIDRetry(ctx context.Context, taskID string, runID string, ...) (*http.Response, error)
- func (c *Client) PostTasksIDRunsWithBody(ctx context.Context, taskID string, params *PostTasksIDRunsParams, ...) (*http.Response, error)
- func (c *Client) PostTasksWithBody(ctx context.Context, params *PostTasksParams, contentType string, ...) (*http.Response, error)
- func (c *Client) PostTelegrafs(ctx context.Context, params *PostTelegrafsParams, ...) (*http.Response, error)
- func (c *Client) PostTelegrafsIDLabels(ctx context.Context, telegrafID string, params *PostTelegrafsIDLabelsParams, ...) (*http.Response, error)
- func (c *Client) PostTelegrafsIDLabelsWithBody(ctx context.Context, telegrafID string, params *PostTelegrafsIDLabelsParams, ...) (*http.Response, error)
- func (c *Client) PostTelegrafsIDMembers(ctx context.Context, telegrafID string, params *PostTelegrafsIDMembersParams, ...) (*http.Response, error)
- func (c *Client) PostTelegrafsIDMembersWithBody(ctx context.Context, telegrafID string, params *PostTelegrafsIDMembersParams, ...) (*http.Response, error)
- func (c *Client) PostTelegrafsIDOwners(ctx context.Context, telegrafID string, params *PostTelegrafsIDOwnersParams, ...) (*http.Response, error)
- func (c *Client) PostTelegrafsIDOwnersWithBody(ctx context.Context, telegrafID string, params *PostTelegrafsIDOwnersParams, ...) (*http.Response, error)
- func (c *Client) PostTelegrafsWithBody(ctx context.Context, params *PostTelegrafsParams, contentType string, ...) (*http.Response, error)
- func (c *Client) PostUsers(ctx context.Context, params *PostUsersParams, body PostUsersJSONRequestBody) (*http.Response, error)
- func (c *Client) PostUsersIDPassword(ctx context.Context, userID string, params *PostUsersIDPasswordParams, ...) (*http.Response, error)
- func (c *Client) PostUsersIDPasswordWithBody(ctx context.Context, userID string, params *PostUsersIDPasswordParams, ...) (*http.Response, error)
- func (c *Client) PostUsersWithBody(ctx context.Context, params *PostUsersParams, contentType string, ...) (*http.Response, error)
- func (c *Client) PostVariables(ctx context.Context, params *PostVariablesParams, ...) (*http.Response, error)
- func (c *Client) PostVariablesIDLabels(ctx context.Context, variableID string, params *PostVariablesIDLabelsParams, ...) (*http.Response, error)
- func (c *Client) PostVariablesIDLabelsWithBody(ctx context.Context, variableID string, params *PostVariablesIDLabelsParams, ...) (*http.Response, error)
- func (c *Client) PostVariablesWithBody(ctx context.Context, params *PostVariablesParams, contentType string, ...) (*http.Response, error)
- func (c *Client) PostWriteWithBody(ctx context.Context, params *PostWriteParams, contentType string, ...) (*http.Response, error)
- func (c *Client) PutChecksID(ctx context.Context, checkID string, params *PutChecksIDParams, ...) (*http.Response, error)
- func (c *Client) PutChecksIDWithBody(ctx context.Context, checkID string, params *PutChecksIDParams, ...) (*http.Response, error)
- func (c *Client) PutDashboardsIDCells(ctx context.Context, dashboardID string, params *PutDashboardsIDCellsParams, ...) (*http.Response, error)
- func (c *Client) PutDashboardsIDCellsWithBody(ctx context.Context, dashboardID string, params *PutDashboardsIDCellsParams, ...) (*http.Response, error)
- func (c *Client) PutDocumentsTemplatesID(ctx context.Context, templateID string, params *PutDocumentsTemplatesIDParams, ...) (*http.Response, error)
- func (c *Client) PutDocumentsTemplatesIDWithBody(ctx context.Context, templateID string, params *PutDocumentsTemplatesIDParams, ...) (*http.Response, error)
- func (c *Client) PutMePassword(ctx context.Context, params *PutMePasswordParams, ...) (*http.Response, error)
- func (c *Client) PutMePasswordWithBody(ctx context.Context, params *PutMePasswordParams, contentType string, ...) (*http.Response, error)
- func (c *Client) PutNotificationEndpointsID(ctx context.Context, endpointID string, ...) (*http.Response, error)
- func (c *Client) PutNotificationEndpointsIDWithBody(ctx context.Context, endpointID string, ...) (*http.Response, error)
- func (c *Client) PutNotificationRulesID(ctx context.Context, ruleID string, params *PutNotificationRulesIDParams, ...) (*http.Response, error)
- func (c *Client) PutNotificationRulesIDWithBody(ctx context.Context, ruleID string, params *PutNotificationRulesIDParams, ...) (*http.Response, error)
- func (c *Client) PutTelegrafsID(ctx context.Context, telegrafID string, params *PutTelegrafsIDParams, ...) (*http.Response, error)
- func (c *Client) PutTelegrafsIDWithBody(ctx context.Context, telegrafID string, params *PutTelegrafsIDParams, ...) (*http.Response, error)
- func (c *Client) PutVariablesID(ctx context.Context, variableID string, params *PutVariablesIDParams, ...) (*http.Response, error)
- func (c *Client) PutVariablesIDWithBody(ctx context.Context, variableID string, params *PutVariablesIDParams, ...) (*http.Response, error)
- func (c *Client) ReadStack(ctx context.Context, stackId string) (*http.Response, error)
- func (c *Client) UninstallStack(ctx context.Context, stackId string) (*http.Response, error)
- func (c *Client) UpdateStack(ctx context.Context, stackId string, body UpdateStackJSONRequestBody) (*http.Response, error)
- func (c *Client) UpdateStackWithBody(ctx context.Context, stackId string, contentType string, body io.Reader) (*http.Response, error)
- type ClientInterface
- type ClientWithResponses
- func (c *ClientWithResponses) ApplyTemplateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader) (*ApplyTemplateResponse, error)
- func (c *ClientWithResponses) ApplyTemplateWithResponse(ctx context.Context, body ApplyTemplateJSONRequestBody) (*ApplyTemplateResponse, error)
- func (c *ClientWithResponses) CreateCheckWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader) (*CreateCheckResponse, error)
- func (c *ClientWithResponses) CreateCheckWithResponse(ctx context.Context, body CreateCheckJSONRequestBody) (*CreateCheckResponse, error)
- func (c *ClientWithResponses) CreateNotificationEndpointWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader) (*CreateNotificationEndpointResponse, error)
- func (c *ClientWithResponses) CreateNotificationEndpointWithResponse(ctx context.Context, body CreateNotificationEndpointJSONRequestBody) (*CreateNotificationEndpointResponse, error)
- func (c *ClientWithResponses) CreateNotificationRuleWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader) (*CreateNotificationRuleResponse, error)
- func (c *ClientWithResponses) CreateNotificationRuleWithResponse(ctx context.Context, body CreateNotificationRuleJSONRequestBody) (*CreateNotificationRuleResponse, error)
- func (c *ClientWithResponses) CreateStackWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader) (*CreateStackResponse, error)
- func (c *ClientWithResponses) CreateStackWithResponse(ctx context.Context, body CreateStackJSONRequestBody) (*CreateStackResponse, error)
- func (c *ClientWithResponses) DeleteAuthorizationsIDWithResponse(ctx context.Context, authID string, params *DeleteAuthorizationsIDParams) (*DeleteAuthorizationsIDResponse, error)
- func (c *ClientWithResponses) DeleteBucketsIDLabelsIDWithResponse(ctx context.Context, bucketID string, labelID string, ...) (*DeleteBucketsIDLabelsIDResponse, error)
- func (c *ClientWithResponses) DeleteBucketsIDMembersIDWithResponse(ctx context.Context, bucketID string, userID string, ...) (*DeleteBucketsIDMembersIDResponse, error)
- func (c *ClientWithResponses) DeleteBucketsIDOwnersIDWithResponse(ctx context.Context, bucketID string, userID string, ...) (*DeleteBucketsIDOwnersIDResponse, error)
- func (c *ClientWithResponses) DeleteBucketsIDWithResponse(ctx context.Context, bucketID string, params *DeleteBucketsIDParams) (*DeleteBucketsIDResponse, error)
- func (c *ClientWithResponses) DeleteChecksIDLabelsIDWithResponse(ctx context.Context, checkID string, labelID string, ...) (*DeleteChecksIDLabelsIDResponse, error)
- func (c *ClientWithResponses) DeleteChecksIDWithResponse(ctx context.Context, checkID string, params *DeleteChecksIDParams) (*DeleteChecksIDResponse, error)
- func (c *ClientWithResponses) DeleteDBRPIDWithResponse(ctx context.Context, dbrpID string, params *DeleteDBRPIDParams) (*DeleteDBRPIDResponse, error)
- func (c *ClientWithResponses) DeleteDashboardsIDCellsIDWithResponse(ctx context.Context, dashboardID string, cellID string, ...) (*DeleteDashboardsIDCellsIDResponse, error)
- func (c *ClientWithResponses) DeleteDashboardsIDLabelsIDWithResponse(ctx context.Context, dashboardID string, labelID string, ...) (*DeleteDashboardsIDLabelsIDResponse, error)
- func (c *ClientWithResponses) DeleteDashboardsIDMembersIDWithResponse(ctx context.Context, dashboardID string, userID string, ...) (*DeleteDashboardsIDMembersIDResponse, error)
- func (c *ClientWithResponses) DeleteDashboardsIDOwnersIDWithResponse(ctx context.Context, dashboardID string, userID string, ...) (*DeleteDashboardsIDOwnersIDResponse, error)
- func (c *ClientWithResponses) DeleteDashboardsIDWithResponse(ctx context.Context, dashboardID string, params *DeleteDashboardsIDParams) (*DeleteDashboardsIDResponse, error)
- func (c *ClientWithResponses) DeleteDocumentsTemplatesIDLabelsIDWithResponse(ctx context.Context, templateID string, labelID string, ...) (*DeleteDocumentsTemplatesIDLabelsIDResponse, error)
- func (c *ClientWithResponses) DeleteDocumentsTemplatesIDWithResponse(ctx context.Context, templateID string, ...) (*DeleteDocumentsTemplatesIDResponse, error)
- func (c *ClientWithResponses) DeleteLabelsIDWithResponse(ctx context.Context, labelID string, params *DeleteLabelsIDParams) (*DeleteLabelsIDResponse, error)
- func (c *ClientWithResponses) DeleteNotificationEndpointsIDLabelsIDWithResponse(ctx context.Context, endpointID string, labelID string, ...) (*DeleteNotificationEndpointsIDLabelsIDResponse, error)
- func (c *ClientWithResponses) DeleteNotificationEndpointsIDWithResponse(ctx context.Context, endpointID string, ...) (*DeleteNotificationEndpointsIDResponse, error)
- func (c *ClientWithResponses) DeleteNotificationRulesIDLabelsIDWithResponse(ctx context.Context, ruleID string, labelID string, ...) (*DeleteNotificationRulesIDLabelsIDResponse, error)
- func (c *ClientWithResponses) DeleteNotificationRulesIDWithResponse(ctx context.Context, ruleID string, params *DeleteNotificationRulesIDParams) (*DeleteNotificationRulesIDResponse, error)
- func (c *ClientWithResponses) DeleteOrgsIDMembersIDWithResponse(ctx context.Context, orgID string, userID string, ...) (*DeleteOrgsIDMembersIDResponse, error)
- func (c *ClientWithResponses) DeleteOrgsIDOwnersIDWithResponse(ctx context.Context, orgID string, userID string, ...) (*DeleteOrgsIDOwnersIDResponse, error)
- func (c *ClientWithResponses) DeleteOrgsIDWithResponse(ctx context.Context, orgID string, params *DeleteOrgsIDParams) (*DeleteOrgsIDResponse, error)
- func (c *ClientWithResponses) DeleteScrapersIDLabelsIDWithResponse(ctx context.Context, scraperTargetID string, labelID string, ...) (*DeleteScrapersIDLabelsIDResponse, error)
- func (c *ClientWithResponses) DeleteScrapersIDMembersIDWithResponse(ctx context.Context, scraperTargetID string, userID string, ...) (*DeleteScrapersIDMembersIDResponse, error)
- func (c *ClientWithResponses) DeleteScrapersIDOwnersIDWithResponse(ctx context.Context, scraperTargetID string, userID string, ...) (*DeleteScrapersIDOwnersIDResponse, error)
- func (c *ClientWithResponses) DeleteScrapersIDWithResponse(ctx context.Context, scraperTargetID string, params *DeleteScrapersIDParams) (*DeleteScrapersIDResponse, error)
- func (c *ClientWithResponses) DeleteSourcesIDWithResponse(ctx context.Context, sourceID string, params *DeleteSourcesIDParams) (*DeleteSourcesIDResponse, error)
- func (c *ClientWithResponses) DeleteStackWithResponse(ctx context.Context, stackId string, params *DeleteStackParams) (*DeleteStackResponse, error)
- func (c *ClientWithResponses) DeleteTasksIDLabelsIDWithResponse(ctx context.Context, taskID string, labelID string, ...) (*DeleteTasksIDLabelsIDResponse, error)
- func (c *ClientWithResponses) DeleteTasksIDMembersIDWithResponse(ctx context.Context, taskID string, userID string, ...) (*DeleteTasksIDMembersIDResponse, error)
- func (c *ClientWithResponses) DeleteTasksIDOwnersIDWithResponse(ctx context.Context, taskID string, userID string, ...) (*DeleteTasksIDOwnersIDResponse, error)
- func (c *ClientWithResponses) DeleteTasksIDRunsIDWithResponse(ctx context.Context, taskID string, runID string, ...) (*DeleteTasksIDRunsIDResponse, error)
- func (c *ClientWithResponses) DeleteTasksIDWithResponse(ctx context.Context, taskID string, params *DeleteTasksIDParams) (*DeleteTasksIDResponse, error)
- func (c *ClientWithResponses) DeleteTelegrafsIDLabelsIDWithResponse(ctx context.Context, telegrafID string, labelID string, ...) (*DeleteTelegrafsIDLabelsIDResponse, error)
- func (c *ClientWithResponses) DeleteTelegrafsIDMembersIDWithResponse(ctx context.Context, telegrafID string, userID string, ...) (*DeleteTelegrafsIDMembersIDResponse, error)
- func (c *ClientWithResponses) DeleteTelegrafsIDOwnersIDWithResponse(ctx context.Context, telegrafID string, userID string, ...) (*DeleteTelegrafsIDOwnersIDResponse, error)
- func (c *ClientWithResponses) DeleteTelegrafsIDWithResponse(ctx context.Context, telegrafID string, params *DeleteTelegrafsIDParams) (*DeleteTelegrafsIDResponse, error)
- func (c *ClientWithResponses) DeleteUsersIDWithResponse(ctx context.Context, userID string, params *DeleteUsersIDParams) (*DeleteUsersIDResponse, error)
- func (c *ClientWithResponses) DeleteVariablesIDLabelsIDWithResponse(ctx context.Context, variableID string, labelID string, ...) (*DeleteVariablesIDLabelsIDResponse, error)
- func (c *ClientWithResponses) DeleteVariablesIDWithResponse(ctx context.Context, variableID string, params *DeleteVariablesIDParams) (*DeleteVariablesIDResponse, error)
- func (c *ClientWithResponses) ExportTemplateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader) (*ExportTemplateResponse, error)
- func (c *ClientWithResponses) ExportTemplateWithResponse(ctx context.Context, body ExportTemplateJSONRequestBody) (*ExportTemplateResponse, error)
- func (c *ClientWithResponses) GetAuthorizationsIDWithResponse(ctx context.Context, authID string, params *GetAuthorizationsIDParams) (*GetAuthorizationsIDResponse, error)
- func (c *ClientWithResponses) GetAuthorizationsWithResponse(ctx context.Context, params *GetAuthorizationsParams) (*GetAuthorizationsResponse, error)
- func (c *ClientWithResponses) GetBucketsIDLabelsWithResponse(ctx context.Context, bucketID string, params *GetBucketsIDLabelsParams) (*GetBucketsIDLabelsResponse, error)
- func (c *ClientWithResponses) GetBucketsIDMembersWithResponse(ctx context.Context, bucketID string, params *GetBucketsIDMembersParams) (*GetBucketsIDMembersResponse, error)
- func (c *ClientWithResponses) GetBucketsIDOwnersWithResponse(ctx context.Context, bucketID string, params *GetBucketsIDOwnersParams) (*GetBucketsIDOwnersResponse, error)
- func (c *ClientWithResponses) GetBucketsIDWithResponse(ctx context.Context, bucketID string, params *GetBucketsIDParams) (*GetBucketsIDResponse, error)
- func (c *ClientWithResponses) GetBucketsWithResponse(ctx context.Context, params *GetBucketsParams) (*GetBucketsResponse, error)
- func (c *ClientWithResponses) GetChecksIDLabelsWithResponse(ctx context.Context, checkID string, params *GetChecksIDLabelsParams) (*GetChecksIDLabelsResponse, error)
- func (c *ClientWithResponses) GetChecksIDQueryWithResponse(ctx context.Context, checkID string, params *GetChecksIDQueryParams) (*GetChecksIDQueryResponse, error)
- func (c *ClientWithResponses) GetChecksIDWithResponse(ctx context.Context, checkID string, params *GetChecksIDParams) (*GetChecksIDResponse, error)
- func (c *ClientWithResponses) GetChecksWithResponse(ctx context.Context, params *GetChecksParams) (*GetChecksResponse, error)
- func (c *ClientWithResponses) GetDBRPsIDWithResponse(ctx context.Context, dbrpID string, params *GetDBRPsIDParams) (*GetDBRPsIDResponse, error)
- func (c *ClientWithResponses) GetDBRPsWithResponse(ctx context.Context, params *GetDBRPsParams) (*GetDBRPsResponse, error)
- func (c *ClientWithResponses) GetDashboardsIDCellsIDViewWithResponse(ctx context.Context, dashboardID string, cellID string, ...) (*GetDashboardsIDCellsIDViewResponse, error)
- func (c *ClientWithResponses) GetDashboardsIDLabelsWithResponse(ctx context.Context, dashboardID string, params *GetDashboardsIDLabelsParams) (*GetDashboardsIDLabelsResponse, error)
- func (c *ClientWithResponses) GetDashboardsIDMembersWithResponse(ctx context.Context, dashboardID string, params *GetDashboardsIDMembersParams) (*GetDashboardsIDMembersResponse, error)
- func (c *ClientWithResponses) GetDashboardsIDOwnersWithResponse(ctx context.Context, dashboardID string, params *GetDashboardsIDOwnersParams) (*GetDashboardsIDOwnersResponse, error)
- func (c *ClientWithResponses) GetDashboardsIDWithResponse(ctx context.Context, dashboardID string, params *GetDashboardsIDParams) (*GetDashboardsIDResponse, error)
- func (c *ClientWithResponses) GetDashboardsWithResponse(ctx context.Context, params *GetDashboardsParams) (*GetDashboardsResponse, error)
- func (c *ClientWithResponses) GetDocumentsTemplatesIDLabelsWithResponse(ctx context.Context, templateID string, ...) (*GetDocumentsTemplatesIDLabelsResponse, error)
- func (c *ClientWithResponses) GetDocumentsTemplatesIDWithResponse(ctx context.Context, templateID string, params *GetDocumentsTemplatesIDParams) (*GetDocumentsTemplatesIDResponse, error)
- func (c *ClientWithResponses) GetDocumentsTemplatesWithResponse(ctx context.Context, params *GetDocumentsTemplatesParams) (*GetDocumentsTemplatesResponse, error)
- func (c *ClientWithResponses) GetFlagsWithResponse(ctx context.Context, params *GetFlagsParams) (*GetFlagsResponse, error)
- func (c *ClientWithResponses) GetHealthWithResponse(ctx context.Context, params *GetHealthParams) (*GetHealthResponse, error)
- func (c *ClientWithResponses) GetLabelsIDWithResponse(ctx context.Context, labelID string, params *GetLabelsIDParams) (*GetLabelsIDResponse, error)
- func (c *ClientWithResponses) GetLabelsWithResponse(ctx context.Context, params *GetLabelsParams) (*GetLabelsResponse, error)
- func (c *ClientWithResponses) GetMeWithResponse(ctx context.Context, params *GetMeParams) (*GetMeResponse, error)
- func (c *ClientWithResponses) GetNotificationEndpointsIDLabelsWithResponse(ctx context.Context, endpointID string, ...) (*GetNotificationEndpointsIDLabelsResponse, error)
- func (c *ClientWithResponses) GetNotificationEndpointsIDWithResponse(ctx context.Context, endpointID string, ...) (*GetNotificationEndpointsIDResponse, error)
- func (c *ClientWithResponses) GetNotificationEndpointsWithResponse(ctx context.Context, params *GetNotificationEndpointsParams) (*GetNotificationEndpointsResponse, error)
- func (c *ClientWithResponses) GetNotificationRulesIDLabelsWithResponse(ctx context.Context, ruleID string, params *GetNotificationRulesIDLabelsParams) (*GetNotificationRulesIDLabelsResponse, error)
- func (c *ClientWithResponses) GetNotificationRulesIDQueryWithResponse(ctx context.Context, ruleID string, params *GetNotificationRulesIDQueryParams) (*GetNotificationRulesIDQueryResponse, error)
- func (c *ClientWithResponses) GetNotificationRulesIDWithResponse(ctx context.Context, ruleID string, params *GetNotificationRulesIDParams) (*GetNotificationRulesIDResponse, error)
- func (c *ClientWithResponses) GetNotificationRulesWithResponse(ctx context.Context, params *GetNotificationRulesParams) (*GetNotificationRulesResponse, error)
- func (c *ClientWithResponses) GetOrgsIDMembersWithResponse(ctx context.Context, orgID string, params *GetOrgsIDMembersParams) (*GetOrgsIDMembersResponse, error)
- func (c *ClientWithResponses) GetOrgsIDOwnersWithResponse(ctx context.Context, orgID string, params *GetOrgsIDOwnersParams) (*GetOrgsIDOwnersResponse, error)
- func (c *ClientWithResponses) GetOrgsIDSecretsWithResponse(ctx context.Context, orgID string, params *GetOrgsIDSecretsParams) (*GetOrgsIDSecretsResponse, error)
- func (c *ClientWithResponses) GetOrgsIDWithResponse(ctx context.Context, orgID string, params *GetOrgsIDParams) (*GetOrgsIDResponse, error)
- func (c *ClientWithResponses) GetOrgsWithResponse(ctx context.Context, params *GetOrgsParams) (*GetOrgsResponse, error)
- func (c *ClientWithResponses) GetQuerySuggestionsNameWithResponse(ctx context.Context, name string, params *GetQuerySuggestionsNameParams) (*GetQuerySuggestionsNameResponse, error)
- func (c *ClientWithResponses) GetQuerySuggestionsWithResponse(ctx context.Context, params *GetQuerySuggestionsParams) (*GetQuerySuggestionsResponse, error)
- func (c *ClientWithResponses) GetReadyWithResponse(ctx context.Context, params *GetReadyParams) (*GetReadyResponse, error)
- func (c *ClientWithResponses) GetRoutesWithResponse(ctx context.Context, params *GetRoutesParams) (*GetRoutesResponse, error)
- func (c *ClientWithResponses) GetScrapersIDLabelsWithResponse(ctx context.Context, scraperTargetID string, params *GetScrapersIDLabelsParams) (*GetScrapersIDLabelsResponse, error)
- func (c *ClientWithResponses) GetScrapersIDMembersWithResponse(ctx context.Context, scraperTargetID string, ...) (*GetScrapersIDMembersResponse, error)
- func (c *ClientWithResponses) GetScrapersIDOwnersWithResponse(ctx context.Context, scraperTargetID string, params *GetScrapersIDOwnersParams) (*GetScrapersIDOwnersResponse, error)
- func (c *ClientWithResponses) GetScrapersIDWithResponse(ctx context.Context, scraperTargetID string, params *GetScrapersIDParams) (*GetScrapersIDResponse, error)
- func (c *ClientWithResponses) GetScrapersWithResponse(ctx context.Context, params *GetScrapersParams) (*GetScrapersResponse, error)
- func (c *ClientWithResponses) GetSetupWithResponse(ctx context.Context, params *GetSetupParams) (*GetSetupResponse, error)
- func (c *ClientWithResponses) GetSourcesIDBucketsWithResponse(ctx context.Context, sourceID string, params *GetSourcesIDBucketsParams) (*GetSourcesIDBucketsResponse, error)
- func (c *ClientWithResponses) GetSourcesIDHealthWithResponse(ctx context.Context, sourceID string, params *GetSourcesIDHealthParams) (*GetSourcesIDHealthResponse, error)
- func (c *ClientWithResponses) GetSourcesIDWithResponse(ctx context.Context, sourceID string, params *GetSourcesIDParams) (*GetSourcesIDResponse, error)
- func (c *ClientWithResponses) GetSourcesWithResponse(ctx context.Context, params *GetSourcesParams) (*GetSourcesResponse, error)
- func (c *ClientWithResponses) GetTasksIDLabelsWithResponse(ctx context.Context, taskID string, params *GetTasksIDLabelsParams) (*GetTasksIDLabelsResponse, error)
- func (c *ClientWithResponses) GetTasksIDLogsWithResponse(ctx context.Context, taskID string, params *GetTasksIDLogsParams) (*GetTasksIDLogsResponse, error)
- func (c *ClientWithResponses) GetTasksIDMembersWithResponse(ctx context.Context, taskID string, params *GetTasksIDMembersParams) (*GetTasksIDMembersResponse, error)
- func (c *ClientWithResponses) GetTasksIDOwnersWithResponse(ctx context.Context, taskID string, params *GetTasksIDOwnersParams) (*GetTasksIDOwnersResponse, error)
- func (c *ClientWithResponses) GetTasksIDRunsIDLogsWithResponse(ctx context.Context, taskID string, runID string, ...) (*GetTasksIDRunsIDLogsResponse, error)
- func (c *ClientWithResponses) GetTasksIDRunsIDWithResponse(ctx context.Context, taskID string, runID string, ...) (*GetTasksIDRunsIDResponse, error)
- func (c *ClientWithResponses) GetTasksIDRunsWithResponse(ctx context.Context, taskID string, params *GetTasksIDRunsParams) (*GetTasksIDRunsResponse, error)
- func (c *ClientWithResponses) GetTasksIDWithResponse(ctx context.Context, taskID string, params *GetTasksIDParams) (*GetTasksIDResponse, error)
- func (c *ClientWithResponses) GetTasksWithResponse(ctx context.Context, params *GetTasksParams) (*GetTasksResponse, error)
- func (c *ClientWithResponses) GetTelegrafPluginsWithResponse(ctx context.Context, params *GetTelegrafPluginsParams) (*GetTelegrafPluginsResponse, error)
- func (c *ClientWithResponses) GetTelegrafsIDLabelsWithResponse(ctx context.Context, telegrafID string, params *GetTelegrafsIDLabelsParams) (*GetTelegrafsIDLabelsResponse, error)
- func (c *ClientWithResponses) GetTelegrafsIDMembersWithResponse(ctx context.Context, telegrafID string, params *GetTelegrafsIDMembersParams) (*GetTelegrafsIDMembersResponse, error)
- func (c *ClientWithResponses) GetTelegrafsIDOwnersWithResponse(ctx context.Context, telegrafID string, params *GetTelegrafsIDOwnersParams) (*GetTelegrafsIDOwnersResponse, error)
- func (c *ClientWithResponses) GetTelegrafsIDWithResponse(ctx context.Context, telegrafID string, params *GetTelegrafsIDParams) (*GetTelegrafsIDResponse, error)
- func (c *ClientWithResponses) GetTelegrafsWithResponse(ctx context.Context, params *GetTelegrafsParams) (*GetTelegrafsResponse, error)
- func (c *ClientWithResponses) GetUsersIDWithResponse(ctx context.Context, userID string, params *GetUsersIDParams) (*GetUsersIDResponse, error)
- func (c *ClientWithResponses) GetUsersWithResponse(ctx context.Context, params *GetUsersParams) (*GetUsersResponse, error)
- func (c *ClientWithResponses) GetVariablesIDLabelsWithResponse(ctx context.Context, variableID string, params *GetVariablesIDLabelsParams) (*GetVariablesIDLabelsResponse, error)
- func (c *ClientWithResponses) GetVariablesIDWithResponse(ctx context.Context, variableID string, params *GetVariablesIDParams) (*GetVariablesIDResponse, error)
- func (c *ClientWithResponses) GetVariablesWithResponse(ctx context.Context, params *GetVariablesParams) (*GetVariablesResponse, error)
- func (c *ClientWithResponses) ListStacksWithResponse(ctx context.Context, params *ListStacksParams) (*ListStacksResponse, error)
- func (c *ClientWithResponses) PatchAuthorizationsIDWithBodyWithResponse(ctx context.Context, authID string, params *PatchAuthorizationsIDParams, ...) (*PatchAuthorizationsIDResponse, error)
- func (c *ClientWithResponses) PatchAuthorizationsIDWithResponse(ctx context.Context, authID string, params *PatchAuthorizationsIDParams, ...) (*PatchAuthorizationsIDResponse, error)
- func (c *ClientWithResponses) PatchBucketsIDWithBodyWithResponse(ctx context.Context, bucketID string, params *PatchBucketsIDParams, ...) (*PatchBucketsIDResponse, error)
- func (c *ClientWithResponses) PatchBucketsIDWithResponse(ctx context.Context, bucketID string, params *PatchBucketsIDParams, ...) (*PatchBucketsIDResponse, error)
- func (c *ClientWithResponses) PatchChecksIDWithBodyWithResponse(ctx context.Context, checkID string, params *PatchChecksIDParams, ...) (*PatchChecksIDResponse, error)
- func (c *ClientWithResponses) PatchChecksIDWithResponse(ctx context.Context, checkID string, params *PatchChecksIDParams, ...) (*PatchChecksIDResponse, error)
- func (c *ClientWithResponses) PatchDBRPIDWithBodyWithResponse(ctx context.Context, dbrpID string, params *PatchDBRPIDParams, ...) (*PatchDBRPIDResponse, error)
- func (c *ClientWithResponses) PatchDBRPIDWithResponse(ctx context.Context, dbrpID string, params *PatchDBRPIDParams, ...) (*PatchDBRPIDResponse, error)
- func (c *ClientWithResponses) PatchDashboardsIDCellsIDViewWithBodyWithResponse(ctx context.Context, dashboardID string, cellID string, ...) (*PatchDashboardsIDCellsIDViewResponse, error)
- func (c *ClientWithResponses) PatchDashboardsIDCellsIDViewWithResponse(ctx context.Context, dashboardID string, cellID string, ...) (*PatchDashboardsIDCellsIDViewResponse, error)
- func (c *ClientWithResponses) PatchDashboardsIDCellsIDWithBodyWithResponse(ctx context.Context, dashboardID string, cellID string, ...) (*PatchDashboardsIDCellsIDResponse, error)
- func (c *ClientWithResponses) PatchDashboardsIDCellsIDWithResponse(ctx context.Context, dashboardID string, cellID string, ...) (*PatchDashboardsIDCellsIDResponse, error)
- func (c *ClientWithResponses) PatchDashboardsIDWithBodyWithResponse(ctx context.Context, dashboardID string, params *PatchDashboardsIDParams, ...) (*PatchDashboardsIDResponse, error)
- func (c *ClientWithResponses) PatchDashboardsIDWithResponse(ctx context.Context, dashboardID string, params *PatchDashboardsIDParams, ...) (*PatchDashboardsIDResponse, error)
- func (c *ClientWithResponses) PatchLabelsIDWithBodyWithResponse(ctx context.Context, labelID string, params *PatchLabelsIDParams, ...) (*PatchLabelsIDResponse, error)
- func (c *ClientWithResponses) PatchLabelsIDWithResponse(ctx context.Context, labelID string, params *PatchLabelsIDParams, ...) (*PatchLabelsIDResponse, error)
- func (c *ClientWithResponses) PatchNotificationEndpointsIDWithBodyWithResponse(ctx context.Context, endpointID string, ...) (*PatchNotificationEndpointsIDResponse, error)
- func (c *ClientWithResponses) PatchNotificationEndpointsIDWithResponse(ctx context.Context, endpointID string, ...) (*PatchNotificationEndpointsIDResponse, error)
- func (c *ClientWithResponses) PatchNotificationRulesIDWithBodyWithResponse(ctx context.Context, ruleID string, params *PatchNotificationRulesIDParams, ...) (*PatchNotificationRulesIDResponse, error)
- func (c *ClientWithResponses) PatchNotificationRulesIDWithResponse(ctx context.Context, ruleID string, params *PatchNotificationRulesIDParams, ...) (*PatchNotificationRulesIDResponse, error)
- func (c *ClientWithResponses) PatchOrgsIDSecretsWithBodyWithResponse(ctx context.Context, orgID string, params *PatchOrgsIDSecretsParams, ...) (*PatchOrgsIDSecretsResponse, error)
- func (c *ClientWithResponses) PatchOrgsIDSecretsWithResponse(ctx context.Context, orgID string, params *PatchOrgsIDSecretsParams, ...) (*PatchOrgsIDSecretsResponse, error)
- func (c *ClientWithResponses) PatchOrgsIDWithBodyWithResponse(ctx context.Context, orgID string, params *PatchOrgsIDParams, ...) (*PatchOrgsIDResponse, error)
- func (c *ClientWithResponses) PatchOrgsIDWithResponse(ctx context.Context, orgID string, params *PatchOrgsIDParams, ...) (*PatchOrgsIDResponse, error)
- func (c *ClientWithResponses) PatchScrapersIDWithBodyWithResponse(ctx context.Context, scraperTargetID string, params *PatchScrapersIDParams, ...) (*PatchScrapersIDResponse, error)
- func (c *ClientWithResponses) PatchScrapersIDWithResponse(ctx context.Context, scraperTargetID string, params *PatchScrapersIDParams, ...) (*PatchScrapersIDResponse, error)
- func (c *ClientWithResponses) PatchSourcesIDWithBodyWithResponse(ctx context.Context, sourceID string, params *PatchSourcesIDParams, ...) (*PatchSourcesIDResponse, error)
- func (c *ClientWithResponses) PatchSourcesIDWithResponse(ctx context.Context, sourceID string, params *PatchSourcesIDParams, ...) (*PatchSourcesIDResponse, error)
- func (c *ClientWithResponses) PatchTasksIDWithBodyWithResponse(ctx context.Context, taskID string, params *PatchTasksIDParams, ...) (*PatchTasksIDResponse, error)
- func (c *ClientWithResponses) PatchTasksIDWithResponse(ctx context.Context, taskID string, params *PatchTasksIDParams, ...) (*PatchTasksIDResponse, error)
- func (c *ClientWithResponses) PatchUsersIDWithBodyWithResponse(ctx context.Context, userID string, params *PatchUsersIDParams, ...) (*PatchUsersIDResponse, error)
- func (c *ClientWithResponses) PatchUsersIDWithResponse(ctx context.Context, userID string, params *PatchUsersIDParams, ...) (*PatchUsersIDResponse, error)
- func (c *ClientWithResponses) PatchVariablesIDWithBodyWithResponse(ctx context.Context, variableID string, params *PatchVariablesIDParams, ...) (*PatchVariablesIDResponse, error)
- func (c *ClientWithResponses) PatchVariablesIDWithResponse(ctx context.Context, variableID string, params *PatchVariablesIDParams, ...) (*PatchVariablesIDResponse, error)
- func (c *ClientWithResponses) PostAuthorizationsWithBodyWithResponse(ctx context.Context, params *PostAuthorizationsParams, contentType string, ...) (*PostAuthorizationsResponse, error)
- func (c *ClientWithResponses) PostAuthorizationsWithResponse(ctx context.Context, params *PostAuthorizationsParams, ...) (*PostAuthorizationsResponse, error)
- func (c *ClientWithResponses) PostBucketsIDLabelsWithBodyWithResponse(ctx context.Context, bucketID string, params *PostBucketsIDLabelsParams, ...) (*PostBucketsIDLabelsResponse, error)
- func (c *ClientWithResponses) PostBucketsIDLabelsWithResponse(ctx context.Context, bucketID string, params *PostBucketsIDLabelsParams, ...) (*PostBucketsIDLabelsResponse, error)
- func (c *ClientWithResponses) PostBucketsIDMembersWithBodyWithResponse(ctx context.Context, bucketID string, params *PostBucketsIDMembersParams, ...) (*PostBucketsIDMembersResponse, error)
- func (c *ClientWithResponses) PostBucketsIDMembersWithResponse(ctx context.Context, bucketID string, params *PostBucketsIDMembersParams, ...) (*PostBucketsIDMembersResponse, error)
- func (c *ClientWithResponses) PostBucketsIDOwnersWithBodyWithResponse(ctx context.Context, bucketID string, params *PostBucketsIDOwnersParams, ...) (*PostBucketsIDOwnersResponse, error)
- func (c *ClientWithResponses) PostBucketsIDOwnersWithResponse(ctx context.Context, bucketID string, params *PostBucketsIDOwnersParams, ...) (*PostBucketsIDOwnersResponse, error)
- func (c *ClientWithResponses) PostBucketsWithBodyWithResponse(ctx context.Context, params *PostBucketsParams, contentType string, ...) (*PostBucketsResponse, error)
- func (c *ClientWithResponses) PostBucketsWithResponse(ctx context.Context, params *PostBucketsParams, ...) (*PostBucketsResponse, error)
- func (c *ClientWithResponses) PostChecksIDLabelsWithBodyWithResponse(ctx context.Context, checkID string, params *PostChecksIDLabelsParams, ...) (*PostChecksIDLabelsResponse, error)
- func (c *ClientWithResponses) PostChecksIDLabelsWithResponse(ctx context.Context, checkID string, params *PostChecksIDLabelsParams, ...) (*PostChecksIDLabelsResponse, error)
- func (c *ClientWithResponses) PostDBRPWithBodyWithResponse(ctx context.Context, params *PostDBRPParams, contentType string, ...) (*PostDBRPResponse, error)
- func (c *ClientWithResponses) PostDBRPWithResponse(ctx context.Context, params *PostDBRPParams, body PostDBRPJSONRequestBody) (*PostDBRPResponse, error)
- func (c *ClientWithResponses) PostDashboardsIDCellsWithBodyWithResponse(ctx context.Context, dashboardID string, params *PostDashboardsIDCellsParams, ...) (*PostDashboardsIDCellsResponse, error)
- func (c *ClientWithResponses) PostDashboardsIDCellsWithResponse(ctx context.Context, dashboardID string, params *PostDashboardsIDCellsParams, ...) (*PostDashboardsIDCellsResponse, error)
- func (c *ClientWithResponses) PostDashboardsIDLabelsWithBodyWithResponse(ctx context.Context, dashboardID string, params *PostDashboardsIDLabelsParams, ...) (*PostDashboardsIDLabelsResponse, error)
- func (c *ClientWithResponses) PostDashboardsIDLabelsWithResponse(ctx context.Context, dashboardID string, params *PostDashboardsIDLabelsParams, ...) (*PostDashboardsIDLabelsResponse, error)
- func (c *ClientWithResponses) PostDashboardsIDMembersWithBodyWithResponse(ctx context.Context, dashboardID string, params *PostDashboardsIDMembersParams, ...) (*PostDashboardsIDMembersResponse, error)
- func (c *ClientWithResponses) PostDashboardsIDMembersWithResponse(ctx context.Context, dashboardID string, params *PostDashboardsIDMembersParams, ...) (*PostDashboardsIDMembersResponse, error)
- func (c *ClientWithResponses) PostDashboardsIDOwnersWithBodyWithResponse(ctx context.Context, dashboardID string, params *PostDashboardsIDOwnersParams, ...) (*PostDashboardsIDOwnersResponse, error)
- func (c *ClientWithResponses) PostDashboardsIDOwnersWithResponse(ctx context.Context, dashboardID string, params *PostDashboardsIDOwnersParams, ...) (*PostDashboardsIDOwnersResponse, error)
- func (c *ClientWithResponses) PostDashboardsWithBodyWithResponse(ctx context.Context, params *PostDashboardsParams, contentType string, ...) (*PostDashboardsResponse, error)
- func (c *ClientWithResponses) PostDashboardsWithResponse(ctx context.Context, params *PostDashboardsParams, ...) (*PostDashboardsResponse, error)
- func (c *ClientWithResponses) PostDeleteWithBodyWithResponse(ctx context.Context, params *PostDeleteParams, contentType string, ...) (*PostDeleteResponse, error)
- func (c *ClientWithResponses) PostDeleteWithResponse(ctx context.Context, params *PostDeleteParams, body PostDeleteJSONRequestBody) (*PostDeleteResponse, error)
- func (c *ClientWithResponses) PostDocumentsTemplatesIDLabelsWithBodyWithResponse(ctx context.Context, templateID string, ...) (*PostDocumentsTemplatesIDLabelsResponse, error)
- func (c *ClientWithResponses) PostDocumentsTemplatesIDLabelsWithResponse(ctx context.Context, templateID string, ...) (*PostDocumentsTemplatesIDLabelsResponse, error)
- func (c *ClientWithResponses) PostDocumentsTemplatesWithBodyWithResponse(ctx context.Context, params *PostDocumentsTemplatesParams, contentType string, ...) (*PostDocumentsTemplatesResponse, error)
- func (c *ClientWithResponses) PostDocumentsTemplatesWithResponse(ctx context.Context, params *PostDocumentsTemplatesParams, ...) (*PostDocumentsTemplatesResponse, error)
- func (c *ClientWithResponses) PostLabelsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader) (*PostLabelsResponse, error)
- func (c *ClientWithResponses) PostLabelsWithResponse(ctx context.Context, body PostLabelsJSONRequestBody) (*PostLabelsResponse, error)
- func (c *ClientWithResponses) PostNotificationEndpointIDLabelsWithBodyWithResponse(ctx context.Context, endpointID string, ...) (*PostNotificationEndpointIDLabelsResponse, error)
- func (c *ClientWithResponses) PostNotificationEndpointIDLabelsWithResponse(ctx context.Context, endpointID string, ...) (*PostNotificationEndpointIDLabelsResponse, error)
- func (c *ClientWithResponses) PostNotificationRuleIDLabelsWithBodyWithResponse(ctx context.Context, ruleID string, params *PostNotificationRuleIDLabelsParams, ...) (*PostNotificationRuleIDLabelsResponse, error)
- func (c *ClientWithResponses) PostNotificationRuleIDLabelsWithResponse(ctx context.Context, ruleID string, params *PostNotificationRuleIDLabelsParams, ...) (*PostNotificationRuleIDLabelsResponse, error)
- func (c *ClientWithResponses) PostOrgsIDMembersWithBodyWithResponse(ctx context.Context, orgID string, params *PostOrgsIDMembersParams, ...) (*PostOrgsIDMembersResponse, error)
- func (c *ClientWithResponses) PostOrgsIDMembersWithResponse(ctx context.Context, orgID string, params *PostOrgsIDMembersParams, ...) (*PostOrgsIDMembersResponse, error)
- func (c *ClientWithResponses) PostOrgsIDOwnersWithBodyWithResponse(ctx context.Context, orgID string, params *PostOrgsIDOwnersParams, ...) (*PostOrgsIDOwnersResponse, error)
- func (c *ClientWithResponses) PostOrgsIDOwnersWithResponse(ctx context.Context, orgID string, params *PostOrgsIDOwnersParams, ...) (*PostOrgsIDOwnersResponse, error)
- func (c *ClientWithResponses) PostOrgsIDSecretsWithBodyWithResponse(ctx context.Context, orgID string, params *PostOrgsIDSecretsParams, ...) (*PostOrgsIDSecretsResponse, error)
- func (c *ClientWithResponses) PostOrgsIDSecretsWithResponse(ctx context.Context, orgID string, params *PostOrgsIDSecretsParams, ...) (*PostOrgsIDSecretsResponse, error)
- func (c *ClientWithResponses) PostOrgsWithBodyWithResponse(ctx context.Context, params *PostOrgsParams, contentType string, ...) (*PostOrgsResponse, error)
- func (c *ClientWithResponses) PostOrgsWithResponse(ctx context.Context, params *PostOrgsParams, body PostOrgsJSONRequestBody) (*PostOrgsResponse, error)
- func (c *ClientWithResponses) PostQueryAnalyzeWithBodyWithResponse(ctx context.Context, params *PostQueryAnalyzeParams, contentType string, ...) (*PostQueryAnalyzeResponse, error)
- func (c *ClientWithResponses) PostQueryAnalyzeWithResponse(ctx context.Context, params *PostQueryAnalyzeParams, ...) (*PostQueryAnalyzeResponse, error)
- func (c *ClientWithResponses) PostQueryAstWithBodyWithResponse(ctx context.Context, params *PostQueryAstParams, contentType string, ...) (*PostQueryAstResponse, error)
- func (c *ClientWithResponses) PostQueryAstWithResponse(ctx context.Context, params *PostQueryAstParams, ...) (*PostQueryAstResponse, error)
- func (c *ClientWithResponses) PostQueryWithBodyWithResponse(ctx context.Context, params *PostQueryParams, contentType string, ...) (*PostQueryResponse, error)
- func (c *ClientWithResponses) PostQueryWithResponse(ctx context.Context, params *PostQueryParams, body PostQueryJSONRequestBody) (*PostQueryResponse, error)
- func (c *ClientWithResponses) PostScrapersIDLabelsWithBodyWithResponse(ctx context.Context, scraperTargetID string, ...) (*PostScrapersIDLabelsResponse, error)
- func (c *ClientWithResponses) PostScrapersIDLabelsWithResponse(ctx context.Context, scraperTargetID string, ...) (*PostScrapersIDLabelsResponse, error)
- func (c *ClientWithResponses) PostScrapersIDMembersWithBodyWithResponse(ctx context.Context, scraperTargetID string, ...) (*PostScrapersIDMembersResponse, error)
- func (c *ClientWithResponses) PostScrapersIDMembersWithResponse(ctx context.Context, scraperTargetID string, ...) (*PostScrapersIDMembersResponse, error)
- func (c *ClientWithResponses) PostScrapersIDOwnersWithBodyWithResponse(ctx context.Context, scraperTargetID string, ...) (*PostScrapersIDOwnersResponse, error)
- func (c *ClientWithResponses) PostScrapersIDOwnersWithResponse(ctx context.Context, scraperTargetID string, ...) (*PostScrapersIDOwnersResponse, error)
- func (c *ClientWithResponses) PostScrapersWithBodyWithResponse(ctx context.Context, params *PostScrapersParams, contentType string, ...) (*PostScrapersResponse, error)
- func (c *ClientWithResponses) PostScrapersWithResponse(ctx context.Context, params *PostScrapersParams, ...) (*PostScrapersResponse, error)
- func (c *ClientWithResponses) PostSetupUserWithBodyWithResponse(ctx context.Context, params *PostSetupUserParams, contentType string, ...) (*PostSetupUserResponse, error)
- func (c *ClientWithResponses) PostSetupUserWithResponse(ctx context.Context, params *PostSetupUserParams, ...) (*PostSetupUserResponse, error)
- func (c *ClientWithResponses) PostSetupWithBodyWithResponse(ctx context.Context, params *PostSetupParams, contentType string, ...) (*PostSetupResponse, error)
- func (c *ClientWithResponses) PostSetupWithResponse(ctx context.Context, params *PostSetupParams, body PostSetupJSONRequestBody) (*PostSetupResponse, error)
- func (c *ClientWithResponses) PostSigninWithResponse(ctx context.Context, params *PostSigninParams) (*PostSigninResponse, error)
- func (c *ClientWithResponses) PostSignoutWithResponse(ctx context.Context, params *PostSignoutParams) (*PostSignoutResponse, error)
- func (c *ClientWithResponses) PostSourcesWithBodyWithResponse(ctx context.Context, params *PostSourcesParams, contentType string, ...) (*PostSourcesResponse, error)
- func (c *ClientWithResponses) PostSourcesWithResponse(ctx context.Context, params *PostSourcesParams, ...) (*PostSourcesResponse, error)
- func (c *ClientWithResponses) PostTasksIDLabelsWithBodyWithResponse(ctx context.Context, taskID string, params *PostTasksIDLabelsParams, ...) (*PostTasksIDLabelsResponse, error)
- func (c *ClientWithResponses) PostTasksIDLabelsWithResponse(ctx context.Context, taskID string, params *PostTasksIDLabelsParams, ...) (*PostTasksIDLabelsResponse, error)
- func (c *ClientWithResponses) PostTasksIDMembersWithBodyWithResponse(ctx context.Context, taskID string, params *PostTasksIDMembersParams, ...) (*PostTasksIDMembersResponse, error)
- func (c *ClientWithResponses) PostTasksIDMembersWithResponse(ctx context.Context, taskID string, params *PostTasksIDMembersParams, ...) (*PostTasksIDMembersResponse, error)
- func (c *ClientWithResponses) PostTasksIDOwnersWithBodyWithResponse(ctx context.Context, taskID string, params *PostTasksIDOwnersParams, ...) (*PostTasksIDOwnersResponse, error)
- func (c *ClientWithResponses) PostTasksIDOwnersWithResponse(ctx context.Context, taskID string, params *PostTasksIDOwnersParams, ...) (*PostTasksIDOwnersResponse, error)
- func (c *ClientWithResponses) PostTasksIDRunsIDRetryWithResponse(ctx context.Context, taskID string, runID string, ...) (*PostTasksIDRunsIDRetryResponse, error)
- func (c *ClientWithResponses) PostTasksIDRunsWithBodyWithResponse(ctx context.Context, taskID string, params *PostTasksIDRunsParams, ...) (*PostTasksIDRunsResponse, error)
- func (c *ClientWithResponses) PostTasksIDRunsWithResponse(ctx context.Context, taskID string, params *PostTasksIDRunsParams, ...) (*PostTasksIDRunsResponse, error)
- func (c *ClientWithResponses) PostTasksWithBodyWithResponse(ctx context.Context, params *PostTasksParams, contentType string, ...) (*PostTasksResponse, error)
- func (c *ClientWithResponses) PostTasksWithResponse(ctx context.Context, params *PostTasksParams, body PostTasksJSONRequestBody) (*PostTasksResponse, error)
- func (c *ClientWithResponses) PostTelegrafsIDLabelsWithBodyWithResponse(ctx context.Context, telegrafID string, params *PostTelegrafsIDLabelsParams, ...) (*PostTelegrafsIDLabelsResponse, error)
- func (c *ClientWithResponses) PostTelegrafsIDLabelsWithResponse(ctx context.Context, telegrafID string, params *PostTelegrafsIDLabelsParams, ...) (*PostTelegrafsIDLabelsResponse, error)
- func (c *ClientWithResponses) PostTelegrafsIDMembersWithBodyWithResponse(ctx context.Context, telegrafID string, params *PostTelegrafsIDMembersParams, ...) (*PostTelegrafsIDMembersResponse, error)
- func (c *ClientWithResponses) PostTelegrafsIDMembersWithResponse(ctx context.Context, telegrafID string, params *PostTelegrafsIDMembersParams, ...) (*PostTelegrafsIDMembersResponse, error)
- func (c *ClientWithResponses) PostTelegrafsIDOwnersWithBodyWithResponse(ctx context.Context, telegrafID string, params *PostTelegrafsIDOwnersParams, ...) (*PostTelegrafsIDOwnersResponse, error)
- func (c *ClientWithResponses) PostTelegrafsIDOwnersWithResponse(ctx context.Context, telegrafID string, params *PostTelegrafsIDOwnersParams, ...) (*PostTelegrafsIDOwnersResponse, error)
- func (c *ClientWithResponses) PostTelegrafsWithBodyWithResponse(ctx context.Context, params *PostTelegrafsParams, contentType string, ...) (*PostTelegrafsResponse, error)
- func (c *ClientWithResponses) PostTelegrafsWithResponse(ctx context.Context, params *PostTelegrafsParams, ...) (*PostTelegrafsResponse, error)
- func (c *ClientWithResponses) PostUsersIDPasswordWithBodyWithResponse(ctx context.Context, userID string, params *PostUsersIDPasswordParams, ...) (*PostUsersIDPasswordResponse, error)
- func (c *ClientWithResponses) PostUsersIDPasswordWithResponse(ctx context.Context, userID string, params *PostUsersIDPasswordParams, ...) (*PostUsersIDPasswordResponse, error)
- func (c *ClientWithResponses) PostUsersWithBodyWithResponse(ctx context.Context, params *PostUsersParams, contentType string, ...) (*PostUsersResponse, error)
- func (c *ClientWithResponses) PostUsersWithResponse(ctx context.Context, params *PostUsersParams, body PostUsersJSONRequestBody) (*PostUsersResponse, error)
- func (c *ClientWithResponses) PostVariablesIDLabelsWithBodyWithResponse(ctx context.Context, variableID string, params *PostVariablesIDLabelsParams, ...) (*PostVariablesIDLabelsResponse, error)
- func (c *ClientWithResponses) PostVariablesIDLabelsWithResponse(ctx context.Context, variableID string, params *PostVariablesIDLabelsParams, ...) (*PostVariablesIDLabelsResponse, error)
- func (c *ClientWithResponses) PostVariablesWithBodyWithResponse(ctx context.Context, params *PostVariablesParams, contentType string, ...) (*PostVariablesResponse, error)
- func (c *ClientWithResponses) PostVariablesWithResponse(ctx context.Context, params *PostVariablesParams, ...) (*PostVariablesResponse, error)
- func (c *ClientWithResponses) PostWriteWithBodyWithResponse(ctx context.Context, params *PostWriteParams, contentType string, ...) (*PostWriteResponse, error)
- func (c *ClientWithResponses) PutChecksIDWithBodyWithResponse(ctx context.Context, checkID string, params *PutChecksIDParams, ...) (*PutChecksIDResponse, error)
- func (c *ClientWithResponses) PutChecksIDWithResponse(ctx context.Context, checkID string, params *PutChecksIDParams, ...) (*PutChecksIDResponse, error)
- func (c *ClientWithResponses) PutDashboardsIDCellsWithBodyWithResponse(ctx context.Context, dashboardID string, params *PutDashboardsIDCellsParams, ...) (*PutDashboardsIDCellsResponse, error)
- func (c *ClientWithResponses) PutDashboardsIDCellsWithResponse(ctx context.Context, dashboardID string, params *PutDashboardsIDCellsParams, ...) (*PutDashboardsIDCellsResponse, error)
- func (c *ClientWithResponses) PutDocumentsTemplatesIDWithBodyWithResponse(ctx context.Context, templateID string, params *PutDocumentsTemplatesIDParams, ...) (*PutDocumentsTemplatesIDResponse, error)
- func (c *ClientWithResponses) PutDocumentsTemplatesIDWithResponse(ctx context.Context, templateID string, params *PutDocumentsTemplatesIDParams, ...) (*PutDocumentsTemplatesIDResponse, error)
- func (c *ClientWithResponses) PutMePasswordWithBodyWithResponse(ctx context.Context, params *PutMePasswordParams, contentType string, ...) (*PutMePasswordResponse, error)
- func (c *ClientWithResponses) PutMePasswordWithResponse(ctx context.Context, params *PutMePasswordParams, ...) (*PutMePasswordResponse, error)
- func (c *ClientWithResponses) PutNotificationEndpointsIDWithBodyWithResponse(ctx context.Context, endpointID string, ...) (*PutNotificationEndpointsIDResponse, error)
- func (c *ClientWithResponses) PutNotificationEndpointsIDWithResponse(ctx context.Context, endpointID string, ...) (*PutNotificationEndpointsIDResponse, error)
- func (c *ClientWithResponses) PutNotificationRulesIDWithBodyWithResponse(ctx context.Context, ruleID string, params *PutNotificationRulesIDParams, ...) (*PutNotificationRulesIDResponse, error)
- func (c *ClientWithResponses) PutNotificationRulesIDWithResponse(ctx context.Context, ruleID string, params *PutNotificationRulesIDParams, ...) (*PutNotificationRulesIDResponse, error)
- func (c *ClientWithResponses) PutTelegrafsIDWithBodyWithResponse(ctx context.Context, telegrafID string, params *PutTelegrafsIDParams, ...) (*PutTelegrafsIDResponse, error)
- func (c *ClientWithResponses) PutTelegrafsIDWithResponse(ctx context.Context, telegrafID string, params *PutTelegrafsIDParams, ...) (*PutTelegrafsIDResponse, error)
- func (c *ClientWithResponses) PutVariablesIDWithBodyWithResponse(ctx context.Context, variableID string, params *PutVariablesIDParams, ...) (*PutVariablesIDResponse, error)
- func (c *ClientWithResponses) PutVariablesIDWithResponse(ctx context.Context, variableID string, params *PutVariablesIDParams, ...) (*PutVariablesIDResponse, error)
- func (c *ClientWithResponses) ReadStackWithResponse(ctx context.Context, stackId string) (*ReadStackResponse, error)
- func (c *ClientWithResponses) UninstallStackWithResponse(ctx context.Context, stackId string) (*UninstallStackResponse, error)
- func (c *ClientWithResponses) UpdateStackWithBodyWithResponse(ctx context.Context, stackId string, contentType string, body io.Reader) (*UpdateStackResponse, error)
- func (c *ClientWithResponses) UpdateStackWithResponse(ctx context.Context, stackId string, body UpdateStackJSONRequestBody) (*UpdateStackResponse, error)
- type ClientWithResponsesInterface
- type ConditionalExpression
- type ConstantVariableProperties
- type ConstantVariablePropertiesType
- type CreateCell
- type CreateCheckJSONBody
- type CreateCheckJSONRequestBody
- type CreateCheckResponse
- type CreateDashboardRequest
- type CreateNotificationEndpointJSONBody
- type CreateNotificationEndpointJSONRequestBody
- type CreateNotificationEndpointResponse
- type CreateNotificationRuleJSONBody
- type CreateNotificationRuleJSONRequestBody
- type CreateNotificationRuleResponse
- type CreateStackJSONBody
- type CreateStackJSONRequestBody
- type CreateStackResponse
- type CustomCheck
- type CustomCheckType
- type DBRP
- type DBRPUpdate
- type DBRPs
- type Dashboard
- type DashboardColor
- type DashboardColorType
- type DashboardQuery
- type DashboardWithViewProperties
- type Dashboards
- type DateTimeLiteral
- type DeadmanCheck
- type DeadmanCheckType
- type DecimalPlaces
- type DeleteAuthorizationsIDParams
- type DeleteAuthorizationsIDResponse
- type DeleteBucketsIDLabelsIDParams
- type DeleteBucketsIDLabelsIDResponse
- type DeleteBucketsIDMembersIDParams
- type DeleteBucketsIDMembersIDResponse
- type DeleteBucketsIDOwnersIDParams
- type DeleteBucketsIDOwnersIDResponse
- type DeleteBucketsIDParams
- type DeleteBucketsIDResponse
- type DeleteChecksIDLabelsIDParams
- type DeleteChecksIDLabelsIDResponse
- type DeleteChecksIDParams
- type DeleteChecksIDResponse
- type DeleteDBRPIDParams
- type DeleteDBRPIDResponse
- type DeleteDashboardsIDCellsIDParams
- type DeleteDashboardsIDCellsIDResponse
- type DeleteDashboardsIDLabelsIDParams
- type DeleteDashboardsIDLabelsIDResponse
- type DeleteDashboardsIDMembersIDParams
- type DeleteDashboardsIDMembersIDResponse
- type DeleteDashboardsIDOwnersIDParams
- type DeleteDashboardsIDOwnersIDResponse
- type DeleteDashboardsIDParams
- type DeleteDashboardsIDResponse
- type DeleteDocumentsTemplatesIDLabelsIDParams
- type DeleteDocumentsTemplatesIDLabelsIDResponse
- type DeleteDocumentsTemplatesIDParams
- type DeleteDocumentsTemplatesIDResponse
- type DeleteLabelsIDParams
- type DeleteLabelsIDResponse
- type DeleteNotificationEndpointsIDLabelsIDParams
- type DeleteNotificationEndpointsIDLabelsIDResponse
- type DeleteNotificationEndpointsIDParams
- type DeleteNotificationEndpointsIDResponse
- type DeleteNotificationRulesIDLabelsIDParams
- type DeleteNotificationRulesIDLabelsIDResponse
- type DeleteNotificationRulesIDParams
- type DeleteNotificationRulesIDResponse
- type DeleteOrgsIDMembersIDParams
- type DeleteOrgsIDMembersIDResponse
- type DeleteOrgsIDOwnersIDParams
- type DeleteOrgsIDOwnersIDResponse
- type DeleteOrgsIDParams
- type DeleteOrgsIDResponse
- type DeletePredicateRequest
- type DeleteScrapersIDLabelsIDParams
- type DeleteScrapersIDLabelsIDResponse
- type DeleteScrapersIDMembersIDParams
- type DeleteScrapersIDMembersIDResponse
- type DeleteScrapersIDOwnersIDParams
- type DeleteScrapersIDOwnersIDResponse
- type DeleteScrapersIDParams
- type DeleteScrapersIDResponse
- type DeleteSourcesIDParams
- type DeleteSourcesIDResponse
- type DeleteStackParams
- type DeleteStackResponse
- type DeleteTasksIDLabelsIDParams
- type DeleteTasksIDLabelsIDResponse
- type DeleteTasksIDMembersIDParams
- type DeleteTasksIDMembersIDResponse
- type DeleteTasksIDOwnersIDParams
- type DeleteTasksIDOwnersIDResponse
- type DeleteTasksIDParams
- type DeleteTasksIDResponse
- type DeleteTasksIDRunsIDParams
- type DeleteTasksIDRunsIDResponse
- type DeleteTelegrafsIDLabelsIDParams
- type DeleteTelegrafsIDLabelsIDResponse
- type DeleteTelegrafsIDMembersIDParams
- type DeleteTelegrafsIDMembersIDResponse
- type DeleteTelegrafsIDOwnersIDParams
- type DeleteTelegrafsIDOwnersIDResponse
- type DeleteTelegrafsIDParams
- type DeleteTelegrafsIDResponse
- type DeleteUsersIDParams
- type DeleteUsersIDResponse
- type DeleteVariablesIDLabelsIDParams
- type DeleteVariablesIDLabelsIDResponse
- type DeleteVariablesIDParams
- type DeleteVariablesIDResponse
- type Descending
- type Dialect
- type DialectAnnotations
- type DialectDateTimeFormat
- type Document
- type DocumentCreate
- type DocumentListEntry
- type DocumentMeta
- type DocumentUpdate
- type Documents
- type Duration
- type DurationLiteral
- type Error
- type ErrorCode
- type ExportTemplateJSONBody
- type ExportTemplateJSONRequestBody
- type ExportTemplateResponse
- type Expression
- type ExpressionStatement
- type Field
- type FieldType
- type File
- type Flags
- type FloatLiteral
- type FluxResponse
- type FluxSuggestion
- type FluxSuggestion_Params
- type FluxSuggestions
- type FunctionExpression
- type GaugeViewProperties
- type GaugeViewPropertiesShape
- type GaugeViewPropertiesType
- type GetAuthorizationsIDParams
- type GetAuthorizationsIDResponse
- type GetAuthorizationsParams
- type GetAuthorizationsResponse
- type GetBucketsIDLabelsParams
- type GetBucketsIDLabelsResponse
- type GetBucketsIDMembersParams
- type GetBucketsIDMembersResponse
- type GetBucketsIDOwnersParams
- type GetBucketsIDOwnersResponse
- type GetBucketsIDParams
- type GetBucketsIDResponse
- type GetBucketsParams
- type GetBucketsResponse
- type GetChecksIDLabelsParams
- type GetChecksIDLabelsResponse
- type GetChecksIDParams
- type GetChecksIDQueryParams
- type GetChecksIDQueryResponse
- type GetChecksIDResponse
- type GetChecksParams
- type GetChecksResponse
- type GetDBRPsIDParams
- type GetDBRPsIDResponse
- type GetDBRPsParams
- type GetDBRPsResponse
- type GetDashboardsIDCellsIDViewParams
- type GetDashboardsIDCellsIDViewResponse
- type GetDashboardsIDLabelsParams
- type GetDashboardsIDLabelsResponse
- type GetDashboardsIDMembersParams
- type GetDashboardsIDMembersResponse
- type GetDashboardsIDOwnersParams
- type GetDashboardsIDOwnersResponse
- type GetDashboardsIDParams
- type GetDashboardsIDParamsInclude
- type GetDashboardsIDResponse
- type GetDashboardsParams
- type GetDashboardsParamsSortBy
- type GetDashboardsResponse
- type GetDocumentsTemplatesIDLabelsParams
- type GetDocumentsTemplatesIDLabelsResponse
- type GetDocumentsTemplatesIDParams
- type GetDocumentsTemplatesIDResponse
- type GetDocumentsTemplatesParams
- type GetDocumentsTemplatesResponse
- type GetFlagsParams
- type GetFlagsResponse
- type GetHealthParams
- type GetHealthResponse
- type GetLabelsIDParams
- type GetLabelsIDResponse
- type GetLabelsParams
- type GetLabelsResponse
- type GetMeParams
- type GetMeResponse
- type GetNotificationEndpointsIDLabelsParams
- type GetNotificationEndpointsIDLabelsResponse
- type GetNotificationEndpointsIDParams
- type GetNotificationEndpointsIDResponse
- type GetNotificationEndpointsParams
- type GetNotificationEndpointsResponse
- type GetNotificationRulesIDLabelsParams
- type GetNotificationRulesIDLabelsResponse
- type GetNotificationRulesIDParams
- type GetNotificationRulesIDQueryParams
- type GetNotificationRulesIDQueryResponse
- type GetNotificationRulesIDResponse
- type GetNotificationRulesParams
- type GetNotificationRulesResponse
- type GetOrgsIDMembersParams
- type GetOrgsIDMembersResponse
- type GetOrgsIDOwnersParams
- type GetOrgsIDOwnersResponse
- type GetOrgsIDParams
- type GetOrgsIDResponse
- type GetOrgsIDSecretsParams
- type GetOrgsIDSecretsResponse
- type GetOrgsParams
- type GetOrgsResponse
- type GetQuerySuggestionsNameParams
- type GetQuerySuggestionsNameResponse
- type GetQuerySuggestionsParams
- type GetQuerySuggestionsResponse
- type GetReadyParams
- type GetReadyResponse
- type GetRoutesParams
- type GetRoutesResponse
- type GetScrapersIDLabelsParams
- type GetScrapersIDLabelsResponse
- type GetScrapersIDMembersParams
- type GetScrapersIDMembersResponse
- type GetScrapersIDOwnersParams
- type GetScrapersIDOwnersResponse
- type GetScrapersIDParams
- type GetScrapersIDResponse
- type GetScrapersParams
- type GetScrapersResponse
- type GetSetupParams
- type GetSetupResponse
- type GetSourcesIDBucketsParams
- type GetSourcesIDBucketsResponse
- type GetSourcesIDHealthParams
- type GetSourcesIDHealthResponse
- type GetSourcesIDParams
- type GetSourcesIDResponse
- type GetSourcesParams
- type GetSourcesResponse
- type GetTasksIDLabelsParams
- type GetTasksIDLabelsResponse
- type GetTasksIDLogsParams
- type GetTasksIDLogsResponse
- type GetTasksIDMembersParams
- type GetTasksIDMembersResponse
- type GetTasksIDOwnersParams
- type GetTasksIDOwnersResponse
- type GetTasksIDParams
- type GetTasksIDResponse
- type GetTasksIDRunsIDLogsParams
- type GetTasksIDRunsIDLogsResponse
- type GetTasksIDRunsIDParams
- type GetTasksIDRunsIDResponse
- type GetTasksIDRunsParams
- type GetTasksIDRunsResponse
- type GetTasksParams
- type GetTasksParamsStatus
- type GetTasksResponse
- type GetTelegrafPluginsParams
- type GetTelegrafPluginsResponse
- type GetTelegrafsIDLabelsParams
- type GetTelegrafsIDLabelsResponse
- type GetTelegrafsIDMembersParams
- type GetTelegrafsIDMembersResponse
- type GetTelegrafsIDOwnersParams
- type GetTelegrafsIDOwnersResponse
- type GetTelegrafsIDParams
- type GetTelegrafsIDParamsAccept
- type GetTelegrafsIDResponse
- type GetTelegrafsParams
- type GetTelegrafsResponse
- type GetUsersIDParams
- type GetUsersIDResponse
- type GetUsersParams
- type GetUsersResponse
- type GetVariablesIDLabelsParams
- type GetVariablesIDLabelsResponse
- type GetVariablesIDParams
- type GetVariablesIDResponse
- type GetVariablesParams
- type GetVariablesResponse
- type GreaterThreshold
- type GreaterThresholdType
- type HTTPNotificationEndpoint
- type HTTPNotificationEndpointAuthMethod
- type HTTPNotificationEndpointMethod
- type HTTPNotificationEndpoint_Headers
- func (a HTTPNotificationEndpoint_Headers) Get(fieldName string) (value string, found bool)
- func (a HTTPNotificationEndpoint_Headers) MarshalJSON() ([]byte, error)
- func (a *HTTPNotificationEndpoint_Headers) Set(fieldName string, value string)
- func (a *HTTPNotificationEndpoint_Headers) UnmarshalJSON(b []byte) error
- type HTTPNotificationRule
- type HTTPNotificationRuleBase
- type HTTPNotificationRuleBaseType
- type HealthCheck
- type HealthCheckStatus
- type HeatmapViewProperties
- type HeatmapViewPropertiesShape
- type HeatmapViewPropertiesType
- type HistogramViewProperties
- type HistogramViewPropertiesPosition
- type HistogramViewPropertiesShape
- type HistogramViewPropertiesType
- type Identifier
- type ImportDeclaration
- type IndexExpression
- type InfluxQLQuery
- type InfluxQLQueryType
- type IntegerLiteral
- type IsOnboarding
- type Label
- type LabelCreateRequest
- type LabelCreateRequest_Properties
- func (a LabelCreateRequest_Properties) Get(fieldName string) (value string, found bool)
- func (a LabelCreateRequest_Properties) MarshalJSON() ([]byte, error)
- func (a *LabelCreateRequest_Properties) Set(fieldName string, value string)
- func (a *LabelCreateRequest_Properties) UnmarshalJSON(b []byte) error
- type LabelMapping
- type LabelResponse
- type LabelUpdate
- type LabelUpdate_Properties
- type Label_Properties
- type Labels
- type LabelsResponse
- type LanguageRequest
- type Legend
- type LegendOrientation
- type LegendType
- type LesserThreshold
- type LesserThresholdType
- type Limit
- type LinePlusSingleStatProperties
- type LinePlusSingleStatPropertiesHoverDimension
- type LinePlusSingleStatPropertiesPosition
- type LinePlusSingleStatPropertiesShape
- type LinePlusSingleStatPropertiesType
- type LineProtocolError
- type LineProtocolErrorCode
- type LineProtocolLengthError
- type LineProtocolLengthErrorCode
- type Link
- type Links
- type ListStacksParams
- type ListStacksResponse
- type LogEvent
- type LogicalExpression
- type Logs
- type MapVariableProperties
- type MapVariablePropertiesType
- type MapVariableProperties_Values
- type MarkdownViewProperties
- type MarkdownViewPropertiesShape
- type MarkdownViewPropertiesType
- type MemberAssignment
- type MemberExpression
- type MosaicViewProperties
- type MosaicViewPropertiesShape
- type MosaicViewPropertiesType
- type Node
- type NodeType
- type NotificationEndpoint
- type NotificationEndpointBase
- type NotificationEndpointBaseStatus
- type NotificationEndpointDiscrimator
- type NotificationEndpointType
- type NotificationEndpointUpdate
- type NotificationEndpointUpdateStatus
- type NotificationEndpoints
- type NotificationRule
- type NotificationRuleBase
- type NotificationRuleBaseLastRunStatus
- type NotificationRuleDiscriminator
- type NotificationRuleUpdate
- type NotificationRuleUpdateStatus
- type NotificationRules
- type ObjectExpression
- type Offset
- type OnboardingRequest
- type OnboardingResponse
- type OptionStatement
- type Organization
- type OrganizationStatus
- type Organizations
- type Package
- type PackageClause
- type PagerDutyNotificationEndpoint
- type PagerDutyNotificationRule
- type PagerDutyNotificationRuleBase
- type PagerDutyNotificationRuleBaseType
- type ParenExpression
- type PasswordResetBody
- type PatchAuthorizationsIDJSONBody
- type PatchAuthorizationsIDJSONRequestBody
- type PatchAuthorizationsIDParams
- type PatchAuthorizationsIDResponse
- type PatchBucketsIDJSONBody
- type PatchBucketsIDJSONRequestBody
- type PatchBucketsIDParams
- type PatchBucketsIDResponse
- type PatchChecksIDJSONBody
- type PatchChecksIDJSONRequestBody
- type PatchChecksIDParams
- type PatchChecksIDResponse
- type PatchDBRPIDJSONBody
- type PatchDBRPIDJSONRequestBody
- type PatchDBRPIDParams
- type PatchDBRPIDResponse
- type PatchDashboardsIDCellsIDJSONBody
- type PatchDashboardsIDCellsIDJSONRequestBody
- type PatchDashboardsIDCellsIDParams
- type PatchDashboardsIDCellsIDResponse
- type PatchDashboardsIDCellsIDViewJSONBody
- type PatchDashboardsIDCellsIDViewJSONRequestBody
- type PatchDashboardsIDCellsIDViewParams
- type PatchDashboardsIDCellsIDViewResponse
- type PatchDashboardsIDJSONBody
- type PatchDashboardsIDJSONRequestBody
- type PatchDashboardsIDParams
- type PatchDashboardsIDResponse
- type PatchLabelsIDJSONBody
- type PatchLabelsIDJSONRequestBody
- type PatchLabelsIDParams
- type PatchLabelsIDResponse
- type PatchNotificationEndpointsIDJSONBody
- type PatchNotificationEndpointsIDJSONRequestBody
- type PatchNotificationEndpointsIDParams
- type PatchNotificationEndpointsIDResponse
- type PatchNotificationRulesIDJSONBody
- type PatchNotificationRulesIDJSONRequestBody
- type PatchNotificationRulesIDParams
- type PatchNotificationRulesIDResponse
- type PatchOrgsIDJSONBody
- type PatchOrgsIDJSONRequestBody
- type PatchOrgsIDParams
- type PatchOrgsIDResponse
- type PatchOrgsIDSecretsJSONBody
- type PatchOrgsIDSecretsJSONRequestBody
- type PatchOrgsIDSecretsParams
- type PatchOrgsIDSecretsResponse
- type PatchScrapersIDJSONBody
- type PatchScrapersIDJSONRequestBody
- type PatchScrapersIDParams
- type PatchScrapersIDResponse
- type PatchSourcesIDJSONBody
- type PatchSourcesIDJSONRequestBody
- type PatchSourcesIDParams
- type PatchSourcesIDResponse
- type PatchTasksIDJSONBody
- type PatchTasksIDJSONRequestBody
- type PatchTasksIDParams
- type PatchTasksIDResponse
- type PatchUsersIDJSONBody
- type PatchUsersIDJSONRequestBody
- type PatchUsersIDParams
- type PatchUsersIDResponse
- type PatchVariablesIDJSONBody
- type PatchVariablesIDJSONRequestBody
- type PatchVariablesIDParams
- type PatchVariablesIDResponse
- type Permission
- type PermissionAction
- type PipeExpression
- type PipeLiteral
- type PostAuthorizationsJSONBody
- type PostAuthorizationsJSONRequestBody
- type PostAuthorizationsParams
- type PostAuthorizationsResponse
- type PostBucketRequest
- type PostBucketsIDLabelsJSONBody
- type PostBucketsIDLabelsJSONRequestBody
- type PostBucketsIDLabelsParams
- type PostBucketsIDLabelsResponse
- type PostBucketsIDMembersJSONBody
- type PostBucketsIDMembersJSONRequestBody
- type PostBucketsIDMembersParams
- type PostBucketsIDMembersResponse
- type PostBucketsIDOwnersJSONBody
- type PostBucketsIDOwnersJSONRequestBody
- type PostBucketsIDOwnersParams
- type PostBucketsIDOwnersResponse
- type PostBucketsJSONBody
- type PostBucketsJSONRequestBody
- type PostBucketsParams
- type PostBucketsResponse
- type PostCheck
- type PostChecksIDLabelsJSONBody
- type PostChecksIDLabelsJSONRequestBody
- type PostChecksIDLabelsParams
- type PostChecksIDLabelsResponse
- type PostDBRPJSONBody
- type PostDBRPJSONRequestBody
- type PostDBRPParams
- type PostDBRPResponse
- type PostDashboardsIDCellsJSONBody
- type PostDashboardsIDCellsJSONRequestBody
- type PostDashboardsIDCellsParams
- type PostDashboardsIDCellsResponse
- type PostDashboardsIDLabelsJSONBody
- type PostDashboardsIDLabelsJSONRequestBody
- type PostDashboardsIDLabelsParams
- type PostDashboardsIDLabelsResponse
- type PostDashboardsIDMembersJSONBody
- type PostDashboardsIDMembersJSONRequestBody
- type PostDashboardsIDMembersParams
- type PostDashboardsIDMembersResponse
- type PostDashboardsIDOwnersJSONBody
- type PostDashboardsIDOwnersJSONRequestBody
- type PostDashboardsIDOwnersParams
- type PostDashboardsIDOwnersResponse
- type PostDashboardsJSONBody
- type PostDashboardsJSONRequestBody
- type PostDashboardsParams
- type PostDashboardsResponse
- type PostDeleteJSONBody
- type PostDeleteJSONRequestBody
- type PostDeleteParams
- type PostDeleteResponse
- type PostDocumentsTemplatesIDLabelsJSONBody
- type PostDocumentsTemplatesIDLabelsJSONRequestBody
- type PostDocumentsTemplatesIDLabelsParams
- type PostDocumentsTemplatesIDLabelsResponse
- type PostDocumentsTemplatesJSONBody
- type PostDocumentsTemplatesJSONRequestBody
- type PostDocumentsTemplatesParams
- type PostDocumentsTemplatesResponse
- type PostLabelsJSONBody
- type PostLabelsJSONRequestBody
- type PostLabelsResponse
- type PostNotificationEndpoint
- type PostNotificationEndpointIDLabelsJSONBody
- type PostNotificationEndpointIDLabelsJSONRequestBody
- type PostNotificationEndpointIDLabelsParams
- type PostNotificationEndpointIDLabelsResponse
- type PostNotificationRule
- type PostNotificationRuleIDLabelsJSONBody
- type PostNotificationRuleIDLabelsJSONRequestBody
- type PostNotificationRuleIDLabelsParams
- type PostNotificationRuleIDLabelsResponse
- type PostOrgsIDMembersJSONBody
- type PostOrgsIDMembersJSONRequestBody
- type PostOrgsIDMembersParams
- type PostOrgsIDMembersResponse
- type PostOrgsIDOwnersJSONBody
- type PostOrgsIDOwnersJSONRequestBody
- type PostOrgsIDOwnersParams
- type PostOrgsIDOwnersResponse
- type PostOrgsIDSecretsJSONBody
- type PostOrgsIDSecretsJSONRequestBody
- type PostOrgsIDSecretsParams
- type PostOrgsIDSecretsResponse
- type PostOrgsJSONBody
- type PostOrgsJSONRequestBody
- type PostOrgsParams
- type PostOrgsResponse
- type PostQueryAnalyzeJSONBody
- type PostQueryAnalyzeJSONRequestBody
- type PostQueryAnalyzeParams
- type PostQueryAnalyzeParamsContentType
- type PostQueryAnalyzeResponse
- type PostQueryAstJSONBody
- type PostQueryAstJSONRequestBody
- type PostQueryAstParams
- type PostQueryAstParamsContentType
- type PostQueryAstResponse
- type PostQueryJSONBody
- type PostQueryJSONRequestBody
- type PostQueryParams
- type PostQueryParamsAcceptEncoding
- type PostQueryParamsContentType
- type PostQueryResponse
- type PostScrapersIDLabelsJSONBody
- type PostScrapersIDLabelsJSONRequestBody
- type PostScrapersIDLabelsParams
- type PostScrapersIDLabelsResponse
- type PostScrapersIDMembersJSONBody
- type PostScrapersIDMembersJSONRequestBody
- type PostScrapersIDMembersParams
- type PostScrapersIDMembersResponse
- type PostScrapersIDOwnersJSONBody
- type PostScrapersIDOwnersJSONRequestBody
- type PostScrapersIDOwnersParams
- type PostScrapersIDOwnersResponse
- type PostScrapersJSONBody
- type PostScrapersJSONRequestBody
- type PostScrapersParams
- type PostScrapersResponse
- type PostSetupJSONBody
- type PostSetupJSONRequestBody
- type PostSetupParams
- type PostSetupResponse
- type PostSetupUserJSONBody
- type PostSetupUserJSONRequestBody
- type PostSetupUserParams
- type PostSetupUserResponse
- type PostSigninParams
- type PostSigninResponse
- type PostSignoutParams
- type PostSignoutResponse
- type PostSourcesJSONBody
- type PostSourcesJSONRequestBody
- type PostSourcesParams
- type PostSourcesResponse
- type PostTasksIDLabelsJSONBody
- type PostTasksIDLabelsJSONRequestBody
- type PostTasksIDLabelsParams
- type PostTasksIDLabelsResponse
- type PostTasksIDMembersJSONBody
- type PostTasksIDMembersJSONRequestBody
- type PostTasksIDMembersParams
- type PostTasksIDMembersResponse
- type PostTasksIDOwnersJSONBody
- type PostTasksIDOwnersJSONRequestBody
- type PostTasksIDOwnersParams
- type PostTasksIDOwnersResponse
- type PostTasksIDRunsIDRetryParams
- type PostTasksIDRunsIDRetryResponse
- type PostTasksIDRunsJSONBody
- type PostTasksIDRunsJSONRequestBody
- type PostTasksIDRunsParams
- type PostTasksIDRunsResponse
- type PostTasksJSONBody
- type PostTasksJSONRequestBody
- type PostTasksParams
- type PostTasksResponse
- type PostTelegrafsIDLabelsJSONBody
- type PostTelegrafsIDLabelsJSONRequestBody
- type PostTelegrafsIDLabelsParams
- type PostTelegrafsIDLabelsResponse
- type PostTelegrafsIDMembersJSONBody
- type PostTelegrafsIDMembersJSONRequestBody
- type PostTelegrafsIDMembersParams
- type PostTelegrafsIDMembersResponse
- type PostTelegrafsIDOwnersJSONBody
- type PostTelegrafsIDOwnersJSONRequestBody
- type PostTelegrafsIDOwnersParams
- type PostTelegrafsIDOwnersResponse
- type PostTelegrafsJSONBody
- type PostTelegrafsJSONRequestBody
- type PostTelegrafsParams
- type PostTelegrafsResponse
- type PostUsersIDPasswordJSONBody
- type PostUsersIDPasswordJSONRequestBody
- type PostUsersIDPasswordParams
- type PostUsersIDPasswordResponse
- type PostUsersJSONBody
- type PostUsersJSONRequestBody
- type PostUsersParams
- type PostUsersResponse
- type PostVariablesIDLabelsJSONBody
- type PostVariablesIDLabelsJSONRequestBody
- type PostVariablesIDLabelsParams
- type PostVariablesIDLabelsResponse
- type PostVariablesJSONBody
- type PostVariablesJSONRequestBody
- type PostVariablesParams
- type PostVariablesResponse
- type PostWriteParams
- type PostWriteParamsAccept
- type PostWriteParamsContentEncoding
- type PostWriteParamsContentType
- type PostWriteResponse
- type Property
- type PropertyKey
- type PutChecksIDJSONBody
- type PutChecksIDJSONRequestBody
- type PutChecksIDParams
- type PutChecksIDResponse
- type PutDashboardsIDCellsJSONBody
- type PutDashboardsIDCellsJSONRequestBody
- type PutDashboardsIDCellsParams
- type PutDashboardsIDCellsResponse
- type PutDocumentsTemplatesIDJSONBody
- type PutDocumentsTemplatesIDJSONRequestBody
- type PutDocumentsTemplatesIDParams
- type PutDocumentsTemplatesIDResponse
- type PutMePasswordJSONBody
- type PutMePasswordJSONRequestBody
- type PutMePasswordParams
- type PutMePasswordResponse
- type PutNotificationEndpointsIDJSONBody
- type PutNotificationEndpointsIDJSONRequestBody
- type PutNotificationEndpointsIDParams
- type PutNotificationEndpointsIDResponse
- type PutNotificationRulesIDJSONBody
- type PutNotificationRulesIDJSONRequestBody
- type PutNotificationRulesIDParams
- type PutNotificationRulesIDResponse
- type PutTelegrafsIDJSONBody
- type PutTelegrafsIDJSONRequestBody
- type PutTelegrafsIDParams
- type PutTelegrafsIDResponse
- type PutVariablesIDJSONBody
- type PutVariablesIDJSONRequestBody
- type PutVariablesIDParams
- type PutVariablesIDResponse
- type Query
- type QueryEditMode
- type QueryType
- type QueryVariableProperties
- type QueryVariablePropertiesType
- type RangeThreshold
- type RangeThresholdType
- type ReadStackResponse
- type Ready
- type ReadyStatus
- type RegexpLiteral
- type RenamableField
- type Resource
- type ResourceMember
- type ResourceMemberRole
- type ResourceMembers
- type ResourceOwner
- type ResourceOwnerRole
- type ResourceOwners
- type ResourceType
- type RetentionRule
- type RetentionRuleType
- type RetentionRules
- type ReturnStatement
- type Routes
- type RuleStatusLevel
- type Run
- type RunManually
- type RunStatus
- type Runs
- type SMTPNotificationRule
- type SMTPNotificationRuleBase
- type SMTPNotificationRuleBaseType
- type ScatterViewProperties
- type ScatterViewPropertiesShape
- type ScatterViewPropertiesType
- type ScraperTargetRequest
- type ScraperTargetRequestType
- type ScraperTargetResponse
- type ScraperTargetResponses
- type SecretKeys
- type SecretKeysResponse
- type Secrets
- type SingleStatViewProperties
- type SingleStatViewPropertiesShape
- type SingleStatViewPropertiesType
- type SlackNotificationEndpoint
- type SlackNotificationRule
- type SlackNotificationRuleBase
- type SlackNotificationRuleBaseType
- type Source
- type SourceLanguages
- type SourceType
- type Sources
- type Stack
- type Statement
- type StatusRule
- type StringLiteral
- type TableViewProperties
- type TableViewPropertiesShape
- type TableViewPropertiesTableOptionsWrapping
- type TableViewPropertiesType
- type TagRule
- type TagRuleOperator
- type Task
- type TaskCreateRequest
- type TaskLastRunStatus
- type TaskStatusType
- type TaskUpdateRequest
- type Tasks
- type Telegraf
- type TelegrafPlugin
- type TelegrafPlugins
- type TelegrafRequest
- type Telegrafs
- type TelegramNotificationEndpoint
- type TelegramNotificationRule
- type TelegramNotificationRuleBase
- type TelegramNotificationRuleBaseParseMode
- type TelegramNotificationRuleBaseType
- type Template
- type TemplateApply
- type TemplateApply_EnvRefs
- type TemplateApply_Secrets
- type TemplateChart
- type TemplateEnvReferences
- type TemplateExport
- type TemplateKind
- type TemplateSummary
- type TemplateSummaryLabel
- type TestStatement
- type Threshold
- type ThresholdBase
- type ThresholdCheck
- type ThresholdCheckType
- type TraceSpan
- type UnaryExpression
- type UninstallStackResponse
- type UnsignedIntegerLiteral
- type UpdateStackJSONBody
- type UpdateStackJSONRequestBody
- type UpdateStackResponse
- type User
- type UserStatus
- type Users
- type Variable
- type VariableAssignment
- type VariableProperties
- type Variables
- type View
- type ViewProperties
- type WritePrecision
- type XYGeom
- type XYViewProperties
- type XYViewPropertiesHoverDimension
- type XYViewPropertiesPosition
- type XYViewPropertiesShape
- type XYViewPropertiesType
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewApplyTemplateRequest ¶
func NewApplyTemplateRequest(server string, body ApplyTemplateJSONRequestBody) (*http.Request, error)
NewApplyTemplateRequest calls the generic ApplyTemplate builder with application/json body
func NewApplyTemplateRequestWithBody ¶
func NewApplyTemplateRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewApplyTemplateRequestWithBody generates requests for ApplyTemplate with any type of body
func NewCreateCheckRequest ¶
func NewCreateCheckRequest(server string, body CreateCheckJSONRequestBody) (*http.Request, error)
NewCreateCheckRequest calls the generic CreateCheck builder with application/json body
func NewCreateCheckRequestWithBody ¶
func NewCreateCheckRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewCreateCheckRequestWithBody generates requests for CreateCheck with any type of body
func NewCreateNotificationEndpointRequest ¶
func NewCreateNotificationEndpointRequest(server string, body CreateNotificationEndpointJSONRequestBody) (*http.Request, error)
NewCreateNotificationEndpointRequest calls the generic CreateNotificationEndpoint builder with application/json body
func NewCreateNotificationEndpointRequestWithBody ¶
func NewCreateNotificationEndpointRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewCreateNotificationEndpointRequestWithBody generates requests for CreateNotificationEndpoint with any type of body
func NewCreateNotificationRuleRequest ¶
func NewCreateNotificationRuleRequest(server string, body CreateNotificationRuleJSONRequestBody) (*http.Request, error)
NewCreateNotificationRuleRequest calls the generic CreateNotificationRule builder with application/json body
func NewCreateNotificationRuleRequestWithBody ¶
func NewCreateNotificationRuleRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewCreateNotificationRuleRequestWithBody generates requests for CreateNotificationRule with any type of body
func NewCreateStackRequest ¶
func NewCreateStackRequest(server string, body CreateStackJSONRequestBody) (*http.Request, error)
NewCreateStackRequest calls the generic CreateStack builder with application/json body
func NewCreateStackRequestWithBody ¶
func NewCreateStackRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewCreateStackRequestWithBody generates requests for CreateStack with any type of body
func NewDeleteAuthorizationsIDRequest ¶
func NewDeleteAuthorizationsIDRequest(server string, authID string, params *DeleteAuthorizationsIDParams) (*http.Request, error)
NewDeleteAuthorizationsIDRequest generates requests for DeleteAuthorizationsID
func NewDeleteBucketsIDLabelsIDRequest ¶
func NewDeleteBucketsIDLabelsIDRequest(server string, bucketID string, labelID string, params *DeleteBucketsIDLabelsIDParams) (*http.Request, error)
NewDeleteBucketsIDLabelsIDRequest generates requests for DeleteBucketsIDLabelsID
func NewDeleteBucketsIDMembersIDRequest ¶
func NewDeleteBucketsIDMembersIDRequest(server string, bucketID string, userID string, params *DeleteBucketsIDMembersIDParams) (*http.Request, error)
NewDeleteBucketsIDMembersIDRequest generates requests for DeleteBucketsIDMembersID
func NewDeleteBucketsIDOwnersIDRequest ¶
func NewDeleteBucketsIDOwnersIDRequest(server string, bucketID string, userID string, params *DeleteBucketsIDOwnersIDParams) (*http.Request, error)
NewDeleteBucketsIDOwnersIDRequest generates requests for DeleteBucketsIDOwnersID
func NewDeleteBucketsIDRequest ¶
func NewDeleteBucketsIDRequest(server string, bucketID string, params *DeleteBucketsIDParams) (*http.Request, error)
NewDeleteBucketsIDRequest generates requests for DeleteBucketsID
func NewDeleteChecksIDLabelsIDRequest ¶
func NewDeleteChecksIDLabelsIDRequest(server string, checkID string, labelID string, params *DeleteChecksIDLabelsIDParams) (*http.Request, error)
NewDeleteChecksIDLabelsIDRequest generates requests for DeleteChecksIDLabelsID
func NewDeleteChecksIDRequest ¶
func NewDeleteChecksIDRequest(server string, checkID string, params *DeleteChecksIDParams) (*http.Request, error)
NewDeleteChecksIDRequest generates requests for DeleteChecksID
func NewDeleteDBRPIDRequest ¶
func NewDeleteDBRPIDRequest(server string, dbrpID string, params *DeleteDBRPIDParams) (*http.Request, error)
NewDeleteDBRPIDRequest generates requests for DeleteDBRPID
func NewDeleteDashboardsIDCellsIDRequest ¶
func NewDeleteDashboardsIDCellsIDRequest(server string, dashboardID string, cellID string, params *DeleteDashboardsIDCellsIDParams) (*http.Request, error)
NewDeleteDashboardsIDCellsIDRequest generates requests for DeleteDashboardsIDCellsID
func NewDeleteDashboardsIDLabelsIDRequest ¶
func NewDeleteDashboardsIDLabelsIDRequest(server string, dashboardID string, labelID string, params *DeleteDashboardsIDLabelsIDParams) (*http.Request, error)
NewDeleteDashboardsIDLabelsIDRequest generates requests for DeleteDashboardsIDLabelsID
func NewDeleteDashboardsIDMembersIDRequest ¶
func NewDeleteDashboardsIDMembersIDRequest(server string, dashboardID string, userID string, params *DeleteDashboardsIDMembersIDParams) (*http.Request, error)
NewDeleteDashboardsIDMembersIDRequest generates requests for DeleteDashboardsIDMembersID
func NewDeleteDashboardsIDOwnersIDRequest ¶
func NewDeleteDashboardsIDOwnersIDRequest(server string, dashboardID string, userID string, params *DeleteDashboardsIDOwnersIDParams) (*http.Request, error)
NewDeleteDashboardsIDOwnersIDRequest generates requests for DeleteDashboardsIDOwnersID
func NewDeleteDashboardsIDRequest ¶
func NewDeleteDashboardsIDRequest(server string, dashboardID string, params *DeleteDashboardsIDParams) (*http.Request, error)
NewDeleteDashboardsIDRequest generates requests for DeleteDashboardsID
func NewDeleteDocumentsTemplatesIDLabelsIDRequest ¶
func NewDeleteDocumentsTemplatesIDLabelsIDRequest(server string, templateID string, labelID string, params *DeleteDocumentsTemplatesIDLabelsIDParams) (*http.Request, error)
NewDeleteDocumentsTemplatesIDLabelsIDRequest generates requests for DeleteDocumentsTemplatesIDLabelsID
func NewDeleteDocumentsTemplatesIDRequest ¶
func NewDeleteDocumentsTemplatesIDRequest(server string, templateID string, params *DeleteDocumentsTemplatesIDParams) (*http.Request, error)
NewDeleteDocumentsTemplatesIDRequest generates requests for DeleteDocumentsTemplatesID
func NewDeleteLabelsIDRequest ¶
func NewDeleteLabelsIDRequest(server string, labelID string, params *DeleteLabelsIDParams) (*http.Request, error)
NewDeleteLabelsIDRequest generates requests for DeleteLabelsID
func NewDeleteNotificationEndpointsIDLabelsIDRequest ¶
func NewDeleteNotificationEndpointsIDLabelsIDRequest(server string, endpointID string, labelID string, params *DeleteNotificationEndpointsIDLabelsIDParams) (*http.Request, error)
NewDeleteNotificationEndpointsIDLabelsIDRequest generates requests for DeleteNotificationEndpointsIDLabelsID
func NewDeleteNotificationEndpointsIDRequest ¶
func NewDeleteNotificationEndpointsIDRequest(server string, endpointID string, params *DeleteNotificationEndpointsIDParams) (*http.Request, error)
NewDeleteNotificationEndpointsIDRequest generates requests for DeleteNotificationEndpointsID
func NewDeleteNotificationRulesIDLabelsIDRequest ¶
func NewDeleteNotificationRulesIDLabelsIDRequest(server string, ruleID string, labelID string, params *DeleteNotificationRulesIDLabelsIDParams) (*http.Request, error)
NewDeleteNotificationRulesIDLabelsIDRequest generates requests for DeleteNotificationRulesIDLabelsID
func NewDeleteNotificationRulesIDRequest ¶
func NewDeleteNotificationRulesIDRequest(server string, ruleID string, params *DeleteNotificationRulesIDParams) (*http.Request, error)
NewDeleteNotificationRulesIDRequest generates requests for DeleteNotificationRulesID
func NewDeleteOrgsIDMembersIDRequest ¶
func NewDeleteOrgsIDMembersIDRequest(server string, orgID string, userID string, params *DeleteOrgsIDMembersIDParams) (*http.Request, error)
NewDeleteOrgsIDMembersIDRequest generates requests for DeleteOrgsIDMembersID
func NewDeleteOrgsIDOwnersIDRequest ¶
func NewDeleteOrgsIDOwnersIDRequest(server string, orgID string, userID string, params *DeleteOrgsIDOwnersIDParams) (*http.Request, error)
NewDeleteOrgsIDOwnersIDRequest generates requests for DeleteOrgsIDOwnersID
func NewDeleteOrgsIDRequest ¶
func NewDeleteOrgsIDRequest(server string, orgID string, params *DeleteOrgsIDParams) (*http.Request, error)
NewDeleteOrgsIDRequest generates requests for DeleteOrgsID
func NewDeleteScrapersIDLabelsIDRequest ¶
func NewDeleteScrapersIDLabelsIDRequest(server string, scraperTargetID string, labelID string, params *DeleteScrapersIDLabelsIDParams) (*http.Request, error)
NewDeleteScrapersIDLabelsIDRequest generates requests for DeleteScrapersIDLabelsID
func NewDeleteScrapersIDMembersIDRequest ¶
func NewDeleteScrapersIDMembersIDRequest(server string, scraperTargetID string, userID string, params *DeleteScrapersIDMembersIDParams) (*http.Request, error)
NewDeleteScrapersIDMembersIDRequest generates requests for DeleteScrapersIDMembersID
func NewDeleteScrapersIDOwnersIDRequest ¶
func NewDeleteScrapersIDOwnersIDRequest(server string, scraperTargetID string, userID string, params *DeleteScrapersIDOwnersIDParams) (*http.Request, error)
NewDeleteScrapersIDOwnersIDRequest generates requests for DeleteScrapersIDOwnersID
func NewDeleteScrapersIDRequest ¶
func NewDeleteScrapersIDRequest(server string, scraperTargetID string, params *DeleteScrapersIDParams) (*http.Request, error)
NewDeleteScrapersIDRequest generates requests for DeleteScrapersID
func NewDeleteSourcesIDRequest ¶
func NewDeleteSourcesIDRequest(server string, sourceID string, params *DeleteSourcesIDParams) (*http.Request, error)
NewDeleteSourcesIDRequest generates requests for DeleteSourcesID
func NewDeleteStackRequest ¶
func NewDeleteStackRequest(server string, stackId string, params *DeleteStackParams) (*http.Request, error)
NewDeleteStackRequest generates requests for DeleteStack
func NewDeleteTasksIDLabelsIDRequest ¶
func NewDeleteTasksIDLabelsIDRequest(server string, taskID string, labelID string, params *DeleteTasksIDLabelsIDParams) (*http.Request, error)
NewDeleteTasksIDLabelsIDRequest generates requests for DeleteTasksIDLabelsID
func NewDeleteTasksIDMembersIDRequest ¶
func NewDeleteTasksIDMembersIDRequest(server string, taskID string, userID string, params *DeleteTasksIDMembersIDParams) (*http.Request, error)
NewDeleteTasksIDMembersIDRequest generates requests for DeleteTasksIDMembersID
func NewDeleteTasksIDOwnersIDRequest ¶
func NewDeleteTasksIDOwnersIDRequest(server string, taskID string, userID string, params *DeleteTasksIDOwnersIDParams) (*http.Request, error)
NewDeleteTasksIDOwnersIDRequest generates requests for DeleteTasksIDOwnersID
func NewDeleteTasksIDRequest ¶
func NewDeleteTasksIDRequest(server string, taskID string, params *DeleteTasksIDParams) (*http.Request, error)
NewDeleteTasksIDRequest generates requests for DeleteTasksID
func NewDeleteTasksIDRunsIDRequest ¶
func NewDeleteTasksIDRunsIDRequest(server string, taskID string, runID string, params *DeleteTasksIDRunsIDParams) (*http.Request, error)
NewDeleteTasksIDRunsIDRequest generates requests for DeleteTasksIDRunsID
func NewDeleteTelegrafsIDLabelsIDRequest ¶
func NewDeleteTelegrafsIDLabelsIDRequest(server string, telegrafID string, labelID string, params *DeleteTelegrafsIDLabelsIDParams) (*http.Request, error)
NewDeleteTelegrafsIDLabelsIDRequest generates requests for DeleteTelegrafsIDLabelsID
func NewDeleteTelegrafsIDMembersIDRequest ¶
func NewDeleteTelegrafsIDMembersIDRequest(server string, telegrafID string, userID string, params *DeleteTelegrafsIDMembersIDParams) (*http.Request, error)
NewDeleteTelegrafsIDMembersIDRequest generates requests for DeleteTelegrafsIDMembersID
func NewDeleteTelegrafsIDOwnersIDRequest ¶
func NewDeleteTelegrafsIDOwnersIDRequest(server string, telegrafID string, userID string, params *DeleteTelegrafsIDOwnersIDParams) (*http.Request, error)
NewDeleteTelegrafsIDOwnersIDRequest generates requests for DeleteTelegrafsIDOwnersID
func NewDeleteTelegrafsIDRequest ¶
func NewDeleteTelegrafsIDRequest(server string, telegrafID string, params *DeleteTelegrafsIDParams) (*http.Request, error)
NewDeleteTelegrafsIDRequest generates requests for DeleteTelegrafsID
func NewDeleteUsersIDRequest ¶
func NewDeleteUsersIDRequest(server string, userID string, params *DeleteUsersIDParams) (*http.Request, error)
NewDeleteUsersIDRequest generates requests for DeleteUsersID
func NewDeleteVariablesIDLabelsIDRequest ¶
func NewDeleteVariablesIDLabelsIDRequest(server string, variableID string, labelID string, params *DeleteVariablesIDLabelsIDParams) (*http.Request, error)
NewDeleteVariablesIDLabelsIDRequest generates requests for DeleteVariablesIDLabelsID
func NewDeleteVariablesIDRequest ¶
func NewDeleteVariablesIDRequest(server string, variableID string, params *DeleteVariablesIDParams) (*http.Request, error)
NewDeleteVariablesIDRequest generates requests for DeleteVariablesID
func NewExportTemplateRequest ¶
func NewExportTemplateRequest(server string, body ExportTemplateJSONRequestBody) (*http.Request, error)
NewExportTemplateRequest calls the generic ExportTemplate builder with application/json body
func NewExportTemplateRequestWithBody ¶
func NewExportTemplateRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewExportTemplateRequestWithBody generates requests for ExportTemplate with any type of body
func NewGetAuthorizationsIDRequest ¶
func NewGetAuthorizationsIDRequest(server string, authID string, params *GetAuthorizationsIDParams) (*http.Request, error)
NewGetAuthorizationsIDRequest generates requests for GetAuthorizationsID
func NewGetAuthorizationsRequest ¶
func NewGetAuthorizationsRequest(server string, params *GetAuthorizationsParams) (*http.Request, error)
NewGetAuthorizationsRequest generates requests for GetAuthorizations
func NewGetBucketsIDLabelsRequest ¶
func NewGetBucketsIDLabelsRequest(server string, bucketID string, params *GetBucketsIDLabelsParams) (*http.Request, error)
NewGetBucketsIDLabelsRequest generates requests for GetBucketsIDLabels
func NewGetBucketsIDMembersRequest ¶
func NewGetBucketsIDMembersRequest(server string, bucketID string, params *GetBucketsIDMembersParams) (*http.Request, error)
NewGetBucketsIDMembersRequest generates requests for GetBucketsIDMembers
func NewGetBucketsIDOwnersRequest ¶
func NewGetBucketsIDOwnersRequest(server string, bucketID string, params *GetBucketsIDOwnersParams) (*http.Request, error)
NewGetBucketsIDOwnersRequest generates requests for GetBucketsIDOwners
func NewGetBucketsIDRequest ¶
func NewGetBucketsIDRequest(server string, bucketID string, params *GetBucketsIDParams) (*http.Request, error)
NewGetBucketsIDRequest generates requests for GetBucketsID
func NewGetBucketsRequest ¶
func NewGetBucketsRequest(server string, params *GetBucketsParams) (*http.Request, error)
NewGetBucketsRequest generates requests for GetBuckets
func NewGetChecksIDLabelsRequest ¶
func NewGetChecksIDLabelsRequest(server string, checkID string, params *GetChecksIDLabelsParams) (*http.Request, error)
NewGetChecksIDLabelsRequest generates requests for GetChecksIDLabels
func NewGetChecksIDQueryRequest ¶
func NewGetChecksIDQueryRequest(server string, checkID string, params *GetChecksIDQueryParams) (*http.Request, error)
NewGetChecksIDQueryRequest generates requests for GetChecksIDQuery
func NewGetChecksIDRequest ¶
func NewGetChecksIDRequest(server string, checkID string, params *GetChecksIDParams) (*http.Request, error)
NewGetChecksIDRequest generates requests for GetChecksID
func NewGetChecksRequest ¶
func NewGetChecksRequest(server string, params *GetChecksParams) (*http.Request, error)
NewGetChecksRequest generates requests for GetChecks
func NewGetDBRPsIDRequest ¶
func NewGetDBRPsIDRequest(server string, dbrpID string, params *GetDBRPsIDParams) (*http.Request, error)
NewGetDBRPsIDRequest generates requests for GetDBRPsID
func NewGetDBRPsRequest ¶
func NewGetDBRPsRequest(server string, params *GetDBRPsParams) (*http.Request, error)
NewGetDBRPsRequest generates requests for GetDBRPs
func NewGetDashboardsIDCellsIDViewRequest ¶
func NewGetDashboardsIDCellsIDViewRequest(server string, dashboardID string, cellID string, params *GetDashboardsIDCellsIDViewParams) (*http.Request, error)
NewGetDashboardsIDCellsIDViewRequest generates requests for GetDashboardsIDCellsIDView
func NewGetDashboardsIDLabelsRequest ¶
func NewGetDashboardsIDLabelsRequest(server string, dashboardID string, params *GetDashboardsIDLabelsParams) (*http.Request, error)
NewGetDashboardsIDLabelsRequest generates requests for GetDashboardsIDLabels
func NewGetDashboardsIDMembersRequest ¶
func NewGetDashboardsIDMembersRequest(server string, dashboardID string, params *GetDashboardsIDMembersParams) (*http.Request, error)
NewGetDashboardsIDMembersRequest generates requests for GetDashboardsIDMembers
func NewGetDashboardsIDOwnersRequest ¶
func NewGetDashboardsIDOwnersRequest(server string, dashboardID string, params *GetDashboardsIDOwnersParams) (*http.Request, error)
NewGetDashboardsIDOwnersRequest generates requests for GetDashboardsIDOwners
func NewGetDashboardsIDRequest ¶
func NewGetDashboardsIDRequest(server string, dashboardID string, params *GetDashboardsIDParams) (*http.Request, error)
NewGetDashboardsIDRequest generates requests for GetDashboardsID
func NewGetDashboardsRequest ¶
func NewGetDashboardsRequest(server string, params *GetDashboardsParams) (*http.Request, error)
NewGetDashboardsRequest generates requests for GetDashboards
func NewGetDocumentsTemplatesIDLabelsRequest ¶
func NewGetDocumentsTemplatesIDLabelsRequest(server string, templateID string, params *GetDocumentsTemplatesIDLabelsParams) (*http.Request, error)
NewGetDocumentsTemplatesIDLabelsRequest generates requests for GetDocumentsTemplatesIDLabels
func NewGetDocumentsTemplatesIDRequest ¶
func NewGetDocumentsTemplatesIDRequest(server string, templateID string, params *GetDocumentsTemplatesIDParams) (*http.Request, error)
NewGetDocumentsTemplatesIDRequest generates requests for GetDocumentsTemplatesID
func NewGetDocumentsTemplatesRequest ¶
func NewGetDocumentsTemplatesRequest(server string, params *GetDocumentsTemplatesParams) (*http.Request, error)
NewGetDocumentsTemplatesRequest generates requests for GetDocumentsTemplates
func NewGetFlagsRequest ¶
func NewGetFlagsRequest(server string, params *GetFlagsParams) (*http.Request, error)
NewGetFlagsRequest generates requests for GetFlags
func NewGetHealthRequest ¶
func NewGetHealthRequest(server string, params *GetHealthParams) (*http.Request, error)
NewGetHealthRequest generates requests for GetHealth
func NewGetLabelsIDRequest ¶
func NewGetLabelsIDRequest(server string, labelID string, params *GetLabelsIDParams) (*http.Request, error)
NewGetLabelsIDRequest generates requests for GetLabelsID
func NewGetLabelsRequest ¶
func NewGetLabelsRequest(server string, params *GetLabelsParams) (*http.Request, error)
NewGetLabelsRequest generates requests for GetLabels
func NewGetMeRequest ¶
func NewGetMeRequest(server string, params *GetMeParams) (*http.Request, error)
NewGetMeRequest generates requests for GetMe
func NewGetNotificationEndpointsIDLabelsRequest ¶
func NewGetNotificationEndpointsIDLabelsRequest(server string, endpointID string, params *GetNotificationEndpointsIDLabelsParams) (*http.Request, error)
NewGetNotificationEndpointsIDLabelsRequest generates requests for GetNotificationEndpointsIDLabels
func NewGetNotificationEndpointsIDRequest ¶
func NewGetNotificationEndpointsIDRequest(server string, endpointID string, params *GetNotificationEndpointsIDParams) (*http.Request, error)
NewGetNotificationEndpointsIDRequest generates requests for GetNotificationEndpointsID
func NewGetNotificationEndpointsRequest ¶
func NewGetNotificationEndpointsRequest(server string, params *GetNotificationEndpointsParams) (*http.Request, error)
NewGetNotificationEndpointsRequest generates requests for GetNotificationEndpoints
func NewGetNotificationRulesIDLabelsRequest ¶
func NewGetNotificationRulesIDLabelsRequest(server string, ruleID string, params *GetNotificationRulesIDLabelsParams) (*http.Request, error)
NewGetNotificationRulesIDLabelsRequest generates requests for GetNotificationRulesIDLabels
func NewGetNotificationRulesIDQueryRequest ¶
func NewGetNotificationRulesIDQueryRequest(server string, ruleID string, params *GetNotificationRulesIDQueryParams) (*http.Request, error)
NewGetNotificationRulesIDQueryRequest generates requests for GetNotificationRulesIDQuery
func NewGetNotificationRulesIDRequest ¶
func NewGetNotificationRulesIDRequest(server string, ruleID string, params *GetNotificationRulesIDParams) (*http.Request, error)
NewGetNotificationRulesIDRequest generates requests for GetNotificationRulesID
func NewGetNotificationRulesRequest ¶
func NewGetNotificationRulesRequest(server string, params *GetNotificationRulesParams) (*http.Request, error)
NewGetNotificationRulesRequest generates requests for GetNotificationRules
func NewGetOrgsIDMembersRequest ¶
func NewGetOrgsIDMembersRequest(server string, orgID string, params *GetOrgsIDMembersParams) (*http.Request, error)
NewGetOrgsIDMembersRequest generates requests for GetOrgsIDMembers
func NewGetOrgsIDOwnersRequest ¶
func NewGetOrgsIDOwnersRequest(server string, orgID string, params *GetOrgsIDOwnersParams) (*http.Request, error)
NewGetOrgsIDOwnersRequest generates requests for GetOrgsIDOwners
func NewGetOrgsIDRequest ¶
func NewGetOrgsIDRequest(server string, orgID string, params *GetOrgsIDParams) (*http.Request, error)
NewGetOrgsIDRequest generates requests for GetOrgsID
func NewGetOrgsIDSecretsRequest ¶
func NewGetOrgsIDSecretsRequest(server string, orgID string, params *GetOrgsIDSecretsParams) (*http.Request, error)
NewGetOrgsIDSecretsRequest generates requests for GetOrgsIDSecrets
func NewGetOrgsRequest ¶
func NewGetOrgsRequest(server string, params *GetOrgsParams) (*http.Request, error)
NewGetOrgsRequest generates requests for GetOrgs
func NewGetQuerySuggestionsNameRequest ¶
func NewGetQuerySuggestionsNameRequest(server string, name string, params *GetQuerySuggestionsNameParams) (*http.Request, error)
NewGetQuerySuggestionsNameRequest generates requests for GetQuerySuggestionsName
func NewGetQuerySuggestionsRequest ¶
func NewGetQuerySuggestionsRequest(server string, params *GetQuerySuggestionsParams) (*http.Request, error)
NewGetQuerySuggestionsRequest generates requests for GetQuerySuggestions
func NewGetReadyRequest ¶
func NewGetReadyRequest(server string, params *GetReadyParams) (*http.Request, error)
NewGetReadyRequest generates requests for GetReady
func NewGetRoutesRequest ¶
func NewGetRoutesRequest(server string, params *GetRoutesParams) (*http.Request, error)
NewGetRoutesRequest generates requests for GetRoutes
func NewGetScrapersIDLabelsRequest ¶
func NewGetScrapersIDLabelsRequest(server string, scraperTargetID string, params *GetScrapersIDLabelsParams) (*http.Request, error)
NewGetScrapersIDLabelsRequest generates requests for GetScrapersIDLabels
func NewGetScrapersIDMembersRequest ¶
func NewGetScrapersIDMembersRequest(server string, scraperTargetID string, params *GetScrapersIDMembersParams) (*http.Request, error)
NewGetScrapersIDMembersRequest generates requests for GetScrapersIDMembers
func NewGetScrapersIDOwnersRequest ¶
func NewGetScrapersIDOwnersRequest(server string, scraperTargetID string, params *GetScrapersIDOwnersParams) (*http.Request, error)
NewGetScrapersIDOwnersRequest generates requests for GetScrapersIDOwners
func NewGetScrapersIDRequest ¶
func NewGetScrapersIDRequest(server string, scraperTargetID string, params *GetScrapersIDParams) (*http.Request, error)
NewGetScrapersIDRequest generates requests for GetScrapersID
func NewGetScrapersRequest ¶
func NewGetScrapersRequest(server string, params *GetScrapersParams) (*http.Request, error)
NewGetScrapersRequest generates requests for GetScrapers
func NewGetSetupRequest ¶
func NewGetSetupRequest(server string, params *GetSetupParams) (*http.Request, error)
NewGetSetupRequest generates requests for GetSetup
func NewGetSourcesIDBucketsRequest ¶
func NewGetSourcesIDBucketsRequest(server string, sourceID string, params *GetSourcesIDBucketsParams) (*http.Request, error)
NewGetSourcesIDBucketsRequest generates requests for GetSourcesIDBuckets
func NewGetSourcesIDHealthRequest ¶
func NewGetSourcesIDHealthRequest(server string, sourceID string, params *GetSourcesIDHealthParams) (*http.Request, error)
NewGetSourcesIDHealthRequest generates requests for GetSourcesIDHealth
func NewGetSourcesIDRequest ¶
func NewGetSourcesIDRequest(server string, sourceID string, params *GetSourcesIDParams) (*http.Request, error)
NewGetSourcesIDRequest generates requests for GetSourcesID
func NewGetSourcesRequest ¶
func NewGetSourcesRequest(server string, params *GetSourcesParams) (*http.Request, error)
NewGetSourcesRequest generates requests for GetSources
func NewGetTasksIDLabelsRequest ¶
func NewGetTasksIDLabelsRequest(server string, taskID string, params *GetTasksIDLabelsParams) (*http.Request, error)
NewGetTasksIDLabelsRequest generates requests for GetTasksIDLabels
func NewGetTasksIDLogsRequest ¶
func NewGetTasksIDLogsRequest(server string, taskID string, params *GetTasksIDLogsParams) (*http.Request, error)
NewGetTasksIDLogsRequest generates requests for GetTasksIDLogs
func NewGetTasksIDMembersRequest ¶
func NewGetTasksIDMembersRequest(server string, taskID string, params *GetTasksIDMembersParams) (*http.Request, error)
NewGetTasksIDMembersRequest generates requests for GetTasksIDMembers
func NewGetTasksIDOwnersRequest ¶
func NewGetTasksIDOwnersRequest(server string, taskID string, params *GetTasksIDOwnersParams) (*http.Request, error)
NewGetTasksIDOwnersRequest generates requests for GetTasksIDOwners
func NewGetTasksIDRequest ¶
func NewGetTasksIDRequest(server string, taskID string, params *GetTasksIDParams) (*http.Request, error)
NewGetTasksIDRequest generates requests for GetTasksID
func NewGetTasksIDRunsIDLogsRequest ¶
func NewGetTasksIDRunsIDLogsRequest(server string, taskID string, runID string, params *GetTasksIDRunsIDLogsParams) (*http.Request, error)
NewGetTasksIDRunsIDLogsRequest generates requests for GetTasksIDRunsIDLogs
func NewGetTasksIDRunsIDRequest ¶
func NewGetTasksIDRunsIDRequest(server string, taskID string, runID string, params *GetTasksIDRunsIDParams) (*http.Request, error)
NewGetTasksIDRunsIDRequest generates requests for GetTasksIDRunsID
func NewGetTasksIDRunsRequest ¶
func NewGetTasksIDRunsRequest(server string, taskID string, params *GetTasksIDRunsParams) (*http.Request, error)
NewGetTasksIDRunsRequest generates requests for GetTasksIDRuns
func NewGetTasksRequest ¶
func NewGetTasksRequest(server string, params *GetTasksParams) (*http.Request, error)
NewGetTasksRequest generates requests for GetTasks
func NewGetTelegrafPluginsRequest ¶
func NewGetTelegrafPluginsRequest(server string, params *GetTelegrafPluginsParams) (*http.Request, error)
NewGetTelegrafPluginsRequest generates requests for GetTelegrafPlugins
func NewGetTelegrafsIDLabelsRequest ¶
func NewGetTelegrafsIDLabelsRequest(server string, telegrafID string, params *GetTelegrafsIDLabelsParams) (*http.Request, error)
NewGetTelegrafsIDLabelsRequest generates requests for GetTelegrafsIDLabels
func NewGetTelegrafsIDMembersRequest ¶
func NewGetTelegrafsIDMembersRequest(server string, telegrafID string, params *GetTelegrafsIDMembersParams) (*http.Request, error)
NewGetTelegrafsIDMembersRequest generates requests for GetTelegrafsIDMembers
func NewGetTelegrafsIDOwnersRequest ¶
func NewGetTelegrafsIDOwnersRequest(server string, telegrafID string, params *GetTelegrafsIDOwnersParams) (*http.Request, error)
NewGetTelegrafsIDOwnersRequest generates requests for GetTelegrafsIDOwners
func NewGetTelegrafsIDRequest ¶
func NewGetTelegrafsIDRequest(server string, telegrafID string, params *GetTelegrafsIDParams) (*http.Request, error)
NewGetTelegrafsIDRequest generates requests for GetTelegrafsID
func NewGetTelegrafsRequest ¶
func NewGetTelegrafsRequest(server string, params *GetTelegrafsParams) (*http.Request, error)
NewGetTelegrafsRequest generates requests for GetTelegrafs
func NewGetUsersIDRequest ¶
func NewGetUsersIDRequest(server string, userID string, params *GetUsersIDParams) (*http.Request, error)
NewGetUsersIDRequest generates requests for GetUsersID
func NewGetUsersRequest ¶
func NewGetUsersRequest(server string, params *GetUsersParams) (*http.Request, error)
NewGetUsersRequest generates requests for GetUsers
func NewGetVariablesIDLabelsRequest ¶
func NewGetVariablesIDLabelsRequest(server string, variableID string, params *GetVariablesIDLabelsParams) (*http.Request, error)
NewGetVariablesIDLabelsRequest generates requests for GetVariablesIDLabels
func NewGetVariablesIDRequest ¶
func NewGetVariablesIDRequest(server string, variableID string, params *GetVariablesIDParams) (*http.Request, error)
NewGetVariablesIDRequest generates requests for GetVariablesID
func NewGetVariablesRequest ¶
func NewGetVariablesRequest(server string, params *GetVariablesParams) (*http.Request, error)
NewGetVariablesRequest generates requests for GetVariables
func NewListStacksRequest ¶
func NewListStacksRequest(server string, params *ListStacksParams) (*http.Request, error)
NewListStacksRequest generates requests for ListStacks
func NewPatchAuthorizationsIDRequest ¶
func NewPatchAuthorizationsIDRequest(server string, authID string, params *PatchAuthorizationsIDParams, body PatchAuthorizationsIDJSONRequestBody) (*http.Request, error)
NewPatchAuthorizationsIDRequest calls the generic PatchAuthorizationsID builder with application/json body
func NewPatchAuthorizationsIDRequestWithBody ¶
func NewPatchAuthorizationsIDRequestWithBody(server string, authID string, params *PatchAuthorizationsIDParams, contentType string, body io.Reader) (*http.Request, error)
NewPatchAuthorizationsIDRequestWithBody generates requests for PatchAuthorizationsID with any type of body
func NewPatchBucketsIDRequest ¶
func NewPatchBucketsIDRequest(server string, bucketID string, params *PatchBucketsIDParams, body PatchBucketsIDJSONRequestBody) (*http.Request, error)
NewPatchBucketsIDRequest calls the generic PatchBucketsID builder with application/json body
func NewPatchBucketsIDRequestWithBody ¶
func NewPatchBucketsIDRequestWithBody(server string, bucketID string, params *PatchBucketsIDParams, contentType string, body io.Reader) (*http.Request, error)
NewPatchBucketsIDRequestWithBody generates requests for PatchBucketsID with any type of body
func NewPatchChecksIDRequest ¶
func NewPatchChecksIDRequest(server string, checkID string, params *PatchChecksIDParams, body PatchChecksIDJSONRequestBody) (*http.Request, error)
NewPatchChecksIDRequest calls the generic PatchChecksID builder with application/json body
func NewPatchChecksIDRequestWithBody ¶
func NewPatchChecksIDRequestWithBody(server string, checkID string, params *PatchChecksIDParams, contentType string, body io.Reader) (*http.Request, error)
NewPatchChecksIDRequestWithBody generates requests for PatchChecksID with any type of body
func NewPatchDBRPIDRequest ¶
func NewPatchDBRPIDRequest(server string, dbrpID string, params *PatchDBRPIDParams, body PatchDBRPIDJSONRequestBody) (*http.Request, error)
NewPatchDBRPIDRequest calls the generic PatchDBRPID builder with application/json body
func NewPatchDBRPIDRequestWithBody ¶
func NewPatchDBRPIDRequestWithBody(server string, dbrpID string, params *PatchDBRPIDParams, contentType string, body io.Reader) (*http.Request, error)
NewPatchDBRPIDRequestWithBody generates requests for PatchDBRPID with any type of body
func NewPatchDashboardsIDCellsIDRequest ¶
func NewPatchDashboardsIDCellsIDRequest(server string, dashboardID string, cellID string, params *PatchDashboardsIDCellsIDParams, body PatchDashboardsIDCellsIDJSONRequestBody) (*http.Request, error)
NewPatchDashboardsIDCellsIDRequest calls the generic PatchDashboardsIDCellsID builder with application/json body
func NewPatchDashboardsIDCellsIDRequestWithBody ¶
func NewPatchDashboardsIDCellsIDRequestWithBody(server string, dashboardID string, cellID string, params *PatchDashboardsIDCellsIDParams, contentType string, body io.Reader) (*http.Request, error)
NewPatchDashboardsIDCellsIDRequestWithBody generates requests for PatchDashboardsIDCellsID with any type of body
func NewPatchDashboardsIDCellsIDViewRequest ¶
func NewPatchDashboardsIDCellsIDViewRequest(server string, dashboardID string, cellID string, params *PatchDashboardsIDCellsIDViewParams, body PatchDashboardsIDCellsIDViewJSONRequestBody) (*http.Request, error)
NewPatchDashboardsIDCellsIDViewRequest calls the generic PatchDashboardsIDCellsIDView builder with application/json body
func NewPatchDashboardsIDCellsIDViewRequestWithBody ¶
func NewPatchDashboardsIDCellsIDViewRequestWithBody(server string, dashboardID string, cellID string, params *PatchDashboardsIDCellsIDViewParams, contentType string, body io.Reader) (*http.Request, error)
NewPatchDashboardsIDCellsIDViewRequestWithBody generates requests for PatchDashboardsIDCellsIDView with any type of body
func NewPatchDashboardsIDRequest ¶
func NewPatchDashboardsIDRequest(server string, dashboardID string, params *PatchDashboardsIDParams, body PatchDashboardsIDJSONRequestBody) (*http.Request, error)
NewPatchDashboardsIDRequest calls the generic PatchDashboardsID builder with application/json body
func NewPatchDashboardsIDRequestWithBody ¶
func NewPatchDashboardsIDRequestWithBody(server string, dashboardID string, params *PatchDashboardsIDParams, contentType string, body io.Reader) (*http.Request, error)
NewPatchDashboardsIDRequestWithBody generates requests for PatchDashboardsID with any type of body
func NewPatchLabelsIDRequest ¶
func NewPatchLabelsIDRequest(server string, labelID string, params *PatchLabelsIDParams, body PatchLabelsIDJSONRequestBody) (*http.Request, error)
NewPatchLabelsIDRequest calls the generic PatchLabelsID builder with application/json body
func NewPatchLabelsIDRequestWithBody ¶
func NewPatchLabelsIDRequestWithBody(server string, labelID string, params *PatchLabelsIDParams, contentType string, body io.Reader) (*http.Request, error)
NewPatchLabelsIDRequestWithBody generates requests for PatchLabelsID with any type of body
func NewPatchNotificationEndpointsIDRequest ¶
func NewPatchNotificationEndpointsIDRequest(server string, endpointID string, params *PatchNotificationEndpointsIDParams, body PatchNotificationEndpointsIDJSONRequestBody) (*http.Request, error)
NewPatchNotificationEndpointsIDRequest calls the generic PatchNotificationEndpointsID builder with application/json body
func NewPatchNotificationEndpointsIDRequestWithBody ¶
func NewPatchNotificationEndpointsIDRequestWithBody(server string, endpointID string, params *PatchNotificationEndpointsIDParams, contentType string, body io.Reader) (*http.Request, error)
NewPatchNotificationEndpointsIDRequestWithBody generates requests for PatchNotificationEndpointsID with any type of body
func NewPatchNotificationRulesIDRequest ¶
func NewPatchNotificationRulesIDRequest(server string, ruleID string, params *PatchNotificationRulesIDParams, body PatchNotificationRulesIDJSONRequestBody) (*http.Request, error)
NewPatchNotificationRulesIDRequest calls the generic PatchNotificationRulesID builder with application/json body
func NewPatchNotificationRulesIDRequestWithBody ¶
func NewPatchNotificationRulesIDRequestWithBody(server string, ruleID string, params *PatchNotificationRulesIDParams, contentType string, body io.Reader) (*http.Request, error)
NewPatchNotificationRulesIDRequestWithBody generates requests for PatchNotificationRulesID with any type of body
func NewPatchOrgsIDRequest ¶
func NewPatchOrgsIDRequest(server string, orgID string, params *PatchOrgsIDParams, body PatchOrgsIDJSONRequestBody) (*http.Request, error)
NewPatchOrgsIDRequest calls the generic PatchOrgsID builder with application/json body
func NewPatchOrgsIDRequestWithBody ¶
func NewPatchOrgsIDRequestWithBody(server string, orgID string, params *PatchOrgsIDParams, contentType string, body io.Reader) (*http.Request, error)
NewPatchOrgsIDRequestWithBody generates requests for PatchOrgsID with any type of body
func NewPatchOrgsIDSecretsRequest ¶
func NewPatchOrgsIDSecretsRequest(server string, orgID string, params *PatchOrgsIDSecretsParams, body PatchOrgsIDSecretsJSONRequestBody) (*http.Request, error)
NewPatchOrgsIDSecretsRequest calls the generic PatchOrgsIDSecrets builder with application/json body
func NewPatchOrgsIDSecretsRequestWithBody ¶
func NewPatchOrgsIDSecretsRequestWithBody(server string, orgID string, params *PatchOrgsIDSecretsParams, contentType string, body io.Reader) (*http.Request, error)
NewPatchOrgsIDSecretsRequestWithBody generates requests for PatchOrgsIDSecrets with any type of body
func NewPatchScrapersIDRequest ¶
func NewPatchScrapersIDRequest(server string, scraperTargetID string, params *PatchScrapersIDParams, body PatchScrapersIDJSONRequestBody) (*http.Request, error)
NewPatchScrapersIDRequest calls the generic PatchScrapersID builder with application/json body
func NewPatchScrapersIDRequestWithBody ¶
func NewPatchScrapersIDRequestWithBody(server string, scraperTargetID string, params *PatchScrapersIDParams, contentType string, body io.Reader) (*http.Request, error)
NewPatchScrapersIDRequestWithBody generates requests for PatchScrapersID with any type of body
func NewPatchSourcesIDRequest ¶
func NewPatchSourcesIDRequest(server string, sourceID string, params *PatchSourcesIDParams, body PatchSourcesIDJSONRequestBody) (*http.Request, error)
NewPatchSourcesIDRequest calls the generic PatchSourcesID builder with application/json body
func NewPatchSourcesIDRequestWithBody ¶
func NewPatchSourcesIDRequestWithBody(server string, sourceID string, params *PatchSourcesIDParams, contentType string, body io.Reader) (*http.Request, error)
NewPatchSourcesIDRequestWithBody generates requests for PatchSourcesID with any type of body
func NewPatchTasksIDRequest ¶
func NewPatchTasksIDRequest(server string, taskID string, params *PatchTasksIDParams, body PatchTasksIDJSONRequestBody) (*http.Request, error)
NewPatchTasksIDRequest calls the generic PatchTasksID builder with application/json body
func NewPatchTasksIDRequestWithBody ¶
func NewPatchTasksIDRequestWithBody(server string, taskID string, params *PatchTasksIDParams, contentType string, body io.Reader) (*http.Request, error)
NewPatchTasksIDRequestWithBody generates requests for PatchTasksID with any type of body
func NewPatchUsersIDRequest ¶
func NewPatchUsersIDRequest(server string, userID string, params *PatchUsersIDParams, body PatchUsersIDJSONRequestBody) (*http.Request, error)
NewPatchUsersIDRequest calls the generic PatchUsersID builder with application/json body
func NewPatchUsersIDRequestWithBody ¶
func NewPatchUsersIDRequestWithBody(server string, userID string, params *PatchUsersIDParams, contentType string, body io.Reader) (*http.Request, error)
NewPatchUsersIDRequestWithBody generates requests for PatchUsersID with any type of body
func NewPatchVariablesIDRequest ¶
func NewPatchVariablesIDRequest(server string, variableID string, params *PatchVariablesIDParams, body PatchVariablesIDJSONRequestBody) (*http.Request, error)
NewPatchVariablesIDRequest calls the generic PatchVariablesID builder with application/json body
func NewPatchVariablesIDRequestWithBody ¶
func NewPatchVariablesIDRequestWithBody(server string, variableID string, params *PatchVariablesIDParams, contentType string, body io.Reader) (*http.Request, error)
NewPatchVariablesIDRequestWithBody generates requests for PatchVariablesID with any type of body
func NewPostAuthorizationsRequest ¶
func NewPostAuthorizationsRequest(server string, params *PostAuthorizationsParams, body PostAuthorizationsJSONRequestBody) (*http.Request, error)
NewPostAuthorizationsRequest calls the generic PostAuthorizations builder with application/json body
func NewPostAuthorizationsRequestWithBody ¶
func NewPostAuthorizationsRequestWithBody(server string, params *PostAuthorizationsParams, contentType string, body io.Reader) (*http.Request, error)
NewPostAuthorizationsRequestWithBody generates requests for PostAuthorizations with any type of body
func NewPostBucketsIDLabelsRequest ¶
func NewPostBucketsIDLabelsRequest(server string, bucketID string, params *PostBucketsIDLabelsParams, body PostBucketsIDLabelsJSONRequestBody) (*http.Request, error)
NewPostBucketsIDLabelsRequest calls the generic PostBucketsIDLabels builder with application/json body
func NewPostBucketsIDLabelsRequestWithBody ¶
func NewPostBucketsIDLabelsRequestWithBody(server string, bucketID string, params *PostBucketsIDLabelsParams, contentType string, body io.Reader) (*http.Request, error)
NewPostBucketsIDLabelsRequestWithBody generates requests for PostBucketsIDLabels with any type of body
func NewPostBucketsIDMembersRequest ¶
func NewPostBucketsIDMembersRequest(server string, bucketID string, params *PostBucketsIDMembersParams, body PostBucketsIDMembersJSONRequestBody) (*http.Request, error)
NewPostBucketsIDMembersRequest calls the generic PostBucketsIDMembers builder with application/json body
func NewPostBucketsIDMembersRequestWithBody ¶
func NewPostBucketsIDMembersRequestWithBody(server string, bucketID string, params *PostBucketsIDMembersParams, contentType string, body io.Reader) (*http.Request, error)
NewPostBucketsIDMembersRequestWithBody generates requests for PostBucketsIDMembers with any type of body
func NewPostBucketsIDOwnersRequest ¶
func NewPostBucketsIDOwnersRequest(server string, bucketID string, params *PostBucketsIDOwnersParams, body PostBucketsIDOwnersJSONRequestBody) (*http.Request, error)
NewPostBucketsIDOwnersRequest calls the generic PostBucketsIDOwners builder with application/json body
func NewPostBucketsIDOwnersRequestWithBody ¶
func NewPostBucketsIDOwnersRequestWithBody(server string, bucketID string, params *PostBucketsIDOwnersParams, contentType string, body io.Reader) (*http.Request, error)
NewPostBucketsIDOwnersRequestWithBody generates requests for PostBucketsIDOwners with any type of body
func NewPostBucketsRequest ¶
func NewPostBucketsRequest(server string, params *PostBucketsParams, body PostBucketsJSONRequestBody) (*http.Request, error)
NewPostBucketsRequest calls the generic PostBuckets builder with application/json body
func NewPostBucketsRequestWithBody ¶
func NewPostBucketsRequestWithBody(server string, params *PostBucketsParams, contentType string, body io.Reader) (*http.Request, error)
NewPostBucketsRequestWithBody generates requests for PostBuckets with any type of body
func NewPostChecksIDLabelsRequest ¶
func NewPostChecksIDLabelsRequest(server string, checkID string, params *PostChecksIDLabelsParams, body PostChecksIDLabelsJSONRequestBody) (*http.Request, error)
NewPostChecksIDLabelsRequest calls the generic PostChecksIDLabels builder with application/json body
func NewPostChecksIDLabelsRequestWithBody ¶
func NewPostChecksIDLabelsRequestWithBody(server string, checkID string, params *PostChecksIDLabelsParams, contentType string, body io.Reader) (*http.Request, error)
NewPostChecksIDLabelsRequestWithBody generates requests for PostChecksIDLabels with any type of body
func NewPostDBRPRequest ¶
func NewPostDBRPRequest(server string, params *PostDBRPParams, body PostDBRPJSONRequestBody) (*http.Request, error)
NewPostDBRPRequest calls the generic PostDBRP builder with application/json body
func NewPostDBRPRequestWithBody ¶
func NewPostDBRPRequestWithBody(server string, params *PostDBRPParams, contentType string, body io.Reader) (*http.Request, error)
NewPostDBRPRequestWithBody generates requests for PostDBRP with any type of body
func NewPostDashboardsIDCellsRequest ¶
func NewPostDashboardsIDCellsRequest(server string, dashboardID string, params *PostDashboardsIDCellsParams, body PostDashboardsIDCellsJSONRequestBody) (*http.Request, error)
NewPostDashboardsIDCellsRequest calls the generic PostDashboardsIDCells builder with application/json body
func NewPostDashboardsIDCellsRequestWithBody ¶
func NewPostDashboardsIDCellsRequestWithBody(server string, dashboardID string, params *PostDashboardsIDCellsParams, contentType string, body io.Reader) (*http.Request, error)
NewPostDashboardsIDCellsRequestWithBody generates requests for PostDashboardsIDCells with any type of body
func NewPostDashboardsIDLabelsRequest ¶
func NewPostDashboardsIDLabelsRequest(server string, dashboardID string, params *PostDashboardsIDLabelsParams, body PostDashboardsIDLabelsJSONRequestBody) (*http.Request, error)
NewPostDashboardsIDLabelsRequest calls the generic PostDashboardsIDLabels builder with application/json body
func NewPostDashboardsIDLabelsRequestWithBody ¶
func NewPostDashboardsIDLabelsRequestWithBody(server string, dashboardID string, params *PostDashboardsIDLabelsParams, contentType string, body io.Reader) (*http.Request, error)
NewPostDashboardsIDLabelsRequestWithBody generates requests for PostDashboardsIDLabels with any type of body
func NewPostDashboardsIDMembersRequest ¶
func NewPostDashboardsIDMembersRequest(server string, dashboardID string, params *PostDashboardsIDMembersParams, body PostDashboardsIDMembersJSONRequestBody) (*http.Request, error)
NewPostDashboardsIDMembersRequest calls the generic PostDashboardsIDMembers builder with application/json body
func NewPostDashboardsIDMembersRequestWithBody ¶
func NewPostDashboardsIDMembersRequestWithBody(server string, dashboardID string, params *PostDashboardsIDMembersParams, contentType string, body io.Reader) (*http.Request, error)
NewPostDashboardsIDMembersRequestWithBody generates requests for PostDashboardsIDMembers with any type of body
func NewPostDashboardsIDOwnersRequest ¶
func NewPostDashboardsIDOwnersRequest(server string, dashboardID string, params *PostDashboardsIDOwnersParams, body PostDashboardsIDOwnersJSONRequestBody) (*http.Request, error)
NewPostDashboardsIDOwnersRequest calls the generic PostDashboardsIDOwners builder with application/json body
func NewPostDashboardsIDOwnersRequestWithBody ¶
func NewPostDashboardsIDOwnersRequestWithBody(server string, dashboardID string, params *PostDashboardsIDOwnersParams, contentType string, body io.Reader) (*http.Request, error)
NewPostDashboardsIDOwnersRequestWithBody generates requests for PostDashboardsIDOwners with any type of body
func NewPostDashboardsRequest ¶
func NewPostDashboardsRequest(server string, params *PostDashboardsParams, body PostDashboardsJSONRequestBody) (*http.Request, error)
NewPostDashboardsRequest calls the generic PostDashboards builder with application/json body
func NewPostDashboardsRequestWithBody ¶
func NewPostDashboardsRequestWithBody(server string, params *PostDashboardsParams, contentType string, body io.Reader) (*http.Request, error)
NewPostDashboardsRequestWithBody generates requests for PostDashboards with any type of body
func NewPostDeleteRequest ¶
func NewPostDeleteRequest(server string, params *PostDeleteParams, body PostDeleteJSONRequestBody) (*http.Request, error)
NewPostDeleteRequest calls the generic PostDelete builder with application/json body
func NewPostDeleteRequestWithBody ¶
func NewPostDeleteRequestWithBody(server string, params *PostDeleteParams, contentType string, body io.Reader) (*http.Request, error)
NewPostDeleteRequestWithBody generates requests for PostDelete with any type of body
func NewPostDocumentsTemplatesIDLabelsRequest ¶
func NewPostDocumentsTemplatesIDLabelsRequest(server string, templateID string, params *PostDocumentsTemplatesIDLabelsParams, body PostDocumentsTemplatesIDLabelsJSONRequestBody) (*http.Request, error)
NewPostDocumentsTemplatesIDLabelsRequest calls the generic PostDocumentsTemplatesIDLabels builder with application/json body
func NewPostDocumentsTemplatesIDLabelsRequestWithBody ¶
func NewPostDocumentsTemplatesIDLabelsRequestWithBody(server string, templateID string, params *PostDocumentsTemplatesIDLabelsParams, contentType string, body io.Reader) (*http.Request, error)
NewPostDocumentsTemplatesIDLabelsRequestWithBody generates requests for PostDocumentsTemplatesIDLabels with any type of body
func NewPostDocumentsTemplatesRequest ¶
func NewPostDocumentsTemplatesRequest(server string, params *PostDocumentsTemplatesParams, body PostDocumentsTemplatesJSONRequestBody) (*http.Request, error)
NewPostDocumentsTemplatesRequest calls the generic PostDocumentsTemplates builder with application/json body
func NewPostDocumentsTemplatesRequestWithBody ¶
func NewPostDocumentsTemplatesRequestWithBody(server string, params *PostDocumentsTemplatesParams, contentType string, body io.Reader) (*http.Request, error)
NewPostDocumentsTemplatesRequestWithBody generates requests for PostDocumentsTemplates with any type of body
func NewPostLabelsRequest ¶
func NewPostLabelsRequest(server string, body PostLabelsJSONRequestBody) (*http.Request, error)
NewPostLabelsRequest calls the generic PostLabels builder with application/json body
func NewPostLabelsRequestWithBody ¶
func NewPostLabelsRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewPostLabelsRequestWithBody generates requests for PostLabels with any type of body
func NewPostNotificationEndpointIDLabelsRequest ¶
func NewPostNotificationEndpointIDLabelsRequest(server string, endpointID string, params *PostNotificationEndpointIDLabelsParams, body PostNotificationEndpointIDLabelsJSONRequestBody) (*http.Request, error)
NewPostNotificationEndpointIDLabelsRequest calls the generic PostNotificationEndpointIDLabels builder with application/json body
func NewPostNotificationEndpointIDLabelsRequestWithBody ¶
func NewPostNotificationEndpointIDLabelsRequestWithBody(server string, endpointID string, params *PostNotificationEndpointIDLabelsParams, contentType string, body io.Reader) (*http.Request, error)
NewPostNotificationEndpointIDLabelsRequestWithBody generates requests for PostNotificationEndpointIDLabels with any type of body
func NewPostNotificationRuleIDLabelsRequest ¶
func NewPostNotificationRuleIDLabelsRequest(server string, ruleID string, params *PostNotificationRuleIDLabelsParams, body PostNotificationRuleIDLabelsJSONRequestBody) (*http.Request, error)
NewPostNotificationRuleIDLabelsRequest calls the generic PostNotificationRuleIDLabels builder with application/json body
func NewPostNotificationRuleIDLabelsRequestWithBody ¶
func NewPostNotificationRuleIDLabelsRequestWithBody(server string, ruleID string, params *PostNotificationRuleIDLabelsParams, contentType string, body io.Reader) (*http.Request, error)
NewPostNotificationRuleIDLabelsRequestWithBody generates requests for PostNotificationRuleIDLabels with any type of body
func NewPostOrgsIDMembersRequest ¶
func NewPostOrgsIDMembersRequest(server string, orgID string, params *PostOrgsIDMembersParams, body PostOrgsIDMembersJSONRequestBody) (*http.Request, error)
NewPostOrgsIDMembersRequest calls the generic PostOrgsIDMembers builder with application/json body
func NewPostOrgsIDMembersRequestWithBody ¶
func NewPostOrgsIDMembersRequestWithBody(server string, orgID string, params *PostOrgsIDMembersParams, contentType string, body io.Reader) (*http.Request, error)
NewPostOrgsIDMembersRequestWithBody generates requests for PostOrgsIDMembers with any type of body
func NewPostOrgsIDOwnersRequest ¶
func NewPostOrgsIDOwnersRequest(server string, orgID string, params *PostOrgsIDOwnersParams, body PostOrgsIDOwnersJSONRequestBody) (*http.Request, error)
NewPostOrgsIDOwnersRequest calls the generic PostOrgsIDOwners builder with application/json body
func NewPostOrgsIDOwnersRequestWithBody ¶
func NewPostOrgsIDOwnersRequestWithBody(server string, orgID string, params *PostOrgsIDOwnersParams, contentType string, body io.Reader) (*http.Request, error)
NewPostOrgsIDOwnersRequestWithBody generates requests for PostOrgsIDOwners with any type of body
func NewPostOrgsIDSecretsRequest ¶
func NewPostOrgsIDSecretsRequest(server string, orgID string, params *PostOrgsIDSecretsParams, body PostOrgsIDSecretsJSONRequestBody) (*http.Request, error)
NewPostOrgsIDSecretsRequest calls the generic PostOrgsIDSecrets builder with application/json body
func NewPostOrgsIDSecretsRequestWithBody ¶
func NewPostOrgsIDSecretsRequestWithBody(server string, orgID string, params *PostOrgsIDSecretsParams, contentType string, body io.Reader) (*http.Request, error)
NewPostOrgsIDSecretsRequestWithBody generates requests for PostOrgsIDSecrets with any type of body
func NewPostOrgsRequest ¶
func NewPostOrgsRequest(server string, params *PostOrgsParams, body PostOrgsJSONRequestBody) (*http.Request, error)
NewPostOrgsRequest calls the generic PostOrgs builder with application/json body
func NewPostOrgsRequestWithBody ¶
func NewPostOrgsRequestWithBody(server string, params *PostOrgsParams, contentType string, body io.Reader) (*http.Request, error)
NewPostOrgsRequestWithBody generates requests for PostOrgs with any type of body
func NewPostQueryAnalyzeRequest ¶
func NewPostQueryAnalyzeRequest(server string, params *PostQueryAnalyzeParams, body PostQueryAnalyzeJSONRequestBody) (*http.Request, error)
NewPostQueryAnalyzeRequest calls the generic PostQueryAnalyze builder with application/json body
func NewPostQueryAnalyzeRequestWithBody ¶
func NewPostQueryAnalyzeRequestWithBody(server string, params *PostQueryAnalyzeParams, contentType string, body io.Reader) (*http.Request, error)
NewPostQueryAnalyzeRequestWithBody generates requests for PostQueryAnalyze with any type of body
func NewPostQueryAstRequest ¶
func NewPostQueryAstRequest(server string, params *PostQueryAstParams, body PostQueryAstJSONRequestBody) (*http.Request, error)
NewPostQueryAstRequest calls the generic PostQueryAst builder with application/json body
func NewPostQueryAstRequestWithBody ¶
func NewPostQueryAstRequestWithBody(server string, params *PostQueryAstParams, contentType string, body io.Reader) (*http.Request, error)
NewPostQueryAstRequestWithBody generates requests for PostQueryAst with any type of body
func NewPostQueryRequest ¶
func NewPostQueryRequest(server string, params *PostQueryParams, body PostQueryJSONRequestBody) (*http.Request, error)
NewPostQueryRequest calls the generic PostQuery builder with application/json body
func NewPostQueryRequestWithBody ¶
func NewPostQueryRequestWithBody(server string, params *PostQueryParams, contentType string, body io.Reader) (*http.Request, error)
NewPostQueryRequestWithBody generates requests for PostQuery with any type of body
func NewPostScrapersIDLabelsRequest ¶
func NewPostScrapersIDLabelsRequest(server string, scraperTargetID string, params *PostScrapersIDLabelsParams, body PostScrapersIDLabelsJSONRequestBody) (*http.Request, error)
NewPostScrapersIDLabelsRequest calls the generic PostScrapersIDLabels builder with application/json body
func NewPostScrapersIDLabelsRequestWithBody ¶
func NewPostScrapersIDLabelsRequestWithBody(server string, scraperTargetID string, params *PostScrapersIDLabelsParams, contentType string, body io.Reader) (*http.Request, error)
NewPostScrapersIDLabelsRequestWithBody generates requests for PostScrapersIDLabels with any type of body
func NewPostScrapersIDMembersRequest ¶
func NewPostScrapersIDMembersRequest(server string, scraperTargetID string, params *PostScrapersIDMembersParams, body PostScrapersIDMembersJSONRequestBody) (*http.Request, error)
NewPostScrapersIDMembersRequest calls the generic PostScrapersIDMembers builder with application/json body
func NewPostScrapersIDMembersRequestWithBody ¶
func NewPostScrapersIDMembersRequestWithBody(server string, scraperTargetID string, params *PostScrapersIDMembersParams, contentType string, body io.Reader) (*http.Request, error)
NewPostScrapersIDMembersRequestWithBody generates requests for PostScrapersIDMembers with any type of body
func NewPostScrapersIDOwnersRequest ¶
func NewPostScrapersIDOwnersRequest(server string, scraperTargetID string, params *PostScrapersIDOwnersParams, body PostScrapersIDOwnersJSONRequestBody) (*http.Request, error)
NewPostScrapersIDOwnersRequest calls the generic PostScrapersIDOwners builder with application/json body
func NewPostScrapersIDOwnersRequestWithBody ¶
func NewPostScrapersIDOwnersRequestWithBody(server string, scraperTargetID string, params *PostScrapersIDOwnersParams, contentType string, body io.Reader) (*http.Request, error)
NewPostScrapersIDOwnersRequestWithBody generates requests for PostScrapersIDOwners with any type of body
func NewPostScrapersRequest ¶
func NewPostScrapersRequest(server string, params *PostScrapersParams, body PostScrapersJSONRequestBody) (*http.Request, error)
NewPostScrapersRequest calls the generic PostScrapers builder with application/json body
func NewPostScrapersRequestWithBody ¶
func NewPostScrapersRequestWithBody(server string, params *PostScrapersParams, contentType string, body io.Reader) (*http.Request, error)
NewPostScrapersRequestWithBody generates requests for PostScrapers with any type of body
func NewPostSetupRequest ¶
func NewPostSetupRequest(server string, params *PostSetupParams, body PostSetupJSONRequestBody) (*http.Request, error)
NewPostSetupRequest calls the generic PostSetup builder with application/json body
func NewPostSetupRequestWithBody ¶
func NewPostSetupRequestWithBody(server string, params *PostSetupParams, contentType string, body io.Reader) (*http.Request, error)
NewPostSetupRequestWithBody generates requests for PostSetup with any type of body
func NewPostSetupUserRequest ¶
func NewPostSetupUserRequest(server string, params *PostSetupUserParams, body PostSetupUserJSONRequestBody) (*http.Request, error)
NewPostSetupUserRequest calls the generic PostSetupUser builder with application/json body
func NewPostSetupUserRequestWithBody ¶
func NewPostSetupUserRequestWithBody(server string, params *PostSetupUserParams, contentType string, body io.Reader) (*http.Request, error)
NewPostSetupUserRequestWithBody generates requests for PostSetupUser with any type of body
func NewPostSigninRequest ¶
func NewPostSigninRequest(server string, params *PostSigninParams) (*http.Request, error)
NewPostSigninRequest generates requests for PostSignin
func NewPostSignoutRequest ¶
func NewPostSignoutRequest(server string, params *PostSignoutParams) (*http.Request, error)
NewPostSignoutRequest generates requests for PostSignout
func NewPostSourcesRequest ¶
func NewPostSourcesRequest(server string, params *PostSourcesParams, body PostSourcesJSONRequestBody) (*http.Request, error)
NewPostSourcesRequest calls the generic PostSources builder with application/json body
func NewPostSourcesRequestWithBody ¶
func NewPostSourcesRequestWithBody(server string, params *PostSourcesParams, contentType string, body io.Reader) (*http.Request, error)
NewPostSourcesRequestWithBody generates requests for PostSources with any type of body
func NewPostTasksIDLabelsRequest ¶
func NewPostTasksIDLabelsRequest(server string, taskID string, params *PostTasksIDLabelsParams, body PostTasksIDLabelsJSONRequestBody) (*http.Request, error)
NewPostTasksIDLabelsRequest calls the generic PostTasksIDLabels builder with application/json body
func NewPostTasksIDLabelsRequestWithBody ¶
func NewPostTasksIDLabelsRequestWithBody(server string, taskID string, params *PostTasksIDLabelsParams, contentType string, body io.Reader) (*http.Request, error)
NewPostTasksIDLabelsRequestWithBody generates requests for PostTasksIDLabels with any type of body
func NewPostTasksIDMembersRequest ¶
func NewPostTasksIDMembersRequest(server string, taskID string, params *PostTasksIDMembersParams, body PostTasksIDMembersJSONRequestBody) (*http.Request, error)
NewPostTasksIDMembersRequest calls the generic PostTasksIDMembers builder with application/json body
func NewPostTasksIDMembersRequestWithBody ¶
func NewPostTasksIDMembersRequestWithBody(server string, taskID string, params *PostTasksIDMembersParams, contentType string, body io.Reader) (*http.Request, error)
NewPostTasksIDMembersRequestWithBody generates requests for PostTasksIDMembers with any type of body
func NewPostTasksIDOwnersRequest ¶
func NewPostTasksIDOwnersRequest(server string, taskID string, params *PostTasksIDOwnersParams, body PostTasksIDOwnersJSONRequestBody) (*http.Request, error)
NewPostTasksIDOwnersRequest calls the generic PostTasksIDOwners builder with application/json body
func NewPostTasksIDOwnersRequestWithBody ¶
func NewPostTasksIDOwnersRequestWithBody(server string, taskID string, params *PostTasksIDOwnersParams, contentType string, body io.Reader) (*http.Request, error)
NewPostTasksIDOwnersRequestWithBody generates requests for PostTasksIDOwners with any type of body
func NewPostTasksIDRunsIDRetryRequest ¶
func NewPostTasksIDRunsIDRetryRequest(server string, taskID string, runID string, params *PostTasksIDRunsIDRetryParams) (*http.Request, error)
NewPostTasksIDRunsIDRetryRequest generates requests for PostTasksIDRunsIDRetry
func NewPostTasksIDRunsRequest ¶
func NewPostTasksIDRunsRequest(server string, taskID string, params *PostTasksIDRunsParams, body PostTasksIDRunsJSONRequestBody) (*http.Request, error)
NewPostTasksIDRunsRequest calls the generic PostTasksIDRuns builder with application/json body
func NewPostTasksIDRunsRequestWithBody ¶
func NewPostTasksIDRunsRequestWithBody(server string, taskID string, params *PostTasksIDRunsParams, contentType string, body io.Reader) (*http.Request, error)
NewPostTasksIDRunsRequestWithBody generates requests for PostTasksIDRuns with any type of body
func NewPostTasksRequest ¶
func NewPostTasksRequest(server string, params *PostTasksParams, body PostTasksJSONRequestBody) (*http.Request, error)
NewPostTasksRequest calls the generic PostTasks builder with application/json body
func NewPostTasksRequestWithBody ¶
func NewPostTasksRequestWithBody(server string, params *PostTasksParams, contentType string, body io.Reader) (*http.Request, error)
NewPostTasksRequestWithBody generates requests for PostTasks with any type of body
func NewPostTelegrafsIDLabelsRequest ¶
func NewPostTelegrafsIDLabelsRequest(server string, telegrafID string, params *PostTelegrafsIDLabelsParams, body PostTelegrafsIDLabelsJSONRequestBody) (*http.Request, error)
NewPostTelegrafsIDLabelsRequest calls the generic PostTelegrafsIDLabels builder with application/json body
func NewPostTelegrafsIDLabelsRequestWithBody ¶
func NewPostTelegrafsIDLabelsRequestWithBody(server string, telegrafID string, params *PostTelegrafsIDLabelsParams, contentType string, body io.Reader) (*http.Request, error)
NewPostTelegrafsIDLabelsRequestWithBody generates requests for PostTelegrafsIDLabels with any type of body
func NewPostTelegrafsIDMembersRequest ¶
func NewPostTelegrafsIDMembersRequest(server string, telegrafID string, params *PostTelegrafsIDMembersParams, body PostTelegrafsIDMembersJSONRequestBody) (*http.Request, error)
NewPostTelegrafsIDMembersRequest calls the generic PostTelegrafsIDMembers builder with application/json body
func NewPostTelegrafsIDMembersRequestWithBody ¶
func NewPostTelegrafsIDMembersRequestWithBody(server string, telegrafID string, params *PostTelegrafsIDMembersParams, contentType string, body io.Reader) (*http.Request, error)
NewPostTelegrafsIDMembersRequestWithBody generates requests for PostTelegrafsIDMembers with any type of body
func NewPostTelegrafsIDOwnersRequest ¶
func NewPostTelegrafsIDOwnersRequest(server string, telegrafID string, params *PostTelegrafsIDOwnersParams, body PostTelegrafsIDOwnersJSONRequestBody) (*http.Request, error)
NewPostTelegrafsIDOwnersRequest calls the generic PostTelegrafsIDOwners builder with application/json body
func NewPostTelegrafsIDOwnersRequestWithBody ¶
func NewPostTelegrafsIDOwnersRequestWithBody(server string, telegrafID string, params *PostTelegrafsIDOwnersParams, contentType string, body io.Reader) (*http.Request, error)
NewPostTelegrafsIDOwnersRequestWithBody generates requests for PostTelegrafsIDOwners with any type of body
func NewPostTelegrafsRequest ¶
func NewPostTelegrafsRequest(server string, params *PostTelegrafsParams, body PostTelegrafsJSONRequestBody) (*http.Request, error)
NewPostTelegrafsRequest calls the generic PostTelegrafs builder with application/json body
func NewPostTelegrafsRequestWithBody ¶
func NewPostTelegrafsRequestWithBody(server string, params *PostTelegrafsParams, contentType string, body io.Reader) (*http.Request, error)
NewPostTelegrafsRequestWithBody generates requests for PostTelegrafs with any type of body
func NewPostUsersIDPasswordRequest ¶
func NewPostUsersIDPasswordRequest(server string, userID string, params *PostUsersIDPasswordParams, body PostUsersIDPasswordJSONRequestBody) (*http.Request, error)
NewPostUsersIDPasswordRequest calls the generic PostUsersIDPassword builder with application/json body
func NewPostUsersIDPasswordRequestWithBody ¶
func NewPostUsersIDPasswordRequestWithBody(server string, userID string, params *PostUsersIDPasswordParams, contentType string, body io.Reader) (*http.Request, error)
NewPostUsersIDPasswordRequestWithBody generates requests for PostUsersIDPassword with any type of body
func NewPostUsersRequest ¶
func NewPostUsersRequest(server string, params *PostUsersParams, body PostUsersJSONRequestBody) (*http.Request, error)
NewPostUsersRequest calls the generic PostUsers builder with application/json body
func NewPostUsersRequestWithBody ¶
func NewPostUsersRequestWithBody(server string, params *PostUsersParams, contentType string, body io.Reader) (*http.Request, error)
NewPostUsersRequestWithBody generates requests for PostUsers with any type of body
func NewPostVariablesIDLabelsRequest ¶
func NewPostVariablesIDLabelsRequest(server string, variableID string, params *PostVariablesIDLabelsParams, body PostVariablesIDLabelsJSONRequestBody) (*http.Request, error)
NewPostVariablesIDLabelsRequest calls the generic PostVariablesIDLabels builder with application/json body
func NewPostVariablesIDLabelsRequestWithBody ¶
func NewPostVariablesIDLabelsRequestWithBody(server string, variableID string, params *PostVariablesIDLabelsParams, contentType string, body io.Reader) (*http.Request, error)
NewPostVariablesIDLabelsRequestWithBody generates requests for PostVariablesIDLabels with any type of body
func NewPostVariablesRequest ¶
func NewPostVariablesRequest(server string, params *PostVariablesParams, body PostVariablesJSONRequestBody) (*http.Request, error)
NewPostVariablesRequest calls the generic PostVariables builder with application/json body
func NewPostVariablesRequestWithBody ¶
func NewPostVariablesRequestWithBody(server string, params *PostVariablesParams, contentType string, body io.Reader) (*http.Request, error)
NewPostVariablesRequestWithBody generates requests for PostVariables with any type of body
func NewPostWriteRequestWithBody ¶
func NewPostWriteRequestWithBody(server string, params *PostWriteParams, contentType string, body io.Reader) (*http.Request, error)
NewPostWriteRequestWithBody generates requests for PostWrite with any type of body
func NewPutChecksIDRequest ¶
func NewPutChecksIDRequest(server string, checkID string, params *PutChecksIDParams, body PutChecksIDJSONRequestBody) (*http.Request, error)
NewPutChecksIDRequest calls the generic PutChecksID builder with application/json body
func NewPutChecksIDRequestWithBody ¶
func NewPutChecksIDRequestWithBody(server string, checkID string, params *PutChecksIDParams, contentType string, body io.Reader) (*http.Request, error)
NewPutChecksIDRequestWithBody generates requests for PutChecksID with any type of body
func NewPutDashboardsIDCellsRequest ¶
func NewPutDashboardsIDCellsRequest(server string, dashboardID string, params *PutDashboardsIDCellsParams, body PutDashboardsIDCellsJSONRequestBody) (*http.Request, error)
NewPutDashboardsIDCellsRequest calls the generic PutDashboardsIDCells builder with application/json body
func NewPutDashboardsIDCellsRequestWithBody ¶
func NewPutDashboardsIDCellsRequestWithBody(server string, dashboardID string, params *PutDashboardsIDCellsParams, contentType string, body io.Reader) (*http.Request, error)
NewPutDashboardsIDCellsRequestWithBody generates requests for PutDashboardsIDCells with any type of body
func NewPutDocumentsTemplatesIDRequest ¶
func NewPutDocumentsTemplatesIDRequest(server string, templateID string, params *PutDocumentsTemplatesIDParams, body PutDocumentsTemplatesIDJSONRequestBody) (*http.Request, error)
NewPutDocumentsTemplatesIDRequest calls the generic PutDocumentsTemplatesID builder with application/json body
func NewPutDocumentsTemplatesIDRequestWithBody ¶
func NewPutDocumentsTemplatesIDRequestWithBody(server string, templateID string, params *PutDocumentsTemplatesIDParams, contentType string, body io.Reader) (*http.Request, error)
NewPutDocumentsTemplatesIDRequestWithBody generates requests for PutDocumentsTemplatesID with any type of body
func NewPutMePasswordRequest ¶
func NewPutMePasswordRequest(server string, params *PutMePasswordParams, body PutMePasswordJSONRequestBody) (*http.Request, error)
NewPutMePasswordRequest calls the generic PutMePassword builder with application/json body
func NewPutMePasswordRequestWithBody ¶
func NewPutMePasswordRequestWithBody(server string, params *PutMePasswordParams, contentType string, body io.Reader) (*http.Request, error)
NewPutMePasswordRequestWithBody generates requests for PutMePassword with any type of body
func NewPutNotificationEndpointsIDRequest ¶
func NewPutNotificationEndpointsIDRequest(server string, endpointID string, params *PutNotificationEndpointsIDParams, body PutNotificationEndpointsIDJSONRequestBody) (*http.Request, error)
NewPutNotificationEndpointsIDRequest calls the generic PutNotificationEndpointsID builder with application/json body
func NewPutNotificationEndpointsIDRequestWithBody ¶
func NewPutNotificationEndpointsIDRequestWithBody(server string, endpointID string, params *PutNotificationEndpointsIDParams, contentType string, body io.Reader) (*http.Request, error)
NewPutNotificationEndpointsIDRequestWithBody generates requests for PutNotificationEndpointsID with any type of body
func NewPutNotificationRulesIDRequest ¶
func NewPutNotificationRulesIDRequest(server string, ruleID string, params *PutNotificationRulesIDParams, body PutNotificationRulesIDJSONRequestBody) (*http.Request, error)
NewPutNotificationRulesIDRequest calls the generic PutNotificationRulesID builder with application/json body
func NewPutNotificationRulesIDRequestWithBody ¶
func NewPutNotificationRulesIDRequestWithBody(server string, ruleID string, params *PutNotificationRulesIDParams, contentType string, body io.Reader) (*http.Request, error)
NewPutNotificationRulesIDRequestWithBody generates requests for PutNotificationRulesID with any type of body
func NewPutTelegrafsIDRequest ¶
func NewPutTelegrafsIDRequest(server string, telegrafID string, params *PutTelegrafsIDParams, body PutTelegrafsIDJSONRequestBody) (*http.Request, error)
NewPutTelegrafsIDRequest calls the generic PutTelegrafsID builder with application/json body
func NewPutTelegrafsIDRequestWithBody ¶
func NewPutTelegrafsIDRequestWithBody(server string, telegrafID string, params *PutTelegrafsIDParams, contentType string, body io.Reader) (*http.Request, error)
NewPutTelegrafsIDRequestWithBody generates requests for PutTelegrafsID with any type of body
func NewPutVariablesIDRequest ¶
func NewPutVariablesIDRequest(server string, variableID string, params *PutVariablesIDParams, body PutVariablesIDJSONRequestBody) (*http.Request, error)
NewPutVariablesIDRequest calls the generic PutVariablesID builder with application/json body
func NewPutVariablesIDRequestWithBody ¶
func NewPutVariablesIDRequestWithBody(server string, variableID string, params *PutVariablesIDParams, contentType string, body io.Reader) (*http.Request, error)
NewPutVariablesIDRequestWithBody generates requests for PutVariablesID with any type of body
func NewReadStackRequest ¶
NewReadStackRequest generates requests for ReadStack
func NewUninstallStackRequest ¶
NewUninstallStackRequest generates requests for UninstallStack
func NewUpdateStackRequest ¶
func NewUpdateStackRequest(server string, stackId string, body UpdateStackJSONRequestBody) (*http.Request, error)
NewUpdateStackRequest calls the generic UpdateStack builder with application/json body
Types ¶
type ASTResponse ¶
type ASTResponse struct { // Represents a complete package source tree. Ast *Package `json:"ast,omitempty"` }
ASTResponse defines model for ASTResponse.
type AddResourceMemberRequestBody ¶
type AddResourceMemberRequestBody struct { Id string `json:"id"` Name *string `json:"name,omitempty"` }
AddResourceMemberRequestBody defines model for AddResourceMemberRequestBody.
type AnalyzeQueryResponse ¶
type AnalyzeQueryResponse struct { Errors *[]struct { Character *int `json:"character,omitempty"` Column *int `json:"column,omitempty"` Line *int `json:"line,omitempty"` Message *string `json:"message,omitempty"` } `json:"errors,omitempty"` }
AnalyzeQueryResponse defines model for AnalyzeQueryResponse.
type ApplyTemplateJSONBody ¶
type ApplyTemplateJSONBody TemplateApply
ApplyTemplateJSONBody defines parameters for ApplyTemplate.
type ApplyTemplateJSONRequestBody ¶
type ApplyTemplateJSONRequestBody ApplyTemplateJSONBody
ApplyTemplateRequestBody defines body for ApplyTemplate for application/json ContentType.
type ApplyTemplateResponse ¶ added in v2.2.0
type ApplyTemplateResponse struct { Body []byte HTTPResponse *http.Response JSON200 *TemplateSummary JSON201 *TemplateSummary JSONDefault *Error }
func ParseApplyTemplateResponse ¶
func ParseApplyTemplateResponse(rsp *http.Response) (*ApplyTemplateResponse, error)
ParseApplyTemplateResponse parses an HTTP response from a ApplyTemplateWithResponse call
func (ApplyTemplateResponse) Status ¶ added in v2.2.0
func (r ApplyTemplateResponse) Status() string
Status returns HTTPResponse.Status
func (ApplyTemplateResponse) StatusCode ¶ added in v2.2.0
func (r ApplyTemplateResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type ArrayExpression ¶
type ArrayExpression struct { // Elements of the array Elements *[]Expression `json:"elements,omitempty"` // Type of AST node Type *NodeType `json:"type,omitempty"` }
ArrayExpression defines model for ArrayExpression.
type Authorization ¶
type Authorization struct { // Embedded struct due to allOf(#/components/schemas/AuthorizationUpdateRequest) AuthorizationUpdateRequest // Embedded fields due to inline allOf schema CreatedAt *time.Time `json:"createdAt,omitempty"` Id *string `json:"id,omitempty"` Links *struct { // URI of resource. Self *Link `json:"self,omitempty"` // URI of resource. User *Link `json:"user,omitempty"` } `json:"links,omitempty"` // Name of the org token is scoped to. Org *string `json:"org,omitempty"` // ID of org that authorization is scoped to. OrgID *string `json:"orgID,omitempty"` // List of permissions for an auth. An auth must have at least one Permission. Permissions *[]Permission `json:"permissions,omitempty"` // Passed via the Authorization Header and Token Authentication type. Token *string `json:"token,omitempty"` UpdatedAt *time.Time `json:"updatedAt,omitempty"` // Name of user that created and owns the token. User *string `json:"user,omitempty"` // ID of user that created and owns the token. UserID *string `json:"userID,omitempty"` }
Authorization defines model for Authorization.
type AuthorizationUpdateRequest ¶
type AuthorizationUpdateRequest struct { // A description of the token. Description *string `json:"description,omitempty"` // If inactive the token is inactive and requests using the token will be rejected. Status *AuthorizationUpdateRequestStatus `json:"status,omitempty"` }
AuthorizationUpdateRequest defines model for AuthorizationUpdateRequest.
type AuthorizationUpdateRequestStatus ¶
type AuthorizationUpdateRequestStatus string
AuthorizationUpdateRequestStatus defines model for AuthorizationUpdateRequest.Status.
const ( AuthorizationUpdateRequestStatusActive AuthorizationUpdateRequestStatus = "active" AuthorizationUpdateRequestStatusInactive AuthorizationUpdateRequestStatus = "inactive" )
Defines values for AuthorizationUpdateRequestStatus.
type Authorizations ¶
type Authorizations struct { Authorizations *[]Authorization `json:"authorizations,omitempty"` Links *Links `json:"links,omitempty"` }
Authorizations defines model for Authorizations.
type Axes ¶
type Axes struct { // The description of a particular axis for a visualization. X Axis `json:"x"` // The description of a particular axis for a visualization. Y Axis `json:"y"` }
Axes defines model for Axes.
type Axis ¶
type Axis struct { // Base represents the radix for formatting axis values. Base *AxisBase `json:"base,omitempty"` // The extents of an axis in the form [lower, upper]. Clients determine whether bounds are to be inclusive or exclusive of their limits Bounds *[]string `json:"bounds,omitempty"` // Label is a description of this Axis Label *string `json:"label,omitempty"` // Prefix represents a label prefix for formatting axis values. Prefix *string `json:"prefix,omitempty"` // Scale is the axis formatting scale. Supported: "log", "linear" Scale *AxisScale `json:"scale,omitempty"` // Suffix represents a label suffix for formatting axis values. Suffix *string `json:"suffix,omitempty"` }
Axis defines model for Axis.
type 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 BandViewProperties ¶ added in v2.1.0
type BandViewProperties struct { // The viewport for a View's visualizations Axes Axes `json:"axes"` // Colors define color encoding of data into a visualization Colors []DashboardColor `json:"colors"` Geom XYGeom `json:"geom"` HoverDimension *BandViewPropertiesHoverDimension `json:"hoverDimension,omitempty"` // Legend define encoding of data into a view's legend Legend Legend `json:"legend"` LegendOpacity *float32 `json:"legendOpacity,omitempty"` LegendOrientationThreshold *int `json:"legendOrientationThreshold,omitempty"` LowerColumn *string `json:"lowerColumn,omitempty"` MainColumn *string `json:"mainColumn,omitempty"` Note string `json:"note"` Queries []DashboardQuery `json:"queries"` Shape BandViewPropertiesShape `json:"shape"` // If true, will display note when empty ShowNoteWhenEmpty bool `json:"showNoteWhenEmpty"` TimeFormat *string `json:"timeFormat,omitempty"` Type BandViewPropertiesType `json:"type"` UpperColumn *string `json:"upperColumn,omitempty"` XColumn *string `json:"xColumn,omitempty"` YColumn *string `json:"yColumn,omitempty"` }
BandViewProperties defines model for BandViewProperties.
type BandViewPropertiesHoverDimension ¶ added in v2.1.0
type BandViewPropertiesHoverDimension string
BandViewPropertiesHoverDimension defines model for BandViewProperties.HoverDimension.
const ( BandViewPropertiesHoverDimensionAuto BandViewPropertiesHoverDimension = "auto" BandViewPropertiesHoverDimensionTrue BandViewPropertiesHoverDimension = "true" BandViewPropertiesHoverDimensionX BandViewPropertiesHoverDimension = "x" BandViewPropertiesHoverDimensionXy BandViewPropertiesHoverDimension = "xy" )
type BandViewPropertiesShape ¶ added in v2.1.0
type BandViewPropertiesShape string
BandViewPropertiesShape defines model for BandViewProperties.Shape.
const (
BandViewPropertiesShapeChronografV2 BandViewPropertiesShape = "chronograf-v2"
)
type BandViewPropertiesType ¶ added in v2.1.0
type BandViewPropertiesType string
BandViewPropertiesType defines model for BandViewProperties.Type.
const (
BandViewPropertiesTypeBand BandViewPropertiesType = "band"
)
type BinaryExpression ¶
type BinaryExpression struct { Left *Expression `json:"left,omitempty"` Operator *string `json:"operator,omitempty"` Right *Expression `json:"right,omitempty"` // Type of AST node Type *NodeType `json:"type,omitempty"` }
BinaryExpression defines model for BinaryExpression.
type Block ¶
type Block struct { // Block body Body *[]Statement `json:"body,omitempty"` // Type of AST node Type *NodeType `json:"type,omitempty"` }
Block defines model for Block.
type BooleanLiteral ¶
type BooleanLiteral struct { // Type of AST node Type *NodeType `json:"type,omitempty"` Value *bool `json:"value,omitempty"` }
BooleanLiteral defines model for BooleanLiteral.
type Bucket ¶
type Bucket struct { CreatedAt *time.Time `json:"createdAt,omitempty"` Description *string `json:"description,omitempty"` Id *string `json:"id,omitempty"` Labels *Labels `json:"labels,omitempty"` Links *struct { // URI of resource. Labels *Link `json:"labels,omitempty"` // URI of resource. Members *Link `json:"members,omitempty"` // URI of resource. Org *Link `json:"org,omitempty"` // URI of resource. Owners *Link `json:"owners,omitempty"` // URI of resource. Self *Link `json:"self,omitempty"` // URI of resource. Write *Link `json:"write,omitempty"` } `json:"links,omitempty"` Name string `json:"name"` OrgID *string `json:"orgID,omitempty"` // Rules to expire or retain data. No rules means data never expires. RetentionRules RetentionRules `json:"retentionRules"` Rp *string `json:"rp,omitempty"` Type *BucketType `json:"type,omitempty"` UpdatedAt *time.Time `json:"updatedAt,omitempty"` }
Bucket defines model for Bucket.
type BucketType ¶
type BucketType string
BucketType defines model for Bucket.Type.
const ( BucketTypeSystem BucketType = "system" BucketTypeUser BucketType = "user" )
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" )
type BuilderConfig ¶
type BuilderConfig struct { AggregateWindow *struct { FillValues *bool `json:"fillValues,omitempty"` Period *string `json:"period,omitempty"` } `json:"aggregateWindow,omitempty"` Buckets *[]string `json:"buckets,omitempty"` Functions *[]BuilderFunctionsType `json:"functions,omitempty"` Tags *[]BuilderTagsType `json:"tags,omitempty"` }
BuilderConfig defines model for BuilderConfig.
type BuilderFunctionsType ¶
type BuilderFunctionsType struct {
Name *string `json:"name,omitempty"`
}
BuilderFunctionsType defines model for BuilderFunctionsType.
type BuilderTagsType ¶
type BuilderTagsType struct { AggregateFunctionType *BuilderAggregateFunctionType `json:"aggregateFunctionType,omitempty"` Key *string `json:"key,omitempty"` Values *[]string `json:"values,omitempty"` }
BuilderTagsType defines model for BuilderTagsType.
type BuiltinStatement ¶
type BuiltinStatement struct { // A valid Flux identifier Id *Identifier `json:"id,omitempty"` // Type of AST node Type *NodeType `json:"type,omitempty"` }
BuiltinStatement defines model for BuiltinStatement.
type CallExpression ¶
type CallExpression struct { // Function arguments Arguments *[]Expression `json:"arguments,omitempty"` Callee *Expression `json:"callee,omitempty"` // Type of AST node Type *NodeType `json:"type,omitempty"` }
CallExpression defines model for CallExpression.
type Cell ¶
type Cell struct { H *int32 `json:"h,omitempty"` Id *string `json:"id,omitempty"` Links *struct { Self *string `json:"self,omitempty"` View *string `json:"view,omitempty"` } `json:"links,omitempty"` // The reference to a view from the views API. ViewID *string `json:"viewID,omitempty"` W *int32 `json:"w,omitempty"` X *int32 `json:"x,omitempty"` Y *int32 `json:"y,omitempty"` }
Cell defines model for Cell.
type CellUpdate ¶
type CellUpdate struct { H *int32 `json:"h,omitempty"` W *int32 `json:"w,omitempty"` X *int32 `json:"x,omitempty"` Y *int32 `json:"y,omitempty"` }
CellUpdate defines model for CellUpdate.
type CellWithViewProperties ¶
type CellWithViewProperties struct { // Embedded struct due to allOf(#/components/schemas/Cell) Cell // Embedded fields due to inline allOf schema Name *string `json:"name,omitempty"` Properties *ViewProperties `json:"properties,omitempty"` }
CellWithViewProperties defines model for CellWithViewProperties.
type CellsWithViewProperties ¶
type CellsWithViewProperties []CellWithViewProperties
CellsWithViewProperties defines model for CellsWithViewProperties.
type Check ¶
type Check struct { // Embedded struct due to allOf(#/components/schemas/CheckDiscriminator) CheckDiscriminator }
Check defines model for Check.
type CheckBase ¶
type CheckBase struct { CreatedAt *time.Time `json:"createdAt,omitempty"` // An optional description of the check. Description *string `json:"description,omitempty"` Id *string `json:"id,omitempty"` Labels *Labels `json:"labels,omitempty"` LastRunError *string `json:"lastRunError,omitempty"` LastRunStatus *CheckBaseLastRunStatus `json:"lastRunStatus,omitempty"` // Timestamp of latest scheduled, completed run, RFC3339. LatestCompleted *time.Time `json:"latestCompleted,omitempty"` Links *struct { // URI of resource. Labels *Link `json:"labels,omitempty"` // URI of resource. Members *Link `json:"members,omitempty"` // URI of resource. Owners *Link `json:"owners,omitempty"` // URI of resource. Query *Link `json:"query,omitempty"` // URI of resource. Self *Link `json:"self,omitempty"` } `json:"links,omitempty"` Name string `json:"name"` // The ID of the organization that owns this check. OrgID string `json:"orgID"` // The ID of creator used to create this check. OwnerID *string `json:"ownerID,omitempty"` Query DashboardQuery `json:"query"` Status *TaskStatusType `json:"status,omitempty"` UpdatedAt *time.Time `json:"updatedAt,omitempty"` }
CheckBase defines model for CheckBase.
type CheckBaseLastRunStatus ¶
type CheckBaseLastRunStatus string
CheckBaseLastRunStatus defines model for CheckBase.LastRunStatus.
const ( CheckBaseLastRunStatusCanceled CheckBaseLastRunStatus = "canceled" CheckBaseLastRunStatusFailed CheckBaseLastRunStatus = "failed" CheckBaseLastRunStatusSuccess CheckBaseLastRunStatus = "success" )
type CheckDiscriminator ¶
type CheckDiscriminator interface{}
CheckDiscriminator defines model for CheckDiscriminator.
type CheckPatch ¶
type CheckPatch struct { Description *string `json:"description,omitempty"` Name *string `json:"name,omitempty"` Status *CheckPatchStatus `json:"status,omitempty"` }
CheckPatch defines model for CheckPatch.
type CheckPatchStatus ¶
type CheckPatchStatus string
CheckPatchStatus defines model for CheckPatch.Status.
const ( CheckPatchStatusActive CheckPatchStatus = "active" CheckPatchStatusInactive CheckPatchStatus = "inactive" )
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" )
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"` LegendOpacity *float32 `json:"legendOpacity,omitempty"` LegendOrientationThreshold *int `json:"legendOrientationThreshold,omitempty"` Queries []DashboardQuery `json:"queries"` Shape CheckViewPropertiesShape `json:"shape"` Type CheckViewPropertiesType `json:"type"` }
CheckViewProperties defines model for CheckViewProperties.
type CheckViewPropertiesShape ¶
type CheckViewPropertiesShape string
CheckViewPropertiesShape defines model for CheckViewProperties.Shape.
const (
CheckViewPropertiesShapeChronografV2 CheckViewPropertiesShape = "chronograf-v2"
)
type CheckViewPropertiesType ¶
type CheckViewPropertiesType string
CheckViewPropertiesType defines model for CheckViewProperties.Type.
const (
CheckViewPropertiesTypeCheck CheckViewPropertiesType = "check"
)
type Checks ¶
type Checks struct { Checks *[]Check `json:"checks,omitempty"` Links *Links `json:"links,omitempty"` }
Checks defines model for Checks.
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client which conforms to the OpenAPI3 specification for this service.
func (*Client) ApplyTemplate ¶
func (*Client) ApplyTemplateWithBody ¶
func (*Client) CreateCheck ¶
func (*Client) CreateCheckWithBody ¶
func (*Client) CreateNotificationEndpoint ¶
func (*Client) CreateNotificationEndpointWithBody ¶
func (*Client) CreateNotificationRule ¶
func (*Client) CreateNotificationRuleWithBody ¶
func (*Client) CreateStack ¶
func (*Client) CreateStackWithBody ¶
func (*Client) DeleteAuthorizationsID ¶
func (*Client) DeleteBucketsID ¶
func (*Client) DeleteBucketsIDLabelsID ¶
func (*Client) DeleteBucketsIDMembersID ¶
func (*Client) DeleteBucketsIDOwnersID ¶
func (*Client) DeleteChecksID ¶
func (*Client) DeleteChecksIDLabelsID ¶
func (*Client) DeleteDBRPID ¶
func (*Client) DeleteDashboardsID ¶
func (*Client) DeleteDashboardsIDCellsID ¶
func (*Client) DeleteDashboardsIDLabelsID ¶
func (*Client) DeleteDashboardsIDMembersID ¶
func (*Client) DeleteDashboardsIDOwnersID ¶
func (*Client) DeleteDocumentsTemplatesID ¶
func (*Client) DeleteDocumentsTemplatesIDLabelsID ¶
func (*Client) DeleteLabelsID ¶
func (*Client) DeleteNotificationEndpointsID ¶
func (*Client) DeleteNotificationEndpointsIDLabelsID ¶
func (*Client) DeleteNotificationRulesID ¶
func (*Client) DeleteNotificationRulesIDLabelsID ¶
func (*Client) DeleteOrgsID ¶
func (*Client) DeleteOrgsIDMembersID ¶
func (*Client) DeleteOrgsIDOwnersID ¶
func (*Client) DeleteScrapersID ¶
func (*Client) DeleteScrapersIDLabelsID ¶
func (*Client) DeleteScrapersIDMembersID ¶
func (*Client) DeleteScrapersIDOwnersID ¶
func (*Client) DeleteSourcesID ¶
func (*Client) DeleteStack ¶
func (*Client) DeleteTasksID ¶
func (*Client) DeleteTasksIDLabelsID ¶
func (*Client) DeleteTasksIDMembersID ¶
func (*Client) DeleteTasksIDOwnersID ¶
func (*Client) DeleteTasksIDRunsID ¶
func (*Client) DeleteTelegrafsID ¶
func (*Client) DeleteTelegrafsIDLabelsID ¶
func (*Client) DeleteTelegrafsIDMembersID ¶
func (*Client) DeleteTelegrafsIDOwnersID ¶
func (*Client) DeleteUsersID ¶
func (*Client) DeleteVariablesID ¶
func (*Client) DeleteVariablesIDLabelsID ¶
func (*Client) ExportTemplate ¶
func (*Client) ExportTemplateWithBody ¶
func (*Client) GetAuthorizations ¶
func (*Client) GetAuthorizationsID ¶
func (*Client) GetBuckets ¶
func (*Client) GetBucketsID ¶
func (*Client) GetBucketsIDLabels ¶
func (*Client) GetBucketsIDMembers ¶
func (*Client) GetBucketsIDOwners ¶
func (*Client) GetChecksID ¶
func (*Client) GetChecksIDLabels ¶
func (*Client) GetChecksIDQuery ¶
func (*Client) GetDBRPsID ¶
func (*Client) GetDashboards ¶
func (*Client) GetDashboardsID ¶
func (*Client) GetDashboardsIDCellsIDView ¶
func (*Client) GetDashboardsIDLabels ¶
func (*Client) GetDashboardsIDMembers ¶
func (*Client) GetDashboardsIDOwners ¶
func (*Client) GetDocumentsTemplates ¶
func (*Client) GetDocumentsTemplatesID ¶
func (*Client) GetDocumentsTemplatesIDLabels ¶
func (*Client) GetLabelsID ¶
func (*Client) GetNotificationEndpoints ¶
func (*Client) GetNotificationEndpointsID ¶
func (*Client) GetNotificationEndpointsIDLabels ¶
func (*Client) GetNotificationRules ¶
func (*Client) GetNotificationRulesID ¶
func (*Client) GetNotificationRulesIDLabels ¶
func (*Client) GetNotificationRulesIDQuery ¶
func (*Client) GetOrgsIDMembers ¶
func (*Client) GetOrgsIDOwners ¶
func (*Client) GetOrgsIDSecrets ¶
func (*Client) GetQuerySuggestions ¶
func (*Client) GetQuerySuggestionsName ¶
func (*Client) GetScrapers ¶
func (*Client) GetScrapersID ¶
func (*Client) GetScrapersIDLabels ¶
func (*Client) GetScrapersIDMembers ¶
func (*Client) GetScrapersIDOwners ¶
func (*Client) GetSources ¶
func (*Client) GetSourcesID ¶
func (*Client) GetSourcesIDBuckets ¶
func (*Client) GetSourcesIDHealth ¶
func (*Client) GetTasksID ¶
func (*Client) GetTasksIDLabels ¶
func (*Client) GetTasksIDLogs ¶
func (*Client) GetTasksIDMembers ¶
func (*Client) GetTasksIDOwners ¶
func (*Client) GetTasksIDRuns ¶
func (*Client) GetTasksIDRunsID ¶
func (*Client) GetTasksIDRunsIDLogs ¶
func (*Client) GetTelegrafPlugins ¶
func (*Client) GetTelegrafs ¶
func (*Client) GetTelegrafsID ¶
func (*Client) GetTelegrafsIDLabels ¶
func (*Client) GetTelegrafsIDMembers ¶
func (*Client) GetTelegrafsIDOwners ¶
func (*Client) GetUsersID ¶
func (*Client) GetVariables ¶
func (*Client) GetVariablesID ¶
func (*Client) GetVariablesIDLabels ¶
func (*Client) ListStacks ¶
func (*Client) PatchAuthorizationsID ¶
func (c *Client) PatchAuthorizationsID(ctx context.Context, authID string, params *PatchAuthorizationsIDParams, body PatchAuthorizationsIDJSONRequestBody) (*http.Response, error)
func (*Client) PatchAuthorizationsIDWithBody ¶
func (*Client) PatchBucketsID ¶
func (c *Client) PatchBucketsID(ctx context.Context, bucketID string, params *PatchBucketsIDParams, body PatchBucketsIDJSONRequestBody) (*http.Response, error)
func (*Client) PatchBucketsIDWithBody ¶
func (*Client) PatchChecksID ¶
func (c *Client) PatchChecksID(ctx context.Context, checkID string, params *PatchChecksIDParams, body PatchChecksIDJSONRequestBody) (*http.Response, error)
func (*Client) PatchChecksIDWithBody ¶
func (*Client) PatchDBRPID ¶
func (c *Client) PatchDBRPID(ctx context.Context, dbrpID string, params *PatchDBRPIDParams, body PatchDBRPIDJSONRequestBody) (*http.Response, error)
func (*Client) PatchDBRPIDWithBody ¶
func (*Client) PatchDashboardsID ¶
func (c *Client) PatchDashboardsID(ctx context.Context, dashboardID string, params *PatchDashboardsIDParams, body PatchDashboardsIDJSONRequestBody) (*http.Response, error)
func (*Client) PatchDashboardsIDCellsID ¶
func (c *Client) PatchDashboardsIDCellsID(ctx context.Context, dashboardID string, cellID string, params *PatchDashboardsIDCellsIDParams, body PatchDashboardsIDCellsIDJSONRequestBody) (*http.Response, error)
func (*Client) PatchDashboardsIDCellsIDView ¶
func (c *Client) PatchDashboardsIDCellsIDView(ctx context.Context, dashboardID string, cellID string, params *PatchDashboardsIDCellsIDViewParams, body PatchDashboardsIDCellsIDViewJSONRequestBody) (*http.Response, error)
func (*Client) PatchDashboardsIDCellsIDViewWithBody ¶
func (*Client) PatchDashboardsIDCellsIDWithBody ¶
func (*Client) PatchDashboardsIDWithBody ¶
func (*Client) PatchLabelsID ¶
func (c *Client) PatchLabelsID(ctx context.Context, labelID string, params *PatchLabelsIDParams, body PatchLabelsIDJSONRequestBody) (*http.Response, error)
func (*Client) PatchLabelsIDWithBody ¶
func (*Client) PatchNotificationEndpointsID ¶
func (c *Client) PatchNotificationEndpointsID(ctx context.Context, endpointID string, params *PatchNotificationEndpointsIDParams, body PatchNotificationEndpointsIDJSONRequestBody) (*http.Response, error)
func (*Client) PatchNotificationEndpointsIDWithBody ¶
func (*Client) PatchNotificationRulesID ¶
func (c *Client) PatchNotificationRulesID(ctx context.Context, ruleID string, params *PatchNotificationRulesIDParams, body PatchNotificationRulesIDJSONRequestBody) (*http.Response, error)
func (*Client) PatchNotificationRulesIDWithBody ¶
func (*Client) PatchOrgsID ¶
func (c *Client) PatchOrgsID(ctx context.Context, orgID string, params *PatchOrgsIDParams, body PatchOrgsIDJSONRequestBody) (*http.Response, error)
func (*Client) PatchOrgsIDSecrets ¶
func (c *Client) PatchOrgsIDSecrets(ctx context.Context, orgID string, params *PatchOrgsIDSecretsParams, body PatchOrgsIDSecretsJSONRequestBody) (*http.Response, error)
func (*Client) PatchOrgsIDSecretsWithBody ¶
func (*Client) PatchOrgsIDWithBody ¶
func (*Client) PatchScrapersID ¶
func (c *Client) PatchScrapersID(ctx context.Context, scraperTargetID string, params *PatchScrapersIDParams, body PatchScrapersIDJSONRequestBody) (*http.Response, error)
func (*Client) PatchScrapersIDWithBody ¶
func (*Client) PatchSourcesID ¶
func (c *Client) PatchSourcesID(ctx context.Context, sourceID string, params *PatchSourcesIDParams, body PatchSourcesIDJSONRequestBody) (*http.Response, error)
func (*Client) PatchSourcesIDWithBody ¶
func (*Client) PatchTasksID ¶
func (c *Client) PatchTasksID(ctx context.Context, taskID string, params *PatchTasksIDParams, body PatchTasksIDJSONRequestBody) (*http.Response, error)
func (*Client) PatchTasksIDWithBody ¶
func (*Client) PatchUsersID ¶
func (c *Client) PatchUsersID(ctx context.Context, userID string, params *PatchUsersIDParams, body PatchUsersIDJSONRequestBody) (*http.Response, error)
func (*Client) PatchUsersIDWithBody ¶
func (*Client) PatchVariablesID ¶
func (c *Client) PatchVariablesID(ctx context.Context, variableID string, params *PatchVariablesIDParams, body PatchVariablesIDJSONRequestBody) (*http.Response, error)
func (*Client) PatchVariablesIDWithBody ¶
func (*Client) PostAuthorizations ¶
func (c *Client) PostAuthorizations(ctx context.Context, params *PostAuthorizationsParams, body PostAuthorizationsJSONRequestBody) (*http.Response, error)
func (*Client) PostAuthorizationsWithBody ¶
func (*Client) PostBuckets ¶
func (c *Client) PostBuckets(ctx context.Context, params *PostBucketsParams, body PostBucketsJSONRequestBody) (*http.Response, error)
func (*Client) PostBucketsIDLabels ¶
func (c *Client) PostBucketsIDLabels(ctx context.Context, bucketID string, params *PostBucketsIDLabelsParams, body PostBucketsIDLabelsJSONRequestBody) (*http.Response, error)
func (*Client) PostBucketsIDLabelsWithBody ¶
func (*Client) PostBucketsIDMembers ¶
func (c *Client) PostBucketsIDMembers(ctx context.Context, bucketID string, params *PostBucketsIDMembersParams, body PostBucketsIDMembersJSONRequestBody) (*http.Response, error)
func (*Client) PostBucketsIDMembersWithBody ¶
func (*Client) PostBucketsIDOwners ¶
func (c *Client) PostBucketsIDOwners(ctx context.Context, bucketID string, params *PostBucketsIDOwnersParams, body PostBucketsIDOwnersJSONRequestBody) (*http.Response, error)
func (*Client) PostBucketsIDOwnersWithBody ¶
func (*Client) PostBucketsWithBody ¶
func (*Client) PostChecksIDLabels ¶
func (c *Client) PostChecksIDLabels(ctx context.Context, checkID string, params *PostChecksIDLabelsParams, body PostChecksIDLabelsJSONRequestBody) (*http.Response, error)
func (*Client) PostChecksIDLabelsWithBody ¶
func (*Client) PostDBRP ¶
func (c *Client) PostDBRP(ctx context.Context, params *PostDBRPParams, body PostDBRPJSONRequestBody) (*http.Response, error)
func (*Client) PostDBRPWithBody ¶
func (*Client) PostDashboards ¶
func (c *Client) PostDashboards(ctx context.Context, params *PostDashboardsParams, body PostDashboardsJSONRequestBody) (*http.Response, error)
func (*Client) PostDashboardsIDCells ¶
func (c *Client) PostDashboardsIDCells(ctx context.Context, dashboardID string, params *PostDashboardsIDCellsParams, body PostDashboardsIDCellsJSONRequestBody) (*http.Response, error)
func (*Client) PostDashboardsIDCellsWithBody ¶
func (*Client) PostDashboardsIDLabels ¶
func (c *Client) PostDashboardsIDLabels(ctx context.Context, dashboardID string, params *PostDashboardsIDLabelsParams, body PostDashboardsIDLabelsJSONRequestBody) (*http.Response, error)
func (*Client) PostDashboardsIDLabelsWithBody ¶
func (*Client) PostDashboardsIDMembers ¶
func (c *Client) PostDashboardsIDMembers(ctx context.Context, dashboardID string, params *PostDashboardsIDMembersParams, body PostDashboardsIDMembersJSONRequestBody) (*http.Response, error)
func (*Client) PostDashboardsIDMembersWithBody ¶
func (*Client) PostDashboardsIDOwners ¶
func (c *Client) PostDashboardsIDOwners(ctx context.Context, dashboardID string, params *PostDashboardsIDOwnersParams, body PostDashboardsIDOwnersJSONRequestBody) (*http.Response, error)
func (*Client) PostDashboardsIDOwnersWithBody ¶
func (*Client) PostDashboardsWithBody ¶
func (*Client) PostDelete ¶
func (c *Client) PostDelete(ctx context.Context, params *PostDeleteParams, body PostDeleteJSONRequestBody) (*http.Response, error)
func (*Client) PostDeleteWithBody ¶
func (*Client) PostDocumentsTemplates ¶
func (c *Client) PostDocumentsTemplates(ctx context.Context, params *PostDocumentsTemplatesParams, body PostDocumentsTemplatesJSONRequestBody) (*http.Response, error)
func (*Client) PostDocumentsTemplatesIDLabels ¶
func (c *Client) PostDocumentsTemplatesIDLabels(ctx context.Context, templateID string, params *PostDocumentsTemplatesIDLabelsParams, body PostDocumentsTemplatesIDLabelsJSONRequestBody) (*http.Response, error)
func (*Client) PostDocumentsTemplatesIDLabelsWithBody ¶
func (*Client) PostDocumentsTemplatesWithBody ¶
func (*Client) PostLabels ¶
func (*Client) PostLabelsWithBody ¶
func (*Client) PostNotificationEndpointIDLabels ¶
func (c *Client) PostNotificationEndpointIDLabels(ctx context.Context, endpointID string, params *PostNotificationEndpointIDLabelsParams, body PostNotificationEndpointIDLabelsJSONRequestBody) (*http.Response, error)
func (*Client) PostNotificationEndpointIDLabelsWithBody ¶
func (*Client) PostNotificationRuleIDLabels ¶
func (c *Client) PostNotificationRuleIDLabels(ctx context.Context, ruleID string, params *PostNotificationRuleIDLabelsParams, body PostNotificationRuleIDLabelsJSONRequestBody) (*http.Response, error)
func (*Client) PostNotificationRuleIDLabelsWithBody ¶
func (*Client) PostOrgs ¶
func (c *Client) PostOrgs(ctx context.Context, params *PostOrgsParams, body PostOrgsJSONRequestBody) (*http.Response, error)
func (*Client) PostOrgsIDMembers ¶
func (c *Client) PostOrgsIDMembers(ctx context.Context, orgID string, params *PostOrgsIDMembersParams, body PostOrgsIDMembersJSONRequestBody) (*http.Response, error)
func (*Client) PostOrgsIDMembersWithBody ¶
func (*Client) PostOrgsIDOwners ¶
func (c *Client) PostOrgsIDOwners(ctx context.Context, orgID string, params *PostOrgsIDOwnersParams, body PostOrgsIDOwnersJSONRequestBody) (*http.Response, error)
func (*Client) PostOrgsIDOwnersWithBody ¶
func (*Client) PostOrgsIDSecrets ¶
func (c *Client) PostOrgsIDSecrets(ctx context.Context, orgID string, params *PostOrgsIDSecretsParams, body PostOrgsIDSecretsJSONRequestBody) (*http.Response, error)
func (*Client) PostOrgsIDSecretsWithBody ¶
func (*Client) PostOrgsWithBody ¶
func (*Client) PostQuery ¶
func (c *Client) PostQuery(ctx context.Context, params *PostQueryParams, body PostQueryJSONRequestBody) (*http.Response, error)
func (*Client) PostQueryAnalyze ¶
func (c *Client) PostQueryAnalyze(ctx context.Context, params *PostQueryAnalyzeParams, body PostQueryAnalyzeJSONRequestBody) (*http.Response, error)
func (*Client) PostQueryAnalyzeWithBody ¶
func (*Client) PostQueryAst ¶
func (c *Client) PostQueryAst(ctx context.Context, params *PostQueryAstParams, body PostQueryAstJSONRequestBody) (*http.Response, error)
func (*Client) PostQueryAstWithBody ¶
func (*Client) PostQueryWithBody ¶
func (*Client) PostScrapers ¶
func (c *Client) PostScrapers(ctx context.Context, params *PostScrapersParams, body PostScrapersJSONRequestBody) (*http.Response, error)
func (*Client) PostScrapersIDLabels ¶
func (c *Client) PostScrapersIDLabels(ctx context.Context, scraperTargetID string, params *PostScrapersIDLabelsParams, body PostScrapersIDLabelsJSONRequestBody) (*http.Response, error)
func (*Client) PostScrapersIDLabelsWithBody ¶
func (*Client) PostScrapersIDMembers ¶
func (c *Client) PostScrapersIDMembers(ctx context.Context, scraperTargetID string, params *PostScrapersIDMembersParams, body PostScrapersIDMembersJSONRequestBody) (*http.Response, error)
func (*Client) PostScrapersIDMembersWithBody ¶
func (*Client) PostScrapersIDOwners ¶
func (c *Client) PostScrapersIDOwners(ctx context.Context, scraperTargetID string, params *PostScrapersIDOwnersParams, body PostScrapersIDOwnersJSONRequestBody) (*http.Response, error)
func (*Client) PostScrapersIDOwnersWithBody ¶
func (*Client) PostScrapersWithBody ¶
func (*Client) PostSetup ¶
func (c *Client) PostSetup(ctx context.Context, params *PostSetupParams, body PostSetupJSONRequestBody) (*http.Response, error)
func (*Client) PostSetupUser ¶
func (c *Client) PostSetupUser(ctx context.Context, params *PostSetupUserParams, body PostSetupUserJSONRequestBody) (*http.Response, error)
func (*Client) PostSetupUserWithBody ¶
func (*Client) PostSetupWithBody ¶
func (*Client) PostSignin ¶
func (*Client) PostSignout ¶
func (*Client) PostSources ¶
func (c *Client) PostSources(ctx context.Context, params *PostSourcesParams, body PostSourcesJSONRequestBody) (*http.Response, error)
func (*Client) PostSourcesWithBody ¶
func (*Client) PostTasks ¶
func (c *Client) PostTasks(ctx context.Context, params *PostTasksParams, body PostTasksJSONRequestBody) (*http.Response, error)
func (*Client) PostTasksIDLabels ¶
func (c *Client) PostTasksIDLabels(ctx context.Context, taskID string, params *PostTasksIDLabelsParams, body PostTasksIDLabelsJSONRequestBody) (*http.Response, error)
func (*Client) PostTasksIDLabelsWithBody ¶
func (*Client) PostTasksIDMembers ¶
func (c *Client) PostTasksIDMembers(ctx context.Context, taskID string, params *PostTasksIDMembersParams, body PostTasksIDMembersJSONRequestBody) (*http.Response, error)
func (*Client) PostTasksIDMembersWithBody ¶
func (*Client) PostTasksIDOwners ¶
func (c *Client) PostTasksIDOwners(ctx context.Context, taskID string, params *PostTasksIDOwnersParams, body PostTasksIDOwnersJSONRequestBody) (*http.Response, error)
func (*Client) PostTasksIDOwnersWithBody ¶
func (*Client) PostTasksIDRuns ¶
func (c *Client) PostTasksIDRuns(ctx context.Context, taskID string, params *PostTasksIDRunsParams, body PostTasksIDRunsJSONRequestBody) (*http.Response, error)
func (*Client) PostTasksIDRunsIDRetry ¶
func (*Client) PostTasksIDRunsWithBody ¶
func (*Client) PostTasksWithBody ¶
func (*Client) PostTelegrafs ¶
func (c *Client) PostTelegrafs(ctx context.Context, params *PostTelegrafsParams, body PostTelegrafsJSONRequestBody) (*http.Response, error)
func (*Client) PostTelegrafsIDLabels ¶
func (c *Client) PostTelegrafsIDLabels(ctx context.Context, telegrafID string, params *PostTelegrafsIDLabelsParams, body PostTelegrafsIDLabelsJSONRequestBody) (*http.Response, error)
func (*Client) PostTelegrafsIDLabelsWithBody ¶
func (*Client) PostTelegrafsIDMembers ¶
func (c *Client) PostTelegrafsIDMembers(ctx context.Context, telegrafID string, params *PostTelegrafsIDMembersParams, body PostTelegrafsIDMembersJSONRequestBody) (*http.Response, error)
func (*Client) PostTelegrafsIDMembersWithBody ¶
func (*Client) PostTelegrafsIDOwners ¶
func (c *Client) PostTelegrafsIDOwners(ctx context.Context, telegrafID string, params *PostTelegrafsIDOwnersParams, body PostTelegrafsIDOwnersJSONRequestBody) (*http.Response, error)
func (*Client) PostTelegrafsIDOwnersWithBody ¶
func (*Client) PostTelegrafsWithBody ¶
func (*Client) PostUsers ¶
func (c *Client) PostUsers(ctx context.Context, params *PostUsersParams, body PostUsersJSONRequestBody) (*http.Response, error)
func (*Client) PostUsersIDPassword ¶
func (c *Client) PostUsersIDPassword(ctx context.Context, userID string, params *PostUsersIDPasswordParams, body PostUsersIDPasswordJSONRequestBody) (*http.Response, error)
func (*Client) PostUsersIDPasswordWithBody ¶
func (*Client) PostUsersWithBody ¶
func (*Client) PostVariables ¶
func (c *Client) PostVariables(ctx context.Context, params *PostVariablesParams, body PostVariablesJSONRequestBody) (*http.Response, error)
func (*Client) PostVariablesIDLabels ¶
func (c *Client) PostVariablesIDLabels(ctx context.Context, variableID string, params *PostVariablesIDLabelsParams, body PostVariablesIDLabelsJSONRequestBody) (*http.Response, error)
func (*Client) PostVariablesIDLabelsWithBody ¶
func (*Client) PostVariablesWithBody ¶
func (*Client) PostWriteWithBody ¶
func (*Client) PutChecksID ¶
func (c *Client) PutChecksID(ctx context.Context, checkID string, params *PutChecksIDParams, body PutChecksIDJSONRequestBody) (*http.Response, error)
func (*Client) PutChecksIDWithBody ¶
func (*Client) PutDashboardsIDCells ¶
func (c *Client) PutDashboardsIDCells(ctx context.Context, dashboardID string, params *PutDashboardsIDCellsParams, body PutDashboardsIDCellsJSONRequestBody) (*http.Response, error)
func (*Client) PutDashboardsIDCellsWithBody ¶
func (*Client) PutDocumentsTemplatesID ¶
func (c *Client) PutDocumentsTemplatesID(ctx context.Context, templateID string, params *PutDocumentsTemplatesIDParams, body PutDocumentsTemplatesIDJSONRequestBody) (*http.Response, error)
func (*Client) PutDocumentsTemplatesIDWithBody ¶
func (*Client) PutMePassword ¶
func (c *Client) PutMePassword(ctx context.Context, params *PutMePasswordParams, body PutMePasswordJSONRequestBody) (*http.Response, error)
func (*Client) PutMePasswordWithBody ¶
func (*Client) PutNotificationEndpointsID ¶
func (c *Client) PutNotificationEndpointsID(ctx context.Context, endpointID string, params *PutNotificationEndpointsIDParams, body PutNotificationEndpointsIDJSONRequestBody) (*http.Response, error)
func (*Client) PutNotificationEndpointsIDWithBody ¶
func (*Client) PutNotificationRulesID ¶
func (c *Client) PutNotificationRulesID(ctx context.Context, ruleID string, params *PutNotificationRulesIDParams, body PutNotificationRulesIDJSONRequestBody) (*http.Response, error)
func (*Client) PutNotificationRulesIDWithBody ¶
func (*Client) PutTelegrafsID ¶
func (c *Client) PutTelegrafsID(ctx context.Context, telegrafID string, params *PutTelegrafsIDParams, body PutTelegrafsIDJSONRequestBody) (*http.Response, error)
func (*Client) PutTelegrafsIDWithBody ¶
func (*Client) PutVariablesID ¶
func (c *Client) PutVariablesID(ctx context.Context, variableID string, params *PutVariablesIDParams, body PutVariablesIDJSONRequestBody) (*http.Response, error)
func (*Client) PutVariablesIDWithBody ¶
func (*Client) UninstallStack ¶
func (*Client) UpdateStack ¶
type ClientInterface ¶
type ClientInterface interface { // GetRoutes request GetRoutes(ctx context.Context, params *GetRoutesParams) (*http.Response, error) // GetAuthorizations request GetAuthorizations(ctx context.Context, params *GetAuthorizationsParams) (*http.Response, error) // PostAuthorizations request with any body PostAuthorizationsWithBody(ctx context.Context, params *PostAuthorizationsParams, contentType string, body io.Reader) (*http.Response, error) PostAuthorizations(ctx context.Context, params *PostAuthorizationsParams, body PostAuthorizationsJSONRequestBody) (*http.Response, error) // DeleteAuthorizationsID request DeleteAuthorizationsID(ctx context.Context, authID string, params *DeleteAuthorizationsIDParams) (*http.Response, error) // GetAuthorizationsID request GetAuthorizationsID(ctx context.Context, authID string, params *GetAuthorizationsIDParams) (*http.Response, error) // PatchAuthorizationsID request with any body PatchAuthorizationsIDWithBody(ctx context.Context, authID string, params *PatchAuthorizationsIDParams, contentType string, body io.Reader) (*http.Response, error) PatchAuthorizationsID(ctx context.Context, authID string, params *PatchAuthorizationsIDParams, body PatchAuthorizationsIDJSONRequestBody) (*http.Response, error) // GetBuckets request GetBuckets(ctx context.Context, params *GetBucketsParams) (*http.Response, error) // PostBuckets request with any body PostBucketsWithBody(ctx context.Context, params *PostBucketsParams, contentType string, body io.Reader) (*http.Response, error) PostBuckets(ctx context.Context, params *PostBucketsParams, body PostBucketsJSONRequestBody) (*http.Response, error) // DeleteBucketsID request DeleteBucketsID(ctx context.Context, bucketID string, params *DeleteBucketsIDParams) (*http.Response, error) // GetBucketsID request GetBucketsID(ctx context.Context, bucketID string, params *GetBucketsIDParams) (*http.Response, error) // PatchBucketsID request with any body PatchBucketsIDWithBody(ctx context.Context, bucketID string, params *PatchBucketsIDParams, contentType string, body io.Reader) (*http.Response, error) PatchBucketsID(ctx context.Context, bucketID string, params *PatchBucketsIDParams, body PatchBucketsIDJSONRequestBody) (*http.Response, error) // GetBucketsIDLabels request GetBucketsIDLabels(ctx context.Context, bucketID string, params *GetBucketsIDLabelsParams) (*http.Response, error) // PostBucketsIDLabels request with any body PostBucketsIDLabelsWithBody(ctx context.Context, bucketID string, params *PostBucketsIDLabelsParams, contentType string, body io.Reader) (*http.Response, error) PostBucketsIDLabels(ctx context.Context, bucketID string, params *PostBucketsIDLabelsParams, body PostBucketsIDLabelsJSONRequestBody) (*http.Response, error) // DeleteBucketsIDLabelsID request DeleteBucketsIDLabelsID(ctx context.Context, bucketID string, labelID string, params *DeleteBucketsIDLabelsIDParams) (*http.Response, error) // GetBucketsIDMembers request GetBucketsIDMembers(ctx context.Context, bucketID string, params *GetBucketsIDMembersParams) (*http.Response, error) // PostBucketsIDMembers request with any body PostBucketsIDMembersWithBody(ctx context.Context, bucketID string, params *PostBucketsIDMembersParams, contentType string, body io.Reader) (*http.Response, error) PostBucketsIDMembers(ctx context.Context, bucketID string, params *PostBucketsIDMembersParams, body PostBucketsIDMembersJSONRequestBody) (*http.Response, error) // DeleteBucketsIDMembersID request DeleteBucketsIDMembersID(ctx context.Context, bucketID string, userID string, params *DeleteBucketsIDMembersIDParams) (*http.Response, error) // GetBucketsIDOwners request GetBucketsIDOwners(ctx context.Context, bucketID string, params *GetBucketsIDOwnersParams) (*http.Response, error) // PostBucketsIDOwners request with any body PostBucketsIDOwnersWithBody(ctx context.Context, bucketID string, params *PostBucketsIDOwnersParams, contentType string, body io.Reader) (*http.Response, error) PostBucketsIDOwners(ctx context.Context, bucketID string, params *PostBucketsIDOwnersParams, body PostBucketsIDOwnersJSONRequestBody) (*http.Response, error) // DeleteBucketsIDOwnersID request DeleteBucketsIDOwnersID(ctx context.Context, bucketID string, userID string, params *DeleteBucketsIDOwnersIDParams) (*http.Response, error) // GetChecks request GetChecks(ctx context.Context, params *GetChecksParams) (*http.Response, error) // CreateCheck request with any body CreateCheckWithBody(ctx context.Context, contentType string, body io.Reader) (*http.Response, error) CreateCheck(ctx context.Context, body CreateCheckJSONRequestBody) (*http.Response, error) // DeleteChecksID request DeleteChecksID(ctx context.Context, checkID string, params *DeleteChecksIDParams) (*http.Response, error) // GetChecksID request GetChecksID(ctx context.Context, checkID string, params *GetChecksIDParams) (*http.Response, error) // PatchChecksID request with any body PatchChecksIDWithBody(ctx context.Context, checkID string, params *PatchChecksIDParams, contentType string, body io.Reader) (*http.Response, error) PatchChecksID(ctx context.Context, checkID string, params *PatchChecksIDParams, body PatchChecksIDJSONRequestBody) (*http.Response, error) // PutChecksID request with any body PutChecksIDWithBody(ctx context.Context, checkID string, params *PutChecksIDParams, contentType string, body io.Reader) (*http.Response, error) PutChecksID(ctx context.Context, checkID string, params *PutChecksIDParams, body PutChecksIDJSONRequestBody) (*http.Response, error) // GetChecksIDLabels request GetChecksIDLabels(ctx context.Context, checkID string, params *GetChecksIDLabelsParams) (*http.Response, error) // PostChecksIDLabels request with any body PostChecksIDLabelsWithBody(ctx context.Context, checkID string, params *PostChecksIDLabelsParams, contentType string, body io.Reader) (*http.Response, error) PostChecksIDLabels(ctx context.Context, checkID string, params *PostChecksIDLabelsParams, body PostChecksIDLabelsJSONRequestBody) (*http.Response, error) // DeleteChecksIDLabelsID request DeleteChecksIDLabelsID(ctx context.Context, checkID string, labelID string, params *DeleteChecksIDLabelsIDParams) (*http.Response, error) // GetChecksIDQuery request GetChecksIDQuery(ctx context.Context, checkID string, params *GetChecksIDQueryParams) (*http.Response, error) // GetDashboards request GetDashboards(ctx context.Context, params *GetDashboardsParams) (*http.Response, error) // PostDashboards request with any body PostDashboardsWithBody(ctx context.Context, params *PostDashboardsParams, contentType string, body io.Reader) (*http.Response, error) PostDashboards(ctx context.Context, params *PostDashboardsParams, body PostDashboardsJSONRequestBody) (*http.Response, error) // DeleteDashboardsID request DeleteDashboardsID(ctx context.Context, dashboardID string, params *DeleteDashboardsIDParams) (*http.Response, error) // GetDashboardsID request GetDashboardsID(ctx context.Context, dashboardID string, params *GetDashboardsIDParams) (*http.Response, error) // PatchDashboardsID request with any body PatchDashboardsIDWithBody(ctx context.Context, dashboardID string, params *PatchDashboardsIDParams, contentType string, body io.Reader) (*http.Response, error) PatchDashboardsID(ctx context.Context, dashboardID string, params *PatchDashboardsIDParams, body PatchDashboardsIDJSONRequestBody) (*http.Response, error) // PostDashboardsIDCells request with any body PostDashboardsIDCellsWithBody(ctx context.Context, dashboardID string, params *PostDashboardsIDCellsParams, contentType string, body io.Reader) (*http.Response, error) PostDashboardsIDCells(ctx context.Context, dashboardID string, params *PostDashboardsIDCellsParams, body PostDashboardsIDCellsJSONRequestBody) (*http.Response, error) // PutDashboardsIDCells request with any body PutDashboardsIDCellsWithBody(ctx context.Context, dashboardID string, params *PutDashboardsIDCellsParams, contentType string, body io.Reader) (*http.Response, error) PutDashboardsIDCells(ctx context.Context, dashboardID string, params *PutDashboardsIDCellsParams, body PutDashboardsIDCellsJSONRequestBody) (*http.Response, error) // DeleteDashboardsIDCellsID request DeleteDashboardsIDCellsID(ctx context.Context, dashboardID string, cellID string, params *DeleteDashboardsIDCellsIDParams) (*http.Response, error) // PatchDashboardsIDCellsID request with any body PatchDashboardsIDCellsIDWithBody(ctx context.Context, dashboardID string, cellID string, params *PatchDashboardsIDCellsIDParams, contentType string, body io.Reader) (*http.Response, error) PatchDashboardsIDCellsID(ctx context.Context, dashboardID string, cellID string, params *PatchDashboardsIDCellsIDParams, body PatchDashboardsIDCellsIDJSONRequestBody) (*http.Response, error) // GetDashboardsIDCellsIDView request GetDashboardsIDCellsIDView(ctx context.Context, dashboardID string, cellID string, params *GetDashboardsIDCellsIDViewParams) (*http.Response, error) // PatchDashboardsIDCellsIDView request with any body PatchDashboardsIDCellsIDViewWithBody(ctx context.Context, dashboardID string, cellID string, params *PatchDashboardsIDCellsIDViewParams, contentType string, body io.Reader) (*http.Response, error) PatchDashboardsIDCellsIDView(ctx context.Context, dashboardID string, cellID string, params *PatchDashboardsIDCellsIDViewParams, body PatchDashboardsIDCellsIDViewJSONRequestBody) (*http.Response, error) // GetDashboardsIDLabels request GetDashboardsIDLabels(ctx context.Context, dashboardID string, params *GetDashboardsIDLabelsParams) (*http.Response, error) // PostDashboardsIDLabels request with any body PostDashboardsIDLabelsWithBody(ctx context.Context, dashboardID string, params *PostDashboardsIDLabelsParams, contentType string, body io.Reader) (*http.Response, error) PostDashboardsIDLabels(ctx context.Context, dashboardID string, params *PostDashboardsIDLabelsParams, body PostDashboardsIDLabelsJSONRequestBody) (*http.Response, error) // DeleteDashboardsIDLabelsID request DeleteDashboardsIDLabelsID(ctx context.Context, dashboardID string, labelID string, params *DeleteDashboardsIDLabelsIDParams) (*http.Response, error) // GetDashboardsIDMembers request GetDashboardsIDMembers(ctx context.Context, dashboardID string, params *GetDashboardsIDMembersParams) (*http.Response, error) // PostDashboardsIDMembers request with any body PostDashboardsIDMembersWithBody(ctx context.Context, dashboardID string, params *PostDashboardsIDMembersParams, contentType string, body io.Reader) (*http.Response, error) PostDashboardsIDMembers(ctx context.Context, dashboardID string, params *PostDashboardsIDMembersParams, body PostDashboardsIDMembersJSONRequestBody) (*http.Response, error) // DeleteDashboardsIDMembersID request DeleteDashboardsIDMembersID(ctx context.Context, dashboardID string, userID string, params *DeleteDashboardsIDMembersIDParams) (*http.Response, error) // GetDashboardsIDOwners request GetDashboardsIDOwners(ctx context.Context, dashboardID string, params *GetDashboardsIDOwnersParams) (*http.Response, error) // PostDashboardsIDOwners request with any body PostDashboardsIDOwnersWithBody(ctx context.Context, dashboardID string, params *PostDashboardsIDOwnersParams, contentType string, body io.Reader) (*http.Response, error) PostDashboardsIDOwners(ctx context.Context, dashboardID string, params *PostDashboardsIDOwnersParams, body PostDashboardsIDOwnersJSONRequestBody) (*http.Response, error) // DeleteDashboardsIDOwnersID request DeleteDashboardsIDOwnersID(ctx context.Context, dashboardID string, userID string, params *DeleteDashboardsIDOwnersIDParams) (*http.Response, error) // GetDBRPs request GetDBRPs(ctx context.Context, params *GetDBRPsParams) (*http.Response, error) // PostDBRP request with any body PostDBRPWithBody(ctx context.Context, params *PostDBRPParams, contentType string, body io.Reader) (*http.Response, error) PostDBRP(ctx context.Context, params *PostDBRPParams, body PostDBRPJSONRequestBody) (*http.Response, error) // DeleteDBRPID request DeleteDBRPID(ctx context.Context, dbrpID string, params *DeleteDBRPIDParams) (*http.Response, error) // GetDBRPsID request GetDBRPsID(ctx context.Context, dbrpID string, params *GetDBRPsIDParams) (*http.Response, error) // PatchDBRPID request with any body PatchDBRPIDWithBody(ctx context.Context, dbrpID string, params *PatchDBRPIDParams, contentType string, body io.Reader) (*http.Response, error) PatchDBRPID(ctx context.Context, dbrpID string, params *PatchDBRPIDParams, body PatchDBRPIDJSONRequestBody) (*http.Response, error) // PostDelete request with any body PostDeleteWithBody(ctx context.Context, params *PostDeleteParams, contentType string, body io.Reader) (*http.Response, error) PostDelete(ctx context.Context, params *PostDeleteParams, body PostDeleteJSONRequestBody) (*http.Response, error) // GetDocumentsTemplates request GetDocumentsTemplates(ctx context.Context, params *GetDocumentsTemplatesParams) (*http.Response, error) // PostDocumentsTemplates request with any body PostDocumentsTemplatesWithBody(ctx context.Context, params *PostDocumentsTemplatesParams, contentType string, body io.Reader) (*http.Response, error) PostDocumentsTemplates(ctx context.Context, params *PostDocumentsTemplatesParams, body PostDocumentsTemplatesJSONRequestBody) (*http.Response, error) // DeleteDocumentsTemplatesID request DeleteDocumentsTemplatesID(ctx context.Context, templateID string, params *DeleteDocumentsTemplatesIDParams) (*http.Response, error) // GetDocumentsTemplatesID request GetDocumentsTemplatesID(ctx context.Context, templateID string, params *GetDocumentsTemplatesIDParams) (*http.Response, error) // PutDocumentsTemplatesID request with any body PutDocumentsTemplatesIDWithBody(ctx context.Context, templateID string, params *PutDocumentsTemplatesIDParams, contentType string, body io.Reader) (*http.Response, error) PutDocumentsTemplatesID(ctx context.Context, templateID string, params *PutDocumentsTemplatesIDParams, body PutDocumentsTemplatesIDJSONRequestBody) (*http.Response, error) // GetDocumentsTemplatesIDLabels request GetDocumentsTemplatesIDLabels(ctx context.Context, templateID string, params *GetDocumentsTemplatesIDLabelsParams) (*http.Response, error) // PostDocumentsTemplatesIDLabels request with any body PostDocumentsTemplatesIDLabelsWithBody(ctx context.Context, templateID string, params *PostDocumentsTemplatesIDLabelsParams, contentType string, body io.Reader) (*http.Response, error) PostDocumentsTemplatesIDLabels(ctx context.Context, templateID string, params *PostDocumentsTemplatesIDLabelsParams, body PostDocumentsTemplatesIDLabelsJSONRequestBody) (*http.Response, error) // DeleteDocumentsTemplatesIDLabelsID request DeleteDocumentsTemplatesIDLabelsID(ctx context.Context, templateID string, labelID string, params *DeleteDocumentsTemplatesIDLabelsIDParams) (*http.Response, error) // GetFlags request GetFlags(ctx context.Context, params *GetFlagsParams) (*http.Response, error) // GetHealth request GetHealth(ctx context.Context, params *GetHealthParams) (*http.Response, error) // GetLabels request GetLabels(ctx context.Context, params *GetLabelsParams) (*http.Response, error) // PostLabels request with any body PostLabelsWithBody(ctx context.Context, contentType string, body io.Reader) (*http.Response, error) PostLabels(ctx context.Context, body PostLabelsJSONRequestBody) (*http.Response, error) // DeleteLabelsID request DeleteLabelsID(ctx context.Context, labelID string, params *DeleteLabelsIDParams) (*http.Response, error) // GetLabelsID request GetLabelsID(ctx context.Context, labelID string, params *GetLabelsIDParams) (*http.Response, error) // PatchLabelsID request with any body PatchLabelsIDWithBody(ctx context.Context, labelID string, params *PatchLabelsIDParams, contentType string, body io.Reader) (*http.Response, error) PatchLabelsID(ctx context.Context, labelID string, params *PatchLabelsIDParams, body PatchLabelsIDJSONRequestBody) (*http.Response, error) // GetMe request GetMe(ctx context.Context, params *GetMeParams) (*http.Response, error) // PutMePassword request with any body PutMePasswordWithBody(ctx context.Context, params *PutMePasswordParams, contentType string, body io.Reader) (*http.Response, error) PutMePassword(ctx context.Context, params *PutMePasswordParams, body PutMePasswordJSONRequestBody) (*http.Response, error) // GetNotificationEndpoints request GetNotificationEndpoints(ctx context.Context, params *GetNotificationEndpointsParams) (*http.Response, error) // CreateNotificationEndpoint request with any body CreateNotificationEndpointWithBody(ctx context.Context, contentType string, body io.Reader) (*http.Response, error) CreateNotificationEndpoint(ctx context.Context, body CreateNotificationEndpointJSONRequestBody) (*http.Response, error) // DeleteNotificationEndpointsID request DeleteNotificationEndpointsID(ctx context.Context, endpointID string, params *DeleteNotificationEndpointsIDParams) (*http.Response, error) // GetNotificationEndpointsID request GetNotificationEndpointsID(ctx context.Context, endpointID string, params *GetNotificationEndpointsIDParams) (*http.Response, error) // PatchNotificationEndpointsID request with any body PatchNotificationEndpointsIDWithBody(ctx context.Context, endpointID string, params *PatchNotificationEndpointsIDParams, contentType string, body io.Reader) (*http.Response, error) PatchNotificationEndpointsID(ctx context.Context, endpointID string, params *PatchNotificationEndpointsIDParams, body PatchNotificationEndpointsIDJSONRequestBody) (*http.Response, error) // PutNotificationEndpointsID request with any body PutNotificationEndpointsIDWithBody(ctx context.Context, endpointID string, params *PutNotificationEndpointsIDParams, contentType string, body io.Reader) (*http.Response, error) PutNotificationEndpointsID(ctx context.Context, endpointID string, params *PutNotificationEndpointsIDParams, body PutNotificationEndpointsIDJSONRequestBody) (*http.Response, error) // GetNotificationEndpointsIDLabels request GetNotificationEndpointsIDLabels(ctx context.Context, endpointID string, params *GetNotificationEndpointsIDLabelsParams) (*http.Response, error) // PostNotificationEndpointIDLabels request with any body PostNotificationEndpointIDLabelsWithBody(ctx context.Context, endpointID string, params *PostNotificationEndpointIDLabelsParams, contentType string, body io.Reader) (*http.Response, error) PostNotificationEndpointIDLabels(ctx context.Context, endpointID string, params *PostNotificationEndpointIDLabelsParams, body PostNotificationEndpointIDLabelsJSONRequestBody) (*http.Response, error) // DeleteNotificationEndpointsIDLabelsID request DeleteNotificationEndpointsIDLabelsID(ctx context.Context, endpointID string, labelID string, params *DeleteNotificationEndpointsIDLabelsIDParams) (*http.Response, error) // GetNotificationRules request GetNotificationRules(ctx context.Context, params *GetNotificationRulesParams) (*http.Response, error) // CreateNotificationRule request with any body CreateNotificationRuleWithBody(ctx context.Context, contentType string, body io.Reader) (*http.Response, error) CreateNotificationRule(ctx context.Context, body CreateNotificationRuleJSONRequestBody) (*http.Response, error) // DeleteNotificationRulesID request DeleteNotificationRulesID(ctx context.Context, ruleID string, params *DeleteNotificationRulesIDParams) (*http.Response, error) // GetNotificationRulesID request GetNotificationRulesID(ctx context.Context, ruleID string, params *GetNotificationRulesIDParams) (*http.Response, error) // PatchNotificationRulesID request with any body PatchNotificationRulesIDWithBody(ctx context.Context, ruleID string, params *PatchNotificationRulesIDParams, contentType string, body io.Reader) (*http.Response, error) PatchNotificationRulesID(ctx context.Context, ruleID string, params *PatchNotificationRulesIDParams, body PatchNotificationRulesIDJSONRequestBody) (*http.Response, error) // PutNotificationRulesID request with any body PutNotificationRulesIDWithBody(ctx context.Context, ruleID string, params *PutNotificationRulesIDParams, contentType string, body io.Reader) (*http.Response, error) PutNotificationRulesID(ctx context.Context, ruleID string, params *PutNotificationRulesIDParams, body PutNotificationRulesIDJSONRequestBody) (*http.Response, error) // GetNotificationRulesIDLabels request GetNotificationRulesIDLabels(ctx context.Context, ruleID string, params *GetNotificationRulesIDLabelsParams) (*http.Response, error) // PostNotificationRuleIDLabels request with any body PostNotificationRuleIDLabelsWithBody(ctx context.Context, ruleID string, params *PostNotificationRuleIDLabelsParams, contentType string, body io.Reader) (*http.Response, error) PostNotificationRuleIDLabels(ctx context.Context, ruleID string, params *PostNotificationRuleIDLabelsParams, body PostNotificationRuleIDLabelsJSONRequestBody) (*http.Response, error) // DeleteNotificationRulesIDLabelsID request DeleteNotificationRulesIDLabelsID(ctx context.Context, ruleID string, labelID string, params *DeleteNotificationRulesIDLabelsIDParams) (*http.Response, error) // GetNotificationRulesIDQuery request GetNotificationRulesIDQuery(ctx context.Context, ruleID string, params *GetNotificationRulesIDQueryParams) (*http.Response, error) // GetOrgs request GetOrgs(ctx context.Context, params *GetOrgsParams) (*http.Response, error) // PostOrgs request with any body PostOrgsWithBody(ctx context.Context, params *PostOrgsParams, contentType string, body io.Reader) (*http.Response, error) PostOrgs(ctx context.Context, params *PostOrgsParams, body PostOrgsJSONRequestBody) (*http.Response, error) // DeleteOrgsID request DeleteOrgsID(ctx context.Context, orgID string, params *DeleteOrgsIDParams) (*http.Response, error) // GetOrgsID request GetOrgsID(ctx context.Context, orgID string, params *GetOrgsIDParams) (*http.Response, error) // PatchOrgsID request with any body PatchOrgsIDWithBody(ctx context.Context, orgID string, params *PatchOrgsIDParams, contentType string, body io.Reader) (*http.Response, error) PatchOrgsID(ctx context.Context, orgID string, params *PatchOrgsIDParams, body PatchOrgsIDJSONRequestBody) (*http.Response, error) // GetOrgsIDMembers request GetOrgsIDMembers(ctx context.Context, orgID string, params *GetOrgsIDMembersParams) (*http.Response, error) // PostOrgsIDMembers request with any body PostOrgsIDMembersWithBody(ctx context.Context, orgID string, params *PostOrgsIDMembersParams, contentType string, body io.Reader) (*http.Response, error) PostOrgsIDMembers(ctx context.Context, orgID string, params *PostOrgsIDMembersParams, body PostOrgsIDMembersJSONRequestBody) (*http.Response, error) // DeleteOrgsIDMembersID request DeleteOrgsIDMembersID(ctx context.Context, orgID string, userID string, params *DeleteOrgsIDMembersIDParams) (*http.Response, error) // GetOrgsIDOwners request GetOrgsIDOwners(ctx context.Context, orgID string, params *GetOrgsIDOwnersParams) (*http.Response, error) // PostOrgsIDOwners request with any body PostOrgsIDOwnersWithBody(ctx context.Context, orgID string, params *PostOrgsIDOwnersParams, contentType string, body io.Reader) (*http.Response, error) PostOrgsIDOwners(ctx context.Context, orgID string, params *PostOrgsIDOwnersParams, body PostOrgsIDOwnersJSONRequestBody) (*http.Response, error) // DeleteOrgsIDOwnersID request DeleteOrgsIDOwnersID(ctx context.Context, orgID string, userID string, params *DeleteOrgsIDOwnersIDParams) (*http.Response, error) // GetOrgsIDSecrets request GetOrgsIDSecrets(ctx context.Context, orgID string, params *GetOrgsIDSecretsParams) (*http.Response, error) // PatchOrgsIDSecrets request with any body PatchOrgsIDSecretsWithBody(ctx context.Context, orgID string, params *PatchOrgsIDSecretsParams, contentType string, body io.Reader) (*http.Response, error) PatchOrgsIDSecrets(ctx context.Context, orgID string, params *PatchOrgsIDSecretsParams, body PatchOrgsIDSecretsJSONRequestBody) (*http.Response, error) // PostOrgsIDSecrets request with any body PostOrgsIDSecretsWithBody(ctx context.Context, orgID string, params *PostOrgsIDSecretsParams, contentType string, body io.Reader) (*http.Response, error) PostOrgsIDSecrets(ctx context.Context, orgID string, params *PostOrgsIDSecretsParams, body PostOrgsIDSecretsJSONRequestBody) (*http.Response, error) // PostQuery request with any body PostQueryWithBody(ctx context.Context, params *PostQueryParams, contentType string, body io.Reader) (*http.Response, error) PostQuery(ctx context.Context, params *PostQueryParams, body PostQueryJSONRequestBody) (*http.Response, error) // PostQueryAnalyze request with any body PostQueryAnalyzeWithBody(ctx context.Context, params *PostQueryAnalyzeParams, contentType string, body io.Reader) (*http.Response, error) PostQueryAnalyze(ctx context.Context, params *PostQueryAnalyzeParams, body PostQueryAnalyzeJSONRequestBody) (*http.Response, error) // PostQueryAst request with any body PostQueryAstWithBody(ctx context.Context, params *PostQueryAstParams, contentType string, body io.Reader) (*http.Response, error) PostQueryAst(ctx context.Context, params *PostQueryAstParams, body PostQueryAstJSONRequestBody) (*http.Response, error) // GetQuerySuggestions request GetQuerySuggestions(ctx context.Context, params *GetQuerySuggestionsParams) (*http.Response, error) // GetQuerySuggestionsName request GetQuerySuggestionsName(ctx context.Context, name string, params *GetQuerySuggestionsNameParams) (*http.Response, error) // GetReady request GetReady(ctx context.Context, params *GetReadyParams) (*http.Response, error) // GetScrapers request GetScrapers(ctx context.Context, params *GetScrapersParams) (*http.Response, error) // PostScrapers request with any body PostScrapersWithBody(ctx context.Context, params *PostScrapersParams, contentType string, body io.Reader) (*http.Response, error) PostScrapers(ctx context.Context, params *PostScrapersParams, body PostScrapersJSONRequestBody) (*http.Response, error) // DeleteScrapersID request DeleteScrapersID(ctx context.Context, scraperTargetID string, params *DeleteScrapersIDParams) (*http.Response, error) // GetScrapersID request GetScrapersID(ctx context.Context, scraperTargetID string, params *GetScrapersIDParams) (*http.Response, error) // PatchScrapersID request with any body PatchScrapersIDWithBody(ctx context.Context, scraperTargetID string, params *PatchScrapersIDParams, contentType string, body io.Reader) (*http.Response, error) PatchScrapersID(ctx context.Context, scraperTargetID string, params *PatchScrapersIDParams, body PatchScrapersIDJSONRequestBody) (*http.Response, error) // GetScrapersIDLabels request GetScrapersIDLabels(ctx context.Context, scraperTargetID string, params *GetScrapersIDLabelsParams) (*http.Response, error) // PostScrapersIDLabels request with any body PostScrapersIDLabelsWithBody(ctx context.Context, scraperTargetID string, params *PostScrapersIDLabelsParams, contentType string, body io.Reader) (*http.Response, error) PostScrapersIDLabels(ctx context.Context, scraperTargetID string, params *PostScrapersIDLabelsParams, body PostScrapersIDLabelsJSONRequestBody) (*http.Response, error) // DeleteScrapersIDLabelsID request DeleteScrapersIDLabelsID(ctx context.Context, scraperTargetID string, labelID string, params *DeleteScrapersIDLabelsIDParams) (*http.Response, error) // GetScrapersIDMembers request GetScrapersIDMembers(ctx context.Context, scraperTargetID string, params *GetScrapersIDMembersParams) (*http.Response, error) // PostScrapersIDMembers request with any body PostScrapersIDMembersWithBody(ctx context.Context, scraperTargetID string, params *PostScrapersIDMembersParams, contentType string, body io.Reader) (*http.Response, error) PostScrapersIDMembers(ctx context.Context, scraperTargetID string, params *PostScrapersIDMembersParams, body PostScrapersIDMembersJSONRequestBody) (*http.Response, error) // DeleteScrapersIDMembersID request DeleteScrapersIDMembersID(ctx context.Context, scraperTargetID string, userID string, params *DeleteScrapersIDMembersIDParams) (*http.Response, error) // GetScrapersIDOwners request GetScrapersIDOwners(ctx context.Context, scraperTargetID string, params *GetScrapersIDOwnersParams) (*http.Response, error) // PostScrapersIDOwners request with any body PostScrapersIDOwnersWithBody(ctx context.Context, scraperTargetID string, params *PostScrapersIDOwnersParams, contentType string, body io.Reader) (*http.Response, error) PostScrapersIDOwners(ctx context.Context, scraperTargetID string, params *PostScrapersIDOwnersParams, body PostScrapersIDOwnersJSONRequestBody) (*http.Response, error) // DeleteScrapersIDOwnersID request DeleteScrapersIDOwnersID(ctx context.Context, scraperTargetID string, userID string, params *DeleteScrapersIDOwnersIDParams) (*http.Response, error) // GetSetup request GetSetup(ctx context.Context, params *GetSetupParams) (*http.Response, error) // PostSetup request with any body PostSetupWithBody(ctx context.Context, params *PostSetupParams, contentType string, body io.Reader) (*http.Response, error) PostSetup(ctx context.Context, params *PostSetupParams, body PostSetupJSONRequestBody) (*http.Response, error) // PostSetupUser request with any body PostSetupUserWithBody(ctx context.Context, params *PostSetupUserParams, contentType string, body io.Reader) (*http.Response, error) PostSetupUser(ctx context.Context, params *PostSetupUserParams, body PostSetupUserJSONRequestBody) (*http.Response, error) // PostSignin request PostSignin(ctx context.Context, params *PostSigninParams) (*http.Response, error) // PostSignout request PostSignout(ctx context.Context, params *PostSignoutParams) (*http.Response, error) // GetSources request GetSources(ctx context.Context, params *GetSourcesParams) (*http.Response, error) // PostSources request with any body PostSourcesWithBody(ctx context.Context, params *PostSourcesParams, contentType string, body io.Reader) (*http.Response, error) PostSources(ctx context.Context, params *PostSourcesParams, body PostSourcesJSONRequestBody) (*http.Response, error) // DeleteSourcesID request DeleteSourcesID(ctx context.Context, sourceID string, params *DeleteSourcesIDParams) (*http.Response, error) // GetSourcesID request GetSourcesID(ctx context.Context, sourceID string, params *GetSourcesIDParams) (*http.Response, error) // PatchSourcesID request with any body PatchSourcesIDWithBody(ctx context.Context, sourceID string, params *PatchSourcesIDParams, contentType string, body io.Reader) (*http.Response, error) PatchSourcesID(ctx context.Context, sourceID string, params *PatchSourcesIDParams, body PatchSourcesIDJSONRequestBody) (*http.Response, error) // GetSourcesIDBuckets request GetSourcesIDBuckets(ctx context.Context, sourceID string, params *GetSourcesIDBucketsParams) (*http.Response, error) // GetSourcesIDHealth request GetSourcesIDHealth(ctx context.Context, sourceID string, params *GetSourcesIDHealthParams) (*http.Response, error) // ListStacks request ListStacks(ctx context.Context, params *ListStacksParams) (*http.Response, error) // CreateStack request with any body CreateStackWithBody(ctx context.Context, contentType string, body io.Reader) (*http.Response, error) CreateStack(ctx context.Context, body CreateStackJSONRequestBody) (*http.Response, error) // DeleteStack request DeleteStack(ctx context.Context, stackId string, params *DeleteStackParams) (*http.Response, error) // ReadStack request ReadStack(ctx context.Context, stackId string) (*http.Response, error) // UpdateStack request with any body UpdateStackWithBody(ctx context.Context, stackId string, contentType string, body io.Reader) (*http.Response, error) UpdateStack(ctx context.Context, stackId string, body UpdateStackJSONRequestBody) (*http.Response, error) // UninstallStack request UninstallStack(ctx context.Context, stackId string) (*http.Response, error) // GetTasks request GetTasks(ctx context.Context, params *GetTasksParams) (*http.Response, error) // PostTasks request with any body PostTasksWithBody(ctx context.Context, params *PostTasksParams, contentType string, body io.Reader) (*http.Response, error) PostTasks(ctx context.Context, params *PostTasksParams, body PostTasksJSONRequestBody) (*http.Response, error) // DeleteTasksID request DeleteTasksID(ctx context.Context, taskID string, params *DeleteTasksIDParams) (*http.Response, error) // GetTasksID request GetTasksID(ctx context.Context, taskID string, params *GetTasksIDParams) (*http.Response, error) // PatchTasksID request with any body PatchTasksIDWithBody(ctx context.Context, taskID string, params *PatchTasksIDParams, contentType string, body io.Reader) (*http.Response, error) PatchTasksID(ctx context.Context, taskID string, params *PatchTasksIDParams, body PatchTasksIDJSONRequestBody) (*http.Response, error) // GetTasksIDLabels request GetTasksIDLabels(ctx context.Context, taskID string, params *GetTasksIDLabelsParams) (*http.Response, error) // PostTasksIDLabels request with any body PostTasksIDLabelsWithBody(ctx context.Context, taskID string, params *PostTasksIDLabelsParams, contentType string, body io.Reader) (*http.Response, error) PostTasksIDLabels(ctx context.Context, taskID string, params *PostTasksIDLabelsParams, body PostTasksIDLabelsJSONRequestBody) (*http.Response, error) // DeleteTasksIDLabelsID request DeleteTasksIDLabelsID(ctx context.Context, taskID string, labelID string, params *DeleteTasksIDLabelsIDParams) (*http.Response, error) // GetTasksIDLogs request GetTasksIDLogs(ctx context.Context, taskID string, params *GetTasksIDLogsParams) (*http.Response, error) // GetTasksIDMembers request GetTasksIDMembers(ctx context.Context, taskID string, params *GetTasksIDMembersParams) (*http.Response, error) // PostTasksIDMembers request with any body PostTasksIDMembersWithBody(ctx context.Context, taskID string, params *PostTasksIDMembersParams, contentType string, body io.Reader) (*http.Response, error) PostTasksIDMembers(ctx context.Context, taskID string, params *PostTasksIDMembersParams, body PostTasksIDMembersJSONRequestBody) (*http.Response, error) // DeleteTasksIDMembersID request DeleteTasksIDMembersID(ctx context.Context, taskID string, userID string, params *DeleteTasksIDMembersIDParams) (*http.Response, error) // GetTasksIDOwners request GetTasksIDOwners(ctx context.Context, taskID string, params *GetTasksIDOwnersParams) (*http.Response, error) // PostTasksIDOwners request with any body PostTasksIDOwnersWithBody(ctx context.Context, taskID string, params *PostTasksIDOwnersParams, contentType string, body io.Reader) (*http.Response, error) PostTasksIDOwners(ctx context.Context, taskID string, params *PostTasksIDOwnersParams, body PostTasksIDOwnersJSONRequestBody) (*http.Response, error) // DeleteTasksIDOwnersID request DeleteTasksIDOwnersID(ctx context.Context, taskID string, userID string, params *DeleteTasksIDOwnersIDParams) (*http.Response, error) // GetTasksIDRuns request GetTasksIDRuns(ctx context.Context, taskID string, params *GetTasksIDRunsParams) (*http.Response, error) // PostTasksIDRuns request with any body PostTasksIDRunsWithBody(ctx context.Context, taskID string, params *PostTasksIDRunsParams, contentType string, body io.Reader) (*http.Response, error) PostTasksIDRuns(ctx context.Context, taskID string, params *PostTasksIDRunsParams, body PostTasksIDRunsJSONRequestBody) (*http.Response, error) // DeleteTasksIDRunsID request DeleteTasksIDRunsID(ctx context.Context, taskID string, runID string, params *DeleteTasksIDRunsIDParams) (*http.Response, error) // GetTasksIDRunsID request GetTasksIDRunsID(ctx context.Context, taskID string, runID string, params *GetTasksIDRunsIDParams) (*http.Response, error) // GetTasksIDRunsIDLogs request GetTasksIDRunsIDLogs(ctx context.Context, taskID string, runID string, params *GetTasksIDRunsIDLogsParams) (*http.Response, error) // PostTasksIDRunsIDRetry request PostTasksIDRunsIDRetry(ctx context.Context, taskID string, runID string, params *PostTasksIDRunsIDRetryParams) (*http.Response, error) // GetTelegrafPlugins request GetTelegrafPlugins(ctx context.Context, params *GetTelegrafPluginsParams) (*http.Response, error) // GetTelegrafs request GetTelegrafs(ctx context.Context, params *GetTelegrafsParams) (*http.Response, error) // PostTelegrafs request with any body PostTelegrafsWithBody(ctx context.Context, params *PostTelegrafsParams, contentType string, body io.Reader) (*http.Response, error) PostTelegrafs(ctx context.Context, params *PostTelegrafsParams, body PostTelegrafsJSONRequestBody) (*http.Response, error) // DeleteTelegrafsID request DeleteTelegrafsID(ctx context.Context, telegrafID string, params *DeleteTelegrafsIDParams) (*http.Response, error) // GetTelegrafsID request GetTelegrafsID(ctx context.Context, telegrafID string, params *GetTelegrafsIDParams) (*http.Response, error) // PutTelegrafsID request with any body PutTelegrafsIDWithBody(ctx context.Context, telegrafID string, params *PutTelegrafsIDParams, contentType string, body io.Reader) (*http.Response, error) PutTelegrafsID(ctx context.Context, telegrafID string, params *PutTelegrafsIDParams, body PutTelegrafsIDJSONRequestBody) (*http.Response, error) // GetTelegrafsIDLabels request GetTelegrafsIDLabels(ctx context.Context, telegrafID string, params *GetTelegrafsIDLabelsParams) (*http.Response, error) // PostTelegrafsIDLabels request with any body PostTelegrafsIDLabelsWithBody(ctx context.Context, telegrafID string, params *PostTelegrafsIDLabelsParams, contentType string, body io.Reader) (*http.Response, error) PostTelegrafsIDLabels(ctx context.Context, telegrafID string, params *PostTelegrafsIDLabelsParams, body PostTelegrafsIDLabelsJSONRequestBody) (*http.Response, error) // DeleteTelegrafsIDLabelsID request DeleteTelegrafsIDLabelsID(ctx context.Context, telegrafID string, labelID string, params *DeleteTelegrafsIDLabelsIDParams) (*http.Response, error) // GetTelegrafsIDMembers request GetTelegrafsIDMembers(ctx context.Context, telegrafID string, params *GetTelegrafsIDMembersParams) (*http.Response, error) // PostTelegrafsIDMembers request with any body PostTelegrafsIDMembersWithBody(ctx context.Context, telegrafID string, params *PostTelegrafsIDMembersParams, contentType string, body io.Reader) (*http.Response, error) PostTelegrafsIDMembers(ctx context.Context, telegrafID string, params *PostTelegrafsIDMembersParams, body PostTelegrafsIDMembersJSONRequestBody) (*http.Response, error) // DeleteTelegrafsIDMembersID request DeleteTelegrafsIDMembersID(ctx context.Context, telegrafID string, userID string, params *DeleteTelegrafsIDMembersIDParams) (*http.Response, error) // GetTelegrafsIDOwners request GetTelegrafsIDOwners(ctx context.Context, telegrafID string, params *GetTelegrafsIDOwnersParams) (*http.Response, error) // PostTelegrafsIDOwners request with any body PostTelegrafsIDOwnersWithBody(ctx context.Context, telegrafID string, params *PostTelegrafsIDOwnersParams, contentType string, body io.Reader) (*http.Response, error) PostTelegrafsIDOwners(ctx context.Context, telegrafID string, params *PostTelegrafsIDOwnersParams, body PostTelegrafsIDOwnersJSONRequestBody) (*http.Response, error) // DeleteTelegrafsIDOwnersID request DeleteTelegrafsIDOwnersID(ctx context.Context, telegrafID string, userID string, params *DeleteTelegrafsIDOwnersIDParams) (*http.Response, error) // ApplyTemplate request with any body ApplyTemplateWithBody(ctx context.Context, contentType string, body io.Reader) (*http.Response, error) ApplyTemplate(ctx context.Context, body ApplyTemplateJSONRequestBody) (*http.Response, error) // ExportTemplate request with any body ExportTemplateWithBody(ctx context.Context, contentType string, body io.Reader) (*http.Response, error) ExportTemplate(ctx context.Context, body ExportTemplateJSONRequestBody) (*http.Response, error) // GetUsers request GetUsers(ctx context.Context, params *GetUsersParams) (*http.Response, error) // PostUsers request with any body PostUsersWithBody(ctx context.Context, params *PostUsersParams, contentType string, body io.Reader) (*http.Response, error) PostUsers(ctx context.Context, params *PostUsersParams, body PostUsersJSONRequestBody) (*http.Response, error) // DeleteUsersID request DeleteUsersID(ctx context.Context, userID string, params *DeleteUsersIDParams) (*http.Response, error) // GetUsersID request GetUsersID(ctx context.Context, userID string, params *GetUsersIDParams) (*http.Response, error) // PatchUsersID request with any body PatchUsersIDWithBody(ctx context.Context, userID string, params *PatchUsersIDParams, contentType string, body io.Reader) (*http.Response, error) PatchUsersID(ctx context.Context, userID string, params *PatchUsersIDParams, body PatchUsersIDJSONRequestBody) (*http.Response, error) // PostUsersIDPassword request with any body PostUsersIDPasswordWithBody(ctx context.Context, userID string, params *PostUsersIDPasswordParams, contentType string, body io.Reader) (*http.Response, error) PostUsersIDPassword(ctx context.Context, userID string, params *PostUsersIDPasswordParams, body PostUsersIDPasswordJSONRequestBody) (*http.Response, error) // GetVariables request GetVariables(ctx context.Context, params *GetVariablesParams) (*http.Response, error) // PostVariables request with any body PostVariablesWithBody(ctx context.Context, params *PostVariablesParams, contentType string, body io.Reader) (*http.Response, error) PostVariables(ctx context.Context, params *PostVariablesParams, body PostVariablesJSONRequestBody) (*http.Response, error) // DeleteVariablesID request DeleteVariablesID(ctx context.Context, variableID string, params *DeleteVariablesIDParams) (*http.Response, error) // GetVariablesID request GetVariablesID(ctx context.Context, variableID string, params *GetVariablesIDParams) (*http.Response, error) // PatchVariablesID request with any body PatchVariablesIDWithBody(ctx context.Context, variableID string, params *PatchVariablesIDParams, contentType string, body io.Reader) (*http.Response, error) PatchVariablesID(ctx context.Context, variableID string, params *PatchVariablesIDParams, body PatchVariablesIDJSONRequestBody) (*http.Response, error) // PutVariablesID request with any body PutVariablesIDWithBody(ctx context.Context, variableID string, params *PutVariablesIDParams, contentType string, body io.Reader) (*http.Response, error) PutVariablesID(ctx context.Context, variableID string, params *PutVariablesIDParams, body PutVariablesIDJSONRequestBody) (*http.Response, error) // GetVariablesIDLabels request GetVariablesIDLabels(ctx context.Context, variableID string, params *GetVariablesIDLabelsParams) (*http.Response, error) // PostVariablesIDLabels request with any body PostVariablesIDLabelsWithBody(ctx context.Context, variableID string, params *PostVariablesIDLabelsParams, contentType string, body io.Reader) (*http.Response, error) PostVariablesIDLabels(ctx context.Context, variableID string, params *PostVariablesIDLabelsParams, body PostVariablesIDLabelsJSONRequestBody) (*http.Response, error) // DeleteVariablesIDLabelsID request DeleteVariablesIDLabelsID(ctx context.Context, variableID string, labelID string, params *DeleteVariablesIDLabelsIDParams) (*http.Response, error) // PostWrite request with any body PostWriteWithBody(ctx context.Context, params *PostWriteParams, contentType string, body io.Reader) (*http.Response, error) }
The interface specification for the client above.
type ClientWithResponses ¶
type ClientWithResponses struct {
ClientInterface
}
ClientWithResponses builds on ClientInterface to offer response payloads
func NewClientWithResponses ¶
func NewClientWithResponses(service ihttp.Service) *ClientWithResponses
NewClientWithResponses creates a new ClientWithResponses, which wraps Client with return type handling
func (*ClientWithResponses) ApplyTemplateWithBodyWithResponse ¶
func (c *ClientWithResponses) ApplyTemplateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader) (*ApplyTemplateResponse, error)
ApplyTemplateWithBodyWithResponse request with arbitrary body returning *ApplyTemplateResponse
func (*ClientWithResponses) ApplyTemplateWithResponse ¶
func (c *ClientWithResponses) ApplyTemplateWithResponse(ctx context.Context, body ApplyTemplateJSONRequestBody) (*ApplyTemplateResponse, error)
func (*ClientWithResponses) CreateCheckWithBodyWithResponse ¶
func (c *ClientWithResponses) CreateCheckWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader) (*CreateCheckResponse, error)
CreateCheckWithBodyWithResponse request with arbitrary body returning *CreateCheckResponse
func (*ClientWithResponses) CreateCheckWithResponse ¶
func (c *ClientWithResponses) CreateCheckWithResponse(ctx context.Context, body CreateCheckJSONRequestBody) (*CreateCheckResponse, error)
func (*ClientWithResponses) CreateNotificationEndpointWithBodyWithResponse ¶
func (c *ClientWithResponses) CreateNotificationEndpointWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader) (*CreateNotificationEndpointResponse, error)
CreateNotificationEndpointWithBodyWithResponse request with arbitrary body returning *CreateNotificationEndpointResponse
func (*ClientWithResponses) CreateNotificationEndpointWithResponse ¶
func (c *ClientWithResponses) CreateNotificationEndpointWithResponse(ctx context.Context, body CreateNotificationEndpointJSONRequestBody) (*CreateNotificationEndpointResponse, error)
func (*ClientWithResponses) CreateNotificationRuleWithBodyWithResponse ¶
func (c *ClientWithResponses) CreateNotificationRuleWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader) (*CreateNotificationRuleResponse, error)
CreateNotificationRuleWithBodyWithResponse request with arbitrary body returning *CreateNotificationRuleResponse
func (*ClientWithResponses) CreateNotificationRuleWithResponse ¶
func (c *ClientWithResponses) CreateNotificationRuleWithResponse(ctx context.Context, body CreateNotificationRuleJSONRequestBody) (*CreateNotificationRuleResponse, error)
func (*ClientWithResponses) CreateStackWithBodyWithResponse ¶
func (c *ClientWithResponses) CreateStackWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader) (*CreateStackResponse, error)
CreateStackWithBodyWithResponse request with arbitrary body returning *CreateStackResponse
func (*ClientWithResponses) CreateStackWithResponse ¶
func (c *ClientWithResponses) CreateStackWithResponse(ctx context.Context, body CreateStackJSONRequestBody) (*CreateStackResponse, error)
func (*ClientWithResponses) DeleteAuthorizationsIDWithResponse ¶
func (c *ClientWithResponses) DeleteAuthorizationsIDWithResponse(ctx context.Context, authID string, params *DeleteAuthorizationsIDParams) (*DeleteAuthorizationsIDResponse, error)
DeleteAuthorizationsIDWithResponse request returning *DeleteAuthorizationsIDResponse
func (*ClientWithResponses) DeleteBucketsIDLabelsIDWithResponse ¶
func (c *ClientWithResponses) DeleteBucketsIDLabelsIDWithResponse(ctx context.Context, bucketID string, labelID string, params *DeleteBucketsIDLabelsIDParams) (*DeleteBucketsIDLabelsIDResponse, error)
DeleteBucketsIDLabelsIDWithResponse request returning *DeleteBucketsIDLabelsIDResponse
func (*ClientWithResponses) DeleteBucketsIDMembersIDWithResponse ¶
func (c *ClientWithResponses) DeleteBucketsIDMembersIDWithResponse(ctx context.Context, bucketID string, userID string, params *DeleteBucketsIDMembersIDParams) (*DeleteBucketsIDMembersIDResponse, error)
DeleteBucketsIDMembersIDWithResponse request returning *DeleteBucketsIDMembersIDResponse
func (*ClientWithResponses) DeleteBucketsIDOwnersIDWithResponse ¶
func (c *ClientWithResponses) DeleteBucketsIDOwnersIDWithResponse(ctx context.Context, bucketID string, userID string, params *DeleteBucketsIDOwnersIDParams) (*DeleteBucketsIDOwnersIDResponse, error)
DeleteBucketsIDOwnersIDWithResponse request returning *DeleteBucketsIDOwnersIDResponse
func (*ClientWithResponses) DeleteBucketsIDWithResponse ¶
func (c *ClientWithResponses) DeleteBucketsIDWithResponse(ctx context.Context, bucketID string, params *DeleteBucketsIDParams) (*DeleteBucketsIDResponse, error)
DeleteBucketsIDWithResponse request returning *DeleteBucketsIDResponse
func (*ClientWithResponses) DeleteChecksIDLabelsIDWithResponse ¶
func (c *ClientWithResponses) DeleteChecksIDLabelsIDWithResponse(ctx context.Context, checkID string, labelID string, params *DeleteChecksIDLabelsIDParams) (*DeleteChecksIDLabelsIDResponse, error)
DeleteChecksIDLabelsIDWithResponse request returning *DeleteChecksIDLabelsIDResponse
func (*ClientWithResponses) DeleteChecksIDWithResponse ¶
func (c *ClientWithResponses) DeleteChecksIDWithResponse(ctx context.Context, checkID string, params *DeleteChecksIDParams) (*DeleteChecksIDResponse, error)
DeleteChecksIDWithResponse request returning *DeleteChecksIDResponse
func (*ClientWithResponses) DeleteDBRPIDWithResponse ¶
func (c *ClientWithResponses) DeleteDBRPIDWithResponse(ctx context.Context, dbrpID string, params *DeleteDBRPIDParams) (*DeleteDBRPIDResponse, error)
DeleteDBRPIDWithResponse request returning *DeleteDBRPIDResponse
func (*ClientWithResponses) DeleteDashboardsIDCellsIDWithResponse ¶
func (c *ClientWithResponses) DeleteDashboardsIDCellsIDWithResponse(ctx context.Context, dashboardID string, cellID string, params *DeleteDashboardsIDCellsIDParams) (*DeleteDashboardsIDCellsIDResponse, error)
DeleteDashboardsIDCellsIDWithResponse request returning *DeleteDashboardsIDCellsIDResponse
func (*ClientWithResponses) DeleteDashboardsIDLabelsIDWithResponse ¶
func (c *ClientWithResponses) DeleteDashboardsIDLabelsIDWithResponse(ctx context.Context, dashboardID string, labelID string, params *DeleteDashboardsIDLabelsIDParams) (*DeleteDashboardsIDLabelsIDResponse, error)
DeleteDashboardsIDLabelsIDWithResponse request returning *DeleteDashboardsIDLabelsIDResponse
func (*ClientWithResponses) DeleteDashboardsIDMembersIDWithResponse ¶
func (c *ClientWithResponses) DeleteDashboardsIDMembersIDWithResponse(ctx context.Context, dashboardID string, userID string, params *DeleteDashboardsIDMembersIDParams) (*DeleteDashboardsIDMembersIDResponse, error)
DeleteDashboardsIDMembersIDWithResponse request returning *DeleteDashboardsIDMembersIDResponse
func (*ClientWithResponses) DeleteDashboardsIDOwnersIDWithResponse ¶
func (c *ClientWithResponses) DeleteDashboardsIDOwnersIDWithResponse(ctx context.Context, dashboardID string, userID string, params *DeleteDashboardsIDOwnersIDParams) (*DeleteDashboardsIDOwnersIDResponse, error)
DeleteDashboardsIDOwnersIDWithResponse request returning *DeleteDashboardsIDOwnersIDResponse
func (*ClientWithResponses) DeleteDashboardsIDWithResponse ¶
func (c *ClientWithResponses) DeleteDashboardsIDWithResponse(ctx context.Context, dashboardID string, params *DeleteDashboardsIDParams) (*DeleteDashboardsIDResponse, error)
DeleteDashboardsIDWithResponse request returning *DeleteDashboardsIDResponse
func (*ClientWithResponses) DeleteDocumentsTemplatesIDLabelsIDWithResponse ¶
func (c *ClientWithResponses) DeleteDocumentsTemplatesIDLabelsIDWithResponse(ctx context.Context, templateID string, labelID string, params *DeleteDocumentsTemplatesIDLabelsIDParams) (*DeleteDocumentsTemplatesIDLabelsIDResponse, error)
DeleteDocumentsTemplatesIDLabelsIDWithResponse request returning *DeleteDocumentsTemplatesIDLabelsIDResponse
func (*ClientWithResponses) DeleteDocumentsTemplatesIDWithResponse ¶
func (c *ClientWithResponses) DeleteDocumentsTemplatesIDWithResponse(ctx context.Context, templateID string, params *DeleteDocumentsTemplatesIDParams) (*DeleteDocumentsTemplatesIDResponse, error)
DeleteDocumentsTemplatesIDWithResponse request returning *DeleteDocumentsTemplatesIDResponse
func (*ClientWithResponses) DeleteLabelsIDWithResponse ¶
func (c *ClientWithResponses) DeleteLabelsIDWithResponse(ctx context.Context, labelID string, params *DeleteLabelsIDParams) (*DeleteLabelsIDResponse, error)
DeleteLabelsIDWithResponse request returning *DeleteLabelsIDResponse
func (*ClientWithResponses) DeleteNotificationEndpointsIDLabelsIDWithResponse ¶
func (c *ClientWithResponses) DeleteNotificationEndpointsIDLabelsIDWithResponse(ctx context.Context, endpointID string, labelID string, params *DeleteNotificationEndpointsIDLabelsIDParams) (*DeleteNotificationEndpointsIDLabelsIDResponse, error)
DeleteNotificationEndpointsIDLabelsIDWithResponse request returning *DeleteNotificationEndpointsIDLabelsIDResponse
func (*ClientWithResponses) DeleteNotificationEndpointsIDWithResponse ¶
func (c *ClientWithResponses) DeleteNotificationEndpointsIDWithResponse(ctx context.Context, endpointID string, params *DeleteNotificationEndpointsIDParams) (*DeleteNotificationEndpointsIDResponse, error)
DeleteNotificationEndpointsIDWithResponse request returning *DeleteNotificationEndpointsIDResponse
func (*ClientWithResponses) DeleteNotificationRulesIDLabelsIDWithResponse ¶
func (c *ClientWithResponses) DeleteNotificationRulesIDLabelsIDWithResponse(ctx context.Context, ruleID string, labelID string, params *DeleteNotificationRulesIDLabelsIDParams) (*DeleteNotificationRulesIDLabelsIDResponse, error)
DeleteNotificationRulesIDLabelsIDWithResponse request returning *DeleteNotificationRulesIDLabelsIDResponse
func (*ClientWithResponses) DeleteNotificationRulesIDWithResponse ¶
func (c *ClientWithResponses) DeleteNotificationRulesIDWithResponse(ctx context.Context, ruleID string, params *DeleteNotificationRulesIDParams) (*DeleteNotificationRulesIDResponse, error)
DeleteNotificationRulesIDWithResponse request returning *DeleteNotificationRulesIDResponse
func (*ClientWithResponses) DeleteOrgsIDMembersIDWithResponse ¶
func (c *ClientWithResponses) DeleteOrgsIDMembersIDWithResponse(ctx context.Context, orgID string, userID string, params *DeleteOrgsIDMembersIDParams) (*DeleteOrgsIDMembersIDResponse, error)
DeleteOrgsIDMembersIDWithResponse request returning *DeleteOrgsIDMembersIDResponse
func (*ClientWithResponses) DeleteOrgsIDOwnersIDWithResponse ¶
func (c *ClientWithResponses) DeleteOrgsIDOwnersIDWithResponse(ctx context.Context, orgID string, userID string, params *DeleteOrgsIDOwnersIDParams) (*DeleteOrgsIDOwnersIDResponse, error)
DeleteOrgsIDOwnersIDWithResponse request returning *DeleteOrgsIDOwnersIDResponse
func (*ClientWithResponses) DeleteOrgsIDWithResponse ¶
func (c *ClientWithResponses) DeleteOrgsIDWithResponse(ctx context.Context, orgID string, params *DeleteOrgsIDParams) (*DeleteOrgsIDResponse, error)
DeleteOrgsIDWithResponse request returning *DeleteOrgsIDResponse
func (*ClientWithResponses) DeleteScrapersIDLabelsIDWithResponse ¶
func (c *ClientWithResponses) DeleteScrapersIDLabelsIDWithResponse(ctx context.Context, scraperTargetID string, labelID string, params *DeleteScrapersIDLabelsIDParams) (*DeleteScrapersIDLabelsIDResponse, error)
DeleteScrapersIDLabelsIDWithResponse request returning *DeleteScrapersIDLabelsIDResponse
func (*ClientWithResponses) DeleteScrapersIDMembersIDWithResponse ¶
func (c *ClientWithResponses) DeleteScrapersIDMembersIDWithResponse(ctx context.Context, scraperTargetID string, userID string, params *DeleteScrapersIDMembersIDParams) (*DeleteScrapersIDMembersIDResponse, error)
DeleteScrapersIDMembersIDWithResponse request returning *DeleteScrapersIDMembersIDResponse
func (*ClientWithResponses) DeleteScrapersIDOwnersIDWithResponse ¶
func (c *ClientWithResponses) DeleteScrapersIDOwnersIDWithResponse(ctx context.Context, scraperTargetID string, userID string, params *DeleteScrapersIDOwnersIDParams) (*DeleteScrapersIDOwnersIDResponse, error)
DeleteScrapersIDOwnersIDWithResponse request returning *DeleteScrapersIDOwnersIDResponse
func (*ClientWithResponses) DeleteScrapersIDWithResponse ¶
func (c *ClientWithResponses) DeleteScrapersIDWithResponse(ctx context.Context, scraperTargetID string, params *DeleteScrapersIDParams) (*DeleteScrapersIDResponse, error)
DeleteScrapersIDWithResponse request returning *DeleteScrapersIDResponse
func (*ClientWithResponses) DeleteSourcesIDWithResponse ¶
func (c *ClientWithResponses) DeleteSourcesIDWithResponse(ctx context.Context, sourceID string, params *DeleteSourcesIDParams) (*DeleteSourcesIDResponse, error)
DeleteSourcesIDWithResponse request returning *DeleteSourcesIDResponse
func (*ClientWithResponses) DeleteStackWithResponse ¶
func (c *ClientWithResponses) DeleteStackWithResponse(ctx context.Context, stackId string, params *DeleteStackParams) (*DeleteStackResponse, error)
DeleteStackWithResponse request returning *DeleteStackResponse
func (*ClientWithResponses) DeleteTasksIDLabelsIDWithResponse ¶
func (c *ClientWithResponses) DeleteTasksIDLabelsIDWithResponse(ctx context.Context, taskID string, labelID string, params *DeleteTasksIDLabelsIDParams) (*DeleteTasksIDLabelsIDResponse, error)
DeleteTasksIDLabelsIDWithResponse request returning *DeleteTasksIDLabelsIDResponse
func (*ClientWithResponses) DeleteTasksIDMembersIDWithResponse ¶
func (c *ClientWithResponses) DeleteTasksIDMembersIDWithResponse(ctx context.Context, taskID string, userID string, params *DeleteTasksIDMembersIDParams) (*DeleteTasksIDMembersIDResponse, error)
DeleteTasksIDMembersIDWithResponse request returning *DeleteTasksIDMembersIDResponse
func (*ClientWithResponses) DeleteTasksIDOwnersIDWithResponse ¶
func (c *ClientWithResponses) DeleteTasksIDOwnersIDWithResponse(ctx context.Context, taskID string, userID string, params *DeleteTasksIDOwnersIDParams) (*DeleteTasksIDOwnersIDResponse, error)
DeleteTasksIDOwnersIDWithResponse request returning *DeleteTasksIDOwnersIDResponse
func (*ClientWithResponses) DeleteTasksIDRunsIDWithResponse ¶
func (c *ClientWithResponses) DeleteTasksIDRunsIDWithResponse(ctx context.Context, taskID string, runID string, params *DeleteTasksIDRunsIDParams) (*DeleteTasksIDRunsIDResponse, error)
DeleteTasksIDRunsIDWithResponse request returning *DeleteTasksIDRunsIDResponse
func (*ClientWithResponses) DeleteTasksIDWithResponse ¶
func (c *ClientWithResponses) DeleteTasksIDWithResponse(ctx context.Context, taskID string, params *DeleteTasksIDParams) (*DeleteTasksIDResponse, error)
DeleteTasksIDWithResponse request returning *DeleteTasksIDResponse
func (*ClientWithResponses) DeleteTelegrafsIDLabelsIDWithResponse ¶
func (c *ClientWithResponses) DeleteTelegrafsIDLabelsIDWithResponse(ctx context.Context, telegrafID string, labelID string, params *DeleteTelegrafsIDLabelsIDParams) (*DeleteTelegrafsIDLabelsIDResponse, error)
DeleteTelegrafsIDLabelsIDWithResponse request returning *DeleteTelegrafsIDLabelsIDResponse
func (*ClientWithResponses) DeleteTelegrafsIDMembersIDWithResponse ¶
func (c *ClientWithResponses) DeleteTelegrafsIDMembersIDWithResponse(ctx context.Context, telegrafID string, userID string, params *DeleteTelegrafsIDMembersIDParams) (*DeleteTelegrafsIDMembersIDResponse, error)
DeleteTelegrafsIDMembersIDWithResponse request returning *DeleteTelegrafsIDMembersIDResponse
func (*ClientWithResponses) DeleteTelegrafsIDOwnersIDWithResponse ¶
func (c *ClientWithResponses) DeleteTelegrafsIDOwnersIDWithResponse(ctx context.Context, telegrafID string, userID string, params *DeleteTelegrafsIDOwnersIDParams) (*DeleteTelegrafsIDOwnersIDResponse, error)
DeleteTelegrafsIDOwnersIDWithResponse request returning *DeleteTelegrafsIDOwnersIDResponse
func (*ClientWithResponses) DeleteTelegrafsIDWithResponse ¶
func (c *ClientWithResponses) DeleteTelegrafsIDWithResponse(ctx context.Context, telegrafID string, params *DeleteTelegrafsIDParams) (*DeleteTelegrafsIDResponse, error)
DeleteTelegrafsIDWithResponse request returning *DeleteTelegrafsIDResponse
func (*ClientWithResponses) DeleteUsersIDWithResponse ¶
func (c *ClientWithResponses) DeleteUsersIDWithResponse(ctx context.Context, userID string, params *DeleteUsersIDParams) (*DeleteUsersIDResponse, error)
DeleteUsersIDWithResponse request returning *DeleteUsersIDResponse
func (*ClientWithResponses) DeleteVariablesIDLabelsIDWithResponse ¶
func (c *ClientWithResponses) DeleteVariablesIDLabelsIDWithResponse(ctx context.Context, variableID string, labelID string, params *DeleteVariablesIDLabelsIDParams) (*DeleteVariablesIDLabelsIDResponse, error)
DeleteVariablesIDLabelsIDWithResponse request returning *DeleteVariablesIDLabelsIDResponse
func (*ClientWithResponses) DeleteVariablesIDWithResponse ¶
func (c *ClientWithResponses) DeleteVariablesIDWithResponse(ctx context.Context, variableID string, params *DeleteVariablesIDParams) (*DeleteVariablesIDResponse, error)
DeleteVariablesIDWithResponse request returning *DeleteVariablesIDResponse
func (*ClientWithResponses) ExportTemplateWithBodyWithResponse ¶
func (c *ClientWithResponses) ExportTemplateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader) (*ExportTemplateResponse, error)
ExportTemplateWithBodyWithResponse request with arbitrary body returning *ExportTemplateResponse
func (*ClientWithResponses) ExportTemplateWithResponse ¶
func (c *ClientWithResponses) ExportTemplateWithResponse(ctx context.Context, body ExportTemplateJSONRequestBody) (*ExportTemplateResponse, error)
func (*ClientWithResponses) GetAuthorizationsIDWithResponse ¶
func (c *ClientWithResponses) GetAuthorizationsIDWithResponse(ctx context.Context, authID string, params *GetAuthorizationsIDParams) (*GetAuthorizationsIDResponse, error)
GetAuthorizationsIDWithResponse request returning *GetAuthorizationsIDResponse
func (*ClientWithResponses) GetAuthorizationsWithResponse ¶
func (c *ClientWithResponses) GetAuthorizationsWithResponse(ctx context.Context, params *GetAuthorizationsParams) (*GetAuthorizationsResponse, error)
GetAuthorizationsWithResponse request returning *GetAuthorizationsResponse
func (*ClientWithResponses) GetBucketsIDLabelsWithResponse ¶
func (c *ClientWithResponses) GetBucketsIDLabelsWithResponse(ctx context.Context, bucketID string, params *GetBucketsIDLabelsParams) (*GetBucketsIDLabelsResponse, error)
GetBucketsIDLabelsWithResponse request returning *GetBucketsIDLabelsResponse
func (*ClientWithResponses) GetBucketsIDMembersWithResponse ¶
func (c *ClientWithResponses) GetBucketsIDMembersWithResponse(ctx context.Context, bucketID string, params *GetBucketsIDMembersParams) (*GetBucketsIDMembersResponse, error)
GetBucketsIDMembersWithResponse request returning *GetBucketsIDMembersResponse
func (*ClientWithResponses) GetBucketsIDOwnersWithResponse ¶
func (c *ClientWithResponses) GetBucketsIDOwnersWithResponse(ctx context.Context, bucketID string, params *GetBucketsIDOwnersParams) (*GetBucketsIDOwnersResponse, error)
GetBucketsIDOwnersWithResponse request returning *GetBucketsIDOwnersResponse
func (*ClientWithResponses) GetBucketsIDWithResponse ¶
func (c *ClientWithResponses) GetBucketsIDWithResponse(ctx context.Context, bucketID string, params *GetBucketsIDParams) (*GetBucketsIDResponse, error)
GetBucketsIDWithResponse request returning *GetBucketsIDResponse
func (*ClientWithResponses) GetBucketsWithResponse ¶
func (c *ClientWithResponses) GetBucketsWithResponse(ctx context.Context, params *GetBucketsParams) (*GetBucketsResponse, error)
GetBucketsWithResponse request returning *GetBucketsResponse
func (*ClientWithResponses) GetChecksIDLabelsWithResponse ¶
func (c *ClientWithResponses) GetChecksIDLabelsWithResponse(ctx context.Context, checkID string, params *GetChecksIDLabelsParams) (*GetChecksIDLabelsResponse, error)
GetChecksIDLabelsWithResponse request returning *GetChecksIDLabelsResponse
func (*ClientWithResponses) GetChecksIDQueryWithResponse ¶
func (c *ClientWithResponses) GetChecksIDQueryWithResponse(ctx context.Context, checkID string, params *GetChecksIDQueryParams) (*GetChecksIDQueryResponse, error)
GetChecksIDQueryWithResponse request returning *GetChecksIDQueryResponse
func (*ClientWithResponses) GetChecksIDWithResponse ¶
func (c *ClientWithResponses) GetChecksIDWithResponse(ctx context.Context, checkID string, params *GetChecksIDParams) (*GetChecksIDResponse, error)
GetChecksIDWithResponse request returning *GetChecksIDResponse
func (*ClientWithResponses) GetChecksWithResponse ¶
func (c *ClientWithResponses) GetChecksWithResponse(ctx context.Context, params *GetChecksParams) (*GetChecksResponse, error)
GetChecksWithResponse request returning *GetChecksResponse
func (*ClientWithResponses) GetDBRPsIDWithResponse ¶
func (c *ClientWithResponses) GetDBRPsIDWithResponse(ctx context.Context, dbrpID string, params *GetDBRPsIDParams) (*GetDBRPsIDResponse, error)
GetDBRPsIDWithResponse request returning *GetDBRPsIDResponse
func (*ClientWithResponses) GetDBRPsWithResponse ¶
func (c *ClientWithResponses) GetDBRPsWithResponse(ctx context.Context, params *GetDBRPsParams) (*GetDBRPsResponse, error)
GetDBRPsWithResponse request returning *GetDBRPsResponse
func (*ClientWithResponses) GetDashboardsIDCellsIDViewWithResponse ¶
func (c *ClientWithResponses) GetDashboardsIDCellsIDViewWithResponse(ctx context.Context, dashboardID string, cellID string, params *GetDashboardsIDCellsIDViewParams) (*GetDashboardsIDCellsIDViewResponse, error)
GetDashboardsIDCellsIDViewWithResponse request returning *GetDashboardsIDCellsIDViewResponse
func (*ClientWithResponses) GetDashboardsIDLabelsWithResponse ¶
func (c *ClientWithResponses) GetDashboardsIDLabelsWithResponse(ctx context.Context, dashboardID string, params *GetDashboardsIDLabelsParams) (*GetDashboardsIDLabelsResponse, error)
GetDashboardsIDLabelsWithResponse request returning *GetDashboardsIDLabelsResponse
func (*ClientWithResponses) GetDashboardsIDMembersWithResponse ¶
func (c *ClientWithResponses) GetDashboardsIDMembersWithResponse(ctx context.Context, dashboardID string, params *GetDashboardsIDMembersParams) (*GetDashboardsIDMembersResponse, error)
GetDashboardsIDMembersWithResponse request returning *GetDashboardsIDMembersResponse
func (*ClientWithResponses) GetDashboardsIDOwnersWithResponse ¶
func (c *ClientWithResponses) GetDashboardsIDOwnersWithResponse(ctx context.Context, dashboardID string, params *GetDashboardsIDOwnersParams) (*GetDashboardsIDOwnersResponse, error)
GetDashboardsIDOwnersWithResponse request returning *GetDashboardsIDOwnersResponse
func (*ClientWithResponses) GetDashboardsIDWithResponse ¶
func (c *ClientWithResponses) GetDashboardsIDWithResponse(ctx context.Context, dashboardID string, params *GetDashboardsIDParams) (*GetDashboardsIDResponse, error)
GetDashboardsIDWithResponse request returning *GetDashboardsIDResponse
func (*ClientWithResponses) GetDashboardsWithResponse ¶
func (c *ClientWithResponses) GetDashboardsWithResponse(ctx context.Context, params *GetDashboardsParams) (*GetDashboardsResponse, error)
GetDashboardsWithResponse request returning *GetDashboardsResponse
func (*ClientWithResponses) GetDocumentsTemplatesIDLabelsWithResponse ¶
func (c *ClientWithResponses) GetDocumentsTemplatesIDLabelsWithResponse(ctx context.Context, templateID string, params *GetDocumentsTemplatesIDLabelsParams) (*GetDocumentsTemplatesIDLabelsResponse, error)
GetDocumentsTemplatesIDLabelsWithResponse request returning *GetDocumentsTemplatesIDLabelsResponse
func (*ClientWithResponses) GetDocumentsTemplatesIDWithResponse ¶
func (c *ClientWithResponses) GetDocumentsTemplatesIDWithResponse(ctx context.Context, templateID string, params *GetDocumentsTemplatesIDParams) (*GetDocumentsTemplatesIDResponse, error)
GetDocumentsTemplatesIDWithResponse request returning *GetDocumentsTemplatesIDResponse
func (*ClientWithResponses) GetDocumentsTemplatesWithResponse ¶
func (c *ClientWithResponses) GetDocumentsTemplatesWithResponse(ctx context.Context, params *GetDocumentsTemplatesParams) (*GetDocumentsTemplatesResponse, error)
GetDocumentsTemplatesWithResponse request returning *GetDocumentsTemplatesResponse
func (*ClientWithResponses) GetFlagsWithResponse ¶
func (c *ClientWithResponses) GetFlagsWithResponse(ctx context.Context, params *GetFlagsParams) (*GetFlagsResponse, error)
GetFlagsWithResponse request returning *GetFlagsResponse
func (*ClientWithResponses) GetHealthWithResponse ¶
func (c *ClientWithResponses) GetHealthWithResponse(ctx context.Context, params *GetHealthParams) (*GetHealthResponse, error)
GetHealthWithResponse request returning *GetHealthResponse
func (*ClientWithResponses) GetLabelsIDWithResponse ¶
func (c *ClientWithResponses) GetLabelsIDWithResponse(ctx context.Context, labelID string, params *GetLabelsIDParams) (*GetLabelsIDResponse, error)
GetLabelsIDWithResponse request returning *GetLabelsIDResponse
func (*ClientWithResponses) GetLabelsWithResponse ¶
func (c *ClientWithResponses) GetLabelsWithResponse(ctx context.Context, params *GetLabelsParams) (*GetLabelsResponse, error)
GetLabelsWithResponse request returning *GetLabelsResponse
func (*ClientWithResponses) GetMeWithResponse ¶
func (c *ClientWithResponses) GetMeWithResponse(ctx context.Context, params *GetMeParams) (*GetMeResponse, error)
GetMeWithResponse request returning *GetMeResponse
func (*ClientWithResponses) GetNotificationEndpointsIDLabelsWithResponse ¶
func (c *ClientWithResponses) GetNotificationEndpointsIDLabelsWithResponse(ctx context.Context, endpointID string, params *GetNotificationEndpointsIDLabelsParams) (*GetNotificationEndpointsIDLabelsResponse, error)
GetNotificationEndpointsIDLabelsWithResponse request returning *GetNotificationEndpointsIDLabelsResponse
func (*ClientWithResponses) GetNotificationEndpointsIDWithResponse ¶
func (c *ClientWithResponses) GetNotificationEndpointsIDWithResponse(ctx context.Context, endpointID string, params *GetNotificationEndpointsIDParams) (*GetNotificationEndpointsIDResponse, error)
GetNotificationEndpointsIDWithResponse request returning *GetNotificationEndpointsIDResponse
func (*ClientWithResponses) GetNotificationEndpointsWithResponse ¶
func (c *ClientWithResponses) GetNotificationEndpointsWithResponse(ctx context.Context, params *GetNotificationEndpointsParams) (*GetNotificationEndpointsResponse, error)
GetNotificationEndpointsWithResponse request returning *GetNotificationEndpointsResponse
func (*ClientWithResponses) GetNotificationRulesIDLabelsWithResponse ¶
func (c *ClientWithResponses) GetNotificationRulesIDLabelsWithResponse(ctx context.Context, ruleID string, params *GetNotificationRulesIDLabelsParams) (*GetNotificationRulesIDLabelsResponse, error)
GetNotificationRulesIDLabelsWithResponse request returning *GetNotificationRulesIDLabelsResponse
func (*ClientWithResponses) GetNotificationRulesIDQueryWithResponse ¶
func (c *ClientWithResponses) GetNotificationRulesIDQueryWithResponse(ctx context.Context, ruleID string, params *GetNotificationRulesIDQueryParams) (*GetNotificationRulesIDQueryResponse, error)
GetNotificationRulesIDQueryWithResponse request returning *GetNotificationRulesIDQueryResponse
func (*ClientWithResponses) GetNotificationRulesIDWithResponse ¶
func (c *ClientWithResponses) GetNotificationRulesIDWithResponse(ctx context.Context, ruleID string, params *GetNotificationRulesIDParams) (*GetNotificationRulesIDResponse, error)
GetNotificationRulesIDWithResponse request returning *GetNotificationRulesIDResponse
func (*ClientWithResponses) GetNotificationRulesWithResponse ¶
func (c *ClientWithResponses) GetNotificationRulesWithResponse(ctx context.Context, params *GetNotificationRulesParams) (*GetNotificationRulesResponse, error)
GetNotificationRulesWithResponse request returning *GetNotificationRulesResponse
func (*ClientWithResponses) GetOrgsIDMembersWithResponse ¶
func (c *ClientWithResponses) GetOrgsIDMembersWithResponse(ctx context.Context, orgID string, params *GetOrgsIDMembersParams) (*GetOrgsIDMembersResponse, error)
GetOrgsIDMembersWithResponse request returning *GetOrgsIDMembersResponse
func (*ClientWithResponses) GetOrgsIDOwnersWithResponse ¶
func (c *ClientWithResponses) GetOrgsIDOwnersWithResponse(ctx context.Context, orgID string, params *GetOrgsIDOwnersParams) (*GetOrgsIDOwnersResponse, error)
GetOrgsIDOwnersWithResponse request returning *GetOrgsIDOwnersResponse
func (*ClientWithResponses) GetOrgsIDSecretsWithResponse ¶
func (c *ClientWithResponses) GetOrgsIDSecretsWithResponse(ctx context.Context, orgID string, params *GetOrgsIDSecretsParams) (*GetOrgsIDSecretsResponse, error)
GetOrgsIDSecretsWithResponse request returning *GetOrgsIDSecretsResponse
func (*ClientWithResponses) GetOrgsIDWithResponse ¶
func (c *ClientWithResponses) GetOrgsIDWithResponse(ctx context.Context, orgID string, params *GetOrgsIDParams) (*GetOrgsIDResponse, error)
GetOrgsIDWithResponse request returning *GetOrgsIDResponse
func (*ClientWithResponses) GetOrgsWithResponse ¶
func (c *ClientWithResponses) GetOrgsWithResponse(ctx context.Context, params *GetOrgsParams) (*GetOrgsResponse, error)
GetOrgsWithResponse request returning *GetOrgsResponse
func (*ClientWithResponses) GetQuerySuggestionsNameWithResponse ¶
func (c *ClientWithResponses) GetQuerySuggestionsNameWithResponse(ctx context.Context, name string, params *GetQuerySuggestionsNameParams) (*GetQuerySuggestionsNameResponse, error)
GetQuerySuggestionsNameWithResponse request returning *GetQuerySuggestionsNameResponse
func (*ClientWithResponses) GetQuerySuggestionsWithResponse ¶
func (c *ClientWithResponses) GetQuerySuggestionsWithResponse(ctx context.Context, params *GetQuerySuggestionsParams) (*GetQuerySuggestionsResponse, error)
GetQuerySuggestionsWithResponse request returning *GetQuerySuggestionsResponse
func (*ClientWithResponses) GetReadyWithResponse ¶
func (c *ClientWithResponses) GetReadyWithResponse(ctx context.Context, params *GetReadyParams) (*GetReadyResponse, error)
GetReadyWithResponse request returning *GetReadyResponse
func (*ClientWithResponses) GetRoutesWithResponse ¶
func (c *ClientWithResponses) GetRoutesWithResponse(ctx context.Context, params *GetRoutesParams) (*GetRoutesResponse, error)
GetRoutesWithResponse request returning *GetRoutesResponse
func (*ClientWithResponses) GetScrapersIDLabelsWithResponse ¶
func (c *ClientWithResponses) GetScrapersIDLabelsWithResponse(ctx context.Context, scraperTargetID string, params *GetScrapersIDLabelsParams) (*GetScrapersIDLabelsResponse, error)
GetScrapersIDLabelsWithResponse request returning *GetScrapersIDLabelsResponse
func (*ClientWithResponses) GetScrapersIDMembersWithResponse ¶
func (c *ClientWithResponses) GetScrapersIDMembersWithResponse(ctx context.Context, scraperTargetID string, params *GetScrapersIDMembersParams) (*GetScrapersIDMembersResponse, error)
GetScrapersIDMembersWithResponse request returning *GetScrapersIDMembersResponse
func (*ClientWithResponses) GetScrapersIDOwnersWithResponse ¶
func (c *ClientWithResponses) GetScrapersIDOwnersWithResponse(ctx context.Context, scraperTargetID string, params *GetScrapersIDOwnersParams) (*GetScrapersIDOwnersResponse, error)
GetScrapersIDOwnersWithResponse request returning *GetScrapersIDOwnersResponse
func (*ClientWithResponses) GetScrapersIDWithResponse ¶
func (c *ClientWithResponses) GetScrapersIDWithResponse(ctx context.Context, scraperTargetID string, params *GetScrapersIDParams) (*GetScrapersIDResponse, error)
GetScrapersIDWithResponse request returning *GetScrapersIDResponse
func (*ClientWithResponses) GetScrapersWithResponse ¶
func (c *ClientWithResponses) GetScrapersWithResponse(ctx context.Context, params *GetScrapersParams) (*GetScrapersResponse, error)
GetScrapersWithResponse request returning *GetScrapersResponse
func (*ClientWithResponses) GetSetupWithResponse ¶
func (c *ClientWithResponses) GetSetupWithResponse(ctx context.Context, params *GetSetupParams) (*GetSetupResponse, error)
GetSetupWithResponse request returning *GetSetupResponse
func (*ClientWithResponses) GetSourcesIDBucketsWithResponse ¶
func (c *ClientWithResponses) GetSourcesIDBucketsWithResponse(ctx context.Context, sourceID string, params *GetSourcesIDBucketsParams) (*GetSourcesIDBucketsResponse, error)
GetSourcesIDBucketsWithResponse request returning *GetSourcesIDBucketsResponse
func (*ClientWithResponses) GetSourcesIDHealthWithResponse ¶
func (c *ClientWithResponses) GetSourcesIDHealthWithResponse(ctx context.Context, sourceID string, params *GetSourcesIDHealthParams) (*GetSourcesIDHealthResponse, error)
GetSourcesIDHealthWithResponse request returning *GetSourcesIDHealthResponse
func (*ClientWithResponses) GetSourcesIDWithResponse ¶
func (c *ClientWithResponses) GetSourcesIDWithResponse(ctx context.Context, sourceID string, params *GetSourcesIDParams) (*GetSourcesIDResponse, error)
GetSourcesIDWithResponse request returning *GetSourcesIDResponse
func (*ClientWithResponses) GetSourcesWithResponse ¶
func (c *ClientWithResponses) GetSourcesWithResponse(ctx context.Context, params *GetSourcesParams) (*GetSourcesResponse, error)
GetSourcesWithResponse request returning *GetSourcesResponse
func (*ClientWithResponses) GetTasksIDLabelsWithResponse ¶
func (c *ClientWithResponses) GetTasksIDLabelsWithResponse(ctx context.Context, taskID string, params *GetTasksIDLabelsParams) (*GetTasksIDLabelsResponse, error)
GetTasksIDLabelsWithResponse request returning *GetTasksIDLabelsResponse
func (*ClientWithResponses) GetTasksIDLogsWithResponse ¶
func (c *ClientWithResponses) GetTasksIDLogsWithResponse(ctx context.Context, taskID string, params *GetTasksIDLogsParams) (*GetTasksIDLogsResponse, error)
GetTasksIDLogsWithResponse request returning *GetTasksIDLogsResponse
func (*ClientWithResponses) GetTasksIDMembersWithResponse ¶
func (c *ClientWithResponses) GetTasksIDMembersWithResponse(ctx context.Context, taskID string, params *GetTasksIDMembersParams) (*GetTasksIDMembersResponse, error)
GetTasksIDMembersWithResponse request returning *GetTasksIDMembersResponse
func (*ClientWithResponses) GetTasksIDOwnersWithResponse ¶
func (c *ClientWithResponses) GetTasksIDOwnersWithResponse(ctx context.Context, taskID string, params *GetTasksIDOwnersParams) (*GetTasksIDOwnersResponse, error)
GetTasksIDOwnersWithResponse request returning *GetTasksIDOwnersResponse
func (*ClientWithResponses) GetTasksIDRunsIDLogsWithResponse ¶
func (c *ClientWithResponses) GetTasksIDRunsIDLogsWithResponse(ctx context.Context, taskID string, runID string, params *GetTasksIDRunsIDLogsParams) (*GetTasksIDRunsIDLogsResponse, error)
GetTasksIDRunsIDLogsWithResponse request returning *GetTasksIDRunsIDLogsResponse
func (*ClientWithResponses) GetTasksIDRunsIDWithResponse ¶
func (c *ClientWithResponses) GetTasksIDRunsIDWithResponse(ctx context.Context, taskID string, runID string, params *GetTasksIDRunsIDParams) (*GetTasksIDRunsIDResponse, error)
GetTasksIDRunsIDWithResponse request returning *GetTasksIDRunsIDResponse
func (*ClientWithResponses) GetTasksIDRunsWithResponse ¶
func (c *ClientWithResponses) GetTasksIDRunsWithResponse(ctx context.Context, taskID string, params *GetTasksIDRunsParams) (*GetTasksIDRunsResponse, error)
GetTasksIDRunsWithResponse request returning *GetTasksIDRunsResponse
func (*ClientWithResponses) GetTasksIDWithResponse ¶
func (c *ClientWithResponses) GetTasksIDWithResponse(ctx context.Context, taskID string, params *GetTasksIDParams) (*GetTasksIDResponse, error)
GetTasksIDWithResponse request returning *GetTasksIDResponse
func (*ClientWithResponses) GetTasksWithResponse ¶
func (c *ClientWithResponses) GetTasksWithResponse(ctx context.Context, params *GetTasksParams) (*GetTasksResponse, error)
GetTasksWithResponse request returning *GetTasksResponse
func (*ClientWithResponses) GetTelegrafPluginsWithResponse ¶
func (c *ClientWithResponses) GetTelegrafPluginsWithResponse(ctx context.Context, params *GetTelegrafPluginsParams) (*GetTelegrafPluginsResponse, error)
GetTelegrafPluginsWithResponse request returning *GetTelegrafPluginsResponse
func (*ClientWithResponses) GetTelegrafsIDLabelsWithResponse ¶
func (c *ClientWithResponses) GetTelegrafsIDLabelsWithResponse(ctx context.Context, telegrafID string, params *GetTelegrafsIDLabelsParams) (*GetTelegrafsIDLabelsResponse, error)
GetTelegrafsIDLabelsWithResponse request returning *GetTelegrafsIDLabelsResponse
func (*ClientWithResponses) GetTelegrafsIDMembersWithResponse ¶
func (c *ClientWithResponses) GetTelegrafsIDMembersWithResponse(ctx context.Context, telegrafID string, params *GetTelegrafsIDMembersParams) (*GetTelegrafsIDMembersResponse, error)
GetTelegrafsIDMembersWithResponse request returning *GetTelegrafsIDMembersResponse
func (*ClientWithResponses) GetTelegrafsIDOwnersWithResponse ¶
func (c *ClientWithResponses) GetTelegrafsIDOwnersWithResponse(ctx context.Context, telegrafID string, params *GetTelegrafsIDOwnersParams) (*GetTelegrafsIDOwnersResponse, error)
GetTelegrafsIDOwnersWithResponse request returning *GetTelegrafsIDOwnersResponse
func (*ClientWithResponses) GetTelegrafsIDWithResponse ¶
func (c *ClientWithResponses) GetTelegrafsIDWithResponse(ctx context.Context, telegrafID string, params *GetTelegrafsIDParams) (*GetTelegrafsIDResponse, error)
GetTelegrafsIDWithResponse request returning *GetTelegrafsIDResponse
func (*ClientWithResponses) GetTelegrafsWithResponse ¶
func (c *ClientWithResponses) GetTelegrafsWithResponse(ctx context.Context, params *GetTelegrafsParams) (*GetTelegrafsResponse, error)
GetTelegrafsWithResponse request returning *GetTelegrafsResponse
func (*ClientWithResponses) GetUsersIDWithResponse ¶
func (c *ClientWithResponses) GetUsersIDWithResponse(ctx context.Context, userID string, params *GetUsersIDParams) (*GetUsersIDResponse, error)
GetUsersIDWithResponse request returning *GetUsersIDResponse
func (*ClientWithResponses) GetUsersWithResponse ¶
func (c *ClientWithResponses) GetUsersWithResponse(ctx context.Context, params *GetUsersParams) (*GetUsersResponse, error)
GetUsersWithResponse request returning *GetUsersResponse
func (*ClientWithResponses) GetVariablesIDLabelsWithResponse ¶
func (c *ClientWithResponses) GetVariablesIDLabelsWithResponse(ctx context.Context, variableID string, params *GetVariablesIDLabelsParams) (*GetVariablesIDLabelsResponse, error)
GetVariablesIDLabelsWithResponse request returning *GetVariablesIDLabelsResponse
func (*ClientWithResponses) GetVariablesIDWithResponse ¶
func (c *ClientWithResponses) GetVariablesIDWithResponse(ctx context.Context, variableID string, params *GetVariablesIDParams) (*GetVariablesIDResponse, error)
GetVariablesIDWithResponse request returning *GetVariablesIDResponse
func (*ClientWithResponses) GetVariablesWithResponse ¶
func (c *ClientWithResponses) GetVariablesWithResponse(ctx context.Context, params *GetVariablesParams) (*GetVariablesResponse, error)
GetVariablesWithResponse request returning *GetVariablesResponse
func (*ClientWithResponses) ListStacksWithResponse ¶
func (c *ClientWithResponses) ListStacksWithResponse(ctx context.Context, params *ListStacksParams) (*ListStacksResponse, error)
ListStacksWithResponse request returning *ListStacksResponse
func (*ClientWithResponses) PatchAuthorizationsIDWithBodyWithResponse ¶
func (c *ClientWithResponses) PatchAuthorizationsIDWithBodyWithResponse(ctx context.Context, authID string, params *PatchAuthorizationsIDParams, contentType string, body io.Reader) (*PatchAuthorizationsIDResponse, error)
PatchAuthorizationsIDWithBodyWithResponse request with arbitrary body returning *PatchAuthorizationsIDResponse
func (*ClientWithResponses) PatchAuthorizationsIDWithResponse ¶
func (c *ClientWithResponses) PatchAuthorizationsIDWithResponse(ctx context.Context, authID string, params *PatchAuthorizationsIDParams, body PatchAuthorizationsIDJSONRequestBody) (*PatchAuthorizationsIDResponse, error)
func (*ClientWithResponses) PatchBucketsIDWithBodyWithResponse ¶
func (c *ClientWithResponses) PatchBucketsIDWithBodyWithResponse(ctx context.Context, bucketID string, params *PatchBucketsIDParams, contentType string, body io.Reader) (*PatchBucketsIDResponse, error)
PatchBucketsIDWithBodyWithResponse request with arbitrary body returning *PatchBucketsIDResponse
func (*ClientWithResponses) PatchBucketsIDWithResponse ¶
func (c *ClientWithResponses) PatchBucketsIDWithResponse(ctx context.Context, bucketID string, params *PatchBucketsIDParams, body PatchBucketsIDJSONRequestBody) (*PatchBucketsIDResponse, error)
func (*ClientWithResponses) PatchChecksIDWithBodyWithResponse ¶
func (c *ClientWithResponses) PatchChecksIDWithBodyWithResponse(ctx context.Context, checkID string, params *PatchChecksIDParams, contentType string, body io.Reader) (*PatchChecksIDResponse, error)
PatchChecksIDWithBodyWithResponse request with arbitrary body returning *PatchChecksIDResponse
func (*ClientWithResponses) PatchChecksIDWithResponse ¶
func (c *ClientWithResponses) PatchChecksIDWithResponse(ctx context.Context, checkID string, params *PatchChecksIDParams, body PatchChecksIDJSONRequestBody) (*PatchChecksIDResponse, error)
func (*ClientWithResponses) PatchDBRPIDWithBodyWithResponse ¶
func (c *ClientWithResponses) PatchDBRPIDWithBodyWithResponse(ctx context.Context, dbrpID string, params *PatchDBRPIDParams, contentType string, body io.Reader) (*PatchDBRPIDResponse, error)
PatchDBRPIDWithBodyWithResponse request with arbitrary body returning *PatchDBRPIDResponse
func (*ClientWithResponses) PatchDBRPIDWithResponse ¶
func (c *ClientWithResponses) PatchDBRPIDWithResponse(ctx context.Context, dbrpID string, params *PatchDBRPIDParams, body PatchDBRPIDJSONRequestBody) (*PatchDBRPIDResponse, error)
func (*ClientWithResponses) PatchDashboardsIDCellsIDViewWithBodyWithResponse ¶
func (c *ClientWithResponses) PatchDashboardsIDCellsIDViewWithBodyWithResponse(ctx context.Context, dashboardID string, cellID string, params *PatchDashboardsIDCellsIDViewParams, contentType string, body io.Reader) (*PatchDashboardsIDCellsIDViewResponse, error)
PatchDashboardsIDCellsIDViewWithBodyWithResponse request with arbitrary body returning *PatchDashboardsIDCellsIDViewResponse
func (*ClientWithResponses) PatchDashboardsIDCellsIDViewWithResponse ¶
func (c *ClientWithResponses) PatchDashboardsIDCellsIDViewWithResponse(ctx context.Context, dashboardID string, cellID string, params *PatchDashboardsIDCellsIDViewParams, body PatchDashboardsIDCellsIDViewJSONRequestBody) (*PatchDashboardsIDCellsIDViewResponse, error)
func (*ClientWithResponses) PatchDashboardsIDCellsIDWithBodyWithResponse ¶
func (c *ClientWithResponses) PatchDashboardsIDCellsIDWithBodyWithResponse(ctx context.Context, dashboardID string, cellID string, params *PatchDashboardsIDCellsIDParams, contentType string, body io.Reader) (*PatchDashboardsIDCellsIDResponse, error)
PatchDashboardsIDCellsIDWithBodyWithResponse request with arbitrary body returning *PatchDashboardsIDCellsIDResponse
func (*ClientWithResponses) PatchDashboardsIDCellsIDWithResponse ¶
func (c *ClientWithResponses) PatchDashboardsIDCellsIDWithResponse(ctx context.Context, dashboardID string, cellID string, params *PatchDashboardsIDCellsIDParams, body PatchDashboardsIDCellsIDJSONRequestBody) (*PatchDashboardsIDCellsIDResponse, error)
func (*ClientWithResponses) PatchDashboardsIDWithBodyWithResponse ¶
func (c *ClientWithResponses) PatchDashboardsIDWithBodyWithResponse(ctx context.Context, dashboardID string, params *PatchDashboardsIDParams, contentType string, body io.Reader) (*PatchDashboardsIDResponse, error)
PatchDashboardsIDWithBodyWithResponse request with arbitrary body returning *PatchDashboardsIDResponse
func (*ClientWithResponses) PatchDashboardsIDWithResponse ¶
func (c *ClientWithResponses) PatchDashboardsIDWithResponse(ctx context.Context, dashboardID string, params *PatchDashboardsIDParams, body PatchDashboardsIDJSONRequestBody) (*PatchDashboardsIDResponse, error)
func (*ClientWithResponses) PatchLabelsIDWithBodyWithResponse ¶
func (c *ClientWithResponses) PatchLabelsIDWithBodyWithResponse(ctx context.Context, labelID string, params *PatchLabelsIDParams, contentType string, body io.Reader) (*PatchLabelsIDResponse, error)
PatchLabelsIDWithBodyWithResponse request with arbitrary body returning *PatchLabelsIDResponse
func (*ClientWithResponses) PatchLabelsIDWithResponse ¶
func (c *ClientWithResponses) PatchLabelsIDWithResponse(ctx context.Context, labelID string, params *PatchLabelsIDParams, body PatchLabelsIDJSONRequestBody) (*PatchLabelsIDResponse, error)
func (*ClientWithResponses) PatchNotificationEndpointsIDWithBodyWithResponse ¶
func (c *ClientWithResponses) PatchNotificationEndpointsIDWithBodyWithResponse(ctx context.Context, endpointID string, params *PatchNotificationEndpointsIDParams, contentType string, body io.Reader) (*PatchNotificationEndpointsIDResponse, error)
PatchNotificationEndpointsIDWithBodyWithResponse request with arbitrary body returning *PatchNotificationEndpointsIDResponse
func (*ClientWithResponses) PatchNotificationEndpointsIDWithResponse ¶
func (c *ClientWithResponses) PatchNotificationEndpointsIDWithResponse(ctx context.Context, endpointID string, params *PatchNotificationEndpointsIDParams, body PatchNotificationEndpointsIDJSONRequestBody) (*PatchNotificationEndpointsIDResponse, error)
func (*ClientWithResponses) PatchNotificationRulesIDWithBodyWithResponse ¶
func (c *ClientWithResponses) PatchNotificationRulesIDWithBodyWithResponse(ctx context.Context, ruleID string, params *PatchNotificationRulesIDParams, contentType string, body io.Reader) (*PatchNotificationRulesIDResponse, error)
PatchNotificationRulesIDWithBodyWithResponse request with arbitrary body returning *PatchNotificationRulesIDResponse
func (*ClientWithResponses) PatchNotificationRulesIDWithResponse ¶
func (c *ClientWithResponses) PatchNotificationRulesIDWithResponse(ctx context.Context, ruleID string, params *PatchNotificationRulesIDParams, body PatchNotificationRulesIDJSONRequestBody) (*PatchNotificationRulesIDResponse, error)
func (*ClientWithResponses) PatchOrgsIDSecretsWithBodyWithResponse ¶
func (c *ClientWithResponses) PatchOrgsIDSecretsWithBodyWithResponse(ctx context.Context, orgID string, params *PatchOrgsIDSecretsParams, contentType string, body io.Reader) (*PatchOrgsIDSecretsResponse, error)
PatchOrgsIDSecretsWithBodyWithResponse request with arbitrary body returning *PatchOrgsIDSecretsResponse
func (*ClientWithResponses) PatchOrgsIDSecretsWithResponse ¶
func (c *ClientWithResponses) PatchOrgsIDSecretsWithResponse(ctx context.Context, orgID string, params *PatchOrgsIDSecretsParams, body PatchOrgsIDSecretsJSONRequestBody) (*PatchOrgsIDSecretsResponse, error)
func (*ClientWithResponses) PatchOrgsIDWithBodyWithResponse ¶
func (c *ClientWithResponses) PatchOrgsIDWithBodyWithResponse(ctx context.Context, orgID string, params *PatchOrgsIDParams, contentType string, body io.Reader) (*PatchOrgsIDResponse, error)
PatchOrgsIDWithBodyWithResponse request with arbitrary body returning *PatchOrgsIDResponse
func (*ClientWithResponses) PatchOrgsIDWithResponse ¶
func (c *ClientWithResponses) PatchOrgsIDWithResponse(ctx context.Context, orgID string, params *PatchOrgsIDParams, body PatchOrgsIDJSONRequestBody) (*PatchOrgsIDResponse, error)
func (*ClientWithResponses) PatchScrapersIDWithBodyWithResponse ¶
func (c *ClientWithResponses) PatchScrapersIDWithBodyWithResponse(ctx context.Context, scraperTargetID string, params *PatchScrapersIDParams, contentType string, body io.Reader) (*PatchScrapersIDResponse, error)
PatchScrapersIDWithBodyWithResponse request with arbitrary body returning *PatchScrapersIDResponse
func (*ClientWithResponses) PatchScrapersIDWithResponse ¶
func (c *ClientWithResponses) PatchScrapersIDWithResponse(ctx context.Context, scraperTargetID string, params *PatchScrapersIDParams, body PatchScrapersIDJSONRequestBody) (*PatchScrapersIDResponse, error)
func (*ClientWithResponses) PatchSourcesIDWithBodyWithResponse ¶
func (c *ClientWithResponses) PatchSourcesIDWithBodyWithResponse(ctx context.Context, sourceID string, params *PatchSourcesIDParams, contentType string, body io.Reader) (*PatchSourcesIDResponse, error)
PatchSourcesIDWithBodyWithResponse request with arbitrary body returning *PatchSourcesIDResponse
func (*ClientWithResponses) PatchSourcesIDWithResponse ¶
func (c *ClientWithResponses) PatchSourcesIDWithResponse(ctx context.Context, sourceID string, params *PatchSourcesIDParams, body PatchSourcesIDJSONRequestBody) (*PatchSourcesIDResponse, error)
func (*ClientWithResponses) PatchTasksIDWithBodyWithResponse ¶
func (c *ClientWithResponses) PatchTasksIDWithBodyWithResponse(ctx context.Context, taskID string, params *PatchTasksIDParams, contentType string, body io.Reader) (*PatchTasksIDResponse, error)
PatchTasksIDWithBodyWithResponse request with arbitrary body returning *PatchTasksIDResponse
func (*ClientWithResponses) PatchTasksIDWithResponse ¶
func (c *ClientWithResponses) PatchTasksIDWithResponse(ctx context.Context, taskID string, params *PatchTasksIDParams, body PatchTasksIDJSONRequestBody) (*PatchTasksIDResponse, error)
func (*ClientWithResponses) PatchUsersIDWithBodyWithResponse ¶
func (c *ClientWithResponses) PatchUsersIDWithBodyWithResponse(ctx context.Context, userID string, params *PatchUsersIDParams, contentType string, body io.Reader) (*PatchUsersIDResponse, error)
PatchUsersIDWithBodyWithResponse request with arbitrary body returning *PatchUsersIDResponse
func (*ClientWithResponses) PatchUsersIDWithResponse ¶
func (c *ClientWithResponses) PatchUsersIDWithResponse(ctx context.Context, userID string, params *PatchUsersIDParams, body PatchUsersIDJSONRequestBody) (*PatchUsersIDResponse, error)
func (*ClientWithResponses) PatchVariablesIDWithBodyWithResponse ¶
func (c *ClientWithResponses) PatchVariablesIDWithBodyWithResponse(ctx context.Context, variableID string, params *PatchVariablesIDParams, contentType string, body io.Reader) (*PatchVariablesIDResponse, error)
PatchVariablesIDWithBodyWithResponse request with arbitrary body returning *PatchVariablesIDResponse
func (*ClientWithResponses) PatchVariablesIDWithResponse ¶
func (c *ClientWithResponses) PatchVariablesIDWithResponse(ctx context.Context, variableID string, params *PatchVariablesIDParams, body PatchVariablesIDJSONRequestBody) (*PatchVariablesIDResponse, error)
func (*ClientWithResponses) PostAuthorizationsWithBodyWithResponse ¶
func (c *ClientWithResponses) PostAuthorizationsWithBodyWithResponse(ctx context.Context, params *PostAuthorizationsParams, contentType string, body io.Reader) (*PostAuthorizationsResponse, error)
PostAuthorizationsWithBodyWithResponse request with arbitrary body returning *PostAuthorizationsResponse
func (*ClientWithResponses) PostAuthorizationsWithResponse ¶
func (c *ClientWithResponses) PostAuthorizationsWithResponse(ctx context.Context, params *PostAuthorizationsParams, body PostAuthorizationsJSONRequestBody) (*PostAuthorizationsResponse, error)
func (*ClientWithResponses) PostBucketsIDLabelsWithBodyWithResponse ¶
func (c *ClientWithResponses) PostBucketsIDLabelsWithBodyWithResponse(ctx context.Context, bucketID string, params *PostBucketsIDLabelsParams, contentType string, body io.Reader) (*PostBucketsIDLabelsResponse, error)
PostBucketsIDLabelsWithBodyWithResponse request with arbitrary body returning *PostBucketsIDLabelsResponse
func (*ClientWithResponses) PostBucketsIDLabelsWithResponse ¶
func (c *ClientWithResponses) PostBucketsIDLabelsWithResponse(ctx context.Context, bucketID string, params *PostBucketsIDLabelsParams, body PostBucketsIDLabelsJSONRequestBody) (*PostBucketsIDLabelsResponse, error)
func (*ClientWithResponses) PostBucketsIDMembersWithBodyWithResponse ¶
func (c *ClientWithResponses) PostBucketsIDMembersWithBodyWithResponse(ctx context.Context, bucketID string, params *PostBucketsIDMembersParams, contentType string, body io.Reader) (*PostBucketsIDMembersResponse, error)
PostBucketsIDMembersWithBodyWithResponse request with arbitrary body returning *PostBucketsIDMembersResponse
func (*ClientWithResponses) PostBucketsIDMembersWithResponse ¶
func (c *ClientWithResponses) PostBucketsIDMembersWithResponse(ctx context.Context, bucketID string, params *PostBucketsIDMembersParams, body PostBucketsIDMembersJSONRequestBody) (*PostBucketsIDMembersResponse, error)
func (*ClientWithResponses) PostBucketsIDOwnersWithBodyWithResponse ¶
func (c *ClientWithResponses) PostBucketsIDOwnersWithBodyWithResponse(ctx context.Context, bucketID string, params *PostBucketsIDOwnersParams, contentType string, body io.Reader) (*PostBucketsIDOwnersResponse, error)
PostBucketsIDOwnersWithBodyWithResponse request with arbitrary body returning *PostBucketsIDOwnersResponse
func (*ClientWithResponses) PostBucketsIDOwnersWithResponse ¶
func (c *ClientWithResponses) PostBucketsIDOwnersWithResponse(ctx context.Context, bucketID string, params *PostBucketsIDOwnersParams, body PostBucketsIDOwnersJSONRequestBody) (*PostBucketsIDOwnersResponse, error)
func (*ClientWithResponses) PostBucketsWithBodyWithResponse ¶
func (c *ClientWithResponses) PostBucketsWithBodyWithResponse(ctx context.Context, params *PostBucketsParams, contentType string, body io.Reader) (*PostBucketsResponse, error)
PostBucketsWithBodyWithResponse request with arbitrary body returning *PostBucketsResponse
func (*ClientWithResponses) PostBucketsWithResponse ¶
func (c *ClientWithResponses) PostBucketsWithResponse(ctx context.Context, params *PostBucketsParams, body PostBucketsJSONRequestBody) (*PostBucketsResponse, error)
func (*ClientWithResponses) PostChecksIDLabelsWithBodyWithResponse ¶
func (c *ClientWithResponses) PostChecksIDLabelsWithBodyWithResponse(ctx context.Context, checkID string, params *PostChecksIDLabelsParams, contentType string, body io.Reader) (*PostChecksIDLabelsResponse, error)
PostChecksIDLabelsWithBodyWithResponse request with arbitrary body returning *PostChecksIDLabelsResponse
func (*ClientWithResponses) PostChecksIDLabelsWithResponse ¶
func (c *ClientWithResponses) PostChecksIDLabelsWithResponse(ctx context.Context, checkID string, params *PostChecksIDLabelsParams, body PostChecksIDLabelsJSONRequestBody) (*PostChecksIDLabelsResponse, error)
func (*ClientWithResponses) PostDBRPWithBodyWithResponse ¶
func (c *ClientWithResponses) PostDBRPWithBodyWithResponse(ctx context.Context, params *PostDBRPParams, contentType string, body io.Reader) (*PostDBRPResponse, error)
PostDBRPWithBodyWithResponse request with arbitrary body returning *PostDBRPResponse
func (*ClientWithResponses) PostDBRPWithResponse ¶
func (c *ClientWithResponses) PostDBRPWithResponse(ctx context.Context, params *PostDBRPParams, body PostDBRPJSONRequestBody) (*PostDBRPResponse, error)
func (*ClientWithResponses) PostDashboardsIDCellsWithBodyWithResponse ¶
func (c *ClientWithResponses) PostDashboardsIDCellsWithBodyWithResponse(ctx context.Context, dashboardID string, params *PostDashboardsIDCellsParams, contentType string, body io.Reader) (*PostDashboardsIDCellsResponse, error)
PostDashboardsIDCellsWithBodyWithResponse request with arbitrary body returning *PostDashboardsIDCellsResponse
func (*ClientWithResponses) PostDashboardsIDCellsWithResponse ¶
func (c *ClientWithResponses) PostDashboardsIDCellsWithResponse(ctx context.Context, dashboardID string, params *PostDashboardsIDCellsParams, body PostDashboardsIDCellsJSONRequestBody) (*PostDashboardsIDCellsResponse, error)
func (*ClientWithResponses) PostDashboardsIDLabelsWithBodyWithResponse ¶
func (c *ClientWithResponses) PostDashboardsIDLabelsWithBodyWithResponse(ctx context.Context, dashboardID string, params *PostDashboardsIDLabelsParams, contentType string, body io.Reader) (*PostDashboardsIDLabelsResponse, error)
PostDashboardsIDLabelsWithBodyWithResponse request with arbitrary body returning *PostDashboardsIDLabelsResponse
func (*ClientWithResponses) PostDashboardsIDLabelsWithResponse ¶
func (c *ClientWithResponses) PostDashboardsIDLabelsWithResponse(ctx context.Context, dashboardID string, params *PostDashboardsIDLabelsParams, body PostDashboardsIDLabelsJSONRequestBody) (*PostDashboardsIDLabelsResponse, error)
func (*ClientWithResponses) PostDashboardsIDMembersWithBodyWithResponse ¶
func (c *ClientWithResponses) PostDashboardsIDMembersWithBodyWithResponse(ctx context.Context, dashboardID string, params *PostDashboardsIDMembersParams, contentType string, body io.Reader) (*PostDashboardsIDMembersResponse, error)
PostDashboardsIDMembersWithBodyWithResponse request with arbitrary body returning *PostDashboardsIDMembersResponse
func (*ClientWithResponses) PostDashboardsIDMembersWithResponse ¶
func (c *ClientWithResponses) PostDashboardsIDMembersWithResponse(ctx context.Context, dashboardID string, params *PostDashboardsIDMembersParams, body PostDashboardsIDMembersJSONRequestBody) (*PostDashboardsIDMembersResponse, error)
func (*ClientWithResponses) PostDashboardsIDOwnersWithBodyWithResponse ¶
func (c *ClientWithResponses) PostDashboardsIDOwnersWithBodyWithResponse(ctx context.Context, dashboardID string, params *PostDashboardsIDOwnersParams, contentType string, body io.Reader) (*PostDashboardsIDOwnersResponse, error)
PostDashboardsIDOwnersWithBodyWithResponse request with arbitrary body returning *PostDashboardsIDOwnersResponse
func (*ClientWithResponses) PostDashboardsIDOwnersWithResponse ¶
func (c *ClientWithResponses) PostDashboardsIDOwnersWithResponse(ctx context.Context, dashboardID string, params *PostDashboardsIDOwnersParams, body PostDashboardsIDOwnersJSONRequestBody) (*PostDashboardsIDOwnersResponse, error)
func (*ClientWithResponses) PostDashboardsWithBodyWithResponse ¶
func (c *ClientWithResponses) PostDashboardsWithBodyWithResponse(ctx context.Context, params *PostDashboardsParams, contentType string, body io.Reader) (*PostDashboardsResponse, error)
PostDashboardsWithBodyWithResponse request with arbitrary body returning *PostDashboardsResponse
func (*ClientWithResponses) PostDashboardsWithResponse ¶
func (c *ClientWithResponses) PostDashboardsWithResponse(ctx context.Context, params *PostDashboardsParams, body PostDashboardsJSONRequestBody) (*PostDashboardsResponse, error)
func (*ClientWithResponses) PostDeleteWithBodyWithResponse ¶
func (c *ClientWithResponses) PostDeleteWithBodyWithResponse(ctx context.Context, params *PostDeleteParams, contentType string, body io.Reader) (*PostDeleteResponse, error)
PostDeleteWithBodyWithResponse request with arbitrary body returning *PostDeleteResponse
func (*ClientWithResponses) PostDeleteWithResponse ¶
func (c *ClientWithResponses) PostDeleteWithResponse(ctx context.Context, params *PostDeleteParams, body PostDeleteJSONRequestBody) (*PostDeleteResponse, error)
func (*ClientWithResponses) PostDocumentsTemplatesIDLabelsWithBodyWithResponse ¶
func (c *ClientWithResponses) PostDocumentsTemplatesIDLabelsWithBodyWithResponse(ctx context.Context, templateID string, params *PostDocumentsTemplatesIDLabelsParams, contentType string, body io.Reader) (*PostDocumentsTemplatesIDLabelsResponse, error)
PostDocumentsTemplatesIDLabelsWithBodyWithResponse request with arbitrary body returning *PostDocumentsTemplatesIDLabelsResponse
func (*ClientWithResponses) PostDocumentsTemplatesIDLabelsWithResponse ¶
func (c *ClientWithResponses) PostDocumentsTemplatesIDLabelsWithResponse(ctx context.Context, templateID string, params *PostDocumentsTemplatesIDLabelsParams, body PostDocumentsTemplatesIDLabelsJSONRequestBody) (*PostDocumentsTemplatesIDLabelsResponse, error)
func (*ClientWithResponses) PostDocumentsTemplatesWithBodyWithResponse ¶
func (c *ClientWithResponses) PostDocumentsTemplatesWithBodyWithResponse(ctx context.Context, params *PostDocumentsTemplatesParams, contentType string, body io.Reader) (*PostDocumentsTemplatesResponse, error)
PostDocumentsTemplatesWithBodyWithResponse request with arbitrary body returning *PostDocumentsTemplatesResponse
func (*ClientWithResponses) PostDocumentsTemplatesWithResponse ¶
func (c *ClientWithResponses) PostDocumentsTemplatesWithResponse(ctx context.Context, params *PostDocumentsTemplatesParams, body PostDocumentsTemplatesJSONRequestBody) (*PostDocumentsTemplatesResponse, error)
func (*ClientWithResponses) PostLabelsWithBodyWithResponse ¶
func (c *ClientWithResponses) PostLabelsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader) (*PostLabelsResponse, error)
PostLabelsWithBodyWithResponse request with arbitrary body returning *PostLabelsResponse
func (*ClientWithResponses) PostLabelsWithResponse ¶
func (c *ClientWithResponses) PostLabelsWithResponse(ctx context.Context, body PostLabelsJSONRequestBody) (*PostLabelsResponse, error)
func (*ClientWithResponses) PostNotificationEndpointIDLabelsWithBodyWithResponse ¶
func (c *ClientWithResponses) PostNotificationEndpointIDLabelsWithBodyWithResponse(ctx context.Context, endpointID string, params *PostNotificationEndpointIDLabelsParams, contentType string, body io.Reader) (*PostNotificationEndpointIDLabelsResponse, error)
PostNotificationEndpointIDLabelsWithBodyWithResponse request with arbitrary body returning *PostNotificationEndpointIDLabelsResponse
func (*ClientWithResponses) PostNotificationEndpointIDLabelsWithResponse ¶
func (c *ClientWithResponses) PostNotificationEndpointIDLabelsWithResponse(ctx context.Context, endpointID string, params *PostNotificationEndpointIDLabelsParams, body PostNotificationEndpointIDLabelsJSONRequestBody) (*PostNotificationEndpointIDLabelsResponse, error)
func (*ClientWithResponses) PostNotificationRuleIDLabelsWithBodyWithResponse ¶
func (c *ClientWithResponses) PostNotificationRuleIDLabelsWithBodyWithResponse(ctx context.Context, ruleID string, params *PostNotificationRuleIDLabelsParams, contentType string, body io.Reader) (*PostNotificationRuleIDLabelsResponse, error)
PostNotificationRuleIDLabelsWithBodyWithResponse request with arbitrary body returning *PostNotificationRuleIDLabelsResponse
func (*ClientWithResponses) PostNotificationRuleIDLabelsWithResponse ¶
func (c *ClientWithResponses) PostNotificationRuleIDLabelsWithResponse(ctx context.Context, ruleID string, params *PostNotificationRuleIDLabelsParams, body PostNotificationRuleIDLabelsJSONRequestBody) (*PostNotificationRuleIDLabelsResponse, error)
func (*ClientWithResponses) PostOrgsIDMembersWithBodyWithResponse ¶
func (c *ClientWithResponses) PostOrgsIDMembersWithBodyWithResponse(ctx context.Context, orgID string, params *PostOrgsIDMembersParams, contentType string, body io.Reader) (*PostOrgsIDMembersResponse, error)
PostOrgsIDMembersWithBodyWithResponse request with arbitrary body returning *PostOrgsIDMembersResponse
func (*ClientWithResponses) PostOrgsIDMembersWithResponse ¶
func (c *ClientWithResponses) PostOrgsIDMembersWithResponse(ctx context.Context, orgID string, params *PostOrgsIDMembersParams, body PostOrgsIDMembersJSONRequestBody) (*PostOrgsIDMembersResponse, error)
func (*ClientWithResponses) PostOrgsIDOwnersWithBodyWithResponse ¶
func (c *ClientWithResponses) PostOrgsIDOwnersWithBodyWithResponse(ctx context.Context, orgID string, params *PostOrgsIDOwnersParams, contentType string, body io.Reader) (*PostOrgsIDOwnersResponse, error)
PostOrgsIDOwnersWithBodyWithResponse request with arbitrary body returning *PostOrgsIDOwnersResponse
func (*ClientWithResponses) PostOrgsIDOwnersWithResponse ¶
func (c *ClientWithResponses) PostOrgsIDOwnersWithResponse(ctx context.Context, orgID string, params *PostOrgsIDOwnersParams, body PostOrgsIDOwnersJSONRequestBody) (*PostOrgsIDOwnersResponse, error)
func (*ClientWithResponses) PostOrgsIDSecretsWithBodyWithResponse ¶
func (c *ClientWithResponses) PostOrgsIDSecretsWithBodyWithResponse(ctx context.Context, orgID string, params *PostOrgsIDSecretsParams, contentType string, body io.Reader) (*PostOrgsIDSecretsResponse, error)
PostOrgsIDSecretsWithBodyWithResponse request with arbitrary body returning *PostOrgsIDSecretsResponse
func (*ClientWithResponses) PostOrgsIDSecretsWithResponse ¶
func (c *ClientWithResponses) PostOrgsIDSecretsWithResponse(ctx context.Context, orgID string, params *PostOrgsIDSecretsParams, body PostOrgsIDSecretsJSONRequestBody) (*PostOrgsIDSecretsResponse, error)
func (*ClientWithResponses) PostOrgsWithBodyWithResponse ¶
func (c *ClientWithResponses) PostOrgsWithBodyWithResponse(ctx context.Context, params *PostOrgsParams, contentType string, body io.Reader) (*PostOrgsResponse, error)
PostOrgsWithBodyWithResponse request with arbitrary body returning *PostOrgsResponse
func (*ClientWithResponses) PostOrgsWithResponse ¶
func (c *ClientWithResponses) PostOrgsWithResponse(ctx context.Context, params *PostOrgsParams, body PostOrgsJSONRequestBody) (*PostOrgsResponse, error)
func (*ClientWithResponses) PostQueryAnalyzeWithBodyWithResponse ¶
func (c *ClientWithResponses) PostQueryAnalyzeWithBodyWithResponse(ctx context.Context, params *PostQueryAnalyzeParams, contentType string, body io.Reader) (*PostQueryAnalyzeResponse, error)
PostQueryAnalyzeWithBodyWithResponse request with arbitrary body returning *PostQueryAnalyzeResponse
func (*ClientWithResponses) PostQueryAnalyzeWithResponse ¶
func (c *ClientWithResponses) PostQueryAnalyzeWithResponse(ctx context.Context, params *PostQueryAnalyzeParams, body PostQueryAnalyzeJSONRequestBody) (*PostQueryAnalyzeResponse, error)
func (*ClientWithResponses) PostQueryAstWithBodyWithResponse ¶
func (c *ClientWithResponses) PostQueryAstWithBodyWithResponse(ctx context.Context, params *PostQueryAstParams, contentType string, body io.Reader) (*PostQueryAstResponse, error)
PostQueryAstWithBodyWithResponse request with arbitrary body returning *PostQueryAstResponse
func (*ClientWithResponses) PostQueryAstWithResponse ¶
func (c *ClientWithResponses) PostQueryAstWithResponse(ctx context.Context, params *PostQueryAstParams, body PostQueryAstJSONRequestBody) (*PostQueryAstResponse, error)
func (*ClientWithResponses) PostQueryWithBodyWithResponse ¶
func (c *ClientWithResponses) PostQueryWithBodyWithResponse(ctx context.Context, params *PostQueryParams, contentType string, body io.Reader) (*PostQueryResponse, error)
PostQueryWithBodyWithResponse request with arbitrary body returning *PostQueryResponse
func (*ClientWithResponses) PostQueryWithResponse ¶
func (c *ClientWithResponses) PostQueryWithResponse(ctx context.Context, params *PostQueryParams, body PostQueryJSONRequestBody) (*PostQueryResponse, error)
func (*ClientWithResponses) PostScrapersIDLabelsWithBodyWithResponse ¶
func (c *ClientWithResponses) PostScrapersIDLabelsWithBodyWithResponse(ctx context.Context, scraperTargetID string, params *PostScrapersIDLabelsParams, contentType string, body io.Reader) (*PostScrapersIDLabelsResponse, error)
PostScrapersIDLabelsWithBodyWithResponse request with arbitrary body returning *PostScrapersIDLabelsResponse
func (*ClientWithResponses) PostScrapersIDLabelsWithResponse ¶
func (c *ClientWithResponses) PostScrapersIDLabelsWithResponse(ctx context.Context, scraperTargetID string, params *PostScrapersIDLabelsParams, body PostScrapersIDLabelsJSONRequestBody) (*PostScrapersIDLabelsResponse, error)
func (*ClientWithResponses) PostScrapersIDMembersWithBodyWithResponse ¶
func (c *ClientWithResponses) PostScrapersIDMembersWithBodyWithResponse(ctx context.Context, scraperTargetID string, params *PostScrapersIDMembersParams, contentType string, body io.Reader) (*PostScrapersIDMembersResponse, error)
PostScrapersIDMembersWithBodyWithResponse request with arbitrary body returning *PostScrapersIDMembersResponse
func (*ClientWithResponses) PostScrapersIDMembersWithResponse ¶
func (c *ClientWithResponses) PostScrapersIDMembersWithResponse(ctx context.Context, scraperTargetID string, params *PostScrapersIDMembersParams, body PostScrapersIDMembersJSONRequestBody) (*PostScrapersIDMembersResponse, error)
func (*ClientWithResponses) PostScrapersIDOwnersWithBodyWithResponse ¶
func (c *ClientWithResponses) PostScrapersIDOwnersWithBodyWithResponse(ctx context.Context, scraperTargetID string, params *PostScrapersIDOwnersParams, contentType string, body io.Reader) (*PostScrapersIDOwnersResponse, error)
PostScrapersIDOwnersWithBodyWithResponse request with arbitrary body returning *PostScrapersIDOwnersResponse
func (*ClientWithResponses) PostScrapersIDOwnersWithResponse ¶
func (c *ClientWithResponses) PostScrapersIDOwnersWithResponse(ctx context.Context, scraperTargetID string, params *PostScrapersIDOwnersParams, body PostScrapersIDOwnersJSONRequestBody) (*PostScrapersIDOwnersResponse, error)
func (*ClientWithResponses) PostScrapersWithBodyWithResponse ¶
func (c *ClientWithResponses) PostScrapersWithBodyWithResponse(ctx context.Context, params *PostScrapersParams, contentType string, body io.Reader) (*PostScrapersResponse, error)
PostScrapersWithBodyWithResponse request with arbitrary body returning *PostScrapersResponse
func (*ClientWithResponses) PostScrapersWithResponse ¶
func (c *ClientWithResponses) PostScrapersWithResponse(ctx context.Context, params *PostScrapersParams, body PostScrapersJSONRequestBody) (*PostScrapersResponse, error)
func (*ClientWithResponses) PostSetupUserWithBodyWithResponse ¶
func (c *ClientWithResponses) PostSetupUserWithBodyWithResponse(ctx context.Context, params *PostSetupUserParams, contentType string, body io.Reader) (*PostSetupUserResponse, error)
PostSetupUserWithBodyWithResponse request with arbitrary body returning *PostSetupUserResponse
func (*ClientWithResponses) PostSetupUserWithResponse ¶
func (c *ClientWithResponses) PostSetupUserWithResponse(ctx context.Context, params *PostSetupUserParams, body PostSetupUserJSONRequestBody) (*PostSetupUserResponse, error)
func (*ClientWithResponses) PostSetupWithBodyWithResponse ¶
func (c *ClientWithResponses) PostSetupWithBodyWithResponse(ctx context.Context, params *PostSetupParams, contentType string, body io.Reader) (*PostSetupResponse, error)
PostSetupWithBodyWithResponse request with arbitrary body returning *PostSetupResponse
func (*ClientWithResponses) PostSetupWithResponse ¶
func (c *ClientWithResponses) PostSetupWithResponse(ctx context.Context, params *PostSetupParams, body PostSetupJSONRequestBody) (*PostSetupResponse, error)
func (*ClientWithResponses) PostSigninWithResponse ¶
func (c *ClientWithResponses) PostSigninWithResponse(ctx context.Context, params *PostSigninParams) (*PostSigninResponse, error)
PostSigninWithResponse request returning *PostSigninResponse
func (*ClientWithResponses) PostSignoutWithResponse ¶
func (c *ClientWithResponses) PostSignoutWithResponse(ctx context.Context, params *PostSignoutParams) (*PostSignoutResponse, error)
PostSignoutWithResponse request returning *PostSignoutResponse
func (*ClientWithResponses) PostSourcesWithBodyWithResponse ¶
func (c *ClientWithResponses) PostSourcesWithBodyWithResponse(ctx context.Context, params *PostSourcesParams, contentType string, body io.Reader) (*PostSourcesResponse, error)
PostSourcesWithBodyWithResponse request with arbitrary body returning *PostSourcesResponse
func (*ClientWithResponses) PostSourcesWithResponse ¶
func (c *ClientWithResponses) PostSourcesWithResponse(ctx context.Context, params *PostSourcesParams, body PostSourcesJSONRequestBody) (*PostSourcesResponse, error)
func (*ClientWithResponses) PostTasksIDLabelsWithBodyWithResponse ¶
func (c *ClientWithResponses) PostTasksIDLabelsWithBodyWithResponse(ctx context.Context, taskID string, params *PostTasksIDLabelsParams, contentType string, body io.Reader) (*PostTasksIDLabelsResponse, error)
PostTasksIDLabelsWithBodyWithResponse request with arbitrary body returning *PostTasksIDLabelsResponse
func (*ClientWithResponses) PostTasksIDLabelsWithResponse ¶
func (c *ClientWithResponses) PostTasksIDLabelsWithResponse(ctx context.Context, taskID string, params *PostTasksIDLabelsParams, body PostTasksIDLabelsJSONRequestBody) (*PostTasksIDLabelsResponse, error)
func (*ClientWithResponses) PostTasksIDMembersWithBodyWithResponse ¶
func (c *ClientWithResponses) PostTasksIDMembersWithBodyWithResponse(ctx context.Context, taskID string, params *PostTasksIDMembersParams, contentType string, body io.Reader) (*PostTasksIDMembersResponse, error)
PostTasksIDMembersWithBodyWithResponse request with arbitrary body returning *PostTasksIDMembersResponse
func (*ClientWithResponses) PostTasksIDMembersWithResponse ¶
func (c *ClientWithResponses) PostTasksIDMembersWithResponse(ctx context.Context, taskID string, params *PostTasksIDMembersParams, body PostTasksIDMembersJSONRequestBody) (*PostTasksIDMembersResponse, error)
func (*ClientWithResponses) PostTasksIDOwnersWithBodyWithResponse ¶
func (c *ClientWithResponses) PostTasksIDOwnersWithBodyWithResponse(ctx context.Context, taskID string, params *PostTasksIDOwnersParams, contentType string, body io.Reader) (*PostTasksIDOwnersResponse, error)
PostTasksIDOwnersWithBodyWithResponse request with arbitrary body returning *PostTasksIDOwnersResponse
func (*ClientWithResponses) PostTasksIDOwnersWithResponse ¶
func (c *ClientWithResponses) PostTasksIDOwnersWithResponse(ctx context.Context, taskID string, params *PostTasksIDOwnersParams, body PostTasksIDOwnersJSONRequestBody) (*PostTasksIDOwnersResponse, error)
func (*ClientWithResponses) PostTasksIDRunsIDRetryWithResponse ¶
func (c *ClientWithResponses) PostTasksIDRunsIDRetryWithResponse(ctx context.Context, taskID string, runID string, params *PostTasksIDRunsIDRetryParams) (*PostTasksIDRunsIDRetryResponse, error)
PostTasksIDRunsIDRetryWithResponse request returning *PostTasksIDRunsIDRetryResponse
func (*ClientWithResponses) PostTasksIDRunsWithBodyWithResponse ¶
func (c *ClientWithResponses) PostTasksIDRunsWithBodyWithResponse(ctx context.Context, taskID string, params *PostTasksIDRunsParams, contentType string, body io.Reader) (*PostTasksIDRunsResponse, error)
PostTasksIDRunsWithBodyWithResponse request with arbitrary body returning *PostTasksIDRunsResponse
func (*ClientWithResponses) PostTasksIDRunsWithResponse ¶
func (c *ClientWithResponses) PostTasksIDRunsWithResponse(ctx context.Context, taskID string, params *PostTasksIDRunsParams, body PostTasksIDRunsJSONRequestBody) (*PostTasksIDRunsResponse, error)
func (*ClientWithResponses) PostTasksWithBodyWithResponse ¶
func (c *ClientWithResponses) PostTasksWithBodyWithResponse(ctx context.Context, params *PostTasksParams, contentType string, body io.Reader) (*PostTasksResponse, error)
PostTasksWithBodyWithResponse request with arbitrary body returning *PostTasksResponse
func (*ClientWithResponses) PostTasksWithResponse ¶
func (c *ClientWithResponses) PostTasksWithResponse(ctx context.Context, params *PostTasksParams, body PostTasksJSONRequestBody) (*PostTasksResponse, error)
func (*ClientWithResponses) PostTelegrafsIDLabelsWithBodyWithResponse ¶
func (c *ClientWithResponses) PostTelegrafsIDLabelsWithBodyWithResponse(ctx context.Context, telegrafID string, params *PostTelegrafsIDLabelsParams, contentType string, body io.Reader) (*PostTelegrafsIDLabelsResponse, error)
PostTelegrafsIDLabelsWithBodyWithResponse request with arbitrary body returning *PostTelegrafsIDLabelsResponse
func (*ClientWithResponses) PostTelegrafsIDLabelsWithResponse ¶
func (c *ClientWithResponses) PostTelegrafsIDLabelsWithResponse(ctx context.Context, telegrafID string, params *PostTelegrafsIDLabelsParams, body PostTelegrafsIDLabelsJSONRequestBody) (*PostTelegrafsIDLabelsResponse, error)
func (*ClientWithResponses) PostTelegrafsIDMembersWithBodyWithResponse ¶
func (c *ClientWithResponses) PostTelegrafsIDMembersWithBodyWithResponse(ctx context.Context, telegrafID string, params *PostTelegrafsIDMembersParams, contentType string, body io.Reader) (*PostTelegrafsIDMembersResponse, error)
PostTelegrafsIDMembersWithBodyWithResponse request with arbitrary body returning *PostTelegrafsIDMembersResponse
func (*ClientWithResponses) PostTelegrafsIDMembersWithResponse ¶
func (c *ClientWithResponses) PostTelegrafsIDMembersWithResponse(ctx context.Context, telegrafID string, params *PostTelegrafsIDMembersParams, body PostTelegrafsIDMembersJSONRequestBody) (*PostTelegrafsIDMembersResponse, error)
func (*ClientWithResponses) PostTelegrafsIDOwnersWithBodyWithResponse ¶
func (c *ClientWithResponses) PostTelegrafsIDOwnersWithBodyWithResponse(ctx context.Context, telegrafID string, params *PostTelegrafsIDOwnersParams, contentType string, body io.Reader) (*PostTelegrafsIDOwnersResponse, error)
PostTelegrafsIDOwnersWithBodyWithResponse request with arbitrary body returning *PostTelegrafsIDOwnersResponse
func (*ClientWithResponses) PostTelegrafsIDOwnersWithResponse ¶
func (c *ClientWithResponses) PostTelegrafsIDOwnersWithResponse(ctx context.Context, telegrafID string, params *PostTelegrafsIDOwnersParams, body PostTelegrafsIDOwnersJSONRequestBody) (*PostTelegrafsIDOwnersResponse, error)
func (*ClientWithResponses) PostTelegrafsWithBodyWithResponse ¶
func (c *ClientWithResponses) PostTelegrafsWithBodyWithResponse(ctx context.Context, params *PostTelegrafsParams, contentType string, body io.Reader) (*PostTelegrafsResponse, error)
PostTelegrafsWithBodyWithResponse request with arbitrary body returning *PostTelegrafsResponse
func (*ClientWithResponses) PostTelegrafsWithResponse ¶
func (c *ClientWithResponses) PostTelegrafsWithResponse(ctx context.Context, params *PostTelegrafsParams, body PostTelegrafsJSONRequestBody) (*PostTelegrafsResponse, error)
func (*ClientWithResponses) PostUsersIDPasswordWithBodyWithResponse ¶
func (c *ClientWithResponses) PostUsersIDPasswordWithBodyWithResponse(ctx context.Context, userID string, params *PostUsersIDPasswordParams, contentType string, body io.Reader) (*PostUsersIDPasswordResponse, error)
PostUsersIDPasswordWithBodyWithResponse request with arbitrary body returning *PostUsersIDPasswordResponse
func (*ClientWithResponses) PostUsersIDPasswordWithResponse ¶
func (c *ClientWithResponses) PostUsersIDPasswordWithResponse(ctx context.Context, userID string, params *PostUsersIDPasswordParams, body PostUsersIDPasswordJSONRequestBody) (*PostUsersIDPasswordResponse, error)
func (*ClientWithResponses) PostUsersWithBodyWithResponse ¶
func (c *ClientWithResponses) PostUsersWithBodyWithResponse(ctx context.Context, params *PostUsersParams, contentType string, body io.Reader) (*PostUsersResponse, error)
PostUsersWithBodyWithResponse request with arbitrary body returning *PostUsersResponse
func (*ClientWithResponses) PostUsersWithResponse ¶
func (c *ClientWithResponses) PostUsersWithResponse(ctx context.Context, params *PostUsersParams, body PostUsersJSONRequestBody) (*PostUsersResponse, error)
func (*ClientWithResponses) PostVariablesIDLabelsWithBodyWithResponse ¶
func (c *ClientWithResponses) PostVariablesIDLabelsWithBodyWithResponse(ctx context.Context, variableID string, params *PostVariablesIDLabelsParams, contentType string, body io.Reader) (*PostVariablesIDLabelsResponse, error)
PostVariablesIDLabelsWithBodyWithResponse request with arbitrary body returning *PostVariablesIDLabelsResponse
func (*ClientWithResponses) PostVariablesIDLabelsWithResponse ¶
func (c *ClientWithResponses) PostVariablesIDLabelsWithResponse(ctx context.Context, variableID string, params *PostVariablesIDLabelsParams, body PostVariablesIDLabelsJSONRequestBody) (*PostVariablesIDLabelsResponse, error)
func (*ClientWithResponses) PostVariablesWithBodyWithResponse ¶
func (c *ClientWithResponses) PostVariablesWithBodyWithResponse(ctx context.Context, params *PostVariablesParams, contentType string, body io.Reader) (*PostVariablesResponse, error)
PostVariablesWithBodyWithResponse request with arbitrary body returning *PostVariablesResponse
func (*ClientWithResponses) PostVariablesWithResponse ¶
func (c *ClientWithResponses) PostVariablesWithResponse(ctx context.Context, params *PostVariablesParams, body PostVariablesJSONRequestBody) (*PostVariablesResponse, error)
func (*ClientWithResponses) PostWriteWithBodyWithResponse ¶
func (c *ClientWithResponses) PostWriteWithBodyWithResponse(ctx context.Context, params *PostWriteParams, contentType string, body io.Reader) (*PostWriteResponse, error)
PostWriteWithBodyWithResponse request with arbitrary body returning *PostWriteResponse
func (*ClientWithResponses) PutChecksIDWithBodyWithResponse ¶
func (c *ClientWithResponses) PutChecksIDWithBodyWithResponse(ctx context.Context, checkID string, params *PutChecksIDParams, contentType string, body io.Reader) (*PutChecksIDResponse, error)
PutChecksIDWithBodyWithResponse request with arbitrary body returning *PutChecksIDResponse
func (*ClientWithResponses) PutChecksIDWithResponse ¶
func (c *ClientWithResponses) PutChecksIDWithResponse(ctx context.Context, checkID string, params *PutChecksIDParams, body PutChecksIDJSONRequestBody) (*PutChecksIDResponse, error)
func (*ClientWithResponses) PutDashboardsIDCellsWithBodyWithResponse ¶
func (c *ClientWithResponses) PutDashboardsIDCellsWithBodyWithResponse(ctx context.Context, dashboardID string, params *PutDashboardsIDCellsParams, contentType string, body io.Reader) (*PutDashboardsIDCellsResponse, error)
PutDashboardsIDCellsWithBodyWithResponse request with arbitrary body returning *PutDashboardsIDCellsResponse
func (*ClientWithResponses) PutDashboardsIDCellsWithResponse ¶
func (c *ClientWithResponses) PutDashboardsIDCellsWithResponse(ctx context.Context, dashboardID string, params *PutDashboardsIDCellsParams, body PutDashboardsIDCellsJSONRequestBody) (*PutDashboardsIDCellsResponse, error)
func (*ClientWithResponses) PutDocumentsTemplatesIDWithBodyWithResponse ¶
func (c *ClientWithResponses) PutDocumentsTemplatesIDWithBodyWithResponse(ctx context.Context, templateID string, params *PutDocumentsTemplatesIDParams, contentType string, body io.Reader) (*PutDocumentsTemplatesIDResponse, error)
PutDocumentsTemplatesIDWithBodyWithResponse request with arbitrary body returning *PutDocumentsTemplatesIDResponse
func (*ClientWithResponses) PutDocumentsTemplatesIDWithResponse ¶
func (c *ClientWithResponses) PutDocumentsTemplatesIDWithResponse(ctx context.Context, templateID string, params *PutDocumentsTemplatesIDParams, body PutDocumentsTemplatesIDJSONRequestBody) (*PutDocumentsTemplatesIDResponse, error)
func (*ClientWithResponses) PutMePasswordWithBodyWithResponse ¶
func (c *ClientWithResponses) PutMePasswordWithBodyWithResponse(ctx context.Context, params *PutMePasswordParams, contentType string, body io.Reader) (*PutMePasswordResponse, error)
PutMePasswordWithBodyWithResponse request with arbitrary body returning *PutMePasswordResponse
func (*ClientWithResponses) PutMePasswordWithResponse ¶
func (c *ClientWithResponses) PutMePasswordWithResponse(ctx context.Context, params *PutMePasswordParams, body PutMePasswordJSONRequestBody) (*PutMePasswordResponse, error)
func (*ClientWithResponses) PutNotificationEndpointsIDWithBodyWithResponse ¶
func (c *ClientWithResponses) PutNotificationEndpointsIDWithBodyWithResponse(ctx context.Context, endpointID string, params *PutNotificationEndpointsIDParams, contentType string, body io.Reader) (*PutNotificationEndpointsIDResponse, error)
PutNotificationEndpointsIDWithBodyWithResponse request with arbitrary body returning *PutNotificationEndpointsIDResponse
func (*ClientWithResponses) PutNotificationEndpointsIDWithResponse ¶
func (c *ClientWithResponses) PutNotificationEndpointsIDWithResponse(ctx context.Context, endpointID string, params *PutNotificationEndpointsIDParams, body PutNotificationEndpointsIDJSONRequestBody) (*PutNotificationEndpointsIDResponse, error)
func (*ClientWithResponses) PutNotificationRulesIDWithBodyWithResponse ¶
func (c *ClientWithResponses) PutNotificationRulesIDWithBodyWithResponse(ctx context.Context, ruleID string, params *PutNotificationRulesIDParams, contentType string, body io.Reader) (*PutNotificationRulesIDResponse, error)
PutNotificationRulesIDWithBodyWithResponse request with arbitrary body returning *PutNotificationRulesIDResponse
func (*ClientWithResponses) PutNotificationRulesIDWithResponse ¶
func (c *ClientWithResponses) PutNotificationRulesIDWithResponse(ctx context.Context, ruleID string, params *PutNotificationRulesIDParams, body PutNotificationRulesIDJSONRequestBody) (*PutNotificationRulesIDResponse, error)
func (*ClientWithResponses) PutTelegrafsIDWithBodyWithResponse ¶
func (c *ClientWithResponses) PutTelegrafsIDWithBodyWithResponse(ctx context.Context, telegrafID string, params *PutTelegrafsIDParams, contentType string, body io.Reader) (*PutTelegrafsIDResponse, error)
PutTelegrafsIDWithBodyWithResponse request with arbitrary body returning *PutTelegrafsIDResponse
func (*ClientWithResponses) PutTelegrafsIDWithResponse ¶
func (c *ClientWithResponses) PutTelegrafsIDWithResponse(ctx context.Context, telegrafID string, params *PutTelegrafsIDParams, body PutTelegrafsIDJSONRequestBody) (*PutTelegrafsIDResponse, error)
func (*ClientWithResponses) PutVariablesIDWithBodyWithResponse ¶
func (c *ClientWithResponses) PutVariablesIDWithBodyWithResponse(ctx context.Context, variableID string, params *PutVariablesIDParams, contentType string, body io.Reader) (*PutVariablesIDResponse, error)
PutVariablesIDWithBodyWithResponse request with arbitrary body returning *PutVariablesIDResponse
func (*ClientWithResponses) PutVariablesIDWithResponse ¶
func (c *ClientWithResponses) PutVariablesIDWithResponse(ctx context.Context, variableID string, params *PutVariablesIDParams, body PutVariablesIDJSONRequestBody) (*PutVariablesIDResponse, error)
func (*ClientWithResponses) ReadStackWithResponse ¶
func (c *ClientWithResponses) ReadStackWithResponse(ctx context.Context, stackId string) (*ReadStackResponse, error)
ReadStackWithResponse request returning *ReadStackResponse
func (*ClientWithResponses) UninstallStackWithResponse ¶
func (c *ClientWithResponses) UninstallStackWithResponse(ctx context.Context, stackId string) (*UninstallStackResponse, error)
UninstallStackWithResponse request returning *UninstallStackResponse
func (*ClientWithResponses) UpdateStackWithBodyWithResponse ¶
func (c *ClientWithResponses) UpdateStackWithBodyWithResponse(ctx context.Context, stackId string, contentType string, body io.Reader) (*UpdateStackResponse, error)
UpdateStackWithBodyWithResponse request with arbitrary body returning *UpdateStackResponse
func (*ClientWithResponses) UpdateStackWithResponse ¶
func (c *ClientWithResponses) UpdateStackWithResponse(ctx context.Context, stackId string, body UpdateStackJSONRequestBody) (*UpdateStackResponse, error)
type ClientWithResponsesInterface ¶ added in v2.2.0
type ClientWithResponsesInterface interface { // GetRoutes request GetRoutesWithResponse(ctx context.Context, params *GetRoutesParams) (*GetRoutesResponse, error) // GetAuthorizations request GetAuthorizationsWithResponse(ctx context.Context, params *GetAuthorizationsParams) (*GetAuthorizationsResponse, error) // PostAuthorizations request with any body PostAuthorizationsWithBodyWithResponse(ctx context.Context, params *PostAuthorizationsParams, contentType string, body io.Reader) (*PostAuthorizationsResponse, error) PostAuthorizationsWithResponse(ctx context.Context, params *PostAuthorizationsParams, body PostAuthorizationsJSONRequestBody) (*PostAuthorizationsResponse, error) // DeleteAuthorizationsID request DeleteAuthorizationsIDWithResponse(ctx context.Context, authID string, params *DeleteAuthorizationsIDParams) (*DeleteAuthorizationsIDResponse, error) // GetAuthorizationsID request GetAuthorizationsIDWithResponse(ctx context.Context, authID string, params *GetAuthorizationsIDParams) (*GetAuthorizationsIDResponse, error) // PatchAuthorizationsID request with any body PatchAuthorizationsIDWithBodyWithResponse(ctx context.Context, authID string, params *PatchAuthorizationsIDParams, contentType string, body io.Reader) (*PatchAuthorizationsIDResponse, error) PatchAuthorizationsIDWithResponse(ctx context.Context, authID string, params *PatchAuthorizationsIDParams, body PatchAuthorizationsIDJSONRequestBody) (*PatchAuthorizationsIDResponse, error) // GetBuckets request GetBucketsWithResponse(ctx context.Context, params *GetBucketsParams) (*GetBucketsResponse, error) // PostBuckets request with any body PostBucketsWithBodyWithResponse(ctx context.Context, params *PostBucketsParams, contentType string, body io.Reader) (*PostBucketsResponse, error) PostBucketsWithResponse(ctx context.Context, params *PostBucketsParams, body PostBucketsJSONRequestBody) (*PostBucketsResponse, error) // DeleteBucketsID request DeleteBucketsIDWithResponse(ctx context.Context, bucketID string, params *DeleteBucketsIDParams) (*DeleteBucketsIDResponse, error) // GetBucketsID request GetBucketsIDWithResponse(ctx context.Context, bucketID string, params *GetBucketsIDParams) (*GetBucketsIDResponse, error) // PatchBucketsID request with any body PatchBucketsIDWithBodyWithResponse(ctx context.Context, bucketID string, params *PatchBucketsIDParams, contentType string, body io.Reader) (*PatchBucketsIDResponse, error) PatchBucketsIDWithResponse(ctx context.Context, bucketID string, params *PatchBucketsIDParams, body PatchBucketsIDJSONRequestBody) (*PatchBucketsIDResponse, error) // GetBucketsIDLabels request GetBucketsIDLabelsWithResponse(ctx context.Context, bucketID string, params *GetBucketsIDLabelsParams) (*GetBucketsIDLabelsResponse, error) // PostBucketsIDLabels request with any body PostBucketsIDLabelsWithBodyWithResponse(ctx context.Context, bucketID string, params *PostBucketsIDLabelsParams, contentType string, body io.Reader) (*PostBucketsIDLabelsResponse, error) PostBucketsIDLabelsWithResponse(ctx context.Context, bucketID string, params *PostBucketsIDLabelsParams, body PostBucketsIDLabelsJSONRequestBody) (*PostBucketsIDLabelsResponse, error) // DeleteBucketsIDLabelsID request DeleteBucketsIDLabelsIDWithResponse(ctx context.Context, bucketID string, labelID string, params *DeleteBucketsIDLabelsIDParams) (*DeleteBucketsIDLabelsIDResponse, error) // GetBucketsIDMembers request GetBucketsIDMembersWithResponse(ctx context.Context, bucketID string, params *GetBucketsIDMembersParams) (*GetBucketsIDMembersResponse, error) // PostBucketsIDMembers request with any body PostBucketsIDMembersWithBodyWithResponse(ctx context.Context, bucketID string, params *PostBucketsIDMembersParams, contentType string, body io.Reader) (*PostBucketsIDMembersResponse, error) PostBucketsIDMembersWithResponse(ctx context.Context, bucketID string, params *PostBucketsIDMembersParams, body PostBucketsIDMembersJSONRequestBody) (*PostBucketsIDMembersResponse, error) // DeleteBucketsIDMembersID request DeleteBucketsIDMembersIDWithResponse(ctx context.Context, bucketID string, userID string, params *DeleteBucketsIDMembersIDParams) (*DeleteBucketsIDMembersIDResponse, error) // GetBucketsIDOwners request GetBucketsIDOwnersWithResponse(ctx context.Context, bucketID string, params *GetBucketsIDOwnersParams) (*GetBucketsIDOwnersResponse, error) // PostBucketsIDOwners request with any body PostBucketsIDOwnersWithBodyWithResponse(ctx context.Context, bucketID string, params *PostBucketsIDOwnersParams, contentType string, body io.Reader) (*PostBucketsIDOwnersResponse, error) PostBucketsIDOwnersWithResponse(ctx context.Context, bucketID string, params *PostBucketsIDOwnersParams, body PostBucketsIDOwnersJSONRequestBody) (*PostBucketsIDOwnersResponse, error) // DeleteBucketsIDOwnersID request DeleteBucketsIDOwnersIDWithResponse(ctx context.Context, bucketID string, userID string, params *DeleteBucketsIDOwnersIDParams) (*DeleteBucketsIDOwnersIDResponse, error) // GetChecks request GetChecksWithResponse(ctx context.Context, params *GetChecksParams) (*GetChecksResponse, error) // CreateCheck request with any body CreateCheckWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader) (*CreateCheckResponse, error) CreateCheckWithResponse(ctx context.Context, body CreateCheckJSONRequestBody) (*CreateCheckResponse, error) // DeleteChecksID request DeleteChecksIDWithResponse(ctx context.Context, checkID string, params *DeleteChecksIDParams) (*DeleteChecksIDResponse, error) // GetChecksID request GetChecksIDWithResponse(ctx context.Context, checkID string, params *GetChecksIDParams) (*GetChecksIDResponse, error) // PatchChecksID request with any body PatchChecksIDWithBodyWithResponse(ctx context.Context, checkID string, params *PatchChecksIDParams, contentType string, body io.Reader) (*PatchChecksIDResponse, error) PatchChecksIDWithResponse(ctx context.Context, checkID string, params *PatchChecksIDParams, body PatchChecksIDJSONRequestBody) (*PatchChecksIDResponse, error) // PutChecksID request with any body PutChecksIDWithBodyWithResponse(ctx context.Context, checkID string, params *PutChecksIDParams, contentType string, body io.Reader) (*PutChecksIDResponse, error) PutChecksIDWithResponse(ctx context.Context, checkID string, params *PutChecksIDParams, body PutChecksIDJSONRequestBody) (*PutChecksIDResponse, error) // GetChecksIDLabels request GetChecksIDLabelsWithResponse(ctx context.Context, checkID string, params *GetChecksIDLabelsParams) (*GetChecksIDLabelsResponse, error) // PostChecksIDLabels request with any body PostChecksIDLabelsWithBodyWithResponse(ctx context.Context, checkID string, params *PostChecksIDLabelsParams, contentType string, body io.Reader) (*PostChecksIDLabelsResponse, error) PostChecksIDLabelsWithResponse(ctx context.Context, checkID string, params *PostChecksIDLabelsParams, body PostChecksIDLabelsJSONRequestBody) (*PostChecksIDLabelsResponse, error) // DeleteChecksIDLabelsID request DeleteChecksIDLabelsIDWithResponse(ctx context.Context, checkID string, labelID string, params *DeleteChecksIDLabelsIDParams) (*DeleteChecksIDLabelsIDResponse, error) // GetChecksIDQuery request GetChecksIDQueryWithResponse(ctx context.Context, checkID string, params *GetChecksIDQueryParams) (*GetChecksIDQueryResponse, error) // GetDashboards request GetDashboardsWithResponse(ctx context.Context, params *GetDashboardsParams) (*GetDashboardsResponse, error) // PostDashboards request with any body PostDashboardsWithBodyWithResponse(ctx context.Context, params *PostDashboardsParams, contentType string, body io.Reader) (*PostDashboardsResponse, error) PostDashboardsWithResponse(ctx context.Context, params *PostDashboardsParams, body PostDashboardsJSONRequestBody) (*PostDashboardsResponse, error) // DeleteDashboardsID request DeleteDashboardsIDWithResponse(ctx context.Context, dashboardID string, params *DeleteDashboardsIDParams) (*DeleteDashboardsIDResponse, error) // GetDashboardsID request GetDashboardsIDWithResponse(ctx context.Context, dashboardID string, params *GetDashboardsIDParams) (*GetDashboardsIDResponse, error) // PatchDashboardsID request with any body PatchDashboardsIDWithBodyWithResponse(ctx context.Context, dashboardID string, params *PatchDashboardsIDParams, contentType string, body io.Reader) (*PatchDashboardsIDResponse, error) PatchDashboardsIDWithResponse(ctx context.Context, dashboardID string, params *PatchDashboardsIDParams, body PatchDashboardsIDJSONRequestBody) (*PatchDashboardsIDResponse, error) // PostDashboardsIDCells request with any body PostDashboardsIDCellsWithBodyWithResponse(ctx context.Context, dashboardID string, params *PostDashboardsIDCellsParams, contentType string, body io.Reader) (*PostDashboardsIDCellsResponse, error) PostDashboardsIDCellsWithResponse(ctx context.Context, dashboardID string, params *PostDashboardsIDCellsParams, body PostDashboardsIDCellsJSONRequestBody) (*PostDashboardsIDCellsResponse, error) // PutDashboardsIDCells request with any body PutDashboardsIDCellsWithBodyWithResponse(ctx context.Context, dashboardID string, params *PutDashboardsIDCellsParams, contentType string, body io.Reader) (*PutDashboardsIDCellsResponse, error) PutDashboardsIDCellsWithResponse(ctx context.Context, dashboardID string, params *PutDashboardsIDCellsParams, body PutDashboardsIDCellsJSONRequestBody) (*PutDashboardsIDCellsResponse, error) // DeleteDashboardsIDCellsID request DeleteDashboardsIDCellsIDWithResponse(ctx context.Context, dashboardID string, cellID string, params *DeleteDashboardsIDCellsIDParams) (*DeleteDashboardsIDCellsIDResponse, error) // PatchDashboardsIDCellsID request with any body PatchDashboardsIDCellsIDWithBodyWithResponse(ctx context.Context, dashboardID string, cellID string, params *PatchDashboardsIDCellsIDParams, contentType string, body io.Reader) (*PatchDashboardsIDCellsIDResponse, error) PatchDashboardsIDCellsIDWithResponse(ctx context.Context, dashboardID string, cellID string, params *PatchDashboardsIDCellsIDParams, body PatchDashboardsIDCellsIDJSONRequestBody) (*PatchDashboardsIDCellsIDResponse, error) // GetDashboardsIDCellsIDView request GetDashboardsIDCellsIDViewWithResponse(ctx context.Context, dashboardID string, cellID string, params *GetDashboardsIDCellsIDViewParams) (*GetDashboardsIDCellsIDViewResponse, error) // PatchDashboardsIDCellsIDView request with any body PatchDashboardsIDCellsIDViewWithBodyWithResponse(ctx context.Context, dashboardID string, cellID string, params *PatchDashboardsIDCellsIDViewParams, contentType string, body io.Reader) (*PatchDashboardsIDCellsIDViewResponse, error) PatchDashboardsIDCellsIDViewWithResponse(ctx context.Context, dashboardID string, cellID string, params *PatchDashboardsIDCellsIDViewParams, body PatchDashboardsIDCellsIDViewJSONRequestBody) (*PatchDashboardsIDCellsIDViewResponse, error) // GetDashboardsIDLabels request GetDashboardsIDLabelsWithResponse(ctx context.Context, dashboardID string, params *GetDashboardsIDLabelsParams) (*GetDashboardsIDLabelsResponse, error) // PostDashboardsIDLabels request with any body PostDashboardsIDLabelsWithBodyWithResponse(ctx context.Context, dashboardID string, params *PostDashboardsIDLabelsParams, contentType string, body io.Reader) (*PostDashboardsIDLabelsResponse, error) PostDashboardsIDLabelsWithResponse(ctx context.Context, dashboardID string, params *PostDashboardsIDLabelsParams, body PostDashboardsIDLabelsJSONRequestBody) (*PostDashboardsIDLabelsResponse, error) // DeleteDashboardsIDLabelsID request DeleteDashboardsIDLabelsIDWithResponse(ctx context.Context, dashboardID string, labelID string, params *DeleteDashboardsIDLabelsIDParams) (*DeleteDashboardsIDLabelsIDResponse, error) // GetDashboardsIDMembers request GetDashboardsIDMembersWithResponse(ctx context.Context, dashboardID string, params *GetDashboardsIDMembersParams) (*GetDashboardsIDMembersResponse, error) // PostDashboardsIDMembers request with any body PostDashboardsIDMembersWithBodyWithResponse(ctx context.Context, dashboardID string, params *PostDashboardsIDMembersParams, contentType string, body io.Reader) (*PostDashboardsIDMembersResponse, error) PostDashboardsIDMembersWithResponse(ctx context.Context, dashboardID string, params *PostDashboardsIDMembersParams, body PostDashboardsIDMembersJSONRequestBody) (*PostDashboardsIDMembersResponse, error) // DeleteDashboardsIDMembersID request DeleteDashboardsIDMembersIDWithResponse(ctx context.Context, dashboardID string, userID string, params *DeleteDashboardsIDMembersIDParams) (*DeleteDashboardsIDMembersIDResponse, error) // GetDashboardsIDOwners request GetDashboardsIDOwnersWithResponse(ctx context.Context, dashboardID string, params *GetDashboardsIDOwnersParams) (*GetDashboardsIDOwnersResponse, error) // PostDashboardsIDOwners request with any body PostDashboardsIDOwnersWithBodyWithResponse(ctx context.Context, dashboardID string, params *PostDashboardsIDOwnersParams, contentType string, body io.Reader) (*PostDashboardsIDOwnersResponse, error) PostDashboardsIDOwnersWithResponse(ctx context.Context, dashboardID string, params *PostDashboardsIDOwnersParams, body PostDashboardsIDOwnersJSONRequestBody) (*PostDashboardsIDOwnersResponse, error) // DeleteDashboardsIDOwnersID request DeleteDashboardsIDOwnersIDWithResponse(ctx context.Context, dashboardID string, userID string, params *DeleteDashboardsIDOwnersIDParams) (*DeleteDashboardsIDOwnersIDResponse, error) // GetDBRPs request GetDBRPsWithResponse(ctx context.Context, params *GetDBRPsParams) (*GetDBRPsResponse, error) // PostDBRP request with any body PostDBRPWithBodyWithResponse(ctx context.Context, params *PostDBRPParams, contentType string, body io.Reader) (*PostDBRPResponse, error) PostDBRPWithResponse(ctx context.Context, params *PostDBRPParams, body PostDBRPJSONRequestBody) (*PostDBRPResponse, error) // DeleteDBRPID request DeleteDBRPIDWithResponse(ctx context.Context, dbrpID string, params *DeleteDBRPIDParams) (*DeleteDBRPIDResponse, error) // GetDBRPsID request GetDBRPsIDWithResponse(ctx context.Context, dbrpID string, params *GetDBRPsIDParams) (*GetDBRPsIDResponse, error) // PatchDBRPID request with any body PatchDBRPIDWithBodyWithResponse(ctx context.Context, dbrpID string, params *PatchDBRPIDParams, contentType string, body io.Reader) (*PatchDBRPIDResponse, error) PatchDBRPIDWithResponse(ctx context.Context, dbrpID string, params *PatchDBRPIDParams, body PatchDBRPIDJSONRequestBody) (*PatchDBRPIDResponse, error) // PostDelete request with any body PostDeleteWithBodyWithResponse(ctx context.Context, params *PostDeleteParams, contentType string, body io.Reader) (*PostDeleteResponse, error) PostDeleteWithResponse(ctx context.Context, params *PostDeleteParams, body PostDeleteJSONRequestBody) (*PostDeleteResponse, error) // GetDocumentsTemplates request GetDocumentsTemplatesWithResponse(ctx context.Context, params *GetDocumentsTemplatesParams) (*GetDocumentsTemplatesResponse, error) // PostDocumentsTemplates request with any body PostDocumentsTemplatesWithBodyWithResponse(ctx context.Context, params *PostDocumentsTemplatesParams, contentType string, body io.Reader) (*PostDocumentsTemplatesResponse, error) PostDocumentsTemplatesWithResponse(ctx context.Context, params *PostDocumentsTemplatesParams, body PostDocumentsTemplatesJSONRequestBody) (*PostDocumentsTemplatesResponse, error) // DeleteDocumentsTemplatesID request DeleteDocumentsTemplatesIDWithResponse(ctx context.Context, templateID string, params *DeleteDocumentsTemplatesIDParams) (*DeleteDocumentsTemplatesIDResponse, error) // GetDocumentsTemplatesID request GetDocumentsTemplatesIDWithResponse(ctx context.Context, templateID string, params *GetDocumentsTemplatesIDParams) (*GetDocumentsTemplatesIDResponse, error) // PutDocumentsTemplatesID request with any body PutDocumentsTemplatesIDWithBodyWithResponse(ctx context.Context, templateID string, params *PutDocumentsTemplatesIDParams, contentType string, body io.Reader) (*PutDocumentsTemplatesIDResponse, error) PutDocumentsTemplatesIDWithResponse(ctx context.Context, templateID string, params *PutDocumentsTemplatesIDParams, body PutDocumentsTemplatesIDJSONRequestBody) (*PutDocumentsTemplatesIDResponse, error) // GetDocumentsTemplatesIDLabels request GetDocumentsTemplatesIDLabelsWithResponse(ctx context.Context, templateID string, params *GetDocumentsTemplatesIDLabelsParams) (*GetDocumentsTemplatesIDLabelsResponse, error) // PostDocumentsTemplatesIDLabels request with any body PostDocumentsTemplatesIDLabelsWithBodyWithResponse(ctx context.Context, templateID string, params *PostDocumentsTemplatesIDLabelsParams, contentType string, body io.Reader) (*PostDocumentsTemplatesIDLabelsResponse, error) PostDocumentsTemplatesIDLabelsWithResponse(ctx context.Context, templateID string, params *PostDocumentsTemplatesIDLabelsParams, body PostDocumentsTemplatesIDLabelsJSONRequestBody) (*PostDocumentsTemplatesIDLabelsResponse, error) // DeleteDocumentsTemplatesIDLabelsID request DeleteDocumentsTemplatesIDLabelsIDWithResponse(ctx context.Context, templateID string, labelID string, params *DeleteDocumentsTemplatesIDLabelsIDParams) (*DeleteDocumentsTemplatesIDLabelsIDResponse, error) // GetFlags request GetFlagsWithResponse(ctx context.Context, params *GetFlagsParams) (*GetFlagsResponse, error) // GetHealth request GetHealthWithResponse(ctx context.Context, params *GetHealthParams) (*GetHealthResponse, error) // GetLabels request GetLabelsWithResponse(ctx context.Context, params *GetLabelsParams) (*GetLabelsResponse, error) // PostLabels request with any body PostLabelsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader) (*PostLabelsResponse, error) PostLabelsWithResponse(ctx context.Context, body PostLabelsJSONRequestBody) (*PostLabelsResponse, error) // DeleteLabelsID request DeleteLabelsIDWithResponse(ctx context.Context, labelID string, params *DeleteLabelsIDParams) (*DeleteLabelsIDResponse, error) // GetLabelsID request GetLabelsIDWithResponse(ctx context.Context, labelID string, params *GetLabelsIDParams) (*GetLabelsIDResponse, error) // PatchLabelsID request with any body PatchLabelsIDWithBodyWithResponse(ctx context.Context, labelID string, params *PatchLabelsIDParams, contentType string, body io.Reader) (*PatchLabelsIDResponse, error) PatchLabelsIDWithResponse(ctx context.Context, labelID string, params *PatchLabelsIDParams, body PatchLabelsIDJSONRequestBody) (*PatchLabelsIDResponse, error) // GetMe request GetMeWithResponse(ctx context.Context, params *GetMeParams) (*GetMeResponse, error) // PutMePassword request with any body PutMePasswordWithBodyWithResponse(ctx context.Context, params *PutMePasswordParams, contentType string, body io.Reader) (*PutMePasswordResponse, error) PutMePasswordWithResponse(ctx context.Context, params *PutMePasswordParams, body PutMePasswordJSONRequestBody) (*PutMePasswordResponse, error) // GetNotificationEndpoints request GetNotificationEndpointsWithResponse(ctx context.Context, params *GetNotificationEndpointsParams) (*GetNotificationEndpointsResponse, error) // CreateNotificationEndpoint request with any body CreateNotificationEndpointWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader) (*CreateNotificationEndpointResponse, error) CreateNotificationEndpointWithResponse(ctx context.Context, body CreateNotificationEndpointJSONRequestBody) (*CreateNotificationEndpointResponse, error) // DeleteNotificationEndpointsID request DeleteNotificationEndpointsIDWithResponse(ctx context.Context, endpointID string, params *DeleteNotificationEndpointsIDParams) (*DeleteNotificationEndpointsIDResponse, error) // GetNotificationEndpointsID request GetNotificationEndpointsIDWithResponse(ctx context.Context, endpointID string, params *GetNotificationEndpointsIDParams) (*GetNotificationEndpointsIDResponse, error) // PatchNotificationEndpointsID request with any body PatchNotificationEndpointsIDWithBodyWithResponse(ctx context.Context, endpointID string, params *PatchNotificationEndpointsIDParams, contentType string, body io.Reader) (*PatchNotificationEndpointsIDResponse, error) PatchNotificationEndpointsIDWithResponse(ctx context.Context, endpointID string, params *PatchNotificationEndpointsIDParams, body PatchNotificationEndpointsIDJSONRequestBody) (*PatchNotificationEndpointsIDResponse, error) // PutNotificationEndpointsID request with any body PutNotificationEndpointsIDWithBodyWithResponse(ctx context.Context, endpointID string, params *PutNotificationEndpointsIDParams, contentType string, body io.Reader) (*PutNotificationEndpointsIDResponse, error) PutNotificationEndpointsIDWithResponse(ctx context.Context, endpointID string, params *PutNotificationEndpointsIDParams, body PutNotificationEndpointsIDJSONRequestBody) (*PutNotificationEndpointsIDResponse, error) // GetNotificationEndpointsIDLabels request GetNotificationEndpointsIDLabelsWithResponse(ctx context.Context, endpointID string, params *GetNotificationEndpointsIDLabelsParams) (*GetNotificationEndpointsIDLabelsResponse, error) // PostNotificationEndpointIDLabels request with any body PostNotificationEndpointIDLabelsWithBodyWithResponse(ctx context.Context, endpointID string, params *PostNotificationEndpointIDLabelsParams, contentType string, body io.Reader) (*PostNotificationEndpointIDLabelsResponse, error) PostNotificationEndpointIDLabelsWithResponse(ctx context.Context, endpointID string, params *PostNotificationEndpointIDLabelsParams, body PostNotificationEndpointIDLabelsJSONRequestBody) (*PostNotificationEndpointIDLabelsResponse, error) // DeleteNotificationEndpointsIDLabelsID request DeleteNotificationEndpointsIDLabelsIDWithResponse(ctx context.Context, endpointID string, labelID string, params *DeleteNotificationEndpointsIDLabelsIDParams) (*DeleteNotificationEndpointsIDLabelsIDResponse, error) // GetNotificationRules request GetNotificationRulesWithResponse(ctx context.Context, params *GetNotificationRulesParams) (*GetNotificationRulesResponse, error) // CreateNotificationRule request with any body CreateNotificationRuleWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader) (*CreateNotificationRuleResponse, error) CreateNotificationRuleWithResponse(ctx context.Context, body CreateNotificationRuleJSONRequestBody) (*CreateNotificationRuleResponse, error) // DeleteNotificationRulesID request DeleteNotificationRulesIDWithResponse(ctx context.Context, ruleID string, params *DeleteNotificationRulesIDParams) (*DeleteNotificationRulesIDResponse, error) // GetNotificationRulesID request GetNotificationRulesIDWithResponse(ctx context.Context, ruleID string, params *GetNotificationRulesIDParams) (*GetNotificationRulesIDResponse, error) // PatchNotificationRulesID request with any body PatchNotificationRulesIDWithBodyWithResponse(ctx context.Context, ruleID string, params *PatchNotificationRulesIDParams, contentType string, body io.Reader) (*PatchNotificationRulesIDResponse, error) PatchNotificationRulesIDWithResponse(ctx context.Context, ruleID string, params *PatchNotificationRulesIDParams, body PatchNotificationRulesIDJSONRequestBody) (*PatchNotificationRulesIDResponse, error) // PutNotificationRulesID request with any body PutNotificationRulesIDWithBodyWithResponse(ctx context.Context, ruleID string, params *PutNotificationRulesIDParams, contentType string, body io.Reader) (*PutNotificationRulesIDResponse, error) PutNotificationRulesIDWithResponse(ctx context.Context, ruleID string, params *PutNotificationRulesIDParams, body PutNotificationRulesIDJSONRequestBody) (*PutNotificationRulesIDResponse, error) // GetNotificationRulesIDLabels request GetNotificationRulesIDLabelsWithResponse(ctx context.Context, ruleID string, params *GetNotificationRulesIDLabelsParams) (*GetNotificationRulesIDLabelsResponse, error) // PostNotificationRuleIDLabels request with any body PostNotificationRuleIDLabelsWithBodyWithResponse(ctx context.Context, ruleID string, params *PostNotificationRuleIDLabelsParams, contentType string, body io.Reader) (*PostNotificationRuleIDLabelsResponse, error) PostNotificationRuleIDLabelsWithResponse(ctx context.Context, ruleID string, params *PostNotificationRuleIDLabelsParams, body PostNotificationRuleIDLabelsJSONRequestBody) (*PostNotificationRuleIDLabelsResponse, error) // DeleteNotificationRulesIDLabelsID request DeleteNotificationRulesIDLabelsIDWithResponse(ctx context.Context, ruleID string, labelID string, params *DeleteNotificationRulesIDLabelsIDParams) (*DeleteNotificationRulesIDLabelsIDResponse, error) // GetNotificationRulesIDQuery request GetNotificationRulesIDQueryWithResponse(ctx context.Context, ruleID string, params *GetNotificationRulesIDQueryParams) (*GetNotificationRulesIDQueryResponse, error) // GetOrgs request GetOrgsWithResponse(ctx context.Context, params *GetOrgsParams) (*GetOrgsResponse, error) // PostOrgs request with any body PostOrgsWithBodyWithResponse(ctx context.Context, params *PostOrgsParams, contentType string, body io.Reader) (*PostOrgsResponse, error) PostOrgsWithResponse(ctx context.Context, params *PostOrgsParams, body PostOrgsJSONRequestBody) (*PostOrgsResponse, error) // DeleteOrgsID request DeleteOrgsIDWithResponse(ctx context.Context, orgID string, params *DeleteOrgsIDParams) (*DeleteOrgsIDResponse, error) // GetOrgsID request GetOrgsIDWithResponse(ctx context.Context, orgID string, params *GetOrgsIDParams) (*GetOrgsIDResponse, error) // PatchOrgsID request with any body PatchOrgsIDWithBodyWithResponse(ctx context.Context, orgID string, params *PatchOrgsIDParams, contentType string, body io.Reader) (*PatchOrgsIDResponse, error) PatchOrgsIDWithResponse(ctx context.Context, orgID string, params *PatchOrgsIDParams, body PatchOrgsIDJSONRequestBody) (*PatchOrgsIDResponse, error) // GetOrgsIDMembers request GetOrgsIDMembersWithResponse(ctx context.Context, orgID string, params *GetOrgsIDMembersParams) (*GetOrgsIDMembersResponse, error) // PostOrgsIDMembers request with any body PostOrgsIDMembersWithBodyWithResponse(ctx context.Context, orgID string, params *PostOrgsIDMembersParams, contentType string, body io.Reader) (*PostOrgsIDMembersResponse, error) PostOrgsIDMembersWithResponse(ctx context.Context, orgID string, params *PostOrgsIDMembersParams, body PostOrgsIDMembersJSONRequestBody) (*PostOrgsIDMembersResponse, error) // DeleteOrgsIDMembersID request DeleteOrgsIDMembersIDWithResponse(ctx context.Context, orgID string, userID string, params *DeleteOrgsIDMembersIDParams) (*DeleteOrgsIDMembersIDResponse, error) // GetOrgsIDOwners request GetOrgsIDOwnersWithResponse(ctx context.Context, orgID string, params *GetOrgsIDOwnersParams) (*GetOrgsIDOwnersResponse, error) // PostOrgsIDOwners request with any body PostOrgsIDOwnersWithBodyWithResponse(ctx context.Context, orgID string, params *PostOrgsIDOwnersParams, contentType string, body io.Reader) (*PostOrgsIDOwnersResponse, error) PostOrgsIDOwnersWithResponse(ctx context.Context, orgID string, params *PostOrgsIDOwnersParams, body PostOrgsIDOwnersJSONRequestBody) (*PostOrgsIDOwnersResponse, error) // DeleteOrgsIDOwnersID request DeleteOrgsIDOwnersIDWithResponse(ctx context.Context, orgID string, userID string, params *DeleteOrgsIDOwnersIDParams) (*DeleteOrgsIDOwnersIDResponse, error) // GetOrgsIDSecrets request GetOrgsIDSecretsWithResponse(ctx context.Context, orgID string, params *GetOrgsIDSecretsParams) (*GetOrgsIDSecretsResponse, error) // PatchOrgsIDSecrets request with any body PatchOrgsIDSecretsWithBodyWithResponse(ctx context.Context, orgID string, params *PatchOrgsIDSecretsParams, contentType string, body io.Reader) (*PatchOrgsIDSecretsResponse, error) PatchOrgsIDSecretsWithResponse(ctx context.Context, orgID string, params *PatchOrgsIDSecretsParams, body PatchOrgsIDSecretsJSONRequestBody) (*PatchOrgsIDSecretsResponse, error) // PostOrgsIDSecrets request with any body PostOrgsIDSecretsWithBodyWithResponse(ctx context.Context, orgID string, params *PostOrgsIDSecretsParams, contentType string, body io.Reader) (*PostOrgsIDSecretsResponse, error) PostOrgsIDSecretsWithResponse(ctx context.Context, orgID string, params *PostOrgsIDSecretsParams, body PostOrgsIDSecretsJSONRequestBody) (*PostOrgsIDSecretsResponse, error) // PostQuery request with any body PostQueryWithBodyWithResponse(ctx context.Context, params *PostQueryParams, contentType string, body io.Reader) (*PostQueryResponse, error) PostQueryWithResponse(ctx context.Context, params *PostQueryParams, body PostQueryJSONRequestBody) (*PostQueryResponse, error) // PostQueryAnalyze request with any body PostQueryAnalyzeWithBodyWithResponse(ctx context.Context, params *PostQueryAnalyzeParams, contentType string, body io.Reader) (*PostQueryAnalyzeResponse, error) PostQueryAnalyzeWithResponse(ctx context.Context, params *PostQueryAnalyzeParams, body PostQueryAnalyzeJSONRequestBody) (*PostQueryAnalyzeResponse, error) // PostQueryAst request with any body PostQueryAstWithBodyWithResponse(ctx context.Context, params *PostQueryAstParams, contentType string, body io.Reader) (*PostQueryAstResponse, error) PostQueryAstWithResponse(ctx context.Context, params *PostQueryAstParams, body PostQueryAstJSONRequestBody) (*PostQueryAstResponse, error) // GetQuerySuggestions request GetQuerySuggestionsWithResponse(ctx context.Context, params *GetQuerySuggestionsParams) (*GetQuerySuggestionsResponse, error) // GetQuerySuggestionsName request GetQuerySuggestionsNameWithResponse(ctx context.Context, name string, params *GetQuerySuggestionsNameParams) (*GetQuerySuggestionsNameResponse, error) // GetReady request GetReadyWithResponse(ctx context.Context, params *GetReadyParams) (*GetReadyResponse, error) // GetScrapers request GetScrapersWithResponse(ctx context.Context, params *GetScrapersParams) (*GetScrapersResponse, error) // PostScrapers request with any body PostScrapersWithBodyWithResponse(ctx context.Context, params *PostScrapersParams, contentType string, body io.Reader) (*PostScrapersResponse, error) PostScrapersWithResponse(ctx context.Context, params *PostScrapersParams, body PostScrapersJSONRequestBody) (*PostScrapersResponse, error) // DeleteScrapersID request DeleteScrapersIDWithResponse(ctx context.Context, scraperTargetID string, params *DeleteScrapersIDParams) (*DeleteScrapersIDResponse, error) // GetScrapersID request GetScrapersIDWithResponse(ctx context.Context, scraperTargetID string, params *GetScrapersIDParams) (*GetScrapersIDResponse, error) // PatchScrapersID request with any body PatchScrapersIDWithBodyWithResponse(ctx context.Context, scraperTargetID string, params *PatchScrapersIDParams, contentType string, body io.Reader) (*PatchScrapersIDResponse, error) PatchScrapersIDWithResponse(ctx context.Context, scraperTargetID string, params *PatchScrapersIDParams, body PatchScrapersIDJSONRequestBody) (*PatchScrapersIDResponse, error) // GetScrapersIDLabels request GetScrapersIDLabelsWithResponse(ctx context.Context, scraperTargetID string, params *GetScrapersIDLabelsParams) (*GetScrapersIDLabelsResponse, error) // PostScrapersIDLabels request with any body PostScrapersIDLabelsWithBodyWithResponse(ctx context.Context, scraperTargetID string, params *PostScrapersIDLabelsParams, contentType string, body io.Reader) (*PostScrapersIDLabelsResponse, error) PostScrapersIDLabelsWithResponse(ctx context.Context, scraperTargetID string, params *PostScrapersIDLabelsParams, body PostScrapersIDLabelsJSONRequestBody) (*PostScrapersIDLabelsResponse, error) // DeleteScrapersIDLabelsID request DeleteScrapersIDLabelsIDWithResponse(ctx context.Context, scraperTargetID string, labelID string, params *DeleteScrapersIDLabelsIDParams) (*DeleteScrapersIDLabelsIDResponse, error) // GetScrapersIDMembers request GetScrapersIDMembersWithResponse(ctx context.Context, scraperTargetID string, params *GetScrapersIDMembersParams) (*GetScrapersIDMembersResponse, error) // PostScrapersIDMembers request with any body PostScrapersIDMembersWithBodyWithResponse(ctx context.Context, scraperTargetID string, params *PostScrapersIDMembersParams, contentType string, body io.Reader) (*PostScrapersIDMembersResponse, error) PostScrapersIDMembersWithResponse(ctx context.Context, scraperTargetID string, params *PostScrapersIDMembersParams, body PostScrapersIDMembersJSONRequestBody) (*PostScrapersIDMembersResponse, error) // DeleteScrapersIDMembersID request DeleteScrapersIDMembersIDWithResponse(ctx context.Context, scraperTargetID string, userID string, params *DeleteScrapersIDMembersIDParams) (*DeleteScrapersIDMembersIDResponse, error) // GetScrapersIDOwners request GetScrapersIDOwnersWithResponse(ctx context.Context, scraperTargetID string, params *GetScrapersIDOwnersParams) (*GetScrapersIDOwnersResponse, error) // PostScrapersIDOwners request with any body PostScrapersIDOwnersWithBodyWithResponse(ctx context.Context, scraperTargetID string, params *PostScrapersIDOwnersParams, contentType string, body io.Reader) (*PostScrapersIDOwnersResponse, error) PostScrapersIDOwnersWithResponse(ctx context.Context, scraperTargetID string, params *PostScrapersIDOwnersParams, body PostScrapersIDOwnersJSONRequestBody) (*PostScrapersIDOwnersResponse, error) // DeleteScrapersIDOwnersID request DeleteScrapersIDOwnersIDWithResponse(ctx context.Context, scraperTargetID string, userID string, params *DeleteScrapersIDOwnersIDParams) (*DeleteScrapersIDOwnersIDResponse, error) // GetSetup request GetSetupWithResponse(ctx context.Context, params *GetSetupParams) (*GetSetupResponse, error) // PostSetup request with any body PostSetupWithBodyWithResponse(ctx context.Context, params *PostSetupParams, contentType string, body io.Reader) (*PostSetupResponse, error) PostSetupWithResponse(ctx context.Context, params *PostSetupParams, body PostSetupJSONRequestBody) (*PostSetupResponse, error) // PostSetupUser request with any body PostSetupUserWithBodyWithResponse(ctx context.Context, params *PostSetupUserParams, contentType string, body io.Reader) (*PostSetupUserResponse, error) PostSetupUserWithResponse(ctx context.Context, params *PostSetupUserParams, body PostSetupUserJSONRequestBody) (*PostSetupUserResponse, error) // PostSignin request PostSigninWithResponse(ctx context.Context, params *PostSigninParams) (*PostSigninResponse, error) // PostSignout request PostSignoutWithResponse(ctx context.Context, params *PostSignoutParams) (*PostSignoutResponse, error) // GetSources request GetSourcesWithResponse(ctx context.Context, params *GetSourcesParams) (*GetSourcesResponse, error) // PostSources request with any body PostSourcesWithBodyWithResponse(ctx context.Context, params *PostSourcesParams, contentType string, body io.Reader) (*PostSourcesResponse, error) PostSourcesWithResponse(ctx context.Context, params *PostSourcesParams, body PostSourcesJSONRequestBody) (*PostSourcesResponse, error) // DeleteSourcesID request DeleteSourcesIDWithResponse(ctx context.Context, sourceID string, params *DeleteSourcesIDParams) (*DeleteSourcesIDResponse, error) // GetSourcesID request GetSourcesIDWithResponse(ctx context.Context, sourceID string, params *GetSourcesIDParams) (*GetSourcesIDResponse, error) // PatchSourcesID request with any body PatchSourcesIDWithBodyWithResponse(ctx context.Context, sourceID string, params *PatchSourcesIDParams, contentType string, body io.Reader) (*PatchSourcesIDResponse, error) PatchSourcesIDWithResponse(ctx context.Context, sourceID string, params *PatchSourcesIDParams, body PatchSourcesIDJSONRequestBody) (*PatchSourcesIDResponse, error) // GetSourcesIDBuckets request GetSourcesIDBucketsWithResponse(ctx context.Context, sourceID string, params *GetSourcesIDBucketsParams) (*GetSourcesIDBucketsResponse, error) // GetSourcesIDHealth request GetSourcesIDHealthWithResponse(ctx context.Context, sourceID string, params *GetSourcesIDHealthParams) (*GetSourcesIDHealthResponse, error) // ListStacks request ListStacksWithResponse(ctx context.Context, params *ListStacksParams) (*ListStacksResponse, error) // CreateStack request with any body CreateStackWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader) (*CreateStackResponse, error) CreateStackWithResponse(ctx context.Context, body CreateStackJSONRequestBody) (*CreateStackResponse, error) // DeleteStack request DeleteStackWithResponse(ctx context.Context, stackId string, params *DeleteStackParams) (*DeleteStackResponse, error) // ReadStack request ReadStackWithResponse(ctx context.Context, stackId string) (*ReadStackResponse, error) // UpdateStack request with any body UpdateStackWithBodyWithResponse(ctx context.Context, stackId string, contentType string, body io.Reader) (*UpdateStackResponse, error) UpdateStackWithResponse(ctx context.Context, stackId string, body UpdateStackJSONRequestBody) (*UpdateStackResponse, error) // UninstallStack request UninstallStackWithResponse(ctx context.Context, stackId string) (*UninstallStackResponse, error) // GetTasks request GetTasksWithResponse(ctx context.Context, params *GetTasksParams) (*GetTasksResponse, error) // PostTasks request with any body PostTasksWithBodyWithResponse(ctx context.Context, params *PostTasksParams, contentType string, body io.Reader) (*PostTasksResponse, error) PostTasksWithResponse(ctx context.Context, params *PostTasksParams, body PostTasksJSONRequestBody) (*PostTasksResponse, error) // DeleteTasksID request DeleteTasksIDWithResponse(ctx context.Context, taskID string, params *DeleteTasksIDParams) (*DeleteTasksIDResponse, error) // GetTasksID request GetTasksIDWithResponse(ctx context.Context, taskID string, params *GetTasksIDParams) (*GetTasksIDResponse, error) // PatchTasksID request with any body PatchTasksIDWithBodyWithResponse(ctx context.Context, taskID string, params *PatchTasksIDParams, contentType string, body io.Reader) (*PatchTasksIDResponse, error) PatchTasksIDWithResponse(ctx context.Context, taskID string, params *PatchTasksIDParams, body PatchTasksIDJSONRequestBody) (*PatchTasksIDResponse, error) // GetTasksIDLabels request GetTasksIDLabelsWithResponse(ctx context.Context, taskID string, params *GetTasksIDLabelsParams) (*GetTasksIDLabelsResponse, error) // PostTasksIDLabels request with any body PostTasksIDLabelsWithBodyWithResponse(ctx context.Context, taskID string, params *PostTasksIDLabelsParams, contentType string, body io.Reader) (*PostTasksIDLabelsResponse, error) PostTasksIDLabelsWithResponse(ctx context.Context, taskID string, params *PostTasksIDLabelsParams, body PostTasksIDLabelsJSONRequestBody) (*PostTasksIDLabelsResponse, error) // DeleteTasksIDLabelsID request DeleteTasksIDLabelsIDWithResponse(ctx context.Context, taskID string, labelID string, params *DeleteTasksIDLabelsIDParams) (*DeleteTasksIDLabelsIDResponse, error) // GetTasksIDLogs request GetTasksIDLogsWithResponse(ctx context.Context, taskID string, params *GetTasksIDLogsParams) (*GetTasksIDLogsResponse, error) // GetTasksIDMembers request GetTasksIDMembersWithResponse(ctx context.Context, taskID string, params *GetTasksIDMembersParams) (*GetTasksIDMembersResponse, error) // PostTasksIDMembers request with any body PostTasksIDMembersWithBodyWithResponse(ctx context.Context, taskID string, params *PostTasksIDMembersParams, contentType string, body io.Reader) (*PostTasksIDMembersResponse, error) PostTasksIDMembersWithResponse(ctx context.Context, taskID string, params *PostTasksIDMembersParams, body PostTasksIDMembersJSONRequestBody) (*PostTasksIDMembersResponse, error) // DeleteTasksIDMembersID request DeleteTasksIDMembersIDWithResponse(ctx context.Context, taskID string, userID string, params *DeleteTasksIDMembersIDParams) (*DeleteTasksIDMembersIDResponse, error) // GetTasksIDOwners request GetTasksIDOwnersWithResponse(ctx context.Context, taskID string, params *GetTasksIDOwnersParams) (*GetTasksIDOwnersResponse, error) // PostTasksIDOwners request with any body PostTasksIDOwnersWithBodyWithResponse(ctx context.Context, taskID string, params *PostTasksIDOwnersParams, contentType string, body io.Reader) (*PostTasksIDOwnersResponse, error) PostTasksIDOwnersWithResponse(ctx context.Context, taskID string, params *PostTasksIDOwnersParams, body PostTasksIDOwnersJSONRequestBody) (*PostTasksIDOwnersResponse, error) // DeleteTasksIDOwnersID request DeleteTasksIDOwnersIDWithResponse(ctx context.Context, taskID string, userID string, params *DeleteTasksIDOwnersIDParams) (*DeleteTasksIDOwnersIDResponse, error) // GetTasksIDRuns request GetTasksIDRunsWithResponse(ctx context.Context, taskID string, params *GetTasksIDRunsParams) (*GetTasksIDRunsResponse, error) // PostTasksIDRuns request with any body PostTasksIDRunsWithBodyWithResponse(ctx context.Context, taskID string, params *PostTasksIDRunsParams, contentType string, body io.Reader) (*PostTasksIDRunsResponse, error) PostTasksIDRunsWithResponse(ctx context.Context, taskID string, params *PostTasksIDRunsParams, body PostTasksIDRunsJSONRequestBody) (*PostTasksIDRunsResponse, error) // DeleteTasksIDRunsID request DeleteTasksIDRunsIDWithResponse(ctx context.Context, taskID string, runID string, params *DeleteTasksIDRunsIDParams) (*DeleteTasksIDRunsIDResponse, error) // GetTasksIDRunsID request GetTasksIDRunsIDWithResponse(ctx context.Context, taskID string, runID string, params *GetTasksIDRunsIDParams) (*GetTasksIDRunsIDResponse, error) // GetTasksIDRunsIDLogs request GetTasksIDRunsIDLogsWithResponse(ctx context.Context, taskID string, runID string, params *GetTasksIDRunsIDLogsParams) (*GetTasksIDRunsIDLogsResponse, error) // PostTasksIDRunsIDRetry request PostTasksIDRunsIDRetryWithResponse(ctx context.Context, taskID string, runID string, params *PostTasksIDRunsIDRetryParams) (*PostTasksIDRunsIDRetryResponse, error) // GetTelegrafPlugins request GetTelegrafPluginsWithResponse(ctx context.Context, params *GetTelegrafPluginsParams) (*GetTelegrafPluginsResponse, error) // GetTelegrafs request GetTelegrafsWithResponse(ctx context.Context, params *GetTelegrafsParams) (*GetTelegrafsResponse, error) // PostTelegrafs request with any body PostTelegrafsWithBodyWithResponse(ctx context.Context, params *PostTelegrafsParams, contentType string, body io.Reader) (*PostTelegrafsResponse, error) PostTelegrafsWithResponse(ctx context.Context, params *PostTelegrafsParams, body PostTelegrafsJSONRequestBody) (*PostTelegrafsResponse, error) // DeleteTelegrafsID request DeleteTelegrafsIDWithResponse(ctx context.Context, telegrafID string, params *DeleteTelegrafsIDParams) (*DeleteTelegrafsIDResponse, error) // GetTelegrafsID request GetTelegrafsIDWithResponse(ctx context.Context, telegrafID string, params *GetTelegrafsIDParams) (*GetTelegrafsIDResponse, error) // PutTelegrafsID request with any body PutTelegrafsIDWithBodyWithResponse(ctx context.Context, telegrafID string, params *PutTelegrafsIDParams, contentType string, body io.Reader) (*PutTelegrafsIDResponse, error) PutTelegrafsIDWithResponse(ctx context.Context, telegrafID string, params *PutTelegrafsIDParams, body PutTelegrafsIDJSONRequestBody) (*PutTelegrafsIDResponse, error) // GetTelegrafsIDLabels request GetTelegrafsIDLabelsWithResponse(ctx context.Context, telegrafID string, params *GetTelegrafsIDLabelsParams) (*GetTelegrafsIDLabelsResponse, error) // PostTelegrafsIDLabels request with any body PostTelegrafsIDLabelsWithBodyWithResponse(ctx context.Context, telegrafID string, params *PostTelegrafsIDLabelsParams, contentType string, body io.Reader) (*PostTelegrafsIDLabelsResponse, error) PostTelegrafsIDLabelsWithResponse(ctx context.Context, telegrafID string, params *PostTelegrafsIDLabelsParams, body PostTelegrafsIDLabelsJSONRequestBody) (*PostTelegrafsIDLabelsResponse, error) // DeleteTelegrafsIDLabelsID request DeleteTelegrafsIDLabelsIDWithResponse(ctx context.Context, telegrafID string, labelID string, params *DeleteTelegrafsIDLabelsIDParams) (*DeleteTelegrafsIDLabelsIDResponse, error) // GetTelegrafsIDMembers request GetTelegrafsIDMembersWithResponse(ctx context.Context, telegrafID string, params *GetTelegrafsIDMembersParams) (*GetTelegrafsIDMembersResponse, error) // PostTelegrafsIDMembers request with any body PostTelegrafsIDMembersWithBodyWithResponse(ctx context.Context, telegrafID string, params *PostTelegrafsIDMembersParams, contentType string, body io.Reader) (*PostTelegrafsIDMembersResponse, error) PostTelegrafsIDMembersWithResponse(ctx context.Context, telegrafID string, params *PostTelegrafsIDMembersParams, body PostTelegrafsIDMembersJSONRequestBody) (*PostTelegrafsIDMembersResponse, error) // DeleteTelegrafsIDMembersID request DeleteTelegrafsIDMembersIDWithResponse(ctx context.Context, telegrafID string, userID string, params *DeleteTelegrafsIDMembersIDParams) (*DeleteTelegrafsIDMembersIDResponse, error) // GetTelegrafsIDOwners request GetTelegrafsIDOwnersWithResponse(ctx context.Context, telegrafID string, params *GetTelegrafsIDOwnersParams) (*GetTelegrafsIDOwnersResponse, error) // PostTelegrafsIDOwners request with any body PostTelegrafsIDOwnersWithBodyWithResponse(ctx context.Context, telegrafID string, params *PostTelegrafsIDOwnersParams, contentType string, body io.Reader) (*PostTelegrafsIDOwnersResponse, error) PostTelegrafsIDOwnersWithResponse(ctx context.Context, telegrafID string, params *PostTelegrafsIDOwnersParams, body PostTelegrafsIDOwnersJSONRequestBody) (*PostTelegrafsIDOwnersResponse, error) // DeleteTelegrafsIDOwnersID request DeleteTelegrafsIDOwnersIDWithResponse(ctx context.Context, telegrafID string, userID string, params *DeleteTelegrafsIDOwnersIDParams) (*DeleteTelegrafsIDOwnersIDResponse, error) // ApplyTemplate request with any body ApplyTemplateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader) (*ApplyTemplateResponse, error) ApplyTemplateWithResponse(ctx context.Context, body ApplyTemplateJSONRequestBody) (*ApplyTemplateResponse, error) // ExportTemplate request with any body ExportTemplateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader) (*ExportTemplateResponse, error) ExportTemplateWithResponse(ctx context.Context, body ExportTemplateJSONRequestBody) (*ExportTemplateResponse, error) // GetUsers request GetUsersWithResponse(ctx context.Context, params *GetUsersParams) (*GetUsersResponse, error) // PostUsers request with any body PostUsersWithBodyWithResponse(ctx context.Context, params *PostUsersParams, contentType string, body io.Reader) (*PostUsersResponse, error) PostUsersWithResponse(ctx context.Context, params *PostUsersParams, body PostUsersJSONRequestBody) (*PostUsersResponse, error) // DeleteUsersID request DeleteUsersIDWithResponse(ctx context.Context, userID string, params *DeleteUsersIDParams) (*DeleteUsersIDResponse, error) // GetUsersID request GetUsersIDWithResponse(ctx context.Context, userID string, params *GetUsersIDParams) (*GetUsersIDResponse, error) // PatchUsersID request with any body PatchUsersIDWithBodyWithResponse(ctx context.Context, userID string, params *PatchUsersIDParams, contentType string, body io.Reader) (*PatchUsersIDResponse, error) PatchUsersIDWithResponse(ctx context.Context, userID string, params *PatchUsersIDParams, body PatchUsersIDJSONRequestBody) (*PatchUsersIDResponse, error) // PostUsersIDPassword request with any body PostUsersIDPasswordWithBodyWithResponse(ctx context.Context, userID string, params *PostUsersIDPasswordParams, contentType string, body io.Reader) (*PostUsersIDPasswordResponse, error) PostUsersIDPasswordWithResponse(ctx context.Context, userID string, params *PostUsersIDPasswordParams, body PostUsersIDPasswordJSONRequestBody) (*PostUsersIDPasswordResponse, error) // GetVariables request GetVariablesWithResponse(ctx context.Context, params *GetVariablesParams) (*GetVariablesResponse, error) // PostVariables request with any body PostVariablesWithBodyWithResponse(ctx context.Context, params *PostVariablesParams, contentType string, body io.Reader) (*PostVariablesResponse, error) PostVariablesWithResponse(ctx context.Context, params *PostVariablesParams, body PostVariablesJSONRequestBody) (*PostVariablesResponse, error) // DeleteVariablesID request DeleteVariablesIDWithResponse(ctx context.Context, variableID string, params *DeleteVariablesIDParams) (*DeleteVariablesIDResponse, error) // GetVariablesID request GetVariablesIDWithResponse(ctx context.Context, variableID string, params *GetVariablesIDParams) (*GetVariablesIDResponse, error) // PatchVariablesID request with any body PatchVariablesIDWithBodyWithResponse(ctx context.Context, variableID string, params *PatchVariablesIDParams, contentType string, body io.Reader) (*PatchVariablesIDResponse, error) PatchVariablesIDWithResponse(ctx context.Context, variableID string, params *PatchVariablesIDParams, body PatchVariablesIDJSONRequestBody) (*PatchVariablesIDResponse, error) // PutVariablesID request with any body PutVariablesIDWithBodyWithResponse(ctx context.Context, variableID string, params *PutVariablesIDParams, contentType string, body io.Reader) (*PutVariablesIDResponse, error) PutVariablesIDWithResponse(ctx context.Context, variableID string, params *PutVariablesIDParams, body PutVariablesIDJSONRequestBody) (*PutVariablesIDResponse, error) // GetVariablesIDLabels request GetVariablesIDLabelsWithResponse(ctx context.Context, variableID string, params *GetVariablesIDLabelsParams) (*GetVariablesIDLabelsResponse, error) // PostVariablesIDLabels request with any body PostVariablesIDLabelsWithBodyWithResponse(ctx context.Context, variableID string, params *PostVariablesIDLabelsParams, contentType string, body io.Reader) (*PostVariablesIDLabelsResponse, error) PostVariablesIDLabelsWithResponse(ctx context.Context, variableID string, params *PostVariablesIDLabelsParams, body PostVariablesIDLabelsJSONRequestBody) (*PostVariablesIDLabelsResponse, error) // DeleteVariablesIDLabelsID request DeleteVariablesIDLabelsIDWithResponse(ctx context.Context, variableID string, labelID string, params *DeleteVariablesIDLabelsIDParams) (*DeleteVariablesIDLabelsIDResponse, error) // PostWrite request with any body PostWriteWithBodyWithResponse(ctx context.Context, params *PostWriteParams, contentType string, body io.Reader) (*PostWriteResponse, error) }
ClientWithResponsesInterface is the interface specification for the client with responses above.
type ConditionalExpression ¶
type ConditionalExpression struct { Alternate *Expression `json:"alternate,omitempty"` Consequent *Expression `json:"consequent,omitempty"` Test *Expression `json:"test,omitempty"` // Type of AST node Type *NodeType `json:"type,omitempty"` }
ConditionalExpression defines model for ConditionalExpression.
type ConstantVariableProperties ¶
type ConstantVariableProperties struct { Type *ConstantVariablePropertiesType `json:"type,omitempty"` Values *[]string `json:"values,omitempty"` }
ConstantVariableProperties defines model for ConstantVariableProperties.
type ConstantVariablePropertiesType ¶
type ConstantVariablePropertiesType string
ConstantVariablePropertiesType defines model for ConstantVariableProperties.Type.
const (
ConstantVariablePropertiesTypeConstant ConstantVariablePropertiesType = "constant"
)
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 CreateCheckResponse ¶ added in v2.2.0
type CreateCheckResponse struct { Body []byte HTTPResponse *http.Response JSON201 *Check JSONDefault *Error }
func ParseCreateCheckResponse ¶
func ParseCreateCheckResponse(rsp *http.Response) (*CreateCheckResponse, error)
ParseCreateCheckResponse parses an HTTP response from a CreateCheckWithResponse call
func (CreateCheckResponse) Status ¶ added in v2.2.0
func (r CreateCheckResponse) Status() string
Status returns HTTPResponse.Status
func (CreateCheckResponse) StatusCode ¶ added in v2.2.0
func (r CreateCheckResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type CreateDashboardRequest ¶
type CreateDashboardRequest struct { // The user-facing description of the dashboard. Description *string `json:"description,omitempty"` // The user-facing name of the dashboard. Name string `json:"name"` // The ID of the organization that owns the dashboard. OrgID string `json:"orgID"` }
CreateDashboardRequest defines model for CreateDashboardRequest.
type CreateNotificationEndpointJSONBody ¶
type CreateNotificationEndpointJSONBody PostNotificationEndpoint
CreateNotificationEndpointJSONBody defines parameters for CreateNotificationEndpoint.
type CreateNotificationEndpointJSONRequestBody ¶
type CreateNotificationEndpointJSONRequestBody CreateNotificationEndpointJSONBody
CreateNotificationEndpointRequestBody defines body for CreateNotificationEndpoint for application/json ContentType.
type CreateNotificationEndpointResponse ¶ added in v2.2.0
type CreateNotificationEndpointResponse struct { Body []byte HTTPResponse *http.Response JSON201 *NotificationEndpoint JSONDefault *Error }
func ParseCreateNotificationEndpointResponse ¶
func ParseCreateNotificationEndpointResponse(rsp *http.Response) (*CreateNotificationEndpointResponse, error)
ParseCreateNotificationEndpointResponse parses an HTTP response from a CreateNotificationEndpointWithResponse call
func (CreateNotificationEndpointResponse) Status ¶ added in v2.2.0
func (r CreateNotificationEndpointResponse) Status() string
Status returns HTTPResponse.Status
func (CreateNotificationEndpointResponse) StatusCode ¶ added in v2.2.0
func (r CreateNotificationEndpointResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type CreateNotificationRuleJSONBody ¶
type CreateNotificationRuleJSONBody PostNotificationRule
CreateNotificationRuleJSONBody defines parameters for CreateNotificationRule.
type CreateNotificationRuleJSONRequestBody ¶
type CreateNotificationRuleJSONRequestBody CreateNotificationRuleJSONBody
CreateNotificationRuleRequestBody defines body for CreateNotificationRule for application/json ContentType.
type CreateNotificationRuleResponse ¶ added in v2.2.0
type CreateNotificationRuleResponse struct { Body []byte HTTPResponse *http.Response JSON201 *NotificationRule JSONDefault *Error }
func ParseCreateNotificationRuleResponse ¶
func ParseCreateNotificationRuleResponse(rsp *http.Response) (*CreateNotificationRuleResponse, error)
ParseCreateNotificationRuleResponse parses an HTTP response from a CreateNotificationRuleWithResponse call
func (CreateNotificationRuleResponse) Status ¶ added in v2.2.0
func (r CreateNotificationRuleResponse) Status() string
Status returns HTTPResponse.Status
func (CreateNotificationRuleResponse) StatusCode ¶ added in v2.2.0
func (r CreateNotificationRuleResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type CreateStackJSONBody ¶
type CreateStackJSONBody struct { Description *string `json:"description,omitempty"` Name *string `json:"name,omitempty"` OrgID *string `json:"orgID,omitempty"` Urls *[]string `json:"urls,omitempty"` }
CreateStackJSONBody defines parameters for CreateStack.
type CreateStackJSONRequestBody ¶
type CreateStackJSONRequestBody CreateStackJSONBody
CreateStackRequestBody defines body for CreateStack for application/json ContentType.
type CreateStackResponse ¶ added in v2.2.0
type CreateStackResponse struct { Body []byte HTTPResponse *http.Response JSON201 *Stack JSONDefault *Error }
func ParseCreateStackResponse ¶
func ParseCreateStackResponse(rsp *http.Response) (*CreateStackResponse, error)
ParseCreateStackResponse parses an HTTP response from a CreateStackWithResponse call
func (CreateStackResponse) Status ¶ added in v2.2.0
func (r CreateStackResponse) Status() string
Status returns HTTPResponse.Status
func (CreateStackResponse) StatusCode ¶ added in v2.2.0
func (r CreateStackResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type CustomCheck ¶
type CustomCheck struct { // Embedded struct due to allOf(#/components/schemas/CheckBase) CheckBase // Embedded fields due to inline allOf schema Type CustomCheckType `json:"type"` }
CustomCheck defines model for CustomCheck.
type CustomCheckType ¶
type CustomCheckType string
CustomCheckType defines model for CustomCheck.Type.
const (
CustomCheckTypeCustom CustomCheckType = "custom"
)
type DBRP ¶
type DBRP struct { // the bucket ID used as target for the translation. BucketID string `json:"bucketID"` // InfluxDB v1 database Database string `json:"database"` // Specify if this mapping represents the default retention policy for the database specificed. Default *bool `json:"default,omitempty"` // the mapping identifier Id *string `json:"id,omitempty"` Links *Links `json:"links,omitempty"` // the organization that owns this mapping. Org string `json:"org"` // the organization ID that owns this mapping. OrgID string `json:"orgID"` // InfluxDB v1 retention policy RetentionPolicy string `json:"retention_policy"` }
DBRP defines model for DBRP.
type DBRPUpdate ¶
type DBRPUpdate struct { // InfluxDB v1 database Database *string `json:"database,omitempty"` Default *bool `json:"default,omitempty"` Links *Links `json:"links,omitempty"` // InfluxDB v1 retention policy RetentionPolicy *string `json:"retention_policy,omitempty"` }
DBRPUpdate defines model for DBRPUpdate.
type DBRPs ¶
type DBRPs struct { Links *Links `json:"links,omitempty"` NotificationEndpoints *[]DBRP `json:"notificationEndpoints,omitempty"` }
DBRPs defines model for DBRPs.
type Dashboard ¶
type Dashboard struct { // Embedded struct due to allOf(#/components/schemas/CreateDashboardRequest) CreateDashboardRequest // Embedded fields due to inline allOf schema Cells *Cells `json:"cells,omitempty"` Id *string `json:"id,omitempty"` Labels *Labels `json:"labels,omitempty"` Links *struct { // URI of resource. Cells *Link `json:"cells,omitempty"` // URI of resource. Labels *Link `json:"labels,omitempty"` // URI of resource. Members *Link `json:"members,omitempty"` // URI of resource. Org *Link `json:"org,omitempty"` // URI of resource. Owners *Link `json:"owners,omitempty"` // URI of resource. Self *Link `json:"self,omitempty"` } `json:"links,omitempty"` Meta *struct { CreatedAt *time.Time `json:"createdAt,omitempty"` UpdatedAt *time.Time `json:"updatedAt,omitempty"` } `json:"meta,omitempty"` }
Dashboard defines model for Dashboard.
type DashboardColor ¶
type DashboardColor struct { // The hex number of the color Hex string `json:"hex"` // The unique ID of the view color. Id string `json:"id"` // The user-facing name of the hex color. Name string `json:"name"` // Type is how the color is used. Type DashboardColorType `json:"type"` // The data value mapped to this color. Value float32 `json:"value"` }
DashboardColor defines model for DashboardColor.
type DashboardColorType ¶
type DashboardColorType string
DashboardColorType defines model for DashboardColor.Type.
const ( DashboardColorTypeBackground DashboardColorType = "background" DashboardColorTypeMax DashboardColorType = "max" DashboardColorTypeMin DashboardColorType = "min" DashboardColorTypeScale DashboardColorType = "scale" DashboardColorTypeText DashboardColorType = "text" DashboardColorTypeThreshold DashboardColorType = "threshold" )
type DashboardQuery ¶
type DashboardQuery struct { BuilderConfig *BuilderConfig `json:"builderConfig,omitempty"` EditMode *QueryEditMode `json:"editMode,omitempty"` Name *string `json:"name,omitempty"` // The text of the Flux query. Text *string `json:"text,omitempty"` }
DashboardQuery defines model for DashboardQuery.
type DashboardWithViewProperties ¶
type DashboardWithViewProperties struct { // Embedded struct due to allOf(#/components/schemas/CreateDashboardRequest) CreateDashboardRequest // Embedded fields due to inline allOf schema Cells *CellsWithViewProperties `json:"cells,omitempty"` Id *string `json:"id,omitempty"` Labels *Labels `json:"labels,omitempty"` Links *struct { // URI of resource. Cells *Link `json:"cells,omitempty"` // URI of resource. Labels *Link `json:"labels,omitempty"` // URI of resource. Members *Link `json:"members,omitempty"` // URI of resource. Org *Link `json:"org,omitempty"` // URI of resource. Owners *Link `json:"owners,omitempty"` // URI of resource. Self *Link `json:"self,omitempty"` } `json:"links,omitempty"` Meta *struct { CreatedAt *time.Time `json:"createdAt,omitempty"` UpdatedAt *time.Time `json:"updatedAt,omitempty"` } `json:"meta,omitempty"` }
DashboardWithViewProperties defines model for DashboardWithViewProperties.
type Dashboards ¶
type Dashboards struct { Dashboards *[]Dashboard `json:"dashboards,omitempty"` Links *Links `json:"links,omitempty"` }
Dashboards defines model for Dashboards.
type DateTimeLiteral ¶
type DateTimeLiteral struct { // Type of AST node Type *NodeType `json:"type,omitempty"` Value *string `json:"value,omitempty"` }
DateTimeLiteral defines model for DateTimeLiteral.
type DeadmanCheck ¶
type DeadmanCheck struct { // Embedded struct due to allOf(#/components/schemas/CheckBase) CheckBase // Check repetition interval. Every *string `json:"every,omitempty"` // The state to record if check matches a criteria. Level *CheckStatusLevel `json:"level,omitempty"` // Duration to delay after the schedule, before executing check. Offset *string `json:"offset,omitempty"` // If only zero values reported since time, trigger an alert ReportZero *bool `json:"reportZero,omitempty"` // String duration for time that a series is considered stale and should not trigger deadman. StaleTime *string `json:"staleTime,omitempty"` // The template used to generate and write a status message. StatusMessageTemplate *string `json:"statusMessageTemplate,omitempty"` // List of tags to write to each status. Tags *[]struct { Key *string `json:"key,omitempty"` Value *string `json:"value,omitempty"` } `json:"tags,omitempty"` // String duration before deadman triggers. TimeSince *string `json:"timeSince,omitempty"` Type DeadmanCheckType `json:"type"` }
DeadmanCheck defines model for DeadmanCheck.
type DeadmanCheckType ¶
type DeadmanCheckType string
DeadmanCheckType defines model for DeadmanCheck.Type.
const (
DeadmanCheckTypeDeadman DeadmanCheckType = "deadman"
)
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 DeleteAuthorizationsIDResponse ¶ added in v2.2.0
type DeleteAuthorizationsIDResponse struct { Body []byte HTTPResponse *http.Response JSONDefault *Error }
func ParseDeleteAuthorizationsIDResponse ¶
func ParseDeleteAuthorizationsIDResponse(rsp *http.Response) (*DeleteAuthorizationsIDResponse, error)
ParseDeleteAuthorizationsIDResponse parses an HTTP response from a DeleteAuthorizationsIDWithResponse call
func (DeleteAuthorizationsIDResponse) Status ¶ added in v2.2.0
func (r DeleteAuthorizationsIDResponse) Status() string
Status returns HTTPResponse.Status
func (DeleteAuthorizationsIDResponse) StatusCode ¶ added in v2.2.0
func (r DeleteAuthorizationsIDResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DeleteBucketsIDLabelsIDParams ¶
type DeleteBucketsIDLabelsIDParams struct { // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
DeleteBucketsIDLabelsIDParams defines parameters for DeleteBucketsIDLabelsID.
type DeleteBucketsIDLabelsIDResponse ¶ added in v2.2.0
type DeleteBucketsIDLabelsIDResponse struct { Body []byte HTTPResponse *http.Response JSON404 *Error JSONDefault *Error }
func ParseDeleteBucketsIDLabelsIDResponse ¶
func ParseDeleteBucketsIDLabelsIDResponse(rsp *http.Response) (*DeleteBucketsIDLabelsIDResponse, error)
ParseDeleteBucketsIDLabelsIDResponse parses an HTTP response from a DeleteBucketsIDLabelsIDWithResponse call
func (DeleteBucketsIDLabelsIDResponse) Status ¶ added in v2.2.0
func (r DeleteBucketsIDLabelsIDResponse) Status() string
Status returns HTTPResponse.Status
func (DeleteBucketsIDLabelsIDResponse) StatusCode ¶ added in v2.2.0
func (r DeleteBucketsIDLabelsIDResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DeleteBucketsIDMembersIDParams ¶
type DeleteBucketsIDMembersIDParams struct { // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
DeleteBucketsIDMembersIDParams defines parameters for DeleteBucketsIDMembersID.
type DeleteBucketsIDMembersIDResponse ¶ added in v2.2.0
type DeleteBucketsIDMembersIDResponse struct { Body []byte HTTPResponse *http.Response JSONDefault *Error }
func ParseDeleteBucketsIDMembersIDResponse ¶
func ParseDeleteBucketsIDMembersIDResponse(rsp *http.Response) (*DeleteBucketsIDMembersIDResponse, error)
ParseDeleteBucketsIDMembersIDResponse parses an HTTP response from a DeleteBucketsIDMembersIDWithResponse call
func (DeleteBucketsIDMembersIDResponse) Status ¶ added in v2.2.0
func (r DeleteBucketsIDMembersIDResponse) Status() string
Status returns HTTPResponse.Status
func (DeleteBucketsIDMembersIDResponse) StatusCode ¶ added in v2.2.0
func (r DeleteBucketsIDMembersIDResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DeleteBucketsIDOwnersIDParams ¶
type DeleteBucketsIDOwnersIDParams struct { // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
DeleteBucketsIDOwnersIDParams defines parameters for DeleteBucketsIDOwnersID.
type DeleteBucketsIDOwnersIDResponse ¶ added in v2.2.0
type DeleteBucketsIDOwnersIDResponse struct { Body []byte HTTPResponse *http.Response JSONDefault *Error }
func ParseDeleteBucketsIDOwnersIDResponse ¶
func ParseDeleteBucketsIDOwnersIDResponse(rsp *http.Response) (*DeleteBucketsIDOwnersIDResponse, error)
ParseDeleteBucketsIDOwnersIDResponse parses an HTTP response from a DeleteBucketsIDOwnersIDWithResponse call
func (DeleteBucketsIDOwnersIDResponse) Status ¶ added in v2.2.0
func (r DeleteBucketsIDOwnersIDResponse) Status() string
Status returns HTTPResponse.Status
func (DeleteBucketsIDOwnersIDResponse) StatusCode ¶ added in v2.2.0
func (r DeleteBucketsIDOwnersIDResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DeleteBucketsIDParams ¶
type DeleteBucketsIDParams struct { // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
DeleteBucketsIDParams defines parameters for DeleteBucketsID.
type DeleteBucketsIDResponse ¶ added in v2.2.0
type DeleteBucketsIDResponse struct { Body []byte HTTPResponse *http.Response JSON404 *Error JSONDefault *Error }
func ParseDeleteBucketsIDResponse ¶
func ParseDeleteBucketsIDResponse(rsp *http.Response) (*DeleteBucketsIDResponse, error)
ParseDeleteBucketsIDResponse parses an HTTP response from a DeleteBucketsIDWithResponse call
func (DeleteBucketsIDResponse) Status ¶ added in v2.2.0
func (r DeleteBucketsIDResponse) Status() string
Status returns HTTPResponse.Status
func (DeleteBucketsIDResponse) StatusCode ¶ added in v2.2.0
func (r DeleteBucketsIDResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DeleteChecksIDLabelsIDParams ¶
type DeleteChecksIDLabelsIDParams struct { // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
DeleteChecksIDLabelsIDParams defines parameters for DeleteChecksIDLabelsID.
type DeleteChecksIDLabelsIDResponse ¶ added in v2.2.0
type DeleteChecksIDLabelsIDResponse struct { Body []byte HTTPResponse *http.Response JSON404 *Error JSONDefault *Error }
func ParseDeleteChecksIDLabelsIDResponse ¶
func ParseDeleteChecksIDLabelsIDResponse(rsp *http.Response) (*DeleteChecksIDLabelsIDResponse, error)
ParseDeleteChecksIDLabelsIDResponse parses an HTTP response from a DeleteChecksIDLabelsIDWithResponse call
func (DeleteChecksIDLabelsIDResponse) Status ¶ added in v2.2.0
func (r DeleteChecksIDLabelsIDResponse) Status() string
Status returns HTTPResponse.Status
func (DeleteChecksIDLabelsIDResponse) StatusCode ¶ added in v2.2.0
func (r DeleteChecksIDLabelsIDResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DeleteChecksIDParams ¶
type DeleteChecksIDParams struct { // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
DeleteChecksIDParams defines parameters for DeleteChecksID.
type DeleteChecksIDResponse ¶ added in v2.2.0
type DeleteChecksIDResponse struct { Body []byte HTTPResponse *http.Response JSON404 *Error JSONDefault *Error }
func ParseDeleteChecksIDResponse ¶
func ParseDeleteChecksIDResponse(rsp *http.Response) (*DeleteChecksIDResponse, error)
ParseDeleteChecksIDResponse parses an HTTP response from a DeleteChecksIDWithResponse call
func (DeleteChecksIDResponse) Status ¶ added in v2.2.0
func (r DeleteChecksIDResponse) Status() string
Status returns HTTPResponse.Status
func (DeleteChecksIDResponse) StatusCode ¶ added in v2.2.0
func (r DeleteChecksIDResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DeleteDBRPIDParams ¶
type DeleteDBRPIDParams struct { // Specifies the organization ID of the mapping OrgID string `json:"orgID"` // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
DeleteDBRPIDParams defines parameters for DeleteDBRPID.
type DeleteDBRPIDResponse ¶ added in v2.2.0
type DeleteDBRPIDResponse struct { Body []byte HTTPResponse *http.Response JSON400 *Error JSONDefault *Error }
func ParseDeleteDBRPIDResponse ¶
func ParseDeleteDBRPIDResponse(rsp *http.Response) (*DeleteDBRPIDResponse, error)
ParseDeleteDBRPIDResponse parses an HTTP response from a DeleteDBRPIDWithResponse call
func (DeleteDBRPIDResponse) Status ¶ added in v2.2.0
func (r DeleteDBRPIDResponse) Status() string
Status returns HTTPResponse.Status
func (DeleteDBRPIDResponse) StatusCode ¶ added in v2.2.0
func (r DeleteDBRPIDResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DeleteDashboardsIDCellsIDParams ¶
type DeleteDashboardsIDCellsIDParams struct { // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
DeleteDashboardsIDCellsIDParams defines parameters for DeleteDashboardsIDCellsID.
type DeleteDashboardsIDCellsIDResponse ¶ added in v2.2.0
type DeleteDashboardsIDCellsIDResponse struct { Body []byte HTTPResponse *http.Response JSON404 *Error JSONDefault *Error }
func ParseDeleteDashboardsIDCellsIDResponse ¶
func ParseDeleteDashboardsIDCellsIDResponse(rsp *http.Response) (*DeleteDashboardsIDCellsIDResponse, error)
ParseDeleteDashboardsIDCellsIDResponse parses an HTTP response from a DeleteDashboardsIDCellsIDWithResponse call
func (DeleteDashboardsIDCellsIDResponse) Status ¶ added in v2.2.0
func (r DeleteDashboardsIDCellsIDResponse) Status() string
Status returns HTTPResponse.Status
func (DeleteDashboardsIDCellsIDResponse) StatusCode ¶ added in v2.2.0
func (r DeleteDashboardsIDCellsIDResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DeleteDashboardsIDLabelsIDParams ¶
type DeleteDashboardsIDLabelsIDParams struct { // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
DeleteDashboardsIDLabelsIDParams defines parameters for DeleteDashboardsIDLabelsID.
type DeleteDashboardsIDLabelsIDResponse ¶ added in v2.2.0
type DeleteDashboardsIDLabelsIDResponse struct { Body []byte HTTPResponse *http.Response JSON404 *Error JSONDefault *Error }
func ParseDeleteDashboardsIDLabelsIDResponse ¶
func ParseDeleteDashboardsIDLabelsIDResponse(rsp *http.Response) (*DeleteDashboardsIDLabelsIDResponse, error)
ParseDeleteDashboardsIDLabelsIDResponse parses an HTTP response from a DeleteDashboardsIDLabelsIDWithResponse call
func (DeleteDashboardsIDLabelsIDResponse) Status ¶ added in v2.2.0
func (r DeleteDashboardsIDLabelsIDResponse) Status() string
Status returns HTTPResponse.Status
func (DeleteDashboardsIDLabelsIDResponse) StatusCode ¶ added in v2.2.0
func (r DeleteDashboardsIDLabelsIDResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DeleteDashboardsIDMembersIDParams ¶
type DeleteDashboardsIDMembersIDParams struct { // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
DeleteDashboardsIDMembersIDParams defines parameters for DeleteDashboardsIDMembersID.
type DeleteDashboardsIDMembersIDResponse ¶ added in v2.2.0
type DeleteDashboardsIDMembersIDResponse struct { Body []byte HTTPResponse *http.Response JSONDefault *Error }
func ParseDeleteDashboardsIDMembersIDResponse ¶
func ParseDeleteDashboardsIDMembersIDResponse(rsp *http.Response) (*DeleteDashboardsIDMembersIDResponse, error)
ParseDeleteDashboardsIDMembersIDResponse parses an HTTP response from a DeleteDashboardsIDMembersIDWithResponse call
func (DeleteDashboardsIDMembersIDResponse) Status ¶ added in v2.2.0
func (r DeleteDashboardsIDMembersIDResponse) Status() string
Status returns HTTPResponse.Status
func (DeleteDashboardsIDMembersIDResponse) StatusCode ¶ added in v2.2.0
func (r DeleteDashboardsIDMembersIDResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DeleteDashboardsIDOwnersIDParams ¶
type DeleteDashboardsIDOwnersIDParams struct { // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
DeleteDashboardsIDOwnersIDParams defines parameters for DeleteDashboardsIDOwnersID.
type DeleteDashboardsIDOwnersIDResponse ¶ added in v2.2.0
type DeleteDashboardsIDOwnersIDResponse struct { Body []byte HTTPResponse *http.Response JSONDefault *Error }
func ParseDeleteDashboardsIDOwnersIDResponse ¶
func ParseDeleteDashboardsIDOwnersIDResponse(rsp *http.Response) (*DeleteDashboardsIDOwnersIDResponse, error)
ParseDeleteDashboardsIDOwnersIDResponse parses an HTTP response from a DeleteDashboardsIDOwnersIDWithResponse call
func (DeleteDashboardsIDOwnersIDResponse) Status ¶ added in v2.2.0
func (r DeleteDashboardsIDOwnersIDResponse) Status() string
Status returns HTTPResponse.Status
func (DeleteDashboardsIDOwnersIDResponse) StatusCode ¶ added in v2.2.0
func (r DeleteDashboardsIDOwnersIDResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DeleteDashboardsIDParams ¶
type DeleteDashboardsIDParams struct { // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
DeleteDashboardsIDParams defines parameters for DeleteDashboardsID.
type DeleteDashboardsIDResponse ¶ added in v2.2.0
type DeleteDashboardsIDResponse struct { Body []byte HTTPResponse *http.Response JSON404 *Error JSONDefault *Error }
func ParseDeleteDashboardsIDResponse ¶
func ParseDeleteDashboardsIDResponse(rsp *http.Response) (*DeleteDashboardsIDResponse, error)
ParseDeleteDashboardsIDResponse parses an HTTP response from a DeleteDashboardsIDWithResponse call
func (DeleteDashboardsIDResponse) Status ¶ added in v2.2.0
func (r DeleteDashboardsIDResponse) Status() string
Status returns HTTPResponse.Status
func (DeleteDashboardsIDResponse) StatusCode ¶ added in v2.2.0
func (r DeleteDashboardsIDResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DeleteDocumentsTemplatesIDLabelsIDParams ¶
type DeleteDocumentsTemplatesIDLabelsIDParams struct { // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
DeleteDocumentsTemplatesIDLabelsIDParams defines parameters for DeleteDocumentsTemplatesIDLabelsID.
type DeleteDocumentsTemplatesIDLabelsIDResponse ¶ added in v2.2.0
type DeleteDocumentsTemplatesIDLabelsIDResponse struct { Body []byte HTTPResponse *http.Response JSON404 *Error JSONDefault *Error }
func ParseDeleteDocumentsTemplatesIDLabelsIDResponse ¶
func ParseDeleteDocumentsTemplatesIDLabelsIDResponse(rsp *http.Response) (*DeleteDocumentsTemplatesIDLabelsIDResponse, error)
ParseDeleteDocumentsTemplatesIDLabelsIDResponse parses an HTTP response from a DeleteDocumentsTemplatesIDLabelsIDWithResponse call
func (DeleteDocumentsTemplatesIDLabelsIDResponse) Status ¶ added in v2.2.0
func (r DeleteDocumentsTemplatesIDLabelsIDResponse) Status() string
Status returns HTTPResponse.Status
func (DeleteDocumentsTemplatesIDLabelsIDResponse) StatusCode ¶ added in v2.2.0
func (r DeleteDocumentsTemplatesIDLabelsIDResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DeleteDocumentsTemplatesIDParams ¶
type DeleteDocumentsTemplatesIDParams struct { // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
DeleteDocumentsTemplatesIDParams defines parameters for DeleteDocumentsTemplatesID.
type DeleteDocumentsTemplatesIDResponse ¶ added in v2.2.0
type DeleteDocumentsTemplatesIDResponse struct { Body []byte HTTPResponse *http.Response JSONDefault *Error }
func ParseDeleteDocumentsTemplatesIDResponse ¶
func ParseDeleteDocumentsTemplatesIDResponse(rsp *http.Response) (*DeleteDocumentsTemplatesIDResponse, error)
ParseDeleteDocumentsTemplatesIDResponse parses an HTTP response from a DeleteDocumentsTemplatesIDWithResponse call
func (DeleteDocumentsTemplatesIDResponse) Status ¶ added in v2.2.0
func (r DeleteDocumentsTemplatesIDResponse) Status() string
Status returns HTTPResponse.Status
func (DeleteDocumentsTemplatesIDResponse) StatusCode ¶ added in v2.2.0
func (r DeleteDocumentsTemplatesIDResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DeleteLabelsIDParams ¶
type DeleteLabelsIDParams struct { // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
DeleteLabelsIDParams defines parameters for DeleteLabelsID.
type DeleteLabelsIDResponse ¶ added in v2.2.0
type DeleteLabelsIDResponse struct { Body []byte HTTPResponse *http.Response JSON404 *Error JSONDefault *Error }
func ParseDeleteLabelsIDResponse ¶
func ParseDeleteLabelsIDResponse(rsp *http.Response) (*DeleteLabelsIDResponse, error)
ParseDeleteLabelsIDResponse parses an HTTP response from a DeleteLabelsIDWithResponse call
func (DeleteLabelsIDResponse) Status ¶ added in v2.2.0
func (r DeleteLabelsIDResponse) Status() string
Status returns HTTPResponse.Status
func (DeleteLabelsIDResponse) StatusCode ¶ added in v2.2.0
func (r DeleteLabelsIDResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DeleteNotificationEndpointsIDLabelsIDParams ¶
type DeleteNotificationEndpointsIDLabelsIDParams struct { // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
DeleteNotificationEndpointsIDLabelsIDParams defines parameters for DeleteNotificationEndpointsIDLabelsID.
type DeleteNotificationEndpointsIDLabelsIDResponse ¶ added in v2.2.0
type DeleteNotificationEndpointsIDLabelsIDResponse struct { Body []byte HTTPResponse *http.Response JSON404 *Error JSONDefault *Error }
func ParseDeleteNotificationEndpointsIDLabelsIDResponse ¶
func ParseDeleteNotificationEndpointsIDLabelsIDResponse(rsp *http.Response) (*DeleteNotificationEndpointsIDLabelsIDResponse, error)
ParseDeleteNotificationEndpointsIDLabelsIDResponse parses an HTTP response from a DeleteNotificationEndpointsIDLabelsIDWithResponse call
func (DeleteNotificationEndpointsIDLabelsIDResponse) Status ¶ added in v2.2.0
func (r DeleteNotificationEndpointsIDLabelsIDResponse) Status() string
Status returns HTTPResponse.Status
func (DeleteNotificationEndpointsIDLabelsIDResponse) StatusCode ¶ added in v2.2.0
func (r DeleteNotificationEndpointsIDLabelsIDResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DeleteNotificationEndpointsIDParams ¶
type DeleteNotificationEndpointsIDParams struct { // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
DeleteNotificationEndpointsIDParams defines parameters for DeleteNotificationEndpointsID.
type DeleteNotificationEndpointsIDResponse ¶ added in v2.2.0
type DeleteNotificationEndpointsIDResponse struct { Body []byte HTTPResponse *http.Response JSON404 *Error JSONDefault *Error }
func ParseDeleteNotificationEndpointsIDResponse ¶
func ParseDeleteNotificationEndpointsIDResponse(rsp *http.Response) (*DeleteNotificationEndpointsIDResponse, error)
ParseDeleteNotificationEndpointsIDResponse parses an HTTP response from a DeleteNotificationEndpointsIDWithResponse call
func (DeleteNotificationEndpointsIDResponse) Status ¶ added in v2.2.0
func (r DeleteNotificationEndpointsIDResponse) Status() string
Status returns HTTPResponse.Status
func (DeleteNotificationEndpointsIDResponse) StatusCode ¶ added in v2.2.0
func (r DeleteNotificationEndpointsIDResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DeleteNotificationRulesIDLabelsIDParams ¶
type DeleteNotificationRulesIDLabelsIDParams struct { // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
DeleteNotificationRulesIDLabelsIDParams defines parameters for DeleteNotificationRulesIDLabelsID.
type DeleteNotificationRulesIDLabelsIDResponse ¶ added in v2.2.0
type DeleteNotificationRulesIDLabelsIDResponse struct { Body []byte HTTPResponse *http.Response JSON404 *Error JSONDefault *Error }
func ParseDeleteNotificationRulesIDLabelsIDResponse ¶
func ParseDeleteNotificationRulesIDLabelsIDResponse(rsp *http.Response) (*DeleteNotificationRulesIDLabelsIDResponse, error)
ParseDeleteNotificationRulesIDLabelsIDResponse parses an HTTP response from a DeleteNotificationRulesIDLabelsIDWithResponse call
func (DeleteNotificationRulesIDLabelsIDResponse) Status ¶ added in v2.2.0
func (r DeleteNotificationRulesIDLabelsIDResponse) Status() string
Status returns HTTPResponse.Status
func (DeleteNotificationRulesIDLabelsIDResponse) StatusCode ¶ added in v2.2.0
func (r DeleteNotificationRulesIDLabelsIDResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DeleteNotificationRulesIDParams ¶
type DeleteNotificationRulesIDParams struct { // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
DeleteNotificationRulesIDParams defines parameters for DeleteNotificationRulesID.
type DeleteNotificationRulesIDResponse ¶ added in v2.2.0
type DeleteNotificationRulesIDResponse struct { Body []byte HTTPResponse *http.Response JSON404 *Error JSONDefault *Error }
func ParseDeleteNotificationRulesIDResponse ¶
func ParseDeleteNotificationRulesIDResponse(rsp *http.Response) (*DeleteNotificationRulesIDResponse, error)
ParseDeleteNotificationRulesIDResponse parses an HTTP response from a DeleteNotificationRulesIDWithResponse call
func (DeleteNotificationRulesIDResponse) Status ¶ added in v2.2.0
func (r DeleteNotificationRulesIDResponse) Status() string
Status returns HTTPResponse.Status
func (DeleteNotificationRulesIDResponse) StatusCode ¶ added in v2.2.0
func (r DeleteNotificationRulesIDResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DeleteOrgsIDMembersIDParams ¶
type DeleteOrgsIDMembersIDParams struct { // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
DeleteOrgsIDMembersIDParams defines parameters for DeleteOrgsIDMembersID.
type DeleteOrgsIDMembersIDResponse ¶ added in v2.2.0
type DeleteOrgsIDMembersIDResponse struct { Body []byte HTTPResponse *http.Response JSONDefault *Error }
func ParseDeleteOrgsIDMembersIDResponse ¶
func ParseDeleteOrgsIDMembersIDResponse(rsp *http.Response) (*DeleteOrgsIDMembersIDResponse, error)
ParseDeleteOrgsIDMembersIDResponse parses an HTTP response from a DeleteOrgsIDMembersIDWithResponse call
func (DeleteOrgsIDMembersIDResponse) Status ¶ added in v2.2.0
func (r DeleteOrgsIDMembersIDResponse) Status() string
Status returns HTTPResponse.Status
func (DeleteOrgsIDMembersIDResponse) StatusCode ¶ added in v2.2.0
func (r DeleteOrgsIDMembersIDResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DeleteOrgsIDOwnersIDParams ¶
type DeleteOrgsIDOwnersIDParams struct { // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
DeleteOrgsIDOwnersIDParams defines parameters for DeleteOrgsIDOwnersID.
type DeleteOrgsIDOwnersIDResponse ¶ added in v2.2.0
type DeleteOrgsIDOwnersIDResponse struct { Body []byte HTTPResponse *http.Response JSONDefault *Error }
func ParseDeleteOrgsIDOwnersIDResponse ¶
func ParseDeleteOrgsIDOwnersIDResponse(rsp *http.Response) (*DeleteOrgsIDOwnersIDResponse, error)
ParseDeleteOrgsIDOwnersIDResponse parses an HTTP response from a DeleteOrgsIDOwnersIDWithResponse call
func (DeleteOrgsIDOwnersIDResponse) Status ¶ added in v2.2.0
func (r DeleteOrgsIDOwnersIDResponse) Status() string
Status returns HTTPResponse.Status
func (DeleteOrgsIDOwnersIDResponse) StatusCode ¶ added in v2.2.0
func (r DeleteOrgsIDOwnersIDResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DeleteOrgsIDParams ¶
type DeleteOrgsIDParams struct { // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
DeleteOrgsIDParams defines parameters for DeleteOrgsID.
type DeleteOrgsIDResponse ¶ added in v2.2.0
type DeleteOrgsIDResponse struct { Body []byte HTTPResponse *http.Response JSON404 *Error JSONDefault *Error }
func ParseDeleteOrgsIDResponse ¶
func ParseDeleteOrgsIDResponse(rsp *http.Response) (*DeleteOrgsIDResponse, error)
ParseDeleteOrgsIDResponse parses an HTTP response from a DeleteOrgsIDWithResponse call
func (DeleteOrgsIDResponse) Status ¶ added in v2.2.0
func (r DeleteOrgsIDResponse) Status() string
Status returns HTTPResponse.Status
func (DeleteOrgsIDResponse) StatusCode ¶ added in v2.2.0
func (r DeleteOrgsIDResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type 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 DeleteScrapersIDLabelsIDResponse ¶ added in v2.2.0
type DeleteScrapersIDLabelsIDResponse struct { Body []byte HTTPResponse *http.Response JSON404 *Error JSONDefault *Error }
func ParseDeleteScrapersIDLabelsIDResponse ¶
func ParseDeleteScrapersIDLabelsIDResponse(rsp *http.Response) (*DeleteScrapersIDLabelsIDResponse, error)
ParseDeleteScrapersIDLabelsIDResponse parses an HTTP response from a DeleteScrapersIDLabelsIDWithResponse call
func (DeleteScrapersIDLabelsIDResponse) Status ¶ added in v2.2.0
func (r DeleteScrapersIDLabelsIDResponse) Status() string
Status returns HTTPResponse.Status
func (DeleteScrapersIDLabelsIDResponse) StatusCode ¶ added in v2.2.0
func (r DeleteScrapersIDLabelsIDResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DeleteScrapersIDMembersIDParams ¶
type DeleteScrapersIDMembersIDParams struct { // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
DeleteScrapersIDMembersIDParams defines parameters for DeleteScrapersIDMembersID.
type DeleteScrapersIDMembersIDResponse ¶ added in v2.2.0
type DeleteScrapersIDMembersIDResponse struct { Body []byte HTTPResponse *http.Response JSONDefault *Error }
func ParseDeleteScrapersIDMembersIDResponse ¶
func ParseDeleteScrapersIDMembersIDResponse(rsp *http.Response) (*DeleteScrapersIDMembersIDResponse, error)
ParseDeleteScrapersIDMembersIDResponse parses an HTTP response from a DeleteScrapersIDMembersIDWithResponse call
func (DeleteScrapersIDMembersIDResponse) Status ¶ added in v2.2.0
func (r DeleteScrapersIDMembersIDResponse) Status() string
Status returns HTTPResponse.Status
func (DeleteScrapersIDMembersIDResponse) StatusCode ¶ added in v2.2.0
func (r DeleteScrapersIDMembersIDResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DeleteScrapersIDOwnersIDParams ¶
type DeleteScrapersIDOwnersIDParams struct { // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
DeleteScrapersIDOwnersIDParams defines parameters for DeleteScrapersIDOwnersID.
type DeleteScrapersIDOwnersIDResponse ¶ added in v2.2.0
type DeleteScrapersIDOwnersIDResponse struct { Body []byte HTTPResponse *http.Response JSONDefault *Error }
func ParseDeleteScrapersIDOwnersIDResponse ¶
func ParseDeleteScrapersIDOwnersIDResponse(rsp *http.Response) (*DeleteScrapersIDOwnersIDResponse, error)
ParseDeleteScrapersIDOwnersIDResponse parses an HTTP response from a DeleteScrapersIDOwnersIDWithResponse call
func (DeleteScrapersIDOwnersIDResponse) Status ¶ added in v2.2.0
func (r DeleteScrapersIDOwnersIDResponse) Status() string
Status returns HTTPResponse.Status
func (DeleteScrapersIDOwnersIDResponse) StatusCode ¶ added in v2.2.0
func (r DeleteScrapersIDOwnersIDResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DeleteScrapersIDParams ¶
type DeleteScrapersIDParams struct { // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
DeleteScrapersIDParams defines parameters for DeleteScrapersID.
type DeleteScrapersIDResponse ¶ added in v2.2.0
func ParseDeleteScrapersIDResponse ¶
func ParseDeleteScrapersIDResponse(rsp *http.Response) (*DeleteScrapersIDResponse, error)
ParseDeleteScrapersIDResponse parses an HTTP response from a DeleteScrapersIDWithResponse call
func (DeleteScrapersIDResponse) Status ¶ added in v2.2.0
func (r DeleteScrapersIDResponse) Status() string
Status returns HTTPResponse.Status
func (DeleteScrapersIDResponse) StatusCode ¶ added in v2.2.0
func (r DeleteScrapersIDResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DeleteSourcesIDParams ¶
type DeleteSourcesIDParams struct { // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
DeleteSourcesIDParams defines parameters for DeleteSourcesID.
type DeleteSourcesIDResponse ¶ added in v2.2.0
type DeleteSourcesIDResponse struct { Body []byte HTTPResponse *http.Response JSON404 *Error JSONDefault *Error }
func ParseDeleteSourcesIDResponse ¶
func ParseDeleteSourcesIDResponse(rsp *http.Response) (*DeleteSourcesIDResponse, error)
ParseDeleteSourcesIDResponse parses an HTTP response from a DeleteSourcesIDWithResponse call
func (DeleteSourcesIDResponse) Status ¶ added in v2.2.0
func (r DeleteSourcesIDResponse) Status() string
Status returns HTTPResponse.Status
func (DeleteSourcesIDResponse) StatusCode ¶ added in v2.2.0
func (r DeleteSourcesIDResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DeleteStackParams ¶
type DeleteStackParams struct { // The organization id of the user OrgID string `json:"orgID"` }
DeleteStackParams defines parameters for DeleteStack.
type DeleteStackResponse ¶ added in v2.2.0
func ParseDeleteStackResponse ¶
func ParseDeleteStackResponse(rsp *http.Response) (*DeleteStackResponse, error)
ParseDeleteStackResponse parses an HTTP response from a DeleteStackWithResponse call
func (DeleteStackResponse) Status ¶ added in v2.2.0
func (r DeleteStackResponse) Status() string
Status returns HTTPResponse.Status
func (DeleteStackResponse) StatusCode ¶ added in v2.2.0
func (r DeleteStackResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DeleteTasksIDLabelsIDParams ¶
type DeleteTasksIDLabelsIDParams struct { // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
DeleteTasksIDLabelsIDParams defines parameters for DeleteTasksIDLabelsID.
type DeleteTasksIDLabelsIDResponse ¶ added in v2.2.0
type DeleteTasksIDLabelsIDResponse struct { Body []byte HTTPResponse *http.Response JSON404 *Error JSONDefault *Error }
func ParseDeleteTasksIDLabelsIDResponse ¶
func ParseDeleteTasksIDLabelsIDResponse(rsp *http.Response) (*DeleteTasksIDLabelsIDResponse, error)
ParseDeleteTasksIDLabelsIDResponse parses an HTTP response from a DeleteTasksIDLabelsIDWithResponse call
func (DeleteTasksIDLabelsIDResponse) Status ¶ added in v2.2.0
func (r DeleteTasksIDLabelsIDResponse) Status() string
Status returns HTTPResponse.Status
func (DeleteTasksIDLabelsIDResponse) StatusCode ¶ added in v2.2.0
func (r DeleteTasksIDLabelsIDResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DeleteTasksIDMembersIDParams ¶
type DeleteTasksIDMembersIDParams struct { // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
DeleteTasksIDMembersIDParams defines parameters for DeleteTasksIDMembersID.
type DeleteTasksIDMembersIDResponse ¶ added in v2.2.0
type DeleteTasksIDMembersIDResponse struct { Body []byte HTTPResponse *http.Response JSONDefault *Error }
func ParseDeleteTasksIDMembersIDResponse ¶
func ParseDeleteTasksIDMembersIDResponse(rsp *http.Response) (*DeleteTasksIDMembersIDResponse, error)
ParseDeleteTasksIDMembersIDResponse parses an HTTP response from a DeleteTasksIDMembersIDWithResponse call
func (DeleteTasksIDMembersIDResponse) Status ¶ added in v2.2.0
func (r DeleteTasksIDMembersIDResponse) Status() string
Status returns HTTPResponse.Status
func (DeleteTasksIDMembersIDResponse) StatusCode ¶ added in v2.2.0
func (r DeleteTasksIDMembersIDResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DeleteTasksIDOwnersIDParams ¶
type DeleteTasksIDOwnersIDParams struct { // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
DeleteTasksIDOwnersIDParams defines parameters for DeleteTasksIDOwnersID.
type DeleteTasksIDOwnersIDResponse ¶ added in v2.2.0
type DeleteTasksIDOwnersIDResponse struct { Body []byte HTTPResponse *http.Response JSONDefault *Error }
func ParseDeleteTasksIDOwnersIDResponse ¶
func ParseDeleteTasksIDOwnersIDResponse(rsp *http.Response) (*DeleteTasksIDOwnersIDResponse, error)
ParseDeleteTasksIDOwnersIDResponse parses an HTTP response from a DeleteTasksIDOwnersIDWithResponse call
func (DeleteTasksIDOwnersIDResponse) Status ¶ added in v2.2.0
func (r DeleteTasksIDOwnersIDResponse) Status() string
Status returns HTTPResponse.Status
func (DeleteTasksIDOwnersIDResponse) StatusCode ¶ added in v2.2.0
func (r DeleteTasksIDOwnersIDResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DeleteTasksIDParams ¶
type DeleteTasksIDParams struct { // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
DeleteTasksIDParams defines parameters for DeleteTasksID.
type DeleteTasksIDResponse ¶ added in v2.2.0
func ParseDeleteTasksIDResponse ¶
func ParseDeleteTasksIDResponse(rsp *http.Response) (*DeleteTasksIDResponse, error)
ParseDeleteTasksIDResponse parses an HTTP response from a DeleteTasksIDWithResponse call
func (DeleteTasksIDResponse) Status ¶ added in v2.2.0
func (r DeleteTasksIDResponse) Status() string
Status returns HTTPResponse.Status
func (DeleteTasksIDResponse) StatusCode ¶ added in v2.2.0
func (r DeleteTasksIDResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DeleteTasksIDRunsIDParams ¶
type DeleteTasksIDRunsIDParams struct { // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
DeleteTasksIDRunsIDParams defines parameters for DeleteTasksIDRunsID.
type DeleteTasksIDRunsIDResponse ¶ added in v2.2.0
type DeleteTasksIDRunsIDResponse struct { Body []byte HTTPResponse *http.Response JSONDefault *Error }
func ParseDeleteTasksIDRunsIDResponse ¶
func ParseDeleteTasksIDRunsIDResponse(rsp *http.Response) (*DeleteTasksIDRunsIDResponse, error)
ParseDeleteTasksIDRunsIDResponse parses an HTTP response from a DeleteTasksIDRunsIDWithResponse call
func (DeleteTasksIDRunsIDResponse) Status ¶ added in v2.2.0
func (r DeleteTasksIDRunsIDResponse) Status() string
Status returns HTTPResponse.Status
func (DeleteTasksIDRunsIDResponse) StatusCode ¶ added in v2.2.0
func (r DeleteTasksIDRunsIDResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DeleteTelegrafsIDLabelsIDParams ¶
type DeleteTelegrafsIDLabelsIDParams struct { // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
DeleteTelegrafsIDLabelsIDParams defines parameters for DeleteTelegrafsIDLabelsID.
type DeleteTelegrafsIDLabelsIDResponse ¶ added in v2.2.0
type DeleteTelegrafsIDLabelsIDResponse struct { Body []byte HTTPResponse *http.Response JSON404 *Error JSONDefault *Error }
func ParseDeleteTelegrafsIDLabelsIDResponse ¶
func ParseDeleteTelegrafsIDLabelsIDResponse(rsp *http.Response) (*DeleteTelegrafsIDLabelsIDResponse, error)
ParseDeleteTelegrafsIDLabelsIDResponse parses an HTTP response from a DeleteTelegrafsIDLabelsIDWithResponse call
func (DeleteTelegrafsIDLabelsIDResponse) Status ¶ added in v2.2.0
func (r DeleteTelegrafsIDLabelsIDResponse) Status() string
Status returns HTTPResponse.Status
func (DeleteTelegrafsIDLabelsIDResponse) StatusCode ¶ added in v2.2.0
func (r DeleteTelegrafsIDLabelsIDResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DeleteTelegrafsIDMembersIDParams ¶
type DeleteTelegrafsIDMembersIDParams struct { // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
DeleteTelegrafsIDMembersIDParams defines parameters for DeleteTelegrafsIDMembersID.
type DeleteTelegrafsIDMembersIDResponse ¶ added in v2.2.0
type DeleteTelegrafsIDMembersIDResponse struct { Body []byte HTTPResponse *http.Response JSONDefault *Error }
func ParseDeleteTelegrafsIDMembersIDResponse ¶
func ParseDeleteTelegrafsIDMembersIDResponse(rsp *http.Response) (*DeleteTelegrafsIDMembersIDResponse, error)
ParseDeleteTelegrafsIDMembersIDResponse parses an HTTP response from a DeleteTelegrafsIDMembersIDWithResponse call
func (DeleteTelegrafsIDMembersIDResponse) Status ¶ added in v2.2.0
func (r DeleteTelegrafsIDMembersIDResponse) Status() string
Status returns HTTPResponse.Status
func (DeleteTelegrafsIDMembersIDResponse) StatusCode ¶ added in v2.2.0
func (r DeleteTelegrafsIDMembersIDResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DeleteTelegrafsIDOwnersIDParams ¶
type DeleteTelegrafsIDOwnersIDParams struct { // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
DeleteTelegrafsIDOwnersIDParams defines parameters for DeleteTelegrafsIDOwnersID.
type DeleteTelegrafsIDOwnersIDResponse ¶ added in v2.2.0
type DeleteTelegrafsIDOwnersIDResponse struct { Body []byte HTTPResponse *http.Response JSONDefault *Error }
func ParseDeleteTelegrafsIDOwnersIDResponse ¶
func ParseDeleteTelegrafsIDOwnersIDResponse(rsp *http.Response) (*DeleteTelegrafsIDOwnersIDResponse, error)
ParseDeleteTelegrafsIDOwnersIDResponse parses an HTTP response from a DeleteTelegrafsIDOwnersIDWithResponse call
func (DeleteTelegrafsIDOwnersIDResponse) Status ¶ added in v2.2.0
func (r DeleteTelegrafsIDOwnersIDResponse) Status() string
Status returns HTTPResponse.Status
func (DeleteTelegrafsIDOwnersIDResponse) StatusCode ¶ added in v2.2.0
func (r DeleteTelegrafsIDOwnersIDResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DeleteTelegrafsIDParams ¶
type DeleteTelegrafsIDParams struct { // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
DeleteTelegrafsIDParams defines parameters for DeleteTelegrafsID.
type DeleteTelegrafsIDResponse ¶ added in v2.2.0
type DeleteTelegrafsIDResponse struct { Body []byte HTTPResponse *http.Response JSONDefault *Error }
func ParseDeleteTelegrafsIDResponse ¶
func ParseDeleteTelegrafsIDResponse(rsp *http.Response) (*DeleteTelegrafsIDResponse, error)
ParseDeleteTelegrafsIDResponse parses an HTTP response from a DeleteTelegrafsIDWithResponse call
func (DeleteTelegrafsIDResponse) Status ¶ added in v2.2.0
func (r DeleteTelegrafsIDResponse) Status() string
Status returns HTTPResponse.Status
func (DeleteTelegrafsIDResponse) StatusCode ¶ added in v2.2.0
func (r DeleteTelegrafsIDResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DeleteUsersIDParams ¶
type DeleteUsersIDParams struct { // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
DeleteUsersIDParams defines parameters for DeleteUsersID.
type DeleteUsersIDResponse ¶ added in v2.2.0
func ParseDeleteUsersIDResponse ¶
func ParseDeleteUsersIDResponse(rsp *http.Response) (*DeleteUsersIDResponse, error)
ParseDeleteUsersIDResponse parses an HTTP response from a DeleteUsersIDWithResponse call
func (DeleteUsersIDResponse) Status ¶ added in v2.2.0
func (r DeleteUsersIDResponse) Status() string
Status returns HTTPResponse.Status
func (DeleteUsersIDResponse) StatusCode ¶ added in v2.2.0
func (r DeleteUsersIDResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DeleteVariablesIDLabelsIDParams ¶
type DeleteVariablesIDLabelsIDParams struct { // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
DeleteVariablesIDLabelsIDParams defines parameters for DeleteVariablesIDLabelsID.
type DeleteVariablesIDLabelsIDResponse ¶ added in v2.2.0
type DeleteVariablesIDLabelsIDResponse struct { Body []byte HTTPResponse *http.Response JSON404 *Error JSONDefault *Error }
func ParseDeleteVariablesIDLabelsIDResponse ¶
func ParseDeleteVariablesIDLabelsIDResponse(rsp *http.Response) (*DeleteVariablesIDLabelsIDResponse, error)
ParseDeleteVariablesIDLabelsIDResponse parses an HTTP response from a DeleteVariablesIDLabelsIDWithResponse call
func (DeleteVariablesIDLabelsIDResponse) Status ¶ added in v2.2.0
func (r DeleteVariablesIDLabelsIDResponse) Status() string
Status returns HTTPResponse.Status
func (DeleteVariablesIDLabelsIDResponse) StatusCode ¶ added in v2.2.0
func (r DeleteVariablesIDLabelsIDResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DeleteVariablesIDParams ¶
type DeleteVariablesIDParams struct { // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
DeleteVariablesIDParams defines parameters for DeleteVariablesID.
type DeleteVariablesIDResponse ¶ added in v2.2.0
type DeleteVariablesIDResponse struct { Body []byte HTTPResponse *http.Response JSONDefault *Error }
func ParseDeleteVariablesIDResponse ¶
func ParseDeleteVariablesIDResponse(rsp *http.Response) (*DeleteVariablesIDResponse, error)
ParseDeleteVariablesIDResponse parses an HTTP response from a DeleteVariablesIDWithResponse call
func (DeleteVariablesIDResponse) Status ¶ added in v2.2.0
func (r DeleteVariablesIDResponse) Status() string
Status returns HTTPResponse.Status
func (DeleteVariablesIDResponse) StatusCode ¶ added in v2.2.0
func (r DeleteVariablesIDResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type Dialect ¶
type Dialect struct { // https://www.w3.org/TR/2015/REC-tabular-data-model-20151217/#columns Annotations *[]DialectAnnotations `json:"annotations,omitempty"` // Character prefixed to comment strings CommentPrefix *string `json:"commentPrefix,omitempty"` // Format of timestamps DateTimeFormat *DialectDateTimeFormat `json:"dateTimeFormat,omitempty"` // Separator between cells; the default is , Delimiter *string `json:"delimiter,omitempty"` // If true, the results will contain a header row Header *bool `json:"header,omitempty"` }
Dialect defines model for Dialect.
type DialectAnnotations ¶
type DialectAnnotations string
DialectAnnotations defines model for Dialect.Annotations.
const ( DialectAnnotationsDatatype DialectAnnotations = "datatype" DialectAnnotationsDefault DialectAnnotations = "default" DialectAnnotationsGroup DialectAnnotations = "group" )
type DialectDateTimeFormat ¶
type DialectDateTimeFormat string
DialectDateTimeFormat defines model for Dialect.DateTimeFormat.
const ( DialectDateTimeFormatRFC3339 DialectDateTimeFormat = "RFC3339" DialectDateTimeFormatRFC3339Nano DialectDateTimeFormat = "RFC3339Nano" )
type Document ¶
type Document struct { Content map[string]interface{} `json:"content"` Id string `json:"id"` Labels *Labels `json:"labels,omitempty"` Links *struct { // URI of resource. Self *Link `json:"self,omitempty"` } `json:"links,omitempty"` Meta DocumentMeta `json:"meta"` }
Document defines model for Document.
type DocumentCreate ¶
type DocumentCreate struct { Content map[string]interface{} `json:"content"` // An array of label IDs to be added as labels to the document. Labels *[]string `json:"labels,omitempty"` Meta DocumentMeta `json:"meta"` // The organization Name. Specify either `orgID` or `org`. Org *string `json:"org,omitempty"` // The organization Name. Specify either `orgID` or `org`. OrgID *string `json:"orgID,omitempty"` }
DocumentCreate defines model for DocumentCreate.
type DocumentListEntry ¶
type DocumentListEntry struct { Id string `json:"id"` Labels *Labels `json:"labels,omitempty"` Links *struct { // URI of resource. Self *Link `json:"self,omitempty"` } `json:"links,omitempty"` Meta DocumentMeta `json:"meta"` }
DocumentListEntry defines model for DocumentListEntry.
type DocumentMeta ¶
type DocumentMeta struct { CreatedAt *time.Time `json:"createdAt,omitempty"` Description *string `json:"description,omitempty"` Name string `json:"name"` TemplateID *string `json:"templateID,omitempty"` Type *string `json:"type,omitempty"` UpdatedAt *time.Time `json:"updatedAt,omitempty"` Version string `json:"version"` }
DocumentMeta defines model for DocumentMeta.
type DocumentUpdate ¶
type DocumentUpdate struct { Content *map[string]interface{} `json:"content,omitempty"` Meta *DocumentMeta `json:"meta,omitempty"` }
DocumentUpdate defines model for DocumentUpdate.
type Documents ¶
type Documents struct {
Documents *[]DocumentListEntry `json:"documents,omitempty"`
}
Documents defines model for Documents.
type Duration ¶
type Duration struct { Magnitude *int `json:"magnitude,omitempty"` // Type of AST node Type *NodeType `json:"type,omitempty"` Unit *string `json:"unit,omitempty"` }
Duration defines model for Duration.
type DurationLiteral ¶
type DurationLiteral struct { // Type of AST node Type *NodeType `json:"type,omitempty"` // Duration values Values *[]Duration `json:"values,omitempty"` }
DurationLiteral defines model for DurationLiteral.
type Error ¶
type Error struct { // Code is the machine-readable error code. Code ErrorCode `json:"code"` // Message is a human-readable message. Message string `json:"message"` }
Error defines model for Error.
type ErrorCode ¶
type ErrorCode string
ErrorCode defines model for Error.Code.
const ( ErrorCodeConflict ErrorCode = "conflict" ErrorCodeEmptyValue ErrorCode = "empty value" ErrorCodeForbidden ErrorCode = "forbidden" ErrorCodeInternalError ErrorCode = "internal error" ErrorCodeInvalid ErrorCode = "invalid" ErrorCodeMethodNotAllowed ErrorCode = "method not allowed" ErrorCodeNotFound ErrorCode = "not found" ErrorCodeTooManyRequests ErrorCode = "too many requests" ErrorCodeUnprocessableEntity ErrorCode = "unprocessable entity" )
type ExportTemplateJSONBody ¶
type ExportTemplateJSONBody TemplateExport
ExportTemplateJSONBody defines parameters for ExportTemplate.
type ExportTemplateJSONRequestBody ¶
type ExportTemplateJSONRequestBody ExportTemplateJSONBody
ExportTemplateRequestBody defines body for ExportTemplate for application/json ContentType.
type ExportTemplateResponse ¶ added in v2.2.0
type ExportTemplateResponse struct { Body []byte HTTPResponse *http.Response JSON200 *Template YAML200 *Template JSONDefault *Error }
func ParseExportTemplateResponse ¶
func ParseExportTemplateResponse(rsp *http.Response) (*ExportTemplateResponse, error)
ParseExportTemplateResponse parses an HTTP response from a ExportTemplateWithResponse call
func (ExportTemplateResponse) Status ¶ added in v2.2.0
func (r ExportTemplateResponse) Status() string
Status returns HTTPResponse.Status
func (ExportTemplateResponse) StatusCode ¶ added in v2.2.0
func (r ExportTemplateResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type 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 File ¶
type File struct { // List of Flux statements Body *[]Statement `json:"body,omitempty"` // A list of package imports Imports *[]ImportDeclaration `json:"imports,omitempty"` // The name of the file. Name *string `json:"name,omitempty"` // Defines a package identifier Package *PackageClause `json:"package,omitempty"` // Type of AST node Type *NodeType `json:"type,omitempty"` }
File defines model for File.
type Flags ¶
type Flags struct {
AdditionalProperties map[string]interface{} `json:"-"`
}
Flags defines model for Flags.
func (Flags) Get ¶
Getter for additional properties for Flags. Returns the specified element and whether it was found
func (Flags) MarshalJSON ¶
Override default JSON handling for Flags to handle AdditionalProperties
func (*Flags) UnmarshalJSON ¶
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 ¶
FluxSuggestion_Params defines model for FluxSuggestion.Params.
func (FluxSuggestion_Params) Get ¶
func (a FluxSuggestion_Params) Get(fieldName string) (value string, found bool)
Getter for additional properties for FluxSuggestion_Params. Returns the specified element and whether it was found
func (FluxSuggestion_Params) MarshalJSON ¶
func (a FluxSuggestion_Params) MarshalJSON() ([]byte, error)
Override default JSON handling for FluxSuggestion_Params to handle AdditionalProperties
func (*FluxSuggestion_Params) Set ¶
func (a *FluxSuggestion_Params) Set(fieldName string, value string)
Setter for additional properties for FluxSuggestion_Params
func (*FluxSuggestion_Params) UnmarshalJSON ¶
func (a *FluxSuggestion_Params) UnmarshalJSON(b []byte) error
Override default JSON handling for FluxSuggestion_Params to handle AdditionalProperties
type FluxSuggestions ¶
type FluxSuggestions struct {
Funcs *[]FluxSuggestion `json:"funcs,omitempty"`
}
FluxSuggestions defines model for FluxSuggestions.
type FunctionExpression ¶
type FunctionExpression struct { Body *Node `json:"body,omitempty"` // Function parameters Params *[]Property `json:"params,omitempty"` // Type of AST node Type *NodeType `json:"type,omitempty"` }
FunctionExpression defines model for FunctionExpression.
type GaugeViewProperties ¶
type GaugeViewProperties struct { // Colors define color encoding of data into a visualization Colors []DashboardColor `json:"colors"` // Indicates whether decimal places should be enforced, and how many digits it should show. DecimalPlaces DecimalPlaces `json:"decimalPlaces"` // Legend define encoding of data into a view's legend Legend Legend `json:"legend"` Note string `json:"note"` Prefix string `json:"prefix"` Queries []DashboardQuery `json:"queries"` Shape GaugeViewPropertiesShape `json:"shape"` // If true, will display note when empty ShowNoteWhenEmpty bool `json:"showNoteWhenEmpty"` Suffix string `json:"suffix"` TickPrefix string `json:"tickPrefix"` TickSuffix string `json:"tickSuffix"` Type GaugeViewPropertiesType `json:"type"` }
GaugeViewProperties defines model for GaugeViewProperties.
type GaugeViewPropertiesShape ¶
type GaugeViewPropertiesShape string
GaugeViewPropertiesShape defines model for GaugeViewProperties.Shape.
const (
GaugeViewPropertiesShapeChronografV2 GaugeViewPropertiesShape = "chronograf-v2"
)
type GaugeViewPropertiesType ¶
type GaugeViewPropertiesType string
GaugeViewPropertiesType defines model for GaugeViewProperties.Type.
const (
GaugeViewPropertiesTypeGauge GaugeViewPropertiesType = "gauge"
)
type GetAuthorizationsIDParams ¶
type GetAuthorizationsIDParams struct { // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
GetAuthorizationsIDParams defines parameters for GetAuthorizationsID.
type GetAuthorizationsIDResponse ¶ added in v2.2.0
type GetAuthorizationsIDResponse struct { Body []byte HTTPResponse *http.Response JSON200 *Authorization JSONDefault *Error }
func ParseGetAuthorizationsIDResponse ¶
func ParseGetAuthorizationsIDResponse(rsp *http.Response) (*GetAuthorizationsIDResponse, error)
ParseGetAuthorizationsIDResponse parses an HTTP response from a GetAuthorizationsIDWithResponse call
func (GetAuthorizationsIDResponse) Status ¶ added in v2.2.0
func (r GetAuthorizationsIDResponse) Status() string
Status returns HTTPResponse.Status
func (GetAuthorizationsIDResponse) StatusCode ¶ added in v2.2.0
func (r GetAuthorizationsIDResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetAuthorizationsParams ¶
type GetAuthorizationsParams struct { // Only show authorizations that belong to a user ID. UserID *string `json:"userID,omitempty"` // Only show authorizations that belong to a user name. User *string `json:"user,omitempty"` // Only show authorizations that belong to an organization ID. OrgID *string `json:"orgID,omitempty"` // Only show authorizations that belong to a organization name. Org *string `json:"org,omitempty"` // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
GetAuthorizationsParams defines parameters for GetAuthorizations.
type GetAuthorizationsResponse ¶ added in v2.2.0
type GetAuthorizationsResponse struct { Body []byte HTTPResponse *http.Response JSON200 *Authorizations JSONDefault *Error }
func ParseGetAuthorizationsResponse ¶
func ParseGetAuthorizationsResponse(rsp *http.Response) (*GetAuthorizationsResponse, error)
ParseGetAuthorizationsResponse parses an HTTP response from a GetAuthorizationsWithResponse call
func (GetAuthorizationsResponse) Status ¶ added in v2.2.0
func (r GetAuthorizationsResponse) Status() string
Status returns HTTPResponse.Status
func (GetAuthorizationsResponse) StatusCode ¶ added in v2.2.0
func (r GetAuthorizationsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetBucketsIDLabelsParams ¶
type GetBucketsIDLabelsParams struct { // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
GetBucketsIDLabelsParams defines parameters for GetBucketsIDLabels.
type GetBucketsIDLabelsResponse ¶ added in v2.2.0
type GetBucketsIDLabelsResponse struct { Body []byte HTTPResponse *http.Response JSON200 *LabelsResponse JSONDefault *Error }
func ParseGetBucketsIDLabelsResponse ¶
func ParseGetBucketsIDLabelsResponse(rsp *http.Response) (*GetBucketsIDLabelsResponse, error)
ParseGetBucketsIDLabelsResponse parses an HTTP response from a GetBucketsIDLabelsWithResponse call
func (GetBucketsIDLabelsResponse) Status ¶ added in v2.2.0
func (r GetBucketsIDLabelsResponse) Status() string
Status returns HTTPResponse.Status
func (GetBucketsIDLabelsResponse) StatusCode ¶ added in v2.2.0
func (r GetBucketsIDLabelsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetBucketsIDMembersParams ¶
type GetBucketsIDMembersParams struct { // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
GetBucketsIDMembersParams defines parameters for GetBucketsIDMembers.
type GetBucketsIDMembersResponse ¶ added in v2.2.0
type GetBucketsIDMembersResponse struct { Body []byte HTTPResponse *http.Response JSON200 *ResourceMembers JSONDefault *Error }
func ParseGetBucketsIDMembersResponse ¶
func ParseGetBucketsIDMembersResponse(rsp *http.Response) (*GetBucketsIDMembersResponse, error)
ParseGetBucketsIDMembersResponse parses an HTTP response from a GetBucketsIDMembersWithResponse call
func (GetBucketsIDMembersResponse) Status ¶ added in v2.2.0
func (r GetBucketsIDMembersResponse) Status() string
Status returns HTTPResponse.Status
func (GetBucketsIDMembersResponse) StatusCode ¶ added in v2.2.0
func (r GetBucketsIDMembersResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetBucketsIDOwnersParams ¶
type GetBucketsIDOwnersParams struct { // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
GetBucketsIDOwnersParams defines parameters for GetBucketsIDOwners.
type GetBucketsIDOwnersResponse ¶ added in v2.2.0
type GetBucketsIDOwnersResponse struct { Body []byte HTTPResponse *http.Response JSON200 *ResourceOwners JSONDefault *Error }
func ParseGetBucketsIDOwnersResponse ¶
func ParseGetBucketsIDOwnersResponse(rsp *http.Response) (*GetBucketsIDOwnersResponse, error)
ParseGetBucketsIDOwnersResponse parses an HTTP response from a GetBucketsIDOwnersWithResponse call
func (GetBucketsIDOwnersResponse) Status ¶ added in v2.2.0
func (r GetBucketsIDOwnersResponse) Status() string
Status returns HTTPResponse.Status
func (GetBucketsIDOwnersResponse) StatusCode ¶ added in v2.2.0
func (r GetBucketsIDOwnersResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetBucketsIDParams ¶
type GetBucketsIDParams struct { // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
GetBucketsIDParams defines parameters for GetBucketsID.
type GetBucketsIDResponse ¶ added in v2.2.0
type GetBucketsIDResponse struct { Body []byte HTTPResponse *http.Response JSON200 *Bucket JSONDefault *Error }
func ParseGetBucketsIDResponse ¶
func ParseGetBucketsIDResponse(rsp *http.Response) (*GetBucketsIDResponse, error)
ParseGetBucketsIDResponse parses an HTTP response from a GetBucketsIDWithResponse call
func (GetBucketsIDResponse) Status ¶ added in v2.2.0
func (r GetBucketsIDResponse) Status() string
Status returns HTTPResponse.Status
func (GetBucketsIDResponse) StatusCode ¶ added in v2.2.0
func (r GetBucketsIDResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetBucketsParams ¶
type GetBucketsParams struct { Offset *Offset `json:"offset,omitempty"` Limit *Limit `json:"limit,omitempty"` // The last resource ID from which to seek from (but not including). This is to be used instead of `offset`. After *After `json:"after,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 GetBucketsResponse ¶ added in v2.2.0
type GetBucketsResponse struct { Body []byte HTTPResponse *http.Response JSON200 *Buckets JSONDefault *Error }
func ParseGetBucketsResponse ¶
func ParseGetBucketsResponse(rsp *http.Response) (*GetBucketsResponse, error)
ParseGetBucketsResponse parses an HTTP response from a GetBucketsWithResponse call
func (GetBucketsResponse) Status ¶ added in v2.2.0
func (r GetBucketsResponse) Status() string
Status returns HTTPResponse.Status
func (GetBucketsResponse) StatusCode ¶ added in v2.2.0
func (r GetBucketsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetChecksIDLabelsParams ¶
type GetChecksIDLabelsParams struct { // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
GetChecksIDLabelsParams defines parameters for GetChecksIDLabels.
type GetChecksIDLabelsResponse ¶ added in v2.2.0
type GetChecksIDLabelsResponse struct { Body []byte HTTPResponse *http.Response JSON200 *LabelsResponse JSONDefault *Error }
func ParseGetChecksIDLabelsResponse ¶
func ParseGetChecksIDLabelsResponse(rsp *http.Response) (*GetChecksIDLabelsResponse, error)
ParseGetChecksIDLabelsResponse parses an HTTP response from a GetChecksIDLabelsWithResponse call
func (GetChecksIDLabelsResponse) Status ¶ added in v2.2.0
func (r GetChecksIDLabelsResponse) Status() string
Status returns HTTPResponse.Status
func (GetChecksIDLabelsResponse) StatusCode ¶ added in v2.2.0
func (r GetChecksIDLabelsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetChecksIDParams ¶
type GetChecksIDParams struct { // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
GetChecksIDParams defines parameters for GetChecksID.
type GetChecksIDQueryParams ¶
type GetChecksIDQueryParams struct { // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
GetChecksIDQueryParams defines parameters for GetChecksIDQuery.
type GetChecksIDQueryResponse ¶ added in v2.2.0
type GetChecksIDQueryResponse struct { Body []byte HTTPResponse *http.Response JSON200 *FluxResponse JSON400 *Error JSON404 *Error JSONDefault *Error }
func ParseGetChecksIDQueryResponse ¶
func ParseGetChecksIDQueryResponse(rsp *http.Response) (*GetChecksIDQueryResponse, error)
ParseGetChecksIDQueryResponse parses an HTTP response from a GetChecksIDQueryWithResponse call
func (GetChecksIDQueryResponse) Status ¶ added in v2.2.0
func (r GetChecksIDQueryResponse) Status() string
Status returns HTTPResponse.Status
func (GetChecksIDQueryResponse) StatusCode ¶ added in v2.2.0
func (r GetChecksIDQueryResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetChecksIDResponse ¶ added in v2.2.0
type GetChecksIDResponse struct { Body []byte HTTPResponse *http.Response JSON200 *Check JSONDefault *Error }
func ParseGetChecksIDResponse ¶
func ParseGetChecksIDResponse(rsp *http.Response) (*GetChecksIDResponse, error)
ParseGetChecksIDResponse parses an HTTP response from a GetChecksIDWithResponse call
func (GetChecksIDResponse) Status ¶ added in v2.2.0
func (r GetChecksIDResponse) Status() string
Status returns HTTPResponse.Status
func (GetChecksIDResponse) StatusCode ¶ added in v2.2.0
func (r GetChecksIDResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetChecksParams ¶
type GetChecksParams struct { Offset *Offset `json:"offset,omitempty"` Limit *Limit `json:"limit,omitempty"` // Only show checks that belong to a specific organization ID. OrgID string `json:"orgID"` // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
GetChecksParams defines parameters for GetChecks.
type GetChecksResponse ¶ added in v2.2.0
type GetChecksResponse struct { Body []byte HTTPResponse *http.Response JSON200 *Checks JSONDefault *Error }
func ParseGetChecksResponse ¶
func ParseGetChecksResponse(rsp *http.Response) (*GetChecksResponse, error)
ParseGetChecksResponse parses an HTTP response from a GetChecksWithResponse call
func (GetChecksResponse) Status ¶ added in v2.2.0
func (r GetChecksResponse) Status() string
Status returns HTTPResponse.Status
func (GetChecksResponse) StatusCode ¶ added in v2.2.0
func (r GetChecksResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetDBRPsIDParams ¶
type GetDBRPsIDParams struct { // Specifies the organization ID of the mapping OrgID string `json:"orgID"` // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
GetDBRPsIDParams defines parameters for GetDBRPsID.
type GetDBRPsIDResponse ¶ added in v2.2.0
type GetDBRPsIDResponse struct { Body []byte HTTPResponse *http.Response JSON200 *DBRP JSON400 *Error JSONDefault *Error }
func ParseGetDBRPsIDResponse ¶
func ParseGetDBRPsIDResponse(rsp *http.Response) (*GetDBRPsIDResponse, error)
ParseGetDBRPsIDResponse parses an HTTP response from a GetDBRPsIDWithResponse call
func (GetDBRPsIDResponse) Status ¶ added in v2.2.0
func (r GetDBRPsIDResponse) Status() string
Status returns HTTPResponse.Status
func (GetDBRPsIDResponse) StatusCode ¶ added in v2.2.0
func (r GetDBRPsIDResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetDBRPsParams ¶
type GetDBRPsParams struct { // Specifies the organization ID to filter on OrgID string `json:"orgID"` // Specifies the mapping ID to filter on Id *string `json:"id,omitempty"` // Specifies the bucket ID to filter on BucketID *string `json:"bucketID,omitempty"` // Specifies filtering on default Default *bool `json:"default,omitempty"` // Specifies the database to filter on Db *string `json:"db,omitempty"` // Specifies the retention policy to filter on Rp *string `json:"rp,omitempty"` // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
GetDBRPsParams defines parameters for GetDBRPs.
type GetDBRPsResponse ¶ added in v2.2.0
type GetDBRPsResponse struct { Body []byte HTTPResponse *http.Response JSON200 *DBRPs JSON400 *Error JSONDefault *Error }
func ParseGetDBRPsResponse ¶
func ParseGetDBRPsResponse(rsp *http.Response) (*GetDBRPsResponse, error)
ParseGetDBRPsResponse parses an HTTP response from a GetDBRPsWithResponse call
func (GetDBRPsResponse) Status ¶ added in v2.2.0
func (r GetDBRPsResponse) Status() string
Status returns HTTPResponse.Status
func (GetDBRPsResponse) StatusCode ¶ added in v2.2.0
func (r GetDBRPsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetDashboardsIDCellsIDViewParams ¶
type GetDashboardsIDCellsIDViewParams struct { // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
GetDashboardsIDCellsIDViewParams defines parameters for GetDashboardsIDCellsIDView.
type GetDashboardsIDCellsIDViewResponse ¶ added in v2.2.0
type GetDashboardsIDCellsIDViewResponse struct { Body []byte HTTPResponse *http.Response JSON200 *View JSON404 *Error JSONDefault *Error }
func ParseGetDashboardsIDCellsIDViewResponse ¶
func ParseGetDashboardsIDCellsIDViewResponse(rsp *http.Response) (*GetDashboardsIDCellsIDViewResponse, error)
ParseGetDashboardsIDCellsIDViewResponse parses an HTTP response from a GetDashboardsIDCellsIDViewWithResponse call
func (GetDashboardsIDCellsIDViewResponse) Status ¶ added in v2.2.0
func (r GetDashboardsIDCellsIDViewResponse) Status() string
Status returns HTTPResponse.Status
func (GetDashboardsIDCellsIDViewResponse) StatusCode ¶ added in v2.2.0
func (r GetDashboardsIDCellsIDViewResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetDashboardsIDLabelsParams ¶
type GetDashboardsIDLabelsParams struct { // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
GetDashboardsIDLabelsParams defines parameters for GetDashboardsIDLabels.
type GetDashboardsIDLabelsResponse ¶ added in v2.2.0
type GetDashboardsIDLabelsResponse struct { Body []byte HTTPResponse *http.Response JSON200 *LabelsResponse JSONDefault *Error }
func ParseGetDashboardsIDLabelsResponse ¶
func ParseGetDashboardsIDLabelsResponse(rsp *http.Response) (*GetDashboardsIDLabelsResponse, error)
ParseGetDashboardsIDLabelsResponse parses an HTTP response from a GetDashboardsIDLabelsWithResponse call
func (GetDashboardsIDLabelsResponse) Status ¶ added in v2.2.0
func (r GetDashboardsIDLabelsResponse) Status() string
Status returns HTTPResponse.Status
func (GetDashboardsIDLabelsResponse) StatusCode ¶ added in v2.2.0
func (r GetDashboardsIDLabelsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetDashboardsIDMembersParams ¶
type GetDashboardsIDMembersParams struct { // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
GetDashboardsIDMembersParams defines parameters for GetDashboardsIDMembers.
type GetDashboardsIDMembersResponse ¶ added in v2.2.0
type GetDashboardsIDMembersResponse struct { Body []byte HTTPResponse *http.Response JSON200 *ResourceMembers JSONDefault *Error }
func ParseGetDashboardsIDMembersResponse ¶
func ParseGetDashboardsIDMembersResponse(rsp *http.Response) (*GetDashboardsIDMembersResponse, error)
ParseGetDashboardsIDMembersResponse parses an HTTP response from a GetDashboardsIDMembersWithResponse call
func (GetDashboardsIDMembersResponse) Status ¶ added in v2.2.0
func (r GetDashboardsIDMembersResponse) Status() string
Status returns HTTPResponse.Status
func (GetDashboardsIDMembersResponse) StatusCode ¶ added in v2.2.0
func (r GetDashboardsIDMembersResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetDashboardsIDOwnersParams ¶
type GetDashboardsIDOwnersParams struct { // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
GetDashboardsIDOwnersParams defines parameters for GetDashboardsIDOwners.
type GetDashboardsIDOwnersResponse ¶ added in v2.2.0
type GetDashboardsIDOwnersResponse struct { Body []byte HTTPResponse *http.Response JSON200 *ResourceOwners JSONDefault *Error }
func ParseGetDashboardsIDOwnersResponse ¶
func ParseGetDashboardsIDOwnersResponse(rsp *http.Response) (*GetDashboardsIDOwnersResponse, error)
ParseGetDashboardsIDOwnersResponse parses an HTTP response from a GetDashboardsIDOwnersWithResponse call
func (GetDashboardsIDOwnersResponse) Status ¶ added in v2.2.0
func (r GetDashboardsIDOwnersResponse) Status() string
Status returns HTTPResponse.Status
func (GetDashboardsIDOwnersResponse) StatusCode ¶ added in v2.2.0
func (r GetDashboardsIDOwnersResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetDashboardsIDParams ¶
type GetDashboardsIDParams struct { // Includes the cell view properties in the response if set to `properties` Include *GetDashboardsIDParamsInclude `json:"include,omitempty"` // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
GetDashboardsIDParams defines parameters for GetDashboardsID.
type GetDashboardsIDParamsInclude ¶
type GetDashboardsIDParamsInclude string
GetDashboardsIDParamsInclude defines parameters for GetDashboardsID.
type GetDashboardsIDResponse ¶ added in v2.2.0
type GetDashboardsIDResponse struct { Body []byte HTTPResponse *http.Response JSON200 *interface{} JSON404 *Error JSONDefault *Error }
func ParseGetDashboardsIDResponse ¶
func ParseGetDashboardsIDResponse(rsp *http.Response) (*GetDashboardsIDResponse, error)
ParseGetDashboardsIDResponse parses an HTTP response from a GetDashboardsIDWithResponse call
func (GetDashboardsIDResponse) Status ¶ added in v2.2.0
func (r GetDashboardsIDResponse) Status() string
Status returns HTTPResponse.Status
func (GetDashboardsIDResponse) StatusCode ¶ added in v2.2.0
func (r GetDashboardsIDResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetDashboardsParams ¶
type GetDashboardsParams struct { Offset *Offset `json:"offset,omitempty"` Limit *Limit `json:"limit,omitempty"` Descending *Descending `json:"descending,omitempty"` // The owner ID. Owner *string `json:"owner,omitempty"` // The column to sort by. SortBy *GetDashboardsParamsSortBy `json:"sortBy,omitempty"` // List of dashboard IDs to return. If both `id` and `owner` are specified, only `id` is used. Id *[]string `json:"id,omitempty"` // The organization ID. OrgID *string `json:"orgID,omitempty"` // The organization name. Org *string `json:"org,omitempty"` // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
GetDashboardsParams defines parameters for GetDashboards.
type GetDashboardsParamsSortBy ¶
type GetDashboardsParamsSortBy string
GetDashboardsParamsSortBy defines parameters for GetDashboards.
type GetDashboardsResponse ¶ added in v2.2.0
type GetDashboardsResponse struct { Body []byte HTTPResponse *http.Response JSON200 *Dashboards JSONDefault *Error }
func ParseGetDashboardsResponse ¶
func ParseGetDashboardsResponse(rsp *http.Response) (*GetDashboardsResponse, error)
ParseGetDashboardsResponse parses an HTTP response from a GetDashboardsWithResponse call
func (GetDashboardsResponse) Status ¶ added in v2.2.0
func (r GetDashboardsResponse) Status() string
Status returns HTTPResponse.Status
func (GetDashboardsResponse) StatusCode ¶ added in v2.2.0
func (r GetDashboardsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetDocumentsTemplatesIDLabelsParams ¶
type GetDocumentsTemplatesIDLabelsParams struct { // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
GetDocumentsTemplatesIDLabelsParams defines parameters for GetDocumentsTemplatesIDLabels.
type GetDocumentsTemplatesIDLabelsResponse ¶ added in v2.2.0
type GetDocumentsTemplatesIDLabelsResponse struct { Body []byte HTTPResponse *http.Response JSON200 *LabelsResponse JSONDefault *Error }
func ParseGetDocumentsTemplatesIDLabelsResponse ¶
func ParseGetDocumentsTemplatesIDLabelsResponse(rsp *http.Response) (*GetDocumentsTemplatesIDLabelsResponse, error)
ParseGetDocumentsTemplatesIDLabelsResponse parses an HTTP response from a GetDocumentsTemplatesIDLabelsWithResponse call
func (GetDocumentsTemplatesIDLabelsResponse) Status ¶ added in v2.2.0
func (r GetDocumentsTemplatesIDLabelsResponse) Status() string
Status returns HTTPResponse.Status
func (GetDocumentsTemplatesIDLabelsResponse) StatusCode ¶ added in v2.2.0
func (r GetDocumentsTemplatesIDLabelsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetDocumentsTemplatesIDParams ¶
type GetDocumentsTemplatesIDParams struct { // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
GetDocumentsTemplatesIDParams defines parameters for GetDocumentsTemplatesID.
type GetDocumentsTemplatesIDResponse ¶ added in v2.2.0
type GetDocumentsTemplatesIDResponse struct { Body []byte HTTPResponse *http.Response JSON200 *Document JSONDefault *Error }
func ParseGetDocumentsTemplatesIDResponse ¶
func ParseGetDocumentsTemplatesIDResponse(rsp *http.Response) (*GetDocumentsTemplatesIDResponse, error)
ParseGetDocumentsTemplatesIDResponse parses an HTTP response from a GetDocumentsTemplatesIDWithResponse call
func (GetDocumentsTemplatesIDResponse) Status ¶ added in v2.2.0
func (r GetDocumentsTemplatesIDResponse) Status() string
Status returns HTTPResponse.Status
func (GetDocumentsTemplatesIDResponse) StatusCode ¶ added in v2.2.0
func (r GetDocumentsTemplatesIDResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
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 GetDocumentsTemplatesResponse ¶ added in v2.2.0
type GetDocumentsTemplatesResponse struct { Body []byte HTTPResponse *http.Response JSON200 *Documents JSONDefault *Error }
func ParseGetDocumentsTemplatesResponse ¶
func ParseGetDocumentsTemplatesResponse(rsp *http.Response) (*GetDocumentsTemplatesResponse, error)
ParseGetDocumentsTemplatesResponse parses an HTTP response from a GetDocumentsTemplatesWithResponse call
func (GetDocumentsTemplatesResponse) Status ¶ added in v2.2.0
func (r GetDocumentsTemplatesResponse) Status() string
Status returns HTTPResponse.Status
func (GetDocumentsTemplatesResponse) StatusCode ¶ added in v2.2.0
func (r GetDocumentsTemplatesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetFlagsParams ¶
type GetFlagsParams struct { // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
GetFlagsParams defines parameters for GetFlags.
type GetFlagsResponse ¶ added in v2.2.0
type GetFlagsResponse struct { Body []byte HTTPResponse *http.Response JSON200 *Flags JSONDefault *Error }
func ParseGetFlagsResponse ¶
func ParseGetFlagsResponse(rsp *http.Response) (*GetFlagsResponse, error)
ParseGetFlagsResponse parses an HTTP response from a GetFlagsWithResponse call
func (GetFlagsResponse) Status ¶ added in v2.2.0
func (r GetFlagsResponse) Status() string
Status returns HTTPResponse.Status
func (GetFlagsResponse) StatusCode ¶ added in v2.2.0
func (r GetFlagsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetHealthParams ¶
type GetHealthParams struct { // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
GetHealthParams defines parameters for GetHealth.
type GetHealthResponse ¶ added in v2.2.0
type GetHealthResponse struct { Body []byte HTTPResponse *http.Response JSON200 *HealthCheck JSON503 *HealthCheck JSONDefault *Error }
func ParseGetHealthResponse ¶
func ParseGetHealthResponse(rsp *http.Response) (*GetHealthResponse, error)
ParseGetHealthResponse parses an HTTP response from a GetHealthWithResponse call
func (GetHealthResponse) Status ¶ added in v2.2.0
func (r GetHealthResponse) Status() string
Status returns HTTPResponse.Status
func (GetHealthResponse) StatusCode ¶ added in v2.2.0
func (r GetHealthResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetLabelsIDParams ¶
type GetLabelsIDParams struct { // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
GetLabelsIDParams defines parameters for GetLabelsID.
type GetLabelsIDResponse ¶ added in v2.2.0
type GetLabelsIDResponse struct { Body []byte HTTPResponse *http.Response JSON200 *LabelResponse JSONDefault *Error }
func ParseGetLabelsIDResponse ¶
func ParseGetLabelsIDResponse(rsp *http.Response) (*GetLabelsIDResponse, error)
ParseGetLabelsIDResponse parses an HTTP response from a GetLabelsIDWithResponse call
func (GetLabelsIDResponse) Status ¶ added in v2.2.0
func (r GetLabelsIDResponse) Status() string
Status returns HTTPResponse.Status
func (GetLabelsIDResponse) StatusCode ¶ added in v2.2.0
func (r GetLabelsIDResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetLabelsParams ¶
type GetLabelsParams struct { // The organization ID. OrgID *string `json:"orgID,omitempty"` // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
GetLabelsParams defines parameters for GetLabels.
type GetLabelsResponse ¶ added in v2.2.0
type GetLabelsResponse struct { Body []byte HTTPResponse *http.Response JSON200 *LabelsResponse JSONDefault *Error }
func ParseGetLabelsResponse ¶
func ParseGetLabelsResponse(rsp *http.Response) (*GetLabelsResponse, error)
ParseGetLabelsResponse parses an HTTP response from a GetLabelsWithResponse call
func (GetLabelsResponse) Status ¶ added in v2.2.0
func (r GetLabelsResponse) Status() string
Status returns HTTPResponse.Status
func (GetLabelsResponse) StatusCode ¶ added in v2.2.0
func (r GetLabelsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetMeParams ¶
type GetMeParams struct { // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
GetMeParams defines parameters for GetMe.
type GetMeResponse ¶ added in v2.2.0
type GetMeResponse struct { Body []byte HTTPResponse *http.Response JSON200 *User JSONDefault *Error }
func ParseGetMeResponse ¶
func ParseGetMeResponse(rsp *http.Response) (*GetMeResponse, error)
ParseGetMeResponse parses an HTTP response from a GetMeWithResponse call
func (GetMeResponse) Status ¶ added in v2.2.0
func (r GetMeResponse) Status() string
Status returns HTTPResponse.Status
func (GetMeResponse) StatusCode ¶ added in v2.2.0
func (r GetMeResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetNotificationEndpointsIDLabelsParams ¶
type GetNotificationEndpointsIDLabelsParams struct { // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
GetNotificationEndpointsIDLabelsParams defines parameters for GetNotificationEndpointsIDLabels.
type GetNotificationEndpointsIDLabelsResponse ¶ added in v2.2.0
type GetNotificationEndpointsIDLabelsResponse struct { Body []byte HTTPResponse *http.Response JSON200 *LabelsResponse JSONDefault *Error }
func ParseGetNotificationEndpointsIDLabelsResponse ¶
func ParseGetNotificationEndpointsIDLabelsResponse(rsp *http.Response) (*GetNotificationEndpointsIDLabelsResponse, error)
ParseGetNotificationEndpointsIDLabelsResponse parses an HTTP response from a GetNotificationEndpointsIDLabelsWithResponse call
func (GetNotificationEndpointsIDLabelsResponse) Status ¶ added in v2.2.0
func (r GetNotificationEndpointsIDLabelsResponse) Status() string
Status returns HTTPResponse.Status
func (GetNotificationEndpointsIDLabelsResponse) StatusCode ¶ added in v2.2.0
func (r GetNotificationEndpointsIDLabelsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetNotificationEndpointsIDParams ¶
type GetNotificationEndpointsIDParams struct { // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
GetNotificationEndpointsIDParams defines parameters for GetNotificationEndpointsID.
type GetNotificationEndpointsIDResponse ¶ added in v2.2.0
type GetNotificationEndpointsIDResponse struct { Body []byte HTTPResponse *http.Response JSON200 *NotificationEndpoint JSONDefault *Error }
func ParseGetNotificationEndpointsIDResponse ¶
func ParseGetNotificationEndpointsIDResponse(rsp *http.Response) (*GetNotificationEndpointsIDResponse, error)
ParseGetNotificationEndpointsIDResponse parses an HTTP response from a GetNotificationEndpointsIDWithResponse call
func (GetNotificationEndpointsIDResponse) Status ¶ added in v2.2.0
func (r GetNotificationEndpointsIDResponse) Status() string
Status returns HTTPResponse.Status
func (GetNotificationEndpointsIDResponse) StatusCode ¶ added in v2.2.0
func (r GetNotificationEndpointsIDResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetNotificationEndpointsParams ¶
type GetNotificationEndpointsParams struct { Offset *Offset `json:"offset,omitempty"` Limit *Limit `json:"limit,omitempty"` // Only show notification endpoints that belong to specific organization ID. OrgID string `json:"orgID"` // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
GetNotificationEndpointsParams defines parameters for GetNotificationEndpoints.
type GetNotificationEndpointsResponse ¶ added in v2.2.0
type GetNotificationEndpointsResponse struct { Body []byte HTTPResponse *http.Response JSON200 *NotificationEndpoints JSONDefault *Error }
func ParseGetNotificationEndpointsResponse ¶
func ParseGetNotificationEndpointsResponse(rsp *http.Response) (*GetNotificationEndpointsResponse, error)
ParseGetNotificationEndpointsResponse parses an HTTP response from a GetNotificationEndpointsWithResponse call
func (GetNotificationEndpointsResponse) Status ¶ added in v2.2.0
func (r GetNotificationEndpointsResponse) Status() string
Status returns HTTPResponse.Status
func (GetNotificationEndpointsResponse) StatusCode ¶ added in v2.2.0
func (r GetNotificationEndpointsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetNotificationRulesIDLabelsParams ¶
type GetNotificationRulesIDLabelsParams struct { // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
GetNotificationRulesIDLabelsParams defines parameters for GetNotificationRulesIDLabels.
type GetNotificationRulesIDLabelsResponse ¶ added in v2.2.0
type GetNotificationRulesIDLabelsResponse struct { Body []byte HTTPResponse *http.Response JSON200 *LabelsResponse JSONDefault *Error }
func ParseGetNotificationRulesIDLabelsResponse ¶
func ParseGetNotificationRulesIDLabelsResponse(rsp *http.Response) (*GetNotificationRulesIDLabelsResponse, error)
ParseGetNotificationRulesIDLabelsResponse parses an HTTP response from a GetNotificationRulesIDLabelsWithResponse call
func (GetNotificationRulesIDLabelsResponse) Status ¶ added in v2.2.0
func (r GetNotificationRulesIDLabelsResponse) Status() string
Status returns HTTPResponse.Status
func (GetNotificationRulesIDLabelsResponse) StatusCode ¶ added in v2.2.0
func (r GetNotificationRulesIDLabelsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetNotificationRulesIDParams ¶
type GetNotificationRulesIDParams struct { // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
GetNotificationRulesIDParams defines parameters for GetNotificationRulesID.
type GetNotificationRulesIDQueryParams ¶
type GetNotificationRulesIDQueryParams struct { // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
GetNotificationRulesIDQueryParams defines parameters for GetNotificationRulesIDQuery.
type GetNotificationRulesIDQueryResponse ¶ added in v2.2.0
type GetNotificationRulesIDQueryResponse struct { Body []byte HTTPResponse *http.Response JSON200 *FluxResponse JSON400 *Error JSON404 *Error JSONDefault *Error }
func ParseGetNotificationRulesIDQueryResponse ¶
func ParseGetNotificationRulesIDQueryResponse(rsp *http.Response) (*GetNotificationRulesIDQueryResponse, error)
ParseGetNotificationRulesIDQueryResponse parses an HTTP response from a GetNotificationRulesIDQueryWithResponse call
func (GetNotificationRulesIDQueryResponse) Status ¶ added in v2.2.0
func (r GetNotificationRulesIDQueryResponse) Status() string
Status returns HTTPResponse.Status
func (GetNotificationRulesIDQueryResponse) StatusCode ¶ added in v2.2.0
func (r GetNotificationRulesIDQueryResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetNotificationRulesIDResponse ¶ added in v2.2.0
type GetNotificationRulesIDResponse struct { Body []byte HTTPResponse *http.Response JSON200 *NotificationRule JSONDefault *Error }
func ParseGetNotificationRulesIDResponse ¶
func ParseGetNotificationRulesIDResponse(rsp *http.Response) (*GetNotificationRulesIDResponse, error)
ParseGetNotificationRulesIDResponse parses an HTTP response from a GetNotificationRulesIDWithResponse call
func (GetNotificationRulesIDResponse) Status ¶ added in v2.2.0
func (r GetNotificationRulesIDResponse) Status() string
Status returns HTTPResponse.Status
func (GetNotificationRulesIDResponse) StatusCode ¶ added in v2.2.0
func (r GetNotificationRulesIDResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetNotificationRulesParams ¶
type GetNotificationRulesParams struct { Offset *Offset `json:"offset,omitempty"` Limit *Limit `json:"limit,omitempty"` // Only show notification rules that belong to a specific organization ID. OrgID string `json:"orgID"` // Only show notifications that belong to the specific check ID. CheckID *string `json:"checkID,omitempty"` // Only return notification rules that "would match" statuses which contain the tag key value pairs provided. Tag *string `json:"tag,omitempty"` // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
GetNotificationRulesParams defines parameters for GetNotificationRules.
type GetNotificationRulesResponse ¶ added in v2.2.0
type GetNotificationRulesResponse struct { Body []byte HTTPResponse *http.Response JSON200 *NotificationRules JSONDefault *Error }
func ParseGetNotificationRulesResponse ¶
func ParseGetNotificationRulesResponse(rsp *http.Response) (*GetNotificationRulesResponse, error)
ParseGetNotificationRulesResponse parses an HTTP response from a GetNotificationRulesWithResponse call
func (GetNotificationRulesResponse) Status ¶ added in v2.2.0
func (r GetNotificationRulesResponse) Status() string
Status returns HTTPResponse.Status
func (GetNotificationRulesResponse) StatusCode ¶ added in v2.2.0
func (r GetNotificationRulesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetOrgsIDMembersParams ¶
type GetOrgsIDMembersParams struct { // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
GetOrgsIDMembersParams defines parameters for GetOrgsIDMembers.
type GetOrgsIDMembersResponse ¶ added in v2.2.0
type GetOrgsIDMembersResponse struct { Body []byte HTTPResponse *http.Response JSON200 *ResourceMembers JSON404 *Error JSONDefault *Error }
func ParseGetOrgsIDMembersResponse ¶
func ParseGetOrgsIDMembersResponse(rsp *http.Response) (*GetOrgsIDMembersResponse, error)
ParseGetOrgsIDMembersResponse parses an HTTP response from a GetOrgsIDMembersWithResponse call
func (GetOrgsIDMembersResponse) Status ¶ added in v2.2.0
func (r GetOrgsIDMembersResponse) Status() string
Status returns HTTPResponse.Status
func (GetOrgsIDMembersResponse) StatusCode ¶ added in v2.2.0
func (r GetOrgsIDMembersResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetOrgsIDOwnersParams ¶
type GetOrgsIDOwnersParams struct { // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
GetOrgsIDOwnersParams defines parameters for GetOrgsIDOwners.
type GetOrgsIDOwnersResponse ¶ added in v2.2.0
type GetOrgsIDOwnersResponse struct { Body []byte HTTPResponse *http.Response JSON200 *ResourceOwners JSON404 *Error JSONDefault *Error }
func ParseGetOrgsIDOwnersResponse ¶
func ParseGetOrgsIDOwnersResponse(rsp *http.Response) (*GetOrgsIDOwnersResponse, error)
ParseGetOrgsIDOwnersResponse parses an HTTP response from a GetOrgsIDOwnersWithResponse call
func (GetOrgsIDOwnersResponse) Status ¶ added in v2.2.0
func (r GetOrgsIDOwnersResponse) Status() string
Status returns HTTPResponse.Status
func (GetOrgsIDOwnersResponse) StatusCode ¶ added in v2.2.0
func (r GetOrgsIDOwnersResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetOrgsIDParams ¶
type GetOrgsIDParams struct { // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
GetOrgsIDParams defines parameters for GetOrgsID.
type GetOrgsIDResponse ¶ added in v2.2.0
type GetOrgsIDResponse struct { Body []byte HTTPResponse *http.Response JSON200 *Organization JSONDefault *Error }
func ParseGetOrgsIDResponse ¶
func ParseGetOrgsIDResponse(rsp *http.Response) (*GetOrgsIDResponse, error)
ParseGetOrgsIDResponse parses an HTTP response from a GetOrgsIDWithResponse call
func (GetOrgsIDResponse) Status ¶ added in v2.2.0
func (r GetOrgsIDResponse) Status() string
Status returns HTTPResponse.Status
func (GetOrgsIDResponse) StatusCode ¶ added in v2.2.0
func (r GetOrgsIDResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetOrgsIDSecretsParams ¶
type GetOrgsIDSecretsParams struct { // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
GetOrgsIDSecretsParams defines parameters for GetOrgsIDSecrets.
type GetOrgsIDSecretsResponse ¶ added in v2.2.0
type GetOrgsIDSecretsResponse struct { Body []byte HTTPResponse *http.Response JSON200 *SecretKeysResponse JSONDefault *Error }
func ParseGetOrgsIDSecretsResponse ¶
func ParseGetOrgsIDSecretsResponse(rsp *http.Response) (*GetOrgsIDSecretsResponse, error)
ParseGetOrgsIDSecretsResponse parses an HTTP response from a GetOrgsIDSecretsWithResponse call
func (GetOrgsIDSecretsResponse) Status ¶ added in v2.2.0
func (r GetOrgsIDSecretsResponse) Status() string
Status returns HTTPResponse.Status
func (GetOrgsIDSecretsResponse) StatusCode ¶ added in v2.2.0
func (r GetOrgsIDSecretsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetOrgsParams ¶
type GetOrgsParams struct { Offset *Offset `json:"offset,omitempty"` Limit *Limit `json:"limit,omitempty"` Descending *Descending `json:"descending,omitempty"` // Filter organizations to a specific organization name. Org *string `json:"org,omitempty"` // Filter organizations to a specific organization ID. OrgID *string `json:"orgID,omitempty"` // Filter organizations to a specific user ID. UserID *string `json:"userID,omitempty"` // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
GetOrgsParams defines parameters for GetOrgs.
type GetOrgsResponse ¶ added in v2.2.0
type GetOrgsResponse struct { Body []byte HTTPResponse *http.Response JSON200 *Organizations JSONDefault *Error }
func ParseGetOrgsResponse ¶
func ParseGetOrgsResponse(rsp *http.Response) (*GetOrgsResponse, error)
ParseGetOrgsResponse parses an HTTP response from a GetOrgsWithResponse call
func (GetOrgsResponse) Status ¶ added in v2.2.0
func (r GetOrgsResponse) Status() string
Status returns HTTPResponse.Status
func (GetOrgsResponse) StatusCode ¶ added in v2.2.0
func (r GetOrgsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetQuerySuggestionsNameParams ¶
type GetQuerySuggestionsNameParams struct { // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
GetQuerySuggestionsNameParams defines parameters for GetQuerySuggestionsName.
type GetQuerySuggestionsNameResponse ¶ added in v2.2.0
type GetQuerySuggestionsNameResponse struct { Body []byte HTTPResponse *http.Response JSON200 *FluxSuggestion JSONDefault *Error }
func ParseGetQuerySuggestionsNameResponse ¶
func ParseGetQuerySuggestionsNameResponse(rsp *http.Response) (*GetQuerySuggestionsNameResponse, error)
ParseGetQuerySuggestionsNameResponse parses an HTTP response from a GetQuerySuggestionsNameWithResponse call
func (GetQuerySuggestionsNameResponse) Status ¶ added in v2.2.0
func (r GetQuerySuggestionsNameResponse) Status() string
Status returns HTTPResponse.Status
func (GetQuerySuggestionsNameResponse) StatusCode ¶ added in v2.2.0
func (r GetQuerySuggestionsNameResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetQuerySuggestionsParams ¶
type GetQuerySuggestionsParams struct { // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
GetQuerySuggestionsParams defines parameters for GetQuerySuggestions.
type GetQuerySuggestionsResponse ¶ added in v2.2.0
type GetQuerySuggestionsResponse struct { Body []byte HTTPResponse *http.Response JSON200 *FluxSuggestions JSONDefault *Error }
func ParseGetQuerySuggestionsResponse ¶
func ParseGetQuerySuggestionsResponse(rsp *http.Response) (*GetQuerySuggestionsResponse, error)
ParseGetQuerySuggestionsResponse parses an HTTP response from a GetQuerySuggestionsWithResponse call
func (GetQuerySuggestionsResponse) Status ¶ added in v2.2.0
func (r GetQuerySuggestionsResponse) Status() string
Status returns HTTPResponse.Status
func (GetQuerySuggestionsResponse) StatusCode ¶ added in v2.2.0
func (r GetQuerySuggestionsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetReadyParams ¶
type GetReadyParams struct { // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
GetReadyParams defines parameters for GetReady.
type GetReadyResponse ¶ added in v2.2.0
type GetReadyResponse struct { Body []byte HTTPResponse *http.Response JSON200 *Ready JSONDefault *Error }
func ParseGetReadyResponse ¶
func ParseGetReadyResponse(rsp *http.Response) (*GetReadyResponse, error)
ParseGetReadyResponse parses an HTTP response from a GetReadyWithResponse call
func (GetReadyResponse) Status ¶ added in v2.2.0
func (r GetReadyResponse) Status() string
Status returns HTTPResponse.Status
func (GetReadyResponse) StatusCode ¶ added in v2.2.0
func (r GetReadyResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetRoutesParams ¶
type GetRoutesParams struct { // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
GetRoutesParams defines parameters for GetRoutes.
type GetRoutesResponse ¶ added in v2.2.0
func ParseGetRoutesResponse ¶
func ParseGetRoutesResponse(rsp *http.Response) (*GetRoutesResponse, error)
ParseGetRoutesResponse parses an HTTP response from a GetRoutesWithResponse call
func (GetRoutesResponse) Status ¶ added in v2.2.0
func (r GetRoutesResponse) Status() string
Status returns HTTPResponse.Status
func (GetRoutesResponse) StatusCode ¶ added in v2.2.0
func (r GetRoutesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetScrapersIDLabelsParams ¶
type GetScrapersIDLabelsParams struct { // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
GetScrapersIDLabelsParams defines parameters for GetScrapersIDLabels.
type GetScrapersIDLabelsResponse ¶ added in v2.2.0
type GetScrapersIDLabelsResponse struct { Body []byte HTTPResponse *http.Response JSON200 *LabelsResponse JSONDefault *Error }
func ParseGetScrapersIDLabelsResponse ¶
func ParseGetScrapersIDLabelsResponse(rsp *http.Response) (*GetScrapersIDLabelsResponse, error)
ParseGetScrapersIDLabelsResponse parses an HTTP response from a GetScrapersIDLabelsWithResponse call
func (GetScrapersIDLabelsResponse) Status ¶ added in v2.2.0
func (r GetScrapersIDLabelsResponse) Status() string
Status returns HTTPResponse.Status
func (GetScrapersIDLabelsResponse) StatusCode ¶ added in v2.2.0
func (r GetScrapersIDLabelsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetScrapersIDMembersParams ¶
type GetScrapersIDMembersParams struct { // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
GetScrapersIDMembersParams defines parameters for GetScrapersIDMembers.
type GetScrapersIDMembersResponse ¶ added in v2.2.0
type GetScrapersIDMembersResponse struct { Body []byte HTTPResponse *http.Response JSON200 *ResourceMembers JSONDefault *Error }
func ParseGetScrapersIDMembersResponse ¶
func ParseGetScrapersIDMembersResponse(rsp *http.Response) (*GetScrapersIDMembersResponse, error)
ParseGetScrapersIDMembersResponse parses an HTTP response from a GetScrapersIDMembersWithResponse call
func (GetScrapersIDMembersResponse) Status ¶ added in v2.2.0
func (r GetScrapersIDMembersResponse) Status() string
Status returns HTTPResponse.Status
func (GetScrapersIDMembersResponse) StatusCode ¶ added in v2.2.0
func (r GetScrapersIDMembersResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetScrapersIDOwnersParams ¶
type GetScrapersIDOwnersParams struct { // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
GetScrapersIDOwnersParams defines parameters for GetScrapersIDOwners.
type GetScrapersIDOwnersResponse ¶ added in v2.2.0
type GetScrapersIDOwnersResponse struct { Body []byte HTTPResponse *http.Response JSON200 *ResourceOwners JSONDefault *Error }
func ParseGetScrapersIDOwnersResponse ¶
func ParseGetScrapersIDOwnersResponse(rsp *http.Response) (*GetScrapersIDOwnersResponse, error)
ParseGetScrapersIDOwnersResponse parses an HTTP response from a GetScrapersIDOwnersWithResponse call
func (GetScrapersIDOwnersResponse) Status ¶ added in v2.2.0
func (r GetScrapersIDOwnersResponse) Status() string
Status returns HTTPResponse.Status
func (GetScrapersIDOwnersResponse) StatusCode ¶ added in v2.2.0
func (r GetScrapersIDOwnersResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetScrapersIDParams ¶
type GetScrapersIDParams struct { // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
GetScrapersIDParams defines parameters for GetScrapersID.
type GetScrapersIDResponse ¶ added in v2.2.0
type GetScrapersIDResponse struct { Body []byte HTTPResponse *http.Response JSON200 *ScraperTargetResponse JSONDefault *Error }
func ParseGetScrapersIDResponse ¶
func ParseGetScrapersIDResponse(rsp *http.Response) (*GetScrapersIDResponse, error)
ParseGetScrapersIDResponse parses an HTTP response from a GetScrapersIDWithResponse call
func (GetScrapersIDResponse) Status ¶ added in v2.2.0
func (r GetScrapersIDResponse) Status() string
Status returns HTTPResponse.Status
func (GetScrapersIDResponse) StatusCode ¶ added in v2.2.0
func (r GetScrapersIDResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetScrapersParams ¶
type GetScrapersParams struct { // Specifies the name of the scraper target. Name *string `json:"name,omitempty"` // List of scraper target IDs to return. If both `id` and `owner` are specified, only `id` is used. Id *[]string `json:"id,omitempty"` // Specifies the organization ID of the scraper target. OrgID *string `json:"orgID,omitempty"` // Specifies the organization name of the scraper target. Org *string `json:"org,omitempty"` // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
GetScrapersParams defines parameters for GetScrapers.
type GetScrapersResponse ¶ added in v2.2.0
type GetScrapersResponse struct { Body []byte HTTPResponse *http.Response JSON200 *ScraperTargetResponses }
func ParseGetScrapersResponse ¶
func ParseGetScrapersResponse(rsp *http.Response) (*GetScrapersResponse, error)
ParseGetScrapersResponse parses an HTTP response from a GetScrapersWithResponse call
func (GetScrapersResponse) Status ¶ added in v2.2.0
func (r GetScrapersResponse) Status() string
Status returns HTTPResponse.Status
func (GetScrapersResponse) StatusCode ¶ added in v2.2.0
func (r GetScrapersResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetSetupParams ¶
type GetSetupParams struct { // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
GetSetupParams defines parameters for GetSetup.
type GetSetupResponse ¶ added in v2.2.0
type GetSetupResponse struct { Body []byte HTTPResponse *http.Response JSON200 *IsOnboarding }
func ParseGetSetupResponse ¶
func ParseGetSetupResponse(rsp *http.Response) (*GetSetupResponse, error)
ParseGetSetupResponse parses an HTTP response from a GetSetupWithResponse call
func (GetSetupResponse) Status ¶ added in v2.2.0
func (r GetSetupResponse) Status() string
Status returns HTTPResponse.Status
func (GetSetupResponse) StatusCode ¶ added in v2.2.0
func (r GetSetupResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetSourcesIDBucketsParams ¶
type GetSourcesIDBucketsParams struct { // The organization name. Org *string `json:"org,omitempty"` // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
GetSourcesIDBucketsParams defines parameters for GetSourcesIDBuckets.
type GetSourcesIDBucketsResponse ¶ added in v2.2.0
type GetSourcesIDBucketsResponse struct { Body []byte HTTPResponse *http.Response JSON200 *Buckets JSON404 *Error JSONDefault *Error }
func ParseGetSourcesIDBucketsResponse ¶
func ParseGetSourcesIDBucketsResponse(rsp *http.Response) (*GetSourcesIDBucketsResponse, error)
ParseGetSourcesIDBucketsResponse parses an HTTP response from a GetSourcesIDBucketsWithResponse call
func (GetSourcesIDBucketsResponse) Status ¶ added in v2.2.0
func (r GetSourcesIDBucketsResponse) Status() string
Status returns HTTPResponse.Status
func (GetSourcesIDBucketsResponse) StatusCode ¶ added in v2.2.0
func (r GetSourcesIDBucketsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetSourcesIDHealthParams ¶
type GetSourcesIDHealthParams struct { // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
GetSourcesIDHealthParams defines parameters for GetSourcesIDHealth.
type GetSourcesIDHealthResponse ¶ added in v2.2.0
type GetSourcesIDHealthResponse struct { Body []byte HTTPResponse *http.Response JSON200 *HealthCheck JSON503 *HealthCheck JSONDefault *Error }
func ParseGetSourcesIDHealthResponse ¶
func ParseGetSourcesIDHealthResponse(rsp *http.Response) (*GetSourcesIDHealthResponse, error)
ParseGetSourcesIDHealthResponse parses an HTTP response from a GetSourcesIDHealthWithResponse call
func (GetSourcesIDHealthResponse) Status ¶ added in v2.2.0
func (r GetSourcesIDHealthResponse) Status() string
Status returns HTTPResponse.Status
func (GetSourcesIDHealthResponse) StatusCode ¶ added in v2.2.0
func (r GetSourcesIDHealthResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetSourcesIDParams ¶
type GetSourcesIDParams struct { // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
GetSourcesIDParams defines parameters for GetSourcesID.
type GetSourcesIDResponse ¶ added in v2.2.0
type GetSourcesIDResponse struct { Body []byte HTTPResponse *http.Response JSON200 *Source JSON404 *Error JSONDefault *Error }
func ParseGetSourcesIDResponse ¶
func ParseGetSourcesIDResponse(rsp *http.Response) (*GetSourcesIDResponse, error)
ParseGetSourcesIDResponse parses an HTTP response from a GetSourcesIDWithResponse call
func (GetSourcesIDResponse) Status ¶ added in v2.2.0
func (r GetSourcesIDResponse) Status() string
Status returns HTTPResponse.Status
func (GetSourcesIDResponse) StatusCode ¶ added in v2.2.0
func (r GetSourcesIDResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetSourcesParams ¶
type GetSourcesParams struct { // The organization name. Org *string `json:"org,omitempty"` // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
GetSourcesParams defines parameters for GetSources.
type GetSourcesResponse ¶ added in v2.2.0
type GetSourcesResponse struct { Body []byte HTTPResponse *http.Response JSON200 *Sources JSONDefault *Error }
func ParseGetSourcesResponse ¶
func ParseGetSourcesResponse(rsp *http.Response) (*GetSourcesResponse, error)
ParseGetSourcesResponse parses an HTTP response from a GetSourcesWithResponse call
func (GetSourcesResponse) Status ¶ added in v2.2.0
func (r GetSourcesResponse) Status() string
Status returns HTTPResponse.Status
func (GetSourcesResponse) StatusCode ¶ added in v2.2.0
func (r GetSourcesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetTasksIDLabelsParams ¶
type GetTasksIDLabelsParams struct { // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
GetTasksIDLabelsParams defines parameters for GetTasksIDLabels.
type GetTasksIDLabelsResponse ¶ added in v2.2.0
type GetTasksIDLabelsResponse struct { Body []byte HTTPResponse *http.Response JSON200 *LabelsResponse JSONDefault *Error }
func ParseGetTasksIDLabelsResponse ¶
func ParseGetTasksIDLabelsResponse(rsp *http.Response) (*GetTasksIDLabelsResponse, error)
ParseGetTasksIDLabelsResponse parses an HTTP response from a GetTasksIDLabelsWithResponse call
func (GetTasksIDLabelsResponse) Status ¶ added in v2.2.0
func (r GetTasksIDLabelsResponse) Status() string
Status returns HTTPResponse.Status
func (GetTasksIDLabelsResponse) StatusCode ¶ added in v2.2.0
func (r GetTasksIDLabelsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetTasksIDLogsParams ¶
type GetTasksIDLogsParams struct { // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
GetTasksIDLogsParams defines parameters for GetTasksIDLogs.
type GetTasksIDLogsResponse ¶ added in v2.2.0
type GetTasksIDLogsResponse struct { Body []byte HTTPResponse *http.Response JSON200 *Logs JSONDefault *Error }
func ParseGetTasksIDLogsResponse ¶
func ParseGetTasksIDLogsResponse(rsp *http.Response) (*GetTasksIDLogsResponse, error)
ParseGetTasksIDLogsResponse parses an HTTP response from a GetTasksIDLogsWithResponse call
func (GetTasksIDLogsResponse) Status ¶ added in v2.2.0
func (r GetTasksIDLogsResponse) Status() string
Status returns HTTPResponse.Status
func (GetTasksIDLogsResponse) StatusCode ¶ added in v2.2.0
func (r GetTasksIDLogsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetTasksIDMembersParams ¶
type GetTasksIDMembersParams struct { // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
GetTasksIDMembersParams defines parameters for GetTasksIDMembers.
type GetTasksIDMembersResponse ¶ added in v2.2.0
type GetTasksIDMembersResponse struct { Body []byte HTTPResponse *http.Response JSON200 *ResourceMembers JSONDefault *Error }
func ParseGetTasksIDMembersResponse ¶
func ParseGetTasksIDMembersResponse(rsp *http.Response) (*GetTasksIDMembersResponse, error)
ParseGetTasksIDMembersResponse parses an HTTP response from a GetTasksIDMembersWithResponse call
func (GetTasksIDMembersResponse) Status ¶ added in v2.2.0
func (r GetTasksIDMembersResponse) Status() string
Status returns HTTPResponse.Status
func (GetTasksIDMembersResponse) StatusCode ¶ added in v2.2.0
func (r GetTasksIDMembersResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetTasksIDOwnersParams ¶
type GetTasksIDOwnersParams struct { // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
GetTasksIDOwnersParams defines parameters for GetTasksIDOwners.
type GetTasksIDOwnersResponse ¶ added in v2.2.0
type GetTasksIDOwnersResponse struct { Body []byte HTTPResponse *http.Response JSON200 *ResourceOwners JSONDefault *Error }
func ParseGetTasksIDOwnersResponse ¶
func ParseGetTasksIDOwnersResponse(rsp *http.Response) (*GetTasksIDOwnersResponse, error)
ParseGetTasksIDOwnersResponse parses an HTTP response from a GetTasksIDOwnersWithResponse call
func (GetTasksIDOwnersResponse) Status ¶ added in v2.2.0
func (r GetTasksIDOwnersResponse) Status() string
Status returns HTTPResponse.Status
func (GetTasksIDOwnersResponse) StatusCode ¶ added in v2.2.0
func (r GetTasksIDOwnersResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetTasksIDParams ¶
type GetTasksIDParams struct { // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
GetTasksIDParams defines parameters for GetTasksID.
type GetTasksIDResponse ¶ added in v2.2.0
type GetTasksIDResponse struct { Body []byte HTTPResponse *http.Response JSON200 *Task JSONDefault *Error }
func ParseGetTasksIDResponse ¶
func ParseGetTasksIDResponse(rsp *http.Response) (*GetTasksIDResponse, error)
ParseGetTasksIDResponse parses an HTTP response from a GetTasksIDWithResponse call
func (GetTasksIDResponse) Status ¶ added in v2.2.0
func (r GetTasksIDResponse) Status() string
Status returns HTTPResponse.Status
func (GetTasksIDResponse) StatusCode ¶ added in v2.2.0
func (r GetTasksIDResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetTasksIDRunsIDLogsParams ¶
type GetTasksIDRunsIDLogsParams struct { // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
GetTasksIDRunsIDLogsParams defines parameters for GetTasksIDRunsIDLogs.
type GetTasksIDRunsIDLogsResponse ¶ added in v2.2.0
type GetTasksIDRunsIDLogsResponse struct { Body []byte HTTPResponse *http.Response JSON200 *Logs JSONDefault *Error }
func ParseGetTasksIDRunsIDLogsResponse ¶
func ParseGetTasksIDRunsIDLogsResponse(rsp *http.Response) (*GetTasksIDRunsIDLogsResponse, error)
ParseGetTasksIDRunsIDLogsResponse parses an HTTP response from a GetTasksIDRunsIDLogsWithResponse call
func (GetTasksIDRunsIDLogsResponse) Status ¶ added in v2.2.0
func (r GetTasksIDRunsIDLogsResponse) Status() string
Status returns HTTPResponse.Status
func (GetTasksIDRunsIDLogsResponse) StatusCode ¶ added in v2.2.0
func (r GetTasksIDRunsIDLogsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetTasksIDRunsIDParams ¶
type GetTasksIDRunsIDParams struct { // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
GetTasksIDRunsIDParams defines parameters for GetTasksIDRunsID.
type GetTasksIDRunsIDResponse ¶ added in v2.2.0
type GetTasksIDRunsIDResponse struct { Body []byte HTTPResponse *http.Response JSON200 *Run JSONDefault *Error }
func ParseGetTasksIDRunsIDResponse ¶
func ParseGetTasksIDRunsIDResponse(rsp *http.Response) (*GetTasksIDRunsIDResponse, error)
ParseGetTasksIDRunsIDResponse parses an HTTP response from a GetTasksIDRunsIDWithResponse call
func (GetTasksIDRunsIDResponse) Status ¶ added in v2.2.0
func (r GetTasksIDRunsIDResponse) Status() string
Status returns HTTPResponse.Status
func (GetTasksIDRunsIDResponse) StatusCode ¶ added in v2.2.0
func (r GetTasksIDRunsIDResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetTasksIDRunsParams ¶
type GetTasksIDRunsParams struct { // Returns runs after a specific ID. After *string `json:"after,omitempty"` // The number of runs to return Limit *int `json:"limit,omitempty"` // Filter runs to those scheduled after this time, RFC3339 AfterTime *time.Time `json:"afterTime,omitempty"` // Filter runs to those scheduled before this time, RFC3339 BeforeTime *time.Time `json:"beforeTime,omitempty"` // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
GetTasksIDRunsParams defines parameters for GetTasksIDRuns.
type GetTasksIDRunsResponse ¶ added in v2.2.0
type GetTasksIDRunsResponse struct { Body []byte HTTPResponse *http.Response JSON200 *Runs JSONDefault *Error }
func ParseGetTasksIDRunsResponse ¶
func ParseGetTasksIDRunsResponse(rsp *http.Response) (*GetTasksIDRunsResponse, error)
ParseGetTasksIDRunsResponse parses an HTTP response from a GetTasksIDRunsWithResponse call
func (GetTasksIDRunsResponse) Status ¶ added in v2.2.0
func (r GetTasksIDRunsResponse) Status() string
Status returns HTTPResponse.Status
func (GetTasksIDRunsResponse) StatusCode ¶ added in v2.2.0
func (r GetTasksIDRunsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetTasksParams ¶
type GetTasksParams struct { // Returns task with a specific name. Name *string `json:"name,omitempty"` // Return tasks after a specified ID. After *string `json:"after,omitempty"` // Filter tasks to a specific user ID. User *string `json:"user,omitempty"` // Filter tasks to a specific organization name. Org *string `json:"org,omitempty"` // Filter tasks to a specific organization ID. OrgID *string `json:"orgID,omitempty"` // Filter tasks by a status--"inactive" or "active". Status *GetTasksParamsStatus `json:"status,omitempty"` // The number of tasks to return Limit *int `json:"limit,omitempty"` // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
GetTasksParams defines parameters for GetTasks.
type GetTasksParamsStatus ¶
type GetTasksParamsStatus string
GetTasksParamsStatus defines parameters for GetTasks.
type GetTasksResponse ¶ added in v2.2.0
type GetTasksResponse struct { Body []byte HTTPResponse *http.Response JSON200 *Tasks JSONDefault *Error }
func ParseGetTasksResponse ¶
func ParseGetTasksResponse(rsp *http.Response) (*GetTasksResponse, error)
ParseGetTasksResponse parses an HTTP response from a GetTasksWithResponse call
func (GetTasksResponse) Status ¶ added in v2.2.0
func (r GetTasksResponse) Status() string
Status returns HTTPResponse.Status
func (GetTasksResponse) StatusCode ¶ added in v2.2.0
func (r GetTasksResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetTelegrafPluginsParams ¶
type GetTelegrafPluginsParams struct { // The type of plugin desired. Type *string `json:"type,omitempty"` // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
GetTelegrafPluginsParams defines parameters for GetTelegrafPlugins.
type GetTelegrafPluginsResponse ¶ added in v2.2.0
type GetTelegrafPluginsResponse struct { Body []byte HTTPResponse *http.Response JSON200 *TelegrafPlugins JSONDefault *Error }
func ParseGetTelegrafPluginsResponse ¶
func ParseGetTelegrafPluginsResponse(rsp *http.Response) (*GetTelegrafPluginsResponse, error)
ParseGetTelegrafPluginsResponse parses an HTTP response from a GetTelegrafPluginsWithResponse call
func (GetTelegrafPluginsResponse) Status ¶ added in v2.2.0
func (r GetTelegrafPluginsResponse) Status() string
Status returns HTTPResponse.Status
func (GetTelegrafPluginsResponse) StatusCode ¶ added in v2.2.0
func (r GetTelegrafPluginsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetTelegrafsIDLabelsParams ¶
type GetTelegrafsIDLabelsParams struct { // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
GetTelegrafsIDLabelsParams defines parameters for GetTelegrafsIDLabels.
type GetTelegrafsIDLabelsResponse ¶ added in v2.2.0
type GetTelegrafsIDLabelsResponse struct { Body []byte HTTPResponse *http.Response JSON200 *LabelsResponse JSONDefault *Error }
func ParseGetTelegrafsIDLabelsResponse ¶
func ParseGetTelegrafsIDLabelsResponse(rsp *http.Response) (*GetTelegrafsIDLabelsResponse, error)
ParseGetTelegrafsIDLabelsResponse parses an HTTP response from a GetTelegrafsIDLabelsWithResponse call
func (GetTelegrafsIDLabelsResponse) Status ¶ added in v2.2.0
func (r GetTelegrafsIDLabelsResponse) Status() string
Status returns HTTPResponse.Status
func (GetTelegrafsIDLabelsResponse) StatusCode ¶ added in v2.2.0
func (r GetTelegrafsIDLabelsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetTelegrafsIDMembersParams ¶
type GetTelegrafsIDMembersParams struct { // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
GetTelegrafsIDMembersParams defines parameters for GetTelegrafsIDMembers.
type GetTelegrafsIDMembersResponse ¶ added in v2.2.0
type GetTelegrafsIDMembersResponse struct { Body []byte HTTPResponse *http.Response JSON200 *ResourceMembers JSONDefault *Error }
func ParseGetTelegrafsIDMembersResponse ¶
func ParseGetTelegrafsIDMembersResponse(rsp *http.Response) (*GetTelegrafsIDMembersResponse, error)
ParseGetTelegrafsIDMembersResponse parses an HTTP response from a GetTelegrafsIDMembersWithResponse call
func (GetTelegrafsIDMembersResponse) Status ¶ added in v2.2.0
func (r GetTelegrafsIDMembersResponse) Status() string
Status returns HTTPResponse.Status
func (GetTelegrafsIDMembersResponse) StatusCode ¶ added in v2.2.0
func (r GetTelegrafsIDMembersResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetTelegrafsIDOwnersParams ¶
type GetTelegrafsIDOwnersParams struct { // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
GetTelegrafsIDOwnersParams defines parameters for GetTelegrafsIDOwners.
type GetTelegrafsIDOwnersResponse ¶ added in v2.2.0
type GetTelegrafsIDOwnersResponse struct { Body []byte HTTPResponse *http.Response JSON200 *ResourceOwners JSONDefault *Error }
func ParseGetTelegrafsIDOwnersResponse ¶
func ParseGetTelegrafsIDOwnersResponse(rsp *http.Response) (*GetTelegrafsIDOwnersResponse, error)
ParseGetTelegrafsIDOwnersResponse parses an HTTP response from a GetTelegrafsIDOwnersWithResponse call
func (GetTelegrafsIDOwnersResponse) Status ¶ added in v2.2.0
func (r GetTelegrafsIDOwnersResponse) Status() string
Status returns HTTPResponse.Status
func (GetTelegrafsIDOwnersResponse) StatusCode ¶ added in v2.2.0
func (r GetTelegrafsIDOwnersResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetTelegrafsIDParams ¶
type GetTelegrafsIDParams struct { // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` Accept *GetTelegrafsIDParamsAccept `json:"Accept,omitempty"` }
GetTelegrafsIDParams defines parameters for GetTelegrafsID.
type GetTelegrafsIDParamsAccept ¶
type GetTelegrafsIDParamsAccept string
GetTelegrafsIDParamsAccept defines parameters for GetTelegrafsID.
type GetTelegrafsIDResponse ¶ added in v2.2.0
type GetTelegrafsIDResponse struct { Body []byte HTTPResponse *http.Response JSON200 *Telegraf JSONDefault *Error }
func ParseGetTelegrafsIDResponse ¶
func ParseGetTelegrafsIDResponse(rsp *http.Response) (*GetTelegrafsIDResponse, error)
ParseGetTelegrafsIDResponse parses an HTTP response from a GetTelegrafsIDWithResponse call
func (GetTelegrafsIDResponse) Status ¶ added in v2.2.0
func (r GetTelegrafsIDResponse) Status() string
Status returns HTTPResponse.Status
func (GetTelegrafsIDResponse) StatusCode ¶ added in v2.2.0
func (r GetTelegrafsIDResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetTelegrafsParams ¶
type GetTelegrafsParams struct { // The organization ID the Telegraf config belongs to. OrgID *string `json:"orgID,omitempty"` // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
GetTelegrafsParams defines parameters for GetTelegrafs.
type GetTelegrafsResponse ¶ added in v2.2.0
type GetTelegrafsResponse struct { Body []byte HTTPResponse *http.Response JSON200 *Telegrafs JSONDefault *Error }
func ParseGetTelegrafsResponse ¶
func ParseGetTelegrafsResponse(rsp *http.Response) (*GetTelegrafsResponse, error)
ParseGetTelegrafsResponse parses an HTTP response from a GetTelegrafsWithResponse call
func (GetTelegrafsResponse) Status ¶ added in v2.2.0
func (r GetTelegrafsResponse) Status() string
Status returns HTTPResponse.Status
func (GetTelegrafsResponse) StatusCode ¶ added in v2.2.0
func (r GetTelegrafsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetUsersIDParams ¶
type GetUsersIDParams struct { // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
GetUsersIDParams defines parameters for GetUsersID.
type GetUsersIDResponse ¶ added in v2.2.0
type GetUsersIDResponse struct { Body []byte HTTPResponse *http.Response JSON200 *User JSONDefault *Error }
func ParseGetUsersIDResponse ¶
func ParseGetUsersIDResponse(rsp *http.Response) (*GetUsersIDResponse, error)
ParseGetUsersIDResponse parses an HTTP response from a GetUsersIDWithResponse call
func (GetUsersIDResponse) Status ¶ added in v2.2.0
func (r GetUsersIDResponse) Status() string
Status returns HTTPResponse.Status
func (GetUsersIDResponse) StatusCode ¶ added in v2.2.0
func (r GetUsersIDResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetUsersParams ¶
type GetUsersParams struct { // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
GetUsersParams defines parameters for GetUsers.
type GetUsersResponse ¶ added in v2.2.0
type GetUsersResponse struct { Body []byte HTTPResponse *http.Response JSON200 *Users JSONDefault *Error }
func ParseGetUsersResponse ¶
func ParseGetUsersResponse(rsp *http.Response) (*GetUsersResponse, error)
ParseGetUsersResponse parses an HTTP response from a GetUsersWithResponse call
func (GetUsersResponse) Status ¶ added in v2.2.0
func (r GetUsersResponse) Status() string
Status returns HTTPResponse.Status
func (GetUsersResponse) StatusCode ¶ added in v2.2.0
func (r GetUsersResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetVariablesIDLabelsParams ¶
type GetVariablesIDLabelsParams struct { // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
GetVariablesIDLabelsParams defines parameters for GetVariablesIDLabels.
type GetVariablesIDLabelsResponse ¶ added in v2.2.0
type GetVariablesIDLabelsResponse struct { Body []byte HTTPResponse *http.Response JSON200 *LabelsResponse JSONDefault *Error }
func ParseGetVariablesIDLabelsResponse ¶
func ParseGetVariablesIDLabelsResponse(rsp *http.Response) (*GetVariablesIDLabelsResponse, error)
ParseGetVariablesIDLabelsResponse parses an HTTP response from a GetVariablesIDLabelsWithResponse call
func (GetVariablesIDLabelsResponse) Status ¶ added in v2.2.0
func (r GetVariablesIDLabelsResponse) Status() string
Status returns HTTPResponse.Status
func (GetVariablesIDLabelsResponse) StatusCode ¶ added in v2.2.0
func (r GetVariablesIDLabelsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetVariablesIDParams ¶
type GetVariablesIDParams struct { // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
GetVariablesIDParams defines parameters for GetVariablesID.
type GetVariablesIDResponse ¶ added in v2.2.0
type GetVariablesIDResponse struct { Body []byte HTTPResponse *http.Response JSON200 *Variable JSON404 *Error JSONDefault *Error }
func ParseGetVariablesIDResponse ¶
func ParseGetVariablesIDResponse(rsp *http.Response) (*GetVariablesIDResponse, error)
ParseGetVariablesIDResponse parses an HTTP response from a GetVariablesIDWithResponse call
func (GetVariablesIDResponse) Status ¶ added in v2.2.0
func (r GetVariablesIDResponse) Status() string
Status returns HTTPResponse.Status
func (GetVariablesIDResponse) StatusCode ¶ added in v2.2.0
func (r GetVariablesIDResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetVariablesParams ¶
type GetVariablesParams struct { // The 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 GetVariablesResponse ¶ added in v2.2.0
type GetVariablesResponse struct { Body []byte HTTPResponse *http.Response JSON200 *Variables JSON400 *Error JSONDefault *Error }
func ParseGetVariablesResponse ¶
func ParseGetVariablesResponse(rsp *http.Response) (*GetVariablesResponse, error)
ParseGetVariablesResponse parses an HTTP response from a GetVariablesWithResponse call
func (GetVariablesResponse) Status ¶ added in v2.2.0
func (r GetVariablesResponse) Status() string
Status returns HTTPResponse.Status
func (GetVariablesResponse) StatusCode ¶ added in v2.2.0
func (r GetVariablesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GreaterThreshold ¶
type GreaterThreshold struct { // Embedded struct due to allOf(#/components/schemas/ThresholdBase) ThresholdBase // Embedded fields due to inline allOf schema Type GreaterThresholdType `json:"type"` Value float32 `json:"value"` }
GreaterThreshold defines model for GreaterThreshold.
type GreaterThresholdType ¶
type GreaterThresholdType string
GreaterThresholdType defines model for GreaterThreshold.Type.
const (
GreaterThresholdTypeGreater GreaterThresholdType = "greater"
)
type HTTPNotificationEndpoint ¶
type HTTPNotificationEndpoint struct { // Embedded struct due to allOf(#/components/schemas/NotificationEndpointBase) NotificationEndpointBase // Embedded fields due to inline allOf schema AuthMethod HTTPNotificationEndpointAuthMethod `json:"authMethod"` ContentTemplate *string `json:"contentTemplate,omitempty"` // Customized headers. Headers *HTTPNotificationEndpoint_Headers `json:"headers,omitempty"` Method HTTPNotificationEndpointMethod `json:"method"` Password *string `json:"password,omitempty"` Token *string `json:"token,omitempty"` Url string `json:"url"` Username *string `json:"username,omitempty"` }
HTTPNotificationEndpoint defines model for HTTPNotificationEndpoint.
type HTTPNotificationEndpointAuthMethod ¶
type HTTPNotificationEndpointAuthMethod string
HTTPNotificationEndpointAuthMethod defines model for HTTPNotificationEndpoint.AuthMethod.
const ( HTTPNotificationEndpointAuthMethodBasic HTTPNotificationEndpointAuthMethod = "basic" HTTPNotificationEndpointAuthMethodBearer HTTPNotificationEndpointAuthMethod = "bearer" HTTPNotificationEndpointAuthMethodNone HTTPNotificationEndpointAuthMethod = "none" )
type HTTPNotificationEndpointMethod ¶
type HTTPNotificationEndpointMethod string
HTTPNotificationEndpointMethod defines model for HTTPNotificationEndpoint.Method.
const ( HTTPNotificationEndpointMethodGET HTTPNotificationEndpointMethod = "GET" HTTPNotificationEndpointMethodPOST HTTPNotificationEndpointMethod = "POST" HTTPNotificationEndpointMethodPUT HTTPNotificationEndpointMethod = "PUT" )
type HTTPNotificationEndpoint_Headers ¶
HTTPNotificationEndpoint_Headers defines model for HTTPNotificationEndpoint.Headers.
func (HTTPNotificationEndpoint_Headers) Get ¶
func (a HTTPNotificationEndpoint_Headers) Get(fieldName string) (value string, found bool)
Getter for additional properties for HTTPNotificationEndpoint_Headers. Returns the specified element and whether it was found
func (HTTPNotificationEndpoint_Headers) MarshalJSON ¶
func (a HTTPNotificationEndpoint_Headers) MarshalJSON() ([]byte, error)
Override default JSON handling for HTTPNotificationEndpoint_Headers to handle AdditionalProperties
func (*HTTPNotificationEndpoint_Headers) Set ¶
func (a *HTTPNotificationEndpoint_Headers) Set(fieldName string, value string)
Setter for additional properties for HTTPNotificationEndpoint_Headers
func (*HTTPNotificationEndpoint_Headers) UnmarshalJSON ¶
func (a *HTTPNotificationEndpoint_Headers) UnmarshalJSON(b []byte) error
Override default JSON handling for HTTPNotificationEndpoint_Headers to handle AdditionalProperties
type HTTPNotificationRule ¶
type HTTPNotificationRule struct { // Embedded struct due to allOf(#/components/schemas/NotificationRuleBase) NotificationRuleBase // Embedded struct due to allOf(#/components/schemas/HTTPNotificationRuleBase) HTTPNotificationRuleBase }
HTTPNotificationRule defines model for HTTPNotificationRule.
type HTTPNotificationRuleBase ¶
type HTTPNotificationRuleBase struct { Type HTTPNotificationRuleBaseType `json:"type"` Url *string `json:"url,omitempty"` }
HTTPNotificationRuleBase defines model for HTTPNotificationRuleBase.
type HTTPNotificationRuleBaseType ¶
type HTTPNotificationRuleBaseType string
HTTPNotificationRuleBaseType defines model for HTTPNotificationRuleBase.Type.
const (
HTTPNotificationRuleBaseTypeHttp HTTPNotificationRuleBaseType = "http"
)
type HealthCheck ¶
type HealthCheck struct { Checks *[]HealthCheck `json:"checks,omitempty"` Commit *string `json:"commit,omitempty"` Message *string `json:"message,omitempty"` Name string `json:"name"` Status HealthCheckStatus `json:"status"` Version *string `json:"version,omitempty"` }
HealthCheck defines model for HealthCheck.
type HealthCheckStatus ¶
type HealthCheckStatus string
HealthCheckStatus defines model for HealthCheck.Status.
const ( HealthCheckStatusFail HealthCheckStatus = "fail" HealthCheckStatusPass HealthCheckStatus = "pass" )
type HeatmapViewProperties ¶
type HeatmapViewProperties struct { BinSize float32 `json:"binSize"` // Colors define color encoding of data into a visualization Colors []string `json:"colors"` LegendOpacity *float32 `json:"legendOpacity,omitempty"` LegendOrientationThreshold *int `json:"legendOrientationThreshold,omitempty"` Note string `json:"note"` Queries []DashboardQuery `json:"queries"` Shape HeatmapViewPropertiesShape `json:"shape"` // If true, will display note when empty ShowNoteWhenEmpty bool `json:"showNoteWhenEmpty"` TimeFormat *string `json:"timeFormat,omitempty"` Type HeatmapViewPropertiesType `json:"type"` XAxisLabel string `json:"xAxisLabel"` XColumn string `json:"xColumn"` XDomain []float32 `json:"xDomain"` XPrefix string `json:"xPrefix"` XSuffix string `json:"xSuffix"` YAxisLabel string `json:"yAxisLabel"` YColumn string `json:"yColumn"` YDomain []float32 `json:"yDomain"` YPrefix string `json:"yPrefix"` YSuffix string `json:"ySuffix"` }
HeatmapViewProperties defines model for HeatmapViewProperties.
type HeatmapViewPropertiesShape ¶
type HeatmapViewPropertiesShape string
HeatmapViewPropertiesShape defines model for HeatmapViewProperties.Shape.
const (
HeatmapViewPropertiesShapeChronografV2 HeatmapViewPropertiesShape = "chronograf-v2"
)
type HeatmapViewPropertiesType ¶
type HeatmapViewPropertiesType string
HeatmapViewPropertiesType defines model for HeatmapViewProperties.Type.
const (
HeatmapViewPropertiesTypeHeatmap HeatmapViewPropertiesType = "heatmap"
)
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"` LegendOpacity *float32 `json:"legendOpacity,omitempty"` LegendOrientationThreshold *int `json:"legendOrientationThreshold,omitempty"` Note string `json:"note"` Position HistogramViewPropertiesPosition `json:"position"` Queries []DashboardQuery `json:"queries"` Shape HistogramViewPropertiesShape `json:"shape"` // If true, will display note when empty ShowNoteWhenEmpty bool `json:"showNoteWhenEmpty"` Type HistogramViewPropertiesType `json:"type"` XAxisLabel string `json:"xAxisLabel"` XColumn string `json:"xColumn"` XDomain []float32 `json:"xDomain"` }
HistogramViewProperties defines model for HistogramViewProperties.
type HistogramViewPropertiesPosition ¶
type HistogramViewPropertiesPosition string
HistogramViewPropertiesPosition defines model for HistogramViewProperties.Position.
const ( HistogramViewPropertiesPositionOverlaid HistogramViewPropertiesPosition = "overlaid" HistogramViewPropertiesPositionStacked HistogramViewPropertiesPosition = "stacked" )
type HistogramViewPropertiesShape ¶
type HistogramViewPropertiesShape string
HistogramViewPropertiesShape defines model for HistogramViewProperties.Shape.
const (
HistogramViewPropertiesShapeChronografV2 HistogramViewPropertiesShape = "chronograf-v2"
)
type HistogramViewPropertiesType ¶
type HistogramViewPropertiesType string
HistogramViewPropertiesType defines model for HistogramViewProperties.Type.
const (
HistogramViewPropertiesTypeHistogram HistogramViewPropertiesType = "histogram"
)
type Identifier ¶
type Identifier struct { Name *string `json:"name,omitempty"` // Type of AST node Type *NodeType `json:"type,omitempty"` }
Identifier defines model for Identifier.
type ImportDeclaration ¶
type ImportDeclaration struct { // A valid Flux identifier As *Identifier `json:"as,omitempty"` // Expressions begin and end with double quote marks Path *StringLiteral `json:"path,omitempty"` // Type of AST node Type *NodeType `json:"type,omitempty"` }
ImportDeclaration defines model for ImportDeclaration.
type IndexExpression ¶
type IndexExpression struct { Array *Expression `json:"array,omitempty"` Index *Expression `json:"index,omitempty"` // Type of AST node Type *NodeType `json:"type,omitempty"` }
IndexExpression defines model for IndexExpression.
type InfluxQLQuery ¶
type InfluxQLQuery struct { // Bucket is to be used instead of the database and retention policy specified in the InfluxQL query. Bucket *string `json:"bucket,omitempty"` // InfluxQL query execute. Query string `json:"query"` // The type of query. Must be "influxql". Type *InfluxQLQueryType `json:"type,omitempty"` }
InfluxQLQuery defines model for InfluxQLQuery.
type InfluxQLQueryType ¶
type InfluxQLQueryType string
InfluxQLQueryType defines model for InfluxQLQuery.Type.
const (
InfluxQLQueryTypeInfluxql InfluxQLQueryType = "influxql"
)
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 IsOnboarding ¶
type IsOnboarding struct { // True means that the influxdb instance has NOT had initial setup; false means that the database has been setup. Allowed *bool `json:"allowed,omitempty"` }
IsOnboarding defines model for IsOnboarding.
type Label ¶
type Label struct { Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` OrgID *string `json:"orgID,omitempty"` // Key/Value pairs associated with this label. Keys can be removed by sending an update with an empty value. Properties *Label_Properties `json:"properties,omitempty"` }
Label defines model for Label.
type LabelCreateRequest ¶
type LabelCreateRequest struct { Name string `json:"name"` OrgID string `json:"orgID"` // Key/Value pairs associated with this label. Keys can be removed by sending an update with an empty value. Properties *LabelCreateRequest_Properties `json:"properties,omitempty"` }
LabelCreateRequest defines model for LabelCreateRequest.
type LabelCreateRequest_Properties ¶
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 ¶
LabelUpdate_Properties defines model for LabelUpdate.Properties.
func (LabelUpdate_Properties) Get ¶
func (a LabelUpdate_Properties) Get(fieldName string) (value string, found bool)
Getter for additional properties for LabelUpdate_Properties. Returns the specified element and whether it was found
func (LabelUpdate_Properties) MarshalJSON ¶
func (a LabelUpdate_Properties) MarshalJSON() ([]byte, error)
Override default JSON handling for LabelUpdate_Properties to handle AdditionalProperties
func (*LabelUpdate_Properties) Set ¶
func (a *LabelUpdate_Properties) Set(fieldName string, value string)
Setter for additional properties for LabelUpdate_Properties
func (*LabelUpdate_Properties) UnmarshalJSON ¶
func (a *LabelUpdate_Properties) UnmarshalJSON(b []byte) error
Override default JSON handling for LabelUpdate_Properties to handle AdditionalProperties
type Label_Properties ¶
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 LabelsResponse ¶
type LabelsResponse struct { Labels *Labels `json:"labels,omitempty"` Links *Links `json:"links,omitempty"` }
LabelsResponse defines model for LabelsResponse.
type LanguageRequest ¶
type LanguageRequest struct { // Flux query script to be analyzed Query string `json:"query"` }
LanguageRequest defines model for LanguageRequest.
type Legend ¶
type Legend struct { // orientation is the location of the legend with respect to the view graph Orientation *LegendOrientation `json:"orientation,omitempty"` // The style of the legend. Type *LegendType `json:"type,omitempty"` }
Legend defines model for Legend.
type LegendOrientation ¶
type LegendOrientation string
LegendOrientation defines model for Legend.Orientation.
const ( LegendOrientationBottom LegendOrientation = "bottom" LegendOrientationLeft LegendOrientation = "left" LegendOrientationRight LegendOrientation = "right" LegendOrientationTop LegendOrientation = "top" )
type LegendType ¶
type LegendType string
LegendType defines model for Legend.Type.
const (
LegendTypeStatic LegendType = "static"
)
type LesserThreshold ¶
type LesserThreshold struct { // Embedded struct due to allOf(#/components/schemas/ThresholdBase) ThresholdBase // Embedded fields due to inline allOf schema Type LesserThresholdType `json:"type"` Value float32 `json:"value"` }
LesserThreshold defines model for LesserThreshold.
type LesserThresholdType ¶
type LesserThresholdType string
LesserThresholdType defines model for LesserThreshold.Type.
const (
LesserThresholdTypeLesser LesserThresholdType = "lesser"
)
type LinePlusSingleStatProperties ¶
type LinePlusSingleStatProperties struct { // The viewport for a View's visualizations Axes Axes `json:"axes"` // Colors define color encoding of data into a visualization Colors []DashboardColor `json:"colors"` // Indicates whether decimal places should be enforced, and how many digits it should show. DecimalPlaces DecimalPlaces `json:"decimalPlaces"` HoverDimension *LinePlusSingleStatPropertiesHoverDimension `json:"hoverDimension,omitempty"` // Legend define encoding of data into a view's legend Legend Legend `json:"legend"` LegendOpacity *float32 `json:"legendOpacity,omitempty"` LegendOrientationThreshold *int `json:"legendOrientationThreshold,omitempty"` Note string `json:"note"` Position LinePlusSingleStatPropertiesPosition `json:"position"` Prefix string `json:"prefix"` Queries []DashboardQuery `json:"queries"` ShadeBelow *bool `json:"shadeBelow,omitempty"` Shape LinePlusSingleStatPropertiesShape `json:"shape"` // If true, will display note when empty ShowNoteWhenEmpty bool `json:"showNoteWhenEmpty"` Suffix string `json:"suffix"` TimeFormat *string `json:"timeFormat,omitempty"` Type LinePlusSingleStatPropertiesType `json:"type"` XColumn *string `json:"xColumn,omitempty"` YColumn *string `json:"yColumn,omitempty"` }
LinePlusSingleStatProperties defines model for LinePlusSingleStatProperties.
type LinePlusSingleStatPropertiesHoverDimension ¶
type LinePlusSingleStatPropertiesHoverDimension string
LinePlusSingleStatPropertiesHoverDimension defines model for LinePlusSingleStatProperties.HoverDimension.
const ( LinePlusSingleStatPropertiesHoverDimensionAuto LinePlusSingleStatPropertiesHoverDimension = "auto" LinePlusSingleStatPropertiesHoverDimensionTrue LinePlusSingleStatPropertiesHoverDimension = "true" LinePlusSingleStatPropertiesHoverDimensionX LinePlusSingleStatPropertiesHoverDimension = "x" LinePlusSingleStatPropertiesHoverDimensionXy LinePlusSingleStatPropertiesHoverDimension = "xy" )
type LinePlusSingleStatPropertiesPosition ¶
type LinePlusSingleStatPropertiesPosition string
LinePlusSingleStatPropertiesPosition defines model for LinePlusSingleStatProperties.Position.
const ( LinePlusSingleStatPropertiesPositionOverlaid LinePlusSingleStatPropertiesPosition = "overlaid" LinePlusSingleStatPropertiesPositionStacked LinePlusSingleStatPropertiesPosition = "stacked" )
type LinePlusSingleStatPropertiesShape ¶
type LinePlusSingleStatPropertiesShape string
LinePlusSingleStatPropertiesShape defines model for LinePlusSingleStatProperties.Shape.
const (
LinePlusSingleStatPropertiesShapeChronografV2 LinePlusSingleStatPropertiesShape = "chronograf-v2"
)
type LinePlusSingleStatPropertiesType ¶
type LinePlusSingleStatPropertiesType string
LinePlusSingleStatPropertiesType defines model for LinePlusSingleStatProperties.Type.
const (
LinePlusSingleStatPropertiesTypeLinePlusSingleStat LinePlusSingleStatPropertiesType = "line-plus-single-stat"
)
type LineProtocolError ¶
type LineProtocolError struct { // Code is the machine-readable error code. Code LineProtocolErrorCode `json:"code"` // Err is a stack of errors that occurred during processing of the request. Useful for debugging. Err string `json:"err"` // First line within sent body containing malformed data Line *int32 `json:"line,omitempty"` // Message is a human-readable message. Message string `json:"message"` // Op describes the logical code operation during error. Useful for debugging. Op string `json:"op"` }
LineProtocolError defines model for LineProtocolError.
type LineProtocolErrorCode ¶
type LineProtocolErrorCode string
LineProtocolErrorCode defines model for LineProtocolError.Code.
const ( LineProtocolErrorCodeConflict LineProtocolErrorCode = "conflict" LineProtocolErrorCodeEmptyValue LineProtocolErrorCode = "empty value" LineProtocolErrorCodeInternalError LineProtocolErrorCode = "internal error" LineProtocolErrorCodeInvalid LineProtocolErrorCode = "invalid" LineProtocolErrorCodeNotFound LineProtocolErrorCode = "not found" )
type LineProtocolLengthError ¶
type LineProtocolLengthError struct { // Code is the machine-readable error code. Code LineProtocolLengthErrorCode `json:"code"` // Max length in bytes for a body of line-protocol. MaxLength int32 `json:"maxLength"` // Message is a human-readable message. Message string `json:"message"` }
LineProtocolLengthError defines model for LineProtocolLengthError.
type LineProtocolLengthErrorCode ¶
type LineProtocolLengthErrorCode string
LineProtocolLengthErrorCode defines model for LineProtocolLengthError.Code.
const (
LineProtocolLengthErrorCodeInvalid LineProtocolLengthErrorCode = "invalid"
)
type Links ¶
type Links struct { // URI of resource. Next *Link `json:"next,omitempty"` // URI of resource. Prev *Link `json:"prev,omitempty"` // URI of resource. Self Link `json:"self"` }
Links defines model for Links.
type ListStacksParams ¶
type ListStacksParams struct { // The organization id of the stacks OrgID string `json:"orgID"` // A collection of names to filter the list by. Name *string `json:"name,omitempty"` // A collection of stackIDs to filter the list by. StackID *string `json:"stackID,omitempty"` }
ListStacksParams defines parameters for ListStacks.
type ListStacksResponse ¶ added in v2.2.0
type ListStacksResponse struct { Body []byte HTTPResponse *http.Response JSON200 *struct { Stacks *[]Stack `json:"stacks,omitempty"` } JSONDefault *Error }
func ParseListStacksResponse ¶
func ParseListStacksResponse(rsp *http.Response) (*ListStacksResponse, error)
ParseListStacksResponse parses an HTTP response from a ListStacksWithResponse call
func (ListStacksResponse) Status ¶ added in v2.2.0
func (r ListStacksResponse) Status() string
Status returns HTTPResponse.Status
func (ListStacksResponse) StatusCode ¶ added in v2.2.0
func (r ListStacksResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type LogEvent ¶
type LogEvent struct { // A description of the event that occurred. Message *string `json:"message,omitempty"` // Time event occurred, RFC3339Nano. Time *time.Time `json:"time,omitempty"` }
LogEvent defines model for LogEvent.
type LogicalExpression ¶
type LogicalExpression struct { Left *Expression `json:"left,omitempty"` Operator *string `json:"operator,omitempty"` Right *Expression `json:"right,omitempty"` // Type of AST node Type *NodeType `json:"type,omitempty"` }
LogicalExpression defines model for LogicalExpression.
type Logs ¶
type Logs struct {
Events *[]LogEvent `json:"events,omitempty"`
}
Logs defines model for Logs.
type MapVariableProperties ¶
type MapVariableProperties struct { Type *MapVariablePropertiesType `json:"type,omitempty"` Values *MapVariableProperties_Values `json:"values,omitempty"` }
MapVariableProperties defines model for MapVariableProperties.
type MapVariablePropertiesType ¶
type MapVariablePropertiesType string
MapVariablePropertiesType defines model for MapVariableProperties.Type.
const (
MapVariablePropertiesTypeMap MapVariablePropertiesType = "map"
)
type MapVariableProperties_Values ¶
MapVariableProperties_Values defines model for MapVariableProperties.Values.
func (MapVariableProperties_Values) Get ¶
func (a MapVariableProperties_Values) Get(fieldName string) (value string, found bool)
Getter for additional properties for MapVariableProperties_Values. Returns the specified element and whether it was found
func (MapVariableProperties_Values) MarshalJSON ¶
func (a MapVariableProperties_Values) MarshalJSON() ([]byte, error)
Override default JSON handling for MapVariableProperties_Values to handle AdditionalProperties
func (*MapVariableProperties_Values) Set ¶
func (a *MapVariableProperties_Values) Set(fieldName string, value string)
Setter for additional properties for MapVariableProperties_Values
func (*MapVariableProperties_Values) UnmarshalJSON ¶
func (a *MapVariableProperties_Values) UnmarshalJSON(b []byte) error
Override default JSON handling for MapVariableProperties_Values to handle AdditionalProperties
type MarkdownViewProperties ¶
type MarkdownViewProperties struct { Note string `json:"note"` Shape MarkdownViewPropertiesShape `json:"shape"` Type MarkdownViewPropertiesType `json:"type"` }
MarkdownViewProperties defines model for MarkdownViewProperties.
type MarkdownViewPropertiesShape ¶
type MarkdownViewPropertiesShape string
MarkdownViewPropertiesShape defines model for MarkdownViewProperties.Shape.
const (
MarkdownViewPropertiesShapeChronografV2 MarkdownViewPropertiesShape = "chronograf-v2"
)
type MarkdownViewPropertiesType ¶
type MarkdownViewPropertiesType string
MarkdownViewPropertiesType defines model for MarkdownViewProperties.Type.
const (
MarkdownViewPropertiesTypeMarkdown MarkdownViewPropertiesType = "markdown"
)
type MemberAssignment ¶
type MemberAssignment struct { Init *Expression `json:"init,omitempty"` // Represents accessing a property of an object Member *MemberExpression `json:"member,omitempty"` // Type of AST node Type *NodeType `json:"type,omitempty"` }
MemberAssignment defines model for MemberAssignment.
type MemberExpression ¶
type MemberExpression struct { Object *Expression `json:"object,omitempty"` Property *PropertyKey `json:"property,omitempty"` // Type of AST node Type *NodeType `json:"type,omitempty"` }
MemberExpression defines model for MemberExpression.
type MosaicViewProperties ¶
type MosaicViewProperties struct { // Colors define color encoding of data into a visualization Colors []string `json:"colors"` FillColumns []string `json:"fillColumns"` LegendOpacity *float32 `json:"legendOpacity,omitempty"` LegendOrientationThreshold *int `json:"legendOrientationThreshold,omitempty"` Note string `json:"note"` Queries []DashboardQuery `json:"queries"` Shape MosaicViewPropertiesShape `json:"shape"` // If true, will display note when empty ShowNoteWhenEmpty bool `json:"showNoteWhenEmpty"` TimeFormat *string `json:"timeFormat,omitempty"` Type MosaicViewPropertiesType `json:"type"` XAxisLabel string `json:"xAxisLabel"` XColumn string `json:"xColumn"` XDomain []float32 `json:"xDomain"` XPrefix string `json:"xPrefix"` XSuffix string `json:"xSuffix"` YAxisLabel string `json:"yAxisLabel"` YDomain []float32 `json:"yDomain"` YPrefix string `json:"yPrefix"` YSeriesColumns []string `json:"ySeriesColumns"` YSuffix string `json:"ySuffix"` }
MosaicViewProperties defines model for MosaicViewProperties.
type MosaicViewPropertiesShape ¶
type MosaicViewPropertiesShape string
MosaicViewPropertiesShape defines model for MosaicViewProperties.Shape.
const (
MosaicViewPropertiesShapeChronografV2 MosaicViewPropertiesShape = "chronograf-v2"
)
type MosaicViewPropertiesType ¶
type MosaicViewPropertiesType string
MosaicViewPropertiesType defines model for MosaicViewProperties.Type.
const (
MosaicViewPropertiesTypeMosaic MosaicViewPropertiesType = "mosaic"
)
type NotificationEndpoint ¶
type NotificationEndpoint struct { // Embedded struct due to allOf(#/components/schemas/NotificationEndpointDiscrimator) NotificationEndpointDiscrimator }
NotificationEndpoint defines model for NotificationEndpoint.
type NotificationEndpointBase ¶
type NotificationEndpointBase struct { CreatedAt *time.Time `json:"createdAt,omitempty"` // An optional description of the notification endpoint. Description *string `json:"description,omitempty"` Id *string `json:"id,omitempty"` Labels *Labels `json:"labels,omitempty"` Links *struct { // URI of resource. Labels *Link `json:"labels,omitempty"` // URI of resource. Members *Link `json:"members,omitempty"` // URI of resource. Owners *Link `json:"owners,omitempty"` // URI of resource. Self *Link `json:"self,omitempty"` } `json:"links,omitempty"` Name string `json:"name"` OrgID *string `json:"orgID,omitempty"` // The status of the endpoint. Status *NotificationEndpointBaseStatus `json:"status,omitempty"` Type NotificationEndpointType `json:"type"` UpdatedAt *time.Time `json:"updatedAt,omitempty"` UserID *string `json:"userID,omitempty"` }
NotificationEndpointBase defines model for NotificationEndpointBase.
type NotificationEndpointBaseStatus ¶
type NotificationEndpointBaseStatus string
NotificationEndpointBaseStatus defines model for NotificationEndpointBase.Status.
const ( NotificationEndpointBaseStatusActive NotificationEndpointBaseStatus = "active" NotificationEndpointBaseStatusInactive NotificationEndpointBaseStatus = "inactive" )
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" NotificationEndpointTypeTelegram NotificationEndpointType = "telegram" )
type NotificationEndpointUpdate ¶
type NotificationEndpointUpdate struct { Description *string `json:"description,omitempty"` Name *string `json:"name,omitempty"` Status *NotificationEndpointUpdateStatus `json:"status,omitempty"` }
NotificationEndpointUpdate defines model for NotificationEndpointUpdate.
type NotificationEndpointUpdateStatus ¶
type NotificationEndpointUpdateStatus string
NotificationEndpointUpdateStatus defines model for NotificationEndpointUpdate.Status.
const ( NotificationEndpointUpdateStatusActive NotificationEndpointUpdateStatus = "active" NotificationEndpointUpdateStatusInactive NotificationEndpointUpdateStatus = "inactive" )
type NotificationEndpoints ¶
type NotificationEndpoints struct { Links *Links `json:"links,omitempty"` NotificationEndpoints *[]NotificationEndpoint `json:"notificationEndpoints,omitempty"` }
NotificationEndpoints defines model for NotificationEndpoints.
type NotificationRule ¶
type NotificationRule struct { // Embedded struct due to allOf(#/components/schemas/NotificationRuleDiscriminator) NotificationRuleDiscriminator }
NotificationRule defines model for NotificationRule.
type NotificationRuleBase ¶
type NotificationRuleBase struct { CreatedAt *time.Time `json:"createdAt,omitempty"` // An optional description of the notification rule. Description *string `json:"description,omitempty"` EndpointID string `json:"endpointID"` // The notification repetition interval. Every *string `json:"every,omitempty"` Id string `json:"id"` Labels *Labels `json:"labels,omitempty"` LastRunError *string `json:"lastRunError,omitempty"` LastRunStatus *NotificationRuleBaseLastRunStatus `json:"lastRunStatus,omitempty"` // Timestamp of latest scheduled, completed run, RFC3339. LatestCompleted *time.Time `json:"latestCompleted,omitempty"` // Don't notify me more than <limit> times every <limitEvery> seconds. If set, limitEvery cannot be empty. Limit *int `json:"limit,omitempty"` // Don't notify me more than <limit> times every <limitEvery> seconds. If set, limit cannot be empty. LimitEvery *int `json:"limitEvery,omitempty"` Links *struct { // URI of resource. Labels *Link `json:"labels,omitempty"` // URI of resource. Members *Link `json:"members,omitempty"` // URI of resource. Owners *Link `json:"owners,omitempty"` // URI of resource. Query *Link `json:"query,omitempty"` // URI of resource. Self *Link `json:"self,omitempty"` } `json:"links,omitempty"` // Human-readable name describing the notification rule. Name string `json:"name"` // Duration to delay after the schedule, before executing check. Offset *string `json:"offset,omitempty"` // The ID of the organization that owns this notification rule. OrgID string `json:"orgID"` // The ID of creator used to create this notification rule. OwnerID *string `json:"ownerID,omitempty"` RunbookLink *string `json:"runbookLink,omitempty"` SleepUntil *string `json:"sleepUntil,omitempty"` Status TaskStatusType `json:"status"` // List of status rules the notification rule attempts to match. StatusRules []StatusRule `json:"statusRules"` // List of tag rules the notification rule attempts to match. TagRules []TagRule `json:"tagRules"` UpdatedAt *time.Time `json:"updatedAt,omitempty"` }
NotificationRuleBase defines model for NotificationRuleBase.
type NotificationRuleBaseLastRunStatus ¶
type NotificationRuleBaseLastRunStatus string
NotificationRuleBaseLastRunStatus defines model for NotificationRuleBase.LastRunStatus.
const ( NotificationRuleBaseLastRunStatusCanceled NotificationRuleBaseLastRunStatus = "canceled" NotificationRuleBaseLastRunStatusFailed NotificationRuleBaseLastRunStatus = "failed" NotificationRuleBaseLastRunStatusSuccess NotificationRuleBaseLastRunStatus = "success" )
type NotificationRuleDiscriminator ¶
type NotificationRuleDiscriminator interface{}
NotificationRuleDiscriminator defines model for NotificationRuleDiscriminator.
type NotificationRuleUpdate ¶
type NotificationRuleUpdate struct { Description *string `json:"description,omitempty"` Name *string `json:"name,omitempty"` Status *NotificationRuleUpdateStatus `json:"status,omitempty"` }
NotificationRuleUpdate defines model for NotificationRuleUpdate.
type NotificationRuleUpdateStatus ¶
type NotificationRuleUpdateStatus string
NotificationRuleUpdateStatus defines model for NotificationRuleUpdate.Status.
const ( NotificationRuleUpdateStatusActive NotificationRuleUpdateStatus = "active" NotificationRuleUpdateStatusInactive NotificationRuleUpdateStatus = "inactive" )
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 OnboardingRequest ¶
type OnboardingRequest struct { Bucket string `json:"bucket"` Org string `json:"org"` Password *string `json:"password,omitempty"` RetentionPeriodHrs *int `json:"retentionPeriodHrs,omitempty"` Username string `json:"username"` }
OnboardingRequest defines model for OnboardingRequest.
type OnboardingResponse ¶
type OnboardingResponse struct { Auth *Authorization `json:"auth,omitempty"` Bucket *Bucket `json:"bucket,omitempty"` Org *Organization `json:"org,omitempty"` User *User `json:"user,omitempty"` }
OnboardingResponse defines model for OnboardingResponse.
type OptionStatement ¶
type OptionStatement struct { Assignment *interface{} `json:"assignment,omitempty"` // Type of AST node Type *NodeType `json:"type,omitempty"` }
OptionStatement defines model for OptionStatement.
type Organization ¶
type Organization struct { CreatedAt *time.Time `json:"createdAt,omitempty"` Description *string `json:"description,omitempty"` Id *string `json:"id,omitempty"` Links *struct { // URI of resource. Buckets *Link `json:"buckets,omitempty"` // URI of resource. Dashboards *Link `json:"dashboards,omitempty"` // URI of resource. Labels *Link `json:"labels,omitempty"` // URI of resource. Members *Link `json:"members,omitempty"` // URI of resource. Owners *Link `json:"owners,omitempty"` // URI of resource. Secrets *Link `json:"secrets,omitempty"` // URI of resource. Self *Link `json:"self,omitempty"` // URI of resource. Tasks *Link `json:"tasks,omitempty"` } `json:"links,omitempty"` Name string `json:"name"` // If inactive the organization is inactive. Status *OrganizationStatus `json:"status,omitempty"` UpdatedAt *time.Time `json:"updatedAt,omitempty"` }
Organization defines model for Organization.
type OrganizationStatus ¶
type OrganizationStatus string
OrganizationStatus defines model for Organization.Status.
const ( OrganizationStatusActive OrganizationStatus = "active" OrganizationStatusInactive OrganizationStatus = "inactive" )
type Organizations ¶
type Organizations struct { Links *Links `json:"links,omitempty"` Orgs *[]Organization `json:"orgs,omitempty"` }
Organizations defines model for Organizations.
type Package ¶
type Package struct { // Package files Files *[]File `json:"files,omitempty"` // Package name Package *string `json:"package,omitempty"` // Package import path Path *string `json:"path,omitempty"` // Type of AST node Type *NodeType `json:"type,omitempty"` }
Package defines model for Package.
type PackageClause ¶
type PackageClause struct { // A valid Flux identifier Name *Identifier `json:"name,omitempty"` // Type of AST node Type *NodeType `json:"type,omitempty"` }
PackageClause defines model for PackageClause.
type PagerDutyNotificationEndpoint ¶
type PagerDutyNotificationEndpoint struct { // Embedded struct due to allOf(#/components/schemas/NotificationEndpointBase) NotificationEndpointBase // Embedded fields due to inline allOf schema ClientURL *string `json:"clientURL,omitempty"` RoutingKey string `json:"routingKey"` }
PagerDutyNotificationEndpoint defines model for PagerDutyNotificationEndpoint.
type PagerDutyNotificationRule ¶
type PagerDutyNotificationRule struct { // Embedded struct due to allOf(#/components/schemas/NotificationRuleBase) NotificationRuleBase // Embedded struct due to allOf(#/components/schemas/PagerDutyNotificationRuleBase) PagerDutyNotificationRuleBase }
PagerDutyNotificationRule defines model for PagerDutyNotificationRule.
type PagerDutyNotificationRuleBase ¶
type PagerDutyNotificationRuleBase struct { MessageTemplate string `json:"messageTemplate"` Type PagerDutyNotificationRuleBaseType `json:"type"` }
PagerDutyNotificationRuleBase defines model for PagerDutyNotificationRuleBase.
type PagerDutyNotificationRuleBaseType ¶
type PagerDutyNotificationRuleBaseType string
PagerDutyNotificationRuleBaseType defines model for PagerDutyNotificationRuleBase.Type.
const (
PagerDutyNotificationRuleBaseTypePagerduty PagerDutyNotificationRuleBaseType = "pagerduty"
)
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 PatchAuthorizationsIDResponse ¶ added in v2.2.0
type PatchAuthorizationsIDResponse struct { Body []byte HTTPResponse *http.Response JSON200 *Authorization JSONDefault *Error }
func ParsePatchAuthorizationsIDResponse ¶
func ParsePatchAuthorizationsIDResponse(rsp *http.Response) (*PatchAuthorizationsIDResponse, error)
ParsePatchAuthorizationsIDResponse parses an HTTP response from a PatchAuthorizationsIDWithResponse call
func (PatchAuthorizationsIDResponse) Status ¶ added in v2.2.0
func (r PatchAuthorizationsIDResponse) Status() string
Status returns HTTPResponse.Status
func (PatchAuthorizationsIDResponse) StatusCode ¶ added in v2.2.0
func (r PatchAuthorizationsIDResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
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 PatchBucketsIDResponse ¶ added in v2.2.0
type PatchBucketsIDResponse struct { Body []byte HTTPResponse *http.Response JSON200 *Bucket JSONDefault *Error }
func ParsePatchBucketsIDResponse ¶
func ParsePatchBucketsIDResponse(rsp *http.Response) (*PatchBucketsIDResponse, error)
ParsePatchBucketsIDResponse parses an HTTP response from a PatchBucketsIDWithResponse call
func (PatchBucketsIDResponse) Status ¶ added in v2.2.0
func (r PatchBucketsIDResponse) Status() string
Status returns HTTPResponse.Status
func (PatchBucketsIDResponse) StatusCode ¶ added in v2.2.0
func (r PatchBucketsIDResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PatchChecksIDJSONBody ¶
type PatchChecksIDJSONBody CheckPatch
PatchChecksIDJSONBody defines parameters for PatchChecksID.
type PatchChecksIDJSONRequestBody ¶
type PatchChecksIDJSONRequestBody PatchChecksIDJSONBody
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 PatchChecksIDResponse ¶ added in v2.2.0
type PatchChecksIDResponse struct { Body []byte HTTPResponse *http.Response JSON200 *Check JSON404 *Error JSONDefault *Error }
func ParsePatchChecksIDResponse ¶
func ParsePatchChecksIDResponse(rsp *http.Response) (*PatchChecksIDResponse, error)
ParsePatchChecksIDResponse parses an HTTP response from a PatchChecksIDWithResponse call
func (PatchChecksIDResponse) Status ¶ added in v2.2.0
func (r PatchChecksIDResponse) Status() string
Status returns HTTPResponse.Status
func (PatchChecksIDResponse) StatusCode ¶ added in v2.2.0
func (r PatchChecksIDResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PatchDBRPIDJSONBody ¶
type PatchDBRPIDJSONBody DBRPUpdate
PatchDBRPIDJSONBody defines parameters for PatchDBRPID.
type PatchDBRPIDJSONRequestBody ¶
type PatchDBRPIDJSONRequestBody PatchDBRPIDJSONBody
PatchDBRPIDRequestBody defines body for PatchDBRPID for application/json ContentType.
type PatchDBRPIDParams ¶
type PatchDBRPIDParams struct { // Specifies the organization ID of the mapping OrgID string `json:"orgID"` // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
PatchDBRPIDParams defines parameters for PatchDBRPID.
type PatchDBRPIDResponse ¶ added in v2.2.0
type PatchDBRPIDResponse struct { Body []byte HTTPResponse *http.Response JSON200 *DBRP JSON400 *Error JSON404 *Error JSONDefault *Error }
func ParsePatchDBRPIDResponse ¶
func ParsePatchDBRPIDResponse(rsp *http.Response) (*PatchDBRPIDResponse, error)
ParsePatchDBRPIDResponse parses an HTTP response from a PatchDBRPIDWithResponse call
func (PatchDBRPIDResponse) Status ¶ added in v2.2.0
func (r PatchDBRPIDResponse) Status() string
Status returns HTTPResponse.Status
func (PatchDBRPIDResponse) StatusCode ¶ added in v2.2.0
func (r PatchDBRPIDResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PatchDashboardsIDCellsIDJSONBody ¶
type PatchDashboardsIDCellsIDJSONBody CellUpdate
PatchDashboardsIDCellsIDJSONBody defines parameters for PatchDashboardsIDCellsID.
type PatchDashboardsIDCellsIDJSONRequestBody ¶
type PatchDashboardsIDCellsIDJSONRequestBody PatchDashboardsIDCellsIDJSONBody
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 PatchDashboardsIDCellsIDResponse ¶ added in v2.2.0
type PatchDashboardsIDCellsIDResponse struct { Body []byte HTTPResponse *http.Response JSON200 *Cell JSON404 *Error JSONDefault *Error }
func ParsePatchDashboardsIDCellsIDResponse ¶
func ParsePatchDashboardsIDCellsIDResponse(rsp *http.Response) (*PatchDashboardsIDCellsIDResponse, error)
ParsePatchDashboardsIDCellsIDResponse parses an HTTP response from a PatchDashboardsIDCellsIDWithResponse call
func (PatchDashboardsIDCellsIDResponse) Status ¶ added in v2.2.0
func (r PatchDashboardsIDCellsIDResponse) Status() string
Status returns HTTPResponse.Status
func (PatchDashboardsIDCellsIDResponse) StatusCode ¶ added in v2.2.0
func (r PatchDashboardsIDCellsIDResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PatchDashboardsIDCellsIDViewJSONBody ¶
type PatchDashboardsIDCellsIDViewJSONBody View
PatchDashboardsIDCellsIDViewJSONBody defines parameters for PatchDashboardsIDCellsIDView.
type PatchDashboardsIDCellsIDViewJSONRequestBody ¶
type PatchDashboardsIDCellsIDViewJSONRequestBody PatchDashboardsIDCellsIDViewJSONBody
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 PatchDashboardsIDCellsIDViewResponse ¶ added in v2.2.0
type PatchDashboardsIDCellsIDViewResponse struct { Body []byte HTTPResponse *http.Response JSON200 *View JSON404 *Error JSONDefault *Error }
func ParsePatchDashboardsIDCellsIDViewResponse ¶
func ParsePatchDashboardsIDCellsIDViewResponse(rsp *http.Response) (*PatchDashboardsIDCellsIDViewResponse, error)
ParsePatchDashboardsIDCellsIDViewResponse parses an HTTP response from a PatchDashboardsIDCellsIDViewWithResponse call
func (PatchDashboardsIDCellsIDViewResponse) Status ¶ added in v2.2.0
func (r PatchDashboardsIDCellsIDViewResponse) Status() string
Status returns HTTPResponse.Status
func (PatchDashboardsIDCellsIDViewResponse) StatusCode ¶ added in v2.2.0
func (r PatchDashboardsIDCellsIDViewResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PatchDashboardsIDJSONBody ¶
type PatchDashboardsIDJSONBody struct { Cells *CellWithViewProperties `json:"cells,omitempty"` // optional, when provided will replace the description Description *string `json:"description,omitempty"` // optional, when provided will replace the name Name *string `json:"name,omitempty"` }
PatchDashboardsIDJSONBody defines parameters for PatchDashboardsID.
type PatchDashboardsIDJSONRequestBody ¶
type PatchDashboardsIDJSONRequestBody PatchDashboardsIDJSONBody
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 PatchDashboardsIDResponse ¶ added in v2.2.0
type PatchDashboardsIDResponse struct { Body []byte HTTPResponse *http.Response JSON200 *Dashboard JSON404 *Error JSONDefault *Error }
func ParsePatchDashboardsIDResponse ¶
func ParsePatchDashboardsIDResponse(rsp *http.Response) (*PatchDashboardsIDResponse, error)
ParsePatchDashboardsIDResponse parses an HTTP response from a PatchDashboardsIDWithResponse call
func (PatchDashboardsIDResponse) Status ¶ added in v2.2.0
func (r PatchDashboardsIDResponse) Status() string
Status returns HTTPResponse.Status
func (PatchDashboardsIDResponse) StatusCode ¶ added in v2.2.0
func (r PatchDashboardsIDResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PatchLabelsIDJSONBody ¶
type PatchLabelsIDJSONBody LabelUpdate
PatchLabelsIDJSONBody defines parameters for PatchLabelsID.
type PatchLabelsIDJSONRequestBody ¶
type PatchLabelsIDJSONRequestBody PatchLabelsIDJSONBody
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 PatchLabelsIDResponse ¶ added in v2.2.0
type PatchLabelsIDResponse struct { Body []byte HTTPResponse *http.Response JSON200 *LabelResponse JSON404 *Error JSONDefault *Error }
func ParsePatchLabelsIDResponse ¶
func ParsePatchLabelsIDResponse(rsp *http.Response) (*PatchLabelsIDResponse, error)
ParsePatchLabelsIDResponse parses an HTTP response from a PatchLabelsIDWithResponse call
func (PatchLabelsIDResponse) Status ¶ added in v2.2.0
func (r PatchLabelsIDResponse) Status() string
Status returns HTTPResponse.Status
func (PatchLabelsIDResponse) StatusCode ¶ added in v2.2.0
func (r PatchLabelsIDResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type 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 PatchNotificationEndpointsIDResponse ¶ added in v2.2.0
type PatchNotificationEndpointsIDResponse struct { Body []byte HTTPResponse *http.Response JSON200 *NotificationEndpoint JSON404 *Error JSONDefault *Error }
func ParsePatchNotificationEndpointsIDResponse ¶
func ParsePatchNotificationEndpointsIDResponse(rsp *http.Response) (*PatchNotificationEndpointsIDResponse, error)
ParsePatchNotificationEndpointsIDResponse parses an HTTP response from a PatchNotificationEndpointsIDWithResponse call
func (PatchNotificationEndpointsIDResponse) Status ¶ added in v2.2.0
func (r PatchNotificationEndpointsIDResponse) Status() string
Status returns HTTPResponse.Status
func (PatchNotificationEndpointsIDResponse) StatusCode ¶ added in v2.2.0
func (r PatchNotificationEndpointsIDResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
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 PatchNotificationRulesIDResponse ¶ added in v2.2.0
type PatchNotificationRulesIDResponse struct { Body []byte HTTPResponse *http.Response JSON200 *NotificationRule JSON404 *Error JSONDefault *Error }
func ParsePatchNotificationRulesIDResponse ¶
func ParsePatchNotificationRulesIDResponse(rsp *http.Response) (*PatchNotificationRulesIDResponse, error)
ParsePatchNotificationRulesIDResponse parses an HTTP response from a PatchNotificationRulesIDWithResponse call
func (PatchNotificationRulesIDResponse) Status ¶ added in v2.2.0
func (r PatchNotificationRulesIDResponse) Status() string
Status returns HTTPResponse.Status
func (PatchNotificationRulesIDResponse) StatusCode ¶ added in v2.2.0
func (r PatchNotificationRulesIDResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
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 PatchOrgsIDResponse ¶ added in v2.2.0
type PatchOrgsIDResponse struct { Body []byte HTTPResponse *http.Response JSON200 *Organization JSONDefault *Error }
func ParsePatchOrgsIDResponse ¶
func ParsePatchOrgsIDResponse(rsp *http.Response) (*PatchOrgsIDResponse, error)
ParsePatchOrgsIDResponse parses an HTTP response from a PatchOrgsIDWithResponse call
func (PatchOrgsIDResponse) Status ¶ added in v2.2.0
func (r PatchOrgsIDResponse) Status() string
Status returns HTTPResponse.Status
func (PatchOrgsIDResponse) StatusCode ¶ added in v2.2.0
func (r PatchOrgsIDResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PatchOrgsIDSecretsJSONBody ¶
type PatchOrgsIDSecretsJSONBody Secrets
PatchOrgsIDSecretsJSONBody defines parameters for PatchOrgsIDSecrets.
type PatchOrgsIDSecretsJSONRequestBody ¶
type PatchOrgsIDSecretsJSONRequestBody PatchOrgsIDSecretsJSONBody
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 PatchOrgsIDSecretsResponse ¶ added in v2.2.0
type PatchOrgsIDSecretsResponse struct { Body []byte HTTPResponse *http.Response JSONDefault *Error }
func ParsePatchOrgsIDSecretsResponse ¶
func ParsePatchOrgsIDSecretsResponse(rsp *http.Response) (*PatchOrgsIDSecretsResponse, error)
ParsePatchOrgsIDSecretsResponse parses an HTTP response from a PatchOrgsIDSecretsWithResponse call
func (PatchOrgsIDSecretsResponse) Status ¶ added in v2.2.0
func (r PatchOrgsIDSecretsResponse) Status() string
Status returns HTTPResponse.Status
func (PatchOrgsIDSecretsResponse) StatusCode ¶ added in v2.2.0
func (r PatchOrgsIDSecretsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
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 PatchScrapersIDParams ¶
type PatchScrapersIDParams struct { // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
PatchScrapersIDParams defines parameters for PatchScrapersID.
type PatchScrapersIDResponse ¶ added in v2.2.0
type PatchScrapersIDResponse struct { Body []byte HTTPResponse *http.Response JSON200 *ScraperTargetResponse JSONDefault *Error }
func ParsePatchScrapersIDResponse ¶
func ParsePatchScrapersIDResponse(rsp *http.Response) (*PatchScrapersIDResponse, error)
ParsePatchScrapersIDResponse parses an HTTP response from a PatchScrapersIDWithResponse call
func (PatchScrapersIDResponse) Status ¶ added in v2.2.0
func (r PatchScrapersIDResponse) Status() string
Status returns HTTPResponse.Status
func (PatchScrapersIDResponse) StatusCode ¶ added in v2.2.0
func (r PatchScrapersIDResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PatchSourcesIDJSONBody ¶
type PatchSourcesIDJSONBody Source
PatchSourcesIDJSONBody defines parameters for PatchSourcesID.
type PatchSourcesIDJSONRequestBody ¶
type PatchSourcesIDJSONRequestBody PatchSourcesIDJSONBody
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 PatchSourcesIDResponse ¶ added in v2.2.0
type PatchSourcesIDResponse struct { Body []byte HTTPResponse *http.Response JSON200 *Source JSON404 *Error JSONDefault *Error }
func ParsePatchSourcesIDResponse ¶
func ParsePatchSourcesIDResponse(rsp *http.Response) (*PatchSourcesIDResponse, error)
ParsePatchSourcesIDResponse parses an HTTP response from a PatchSourcesIDWithResponse call
func (PatchSourcesIDResponse) Status ¶ added in v2.2.0
func (r PatchSourcesIDResponse) Status() string
Status returns HTTPResponse.Status
func (PatchSourcesIDResponse) StatusCode ¶ added in v2.2.0
func (r PatchSourcesIDResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PatchTasksIDJSONBody ¶
type PatchTasksIDJSONBody TaskUpdateRequest
PatchTasksIDJSONBody defines parameters for PatchTasksID.
type PatchTasksIDJSONRequestBody ¶
type PatchTasksIDJSONRequestBody PatchTasksIDJSONBody
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 PatchTasksIDResponse ¶ added in v2.2.0
type PatchTasksIDResponse struct { Body []byte HTTPResponse *http.Response JSON200 *Task JSONDefault *Error }
func ParsePatchTasksIDResponse ¶
func ParsePatchTasksIDResponse(rsp *http.Response) (*PatchTasksIDResponse, error)
ParsePatchTasksIDResponse parses an HTTP response from a PatchTasksIDWithResponse call
func (PatchTasksIDResponse) Status ¶ added in v2.2.0
func (r PatchTasksIDResponse) Status() string
Status returns HTTPResponse.Status
func (PatchTasksIDResponse) StatusCode ¶ added in v2.2.0
func (r PatchTasksIDResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PatchUsersIDJSONBody ¶
type PatchUsersIDJSONBody User
PatchUsersIDJSONBody defines parameters for PatchUsersID.
type PatchUsersIDJSONRequestBody ¶
type PatchUsersIDJSONRequestBody PatchUsersIDJSONBody
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 PatchUsersIDResponse ¶ added in v2.2.0
type PatchUsersIDResponse struct { Body []byte HTTPResponse *http.Response JSON200 *User JSONDefault *Error }
func ParsePatchUsersIDResponse ¶
func ParsePatchUsersIDResponse(rsp *http.Response) (*PatchUsersIDResponse, error)
ParsePatchUsersIDResponse parses an HTTP response from a PatchUsersIDWithResponse call
func (PatchUsersIDResponse) Status ¶ added in v2.2.0
func (r PatchUsersIDResponse) Status() string
Status returns HTTPResponse.Status
func (PatchUsersIDResponse) StatusCode ¶ added in v2.2.0
func (r PatchUsersIDResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PatchVariablesIDJSONBody ¶
type PatchVariablesIDJSONBody Variable
PatchVariablesIDJSONBody defines parameters for PatchVariablesID.
type PatchVariablesIDJSONRequestBody ¶
type PatchVariablesIDJSONRequestBody PatchVariablesIDJSONBody
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 PatchVariablesIDResponse ¶ added in v2.2.0
type PatchVariablesIDResponse struct { Body []byte HTTPResponse *http.Response JSON200 *Variable JSONDefault *Error }
func ParsePatchVariablesIDResponse ¶
func ParsePatchVariablesIDResponse(rsp *http.Response) (*PatchVariablesIDResponse, error)
ParsePatchVariablesIDResponse parses an HTTP response from a PatchVariablesIDWithResponse call
func (PatchVariablesIDResponse) Status ¶ added in v2.2.0
func (r PatchVariablesIDResponse) Status() string
Status returns HTTPResponse.Status
func (PatchVariablesIDResponse) StatusCode ¶ added in v2.2.0
func (r PatchVariablesIDResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type Permission ¶
type Permission struct { Action PermissionAction `json:"action"` Resource Resource `json:"resource"` }
Permission defines model for Permission.
type PermissionAction ¶
type PermissionAction string
PermissionAction defines model for Permission.Action.
const ( PermissionActionRead PermissionAction = "read" PermissionActionWrite PermissionAction = "write" )
type PipeExpression ¶
type PipeExpression struct { Argument *Expression `json:"argument,omitempty"` // Represents a function call Call *CallExpression `json:"call,omitempty"` // Type of AST node Type *NodeType `json:"type,omitempty"` }
PipeExpression defines model for PipeExpression.
type PipeLiteral ¶
type PipeLiteral struct { // Type of AST node Type *NodeType `json:"type,omitempty"` }
PipeLiteral defines model for PipeLiteral.
type PostAuthorizationsJSONBody ¶
type PostAuthorizationsJSONBody Authorization
PostAuthorizationsJSONBody defines parameters for PostAuthorizations.
type PostAuthorizationsJSONRequestBody ¶
type PostAuthorizationsJSONRequestBody PostAuthorizationsJSONBody
PostAuthorizationsRequestBody defines body for PostAuthorizations for application/json ContentType.
type PostAuthorizationsParams ¶
type PostAuthorizationsParams struct { // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
PostAuthorizationsParams defines parameters for PostAuthorizations.
type PostAuthorizationsResponse ¶ added in v2.2.0
type PostAuthorizationsResponse struct { Body []byte HTTPResponse *http.Response JSON201 *Authorization JSON400 *Error JSONDefault *Error }
func ParsePostAuthorizationsResponse ¶
func ParsePostAuthorizationsResponse(rsp *http.Response) (*PostAuthorizationsResponse, error)
ParsePostAuthorizationsResponse parses an HTTP response from a PostAuthorizationsWithResponse call
func (PostAuthorizationsResponse) Status ¶ added in v2.2.0
func (r PostAuthorizationsResponse) Status() string
Status returns HTTPResponse.Status
func (PostAuthorizationsResponse) StatusCode ¶ added in v2.2.0
func (r PostAuthorizationsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostBucketRequest ¶
type PostBucketRequest struct { Description *string `json:"description,omitempty"` Name string `json:"name"` OrgID string `json:"orgID"` // Rules to expire or retain data. No rules means data never expires. RetentionRules RetentionRules `json:"retentionRules"` Rp *string `json:"rp,omitempty"` }
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 PostBucketsIDLabelsResponse ¶ added in v2.2.0
type PostBucketsIDLabelsResponse struct { Body []byte HTTPResponse *http.Response JSON201 *LabelResponse JSONDefault *Error }
func ParsePostBucketsIDLabelsResponse ¶
func ParsePostBucketsIDLabelsResponse(rsp *http.Response) (*PostBucketsIDLabelsResponse, error)
ParsePostBucketsIDLabelsResponse parses an HTTP response from a PostBucketsIDLabelsWithResponse call
func (PostBucketsIDLabelsResponse) Status ¶ added in v2.2.0
func (r PostBucketsIDLabelsResponse) Status() string
Status returns HTTPResponse.Status
func (PostBucketsIDLabelsResponse) StatusCode ¶ added in v2.2.0
func (r PostBucketsIDLabelsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostBucketsIDMembersJSONBody ¶
type PostBucketsIDMembersJSONBody AddResourceMemberRequestBody
PostBucketsIDMembersJSONBody defines parameters for PostBucketsIDMembers.
type PostBucketsIDMembersJSONRequestBody ¶
type PostBucketsIDMembersJSONRequestBody PostBucketsIDMembersJSONBody
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 PostBucketsIDMembersResponse ¶ added in v2.2.0
type PostBucketsIDMembersResponse struct { Body []byte HTTPResponse *http.Response JSON201 *ResourceMember JSONDefault *Error }
func ParsePostBucketsIDMembersResponse ¶
func ParsePostBucketsIDMembersResponse(rsp *http.Response) (*PostBucketsIDMembersResponse, error)
ParsePostBucketsIDMembersResponse parses an HTTP response from a PostBucketsIDMembersWithResponse call
func (PostBucketsIDMembersResponse) Status ¶ added in v2.2.0
func (r PostBucketsIDMembersResponse) Status() string
Status returns HTTPResponse.Status
func (PostBucketsIDMembersResponse) StatusCode ¶ added in v2.2.0
func (r PostBucketsIDMembersResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostBucketsIDOwnersJSONBody ¶
type PostBucketsIDOwnersJSONBody AddResourceMemberRequestBody
PostBucketsIDOwnersJSONBody defines parameters for PostBucketsIDOwners.
type PostBucketsIDOwnersJSONRequestBody ¶
type PostBucketsIDOwnersJSONRequestBody PostBucketsIDOwnersJSONBody
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 PostBucketsIDOwnersResponse ¶ added in v2.2.0
type PostBucketsIDOwnersResponse struct { Body []byte HTTPResponse *http.Response JSON201 *ResourceOwner JSONDefault *Error }
func ParsePostBucketsIDOwnersResponse ¶
func ParsePostBucketsIDOwnersResponse(rsp *http.Response) (*PostBucketsIDOwnersResponse, error)
ParsePostBucketsIDOwnersResponse parses an HTTP response from a PostBucketsIDOwnersWithResponse call
func (PostBucketsIDOwnersResponse) Status ¶ added in v2.2.0
func (r PostBucketsIDOwnersResponse) Status() string
Status returns HTTPResponse.Status
func (PostBucketsIDOwnersResponse) StatusCode ¶ added in v2.2.0
func (r PostBucketsIDOwnersResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostBucketsJSONBody ¶
type PostBucketsJSONBody PostBucketRequest
PostBucketsJSONBody defines parameters for PostBuckets.
type PostBucketsJSONRequestBody ¶
type PostBucketsJSONRequestBody PostBucketsJSONBody
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 PostBucketsResponse ¶ added in v2.2.0
type PostBucketsResponse struct { Body []byte HTTPResponse *http.Response JSON201 *Bucket JSON422 *Error JSONDefault *Error }
func ParsePostBucketsResponse ¶
func ParsePostBucketsResponse(rsp *http.Response) (*PostBucketsResponse, error)
ParsePostBucketsResponse parses an HTTP response from a PostBucketsWithResponse call
func (PostBucketsResponse) Status ¶ added in v2.2.0
func (r PostBucketsResponse) Status() string
Status returns HTTPResponse.Status
func (PostBucketsResponse) StatusCode ¶ added in v2.2.0
func (r PostBucketsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostCheck ¶
type PostCheck struct { // Embedded struct due to allOf(#/components/schemas/CheckDiscriminator) CheckDiscriminator }
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 PostChecksIDLabelsResponse ¶ added in v2.2.0
type PostChecksIDLabelsResponse struct { Body []byte HTTPResponse *http.Response JSON201 *LabelResponse JSONDefault *Error }
func ParsePostChecksIDLabelsResponse ¶
func ParsePostChecksIDLabelsResponse(rsp *http.Response) (*PostChecksIDLabelsResponse, error)
ParsePostChecksIDLabelsResponse parses an HTTP response from a PostChecksIDLabelsWithResponse call
func (PostChecksIDLabelsResponse) Status ¶ added in v2.2.0
func (r PostChecksIDLabelsResponse) Status() string
Status returns HTTPResponse.Status
func (PostChecksIDLabelsResponse) StatusCode ¶ added in v2.2.0
func (r PostChecksIDLabelsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostDBRPJSONBody ¶
type PostDBRPJSONBody DBRP
PostDBRPJSONBody defines parameters for PostDBRP.
type PostDBRPJSONRequestBody ¶
type PostDBRPJSONRequestBody PostDBRPJSONBody
PostDBRPRequestBody defines body for PostDBRP for application/json ContentType.
type PostDBRPParams ¶
type PostDBRPParams struct { // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
PostDBRPParams defines parameters for PostDBRP.
type PostDBRPResponse ¶ added in v2.2.0
type PostDBRPResponse struct { Body []byte HTTPResponse *http.Response JSON201 *DBRP JSON400 *Error JSONDefault *Error }
func ParsePostDBRPResponse ¶
func ParsePostDBRPResponse(rsp *http.Response) (*PostDBRPResponse, error)
ParsePostDBRPResponse parses an HTTP response from a PostDBRPWithResponse call
func (PostDBRPResponse) Status ¶ added in v2.2.0
func (r PostDBRPResponse) Status() string
Status returns HTTPResponse.Status
func (PostDBRPResponse) StatusCode ¶ added in v2.2.0
func (r PostDBRPResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostDashboardsIDCellsJSONBody ¶
type PostDashboardsIDCellsJSONBody CreateCell
PostDashboardsIDCellsJSONBody defines parameters for PostDashboardsIDCells.
type PostDashboardsIDCellsJSONRequestBody ¶
type PostDashboardsIDCellsJSONRequestBody PostDashboardsIDCellsJSONBody
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 PostDashboardsIDCellsResponse ¶ added in v2.2.0
type PostDashboardsIDCellsResponse struct { Body []byte HTTPResponse *http.Response JSON201 *Cell JSON404 *Error JSONDefault *Error }
func ParsePostDashboardsIDCellsResponse ¶
func ParsePostDashboardsIDCellsResponse(rsp *http.Response) (*PostDashboardsIDCellsResponse, error)
ParsePostDashboardsIDCellsResponse parses an HTTP response from a PostDashboardsIDCellsWithResponse call
func (PostDashboardsIDCellsResponse) Status ¶ added in v2.2.0
func (r PostDashboardsIDCellsResponse) Status() string
Status returns HTTPResponse.Status
func (PostDashboardsIDCellsResponse) StatusCode ¶ added in v2.2.0
func (r PostDashboardsIDCellsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostDashboardsIDLabelsJSONBody ¶
type PostDashboardsIDLabelsJSONBody LabelMapping
PostDashboardsIDLabelsJSONBody defines parameters for PostDashboardsIDLabels.
type PostDashboardsIDLabelsJSONRequestBody ¶
type PostDashboardsIDLabelsJSONRequestBody PostDashboardsIDLabelsJSONBody
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 PostDashboardsIDLabelsResponse ¶ added in v2.2.0
type PostDashboardsIDLabelsResponse struct { Body []byte HTTPResponse *http.Response JSON201 *LabelResponse JSONDefault *Error }
func ParsePostDashboardsIDLabelsResponse ¶
func ParsePostDashboardsIDLabelsResponse(rsp *http.Response) (*PostDashboardsIDLabelsResponse, error)
ParsePostDashboardsIDLabelsResponse parses an HTTP response from a PostDashboardsIDLabelsWithResponse call
func (PostDashboardsIDLabelsResponse) Status ¶ added in v2.2.0
func (r PostDashboardsIDLabelsResponse) Status() string
Status returns HTTPResponse.Status
func (PostDashboardsIDLabelsResponse) StatusCode ¶ added in v2.2.0
func (r PostDashboardsIDLabelsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostDashboardsIDMembersJSONBody ¶
type PostDashboardsIDMembersJSONBody AddResourceMemberRequestBody
PostDashboardsIDMembersJSONBody defines parameters for PostDashboardsIDMembers.
type PostDashboardsIDMembersJSONRequestBody ¶
type PostDashboardsIDMembersJSONRequestBody PostDashboardsIDMembersJSONBody
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 PostDashboardsIDMembersResponse ¶ added in v2.2.0
type PostDashboardsIDMembersResponse struct { Body []byte HTTPResponse *http.Response JSON201 *ResourceMember JSONDefault *Error }
func ParsePostDashboardsIDMembersResponse ¶
func ParsePostDashboardsIDMembersResponse(rsp *http.Response) (*PostDashboardsIDMembersResponse, error)
ParsePostDashboardsIDMembersResponse parses an HTTP response from a PostDashboardsIDMembersWithResponse call
func (PostDashboardsIDMembersResponse) Status ¶ added in v2.2.0
func (r PostDashboardsIDMembersResponse) Status() string
Status returns HTTPResponse.Status
func (PostDashboardsIDMembersResponse) StatusCode ¶ added in v2.2.0
func (r PostDashboardsIDMembersResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostDashboardsIDOwnersJSONBody ¶
type PostDashboardsIDOwnersJSONBody AddResourceMemberRequestBody
PostDashboardsIDOwnersJSONBody defines parameters for PostDashboardsIDOwners.
type PostDashboardsIDOwnersJSONRequestBody ¶
type PostDashboardsIDOwnersJSONRequestBody PostDashboardsIDOwnersJSONBody
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 PostDashboardsIDOwnersResponse ¶ added in v2.2.0
type PostDashboardsIDOwnersResponse struct { Body []byte HTTPResponse *http.Response JSON201 *ResourceOwner JSONDefault *Error }
func ParsePostDashboardsIDOwnersResponse ¶
func ParsePostDashboardsIDOwnersResponse(rsp *http.Response) (*PostDashboardsIDOwnersResponse, error)
ParsePostDashboardsIDOwnersResponse parses an HTTP response from a PostDashboardsIDOwnersWithResponse call
func (PostDashboardsIDOwnersResponse) Status ¶ added in v2.2.0
func (r PostDashboardsIDOwnersResponse) Status() string
Status returns HTTPResponse.Status
func (PostDashboardsIDOwnersResponse) StatusCode ¶ added in v2.2.0
func (r PostDashboardsIDOwnersResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostDashboardsJSONBody ¶
type PostDashboardsJSONBody CreateDashboardRequest
PostDashboardsJSONBody defines parameters for PostDashboards.
type PostDashboardsJSONRequestBody ¶
type PostDashboardsJSONRequestBody PostDashboardsJSONBody
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 PostDashboardsResponse ¶ added in v2.2.0
type PostDashboardsResponse struct { Body []byte HTTPResponse *http.Response JSON201 *interface{} JSONDefault *Error }
func ParsePostDashboardsResponse ¶
func ParsePostDashboardsResponse(rsp *http.Response) (*PostDashboardsResponse, error)
ParsePostDashboardsResponse parses an HTTP response from a PostDashboardsWithResponse call
func (PostDashboardsResponse) Status ¶ added in v2.2.0
func (r PostDashboardsResponse) Status() string
Status returns HTTPResponse.Status
func (PostDashboardsResponse) StatusCode ¶ added in v2.2.0
func (r PostDashboardsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostDeleteJSONBody ¶
type PostDeleteJSONBody DeletePredicateRequest
PostDeleteJSONBody defines parameters for PostDelete.
type PostDeleteJSONRequestBody ¶
type PostDeleteJSONRequestBody PostDeleteJSONBody
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 PostDeleteResponse ¶ added in v2.2.0
type PostDeleteResponse struct { Body []byte HTTPResponse *http.Response JSON400 *Error JSON403 *Error JSON404 *Error JSONDefault *Error }
func ParsePostDeleteResponse ¶
func ParsePostDeleteResponse(rsp *http.Response) (*PostDeleteResponse, error)
ParsePostDeleteResponse parses an HTTP response from a PostDeleteWithResponse call
func (PostDeleteResponse) Status ¶ added in v2.2.0
func (r PostDeleteResponse) Status() string
Status returns HTTPResponse.Status
func (PostDeleteResponse) StatusCode ¶ added in v2.2.0
func (r PostDeleteResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type 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 PostDocumentsTemplatesIDLabelsResponse ¶ added in v2.2.0
type PostDocumentsTemplatesIDLabelsResponse struct { Body []byte HTTPResponse *http.Response JSON201 *LabelResponse JSONDefault *Error }
func ParsePostDocumentsTemplatesIDLabelsResponse ¶
func ParsePostDocumentsTemplatesIDLabelsResponse(rsp *http.Response) (*PostDocumentsTemplatesIDLabelsResponse, error)
ParsePostDocumentsTemplatesIDLabelsResponse parses an HTTP response from a PostDocumentsTemplatesIDLabelsWithResponse call
func (PostDocumentsTemplatesIDLabelsResponse) Status ¶ added in v2.2.0
func (r PostDocumentsTemplatesIDLabelsResponse) Status() string
Status returns HTTPResponse.Status
func (PostDocumentsTemplatesIDLabelsResponse) StatusCode ¶ added in v2.2.0
func (r PostDocumentsTemplatesIDLabelsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
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 PostDocumentsTemplatesResponse ¶ added in v2.2.0
type PostDocumentsTemplatesResponse struct { Body []byte HTTPResponse *http.Response JSON201 *Document JSONDefault *Error }
func ParsePostDocumentsTemplatesResponse ¶
func ParsePostDocumentsTemplatesResponse(rsp *http.Response) (*PostDocumentsTemplatesResponse, error)
ParsePostDocumentsTemplatesResponse parses an HTTP response from a PostDocumentsTemplatesWithResponse call
func (PostDocumentsTemplatesResponse) Status ¶ added in v2.2.0
func (r PostDocumentsTemplatesResponse) Status() string
Status returns HTTPResponse.Status
func (PostDocumentsTemplatesResponse) StatusCode ¶ added in v2.2.0
func (r PostDocumentsTemplatesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
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 PostLabelsResponse ¶ added in v2.2.0
type PostLabelsResponse struct { Body []byte HTTPResponse *http.Response JSON201 *LabelResponse JSONDefault *Error }
func ParsePostLabelsResponse ¶
func ParsePostLabelsResponse(rsp *http.Response) (*PostLabelsResponse, error)
ParsePostLabelsResponse parses an HTTP response from a PostLabelsWithResponse call
func (PostLabelsResponse) Status ¶ added in v2.2.0
func (r PostLabelsResponse) Status() string
Status returns HTTPResponse.Status
func (PostLabelsResponse) StatusCode ¶ added in v2.2.0
func (r PostLabelsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type 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 PostNotificationEndpointIDLabelsResponse ¶ added in v2.2.0
type PostNotificationEndpointIDLabelsResponse struct { Body []byte HTTPResponse *http.Response JSON201 *LabelResponse JSONDefault *Error }
func ParsePostNotificationEndpointIDLabelsResponse ¶
func ParsePostNotificationEndpointIDLabelsResponse(rsp *http.Response) (*PostNotificationEndpointIDLabelsResponse, error)
ParsePostNotificationEndpointIDLabelsResponse parses an HTTP response from a PostNotificationEndpointIDLabelsWithResponse call
func (PostNotificationEndpointIDLabelsResponse) Status ¶ added in v2.2.0
func (r PostNotificationEndpointIDLabelsResponse) Status() string
Status returns HTTPResponse.Status
func (PostNotificationEndpointIDLabelsResponse) StatusCode ¶ added in v2.2.0
func (r PostNotificationEndpointIDLabelsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
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 PostNotificationRuleIDLabelsResponse ¶ added in v2.2.0
type PostNotificationRuleIDLabelsResponse struct { Body []byte HTTPResponse *http.Response JSON201 *LabelResponse JSONDefault *Error }
func ParsePostNotificationRuleIDLabelsResponse ¶
func ParsePostNotificationRuleIDLabelsResponse(rsp *http.Response) (*PostNotificationRuleIDLabelsResponse, error)
ParsePostNotificationRuleIDLabelsResponse parses an HTTP response from a PostNotificationRuleIDLabelsWithResponse call
func (PostNotificationRuleIDLabelsResponse) Status ¶ added in v2.2.0
func (r PostNotificationRuleIDLabelsResponse) Status() string
Status returns HTTPResponse.Status
func (PostNotificationRuleIDLabelsResponse) StatusCode ¶ added in v2.2.0
func (r PostNotificationRuleIDLabelsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
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 PostOrgsIDMembersResponse ¶ added in v2.2.0
type PostOrgsIDMembersResponse struct { Body []byte HTTPResponse *http.Response JSON201 *ResourceMember JSONDefault *Error }
func ParsePostOrgsIDMembersResponse ¶
func ParsePostOrgsIDMembersResponse(rsp *http.Response) (*PostOrgsIDMembersResponse, error)
ParsePostOrgsIDMembersResponse parses an HTTP response from a PostOrgsIDMembersWithResponse call
func (PostOrgsIDMembersResponse) Status ¶ added in v2.2.0
func (r PostOrgsIDMembersResponse) Status() string
Status returns HTTPResponse.Status
func (PostOrgsIDMembersResponse) StatusCode ¶ added in v2.2.0
func (r PostOrgsIDMembersResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostOrgsIDOwnersJSONBody ¶
type PostOrgsIDOwnersJSONBody AddResourceMemberRequestBody
PostOrgsIDOwnersJSONBody defines parameters for PostOrgsIDOwners.
type PostOrgsIDOwnersJSONRequestBody ¶
type PostOrgsIDOwnersJSONRequestBody PostOrgsIDOwnersJSONBody
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 PostOrgsIDOwnersResponse ¶ added in v2.2.0
type PostOrgsIDOwnersResponse struct { Body []byte HTTPResponse *http.Response JSON201 *ResourceOwner JSONDefault *Error }
func ParsePostOrgsIDOwnersResponse ¶
func ParsePostOrgsIDOwnersResponse(rsp *http.Response) (*PostOrgsIDOwnersResponse, error)
ParsePostOrgsIDOwnersResponse parses an HTTP response from a PostOrgsIDOwnersWithResponse call
func (PostOrgsIDOwnersResponse) Status ¶ added in v2.2.0
func (r PostOrgsIDOwnersResponse) Status() string
Status returns HTTPResponse.Status
func (PostOrgsIDOwnersResponse) StatusCode ¶ added in v2.2.0
func (r PostOrgsIDOwnersResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostOrgsIDSecretsJSONBody ¶
type PostOrgsIDSecretsJSONBody SecretKeys
PostOrgsIDSecretsJSONBody defines parameters for PostOrgsIDSecrets.
type PostOrgsIDSecretsJSONRequestBody ¶
type PostOrgsIDSecretsJSONRequestBody PostOrgsIDSecretsJSONBody
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 PostOrgsIDSecretsResponse ¶ added in v2.2.0
type PostOrgsIDSecretsResponse struct { Body []byte HTTPResponse *http.Response JSONDefault *Error }
func ParsePostOrgsIDSecretsResponse ¶
func ParsePostOrgsIDSecretsResponse(rsp *http.Response) (*PostOrgsIDSecretsResponse, error)
ParsePostOrgsIDSecretsResponse parses an HTTP response from a PostOrgsIDSecretsWithResponse call
func (PostOrgsIDSecretsResponse) Status ¶ added in v2.2.0
func (r PostOrgsIDSecretsResponse) Status() string
Status returns HTTPResponse.Status
func (PostOrgsIDSecretsResponse) StatusCode ¶ added in v2.2.0
func (r PostOrgsIDSecretsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostOrgsJSONBody ¶
type PostOrgsJSONBody 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 PostOrgsResponse ¶ added in v2.2.0
type PostOrgsResponse struct { Body []byte HTTPResponse *http.Response JSON201 *Organization JSONDefault *Error }
func ParsePostOrgsResponse ¶
func ParsePostOrgsResponse(rsp *http.Response) (*PostOrgsResponse, error)
ParsePostOrgsResponse parses an HTTP response from a PostOrgsWithResponse call
func (PostOrgsResponse) Status ¶ added in v2.2.0
func (r PostOrgsResponse) Status() string
Status returns HTTPResponse.Status
func (PostOrgsResponse) StatusCode ¶ added in v2.2.0
func (r PostOrgsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostQueryAnalyzeJSONBody ¶
type PostQueryAnalyzeJSONBody Query
PostQueryAnalyzeJSONBody defines parameters for PostQueryAnalyze.
type PostQueryAnalyzeJSONRequestBody ¶
type PostQueryAnalyzeJSONRequestBody PostQueryAnalyzeJSONBody
PostQueryAnalyzeRequestBody defines body for PostQueryAnalyze for application/json ContentType.
type PostQueryAnalyzeParams ¶
type PostQueryAnalyzeParams struct { // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` ContentType *PostQueryAnalyzeParamsContentType `json:"Content-Type,omitempty"` }
PostQueryAnalyzeParams defines parameters for PostQueryAnalyze.
type PostQueryAnalyzeParamsContentType ¶
type PostQueryAnalyzeParamsContentType string
PostQueryAnalyzeParamsContentType defines parameters for PostQueryAnalyze.
type PostQueryAnalyzeResponse ¶ added in v2.2.0
type PostQueryAnalyzeResponse struct { Body []byte HTTPResponse *http.Response JSON200 *AnalyzeQueryResponse JSONDefault *Error }
func ParsePostQueryAnalyzeResponse ¶
func ParsePostQueryAnalyzeResponse(rsp *http.Response) (*PostQueryAnalyzeResponse, error)
ParsePostQueryAnalyzeResponse parses an HTTP response from a PostQueryAnalyzeWithResponse call
func (PostQueryAnalyzeResponse) Status ¶ added in v2.2.0
func (r PostQueryAnalyzeResponse) Status() string
Status returns HTTPResponse.Status
func (PostQueryAnalyzeResponse) StatusCode ¶ added in v2.2.0
func (r PostQueryAnalyzeResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostQueryAstJSONBody ¶
type PostQueryAstJSONBody LanguageRequest
PostQueryAstJSONBody defines parameters for PostQueryAst.
type PostQueryAstJSONRequestBody ¶
type PostQueryAstJSONRequestBody PostQueryAstJSONBody
PostQueryAstRequestBody defines body for PostQueryAst for application/json ContentType.
type PostQueryAstParams ¶
type PostQueryAstParams struct { // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` ContentType *PostQueryAstParamsContentType `json:"Content-Type,omitempty"` }
PostQueryAstParams defines parameters for PostQueryAst.
type PostQueryAstParamsContentType ¶
type PostQueryAstParamsContentType string
PostQueryAstParamsContentType defines parameters for PostQueryAst.
type PostQueryAstResponse ¶ added in v2.2.0
type PostQueryAstResponse struct { Body []byte HTTPResponse *http.Response JSON200 *ASTResponse JSONDefault *Error }
func ParsePostQueryAstResponse ¶
func ParsePostQueryAstResponse(rsp *http.Response) (*PostQueryAstResponse, error)
ParsePostQueryAstResponse parses an HTTP response from a PostQueryAstWithResponse call
func (PostQueryAstResponse) Status ¶ added in v2.2.0
func (r PostQueryAstResponse) Status() string
Status returns HTTPResponse.Status
func (PostQueryAstResponse) StatusCode ¶ added in v2.2.0
func (r PostQueryAstResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostQueryJSONBody ¶
type PostQueryJSONBody interface{}
PostQueryJSONBody defines parameters for PostQuery.
type PostQueryJSONRequestBody ¶
type PostQueryJSONRequestBody PostQueryJSONBody
PostQueryRequestBody defines body for PostQuery for application/json ContentType.
type PostQueryParams ¶
type PostQueryParams struct { // Specifies the name of the organization executing the query. Takes either the ID or Name interchangeably. If both `orgID` and `org` are specified, `org` takes precedence. Org *string `json:"org,omitempty"` // Specifies the ID of the organization executing the query. If both `orgID` and `org` are specified, `org` takes precedence. OrgID *string `json:"orgID,omitempty"` // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` // The Accept-Encoding request HTTP header advertises which content encoding, usually a compression algorithm, the client is able to understand. AcceptEncoding *PostQueryParamsAcceptEncoding `json:"Accept-Encoding,omitempty"` ContentType *PostQueryParamsContentType `json:"Content-Type,omitempty"` }
PostQueryParams defines parameters for PostQuery.
type PostQueryParamsAcceptEncoding ¶
type PostQueryParamsAcceptEncoding string
PostQueryParamsAcceptEncoding defines parameters for PostQuery.
type PostQueryParamsContentType ¶
type PostQueryParamsContentType string
PostQueryParamsContentType defines parameters for PostQuery.
type PostQueryResponse ¶ added in v2.2.0
func ParsePostQueryResponse ¶
func ParsePostQueryResponse(rsp *http.Response) (*PostQueryResponse, error)
ParsePostQueryResponse parses an HTTP response from a PostQueryWithResponse call
func (PostQueryResponse) Status ¶ added in v2.2.0
func (r PostQueryResponse) Status() string
Status returns HTTPResponse.Status
func (PostQueryResponse) StatusCode ¶ added in v2.2.0
func (r PostQueryResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type 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 PostScrapersIDLabelsResponse ¶ added in v2.2.0
type PostScrapersIDLabelsResponse struct { Body []byte HTTPResponse *http.Response JSON201 *LabelResponse JSONDefault *Error }
func ParsePostScrapersIDLabelsResponse ¶
func ParsePostScrapersIDLabelsResponse(rsp *http.Response) (*PostScrapersIDLabelsResponse, error)
ParsePostScrapersIDLabelsResponse parses an HTTP response from a PostScrapersIDLabelsWithResponse call
func (PostScrapersIDLabelsResponse) Status ¶ added in v2.2.0
func (r PostScrapersIDLabelsResponse) Status() string
Status returns HTTPResponse.Status
func (PostScrapersIDLabelsResponse) StatusCode ¶ added in v2.2.0
func (r PostScrapersIDLabelsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostScrapersIDMembersJSONBody ¶
type PostScrapersIDMembersJSONBody AddResourceMemberRequestBody
PostScrapersIDMembersJSONBody defines parameters for PostScrapersIDMembers.
type PostScrapersIDMembersJSONRequestBody ¶
type PostScrapersIDMembersJSONRequestBody PostScrapersIDMembersJSONBody
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 PostScrapersIDMembersResponse ¶ added in v2.2.0
type PostScrapersIDMembersResponse struct { Body []byte HTTPResponse *http.Response JSON201 *ResourceMember JSONDefault *Error }
func ParsePostScrapersIDMembersResponse ¶
func ParsePostScrapersIDMembersResponse(rsp *http.Response) (*PostScrapersIDMembersResponse, error)
ParsePostScrapersIDMembersResponse parses an HTTP response from a PostScrapersIDMembersWithResponse call
func (PostScrapersIDMembersResponse) Status ¶ added in v2.2.0
func (r PostScrapersIDMembersResponse) Status() string
Status returns HTTPResponse.Status
func (PostScrapersIDMembersResponse) StatusCode ¶ added in v2.2.0
func (r PostScrapersIDMembersResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostScrapersIDOwnersJSONBody ¶
type PostScrapersIDOwnersJSONBody AddResourceMemberRequestBody
PostScrapersIDOwnersJSONBody defines parameters for PostScrapersIDOwners.
type PostScrapersIDOwnersJSONRequestBody ¶
type PostScrapersIDOwnersJSONRequestBody PostScrapersIDOwnersJSONBody
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 PostScrapersIDOwnersResponse ¶ added in v2.2.0
type PostScrapersIDOwnersResponse struct { Body []byte HTTPResponse *http.Response JSON201 *ResourceOwner JSONDefault *Error }
func ParsePostScrapersIDOwnersResponse ¶
func ParsePostScrapersIDOwnersResponse(rsp *http.Response) (*PostScrapersIDOwnersResponse, error)
ParsePostScrapersIDOwnersResponse parses an HTTP response from a PostScrapersIDOwnersWithResponse call
func (PostScrapersIDOwnersResponse) Status ¶ added in v2.2.0
func (r PostScrapersIDOwnersResponse) Status() string
Status returns HTTPResponse.Status
func (PostScrapersIDOwnersResponse) StatusCode ¶ added in v2.2.0
func (r PostScrapersIDOwnersResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostScrapersJSONBody ¶
type PostScrapersJSONBody ScraperTargetRequest
PostScrapersJSONBody defines parameters for PostScrapers.
type PostScrapersJSONRequestBody ¶
type PostScrapersJSONRequestBody PostScrapersJSONBody
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 PostScrapersResponse ¶ added in v2.2.0
type PostScrapersResponse struct { Body []byte HTTPResponse *http.Response JSON201 *ScraperTargetResponse JSONDefault *Error }
func ParsePostScrapersResponse ¶
func ParsePostScrapersResponse(rsp *http.Response) (*PostScrapersResponse, error)
ParsePostScrapersResponse parses an HTTP response from a PostScrapersWithResponse call
func (PostScrapersResponse) Status ¶ added in v2.2.0
func (r PostScrapersResponse) Status() string
Status returns HTTPResponse.Status
func (PostScrapersResponse) StatusCode ¶ added in v2.2.0
func (r PostScrapersResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostSetupJSONBody ¶
type PostSetupJSONBody OnboardingRequest
PostSetupJSONBody defines parameters for PostSetup.
type PostSetupJSONRequestBody ¶
type PostSetupJSONRequestBody PostSetupJSONBody
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 PostSetupResponse ¶ added in v2.2.0
type PostSetupResponse struct { Body []byte HTTPResponse *http.Response JSON201 *OnboardingResponse JSONDefault *Error }
func ParsePostSetupResponse ¶
func ParsePostSetupResponse(rsp *http.Response) (*PostSetupResponse, error)
ParsePostSetupResponse parses an HTTP response from a PostSetupWithResponse call
func (PostSetupResponse) Status ¶ added in v2.2.0
func (r PostSetupResponse) Status() string
Status returns HTTPResponse.Status
func (PostSetupResponse) StatusCode ¶ added in v2.2.0
func (r PostSetupResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostSetupUserJSONBody ¶
type PostSetupUserJSONBody OnboardingRequest
PostSetupUserJSONBody defines parameters for PostSetupUser.
type PostSetupUserJSONRequestBody ¶
type PostSetupUserJSONRequestBody PostSetupUserJSONBody
PostSetupUserRequestBody defines body for PostSetupUser for application/json ContentType.
type PostSetupUserParams ¶
type PostSetupUserParams struct { // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
PostSetupUserParams defines parameters for PostSetupUser.
type PostSetupUserResponse ¶ added in v2.2.0
type PostSetupUserResponse struct { Body []byte HTTPResponse *http.Response JSON201 *OnboardingResponse JSONDefault *Error }
func ParsePostSetupUserResponse ¶
func ParsePostSetupUserResponse(rsp *http.Response) (*PostSetupUserResponse, error)
ParsePostSetupUserResponse parses an HTTP response from a PostSetupUserWithResponse call
func (PostSetupUserResponse) Status ¶ added in v2.2.0
func (r PostSetupUserResponse) Status() string
Status returns HTTPResponse.Status
func (PostSetupUserResponse) StatusCode ¶ added in v2.2.0
func (r PostSetupUserResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostSigninParams ¶
type PostSigninParams struct { // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
PostSigninParams defines parameters for PostSignin.
type PostSigninResponse ¶ added in v2.2.0
type PostSigninResponse struct { Body []byte HTTPResponse *http.Response JSON401 *Error JSON403 *Error JSONDefault *Error }
func ParsePostSigninResponse ¶
func ParsePostSigninResponse(rsp *http.Response) (*PostSigninResponse, error)
ParsePostSigninResponse parses an HTTP response from a PostSigninWithResponse call
func (PostSigninResponse) Status ¶ added in v2.2.0
func (r PostSigninResponse) Status() string
Status returns HTTPResponse.Status
func (PostSigninResponse) StatusCode ¶ added in v2.2.0
func (r PostSigninResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostSignoutParams ¶
type PostSignoutParams struct { // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
PostSignoutParams defines parameters for PostSignout.
type PostSignoutResponse ¶ added in v2.2.0
type PostSignoutResponse struct { Body []byte HTTPResponse *http.Response JSON401 *Error JSONDefault *Error }
func ParsePostSignoutResponse ¶
func ParsePostSignoutResponse(rsp *http.Response) (*PostSignoutResponse, error)
ParsePostSignoutResponse parses an HTTP response from a PostSignoutWithResponse call
func (PostSignoutResponse) Status ¶ added in v2.2.0
func (r PostSignoutResponse) Status() string
Status returns HTTPResponse.Status
func (PostSignoutResponse) StatusCode ¶ added in v2.2.0
func (r PostSignoutResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostSourcesJSONBody ¶
type PostSourcesJSONBody Source
PostSourcesJSONBody defines parameters for PostSources.
type PostSourcesJSONRequestBody ¶
type PostSourcesJSONRequestBody PostSourcesJSONBody
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 PostSourcesResponse ¶ added in v2.2.0
type PostSourcesResponse struct { Body []byte HTTPResponse *http.Response JSON201 *Source JSONDefault *Error }
func ParsePostSourcesResponse ¶
func ParsePostSourcesResponse(rsp *http.Response) (*PostSourcesResponse, error)
ParsePostSourcesResponse parses an HTTP response from a PostSourcesWithResponse call
func (PostSourcesResponse) Status ¶ added in v2.2.0
func (r PostSourcesResponse) Status() string
Status returns HTTPResponse.Status
func (PostSourcesResponse) StatusCode ¶ added in v2.2.0
func (r PostSourcesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostTasksIDLabelsJSONBody ¶
type PostTasksIDLabelsJSONBody LabelMapping
PostTasksIDLabelsJSONBody defines parameters for PostTasksIDLabels.
type PostTasksIDLabelsJSONRequestBody ¶
type PostTasksIDLabelsJSONRequestBody PostTasksIDLabelsJSONBody
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 PostTasksIDLabelsResponse ¶ added in v2.2.0
type PostTasksIDLabelsResponse struct { Body []byte HTTPResponse *http.Response JSON201 *LabelResponse JSONDefault *Error }
func ParsePostTasksIDLabelsResponse ¶
func ParsePostTasksIDLabelsResponse(rsp *http.Response) (*PostTasksIDLabelsResponse, error)
ParsePostTasksIDLabelsResponse parses an HTTP response from a PostTasksIDLabelsWithResponse call
func (PostTasksIDLabelsResponse) Status ¶ added in v2.2.0
func (r PostTasksIDLabelsResponse) Status() string
Status returns HTTPResponse.Status
func (PostTasksIDLabelsResponse) StatusCode ¶ added in v2.2.0
func (r PostTasksIDLabelsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostTasksIDMembersJSONBody ¶
type PostTasksIDMembersJSONBody AddResourceMemberRequestBody
PostTasksIDMembersJSONBody defines parameters for PostTasksIDMembers.
type PostTasksIDMembersJSONRequestBody ¶
type PostTasksIDMembersJSONRequestBody PostTasksIDMembersJSONBody
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 PostTasksIDMembersResponse ¶ added in v2.2.0
type PostTasksIDMembersResponse struct { Body []byte HTTPResponse *http.Response JSON201 *ResourceMember JSONDefault *Error }
func ParsePostTasksIDMembersResponse ¶
func ParsePostTasksIDMembersResponse(rsp *http.Response) (*PostTasksIDMembersResponse, error)
ParsePostTasksIDMembersResponse parses an HTTP response from a PostTasksIDMembersWithResponse call
func (PostTasksIDMembersResponse) Status ¶ added in v2.2.0
func (r PostTasksIDMembersResponse) Status() string
Status returns HTTPResponse.Status
func (PostTasksIDMembersResponse) StatusCode ¶ added in v2.2.0
func (r PostTasksIDMembersResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostTasksIDOwnersJSONBody ¶
type PostTasksIDOwnersJSONBody AddResourceMemberRequestBody
PostTasksIDOwnersJSONBody defines parameters for PostTasksIDOwners.
type PostTasksIDOwnersJSONRequestBody ¶
type PostTasksIDOwnersJSONRequestBody PostTasksIDOwnersJSONBody
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 PostTasksIDOwnersResponse ¶ added in v2.2.0
type PostTasksIDOwnersResponse struct { Body []byte HTTPResponse *http.Response JSON201 *ResourceOwner JSONDefault *Error }
func ParsePostTasksIDOwnersResponse ¶
func ParsePostTasksIDOwnersResponse(rsp *http.Response) (*PostTasksIDOwnersResponse, error)
ParsePostTasksIDOwnersResponse parses an HTTP response from a PostTasksIDOwnersWithResponse call
func (PostTasksIDOwnersResponse) Status ¶ added in v2.2.0
func (r PostTasksIDOwnersResponse) Status() string
Status returns HTTPResponse.Status
func (PostTasksIDOwnersResponse) StatusCode ¶ added in v2.2.0
func (r PostTasksIDOwnersResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostTasksIDRunsIDRetryParams ¶
type PostTasksIDRunsIDRetryParams struct { // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
PostTasksIDRunsIDRetryParams defines parameters for PostTasksIDRunsIDRetry.
type PostTasksIDRunsIDRetryResponse ¶ added in v2.2.0
type PostTasksIDRunsIDRetryResponse struct { Body []byte HTTPResponse *http.Response JSON200 *Run JSONDefault *Error }
func ParsePostTasksIDRunsIDRetryResponse ¶
func ParsePostTasksIDRunsIDRetryResponse(rsp *http.Response) (*PostTasksIDRunsIDRetryResponse, error)
ParsePostTasksIDRunsIDRetryResponse parses an HTTP response from a PostTasksIDRunsIDRetryWithResponse call
func (PostTasksIDRunsIDRetryResponse) Status ¶ added in v2.2.0
func (r PostTasksIDRunsIDRetryResponse) Status() string
Status returns HTTPResponse.Status
func (PostTasksIDRunsIDRetryResponse) StatusCode ¶ added in v2.2.0
func (r PostTasksIDRunsIDRetryResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostTasksIDRunsJSONBody ¶
type PostTasksIDRunsJSONBody RunManually
PostTasksIDRunsJSONBody defines parameters for PostTasksIDRuns.
type PostTasksIDRunsJSONRequestBody ¶
type PostTasksIDRunsJSONRequestBody PostTasksIDRunsJSONBody
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 PostTasksIDRunsResponse ¶ added in v2.2.0
type PostTasksIDRunsResponse struct { Body []byte HTTPResponse *http.Response JSON201 *Run JSONDefault *Error }
func ParsePostTasksIDRunsResponse ¶
func ParsePostTasksIDRunsResponse(rsp *http.Response) (*PostTasksIDRunsResponse, error)
ParsePostTasksIDRunsResponse parses an HTTP response from a PostTasksIDRunsWithResponse call
func (PostTasksIDRunsResponse) Status ¶ added in v2.2.0
func (r PostTasksIDRunsResponse) Status() string
Status returns HTTPResponse.Status
func (PostTasksIDRunsResponse) StatusCode ¶ added in v2.2.0
func (r PostTasksIDRunsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostTasksJSONBody ¶
type PostTasksJSONBody TaskCreateRequest
PostTasksJSONBody defines parameters for PostTasks.
type PostTasksJSONRequestBody ¶
type PostTasksJSONRequestBody PostTasksJSONBody
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 PostTasksResponse ¶ added in v2.2.0
type PostTasksResponse struct { Body []byte HTTPResponse *http.Response JSON201 *Task JSONDefault *Error }
func ParsePostTasksResponse ¶
func ParsePostTasksResponse(rsp *http.Response) (*PostTasksResponse, error)
ParsePostTasksResponse parses an HTTP response from a PostTasksWithResponse call
func (PostTasksResponse) Status ¶ added in v2.2.0
func (r PostTasksResponse) Status() string
Status returns HTTPResponse.Status
func (PostTasksResponse) StatusCode ¶ added in v2.2.0
func (r PostTasksResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostTelegrafsIDLabelsJSONBody ¶
type PostTelegrafsIDLabelsJSONBody LabelMapping
PostTelegrafsIDLabelsJSONBody defines parameters for PostTelegrafsIDLabels.
type PostTelegrafsIDLabelsJSONRequestBody ¶
type PostTelegrafsIDLabelsJSONRequestBody PostTelegrafsIDLabelsJSONBody
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 PostTelegrafsIDLabelsResponse ¶ added in v2.2.0
type PostTelegrafsIDLabelsResponse struct { Body []byte HTTPResponse *http.Response JSON201 *LabelResponse JSONDefault *Error }
func ParsePostTelegrafsIDLabelsResponse ¶
func ParsePostTelegrafsIDLabelsResponse(rsp *http.Response) (*PostTelegrafsIDLabelsResponse, error)
ParsePostTelegrafsIDLabelsResponse parses an HTTP response from a PostTelegrafsIDLabelsWithResponse call
func (PostTelegrafsIDLabelsResponse) Status ¶ added in v2.2.0
func (r PostTelegrafsIDLabelsResponse) Status() string
Status returns HTTPResponse.Status
func (PostTelegrafsIDLabelsResponse) StatusCode ¶ added in v2.2.0
func (r PostTelegrafsIDLabelsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostTelegrafsIDMembersJSONBody ¶
type PostTelegrafsIDMembersJSONBody AddResourceMemberRequestBody
PostTelegrafsIDMembersJSONBody defines parameters for PostTelegrafsIDMembers.
type PostTelegrafsIDMembersJSONRequestBody ¶
type PostTelegrafsIDMembersJSONRequestBody PostTelegrafsIDMembersJSONBody
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 PostTelegrafsIDMembersResponse ¶ added in v2.2.0
type PostTelegrafsIDMembersResponse struct { Body []byte HTTPResponse *http.Response JSON201 *ResourceMember JSONDefault *Error }
func ParsePostTelegrafsIDMembersResponse ¶
func ParsePostTelegrafsIDMembersResponse(rsp *http.Response) (*PostTelegrafsIDMembersResponse, error)
ParsePostTelegrafsIDMembersResponse parses an HTTP response from a PostTelegrafsIDMembersWithResponse call
func (PostTelegrafsIDMembersResponse) Status ¶ added in v2.2.0
func (r PostTelegrafsIDMembersResponse) Status() string
Status returns HTTPResponse.Status
func (PostTelegrafsIDMembersResponse) StatusCode ¶ added in v2.2.0
func (r PostTelegrafsIDMembersResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostTelegrafsIDOwnersJSONBody ¶
type PostTelegrafsIDOwnersJSONBody AddResourceMemberRequestBody
PostTelegrafsIDOwnersJSONBody defines parameters for PostTelegrafsIDOwners.
type PostTelegrafsIDOwnersJSONRequestBody ¶
type PostTelegrafsIDOwnersJSONRequestBody PostTelegrafsIDOwnersJSONBody
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 PostTelegrafsIDOwnersResponse ¶ added in v2.2.0
type PostTelegrafsIDOwnersResponse struct { Body []byte HTTPResponse *http.Response JSON201 *ResourceOwner JSONDefault *Error }
func ParsePostTelegrafsIDOwnersResponse ¶
func ParsePostTelegrafsIDOwnersResponse(rsp *http.Response) (*PostTelegrafsIDOwnersResponse, error)
ParsePostTelegrafsIDOwnersResponse parses an HTTP response from a PostTelegrafsIDOwnersWithResponse call
func (PostTelegrafsIDOwnersResponse) Status ¶ added in v2.2.0
func (r PostTelegrafsIDOwnersResponse) Status() string
Status returns HTTPResponse.Status
func (PostTelegrafsIDOwnersResponse) StatusCode ¶ added in v2.2.0
func (r PostTelegrafsIDOwnersResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostTelegrafsJSONBody ¶
type PostTelegrafsJSONBody 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 PostTelegrafsResponse ¶ added in v2.2.0
type PostTelegrafsResponse struct { Body []byte HTTPResponse *http.Response JSON201 *Telegraf JSONDefault *Error }
func ParsePostTelegrafsResponse ¶
func ParsePostTelegrafsResponse(rsp *http.Response) (*PostTelegrafsResponse, error)
ParsePostTelegrafsResponse parses an HTTP response from a PostTelegrafsWithResponse call
func (PostTelegrafsResponse) Status ¶ added in v2.2.0
func (r PostTelegrafsResponse) Status() string
Status returns HTTPResponse.Status
func (PostTelegrafsResponse) StatusCode ¶ added in v2.2.0
func (r PostTelegrafsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostUsersIDPasswordJSONBody ¶
type PostUsersIDPasswordJSONBody PasswordResetBody
PostUsersIDPasswordJSONBody defines parameters for PostUsersIDPassword.
type PostUsersIDPasswordJSONRequestBody ¶
type PostUsersIDPasswordJSONRequestBody PostUsersIDPasswordJSONBody
PostUsersIDPasswordRequestBody defines body for PostUsersIDPassword for application/json ContentType.
type PostUsersIDPasswordParams ¶
type PostUsersIDPasswordParams struct { // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
PostUsersIDPasswordParams defines parameters for PostUsersIDPassword.
type PostUsersIDPasswordResponse ¶ added in v2.2.0
type PostUsersIDPasswordResponse struct { Body []byte HTTPResponse *http.Response JSONDefault *Error }
func ParsePostUsersIDPasswordResponse ¶
func ParsePostUsersIDPasswordResponse(rsp *http.Response) (*PostUsersIDPasswordResponse, error)
ParsePostUsersIDPasswordResponse parses an HTTP response from a PostUsersIDPasswordWithResponse call
func (PostUsersIDPasswordResponse) Status ¶ added in v2.2.0
func (r PostUsersIDPasswordResponse) Status() string
Status returns HTTPResponse.Status
func (PostUsersIDPasswordResponse) StatusCode ¶ added in v2.2.0
func (r PostUsersIDPasswordResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostUsersJSONBody ¶
type PostUsersJSONBody User
PostUsersJSONBody defines parameters for PostUsers.
type PostUsersJSONRequestBody ¶
type PostUsersJSONRequestBody PostUsersJSONBody
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 PostUsersResponse ¶ added in v2.2.0
type PostUsersResponse struct { Body []byte HTTPResponse *http.Response JSON201 *User JSONDefault *Error }
func ParsePostUsersResponse ¶
func ParsePostUsersResponse(rsp *http.Response) (*PostUsersResponse, error)
ParsePostUsersResponse parses an HTTP response from a PostUsersWithResponse call
func (PostUsersResponse) Status ¶ added in v2.2.0
func (r PostUsersResponse) Status() string
Status returns HTTPResponse.Status
func (PostUsersResponse) StatusCode ¶ added in v2.2.0
func (r PostUsersResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type 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 PostVariablesIDLabelsResponse ¶ added in v2.2.0
type PostVariablesIDLabelsResponse struct { Body []byte HTTPResponse *http.Response JSON201 *LabelResponse JSONDefault *Error }
func ParsePostVariablesIDLabelsResponse ¶
func ParsePostVariablesIDLabelsResponse(rsp *http.Response) (*PostVariablesIDLabelsResponse, error)
ParsePostVariablesIDLabelsResponse parses an HTTP response from a PostVariablesIDLabelsWithResponse call
func (PostVariablesIDLabelsResponse) Status ¶ added in v2.2.0
func (r PostVariablesIDLabelsResponse) Status() string
Status returns HTTPResponse.Status
func (PostVariablesIDLabelsResponse) StatusCode ¶ added in v2.2.0
func (r PostVariablesIDLabelsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostVariablesJSONBody ¶
type PostVariablesJSONBody Variable
PostVariablesJSONBody defines parameters for PostVariables.
type PostVariablesJSONRequestBody ¶
type PostVariablesJSONRequestBody PostVariablesJSONBody
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 PostVariablesResponse ¶ added in v2.2.0
type PostVariablesResponse struct { Body []byte HTTPResponse *http.Response JSON201 *Variable JSONDefault *Error }
func ParsePostVariablesResponse ¶
func ParsePostVariablesResponse(rsp *http.Response) (*PostVariablesResponse, error)
ParsePostVariablesResponse parses an HTTP response from a PostVariablesWithResponse call
func (PostVariablesResponse) Status ¶ added in v2.2.0
func (r PostVariablesResponse) Status() string
Status returns HTTPResponse.Status
func (PostVariablesResponse) StatusCode ¶ added in v2.2.0
func (r PostVariablesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostWriteParams ¶
type PostWriteParams struct { // Specifies the destination organization for writes. Takes either the ID or Name interchangeably. If both `orgID` and `org` are specified, `org` takes precedence. Org string `json:"org"` // Specifies the ID of the destination organization for writes. If both `orgID` and `org` are specified, `org` takes precedence. OrgID *string `json:"orgID,omitempty"` // The destination bucket for writes. Bucket string `json:"bucket"` // The precision for the unix timestamps within the body line-protocol. Precision *WritePrecision `json:"precision,omitempty"` // OpenTracing span context ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` // When present, its value indicates to the database that compression is applied to the line-protocol body. ContentEncoding *PostWriteParamsContentEncoding `json:"Content-Encoding,omitempty"` // Content-Type is used to indicate the format of the data sent to the server. ContentType *PostWriteParamsContentType `json:"Content-Type,omitempty"` // Content-Length is an entity header is indicating the size of the entity-body, in bytes, sent to the database. If the length is greater than the database max body configuration option, a 413 response is sent. ContentLength *int `json:"Content-Length,omitempty"` // Specifies the return content format. Accept *PostWriteParamsAccept `json:"Accept,omitempty"` }
PostWriteParams defines parameters for PostWrite.
type PostWriteParamsAccept ¶
type PostWriteParamsAccept string
PostWriteParamsAccept defines parameters for PostWrite.
type PostWriteParamsContentEncoding ¶
type PostWriteParamsContentEncoding string
PostWriteParamsContentEncoding defines parameters for PostWrite.
type PostWriteParamsContentType ¶
type PostWriteParamsContentType string
PostWriteParamsContentType defines parameters for PostWrite.
type PostWriteResponse ¶ added in v2.2.0
type PostWriteResponse struct { Body []byte HTTPResponse *http.Response JSON400 *LineProtocolError JSON401 *Error JSON403 *Error JSON413 *LineProtocolLengthError JSONDefault *Error }
func ParsePostWriteResponse ¶
func ParsePostWriteResponse(rsp *http.Response) (*PostWriteResponse, error)
ParsePostWriteResponse parses an HTTP response from a PostWriteWithResponse call
func (PostWriteResponse) Status ¶ added in v2.2.0
func (r PostWriteResponse) Status() string
Status returns HTTPResponse.Status
func (PostWriteResponse) StatusCode ¶ added in v2.2.0
func (r PostWriteResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type Property ¶
type Property struct { Key *PropertyKey `json:"key,omitempty"` // Type of AST node Type *NodeType `json:"type,omitempty"` Value *Expression `json:"value,omitempty"` }
Property defines model for Property.
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 PutChecksIDResponse ¶ added in v2.2.0
type PutChecksIDResponse struct { Body []byte HTTPResponse *http.Response JSON200 *Check JSON404 *Error JSONDefault *Error }
func ParsePutChecksIDResponse ¶
func ParsePutChecksIDResponse(rsp *http.Response) (*PutChecksIDResponse, error)
ParsePutChecksIDResponse parses an HTTP response from a PutChecksIDWithResponse call
func (PutChecksIDResponse) Status ¶ added in v2.2.0
func (r PutChecksIDResponse) Status() string
Status returns HTTPResponse.Status
func (PutChecksIDResponse) StatusCode ¶ added in v2.2.0
func (r PutChecksIDResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PutDashboardsIDCellsJSONBody ¶
type PutDashboardsIDCellsJSONBody Cells
PutDashboardsIDCellsJSONBody defines parameters for PutDashboardsIDCells.
type PutDashboardsIDCellsJSONRequestBody ¶
type PutDashboardsIDCellsJSONRequestBody PutDashboardsIDCellsJSONBody
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 PutDashboardsIDCellsResponse ¶ added in v2.2.0
type PutDashboardsIDCellsResponse struct { Body []byte HTTPResponse *http.Response JSON201 *Dashboard JSON404 *Error JSONDefault *Error }
func ParsePutDashboardsIDCellsResponse ¶
func ParsePutDashboardsIDCellsResponse(rsp *http.Response) (*PutDashboardsIDCellsResponse, error)
ParsePutDashboardsIDCellsResponse parses an HTTP response from a PutDashboardsIDCellsWithResponse call
func (PutDashboardsIDCellsResponse) Status ¶ added in v2.2.0
func (r PutDashboardsIDCellsResponse) Status() string
Status returns HTTPResponse.Status
func (PutDashboardsIDCellsResponse) StatusCode ¶ added in v2.2.0
func (r PutDashboardsIDCellsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
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 PutDocumentsTemplatesIDResponse ¶ added in v2.2.0
type PutDocumentsTemplatesIDResponse struct { Body []byte HTTPResponse *http.Response JSON200 *Document JSONDefault *Error }
func ParsePutDocumentsTemplatesIDResponse ¶
func ParsePutDocumentsTemplatesIDResponse(rsp *http.Response) (*PutDocumentsTemplatesIDResponse, error)
ParsePutDocumentsTemplatesIDResponse parses an HTTP response from a PutDocumentsTemplatesIDWithResponse call
func (PutDocumentsTemplatesIDResponse) Status ¶ added in v2.2.0
func (r PutDocumentsTemplatesIDResponse) Status() string
Status returns HTTPResponse.Status
func (PutDocumentsTemplatesIDResponse) StatusCode ¶ added in v2.2.0
func (r PutDocumentsTemplatesIDResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
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 PutMePasswordResponse ¶ added in v2.2.0
func ParsePutMePasswordResponse ¶
func ParsePutMePasswordResponse(rsp *http.Response) (*PutMePasswordResponse, error)
ParsePutMePasswordResponse parses an HTTP response from a PutMePasswordWithResponse call
func (PutMePasswordResponse) Status ¶ added in v2.2.0
func (r PutMePasswordResponse) Status() string
Status returns HTTPResponse.Status
func (PutMePasswordResponse) StatusCode ¶ added in v2.2.0
func (r PutMePasswordResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PutNotificationEndpointsIDJSONBody ¶
type PutNotificationEndpointsIDJSONBody NotificationEndpoint
PutNotificationEndpointsIDJSONBody defines parameters for PutNotificationEndpointsID.
type PutNotificationEndpointsIDJSONRequestBody ¶
type PutNotificationEndpointsIDJSONRequestBody PutNotificationEndpointsIDJSONBody
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 PutNotificationEndpointsIDResponse ¶ added in v2.2.0
type PutNotificationEndpointsIDResponse struct { Body []byte HTTPResponse *http.Response JSON200 *NotificationEndpoint JSON404 *Error JSONDefault *Error }
func ParsePutNotificationEndpointsIDResponse ¶
func ParsePutNotificationEndpointsIDResponse(rsp *http.Response) (*PutNotificationEndpointsIDResponse, error)
ParsePutNotificationEndpointsIDResponse parses an HTTP response from a PutNotificationEndpointsIDWithResponse call
func (PutNotificationEndpointsIDResponse) Status ¶ added in v2.2.0
func (r PutNotificationEndpointsIDResponse) Status() string
Status returns HTTPResponse.Status
func (PutNotificationEndpointsIDResponse) StatusCode ¶ added in v2.2.0
func (r PutNotificationEndpointsIDResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PutNotificationRulesIDJSONBody ¶
type PutNotificationRulesIDJSONBody NotificationRule
PutNotificationRulesIDJSONBody defines parameters for PutNotificationRulesID.
type PutNotificationRulesIDJSONRequestBody ¶
type PutNotificationRulesIDJSONRequestBody PutNotificationRulesIDJSONBody
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 PutNotificationRulesIDResponse ¶ added in v2.2.0
type PutNotificationRulesIDResponse struct { Body []byte HTTPResponse *http.Response JSON200 *NotificationRule JSON404 *Error JSONDefault *Error }
func ParsePutNotificationRulesIDResponse ¶
func ParsePutNotificationRulesIDResponse(rsp *http.Response) (*PutNotificationRulesIDResponse, error)
ParsePutNotificationRulesIDResponse parses an HTTP response from a PutNotificationRulesIDWithResponse call
func (PutNotificationRulesIDResponse) Status ¶ added in v2.2.0
func (r PutNotificationRulesIDResponse) Status() string
Status returns HTTPResponse.Status
func (PutNotificationRulesIDResponse) StatusCode ¶ added in v2.2.0
func (r PutNotificationRulesIDResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PutTelegrafsIDJSONBody ¶
type PutTelegrafsIDJSONBody 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 PutTelegrafsIDResponse ¶ added in v2.2.0
type PutTelegrafsIDResponse struct { Body []byte HTTPResponse *http.Response JSON200 *Telegraf JSONDefault *Error }
func ParsePutTelegrafsIDResponse ¶
func ParsePutTelegrafsIDResponse(rsp *http.Response) (*PutTelegrafsIDResponse, error)
ParsePutTelegrafsIDResponse parses an HTTP response from a PutTelegrafsIDWithResponse call
func (PutTelegrafsIDResponse) Status ¶ added in v2.2.0
func (r PutTelegrafsIDResponse) Status() string
Status returns HTTPResponse.Status
func (PutTelegrafsIDResponse) StatusCode ¶ added in v2.2.0
func (r PutTelegrafsIDResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PutVariablesIDJSONBody ¶
type PutVariablesIDJSONBody Variable
PutVariablesIDJSONBody defines parameters for PutVariablesID.
type PutVariablesIDJSONRequestBody ¶
type PutVariablesIDJSONRequestBody PutVariablesIDJSONBody
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 PutVariablesIDResponse ¶ added in v2.2.0
type PutVariablesIDResponse struct { Body []byte HTTPResponse *http.Response JSON200 *Variable JSONDefault *Error }
func ParsePutVariablesIDResponse ¶
func ParsePutVariablesIDResponse(rsp *http.Response) (*PutVariablesIDResponse, error)
ParsePutVariablesIDResponse parses an HTTP response from a PutVariablesIDWithResponse call
func (PutVariablesIDResponse) Status ¶ added in v2.2.0
func (r PutVariablesIDResponse) Status() string
Status returns HTTPResponse.Status
func (PutVariablesIDResponse) StatusCode ¶ added in v2.2.0
func (r PutVariablesIDResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type Query ¶
type Query struct { // Dialect are options to change the default CSV output format; https://www.w3.org/TR/2015/REC-tabular-metadata-20151217/#dialect-descriptions Dialect *Dialect `json:"dialect,omitempty"` // Represents a source from a single file Extern *File `json:"extern,omitempty"` // Specifies the time that should be reported as "now" in the query. Default is the server's now time. Now *time.Time `json:"now,omitempty"` // 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" )
type QueryType ¶
type QueryType string
QueryType defines model for Query.Type.
const (
QueryTypeFlux QueryType = "flux"
)
type QueryVariableProperties ¶
type QueryVariableProperties struct { Type *QueryVariablePropertiesType `json:"type,omitempty"` Values *struct { Language *string `json:"language,omitempty"` Query *string `json:"query,omitempty"` } `json:"values,omitempty"` }
QueryVariableProperties defines model for QueryVariableProperties.
type QueryVariablePropertiesType ¶
type QueryVariablePropertiesType string
QueryVariablePropertiesType defines model for QueryVariableProperties.Type.
const (
QueryVariablePropertiesTypeQuery QueryVariablePropertiesType = "query"
)
type RangeThreshold ¶
type RangeThreshold struct { // Embedded struct due to allOf(#/components/schemas/ThresholdBase) ThresholdBase // Embedded fields due to inline allOf schema Max float32 `json:"max"` Min float32 `json:"min"` Type RangeThresholdType `json:"type"` Within bool `json:"within"` }
RangeThreshold defines model for RangeThreshold.
type RangeThresholdType ¶
type RangeThresholdType string
RangeThresholdType defines model for RangeThreshold.Type.
const (
RangeThresholdTypeRange RangeThresholdType = "range"
)
type ReadStackResponse ¶ added in v2.2.0
type ReadStackResponse struct { Body []byte HTTPResponse *http.Response JSON200 *Stack JSONDefault *Error }
func ParseReadStackResponse ¶
func ParseReadStackResponse(rsp *http.Response) (*ReadStackResponse, error)
ParseReadStackResponse parses an HTTP response from a ReadStackWithResponse call
func (ReadStackResponse) Status ¶ added in v2.2.0
func (r ReadStackResponse) Status() string
Status returns HTTPResponse.Status
func (ReadStackResponse) StatusCode ¶ added in v2.2.0
func (r ReadStackResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type Ready ¶
type Ready struct { Started *time.Time `json:"started,omitempty"` Status *ReadyStatus `json:"status,omitempty"` Up *string `json:"up,omitempty"` }
Ready defines model for Ready.
type ReadyStatus ¶
type ReadyStatus string
ReadyStatus defines model for Ready.Status.
const (
ReadyStatusReady ReadyStatus = "ready"
)
type RegexpLiteral ¶
type RegexpLiteral struct { // Type of AST node Type *NodeType `json:"type,omitempty"` Value *string `json:"value,omitempty"` }
RegexpLiteral defines model for RegexpLiteral.
type RenamableField ¶
type RenamableField struct { // The name that a field is renamed to by the user. DisplayName *string `json:"displayName,omitempty"` // The calculated name of a field. InternalName *string `json:"internalName,omitempty"` // Indicates whether this field should be visible on the table. Visible *bool `json:"visible,omitempty"` }
RenamableField defines model for RenamableField.
type Resource ¶
type Resource struct { // If ID is set that is a permission for a specific resource. if it is not set it is a permission for all resources of that resource type. Id *string `json:"id"` // Optional name of the resource if the resource has a name field. Name *string `json:"name"` // Optional name of the organization of the organization with orgID. Org *string `json:"org"` // 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"` Type ResourceType `json:"type"` }
Resource defines model for Resource.
type ResourceMember ¶
type ResourceMember struct { // Embedded struct due to allOf(#/components/schemas/User) User // Embedded fields due to inline allOf schema Role *ResourceMemberRole `json:"role,omitempty"` }
ResourceMember defines model for ResourceMember.
type ResourceMemberRole ¶
type ResourceMemberRole string
ResourceMemberRole defines model for ResourceMember.Role.
const (
ResourceMemberRoleMember ResourceMemberRole = "member"
)
type ResourceMembers ¶
type ResourceMembers struct { Links *struct { Self *string `json:"self,omitempty"` } `json:"links,omitempty"` Users *[]ResourceMember `json:"users,omitempty"` }
ResourceMembers defines model for ResourceMembers.
type ResourceOwner ¶
type ResourceOwner struct { // Embedded struct due to allOf(#/components/schemas/User) User // Embedded fields due to inline allOf schema Role *ResourceOwnerRole `json:"role,omitempty"` }
ResourceOwner defines model for ResourceOwner.
type ResourceOwnerRole ¶
type ResourceOwnerRole string
ResourceOwnerRole defines model for ResourceOwner.Role.
const (
ResourceOwnerRoleOwner ResourceOwnerRole = "owner"
)
type ResourceOwners ¶
type ResourceOwners struct { Links *struct { Self *string `json:"self,omitempty"` } `json:"links,omitempty"` Users *[]ResourceOwner `json:"users,omitempty"` }
ResourceOwners defines model for ResourceOwners.
type ResourceType ¶
type ResourceType string
ResourceType defines model for Resource.Type.
const ( ResourceTypeAuthorizations ResourceType = "authorizations" ResourceTypeBuckets ResourceType = "buckets" ResourceTypeChecks ResourceType = "checks" ResourceTypeDashboards ResourceType = "dashboards" ResourceTypeDbrp ResourceType = "dbrp" ResourceTypeDocuments ResourceType = "documents" ResourceTypeLabels ResourceType = "labels" ResourceTypeNotificationEndpoints ResourceType = "notificationEndpoints" ResourceTypeNotificationRules ResourceType = "notificationRules" ResourceTypeOrgs ResourceType = "orgs" ResourceTypeScrapers ResourceType = "scrapers" ResourceTypeSecrets ResourceType = "secrets" ResourceTypeSources ResourceType = "sources" ResourceTypeTasks ResourceType = "tasks" ResourceTypeTelegrafs ResourceType = "telegrafs" ResourceTypeUsers ResourceType = "users" ResourceTypeVariables ResourceType = "variables" ResourceTypeViews ResourceType = "views" )
type RetentionRule ¶
type RetentionRule struct { // Duration in seconds for how long data will be kept in the database. EverySeconds int `json:"everySeconds"` Type RetentionRuleType `json:"type"` }
RetentionRule defines model for RetentionRule.
type RetentionRuleType ¶
type RetentionRuleType string
RetentionRuleType defines model for RetentionRule.Type.
const (
RetentionRuleTypeExpire RetentionRuleType = "expire"
)
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" )
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"` }
RunManually defines model for RunManually.
type SMTPNotificationRule ¶
type SMTPNotificationRule struct { // Embedded struct due to allOf(#/components/schemas/NotificationRuleBase) NotificationRuleBase // Embedded struct due to allOf(#/components/schemas/SMTPNotificationRuleBase) SMTPNotificationRuleBase }
SMTPNotificationRule defines model for SMTPNotificationRule.
type SMTPNotificationRuleBase ¶
type SMTPNotificationRuleBase struct { BodyTemplate *string `json:"bodyTemplate,omitempty"` SubjectTemplate string `json:"subjectTemplate"` To string `json:"to"` Type SMTPNotificationRuleBaseType `json:"type"` }
SMTPNotificationRuleBase defines model for SMTPNotificationRuleBase.
type SMTPNotificationRuleBaseType ¶
type SMTPNotificationRuleBaseType string
SMTPNotificationRuleBaseType defines model for SMTPNotificationRuleBase.Type.
const (
SMTPNotificationRuleBaseTypeSmtp SMTPNotificationRuleBaseType = "smtp"
)
type ScatterViewProperties ¶
type ScatterViewProperties struct { // Colors define color encoding of data into a visualization Colors []string `json:"colors"` FillColumns []string `json:"fillColumns"` LegendOpacity *float32 `json:"legendOpacity,omitempty"` LegendOrientationThreshold *int `json:"legendOrientationThreshold,omitempty"` Note string `json:"note"` Queries []DashboardQuery `json:"queries"` Shape ScatterViewPropertiesShape `json:"shape"` // If true, will display note when empty ShowNoteWhenEmpty bool `json:"showNoteWhenEmpty"` SymbolColumns []string `json:"symbolColumns"` TimeFormat *string `json:"timeFormat,omitempty"` Type ScatterViewPropertiesType `json:"type"` XAxisLabel string `json:"xAxisLabel"` XColumn string `json:"xColumn"` XDomain []float32 `json:"xDomain"` XPrefix string `json:"xPrefix"` XSuffix string `json:"xSuffix"` YAxisLabel string `json:"yAxisLabel"` YColumn string `json:"yColumn"` YDomain []float32 `json:"yDomain"` YPrefix string `json:"yPrefix"` YSuffix string `json:"ySuffix"` }
ScatterViewProperties defines model for ScatterViewProperties.
type ScatterViewPropertiesShape ¶
type ScatterViewPropertiesShape string
ScatterViewPropertiesShape defines model for ScatterViewProperties.Shape.
const (
ScatterViewPropertiesShapeChronografV2 ScatterViewPropertiesShape = "chronograf-v2"
)
type ScatterViewPropertiesType ¶
type ScatterViewPropertiesType string
ScatterViewPropertiesType defines model for ScatterViewProperties.Type.
const (
ScatterViewPropertiesTypeScatter ScatterViewPropertiesType = "scatter"
)
type ScraperTargetRequest ¶
type ScraperTargetRequest struct { // The ID of the bucket to write to. BucketID *string `json:"bucketID,omitempty"` // The name of the scraper target. Name *string `json:"name,omitempty"` // The organization ID. OrgID *string `json:"orgID,omitempty"` // The type of the metrics to be parsed. Type *ScraperTargetRequestType `json:"type,omitempty"` // The URL of the metrics endpoint. Url *string `json:"url,omitempty"` }
ScraperTargetRequest defines model for ScraperTargetRequest.
type ScraperTargetRequestType ¶
type ScraperTargetRequestType string
ScraperTargetRequestType defines model for ScraperTargetRequest.Type.
const (
ScraperTargetRequestTypePrometheus ScraperTargetRequestType = "prometheus"
)
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 ¶
Secrets defines model for Secrets.
func (Secrets) Get ¶
Getter for additional properties for Secrets. Returns the specified element and whether it was found
func (Secrets) MarshalJSON ¶
Override default JSON handling for Secrets to handle AdditionalProperties
func (*Secrets) UnmarshalJSON ¶
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"` LegendOpacity *float32 `json:"legendOpacity,omitempty"` LegendOrientationThreshold *int `json:"legendOrientationThreshold,omitempty"` Note string `json:"note"` Prefix string `json:"prefix"` Queries []DashboardQuery `json:"queries"` Shape SingleStatViewPropertiesShape `json:"shape"` // If true, will display note when empty ShowNoteWhenEmpty bool `json:"showNoteWhenEmpty"` Suffix string `json:"suffix"` TickPrefix string `json:"tickPrefix"` TickSuffix string `json:"tickSuffix"` Type SingleStatViewPropertiesType `json:"type"` }
SingleStatViewProperties defines model for SingleStatViewProperties.
type SingleStatViewPropertiesShape ¶
type SingleStatViewPropertiesShape string
SingleStatViewPropertiesShape defines model for SingleStatViewProperties.Shape.
const (
SingleStatViewPropertiesShapeChronografV2 SingleStatViewPropertiesShape = "chronograf-v2"
)
type SingleStatViewPropertiesType ¶
type SingleStatViewPropertiesType string
SingleStatViewPropertiesType defines model for SingleStatViewProperties.Type.
const (
SingleStatViewPropertiesTypeSingleStat SingleStatViewPropertiesType = "single-stat"
)
type SlackNotificationEndpoint ¶
type SlackNotificationEndpoint struct { // Embedded struct due to allOf(#/components/schemas/NotificationEndpointBase) NotificationEndpointBase // Specifies the API token string. Specify either `URL` or `Token`. Token *string `json:"token,omitempty"` // Specifies the URL of the Slack endpoint. Specify either `URL` or `Token`. Url *string `json:"url,omitempty"` }
SlackNotificationEndpoint defines model for SlackNotificationEndpoint.
type SlackNotificationRule ¶
type SlackNotificationRule struct { // Embedded struct due to allOf(#/components/schemas/NotificationRuleBase) NotificationRuleBase // Embedded struct due to allOf(#/components/schemas/SlackNotificationRuleBase) SlackNotificationRuleBase }
SlackNotificationRule defines model for SlackNotificationRule.
type SlackNotificationRuleBase ¶
type SlackNotificationRuleBase struct { Channel *string `json:"channel,omitempty"` MessageTemplate string `json:"messageTemplate"` Type SlackNotificationRuleBaseType `json:"type"` }
SlackNotificationRuleBase defines model for SlackNotificationRuleBase.
type SlackNotificationRuleBaseType ¶
type SlackNotificationRuleBaseType string
SlackNotificationRuleBaseType defines model for SlackNotificationRuleBase.Type.
const (
SlackNotificationRuleBaseTypeSlack SlackNotificationRuleBaseType = "slack"
)
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"` Telegraf *string `json:"telegraf,omitempty"` Token *string `json:"token,omitempty"` Type *SourceType `json:"type,omitempty"` Url *string `json:"url,omitempty"` Username *string `json:"username,omitempty"` }
Source defines model for Source.
type SourceLanguages ¶
type SourceLanguages string
SourceLanguages defines model for Source.Languages.
const ( SourceLanguagesFlux SourceLanguages = "flux" SourceLanguagesInfluxql SourceLanguages = "influxql" )
type SourceType ¶
type SourceType string
SourceType defines model for Source.Type.
const ( SourceTypeSelf SourceType = "self" SourceTypeV1 SourceType = "v1" SourceTypeV2 SourceType = "v2" )
type Sources ¶
type Sources struct { Links *struct { Self *string `json:"self,omitempty"` } `json:"links,omitempty"` Sources *[]Source `json:"sources,omitempty"` }
Sources defines model for Sources.
type Stack ¶
type Stack struct { CreatedAt *time.Time `json:"createdAt,omitempty"` Events *[]struct { Description *string `json:"description,omitempty"` EventType *string `json:"eventType,omitempty"` Name *string `json:"name,omitempty"` Resources *[]struct { ApiVersion *string `json:"apiVersion,omitempty"` Associations *[]struct { Kind *TemplateKind `json:"kind,omitempty"` MetaName *string `json:"metaName,omitempty"` } `json:"associations,omitempty"` Kind *TemplateKind `json:"kind,omitempty"` Links *struct { Self *string `json:"self,omitempty"` } `json:"links,omitempty"` ResourceID *string `json:"resourceID,omitempty"` TemplateMetaName *string `json:"templateMetaName,omitempty"` } `json:"resources,omitempty"` Sources *[]string `json:"sources,omitempty"` UpdatedAt *time.Time `json:"updatedAt,omitempty"` Urls *[]string `json:"urls,omitempty"` } `json:"events,omitempty"` Id *string `json:"id,omitempty"` OrgID *string `json:"orgID,omitempty"` }
Stack defines model for Stack.
type StatusRule ¶
type StatusRule struct { Count *int `json:"count,omitempty"` // The state to record if check matches a criteria. CurrentLevel *RuleStatusLevel `json:"currentLevel,omitempty"` Period *string `json:"period,omitempty"` // The state to record if check matches a criteria. PreviousLevel *RuleStatusLevel `json:"previousLevel,omitempty"` }
StatusRule defines model for StatusRule.
type StringLiteral ¶
type StringLiteral struct { // Type of AST node Type *NodeType `json:"type,omitempty"` Value *string `json:"value,omitempty"` }
StringLiteral defines model for StringLiteral.
type TableViewProperties ¶
type TableViewProperties struct { // Colors define color encoding of data into a visualization Colors []DashboardColor `json:"colors"` // Indicates whether decimal places should be enforced, and how many digits it should show. DecimalPlaces DecimalPlaces `json:"decimalPlaces"` // fieldOptions represent the fields retrieved by the query with customization options FieldOptions []RenamableField `json:"fieldOptions"` Note string `json:"note"` Queries []DashboardQuery `json:"queries"` Shape TableViewPropertiesShape `json:"shape"` // If true, will display note when empty ShowNoteWhenEmpty bool `json:"showNoteWhenEmpty"` TableOptions struct { // fixFirstColumn indicates whether the first column of the table should be locked FixFirstColumn *bool `json:"fixFirstColumn,omitempty"` // Describes a field that can be renamed and made visible or invisible. SortBy *RenamableField `json:"sortBy,omitempty"` // verticalTimeAxis describes the orientation of the table by indicating whether the time axis will be displayed vertically VerticalTimeAxis *bool `json:"verticalTimeAxis,omitempty"` // Wrapping describes the text wrapping style to be used in table views Wrapping *TableViewPropertiesTableOptionsWrapping `json:"wrapping,omitempty"` } `json:"tableOptions"` // timeFormat describes the display format for time values according to moment.js date formatting TimeFormat string `json:"timeFormat"` Type TableViewPropertiesType `json:"type"` }
TableViewProperties defines model for TableViewProperties.
type TableViewPropertiesShape ¶
type TableViewPropertiesShape string
TableViewPropertiesShape defines model for TableViewProperties.Shape.
const (
TableViewPropertiesShapeChronografV2 TableViewPropertiesShape = "chronograf-v2"
)
type TableViewPropertiesTableOptionsWrapping ¶
type TableViewPropertiesTableOptionsWrapping string
TableViewPropertiesTableOptionsWrapping defines model for TableViewProperties.TableOptions.Wrapping.
const ( TableViewPropertiesTableOptionsWrappingSingleLine TableViewPropertiesTableOptionsWrapping = "single-line" TableViewPropertiesTableOptionsWrappingTruncate TableViewPropertiesTableOptionsWrapping = "truncate" TableViewPropertiesTableOptionsWrappingWrap TableViewPropertiesTableOptionsWrapping = "wrap" )
type TableViewPropertiesType ¶
type TableViewPropertiesType string
TableViewPropertiesType defines model for TableViewProperties.Type.
const (
TableViewPropertiesTypeTable TableViewPropertiesType = "table"
)
type TagRule ¶
type TagRule struct { Key *string `json:"key,omitempty"` Operator *TagRuleOperator `json:"operator,omitempty"` Value *string `json:"value,omitempty"` }
TagRule defines model for TagRule.
type TagRuleOperator ¶
type TagRuleOperator string
TagRuleOperator defines model for TagRule.Operator.
const ( TagRuleOperatorEqual TagRuleOperator = "equal" TagRuleOperatorEqualregex TagRuleOperator = "equalregex" TagRuleOperatorNotequal TagRuleOperator = "notequal" TagRuleOperatorNotequalregex TagRuleOperator = "notequalregex" )
type Task ¶
type Task struct { // The ID of the authorization used when this task communicates with the query engine. AuthorizationID *string `json:"authorizationID,omitempty"` CreatedAt *time.Time `json:"createdAt,omitempty"` // A task repetition schedule in the form '* * * * * *'; parsed from Flux. Cron *string `json:"cron,omitempty"` // An optional description of the task. Description *string `json:"description,omitempty"` // A simple task repetition schedule; parsed from Flux. Every *string `json:"every,omitempty"` // The Flux script to run for this task. Flux string `json:"flux"` Id string `json:"id"` Labels *Labels `json:"labels,omitempty"` LastRunError *string `json:"lastRunError,omitempty"` LastRunStatus *TaskLastRunStatus `json:"lastRunStatus,omitempty"` // Timestamp of latest scheduled, completed run, RFC3339. LatestCompleted *time.Time `json:"latestCompleted,omitempty"` Links *struct { // URI of resource. Labels *Link `json:"labels,omitempty"` // URI of resource. Logs *Link `json:"logs,omitempty"` // URI of resource. Members *Link `json:"members,omitempty"` // URI of resource. Owners *Link `json:"owners,omitempty"` // URI of resource. Runs *Link `json:"runs,omitempty"` // URI of resource. Self *Link `json:"self,omitempty"` } `json:"links,omitempty"` // The name of the task. Name string `json:"name"` // Duration to delay after the schedule, before executing the task; parsed from flux, if set to zero it will remove this option and use 0 as the default. Offset *string `json:"offset,omitempty"` // The name of the organization that owns this Task. Org *string `json:"org,omitempty"` // The ID of the organization that owns this Task. OrgID string `json:"orgID"` Status *TaskStatusType `json:"status,omitempty"` // The type of task, this can be used for filtering tasks on list actions. Type *string `json:"type,omitempty"` UpdatedAt *time.Time `json:"updatedAt,omitempty"` }
Task defines model for Task.
type TaskCreateRequest ¶
type TaskCreateRequest struct { // An optional description of the task. Description *string `json:"description,omitempty"` // The Flux script to run for this task. Flux string `json:"flux"` // The name of the organization that owns this Task. Org *string `json:"org,omitempty"` // The ID of the organization that owns this Task. OrgID *string `json:"orgID,omitempty"` Status *TaskStatusType `json:"status,omitempty"` }
TaskCreateRequest defines model for TaskCreateRequest.
type TaskLastRunStatus ¶
type TaskLastRunStatus string
TaskLastRunStatus defines model for Task.LastRunStatus.
const ( TaskLastRunStatusCanceled TaskLastRunStatus = "canceled" TaskLastRunStatusFailed TaskLastRunStatus = "failed" TaskLastRunStatusSuccess TaskLastRunStatus = "success" )
type TaskStatusType ¶
type TaskStatusType string
TaskStatusType defines model for TaskStatusType.
const ( TaskStatusTypeActive TaskStatusType = "active" TaskStatusTypeInactive TaskStatusType = "inactive" )
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 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 TelegrafPlugins ¶
type TelegrafPlugins struct { Os *string `json:"os,omitempty"` Plugins *[]TelegrafPlugin `json:"plugins,omitempty"` Version *string `json:"version,omitempty"` }
TelegrafPlugins defines model for TelegrafPlugins.
type TelegrafRequest ¶
type TelegrafRequest struct { Config *string `json:"config,omitempty"` Description *string `json:"description,omitempty"` Metadata *struct { Buckets *[]string `json:"buckets,omitempty"` } `json:"metadata,omitempty"` Name *string `json:"name,omitempty"` OrgID *string `json:"orgID,omitempty"` }
TelegrafRequest defines model for TelegrafRequest.
type Telegrafs ¶
type Telegrafs struct {
Configurations *[]Telegraf `json:"configurations,omitempty"`
}
Telegrafs defines model for Telegrafs.
type TelegramNotificationEndpoint ¶ added in v2.1.0
type TelegramNotificationEndpoint struct { // Embedded struct due to allOf(#/components/schemas/NotificationEndpointBase) NotificationEndpointBase // ID of the telegram channel, a chat_id in https://core.telegram.org/bots/api#sendmessage . Channel string `json:"channel"` // Specifies the Telegram bot token. See https://core.telegram.org/bots#creating-a-new-bot . Token string `json:"token"` }
TelegramNotificationEndpoint defines model for TelegramNotificationEndpoint.
type TelegramNotificationRule ¶ added in v2.1.0
type TelegramNotificationRule struct { // Embedded struct due to allOf(#/components/schemas/NotificationRuleBase) NotificationRuleBase // Embedded struct due to allOf(#/components/schemas/TelegramNotificationRuleBase) TelegramNotificationRuleBase }
TelegramNotificationRule defines model for TelegramNotificationRule.
type TelegramNotificationRuleBase ¶ added in v2.1.0
type TelegramNotificationRuleBase struct { // Disables preview of web links in the sent messages when "true". Defaults to "false" . DisableWebPagePreview *bool `json:"disableWebPagePreview,omitempty"` // The message template as a flux interpolated string. MessageTemplate string `json:"messageTemplate"` // Parse mode of the message text per https://core.telegram.org/bots/api#formatting-options . Defaults to "MarkdownV2" . ParseMode *TelegramNotificationRuleBaseParseMode `json:"parseMode,omitempty"` // The discriminator between other types of notification rules is "telegram". Type TelegramNotificationRuleBaseType `json:"type"` }
TelegramNotificationRuleBase defines model for TelegramNotificationRuleBase.
type TelegramNotificationRuleBaseParseMode ¶ added in v2.1.0
type TelegramNotificationRuleBaseParseMode string
TelegramNotificationRuleBaseParseMode defines model for TelegramNotificationRuleBase.ParseMode.
const ( TelegramNotificationRuleBaseParseModeHTML TelegramNotificationRuleBaseParseMode = "HTML" TelegramNotificationRuleBaseParseModeMarkdown TelegramNotificationRuleBaseParseMode = "Markdown" TelegramNotificationRuleBaseParseModeMarkdownV2 TelegramNotificationRuleBaseParseMode = "MarkdownV2" )
type TelegramNotificationRuleBaseType ¶ added in v2.1.0
type TelegramNotificationRuleBaseType string
TelegramNotificationRuleBaseType defines model for TelegramNotificationRuleBase.Type.
const (
TelegramNotificationRuleBaseTypeTelegram TelegramNotificationRuleBaseType = "telegram"
)
type Template ¶
type Template []struct { ApiVersion *string `json:"apiVersion,omitempty"` Kind *TemplateKind `json:"kind,omitempty"` Meta *struct { Name *string `json:"name,omitempty"` } `json:"meta,omitempty"` Spec *map[string]interface{} `json:"spec,omitempty"` }
Template defines model for Template.
type TemplateApply ¶
type TemplateApply struct { Actions *[]interface{} `json:"actions,omitempty"` DryRun *bool `json:"dryRun,omitempty"` EnvRefs *TemplateApply_EnvRefs `json:"envRefs,omitempty"` OrgID *string `json:"orgID,omitempty"` Remotes *[]struct { ContentType *string `json:"contentType,omitempty"` Url string `json:"url"` } `json:"remotes,omitempty"` Secrets *TemplateApply_Secrets `json:"secrets,omitempty"` StackID *string `json:"stackID,omitempty"` Template *struct { ContentType *string `json:"contentType,omitempty"` Contents *Template `json:"contents,omitempty"` Sources *[]string `json:"sources,omitempty"` } `json:"template,omitempty"` Templates *[]struct { ContentType *string `json:"contentType,omitempty"` Contents *Template `json:"contents,omitempty"` Sources *[]string `json:"sources,omitempty"` } `json:"templates,omitempty"` }
TemplateApply defines model for TemplateApply.
type TemplateApply_EnvRefs ¶
type TemplateApply_EnvRefs struct {
AdditionalProperties map[string]interface{} `json:"-"`
}
TemplateApply_EnvRefs defines model for TemplateApply.EnvRefs.
func (TemplateApply_EnvRefs) Get ¶
func (a TemplateApply_EnvRefs) Get(fieldName string) (value interface{}, found bool)
Getter for additional properties for TemplateApply_EnvRefs. Returns the specified element and whether it was found
func (TemplateApply_EnvRefs) MarshalJSON ¶
func (a TemplateApply_EnvRefs) MarshalJSON() ([]byte, error)
Override default JSON handling for TemplateApply_EnvRefs to handle AdditionalProperties
func (*TemplateApply_EnvRefs) Set ¶
func (a *TemplateApply_EnvRefs) Set(fieldName string, value interface{})
Setter for additional properties for TemplateApply_EnvRefs
func (*TemplateApply_EnvRefs) UnmarshalJSON ¶
func (a *TemplateApply_EnvRefs) UnmarshalJSON(b []byte) error
Override default JSON handling for TemplateApply_EnvRefs to handle AdditionalProperties
type TemplateApply_Secrets ¶
TemplateApply_Secrets defines model for TemplateApply.Secrets.
func (TemplateApply_Secrets) Get ¶
func (a TemplateApply_Secrets) Get(fieldName string) (value string, found bool)
Getter for additional properties for TemplateApply_Secrets. Returns the specified element and whether it was found
func (TemplateApply_Secrets) MarshalJSON ¶
func (a TemplateApply_Secrets) MarshalJSON() ([]byte, error)
Override default JSON handling for TemplateApply_Secrets to handle AdditionalProperties
func (*TemplateApply_Secrets) Set ¶
func (a *TemplateApply_Secrets) Set(fieldName string, value string)
Setter for additional properties for TemplateApply_Secrets
func (*TemplateApply_Secrets) UnmarshalJSON ¶
func (a *TemplateApply_Secrets) UnmarshalJSON(b []byte) error
Override default JSON handling for TemplateApply_Secrets to handle AdditionalProperties
type TemplateChart ¶
type TemplateChart struct { Height *int `json:"height,omitempty"` Properties *ViewProperties `json:"properties,omitempty"` Width *int `json:"width,omitempty"` XPos *int `json:"xPos,omitempty"` YPos *int `json:"yPos,omitempty"` }
TemplateChart defines model for TemplateChart.
type TemplateEnvReferences ¶
type TemplateEnvReferences []struct { // Default value that will be provided for the reference when no value is provided DefaultValue *interface{} `json:"defaultValue"` // Key identified as environment reference and is the key identified in the template EnvRefKey string `json:"envRefKey"` // Field the environment reference corresponds too ResourceField string `json:"resourceField"` // Value provided to fulfill reference Value *interface{} `json:"value"` }
TemplateEnvReferences defines model for TemplateEnvReferences.
type TemplateExport ¶
type TemplateExport struct { OrgIDs *[]struct { OrgID *string `json:"orgID,omitempty"` ResourceFilters *struct { ByLabel *[]string `json:"byLabel,omitempty"` ByResourceKind *[]TemplateKind `json:"byResourceKind,omitempty"` } `json:"resourceFilters,omitempty"` } `json:"orgIDs,omitempty"` Resources *struct { Id string `json:"id"` Kind TemplateKind `json:"kind"` Name *string `json:"name,omitempty"` } `json:"resources,omitempty"` StackID *string `json:"stackID,omitempty"` }
TemplateExport defines model for TemplateExport.
type TemplateKind ¶
type TemplateKind string
TemplateKind defines model for TemplateKind.
const ( TemplateKindBucket TemplateKind = "Bucket" TemplateKindCheck TemplateKind = "Check" TemplateKindCheckDeadman TemplateKind = "CheckDeadman" TemplateKindCheckThreshold TemplateKind = "CheckThreshold" TemplateKindDashboard TemplateKind = "Dashboard" TemplateKindLabel TemplateKind = "Label" TemplateKindNotificationEndpoint TemplateKind = "NotificationEndpoint" TemplateKindNotificationEndpointHTTP TemplateKind = "NotificationEndpointHTTP" TemplateKindNotificationEndpointPagerDuty TemplateKind = "NotificationEndpointPagerDuty" TemplateKindNotificationEndpointSlack TemplateKind = "NotificationEndpointSlack" TemplateKindNotificationRule TemplateKind = "NotificationRule" TemplateKindTask TemplateKind = "Task" TemplateKindTelegraf TemplateKind = "Telegraf" TemplateKindVariable TemplateKind = "Variable" )
type TemplateSummary ¶
type TemplateSummary struct { Diff *struct { Buckets *[]struct { Id *string `json:"id,omitempty"` Kind *TemplateKind `json:"kind,omitempty"` New *struct { Description *string `json:"description,omitempty"` Name *string `json:"name,omitempty"` // Rules to expire or retain data. No rules means data never expires. RetentionRules *RetentionRules `json:"retentionRules,omitempty"` } `json:"new,omitempty"` Old *struct { Description *string `json:"description,omitempty"` Name *string `json:"name,omitempty"` // Rules to expire or retain data. No rules means data never expires. RetentionRules *RetentionRules `json:"retentionRules,omitempty"` } `json:"old,omitempty"` StateStatus *string `json:"stateStatus,omitempty"` TemplateMetaName *string `json:"templateMetaName,omitempty"` } `json:"buckets,omitempty"` Checks *[]struct { Id *string `json:"id,omitempty"` Kind *TemplateKind `json:"kind,omitempty"` New *CheckDiscriminator `json:"new,omitempty"` Old *CheckDiscriminator `json:"old,omitempty"` StateStatus *string `json:"stateStatus,omitempty"` TemplateMetaName *string `json:"templateMetaName,omitempty"` } `json:"checks,omitempty"` Dashboards *[]struct { Id *string `json:"id,omitempty"` Kind *TemplateKind `json:"kind,omitempty"` New *struct { Charts *[]TemplateChart `json:"charts,omitempty"` Description *string `json:"description,omitempty"` Name *string `json:"name,omitempty"` } `json:"new,omitempty"` Old *struct { Charts *[]TemplateChart `json:"charts,omitempty"` Description *string `json:"description,omitempty"` Name *string `json:"name,omitempty"` } `json:"old,omitempty"` StateStatus *string `json:"stateStatus,omitempty"` TemplateMetaName *string `json:"templateMetaName,omitempty"` } `json:"dashboards,omitempty"` LabelMappings *[]struct { LabelID *string `json:"labelID,omitempty"` LabelName *string `json:"labelName,omitempty"` LabelTemplateMetaName *string `json:"labelTemplateMetaName,omitempty"` ResourceID *string `json:"resourceID,omitempty"` ResourceName *string `json:"resourceName,omitempty"` ResourceTemplateMetaName *string `json:"resourceTemplateMetaName,omitempty"` ResourceType *string `json:"resourceType,omitempty"` Status *string `json:"status,omitempty"` } `json:"labelMappings,omitempty"` Labels *[]struct { Id *string `json:"id,omitempty"` Kind *TemplateKind `json:"kind,omitempty"` New *struct { Color *string `json:"color,omitempty"` Description *string `json:"description,omitempty"` Name *string `json:"name,omitempty"` } `json:"new,omitempty"` Old *struct { Color *string `json:"color,omitempty"` Description *string `json:"description,omitempty"` Name *string `json:"name,omitempty"` } `json:"old,omitempty"` StateStatus *string `json:"stateStatus,omitempty"` TemplateMetaName *string `json:"templateMetaName,omitempty"` } `json:"labels,omitempty"` NotificationEndpoints *[]struct { Id *string `json:"id,omitempty"` Kind *TemplateKind `json:"kind,omitempty"` New *NotificationEndpointDiscrimator `json:"new,omitempty"` Old *NotificationEndpointDiscrimator `json:"old,omitempty"` StateStatus *string `json:"stateStatus,omitempty"` TemplateMetaName *string `json:"templateMetaName,omitempty"` } `json:"notificationEndpoints,omitempty"` NotificationRules *[]struct { Id *string `json:"id,omitempty"` Kind *TemplateKind `json:"kind,omitempty"` New *struct { Description *string `json:"description,omitempty"` EndpointID *string `json:"endpointID,omitempty"` EndpointName *string `json:"endpointName,omitempty"` EndpointType *string `json:"endpointType,omitempty"` Every *string `json:"every,omitempty"` MessageTemplate *string `json:"messageTemplate,omitempty"` Name *string `json:"name,omitempty"` Offset *string `json:"offset,omitempty"` Status *string `json:"status,omitempty"` StatusRules *[]struct { CurrentLevel *string `json:"currentLevel,omitempty"` PreviousLevel *string `json:"previousLevel,omitempty"` } `json:"statusRules,omitempty"` TagRules *[]struct { Key *string `json:"key,omitempty"` Operator *string `json:"operator,omitempty"` Value *string `json:"value,omitempty"` } `json:"tagRules,omitempty"` } `json:"new,omitempty"` Old *struct { Description *string `json:"description,omitempty"` EndpointID *string `json:"endpointID,omitempty"` EndpointName *string `json:"endpointName,omitempty"` EndpointType *string `json:"endpointType,omitempty"` Every *string `json:"every,omitempty"` MessageTemplate *string `json:"messageTemplate,omitempty"` Name *string `json:"name,omitempty"` Offset *string `json:"offset,omitempty"` Status *string `json:"status,omitempty"` StatusRules *[]struct { CurrentLevel *string `json:"currentLevel,omitempty"` PreviousLevel *string `json:"previousLevel,omitempty"` } `json:"statusRules,omitempty"` TagRules *[]struct { Key *string `json:"key,omitempty"` Operator *string `json:"operator,omitempty"` Value *string `json:"value,omitempty"` } `json:"tagRules,omitempty"` } `json:"old,omitempty"` StateStatus *string `json:"stateStatus,omitempty"` TemplateMetaName *string `json:"templateMetaName,omitempty"` } `json:"notificationRules,omitempty"` Tasks *[]struct { Id *string `json:"id,omitempty"` Kind *TemplateKind `json:"kind,omitempty"` New *struct { Cron *string `json:"cron,omitempty"` Description *string `json:"description,omitempty"` Every *string `json:"every,omitempty"` Name *string `json:"name,omitempty"` Offset *string `json:"offset,omitempty"` Query *string `json:"query,omitempty"` Status *string `json:"status,omitempty"` } `json:"new,omitempty"` Old *struct { Cron *string `json:"cron,omitempty"` Description *string `json:"description,omitempty"` Every *string `json:"every,omitempty"` Name *string `json:"name,omitempty"` Offset *string `json:"offset,omitempty"` Query *string `json:"query,omitempty"` Status *string `json:"status,omitempty"` } `json:"old,omitempty"` StateStatus *string `json:"stateStatus,omitempty"` TemplateMetaName *string `json:"templateMetaName,omitempty"` } `json:"tasks,omitempty"` TelegrafConfigs *[]struct { Id *string `json:"id,omitempty"` Kind *TemplateKind `json:"kind,omitempty"` New *TelegrafRequest `json:"new,omitempty"` Old *TelegrafRequest `json:"old,omitempty"` StateStatus *string `json:"stateStatus,omitempty"` TemplateMetaName *string `json:"templateMetaName,omitempty"` } `json:"telegrafConfigs,omitempty"` Variables *[]struct { Id *string `json:"id,omitempty"` Kind *TemplateKind `json:"kind,omitempty"` New *struct { Args *VariableProperties `json:"args,omitempty"` Description *string `json:"description,omitempty"` Name *string `json:"name,omitempty"` } `json:"new,omitempty"` Old *struct { Args *VariableProperties `json:"args,omitempty"` Description *string `json:"description,omitempty"` Name *string `json:"name,omitempty"` } `json:"old,omitempty"` StateStatus *string `json:"stateStatus,omitempty"` TemplateMetaName *string `json:"templateMetaName,omitempty"` } `json:"variables,omitempty"` } `json:"diff,omitempty"` Errors *[]struct { Fields *[]string `json:"fields,omitempty"` Indexes *[]int `json:"indexes,omitempty"` Kind *TemplateKind `json:"kind,omitempty"` Reason *string `json:"reason,omitempty"` } `json:"errors,omitempty"` Sources *[]string `json:"sources,omitempty"` StackID *string `json:"stackID,omitempty"` Summary *struct { Buckets *[]struct { Description *string `json:"description,omitempty"` EnvReferences *TemplateEnvReferences `json:"envReferences,omitempty"` Id *string `json:"id,omitempty"` Kind *TemplateKind `json:"kind,omitempty"` LabelAssociations *[]TemplateSummaryLabel `json:"labelAssociations,omitempty"` Name *string `json:"name,omitempty"` OrgID *string `json:"orgID,omitempty"` RetentionPeriod *int `json:"retentionPeriod,omitempty"` TemplateMetaName *string `json:"templateMetaName,omitempty"` } `json:"buckets,omitempty"` Checks *[]struct { // Embedded struct due to allOf(#/components/schemas/CheckDiscriminator) CheckDiscriminator // Embedded fields due to inline allOf schema EnvReferences *TemplateEnvReferences `json:"envReferences,omitempty"` Kind *TemplateKind `json:"kind,omitempty"` LabelAssociations *[]TemplateSummaryLabel `json:"labelAssociations,omitempty"` TemplateMetaName *string `json:"templateMetaName,omitempty"` } `json:"checks,omitempty"` Dashboards *[]struct { Charts *[]TemplateChart `json:"charts,omitempty"` Description *string `json:"description,omitempty"` EnvReferences *TemplateEnvReferences `json:"envReferences,omitempty"` Id *string `json:"id,omitempty"` Kind *TemplateKind `json:"kind,omitempty"` LabelAssociations *[]TemplateSummaryLabel `json:"labelAssociations,omitempty"` Name *string `json:"name,omitempty"` OrgID *string `json:"orgID,omitempty"` TemplateMetaName *string `json:"templateMetaName,omitempty"` } `json:"dashboards,omitempty"` LabelMappings *[]struct { LabelID *string `json:"labelID,omitempty"` LabelName *string `json:"labelName,omitempty"` LabelTemplateMetaName *string `json:"labelTemplateMetaName,omitempty"` ResourceID *string `json:"resourceID,omitempty"` ResourceName *string `json:"resourceName,omitempty"` ResourceTemplateMetaName *string `json:"resourceTemplateMetaName,omitempty"` ResourceType *string `json:"resourceType,omitempty"` Status *string `json:"status,omitempty"` } `json:"labelMappings,omitempty"` Labels *[]TemplateSummaryLabel `json:"labels,omitempty"` MissingEnvRefs *[]string `json:"missingEnvRefs,omitempty"` MissingSecrets *[]string `json:"missingSecrets,omitempty"` NotificationEndpoints *[]struct { // Embedded struct due to allOf(#/components/schemas/NotificationEndpointDiscrimator) NotificationEndpointDiscrimator // Embedded fields due to inline allOf schema EnvReferences *TemplateEnvReferences `json:"envReferences,omitempty"` Kind *TemplateKind `json:"kind,omitempty"` LabelAssociations *[]TemplateSummaryLabel `json:"labelAssociations,omitempty"` TemplateMetaName *string `json:"templateMetaName,omitempty"` } `json:"notificationEndpoints,omitempty"` NotificationRules *[]struct { Description *string `json:"description,omitempty"` EndpointID *string `json:"endpointID,omitempty"` EndpointTemplateMetaName *string `json:"endpointTemplateMetaName,omitempty"` EndpointType *string `json:"endpointType,omitempty"` EnvReferences *TemplateEnvReferences `json:"envReferences,omitempty"` Every *string `json:"every,omitempty"` Kind *TemplateKind `json:"kind,omitempty"` LabelAssociations *[]TemplateSummaryLabel `json:"labelAssociations,omitempty"` MessageTemplate *string `json:"messageTemplate,omitempty"` Name *string `json:"name,omitempty"` Offset *string `json:"offset,omitempty"` Status *string `json:"status,omitempty"` StatusRules *[]struct { CurrentLevel *string `json:"currentLevel,omitempty"` PreviousLevel *string `json:"previousLevel,omitempty"` } `json:"statusRules,omitempty"` TagRules *[]struct { Key *string `json:"key,omitempty"` Operator *string `json:"operator,omitempty"` Value *string `json:"value,omitempty"` } `json:"tagRules,omitempty"` TemplateMetaName *string `json:"templateMetaName,omitempty"` } `json:"notificationRules,omitempty"` Tasks *[]struct { Cron *string `json:"cron,omitempty"` Description *string `json:"description,omitempty"` EnvReferences *TemplateEnvReferences `json:"envReferences,omitempty"` Every *string `json:"every,omitempty"` Id *string `json:"id,omitempty"` Kind *TemplateKind `json:"kind,omitempty"` Name *string `json:"name,omitempty"` Offset *string `json:"offset,omitempty"` Query *string `json:"query,omitempty"` Status *string `json:"status,omitempty"` TemplateMetaName *string `json:"templateMetaName,omitempty"` } `json:"tasks,omitempty"` TelegrafConfigs *[]struct { // Embedded struct due to allOf(#/components/schemas/TelegrafRequest) TelegrafRequest // Embedded fields due to inline allOf schema EnvReferences *TemplateEnvReferences `json:"envReferences,omitempty"` Kind *TemplateKind `json:"kind,omitempty"` LabelAssociations *[]TemplateSummaryLabel `json:"labelAssociations,omitempty"` TemplateMetaName *string `json:"templateMetaName,omitempty"` } `json:"telegrafConfigs,omitempty"` Variables *[]struct { Arguments *VariableProperties `json:"arguments,omitempty"` Description *string `json:"description,omitempty"` EnvReferences *TemplateEnvReferences `json:"envReferences,omitempty"` Id *string `json:"id,omitempty"` Kind *TemplateKind `json:"kind,omitempty"` LabelAssociations *[]TemplateSummaryLabel `json:"labelAssociations,omitempty"` Name *string `json:"name,omitempty"` OrgID *string `json:"orgID,omitempty"` TemplateMetaName *string `json:"templateMetaName,omitempty"` } `json:"variables,omitempty"` } `json:"summary,omitempty"` }
TemplateSummary defines model for TemplateSummary.
type TemplateSummaryLabel ¶
type TemplateSummaryLabel struct { EnvReferences *TemplateEnvReferences `json:"envReferences,omitempty"` Id *string `json:"id,omitempty"` Kind *TemplateKind `json:"kind,omitempty"` Name *string `json:"name,omitempty"` OrgID *string `json:"orgID,omitempty"` Properties *struct { Color *string `json:"color,omitempty"` Description *string `json:"description,omitempty"` } `json:"properties,omitempty"` TemplateMetaName *string `json:"templateMetaName,omitempty"` }
TemplateSummaryLabel defines model for TemplateSummaryLabel.
type TestStatement ¶
type TestStatement struct { // Represents the declaration of a variable Assignment *VariableAssignment `json:"assignment,omitempty"` // Type of AST node Type *NodeType `json:"type,omitempty"` }
TestStatement defines model for TestStatement.
type ThresholdBase ¶
type ThresholdBase struct { // If true, only alert if all values meet threshold. AllValues *bool `json:"allValues,omitempty"` // The state to record if check matches a criteria. Level *CheckStatusLevel `json:"level,omitempty"` }
ThresholdBase defines model for ThresholdBase.
type ThresholdCheck ¶
type ThresholdCheck struct { // Embedded struct due to allOf(#/components/schemas/CheckBase) CheckBase // Check repetition interval. Every *string `json:"every,omitempty"` // Duration to delay after the schedule, before executing check. Offset *string `json:"offset,omitempty"` // The template used to generate and write a status message. StatusMessageTemplate *string `json:"statusMessageTemplate,omitempty"` // List of tags to write to each status. Tags *[]struct { Key *string `json:"key,omitempty"` Value *string `json:"value,omitempty"` } `json:"tags,omitempty"` Thresholds *[]Threshold `json:"thresholds,omitempty"` Type ThresholdCheckType `json:"type"` }
ThresholdCheck defines model for ThresholdCheck.
type ThresholdCheckType ¶
type ThresholdCheckType string
ThresholdCheckType defines model for ThresholdCheck.Type.
const (
ThresholdCheckTypeThreshold ThresholdCheckType = "threshold"
)
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 UninstallStackResponse ¶ added in v2.2.0
type UninstallStackResponse struct { Body []byte HTTPResponse *http.Response JSON200 *Stack JSONDefault *Error }
func ParseUninstallStackResponse ¶
func ParseUninstallStackResponse(rsp *http.Response) (*UninstallStackResponse, error)
ParseUninstallStackResponse parses an HTTP response from a UninstallStackWithResponse call
func (UninstallStackResponse) Status ¶ added in v2.2.0
func (r UninstallStackResponse) Status() string
Status returns HTTPResponse.Status
func (UninstallStackResponse) StatusCode ¶ added in v2.2.0
func (r UninstallStackResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type UnsignedIntegerLiteral ¶
type UnsignedIntegerLiteral struct { // Type of AST node Type *NodeType `json:"type,omitempty"` Value *string `json:"value,omitempty"` }
UnsignedIntegerLiteral defines model for UnsignedIntegerLiteral.
type UpdateStackJSONBody ¶
type UpdateStackJSONBody struct { AdditionalResources *[]struct { Kind string `json:"kind"` ResourceID string `json:"resourceID"` TemplateMetaName *string `json:"templateMetaName,omitempty"` } `json:"additionalResources,omitempty"` Description *string `json:"description"` Name *string `json:"name"` TemplateURLs *[]string `json:"templateURLs"` }
UpdateStackJSONBody defines parameters for UpdateStack.
type UpdateStackJSONRequestBody ¶
type UpdateStackJSONRequestBody UpdateStackJSONBody
UpdateStackRequestBody defines body for UpdateStack for application/json ContentType.
type UpdateStackResponse ¶ added in v2.2.0
type UpdateStackResponse struct { Body []byte HTTPResponse *http.Response JSON200 *Stack JSONDefault *Error }
func ParseUpdateStackResponse ¶
func ParseUpdateStackResponse(rsp *http.Response) (*UpdateStackResponse, error)
ParseUpdateStackResponse parses an HTTP response from a UpdateStackWithResponse call
func (UpdateStackResponse) Status ¶ added in v2.2.0
func (r UpdateStackResponse) Status() string
Status returns HTTPResponse.Status
func (UpdateStackResponse) StatusCode ¶ added in v2.2.0
func (r UpdateStackResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type User ¶
type User struct { Id *string `json:"id,omitempty"` Links *struct { Self *string `json:"self,omitempty"` } `json:"links,omitempty"` Name string `json:"name"` OauthID *string `json:"oauthID,omitempty"` // If inactive the user is inactive. Status *UserStatus `json:"status,omitempty"` }
User defines model for User.
type UserStatus ¶
type UserStatus string
UserStatus defines model for User.Status.
const ( UserStatusActive UserStatus = "active" UserStatusInactive UserStatus = "inactive" )
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 WritePrecision ¶
type WritePrecision string
WritePrecision defines model for WritePrecision.
const ( WritePrecisionMs WritePrecision = "ms" WritePrecisionNs WritePrecision = "ns" WritePrecisionS WritePrecision = "s" WritePrecisionUs WritePrecision = "us" )
type XYViewProperties ¶
type XYViewProperties struct { // The viewport for a View's visualizations Axes Axes `json:"axes"` // Colors define color encoding of data into a visualization Colors []DashboardColor `json:"colors"` Geom XYGeom `json:"geom"` HoverDimension *XYViewPropertiesHoverDimension `json:"hoverDimension,omitempty"` // Legend define encoding of data into a view's legend Legend Legend `json:"legend"` LegendOpacity *float32 `json:"legendOpacity,omitempty"` LegendOrientationThreshold *int `json:"legendOrientationThreshold,omitempty"` Note string `json:"note"` Position XYViewPropertiesPosition `json:"position"` Queries []DashboardQuery `json:"queries"` ShadeBelow *bool `json:"shadeBelow,omitempty"` Shape XYViewPropertiesShape `json:"shape"` // If true, will display note when empty ShowNoteWhenEmpty bool `json:"showNoteWhenEmpty"` TimeFormat *string `json:"timeFormat,omitempty"` Type XYViewPropertiesType `json:"type"` XColumn *string `json:"xColumn,omitempty"` YColumn *string `json:"yColumn,omitempty"` }
XYViewProperties defines model for XYViewProperties.
type XYViewPropertiesHoverDimension ¶
type XYViewPropertiesHoverDimension string
XYViewPropertiesHoverDimension defines model for XYViewProperties.HoverDimension.
const ( XYViewPropertiesHoverDimensionAuto XYViewPropertiesHoverDimension = "auto" XYViewPropertiesHoverDimensionTrue XYViewPropertiesHoverDimension = "true" XYViewPropertiesHoverDimensionX XYViewPropertiesHoverDimension = "x" XYViewPropertiesHoverDimensionXy XYViewPropertiesHoverDimension = "xy" )
type XYViewPropertiesPosition ¶
type XYViewPropertiesPosition string
XYViewPropertiesPosition defines model for XYViewProperties.Position.
const ( XYViewPropertiesPositionOverlaid XYViewPropertiesPosition = "overlaid" XYViewPropertiesPositionStacked XYViewPropertiesPosition = "stacked" )
type XYViewPropertiesShape ¶
type XYViewPropertiesShape string
XYViewPropertiesShape defines model for XYViewProperties.Shape.
const (
XYViewPropertiesShapeChronografV2 XYViewPropertiesShape = "chronograf-v2"
)
type XYViewPropertiesType ¶
type XYViewPropertiesType string
XYViewPropertiesType defines model for XYViewProperties.Type.
const (
XYViewPropertiesTypeXy XYViewPropertiesType = "xy"
)