Documentation ¶
Overview ¶
Code generated for client DO NOT EDIT. TODO(docmerlin): modify generator so we don't need to edit the generated code. The generated code is modified to remove external dependencies and the GetSwagger function is removed.// Package genclient provides primitives to interact the openapi HTTP API.
This is an autogenerated file, any edits which you make here will be lost!
Index ¶
- 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 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 NewDeleteOrgsIDLabelsIDRequest(server string, orgID string, labelID string, ...) (*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 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 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 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 NewGetBucketsIDLogsRequest(server string, bucketID string, params *GetBucketsIDLogsParams) (*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 NewGetDashboardsIDCellsIDViewRequest(server string, dashboardID string, cellID string, ...) (*http.Request, error)
- func NewGetDashboardsIDLabelsRequest(server string, dashboardID string, params *GetDashboardsIDLabelsParams) (*http.Request, error)
- func NewGetDashboardsIDLogsRequest(server string, dashboardID string, params *GetDashboardsIDLogsParams) (*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 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 NewGetOrgsIDLabelsRequest(server string, orgID string, params *GetOrgsIDLabelsParams) (*http.Request, error)
- func NewGetOrgsIDLogsRequest(server string, orgID string, params *GetOrgsIDLogsParams) (*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 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 NewGetUsersIDLogsRequest(server string, userID string, params *GetUsersIDLogsParams) (*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 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, body Bucket) (*http.Request, error)
- func NewPatchBucketsIDRequestWithBody(server string, bucketID string, params *PatchBucketsIDParams, ...) (*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, body LabelUpdate) (*http.Request, error)
- func NewPatchLabelsIDRequestWithBody(server string, labelID string, params *PatchLabelsIDParams, contentType string, ...) (*http.Request, error)
- func NewPatchOrgsIDRequest(server string, orgID string, params *PatchOrgsIDParams, body Organization) (*http.Request, error)
- func NewPatchOrgsIDRequestWithBody(server string, orgID string, params *PatchOrgsIDParams, contentType string, ...) (*http.Request, error)
- func NewPatchOrgsIDSecretsRequest(server string, orgID string, params *PatchOrgsIDSecretsParams, body Secrets) (*http.Request, error)
- func NewPatchOrgsIDSecretsRequestWithBody(server string, orgID string, params *PatchOrgsIDSecretsParams, ...) (*http.Request, error)
- func NewPatchScrapersIDLabelsIDRequest(server string, scraperTargetID string, labelID string, ...) (*http.Request, error)
- func NewPatchScrapersIDLabelsIDRequestWithBody(server string, scraperTargetID string, labelID string, ...) (*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, body Source) (*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, body User) (*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, body struct{ ... }) (*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 Bucket) (*http.Request, error)
- func NewPostBucketsRequestWithBody(server string, params *PostBucketsParams, 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, body CreateDashboardRequest) (*http.Request, error)
- func NewPostDashboardsRequestWithBody(server string, params *PostDashboardsParams, contentType string, ...) (*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, body DocumentCreate) (*http.Request, error)
- func NewPostDocumentsTemplatesRequestWithBody(server string, params *PostDocumentsTemplatesParams, contentType string, ...) (*http.Request, error)
- func NewPostLabelsRequest(server string, body LabelCreateRequest) (*http.Request, error)
- func NewPostLabelsRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewPostOrgsIDLabelsRequest(server string, orgID string, params *PostOrgsIDLabelsParams, body LabelMapping) (*http.Request, error)
- func NewPostOrgsIDLabelsRequestWithBody(server string, orgID string, params *PostOrgsIDLabelsParams, ...) (*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, body SecretKeys) (*http.Request, error)
- func NewPostOrgsIDSecretsRequestWithBody(server string, orgID string, params *PostOrgsIDSecretsParams, ...) (*http.Request, error)
- func NewPostOrgsRequest(server string, params *PostOrgsParams, body Organization) (*http.Request, error)
- func NewPostOrgsRequestWithBody(server string, params *PostOrgsParams, contentType string, body io.Reader) (*http.Request, error)
- func NewPostQueryAnalyzeRequest(server string, params *PostQueryAnalyzeParams, body *Query) (*http.Request, error)
- func NewPostQueryAnalyzeRequestWithBody(server string, params *PostQueryAnalyzeParams, contentType string, ...) (*http.Request, error)
- func NewPostQueryAstRequest(server string, params *PostQueryAstParams, body *LanguageRequest) (*http.Request, error)
- func NewPostQueryAstRequestWithBody(server string, params *PostQueryAstParams, contentType string, body io.Reader) (*http.Request, error)
- func NewPostQueryRequest(server string, params *PostQueryParams, body *Query) (*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 ScraperTargetRequest) (*http.Request, error)
- func NewPostScrapersRequestWithBody(server string, params *PostScrapersParams, contentType string, body io.Reader) (*http.Request, error)
- func NewPostSetupRequest(server string, params *PostSetupParams, body OnboardingRequest) (*http.Request, error)
- func NewPostSetupRequestWithBody(server string, params *PostSetupParams, 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 Source) (*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, body *RunManually) (*http.Request, error)
- func NewPostTasksIDRunsRequestWithBody(server string, taskID string, params *PostTasksIDRunsParams, ...) (*http.Request, error)
- func NewPostTasksRequest(server string, params *PostTasksParams, body TaskCreateRequest) (*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 TelegrafRequest) (*http.Request, error)
- func NewPostTelegrafsRequestWithBody(server string, params *PostTelegrafsParams, contentType string, body io.Reader) (*http.Request, error)
- func NewPostUsersRequest(server string, params *PostUsersParams, body User) (*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 Variable) (*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 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 PasswordResetBody) (*http.Request, error)
- func NewPutMePasswordRequestWithBody(server string, params *PutMePasswordParams, contentType string, body io.Reader) (*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 NewPutUsersIDPasswordRequest(server string, userID string, params *PutUsersIDPasswordParams, ...) (*http.Request, error)
- func NewPutUsersIDPasswordRequestWithBody(server string, userID string, params *PutUsersIDPasswordParams, ...) (*http.Request, error)
- func NewPutVariablesIDRequest(server string, variableID string, params *PutVariablesIDParams, body Variable) (*http.Request, error)
- func NewPutVariablesIDRequestWithBody(server string, variableID string, params *PutVariablesIDParams, ...) (*http.Request, error)
- type ASTResponse
- type AddResourceMemberRequestBody
- type AnalyzeQueryResponse
- type ArrayExpression
- type Authorization
- type AuthorizationUpdateRequest
- type Authorizations
- type Axes
- type Axis
- type BadStatement
- type BinaryExpression
- type Block
- type BooleanLiteral
- type Bucket
- type Buckets
- type BuiltinStatement
- type CallExpression
- type Cell
- type CellUpdate
- type Cells
- type Check
- type Client
- 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) 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) DeleteOrgsID(ctx context.Context, orgID string, params *DeleteOrgsIDParams) (*http.Response, error)
- func (c *Client) DeleteOrgsIDLabelsID(ctx context.Context, orgID string, labelID string, ...) (*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) 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) 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) 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) GetBucketsIDLogs(ctx context.Context, bucketID string, params *GetBucketsIDLogsParams) (*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) 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) GetDashboardsIDLogs(ctx context.Context, dashboardID string, params *GetDashboardsIDLogsParams) (*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) 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) 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) GetOrgsIDLabels(ctx context.Context, orgID string, params *GetOrgsIDLabelsParams) (*http.Response, error)
- func (c *Client) GetOrgsIDLogs(ctx context.Context, orgID string, params *GetOrgsIDLogsParams) (*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) 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) GetUsersIDLogs(ctx context.Context, userID string, params *GetUsersIDLogsParams) (*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) PatchAuthorizationsID(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) 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) PatchLabelsID(ctx context.Context, labelID string, params *PatchLabelsIDParams, ...) (*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) PatchScrapersID(ctx context.Context, scraperTargetID string, params *PatchScrapersIDParams, ...) (*http.Response, error)
- func (c *Client) PatchScrapersIDLabelsID(ctx context.Context, scraperTargetID string, labelID string, ...) (*http.Response, error)
- func (c *Client) PatchSourcesID(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) PatchUsersID(ctx context.Context, userID string, params *PatchUsersIDParams, body User) (*http.Response, error)
- func (c *Client) PatchVariablesID(ctx context.Context, variableID string, params *PatchVariablesIDParams, ...) (*http.Response, error)
- func (c *Client) PostAuthorizations(ctx context.Context, params *PostAuthorizationsParams, body struct{ ... }) (*http.Response, error)
- func (c *Client) PostBuckets(ctx context.Context, params *PostBucketsParams, body Bucket) (*http.Response, error)
- func (c *Client) PostBucketsIDLabels(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) PostBucketsIDOwners(ctx context.Context, bucketID string, params *PostBucketsIDOwnersParams, ...) (*http.Response, error)
- func (c *Client) PostDashboards(ctx context.Context, params *PostDashboardsParams, body CreateDashboardRequest) (*http.Response, error)
- func (c *Client) PostDashboardsIDCells(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) PostDashboardsIDMembers(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) PostDocumentsTemplates(ctx context.Context, params *PostDocumentsTemplatesParams, body DocumentCreate) (*http.Response, error)
- func (c *Client) PostDocumentsTemplatesIDLabels(ctx context.Context, templateID string, ...) (*http.Response, error)
- func (c *Client) PostLabels(ctx context.Context, body LabelCreateRequest) (*http.Response, error)
- func (c *Client) PostOrgs(ctx context.Context, params *PostOrgsParams, body Organization) (*http.Response, error)
- func (c *Client) PostOrgsIDLabels(ctx context.Context, orgID string, params *PostOrgsIDLabelsParams, ...) (*http.Response, error)
- func (c *Client) PostOrgsIDMembers(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) PostOrgsIDSecrets(ctx context.Context, orgID string, params *PostOrgsIDSecretsParams, ...) (*http.Response, error)
- func (c *Client) PostQuery(ctx context.Context, params *PostQueryParams, body *Query) (*http.Response, error)
- func (c *Client) PostQueryAnalyze(ctx context.Context, params *PostQueryAnalyzeParams, body *Query) (*http.Response, error)
- func (c *Client) PostQueryAst(ctx context.Context, params *PostQueryAstParams, body *LanguageRequest) (*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, body ScraperTargetRequest) (*http.Response, error)
- func (c *Client) PostScrapersIDLabels(ctx context.Context, scraperTargetID string, ...) (*http.Response, error)
- func (c *Client) PostScrapersIDMembers(ctx context.Context, scraperTargetID string, ...) (*http.Response, error)
- func (c *Client) PostScrapersIDOwners(ctx context.Context, scraperTargetID string, ...) (*http.Response, error)
- func (c *Client) PostSetup(ctx context.Context, params *PostSetupParams, body OnboardingRequest) (*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, body Source) (*http.Response, error)
- func (c *Client) PostTasks(ctx context.Context, params *PostTasksParams, body TaskCreateRequest) (*http.Response, error)
- func (c *Client) PostTasksIDLabels(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) PostTasksIDOwners(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) PostTelegrafs(ctx context.Context, params *PostTelegrafsParams, body TelegrafRequest) (*http.Response, error)
- func (c *Client) PostTelegrafsIDLabels(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) PostTelegrafsIDOwners(ctx context.Context, telegrafID string, params *PostTelegrafsIDOwnersParams, ...) (*http.Response, error)
- func (c *Client) PostUsers(ctx context.Context, params *PostUsersParams, body User) (*http.Response, error)
- func (c *Client) PostVariables(ctx context.Context, params *PostVariablesParams, body Variable) (*http.Response, error)
- func (c *Client) PostVariablesIDLabels(ctx context.Context, variableID string, params *PostVariablesIDLabelsParams, ...) (*http.Response, error)
- func (c *Client) PostWriteWithBody(ctx context.Context, params *PostWriteParams, contentType string, ...) (*http.Response, error)
- func (c *Client) PutDashboardsIDCells(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) PutMePassword(ctx context.Context, params *PutMePasswordParams, body PasswordResetBody) (*http.Response, error)
- func (c *Client) PutTelegrafsID(ctx context.Context, telegrafID string, params *PutTelegrafsIDParams, ...) (*http.Response, error)
- func (c *Client) PutUsersIDPassword(ctx context.Context, userID string, params *PutUsersIDPasswordParams, ...) (*http.Response, error)
- func (c *Client) PutVariablesID(ctx context.Context, variableID string, params *PutVariablesIDParams, ...) (*http.Response, error)
- type ConditionalExpression
- type ConstantVariableProperties
- type CreateCell
- type CreateDashboardRequest
- type Dashboard
- type DashboardColor
- type DashboardQuery
- type Dashboards
- type DateTimeLiteral
- type DecimalPlaces
- type DeleteAuthorizationsIDParams
- type DeleteBucketsIDLabelsIDParams
- type DeleteBucketsIDMembersIDParams
- type DeleteBucketsIDOwnersIDParams
- type DeleteBucketsIDParams
- type DeleteDashboardsIDCellsIDParams
- type DeleteDashboardsIDLabelsIDParams
- type DeleteDashboardsIDMembersIDParams
- type DeleteDashboardsIDOwnersIDParams
- type DeleteDashboardsIDParams
- type DeleteDocumentsTemplatesIDLabelsIDParams
- type DeleteDocumentsTemplatesIDParams
- type DeleteLabelsIDParams
- type DeleteOrgsIDLabelsIDParams
- type DeleteOrgsIDMembersIDParams
- type DeleteOrgsIDOwnersIDParams
- type DeleteOrgsIDParams
- type DeleteScrapersIDLabelsIDParams
- type DeleteScrapersIDMembersIDParams
- type DeleteScrapersIDOwnersIDParams
- type DeleteScrapersIDParams
- type DeleteSourcesIDParams
- type DeleteTasksIDLabelsIDParams
- type DeleteTasksIDMembersIDParams
- type DeleteTasksIDOwnersIDParams
- type DeleteTasksIDParams
- type DeleteTelegrafsIDLabelsIDParams
- type DeleteTelegrafsIDMembersIDParams
- type DeleteTelegrafsIDOwnersIDParams
- type DeleteTelegrafsIDParams
- type DeleteUsersIDParams
- type DeleteVariablesIDLabelsIDParams
- type DeleteVariablesIDParams
- type Descending
- type Dialect
- type Document
- type DocumentCreate
- type DocumentListEntry
- type DocumentMeta
- type DocumentUpdate
- type Documents
- type Duration
- type DurationLiteral
- type EmptyViewProperties
- type Error
- type Expression
- type ExpressionStatement
- type Field
- type File
- type FloatLiteral
- type FluxSuggestions
- type FunctionExpression
- type GaugeViewProperties
- type GetAuthorizationsIDParams
- type GetAuthorizationsParams
- type GetBucketsIDLabelsParams
- type GetBucketsIDLogsParams
- type GetBucketsIDMembersParams
- type GetBucketsIDOwnersParams
- type GetBucketsIDParams
- type GetBucketsParams
- type GetDashboardsIDCellsIDViewParams
- type GetDashboardsIDLabelsParams
- type GetDashboardsIDLogsParams
- type GetDashboardsIDMembersParams
- type GetDashboardsIDOwnersParams
- type GetDashboardsIDParams
- type GetDashboardsParams
- type GetDocumentsTemplatesIDLabelsParams
- type GetDocumentsTemplatesIDParams
- type GetDocumentsTemplatesParams
- type GetHealthParams
- type GetLabelsIDParams
- type GetLabelsParams
- type GetMeParams
- type GetOrgsIDLabelsParams
- type GetOrgsIDLogsParams
- type GetOrgsIDMembersParams
- type GetOrgsIDOwnersParams
- type GetOrgsIDParams
- type GetOrgsIDSecretsParams
- type GetOrgsParams
- type GetQuerySuggestionsNameParams
- type GetQuerySuggestionsParams
- type GetReadyParams
- type GetRoutesParams
- type GetScrapersIDLabelsParams
- type GetScrapersIDMembersParams
- type GetScrapersIDOwnersParams
- type GetScrapersIDParams
- type GetScrapersParams
- type GetSetupParams
- type GetSourcesIDBucketsParams
- type GetSourcesIDHealthParams
- type GetSourcesIDParams
- type GetSourcesParams
- type GetTasksIDLabelsParams
- type GetTasksIDLogsParams
- type GetTasksIDMembersParams
- type GetTasksIDOwnersParams
- type GetTasksIDParams
- type GetTasksIDRunsIDLogsParams
- type GetTasksIDRunsIDParams
- type GetTasksIDRunsParams
- type GetTasksParams
- type GetTelegrafsIDLabelsParams
- type GetTelegrafsIDMembersParams
- type GetTelegrafsIDOwnersParams
- type GetTelegrafsIDParams
- type GetTelegrafsParams
- type GetUsersIDLogsParams
- type GetUsersIDParams
- type GetUsersParams
- type GetVariablesIDLabelsParams
- type GetVariablesIDParams
- type GetVariablesParams
- type HistogramViewProperties
- type Identifier
- type ImportDeclaration
- type IndexExpression
- type IntegerLiteral
- type IsOnboarding
- type Label
- type LabelCreateRequest
- type LabelMapping
- type LabelResponse
- type LabelUpdate
- type Labels
- type LabelsResponse
- type LanguageRequest
- type Legend
- type Limit
- type LinePlusSingleStatProperties
- type LineProtocolError
- type LineProtocolLengthError
- type Link
- type Links
- type LogEvent
- type LogViewProperties
- type LogViewerColumn
- type LogicalExpression
- type Logs
- type MapVariableProperties
- type MarkdownViewProperties
- type MemberAssignment
- type MemberExpression
- type Node
- type NodeType
- type ObjectExpression
- type Offset
- type OnboardingRequest
- type OnboardingResponse
- type OperationLog
- type OperationLogs
- type OptionStatement
- type Organization
- type Organizations
- type Package
- type PackageClause
- type PasswordResetBody
- type PatchAuthorizationsIDParams
- type PatchBucketsIDParams
- type PatchDashboardsIDCellsIDParams
- type PatchDashboardsIDCellsIDViewParams
- type PatchDashboardsIDParams
- type PatchLabelsIDParams
- type PatchOrgsIDParams
- type PatchOrgsIDSecretsParams
- type PatchScrapersIDLabelsIDParams
- type PatchScrapersIDParams
- type PatchSourcesIDParams
- type PatchTasksIDParams
- type PatchUsersIDParams
- type PatchVariablesIDParams
- type Permission
- type PipeExpression
- type PipeLiteral
- type PostAuthorizationsParams
- type PostBucketsIDLabelsParams
- type PostBucketsIDMembersParams
- type PostBucketsIDOwnersParams
- type PostBucketsParams
- type PostDashboardsIDCellsParams
- type PostDashboardsIDLabelsParams
- type PostDashboardsIDMembersParams
- type PostDashboardsIDOwnersParams
- type PostDashboardsParams
- type PostDocumentsTemplatesIDLabelsParams
- type PostDocumentsTemplatesParams
- type PostOrgsIDLabelsParams
- type PostOrgsIDMembersParams
- type PostOrgsIDOwnersParams
- type PostOrgsIDSecretsParams
- type PostOrgsParams
- type PostQueryAnalyzeParams
- type PostQueryAstParams
- type PostQueryParams
- type PostScrapersIDLabelsParams
- type PostScrapersIDMembersParams
- type PostScrapersIDOwnersParams
- type PostScrapersParams
- type PostSetupParams
- type PostSigninParams
- type PostSignoutParams
- type PostSourcesParams
- type PostTasksIDLabelsParams
- type PostTasksIDMembersParams
- type PostTasksIDOwnersParams
- type PostTasksIDRunsIDRetryParams
- type PostTasksIDRunsParams
- type PostTasksParams
- type PostTelegrafsIDLabelsParams
- type PostTelegrafsIDMembersParams
- type PostTelegrafsIDOwnersParams
- type PostTelegrafsParams
- type PostUsersParams
- type PostVariablesIDLabelsParams
- type PostVariablesParams
- type PostWriteParams
- type Property
- type PropertyKey
- type PutDashboardsIDCellsParams
- type PutDocumentsTemplatesIDParams
- type PutMePasswordParams
- type PutTelegrafsIDParams
- type PutUsersIDPasswordParams
- type PutVariablesIDParams
- type Query
- type QueryConfig
- type QueryVariableProperties
- type Ready
- type RegexpLiteral
- type RenamableField
- type ResourceMember
- type ResourceMembers
- type ResourceOwner
- type ResourceOwners
- type ReturnStatement
- type Routes
- type Run
- type RunManually
- type Runs
- type ScraperTargetRequest
- type ScraperTargetResponse
- type ScraperTargetResponses
- type SecretKeys
- type SecretKeysResponse
- type Secrets
- type SingleStatViewProperties
- type SortBy
- type Source
- type Sources
- type Statement
- type StringLiteral
- type TableViewProperties
- type Task
- type TaskCreateRequest
- type TaskUpdateRequest
- type Tasks
- type Telegraf
- type TelegrafPluginInputCpu
- type TelegrafPluginInputDisk
- type TelegrafPluginInputDiskio
- type TelegrafPluginInputDocker
- type TelegrafPluginInputDockerConfig
- type TelegrafPluginInputFile
- type TelegrafPluginInputFileConfig
- type TelegrafPluginInputKernel
- type TelegrafPluginInputKubernetes
- type TelegrafPluginInputKubernetesConfig
- type TelegrafPluginInputLogParser
- type TelegrafPluginInputLogParserConfig
- type TelegrafPluginInputMem
- type TelegrafPluginInputNet
- type TelegrafPluginInputNetResponse
- type TelegrafPluginInputNginx
- type TelegrafPluginInputProcesses
- type TelegrafPluginInputProcstat
- type TelegrafPluginInputProcstatConfig
- type TelegrafPluginInputPrometheus
- type TelegrafPluginInputPrometheusConfig
- type TelegrafPluginInputRedis
- type TelegrafPluginInputRedisConfig
- type TelegrafPluginInputSwap
- type TelegrafPluginInputSyslog
- type TelegrafPluginInputSyslogConfig
- type TelegrafPluginInputSystem
- type TelegrafPluginInputTail
- type TelegrafPluginOutputFile
- type TelegrafPluginOutputFileConfig
- type TelegrafPluginOutputInfluxDBV2
- type TelegrafPluginOutputInfluxDBV2Config
- type TelegrafRequest
- type TelegrafRequestPlugin
- type Telegrafs
- type TestStatement
- type TraceSpan
- type UnaryExpression
- type UnsignedIntegerLiteral
- type User
- type Users
- type Variable
- type VariableAssignment
- type Variables
- type View
- type ViewProperties
- type Views
- type WritePrecision
- type XYViewProperties
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
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 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 NewDeleteOrgsIDLabelsIDRequest ¶
func NewDeleteOrgsIDLabelsIDRequest(server string, orgID string, labelID string, params *DeleteOrgsIDLabelsIDParams) (*http.Request, error)
NewDeleteOrgsIDLabelsIDRequest generates requests for DeleteOrgsIDLabelsID
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 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 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 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 NewGetBucketsIDLogsRequest ¶
func NewGetBucketsIDLogsRequest(server string, bucketID string, params *GetBucketsIDLogsParams) (*http.Request, error)
NewGetBucketsIDLogsRequest generates requests for GetBucketsIDLogs
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 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 NewGetDashboardsIDLogsRequest ¶
func NewGetDashboardsIDLogsRequest(server string, dashboardID string, params *GetDashboardsIDLogsParams) (*http.Request, error)
NewGetDashboardsIDLogsRequest generates requests for GetDashboardsIDLogs
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 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 NewGetOrgsIDLabelsRequest ¶
func NewGetOrgsIDLabelsRequest(server string, orgID string, params *GetOrgsIDLabelsParams) (*http.Request, error)
NewGetOrgsIDLabelsRequest generates requests for GetOrgsIDLabels
func NewGetOrgsIDLogsRequest ¶
func NewGetOrgsIDLogsRequest(server string, orgID string, params *GetOrgsIDLogsParams) (*http.Request, error)
NewGetOrgsIDLogsRequest generates requests for GetOrgsIDLogs
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 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 NewGetUsersIDLogsRequest ¶
func NewGetUsersIDLogsRequest(server string, userID string, params *GetUsersIDLogsParams) (*http.Request, error)
NewGetUsersIDLogsRequest generates requests for GetUsersIDLogs
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 NewPatchAuthorizationsIDRequest ¶
func NewPatchAuthorizationsIDRequest(server string, authID string, params *PatchAuthorizationsIDParams, body AuthorizationUpdateRequest) (*http.Request, error)
NewPatchAuthorizationsIDRequest generates requests for PatchAuthorizationsID with 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 non-JSON body
func NewPatchBucketsIDRequest ¶
func NewPatchBucketsIDRequest(server string, bucketID string, params *PatchBucketsIDParams, body Bucket) (*http.Request, error)
NewPatchBucketsIDRequest generates requests for PatchBucketsID with 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 non-JSON body
func NewPatchDashboardsIDCellsIDRequest ¶
func NewPatchDashboardsIDCellsIDRequest(server string, dashboardID string, cellID string, params *PatchDashboardsIDCellsIDParams, body CellUpdate) (*http.Request, error)
NewPatchDashboardsIDCellsIDRequest generates requests for PatchDashboardsIDCellsID with 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 non-JSON body
func NewPatchDashboardsIDCellsIDViewRequest ¶
func NewPatchDashboardsIDCellsIDViewRequest(server string, dashboardID string, cellID string, params *PatchDashboardsIDCellsIDViewParams, body View) (*http.Request, error)
NewPatchDashboardsIDCellsIDViewRequest generates requests for PatchDashboardsIDCellsIDView with 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 non-JSON body
func NewPatchDashboardsIDRequest ¶
func NewPatchDashboardsIDRequest(server string, dashboardID string, params *PatchDashboardsIDParams, body 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 { Cells *Link `json:"cells,omitempty"` Labels *Link `json:"labels,omitempty"` Logs *Link `json:"logs,omitempty"` Members *Link `json:"members,omitempty"` Org *Link `json:"org,omitempty"` Owners *Link `json:"owners,omitempty"` 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"` }) (*http.Request, error)
NewPatchDashboardsIDRequest generates requests for PatchDashboardsID with 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 non-JSON body
func NewPatchLabelsIDRequest ¶
func NewPatchLabelsIDRequest(server string, labelID string, params *PatchLabelsIDParams, body LabelUpdate) (*http.Request, error)
NewPatchLabelsIDRequest generates requests for PatchLabelsID with 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 non-JSON body
func NewPatchOrgsIDRequest ¶
func NewPatchOrgsIDRequest(server string, orgID string, params *PatchOrgsIDParams, body Organization) (*http.Request, error)
NewPatchOrgsIDRequest generates requests for PatchOrgsID with 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 non-JSON body
func NewPatchOrgsIDSecretsRequest ¶
func NewPatchOrgsIDSecretsRequest(server string, orgID string, params *PatchOrgsIDSecretsParams, body Secrets) (*http.Request, error)
NewPatchOrgsIDSecretsRequest generates requests for PatchOrgsIDSecrets with 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 non-JSON body
func NewPatchScrapersIDLabelsIDRequest ¶
func NewPatchScrapersIDLabelsIDRequest(server string, scraperTargetID string, labelID string, params *PatchScrapersIDLabelsIDParams, body Label) (*http.Request, error)
NewPatchScrapersIDLabelsIDRequest generates requests for PatchScrapersIDLabelsID with JSON body
func NewPatchScrapersIDLabelsIDRequestWithBody ¶
func NewPatchScrapersIDLabelsIDRequestWithBody(server string, scraperTargetID string, labelID string, params *PatchScrapersIDLabelsIDParams, contentType string, body io.Reader) (*http.Request, error)
NewPatchScrapersIDLabelsIDRequestWithBody generates requests for PatchScrapersIDLabelsID with non-JSON body
func NewPatchScrapersIDRequest ¶
func NewPatchScrapersIDRequest(server string, scraperTargetID string, params *PatchScrapersIDParams, body ScraperTargetRequest) (*http.Request, error)
NewPatchScrapersIDRequest generates requests for PatchScrapersID with 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 non-JSON body
func NewPatchSourcesIDRequest ¶
func NewPatchSourcesIDRequest(server string, sourceID string, params *PatchSourcesIDParams, body Source) (*http.Request, error)
NewPatchSourcesIDRequest generates requests for PatchSourcesID with 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 non-JSON body
func NewPatchTasksIDRequest ¶
func NewPatchTasksIDRequest(server string, taskID string, params *PatchTasksIDParams, body TaskUpdateRequest) (*http.Request, error)
NewPatchTasksIDRequest generates requests for PatchTasksID with 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 non-JSON body
func NewPatchUsersIDRequest ¶
func NewPatchUsersIDRequest(server string, userID string, params *PatchUsersIDParams, body User) (*http.Request, error)
NewPatchUsersIDRequest generates requests for PatchUsersID with 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 non-JSON body
func NewPatchVariablesIDRequest ¶
func NewPatchVariablesIDRequest(server string, variableID string, params *PatchVariablesIDParams, body Variable) (*http.Request, error)
NewPatchVariablesIDRequest generates requests for PatchVariablesID with 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 non-JSON body
func NewPostAuthorizationsRequest ¶
func NewPostAuthorizationsRequest(server string, params *PostAuthorizationsParams, body struct { // Embedded struct due to allOf(#/components/schemas/AuthorizationUpdateRequest) AuthorizationUpdateRequest // Embedded fields due to inline allOf schema Id *string `json:"id,omitempty"` Links *struct { Self *string `json:"self,omitempty"` User *string `json:"user,omitempty"` } `json:"links,omitempty"` Org *string `json:"org,omitempty"` OrgID *string `json:"orgID,omitempty"` Permissions []Permission `json:"permissions,omitempty"` Token *string `json:"token,omitempty"` User *string `json:"user,omitempty"` UserID *string `json:"userID,omitempty"` }) (*http.Request, error)
NewPostAuthorizationsRequest generates requests for PostAuthorizations with JSON body
func NewPostAuthorizationsRequestWithBody ¶
func NewPostAuthorizationsRequestWithBody(server string, params *PostAuthorizationsParams, contentType string, body io.Reader) (*http.Request, error)
NewPostAuthorizationsRequestWithBody generates requests for PostAuthorizations with non-JSON body
func NewPostBucketsIDLabelsRequest ¶
func NewPostBucketsIDLabelsRequest(server string, bucketID string, params *PostBucketsIDLabelsParams, body LabelMapping) (*http.Request, error)
NewPostBucketsIDLabelsRequest generates requests for PostBucketsIDLabels with 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 non-JSON body
func NewPostBucketsIDMembersRequest ¶
func NewPostBucketsIDMembersRequest(server string, bucketID string, params *PostBucketsIDMembersParams, body AddResourceMemberRequestBody) (*http.Request, error)
NewPostBucketsIDMembersRequest generates requests for PostBucketsIDMembers with 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 non-JSON body
func NewPostBucketsIDOwnersRequest ¶
func NewPostBucketsIDOwnersRequest(server string, bucketID string, params *PostBucketsIDOwnersParams, body AddResourceMemberRequestBody) (*http.Request, error)
NewPostBucketsIDOwnersRequest generates requests for PostBucketsIDOwners with 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 non-JSON body
func NewPostBucketsRequest ¶
func NewPostBucketsRequest(server string, params *PostBucketsParams, body Bucket) (*http.Request, error)
NewPostBucketsRequest generates requests for PostBuckets with JSON body
func NewPostBucketsRequestWithBody ¶
func NewPostBucketsRequestWithBody(server string, params *PostBucketsParams, contentType string, body io.Reader) (*http.Request, error)
NewPostBucketsRequestWithBody generates requests for PostBuckets with non-JSON body
func NewPostDashboardsIDCellsRequest ¶
func NewPostDashboardsIDCellsRequest(server string, dashboardID string, params *PostDashboardsIDCellsParams, body CreateCell) (*http.Request, error)
NewPostDashboardsIDCellsRequest generates requests for PostDashboardsIDCells with 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 non-JSON body
func NewPostDashboardsIDLabelsRequest ¶
func NewPostDashboardsIDLabelsRequest(server string, dashboardID string, params *PostDashboardsIDLabelsParams, body LabelMapping) (*http.Request, error)
NewPostDashboardsIDLabelsRequest generates requests for PostDashboardsIDLabels with 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 non-JSON body
func NewPostDashboardsIDMembersRequest ¶
func NewPostDashboardsIDMembersRequest(server string, dashboardID string, params *PostDashboardsIDMembersParams, body AddResourceMemberRequestBody) (*http.Request, error)
NewPostDashboardsIDMembersRequest generates requests for PostDashboardsIDMembers with 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 non-JSON body
func NewPostDashboardsIDOwnersRequest ¶
func NewPostDashboardsIDOwnersRequest(server string, dashboardID string, params *PostDashboardsIDOwnersParams, body AddResourceMemberRequestBody) (*http.Request, error)
NewPostDashboardsIDOwnersRequest generates requests for PostDashboardsIDOwners with 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 non-JSON body
func NewPostDashboardsRequest ¶
func NewPostDashboardsRequest(server string, params *PostDashboardsParams, body CreateDashboardRequest) (*http.Request, error)
NewPostDashboardsRequest generates requests for PostDashboards with JSON body
func NewPostDashboardsRequestWithBody ¶
func NewPostDashboardsRequestWithBody(server string, params *PostDashboardsParams, contentType string, body io.Reader) (*http.Request, error)
NewPostDashboardsRequestWithBody generates requests for PostDashboards with non-JSON body
func NewPostDocumentsTemplatesIDLabelsRequest ¶
func NewPostDocumentsTemplatesIDLabelsRequest(server string, templateID string, params *PostDocumentsTemplatesIDLabelsParams, body LabelMapping) (*http.Request, error)
NewPostDocumentsTemplatesIDLabelsRequest generates requests for PostDocumentsTemplatesIDLabels with 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 non-JSON body
func NewPostDocumentsTemplatesRequest ¶
func NewPostDocumentsTemplatesRequest(server string, params *PostDocumentsTemplatesParams, body DocumentCreate) (*http.Request, error)
NewPostDocumentsTemplatesRequest generates requests for PostDocumentsTemplates with JSON body
func NewPostDocumentsTemplatesRequestWithBody ¶
func NewPostDocumentsTemplatesRequestWithBody(server string, params *PostDocumentsTemplatesParams, contentType string, body io.Reader) (*http.Request, error)
NewPostDocumentsTemplatesRequestWithBody generates requests for PostDocumentsTemplates with non-JSON body
func NewPostLabelsRequest ¶
func NewPostLabelsRequest(server string, body LabelCreateRequest) (*http.Request, error)
NewPostLabelsRequest generates requests for PostLabels with JSON body
func NewPostLabelsRequestWithBody ¶
func NewPostLabelsRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewPostLabelsRequestWithBody generates requests for PostLabels with non-JSON body
func NewPostOrgsIDLabelsRequest ¶
func NewPostOrgsIDLabelsRequest(server string, orgID string, params *PostOrgsIDLabelsParams, body LabelMapping) (*http.Request, error)
NewPostOrgsIDLabelsRequest generates requests for PostOrgsIDLabels with JSON body
func NewPostOrgsIDLabelsRequestWithBody ¶
func NewPostOrgsIDLabelsRequestWithBody(server string, orgID string, params *PostOrgsIDLabelsParams, contentType string, body io.Reader) (*http.Request, error)
NewPostOrgsIDLabelsRequestWithBody generates requests for PostOrgsIDLabels with non-JSON body
func NewPostOrgsIDMembersRequest ¶
func NewPostOrgsIDMembersRequest(server string, orgID string, params *PostOrgsIDMembersParams, body AddResourceMemberRequestBody) (*http.Request, error)
NewPostOrgsIDMembersRequest generates requests for PostOrgsIDMembers with 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 non-JSON body
func NewPostOrgsIDOwnersRequest ¶
func NewPostOrgsIDOwnersRequest(server string, orgID string, params *PostOrgsIDOwnersParams, body AddResourceMemberRequestBody) (*http.Request, error)
NewPostOrgsIDOwnersRequest generates requests for PostOrgsIDOwners with 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 non-JSON body
func NewPostOrgsIDSecretsRequest ¶
func NewPostOrgsIDSecretsRequest(server string, orgID string, params *PostOrgsIDSecretsParams, body SecretKeys) (*http.Request, error)
NewPostOrgsIDSecretsRequest generates requests for PostOrgsIDSecrets with 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 non-JSON body
func NewPostOrgsRequest ¶
func NewPostOrgsRequest(server string, params *PostOrgsParams, body Organization) (*http.Request, error)
NewPostOrgsRequest generates requests for PostOrgs with JSON body
func NewPostOrgsRequestWithBody ¶
func NewPostOrgsRequestWithBody(server string, params *PostOrgsParams, contentType string, body io.Reader) (*http.Request, error)
NewPostOrgsRequestWithBody generates requests for PostOrgs with non-JSON body
func NewPostQueryAnalyzeRequest ¶
func NewPostQueryAnalyzeRequest(server string, params *PostQueryAnalyzeParams, body *Query) (*http.Request, error)
NewPostQueryAnalyzeRequest generates requests for PostQueryAnalyze with JSON body
func NewPostQueryAnalyzeRequestWithBody ¶
func NewPostQueryAnalyzeRequestWithBody(server string, params *PostQueryAnalyzeParams, contentType string, body io.Reader) (*http.Request, error)
NewPostQueryAnalyzeRequestWithBody generates requests for PostQueryAnalyze with non-JSON body
func NewPostQueryAstRequest ¶
func NewPostQueryAstRequest(server string, params *PostQueryAstParams, body *LanguageRequest) (*http.Request, error)
NewPostQueryAstRequest generates requests for PostQueryAst with JSON body
func NewPostQueryAstRequestWithBody ¶
func NewPostQueryAstRequestWithBody(server string, params *PostQueryAstParams, contentType string, body io.Reader) (*http.Request, error)
NewPostQueryAstRequestWithBody generates requests for PostQueryAst with non-JSON body
func NewPostQueryRequest ¶
func NewPostQueryRequest(server string, params *PostQueryParams, body *Query) (*http.Request, error)
NewPostQueryRequest generates requests for PostQuery with JSON body
func NewPostQueryRequestWithBody ¶
func NewPostQueryRequestWithBody(server string, params *PostQueryParams, contentType string, body io.Reader) (*http.Request, error)
NewPostQueryRequestWithBody generates requests for PostQuery with non-JSON body
func NewPostScrapersIDLabelsRequest ¶
func NewPostScrapersIDLabelsRequest(server string, scraperTargetID string, params *PostScrapersIDLabelsParams, body LabelMapping) (*http.Request, error)
NewPostScrapersIDLabelsRequest generates requests for PostScrapersIDLabels with 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 non-JSON body
func NewPostScrapersIDMembersRequest ¶
func NewPostScrapersIDMembersRequest(server string, scraperTargetID string, params *PostScrapersIDMembersParams, body AddResourceMemberRequestBody) (*http.Request, error)
NewPostScrapersIDMembersRequest generates requests for PostScrapersIDMembers with 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 non-JSON body
func NewPostScrapersIDOwnersRequest ¶
func NewPostScrapersIDOwnersRequest(server string, scraperTargetID string, params *PostScrapersIDOwnersParams, body AddResourceMemberRequestBody) (*http.Request, error)
NewPostScrapersIDOwnersRequest generates requests for PostScrapersIDOwners with 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 non-JSON body
func NewPostScrapersRequest ¶
func NewPostScrapersRequest(server string, params *PostScrapersParams, body ScraperTargetRequest) (*http.Request, error)
NewPostScrapersRequest generates requests for PostScrapers with JSON body
func NewPostScrapersRequestWithBody ¶
func NewPostScrapersRequestWithBody(server string, params *PostScrapersParams, contentType string, body io.Reader) (*http.Request, error)
NewPostScrapersRequestWithBody generates requests for PostScrapers with non-JSON body
func NewPostSetupRequest ¶
func NewPostSetupRequest(server string, params *PostSetupParams, body OnboardingRequest) (*http.Request, error)
NewPostSetupRequest generates requests for PostSetup with JSON body
func NewPostSetupRequestWithBody ¶
func NewPostSetupRequestWithBody(server string, params *PostSetupParams, contentType string, body io.Reader) (*http.Request, error)
NewPostSetupRequestWithBody generates requests for PostSetup with non-JSON 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 Source) (*http.Request, error)
NewPostSourcesRequest generates requests for PostSources with JSON body
func NewPostSourcesRequestWithBody ¶
func NewPostSourcesRequestWithBody(server string, params *PostSourcesParams, contentType string, body io.Reader) (*http.Request, error)
NewPostSourcesRequestWithBody generates requests for PostSources with non-JSON body
func NewPostTasksIDLabelsRequest ¶
func NewPostTasksIDLabelsRequest(server string, taskID string, params *PostTasksIDLabelsParams, body LabelMapping) (*http.Request, error)
NewPostTasksIDLabelsRequest generates requests for PostTasksIDLabels with 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 non-JSON body
func NewPostTasksIDMembersRequest ¶
func NewPostTasksIDMembersRequest(server string, taskID string, params *PostTasksIDMembersParams, body AddResourceMemberRequestBody) (*http.Request, error)
NewPostTasksIDMembersRequest generates requests for PostTasksIDMembers with 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 non-JSON body
func NewPostTasksIDOwnersRequest ¶
func NewPostTasksIDOwnersRequest(server string, taskID string, params *PostTasksIDOwnersParams, body AddResourceMemberRequestBody) (*http.Request, error)
NewPostTasksIDOwnersRequest generates requests for PostTasksIDOwners with 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 non-JSON 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 *RunManually) (*http.Request, error)
NewPostTasksIDRunsRequest generates requests for PostTasksIDRuns with 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 non-JSON body
func NewPostTasksRequest ¶
func NewPostTasksRequest(server string, params *PostTasksParams, body TaskCreateRequest) (*http.Request, error)
NewPostTasksRequest generates requests for PostTasks with JSON body
func NewPostTasksRequestWithBody ¶
func NewPostTasksRequestWithBody(server string, params *PostTasksParams, contentType string, body io.Reader) (*http.Request, error)
NewPostTasksRequestWithBody generates requests for PostTasks with non-JSON body
func NewPostTelegrafsIDLabelsRequest ¶
func NewPostTelegrafsIDLabelsRequest(server string, telegrafID string, params *PostTelegrafsIDLabelsParams, body LabelMapping) (*http.Request, error)
NewPostTelegrafsIDLabelsRequest generates requests for PostTelegrafsIDLabels with 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 non-JSON body
func NewPostTelegrafsIDMembersRequest ¶
func NewPostTelegrafsIDMembersRequest(server string, telegrafID string, params *PostTelegrafsIDMembersParams, body AddResourceMemberRequestBody) (*http.Request, error)
NewPostTelegrafsIDMembersRequest generates requests for PostTelegrafsIDMembers with 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 non-JSON body
func NewPostTelegrafsIDOwnersRequest ¶
func NewPostTelegrafsIDOwnersRequest(server string, telegrafID string, params *PostTelegrafsIDOwnersParams, body AddResourceMemberRequestBody) (*http.Request, error)
NewPostTelegrafsIDOwnersRequest generates requests for PostTelegrafsIDOwners with 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 non-JSON body
func NewPostTelegrafsRequest ¶
func NewPostTelegrafsRequest(server string, params *PostTelegrafsParams, body TelegrafRequest) (*http.Request, error)
NewPostTelegrafsRequest generates requests for PostTelegrafs with JSON body
func NewPostTelegrafsRequestWithBody ¶
func NewPostTelegrafsRequestWithBody(server string, params *PostTelegrafsParams, contentType string, body io.Reader) (*http.Request, error)
NewPostTelegrafsRequestWithBody generates requests for PostTelegrafs with non-JSON body
func NewPostUsersRequest ¶
NewPostUsersRequest generates requests for PostUsers with JSON body
func NewPostUsersRequestWithBody ¶
func NewPostUsersRequestWithBody(server string, params *PostUsersParams, contentType string, body io.Reader) (*http.Request, error)
NewPostUsersRequestWithBody generates requests for PostUsers with non-JSON body
func NewPostVariablesIDLabelsRequest ¶
func NewPostVariablesIDLabelsRequest(server string, variableID string, params *PostVariablesIDLabelsParams, body LabelMapping) (*http.Request, error)
NewPostVariablesIDLabelsRequest generates requests for PostVariablesIDLabels with 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 non-JSON body
func NewPostVariablesRequest ¶
func NewPostVariablesRequest(server string, params *PostVariablesParams, body Variable) (*http.Request, error)
NewPostVariablesRequest generates requests for PostVariables with JSON body
func NewPostVariablesRequestWithBody ¶
func NewPostVariablesRequestWithBody(server string, params *PostVariablesParams, contentType string, body io.Reader) (*http.Request, error)
NewPostVariablesRequestWithBody generates requests for PostVariables with non-JSON body
func NewPostWriteRequestWithBody ¶
func NewPostWriteRequestWithBody(server string, params *PostWriteParams, contentType string, body io.Reader) (*http.Request, error)
NewPostWriteRequestWithBody generates requests for PostWrite with non-JSON body
func NewPutDashboardsIDCellsRequest ¶
func NewPutDashboardsIDCellsRequest(server string, dashboardID string, params *PutDashboardsIDCellsParams, body Cells) (*http.Request, error)
NewPutDashboardsIDCellsRequest generates requests for PutDashboardsIDCells with 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 non-JSON body
func NewPutDocumentsTemplatesIDRequest ¶
func NewPutDocumentsTemplatesIDRequest(server string, templateID string, params *PutDocumentsTemplatesIDParams, body DocumentUpdate) (*http.Request, error)
NewPutDocumentsTemplatesIDRequest generates requests for PutDocumentsTemplatesID with 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 non-JSON body
func NewPutMePasswordRequest ¶
func NewPutMePasswordRequest(server string, params *PutMePasswordParams, body PasswordResetBody) (*http.Request, error)
NewPutMePasswordRequest generates requests for PutMePassword with JSON body
func NewPutMePasswordRequestWithBody ¶
func NewPutMePasswordRequestWithBody(server string, params *PutMePasswordParams, contentType string, body io.Reader) (*http.Request, error)
NewPutMePasswordRequestWithBody generates requests for PutMePassword with non-JSON body
func NewPutTelegrafsIDRequest ¶
func NewPutTelegrafsIDRequest(server string, telegrafID string, params *PutTelegrafsIDParams, body TelegrafRequest) (*http.Request, error)
NewPutTelegrafsIDRequest generates requests for PutTelegrafsID with 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 non-JSON body
func NewPutUsersIDPasswordRequest ¶
func NewPutUsersIDPasswordRequest(server string, userID string, params *PutUsersIDPasswordParams, body PasswordResetBody) (*http.Request, error)
NewPutUsersIDPasswordRequest generates requests for PutUsersIDPassword with JSON body
func NewPutUsersIDPasswordRequestWithBody ¶
func NewPutUsersIDPasswordRequestWithBody(server string, userID string, params *PutUsersIDPasswordParams, contentType string, body io.Reader) (*http.Request, error)
NewPutUsersIDPasswordRequestWithBody generates requests for PutUsersIDPassword with non-JSON body
func NewPutVariablesIDRequest ¶
func NewPutVariablesIDRequest(server string, variableID string, params *PutVariablesIDParams, body Variable) (*http.Request, error)
NewPutVariablesIDRequest generates requests for PutVariablesID with JSON body
Types ¶
type ASTResponse ¶
type ASTResponse struct {
Ast *Package `json:"ast,omitempty"`
}
ASTResponse defines component schema for ASTResponse.
type AddResourceMemberRequestBody ¶
type AddResourceMemberRequestBody struct { Id string `json:"id"` Name *string `json:"name,omitempty"` }
AddResourceMemberRequestBody defines component schema for AddResourceMemberRequestBody.
type AnalyzeQueryResponse ¶
type AnalyzeQueryResponse struct { Errors []struct { Character *int32 `json:"character,omitempty"` Column *int32 `json:"column,omitempty"` Line *int32 `json:"line,omitempty"` Message *string `json:"message,omitempty"` } `json:"errors,omitempty"` }
AnalyzeQueryResponse defines component schema for AnalyzeQueryResponse.
type ArrayExpression ¶
type ArrayExpression struct { Elements []interface{} `json:"elements,omitempty"` Type *NodeType `json:"type,omitempty"` }
ArrayExpression defines component schema for ArrayExpression.
type Authorization ¶
type Authorization struct { // Embedded struct due to allOf(#/components/schemas/AuthorizationUpdateRequest) AuthorizationUpdateRequest // Embedded fields due to inline allOf schema Id *string `json:"id,omitempty"` Links *struct { Self *string `json:"self,omitempty"` User *string `json:"user,omitempty"` } `json:"links,omitempty"` Org *string `json:"org,omitempty"` OrgID *string `json:"orgID,omitempty"` Permissions []Permission `json:"permissions,omitempty"` Token *string `json:"token,omitempty"` User *string `json:"user,omitempty"` UserID *string `json:"userID,omitempty"` }
Authorization defines component schema for Authorization.
type AuthorizationUpdateRequest ¶
type AuthorizationUpdateRequest struct { Description *string `json:"description,omitempty"` Status *string `json:"status,omitempty"` }
AuthorizationUpdateRequest defines component schema for AuthorizationUpdateRequest.
type Authorizations ¶
type Authorizations struct { Authorizations []struct { // Embedded struct due to allOf(#/components/schemas/AuthorizationUpdateRequest) AuthorizationUpdateRequest // Embedded fields due to inline allOf schema Id *string `json:"id,omitempty"` Links *struct { Self *string `json:"self,omitempty"` User *string `json:"user,omitempty"` } `json:"links,omitempty"` Org *string `json:"org,omitempty"` OrgID *string `json:"orgID,omitempty"` Permissions []Permission `json:"permissions,omitempty"` Token *string `json:"token,omitempty"` User *string `json:"user,omitempty"` UserID *string `json:"userID,omitempty"` } `json:"authorizations,omitempty"` Links *Links `json:"links,omitempty"` }
Authorizations defines component schema for Authorizations.
type Axes ¶
type Axes struct { X *Axis `json:"x,omitempty"` Y *Axis `json:"y,omitempty"` Y2 *Axis `json:"y2,omitempty"` }
Axes defines component schema for Axes.
type Axis ¶
type Axis struct { Base *string `json:"base,omitempty"` Bounds []int64 `json:"bounds,omitempty"` Label *string `json:"label,omitempty"` Prefix *string `json:"prefix,omitempty"` Scale *string `json:"scale,omitempty"` Suffix *string `json:"suffix,omitempty"` }
Axis defines component schema for Axis.
type BadStatement ¶
type BadStatement struct { Text *string `json:"text,omitempty"` Type *NodeType `json:"type,omitempty"` }
BadStatement defines component schema for BadStatement.
type BinaryExpression ¶
type BinaryExpression struct { Left interface{} `json:"left,omitempty"` Operator *string `json:"operator,omitempty"` Right interface{} `json:"right,omitempty"` Type *NodeType `json:"type,omitempty"` }
BinaryExpression defines component schema for BinaryExpression.
type Block ¶
type Block struct { Body []interface{} `json:"body,omitempty"` Type *NodeType `json:"type,omitempty"` }
Block defines component schema for Block.
type BooleanLiteral ¶
type BooleanLiteral struct { Type *NodeType `json:"type,omitempty"` Value *bool `json:"value,omitempty"` }
BooleanLiteral defines component schema 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 { Labels *Link `json:"labels,omitempty"` Logs *Link `json:"logs,omitempty"` Members *Link `json:"members,omitempty"` Org *Link `json:"org,omitempty"` Owners *Link `json:"owners,omitempty"` Self *Link `json:"self,omitempty"` Write *Link `json:"write,omitempty"` } `json:"links,omitempty"` Name string `json:"name"` OrgID *string `json:"orgID,omitempty"` RetentionRules []struct { EverySeconds int32 `json:"everySeconds"` Type string `json:"type"` } `json:"retentionRules"` Rp *string `json:"rp,omitempty"` UpdatedAt *time.Time `json:"updatedAt,omitempty"` }
Bucket defines component schema for Bucket.
type Buckets ¶
type Buckets struct { Buckets []Bucket `json:"buckets,omitempty"` Links *Links `json:"links,omitempty"` }
Buckets defines component schema for Buckets.
type BuiltinStatement ¶
type BuiltinStatement struct { Id *Identifier `json:"id,omitempty"` Type *NodeType `json:"type,omitempty"` }
BuiltinStatement defines component schema for BuiltinStatement.
type CallExpression ¶
type CallExpression struct { Arguments []interface{} `json:"arguments,omitempty"` Callee interface{} `json:"callee,omitempty"` Type *NodeType `json:"type,omitempty"` }
CallExpression defines component schema 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"` ViewID *string `json:"viewID,omitempty"` W *int32 `json:"w,omitempty"` X *int32 `json:"x,omitempty"` Y *int32 `json:"y,omitempty"` }
Cell defines component schema 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 component schema for CellUpdate.
type Check ¶
type Check struct { Checks []Check `json:"checks,omitempty"` Message *string `json:"message,omitempty"` Name string `json:"name"` Status string `json:"status"` }
Check defines component schema for Check.
type Client ¶
type Client struct { // The endpoint of the server conforming to this interface, with scheme, // https://api.deepmap.com for example. Server string // HTTP client with any customized settings, such as certificate chains. Client http.Client // A callback for modifying requests which are generated before sending over // the network. RequestEditor func(req *http.Request, ctx context.Context) error }
Client which conforms to the OpenAPI3 specification for this service.
func (*Client) DeleteAuthorizationsID ¶
func (c *Client) DeleteAuthorizationsID(ctx context.Context, authID string, params *DeleteAuthorizationsIDParams) (*http.Response, error)
DeleteAuthorizationsID request
func (*Client) DeleteBucketsID ¶
func (c *Client) DeleteBucketsID(ctx context.Context, bucketID string, params *DeleteBucketsIDParams) (*http.Response, error)
DeleteBucketsID request
func (*Client) DeleteBucketsIDLabelsID ¶
func (c *Client) DeleteBucketsIDLabelsID(ctx context.Context, bucketID string, labelID string, params *DeleteBucketsIDLabelsIDParams) (*http.Response, error)
DeleteBucketsIDLabelsID request
func (*Client) DeleteBucketsIDMembersID ¶
func (c *Client) DeleteBucketsIDMembersID(ctx context.Context, bucketID string, userID string, params *DeleteBucketsIDMembersIDParams) (*http.Response, error)
DeleteBucketsIDMembersID request
func (*Client) DeleteBucketsIDOwnersID ¶
func (c *Client) DeleteBucketsIDOwnersID(ctx context.Context, bucketID string, userID string, params *DeleteBucketsIDOwnersIDParams) (*http.Response, error)
DeleteBucketsIDOwnersID request
func (*Client) DeleteDashboardsID ¶
func (c *Client) DeleteDashboardsID(ctx context.Context, dashboardID string, params *DeleteDashboardsIDParams) (*http.Response, error)
DeleteDashboardsID request
func (*Client) DeleteDashboardsIDCellsID ¶
func (c *Client) DeleteDashboardsIDCellsID(ctx context.Context, dashboardID string, cellID string, params *DeleteDashboardsIDCellsIDParams) (*http.Response, error)
DeleteDashboardsIDCellsID request
func (*Client) DeleteDashboardsIDLabelsID ¶
func (c *Client) DeleteDashboardsIDLabelsID(ctx context.Context, dashboardID string, labelID string, params *DeleteDashboardsIDLabelsIDParams) (*http.Response, error)
DeleteDashboardsIDLabelsID request
func (*Client) DeleteDashboardsIDMembersID ¶
func (c *Client) DeleteDashboardsIDMembersID(ctx context.Context, dashboardID string, userID string, params *DeleteDashboardsIDMembersIDParams) (*http.Response, error)
DeleteDashboardsIDMembersID request
func (*Client) DeleteDashboardsIDOwnersID ¶
func (c *Client) DeleteDashboardsIDOwnersID(ctx context.Context, dashboardID string, userID string, params *DeleteDashboardsIDOwnersIDParams) (*http.Response, error)
DeleteDashboardsIDOwnersID request
func (*Client) DeleteDocumentsTemplatesID ¶
func (c *Client) DeleteDocumentsTemplatesID(ctx context.Context, templateID string, params *DeleteDocumentsTemplatesIDParams) (*http.Response, error)
DeleteDocumentsTemplatesID request
func (*Client) DeleteDocumentsTemplatesIDLabelsID ¶
func (c *Client) DeleteDocumentsTemplatesIDLabelsID(ctx context.Context, templateID string, labelID string, params *DeleteDocumentsTemplatesIDLabelsIDParams) (*http.Response, error)
DeleteDocumentsTemplatesIDLabelsID request
func (*Client) DeleteLabelsID ¶
func (c *Client) DeleteLabelsID(ctx context.Context, labelID string, params *DeleteLabelsIDParams) (*http.Response, error)
DeleteLabelsID request
func (*Client) DeleteOrgsID ¶
func (c *Client) DeleteOrgsID(ctx context.Context, orgID string, params *DeleteOrgsIDParams) (*http.Response, error)
DeleteOrgsID request
func (*Client) DeleteOrgsIDLabelsID ¶
func (c *Client) DeleteOrgsIDLabelsID(ctx context.Context, orgID string, labelID string, params *DeleteOrgsIDLabelsIDParams) (*http.Response, error)
DeleteOrgsIDLabelsID request
func (*Client) DeleteOrgsIDMembersID ¶
func (c *Client) DeleteOrgsIDMembersID(ctx context.Context, orgID string, userID string, params *DeleteOrgsIDMembersIDParams) (*http.Response, error)
DeleteOrgsIDMembersID request
func (*Client) DeleteOrgsIDOwnersID ¶
func (c *Client) DeleteOrgsIDOwnersID(ctx context.Context, orgID string, userID string, params *DeleteOrgsIDOwnersIDParams) (*http.Response, error)
DeleteOrgsIDOwnersID request
func (*Client) DeleteScrapersID ¶
func (c *Client) DeleteScrapersID(ctx context.Context, scraperTargetID string, params *DeleteScrapersIDParams) (*http.Response, error)
DeleteScrapersID request
func (*Client) DeleteScrapersIDLabelsID ¶
func (c *Client) DeleteScrapersIDLabelsID(ctx context.Context, scraperTargetID string, labelID string, params *DeleteScrapersIDLabelsIDParams) (*http.Response, error)
DeleteScrapersIDLabelsID request
func (*Client) DeleteScrapersIDMembersID ¶
func (c *Client) DeleteScrapersIDMembersID(ctx context.Context, scraperTargetID string, userID string, params *DeleteScrapersIDMembersIDParams) (*http.Response, error)
DeleteScrapersIDMembersID request
func (*Client) DeleteScrapersIDOwnersID ¶
func (c *Client) DeleteScrapersIDOwnersID(ctx context.Context, scraperTargetID string, userID string, params *DeleteScrapersIDOwnersIDParams) (*http.Response, error)
DeleteScrapersIDOwnersID request
func (*Client) DeleteSourcesID ¶
func (c *Client) DeleteSourcesID(ctx context.Context, sourceID string, params *DeleteSourcesIDParams) (*http.Response, error)
DeleteSourcesID request
func (*Client) DeleteTasksID ¶
func (c *Client) DeleteTasksID(ctx context.Context, taskID string, params *DeleteTasksIDParams) (*http.Response, error)
DeleteTasksID request
func (*Client) DeleteTasksIDLabelsID ¶
func (c *Client) DeleteTasksIDLabelsID(ctx context.Context, taskID string, labelID string, params *DeleteTasksIDLabelsIDParams) (*http.Response, error)
DeleteTasksIDLabelsID request
func (*Client) DeleteTasksIDMembersID ¶
func (c *Client) DeleteTasksIDMembersID(ctx context.Context, taskID string, userID string, params *DeleteTasksIDMembersIDParams) (*http.Response, error)
DeleteTasksIDMembersID request
func (*Client) DeleteTasksIDOwnersID ¶
func (c *Client) DeleteTasksIDOwnersID(ctx context.Context, taskID string, userID string, params *DeleteTasksIDOwnersIDParams) (*http.Response, error)
DeleteTasksIDOwnersID request
func (*Client) DeleteTelegrafsID ¶
func (c *Client) DeleteTelegrafsID(ctx context.Context, telegrafID string, params *DeleteTelegrafsIDParams) (*http.Response, error)
DeleteTelegrafsID request
func (*Client) DeleteTelegrafsIDLabelsID ¶
func (c *Client) DeleteTelegrafsIDLabelsID(ctx context.Context, telegrafID string, labelID string, params *DeleteTelegrafsIDLabelsIDParams) (*http.Response, error)
DeleteTelegrafsIDLabelsID request
func (*Client) DeleteTelegrafsIDMembersID ¶
func (c *Client) DeleteTelegrafsIDMembersID(ctx context.Context, telegrafID string, userID string, params *DeleteTelegrafsIDMembersIDParams) (*http.Response, error)
DeleteTelegrafsIDMembersID request
func (*Client) DeleteTelegrafsIDOwnersID ¶
func (c *Client) DeleteTelegrafsIDOwnersID(ctx context.Context, telegrafID string, userID string, params *DeleteTelegrafsIDOwnersIDParams) (*http.Response, error)
DeleteTelegrafsIDOwnersID request
func (*Client) DeleteUsersID ¶
func (c *Client) DeleteUsersID(ctx context.Context, userID string, params *DeleteUsersIDParams) (*http.Response, error)
DeleteUsersID request
func (*Client) DeleteVariablesID ¶
func (c *Client) DeleteVariablesID(ctx context.Context, variableID string, params *DeleteVariablesIDParams) (*http.Response, error)
DeleteVariablesID request
func (*Client) DeleteVariablesIDLabelsID ¶
func (c *Client) DeleteVariablesIDLabelsID(ctx context.Context, variableID string, labelID string, params *DeleteVariablesIDLabelsIDParams) (*http.Response, error)
DeleteVariablesIDLabelsID request
func (*Client) GetAuthorizations ¶
func (c *Client) GetAuthorizations(ctx context.Context, params *GetAuthorizationsParams) (*http.Response, error)
GetAuthorizations request
func (*Client) GetAuthorizationsID ¶
func (c *Client) GetAuthorizationsID(ctx context.Context, authID string, params *GetAuthorizationsIDParams) (*http.Response, error)
GetAuthorizationsID request
func (*Client) GetBuckets ¶
GetBuckets request
func (*Client) GetBucketsID ¶
func (c *Client) GetBucketsID(ctx context.Context, bucketID string, params *GetBucketsIDParams) (*http.Response, error)
GetBucketsID request
func (*Client) GetBucketsIDLabels ¶
func (c *Client) GetBucketsIDLabels(ctx context.Context, bucketID string, params *GetBucketsIDLabelsParams) (*http.Response, error)
GetBucketsIDLabels request
func (*Client) GetBucketsIDLogs ¶
func (c *Client) GetBucketsIDLogs(ctx context.Context, bucketID string, params *GetBucketsIDLogsParams) (*http.Response, error)
GetBucketsIDLogs request
func (*Client) GetBucketsIDMembers ¶
func (c *Client) GetBucketsIDMembers(ctx context.Context, bucketID string, params *GetBucketsIDMembersParams) (*http.Response, error)
GetBucketsIDMembers request
func (*Client) GetBucketsIDOwners ¶
func (c *Client) GetBucketsIDOwners(ctx context.Context, bucketID string, params *GetBucketsIDOwnersParams) (*http.Response, error)
GetBucketsIDOwners request
func (*Client) GetDashboards ¶
func (c *Client) GetDashboards(ctx context.Context, params *GetDashboardsParams) (*http.Response, error)
GetDashboards request
func (*Client) GetDashboardsID ¶
func (c *Client) GetDashboardsID(ctx context.Context, dashboardID string, params *GetDashboardsIDParams) (*http.Response, error)
GetDashboardsID request
func (*Client) GetDashboardsIDCellsIDView ¶
func (c *Client) GetDashboardsIDCellsIDView(ctx context.Context, dashboardID string, cellID string, params *GetDashboardsIDCellsIDViewParams) (*http.Response, error)
GetDashboardsIDCellsIDView request
func (*Client) GetDashboardsIDLabels ¶
func (c *Client) GetDashboardsIDLabels(ctx context.Context, dashboardID string, params *GetDashboardsIDLabelsParams) (*http.Response, error)
GetDashboardsIDLabels request
func (*Client) GetDashboardsIDLogs ¶
func (c *Client) GetDashboardsIDLogs(ctx context.Context, dashboardID string, params *GetDashboardsIDLogsParams) (*http.Response, error)
GetDashboardsIDLogs request
func (*Client) GetDashboardsIDMembers ¶
func (c *Client) GetDashboardsIDMembers(ctx context.Context, dashboardID string, params *GetDashboardsIDMembersParams) (*http.Response, error)
GetDashboardsIDMembers request
func (*Client) GetDashboardsIDOwners ¶
func (c *Client) GetDashboardsIDOwners(ctx context.Context, dashboardID string, params *GetDashboardsIDOwnersParams) (*http.Response, error)
GetDashboardsIDOwners request
func (*Client) GetDocumentsTemplates ¶
func (c *Client) GetDocumentsTemplates(ctx context.Context, params *GetDocumentsTemplatesParams) (*http.Response, error)
GetDocumentsTemplates request
func (*Client) GetDocumentsTemplatesID ¶
func (c *Client) GetDocumentsTemplatesID(ctx context.Context, templateID string, params *GetDocumentsTemplatesIDParams) (*http.Response, error)
GetDocumentsTemplatesID request
func (*Client) GetDocumentsTemplatesIDLabels ¶
func (c *Client) GetDocumentsTemplatesIDLabels(ctx context.Context, templateID string, params *GetDocumentsTemplatesIDLabelsParams) (*http.Response, error)
GetDocumentsTemplatesIDLabels request
func (*Client) GetLabelsID ¶
func (c *Client) GetLabelsID(ctx context.Context, labelID string, params *GetLabelsIDParams) (*http.Response, error)
GetLabelsID request
func (*Client) GetOrgsID ¶
func (c *Client) GetOrgsID(ctx context.Context, orgID string, params *GetOrgsIDParams) (*http.Response, error)
GetOrgsID request
func (*Client) GetOrgsIDLabels ¶
func (c *Client) GetOrgsIDLabels(ctx context.Context, orgID string, params *GetOrgsIDLabelsParams) (*http.Response, error)
GetOrgsIDLabels request
func (*Client) GetOrgsIDLogs ¶
func (c *Client) GetOrgsIDLogs(ctx context.Context, orgID string, params *GetOrgsIDLogsParams) (*http.Response, error)
GetOrgsIDLogs request
func (*Client) GetOrgsIDMembers ¶
func (c *Client) GetOrgsIDMembers(ctx context.Context, orgID string, params *GetOrgsIDMembersParams) (*http.Response, error)
GetOrgsIDMembers request
func (*Client) GetOrgsIDOwners ¶
func (c *Client) GetOrgsIDOwners(ctx context.Context, orgID string, params *GetOrgsIDOwnersParams) (*http.Response, error)
GetOrgsIDOwners request
func (*Client) GetOrgsIDSecrets ¶
func (c *Client) GetOrgsIDSecrets(ctx context.Context, orgID string, params *GetOrgsIDSecretsParams) (*http.Response, error)
GetOrgsIDSecrets request
func (*Client) GetQuerySuggestions ¶
func (c *Client) GetQuerySuggestions(ctx context.Context, params *GetQuerySuggestionsParams) (*http.Response, error)
GetQuerySuggestions request
func (*Client) GetQuerySuggestionsName ¶
func (c *Client) GetQuerySuggestionsName(ctx context.Context, name string, params *GetQuerySuggestionsNameParams) (*http.Response, error)
GetQuerySuggestionsName request
func (*Client) GetScrapers ¶
func (c *Client) GetScrapers(ctx context.Context, params *GetScrapersParams) (*http.Response, error)
GetScrapers request
func (*Client) GetScrapersID ¶
func (c *Client) GetScrapersID(ctx context.Context, scraperTargetID string, params *GetScrapersIDParams) (*http.Response, error)
GetScrapersID request
func (*Client) GetScrapersIDLabels ¶
func (c *Client) GetScrapersIDLabels(ctx context.Context, scraperTargetID string, params *GetScrapersIDLabelsParams) (*http.Response, error)
GetScrapersIDLabels request
func (*Client) GetScrapersIDMembers ¶
func (c *Client) GetScrapersIDMembers(ctx context.Context, scraperTargetID string, params *GetScrapersIDMembersParams) (*http.Response, error)
GetScrapersIDMembers request
func (*Client) GetScrapersIDOwners ¶
func (c *Client) GetScrapersIDOwners(ctx context.Context, scraperTargetID string, params *GetScrapersIDOwnersParams) (*http.Response, error)
GetScrapersIDOwners request
func (*Client) GetSources ¶
GetSources request
func (*Client) GetSourcesID ¶
func (c *Client) GetSourcesID(ctx context.Context, sourceID string, params *GetSourcesIDParams) (*http.Response, error)
GetSourcesID request
func (*Client) GetSourcesIDBuckets ¶
func (c *Client) GetSourcesIDBuckets(ctx context.Context, sourceID string, params *GetSourcesIDBucketsParams) (*http.Response, error)
GetSourcesIDBuckets request
func (*Client) GetSourcesIDHealth ¶
func (c *Client) GetSourcesIDHealth(ctx context.Context, sourceID string, params *GetSourcesIDHealthParams) (*http.Response, error)
GetSourcesIDHealth request
func (*Client) GetTasksID ¶
func (c *Client) GetTasksID(ctx context.Context, taskID string, params *GetTasksIDParams) (*http.Response, error)
GetTasksID request
func (*Client) GetTasksIDLabels ¶
func (c *Client) GetTasksIDLabels(ctx context.Context, taskID string, params *GetTasksIDLabelsParams) (*http.Response, error)
GetTasksIDLabels request
func (*Client) GetTasksIDLogs ¶
func (c *Client) GetTasksIDLogs(ctx context.Context, taskID string, params *GetTasksIDLogsParams) (*http.Response, error)
GetTasksIDLogs request
func (*Client) GetTasksIDMembers ¶
func (c *Client) GetTasksIDMembers(ctx context.Context, taskID string, params *GetTasksIDMembersParams) (*http.Response, error)
GetTasksIDMembers request
func (*Client) GetTasksIDOwners ¶
func (c *Client) GetTasksIDOwners(ctx context.Context, taskID string, params *GetTasksIDOwnersParams) (*http.Response, error)
GetTasksIDOwners request
func (*Client) GetTasksIDRuns ¶
func (c *Client) GetTasksIDRuns(ctx context.Context, taskID string, params *GetTasksIDRunsParams) (*http.Response, error)
GetTasksIDRuns request
func (*Client) GetTasksIDRunsID ¶
func (c *Client) GetTasksIDRunsID(ctx context.Context, taskID string, runID string, params *GetTasksIDRunsIDParams) (*http.Response, error)
GetTasksIDRunsID request
func (*Client) GetTasksIDRunsIDLogs ¶
func (c *Client) GetTasksIDRunsIDLogs(ctx context.Context, taskID string, runID string, params *GetTasksIDRunsIDLogsParams) (*http.Response, error)
GetTasksIDRunsIDLogs request
func (*Client) GetTelegrafs ¶
func (c *Client) GetTelegrafs(ctx context.Context, params *GetTelegrafsParams) (*http.Response, error)
GetTelegrafs request
func (*Client) GetTelegrafsID ¶
func (c *Client) GetTelegrafsID(ctx context.Context, telegrafID string, params *GetTelegrafsIDParams) (*http.Response, error)
GetTelegrafsID request
func (*Client) GetTelegrafsIDLabels ¶
func (c *Client) GetTelegrafsIDLabels(ctx context.Context, telegrafID string, params *GetTelegrafsIDLabelsParams) (*http.Response, error)
GetTelegrafsIDLabels request
func (*Client) GetTelegrafsIDMembers ¶
func (c *Client) GetTelegrafsIDMembers(ctx context.Context, telegrafID string, params *GetTelegrafsIDMembersParams) (*http.Response, error)
GetTelegrafsIDMembers request
func (*Client) GetTelegrafsIDOwners ¶
func (c *Client) GetTelegrafsIDOwners(ctx context.Context, telegrafID string, params *GetTelegrafsIDOwnersParams) (*http.Response, error)
GetTelegrafsIDOwners request
func (*Client) GetUsersID ¶
func (c *Client) GetUsersID(ctx context.Context, userID string, params *GetUsersIDParams) (*http.Response, error)
GetUsersID request
func (*Client) GetUsersIDLogs ¶
func (c *Client) GetUsersIDLogs(ctx context.Context, userID string, params *GetUsersIDLogsParams) (*http.Response, error)
GetUsersIDLogs request
func (*Client) GetVariables ¶
func (c *Client) GetVariables(ctx context.Context, params *GetVariablesParams) (*http.Response, error)
GetVariables request
func (*Client) GetVariablesID ¶
func (c *Client) GetVariablesID(ctx context.Context, variableID string, params *GetVariablesIDParams) (*http.Response, error)
GetVariablesID request
func (*Client) GetVariablesIDLabels ¶
func (c *Client) GetVariablesIDLabels(ctx context.Context, variableID string, params *GetVariablesIDLabelsParams) (*http.Response, error)
GetVariablesIDLabels request
func (*Client) PatchAuthorizationsID ¶
func (c *Client) PatchAuthorizationsID(ctx context.Context, authID string, params *PatchAuthorizationsIDParams, body AuthorizationUpdateRequest) (*http.Response, error)
PatchAuthorizationsID request with JSON body
func (*Client) PatchBucketsID ¶
func (c *Client) PatchBucketsID(ctx context.Context, bucketID string, params *PatchBucketsIDParams, body Bucket) (*http.Response, error)
PatchBucketsID request with JSON body
func (*Client) PatchDashboardsID ¶
func (c *Client) PatchDashboardsID(ctx context.Context, dashboardID string, params *PatchDashboardsIDParams, body 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 { Cells *Link `json:"cells,omitempty"` Labels *Link `json:"labels,omitempty"` Logs *Link `json:"logs,omitempty"` Members *Link `json:"members,omitempty"` Org *Link `json:"org,omitempty"` Owners *Link `json:"owners,omitempty"` 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"` }) (*http.Response, error)
PatchDashboardsID request with JSON body
func (*Client) PatchDashboardsIDCellsID ¶
func (c *Client) PatchDashboardsIDCellsID(ctx context.Context, dashboardID string, cellID string, params *PatchDashboardsIDCellsIDParams, body CellUpdate) (*http.Response, error)
PatchDashboardsIDCellsID request with JSON body
func (*Client) PatchDashboardsIDCellsIDView ¶
func (c *Client) PatchDashboardsIDCellsIDView(ctx context.Context, dashboardID string, cellID string, params *PatchDashboardsIDCellsIDViewParams, body View) (*http.Response, error)
PatchDashboardsIDCellsIDView request with JSON body
func (*Client) PatchLabelsID ¶
func (c *Client) PatchLabelsID(ctx context.Context, labelID string, params *PatchLabelsIDParams, body LabelUpdate) (*http.Response, error)
PatchLabelsID request with JSON body
func (*Client) PatchOrgsID ¶
func (c *Client) PatchOrgsID(ctx context.Context, orgID string, params *PatchOrgsIDParams, body Organization) (*http.Response, error)
PatchOrgsID request with JSON body
func (*Client) PatchOrgsIDSecrets ¶
func (c *Client) PatchOrgsIDSecrets(ctx context.Context, orgID string, params *PatchOrgsIDSecretsParams, body Secrets) (*http.Response, error)
PatchOrgsIDSecrets request with JSON body
func (*Client) PatchScrapersID ¶
func (c *Client) PatchScrapersID(ctx context.Context, scraperTargetID string, params *PatchScrapersIDParams, body ScraperTargetRequest) (*http.Response, error)
PatchScrapersID request with JSON body
func (*Client) PatchScrapersIDLabelsID ¶
func (c *Client) PatchScrapersIDLabelsID(ctx context.Context, scraperTargetID string, labelID string, params *PatchScrapersIDLabelsIDParams, body Label) (*http.Response, error)
PatchScrapersIDLabelsID request with JSON body
func (*Client) PatchSourcesID ¶
func (c *Client) PatchSourcesID(ctx context.Context, sourceID string, params *PatchSourcesIDParams, body Source) (*http.Response, error)
PatchSourcesID request with JSON body
func (*Client) PatchTasksID ¶
func (c *Client) PatchTasksID(ctx context.Context, taskID string, params *PatchTasksIDParams, body TaskUpdateRequest) (*http.Response, error)
PatchTasksID request with JSON body
func (*Client) PatchUsersID ¶
func (c *Client) PatchUsersID(ctx context.Context, userID string, params *PatchUsersIDParams, body User) (*http.Response, error)
PatchUsersID request with JSON body
func (*Client) PatchVariablesID ¶
func (c *Client) PatchVariablesID(ctx context.Context, variableID string, params *PatchVariablesIDParams, body Variable) (*http.Response, error)
PatchVariablesID request with JSON body
func (*Client) PostAuthorizations ¶
func (c *Client) PostAuthorizations(ctx context.Context, params *PostAuthorizationsParams, body struct { // Embedded struct due to allOf(#/components/schemas/AuthorizationUpdateRequest) AuthorizationUpdateRequest // Embedded fields due to inline allOf schema Id *string `json:"id,omitempty"` Links *struct { Self *string `json:"self,omitempty"` User *string `json:"user,omitempty"` } `json:"links,omitempty"` Org *string `json:"org,omitempty"` OrgID *string `json:"orgID,omitempty"` Permissions []Permission `json:"permissions,omitempty"` Token *string `json:"token,omitempty"` User *string `json:"user,omitempty"` UserID *string `json:"userID,omitempty"` }) (*http.Response, error)
PostAuthorizations request with JSON body
func (*Client) PostBuckets ¶
func (c *Client) PostBuckets(ctx context.Context, params *PostBucketsParams, body Bucket) (*http.Response, error)
PostBuckets request with JSON body
func (*Client) PostBucketsIDLabels ¶
func (c *Client) PostBucketsIDLabels(ctx context.Context, bucketID string, params *PostBucketsIDLabelsParams, body LabelMapping) (*http.Response, error)
PostBucketsIDLabels request with JSON body
func (*Client) PostBucketsIDMembers ¶
func (c *Client) PostBucketsIDMembers(ctx context.Context, bucketID string, params *PostBucketsIDMembersParams, body AddResourceMemberRequestBody) (*http.Response, error)
PostBucketsIDMembers request with JSON body
func (*Client) PostBucketsIDOwners ¶
func (c *Client) PostBucketsIDOwners(ctx context.Context, bucketID string, params *PostBucketsIDOwnersParams, body AddResourceMemberRequestBody) (*http.Response, error)
PostBucketsIDOwners request with JSON body
func (*Client) PostDashboards ¶
func (c *Client) PostDashboards(ctx context.Context, params *PostDashboardsParams, body CreateDashboardRequest) (*http.Response, error)
PostDashboards request with JSON body
func (*Client) PostDashboardsIDCells ¶
func (c *Client) PostDashboardsIDCells(ctx context.Context, dashboardID string, params *PostDashboardsIDCellsParams, body CreateCell) (*http.Response, error)
PostDashboardsIDCells request with JSON body
func (*Client) PostDashboardsIDLabels ¶
func (c *Client) PostDashboardsIDLabels(ctx context.Context, dashboardID string, params *PostDashboardsIDLabelsParams, body LabelMapping) (*http.Response, error)
PostDashboardsIDLabels request with JSON body
func (*Client) PostDashboardsIDMembers ¶
func (c *Client) PostDashboardsIDMembers(ctx context.Context, dashboardID string, params *PostDashboardsIDMembersParams, body AddResourceMemberRequestBody) (*http.Response, error)
PostDashboardsIDMembers request with JSON body
func (*Client) PostDashboardsIDOwners ¶
func (c *Client) PostDashboardsIDOwners(ctx context.Context, dashboardID string, params *PostDashboardsIDOwnersParams, body AddResourceMemberRequestBody) (*http.Response, error)
PostDashboardsIDOwners request with JSON body
func (*Client) PostDocumentsTemplates ¶
func (c *Client) PostDocumentsTemplates(ctx context.Context, params *PostDocumentsTemplatesParams, body DocumentCreate) (*http.Response, error)
PostDocumentsTemplates request with JSON body
func (*Client) PostDocumentsTemplatesIDLabels ¶
func (c *Client) PostDocumentsTemplatesIDLabels(ctx context.Context, templateID string, params *PostDocumentsTemplatesIDLabelsParams, body LabelMapping) (*http.Response, error)
PostDocumentsTemplatesIDLabels request with JSON body
func (*Client) PostLabels ¶
PostLabels request with JSON body
func (*Client) PostOrgs ¶
func (c *Client) PostOrgs(ctx context.Context, params *PostOrgsParams, body Organization) (*http.Response, error)
PostOrgs request with JSON body
func (*Client) PostOrgsIDLabels ¶
func (c *Client) PostOrgsIDLabels(ctx context.Context, orgID string, params *PostOrgsIDLabelsParams, body LabelMapping) (*http.Response, error)
PostOrgsIDLabels request with JSON body
func (*Client) PostOrgsIDMembers ¶
func (c *Client) PostOrgsIDMembers(ctx context.Context, orgID string, params *PostOrgsIDMembersParams, body AddResourceMemberRequestBody) (*http.Response, error)
PostOrgsIDMembers request with JSON body
func (*Client) PostOrgsIDOwners ¶
func (c *Client) PostOrgsIDOwners(ctx context.Context, orgID string, params *PostOrgsIDOwnersParams, body AddResourceMemberRequestBody) (*http.Response, error)
PostOrgsIDOwners request with JSON body
func (*Client) PostOrgsIDSecrets ¶
func (c *Client) PostOrgsIDSecrets(ctx context.Context, orgID string, params *PostOrgsIDSecretsParams, body SecretKeys) (*http.Response, error)
PostOrgsIDSecrets request with JSON body
func (*Client) PostQuery ¶
func (c *Client) PostQuery(ctx context.Context, params *PostQueryParams, body *Query) (*http.Response, error)
PostQuery request with JSON body
func (*Client) PostQueryAnalyze ¶
func (c *Client) PostQueryAnalyze(ctx context.Context, params *PostQueryAnalyzeParams, body *Query) (*http.Response, error)
PostQueryAnalyze request with JSON body
func (*Client) PostQueryAst ¶
func (c *Client) PostQueryAst(ctx context.Context, params *PostQueryAstParams, body *LanguageRequest) (*http.Response, error)
PostQueryAst request with JSON body
func (*Client) PostQueryWithBody ¶
func (c *Client) PostQueryWithBody(ctx context.Context, params *PostQueryParams, contentType string, body io.Reader) (*http.Response, error)
PostQueryWithBody request with arbitrary body
func (*Client) PostScrapers ¶
func (c *Client) PostScrapers(ctx context.Context, params *PostScrapersParams, body ScraperTargetRequest) (*http.Response, error)
PostScrapers request with JSON body
func (*Client) PostScrapersIDLabels ¶
func (c *Client) PostScrapersIDLabels(ctx context.Context, scraperTargetID string, params *PostScrapersIDLabelsParams, body LabelMapping) (*http.Response, error)
PostScrapersIDLabels request with JSON body
func (*Client) PostScrapersIDMembers ¶
func (c *Client) PostScrapersIDMembers(ctx context.Context, scraperTargetID string, params *PostScrapersIDMembersParams, body AddResourceMemberRequestBody) (*http.Response, error)
PostScrapersIDMembers request with JSON body
func (*Client) PostScrapersIDOwners ¶
func (c *Client) PostScrapersIDOwners(ctx context.Context, scraperTargetID string, params *PostScrapersIDOwnersParams, body AddResourceMemberRequestBody) (*http.Response, error)
PostScrapersIDOwners request with JSON body
func (*Client) PostSetup ¶
func (c *Client) PostSetup(ctx context.Context, params *PostSetupParams, body OnboardingRequest) (*http.Response, error)
PostSetup request with JSON body
func (*Client) PostSignin ¶
PostSignin request
func (*Client) PostSignout ¶
func (c *Client) PostSignout(ctx context.Context, params *PostSignoutParams) (*http.Response, error)
PostSignout request
func (*Client) PostSources ¶
func (c *Client) PostSources(ctx context.Context, params *PostSourcesParams, body Source) (*http.Response, error)
PostSources request with JSON body
func (*Client) PostTasks ¶
func (c *Client) PostTasks(ctx context.Context, params *PostTasksParams, body TaskCreateRequest) (*http.Response, error)
PostTasks request with JSON body
func (*Client) PostTasksIDLabels ¶
func (c *Client) PostTasksIDLabels(ctx context.Context, taskID string, params *PostTasksIDLabelsParams, body LabelMapping) (*http.Response, error)
PostTasksIDLabels request with JSON body
func (*Client) PostTasksIDMembers ¶
func (c *Client) PostTasksIDMembers(ctx context.Context, taskID string, params *PostTasksIDMembersParams, body AddResourceMemberRequestBody) (*http.Response, error)
PostTasksIDMembers request with JSON body
func (*Client) PostTasksIDOwners ¶
func (c *Client) PostTasksIDOwners(ctx context.Context, taskID string, params *PostTasksIDOwnersParams, body AddResourceMemberRequestBody) (*http.Response, error)
PostTasksIDOwners request with JSON body
func (*Client) PostTasksIDRuns ¶
func (c *Client) PostTasksIDRuns(ctx context.Context, taskID string, params *PostTasksIDRunsParams, body *RunManually) (*http.Response, error)
PostTasksIDRuns request with JSON body
func (*Client) PostTasksIDRunsIDRetry ¶
func (c *Client) PostTasksIDRunsIDRetry(ctx context.Context, taskID string, runID string, params *PostTasksIDRunsIDRetryParams) (*http.Response, error)
PostTasksIDRunsIDRetry request
func (*Client) PostTelegrafs ¶
func (c *Client) PostTelegrafs(ctx context.Context, params *PostTelegrafsParams, body TelegrafRequest) (*http.Response, error)
PostTelegrafs request with JSON body
func (*Client) PostTelegrafsIDLabels ¶
func (c *Client) PostTelegrafsIDLabels(ctx context.Context, telegrafID string, params *PostTelegrafsIDLabelsParams, body LabelMapping) (*http.Response, error)
PostTelegrafsIDLabels request with JSON body
func (*Client) PostTelegrafsIDMembers ¶
func (c *Client) PostTelegrafsIDMembers(ctx context.Context, telegrafID string, params *PostTelegrafsIDMembersParams, body AddResourceMemberRequestBody) (*http.Response, error)
PostTelegrafsIDMembers request with JSON body
func (*Client) PostTelegrafsIDOwners ¶
func (c *Client) PostTelegrafsIDOwners(ctx context.Context, telegrafID string, params *PostTelegrafsIDOwnersParams, body AddResourceMemberRequestBody) (*http.Response, error)
PostTelegrafsIDOwners request with JSON body
func (*Client) PostUsers ¶
func (c *Client) PostUsers(ctx context.Context, params *PostUsersParams, body User) (*http.Response, error)
PostUsers request with JSON body
func (*Client) PostVariables ¶
func (c *Client) PostVariables(ctx context.Context, params *PostVariablesParams, body Variable) (*http.Response, error)
PostVariables request with JSON body
func (*Client) PostVariablesIDLabels ¶
func (c *Client) PostVariablesIDLabels(ctx context.Context, variableID string, params *PostVariablesIDLabelsParams, body LabelMapping) (*http.Response, error)
PostVariablesIDLabels request with JSON body
func (*Client) PostWriteWithBody ¶
func (c *Client) PostWriteWithBody(ctx context.Context, params *PostWriteParams, contentType string, body io.Reader) (*http.Response, error)
PostWriteWithBody request with arbitrary body
func (*Client) PutDashboardsIDCells ¶
func (c *Client) PutDashboardsIDCells(ctx context.Context, dashboardID string, params *PutDashboardsIDCellsParams, body Cells) (*http.Response, error)
PutDashboardsIDCells request with JSON body
func (*Client) PutDocumentsTemplatesID ¶
func (c *Client) PutDocumentsTemplatesID(ctx context.Context, templateID string, params *PutDocumentsTemplatesIDParams, body DocumentUpdate) (*http.Response, error)
PutDocumentsTemplatesID request with JSON body
func (*Client) PutMePassword ¶
func (c *Client) PutMePassword(ctx context.Context, params *PutMePasswordParams, body PasswordResetBody) (*http.Response, error)
PutMePassword request with JSON body
func (*Client) PutTelegrafsID ¶
func (c *Client) PutTelegrafsID(ctx context.Context, telegrafID string, params *PutTelegrafsIDParams, body TelegrafRequest) (*http.Response, error)
PutTelegrafsID request with JSON body
func (*Client) PutUsersIDPassword ¶
func (c *Client) PutUsersIDPassword(ctx context.Context, userID string, params *PutUsersIDPasswordParams, body PasswordResetBody) (*http.Response, error)
PutUsersIDPassword request with JSON body
type ConditionalExpression ¶
type ConditionalExpression struct { Alternate interface{} `json:"alternate,omitempty"` Consequent interface{} `json:"consequent,omitempty"` Test interface{} `json:"test,omitempty"` Type *NodeType `json:"type,omitempty"` }
ConditionalExpression defines component schema for ConditionalExpression.
type ConstantVariableProperties ¶
type ConstantVariableProperties struct { Type *string `json:"type,omitempty"` Values []string `json:"values,omitempty"` }
ConstantVariableProperties defines component schema for ConstantVariableProperties.
type CreateCell ¶
type CreateCell struct { H *int32 `json:"h,omitempty"` Name *string `json:"name,omitempty"` UsingView *string `json:"usingView,omitempty"` W *int32 `json:"w,omitempty"` X *int32 `json:"x,omitempty"` Y *int32 `json:"y,omitempty"` }
CreateCell defines component schema for CreateCell.
type CreateDashboardRequest ¶
type CreateDashboardRequest struct { Description *string `json:"description,omitempty"` Name string `json:"name"` OrgID string `json:"orgID"` }
CreateDashboardRequest defines component schema for CreateDashboardRequest.
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 { Cells *Link `json:"cells,omitempty"` Labels *Link `json:"labels,omitempty"` Logs *Link `json:"logs,omitempty"` Members *Link `json:"members,omitempty"` Org *Link `json:"org,omitempty"` Owners *Link `json:"owners,omitempty"` 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 component schema for Dashboard.
type DashboardColor ¶
type DashboardColor struct { Hex *string `json:"hex,omitempty"` Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` Type *string `json:"type,omitempty"` Value *string `json:"value,omitempty"` }
DashboardColor defines component schema for DashboardColor.
type DashboardQuery ¶
type DashboardQuery struct { Label *string `json:"label,omitempty"` Query string `json:"query"` QueryConfig *QueryConfig `json:"queryConfig,omitempty"` Range *struct { Lower int64 `json:"lower"` Upper int64 `json:"upper"` } `json:"range,omitempty"` Source *string `json:"source,omitempty"` }
DashboardQuery defines component schema for DashboardQuery.
type Dashboards ¶
type Dashboards struct { Dashboards []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 { Cells *Link `json:"cells,omitempty"` Labels *Link `json:"labels,omitempty"` Logs *Link `json:"logs,omitempty"` Members *Link `json:"members,omitempty"` Org *Link `json:"org,omitempty"` Owners *Link `json:"owners,omitempty"` 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"` } `json:"dashboards,omitempty"` Links *Links `json:"links,omitempty"` }
Dashboards defines component schema for Dashboards.
type DateTimeLiteral ¶
type DateTimeLiteral struct { Type *NodeType `json:"type,omitempty"` Value *string `json:"value,omitempty"` }
DateTimeLiteral defines component schema for DateTimeLiteral.
type DecimalPlaces ¶
type DecimalPlaces struct { Digits *int32 `json:"digits,omitempty"` IsEnforced *bool `json:"isEnforced,omitempty"` }
DecimalPlaces defines component schema for DecimalPlaces.
type DeleteAuthorizationsIDParams ¶
type DeleteAuthorizationsIDParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
DeleteAuthorizationsIDParams defines parameters for DeleteAuthorizationsID.
type DeleteBucketsIDLabelsIDParams ¶
type DeleteBucketsIDLabelsIDParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
DeleteBucketsIDLabelsIDParams defines parameters for DeleteBucketsIDLabelsID.
type DeleteBucketsIDMembersIDParams ¶
type DeleteBucketsIDMembersIDParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
DeleteBucketsIDMembersIDParams defines parameters for DeleteBucketsIDMembersID.
type DeleteBucketsIDOwnersIDParams ¶
type DeleteBucketsIDOwnersIDParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
DeleteBucketsIDOwnersIDParams defines parameters for DeleteBucketsIDOwnersID.
type DeleteBucketsIDParams ¶
type DeleteBucketsIDParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
DeleteBucketsIDParams defines parameters for DeleteBucketsID.
type DeleteDashboardsIDCellsIDParams ¶
type DeleteDashboardsIDCellsIDParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
DeleteDashboardsIDCellsIDParams defines parameters for DeleteDashboardsIDCellsID.
type DeleteDashboardsIDLabelsIDParams ¶
type DeleteDashboardsIDLabelsIDParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
DeleteDashboardsIDLabelsIDParams defines parameters for DeleteDashboardsIDLabelsID.
type DeleteDashboardsIDMembersIDParams ¶
type DeleteDashboardsIDMembersIDParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
DeleteDashboardsIDMembersIDParams defines parameters for DeleteDashboardsIDMembersID.
type DeleteDashboardsIDOwnersIDParams ¶
type DeleteDashboardsIDOwnersIDParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
DeleteDashboardsIDOwnersIDParams defines parameters for DeleteDashboardsIDOwnersID.
type DeleteDashboardsIDParams ¶
type DeleteDashboardsIDParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
DeleteDashboardsIDParams defines parameters for DeleteDashboardsID.
type DeleteDocumentsTemplatesIDLabelsIDParams ¶
type DeleteDocumentsTemplatesIDLabelsIDParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
DeleteDocumentsTemplatesIDLabelsIDParams defines parameters for DeleteDocumentsTemplatesIDLabelsID.
type DeleteDocumentsTemplatesIDParams ¶
type DeleteDocumentsTemplatesIDParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
DeleteDocumentsTemplatesIDParams defines parameters for DeleteDocumentsTemplatesID.
type DeleteLabelsIDParams ¶
type DeleteLabelsIDParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
DeleteLabelsIDParams defines parameters for DeleteLabelsID.
type DeleteOrgsIDLabelsIDParams ¶
type DeleteOrgsIDLabelsIDParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
DeleteOrgsIDLabelsIDParams defines parameters for DeleteOrgsIDLabelsID.
type DeleteOrgsIDMembersIDParams ¶
type DeleteOrgsIDMembersIDParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
DeleteOrgsIDMembersIDParams defines parameters for DeleteOrgsIDMembersID.
type DeleteOrgsIDOwnersIDParams ¶
type DeleteOrgsIDOwnersIDParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
DeleteOrgsIDOwnersIDParams defines parameters for DeleteOrgsIDOwnersID.
type DeleteOrgsIDParams ¶
type DeleteOrgsIDParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
DeleteOrgsIDParams defines parameters for DeleteOrgsID.
type DeleteScrapersIDLabelsIDParams ¶
type DeleteScrapersIDLabelsIDParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
DeleteScrapersIDLabelsIDParams defines parameters for DeleteScrapersIDLabelsID.
type DeleteScrapersIDMembersIDParams ¶
type DeleteScrapersIDMembersIDParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
DeleteScrapersIDMembersIDParams defines parameters for DeleteScrapersIDMembersID.
type DeleteScrapersIDOwnersIDParams ¶
type DeleteScrapersIDOwnersIDParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
DeleteScrapersIDOwnersIDParams defines parameters for DeleteScrapersIDOwnersID.
type DeleteScrapersIDParams ¶
type DeleteScrapersIDParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
DeleteScrapersIDParams defines parameters for DeleteScrapersID.
type DeleteSourcesIDParams ¶
type DeleteSourcesIDParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
DeleteSourcesIDParams defines parameters for DeleteSourcesID.
type DeleteTasksIDLabelsIDParams ¶
type DeleteTasksIDLabelsIDParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
DeleteTasksIDLabelsIDParams defines parameters for DeleteTasksIDLabelsID.
type DeleteTasksIDMembersIDParams ¶
type DeleteTasksIDMembersIDParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
DeleteTasksIDMembersIDParams defines parameters for DeleteTasksIDMembersID.
type DeleteTasksIDOwnersIDParams ¶
type DeleteTasksIDOwnersIDParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
DeleteTasksIDOwnersIDParams defines parameters for DeleteTasksIDOwnersID.
type DeleteTasksIDParams ¶
type DeleteTasksIDParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
DeleteTasksIDParams defines parameters for DeleteTasksID.
type DeleteTelegrafsIDLabelsIDParams ¶
type DeleteTelegrafsIDLabelsIDParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
DeleteTelegrafsIDLabelsIDParams defines parameters for DeleteTelegrafsIDLabelsID.
type DeleteTelegrafsIDMembersIDParams ¶
type DeleteTelegrafsIDMembersIDParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
DeleteTelegrafsIDMembersIDParams defines parameters for DeleteTelegrafsIDMembersID.
type DeleteTelegrafsIDOwnersIDParams ¶
type DeleteTelegrafsIDOwnersIDParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
DeleteTelegrafsIDOwnersIDParams defines parameters for DeleteTelegrafsIDOwnersID.
type DeleteTelegrafsIDParams ¶
type DeleteTelegrafsIDParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
DeleteTelegrafsIDParams defines parameters for DeleteTelegrafsID.
type DeleteUsersIDParams ¶
type DeleteUsersIDParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
DeleteUsersIDParams defines parameters for DeleteUsersID.
type DeleteVariablesIDLabelsIDParams ¶
type DeleteVariablesIDLabelsIDParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
DeleteVariablesIDLabelsIDParams defines parameters for DeleteVariablesIDLabelsID.
type DeleteVariablesIDParams ¶
type DeleteVariablesIDParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
DeleteVariablesIDParams defines parameters for DeleteVariablesID.
type Dialect ¶
type Dialect struct { Annotations []string `json:"annotations,omitempty"` CommentPrefix *string `json:"commentPrefix,omitempty"` DateTimeFormat *string `json:"dateTimeFormat,omitempty"` Delimiter *string `json:"delimiter,omitempty"` Header *bool `json:"header,omitempty"` }
Dialect defines component schema for Dialect.
type Document ¶
type Document struct { Content map[string]interface{} `json:"content"` Id string `json:"id"` Labels *Labels `json:"labels,omitempty"` Links *struct { Self *Link `json:"self,omitempty"` } `json:"links,omitempty"` Meta DocumentMeta `json:"meta"` }
Document defines component schema for Document.
type DocumentCreate ¶
type DocumentCreate struct { Content map[string]interface{} `json:"content"` Labels []string `json:"labels,omitempty"` Meta DocumentMeta `json:"meta"` Org *string `json:"org,omitempty"` OrgID *string `json:"orgID,omitempty"` }
DocumentCreate defines component schema for DocumentCreate.
type DocumentListEntry ¶
type DocumentListEntry struct { Id string `json:"id"` Labels *Labels `json:"labels,omitempty"` Links *struct { Self *Link `json:"self,omitempty"` } `json:"links,omitempty"` Meta DocumentMeta `json:"meta"` }
DocumentListEntry defines component schema for DocumentListEntry.
type DocumentMeta ¶
type DocumentMeta struct { CreatedAt *time.Time `json:"createdAt,omitempty"` Description *string `json:"description,omitempty"` Name string `json:"name"` Type *string `json:"type,omitempty"` UpdatedAt *time.Time `json:"updatedAt,omitempty"` Version string `json:"version"` }
DocumentMeta defines component schema for DocumentMeta.
type DocumentUpdate ¶
type DocumentUpdate struct { Content *map[string]interface{} `json:"content,omitempty"` Meta *DocumentMeta `json:"meta,omitempty"` }
DocumentUpdate defines component schema for DocumentUpdate.
type Documents ¶
type Documents struct {
Documents []DocumentListEntry `json:"documents,omitempty"`
}
Documents defines component schema for Documents.
type Duration ¶
type Duration struct { Magnitude *int32 `json:"magnitude,omitempty"` Type *NodeType `json:"type,omitempty"` Unit *string `json:"unit,omitempty"` }
Duration defines component schema for Duration.
type DurationLiteral ¶
type DurationLiteral struct { Type *NodeType `json:"type,omitempty"` Values []Duration `json:"values,omitempty"` }
DurationLiteral defines component schema for DurationLiteral.
type EmptyViewProperties ¶
type EmptyViewProperties struct {
Type *string `json:"type,omitempty"`
}
EmptyViewProperties defines component schema for EmptyViewProperties.
type Error ¶
type Error struct { Code string `json:"code"` Err *string `json:"err,omitempty"` Message string `json:"message"` Op *string `json:"op,omitempty"` }
Error defines component schema for Error.
type ExpressionStatement ¶
type ExpressionStatement struct { Expression interface{} `json:"expression,omitempty"` Type *NodeType `json:"type,omitempty"` }
ExpressionStatement defines component schema for ExpressionStatement.
type Field ¶
type Field struct { Alias *string `json:"alias,omitempty"` Args []Field `json:"args,omitempty"` Type *string `json:"type,omitempty"` Value *string `json:"value,omitempty"` }
Field defines component schema for Field.
type File ¶
type File struct { Body []interface{} `json:"body,omitempty"` Imports []ImportDeclaration `json:"imports,omitempty"` Name *string `json:"name,omitempty"` Package *PackageClause `json:"package,omitempty"` Type *NodeType `json:"type,omitempty"` }
File defines component schema for File.
type FloatLiteral ¶
type FloatLiteral struct { Type *NodeType `json:"type,omitempty"` Value *float32 `json:"value,omitempty"` }
FloatLiteral defines component schema for FloatLiteral.
type FluxSuggestions ¶
type FluxSuggestions struct { Funcs *struct { Name *string `json:"name,omitempty"` Params *map[string]interface{} `json:"params,omitempty"` } `json:"funcs,omitempty"` }
FluxSuggestions defines component schema for FluxSuggestions.
type FunctionExpression ¶
type FunctionExpression struct { Body interface{} `json:"body,omitempty"` Params []Property `json:"params,omitempty"` Type *NodeType `json:"type,omitempty"` }
FunctionExpression defines component schema for FunctionExpression.
type GaugeViewProperties ¶
type GaugeViewProperties struct { // Embedded struct due to allOf(#/components/schemas/ViewProperties) ViewProperties // Embedded fields due to inline allOf schema DecimalPlaces *DecimalPlaces `json:"decimalPlaces,omitempty"` Legend *Legend `json:"legend,omitempty"` Prefix *string `json:"prefix,omitempty"` Suffix *string `json:"suffix,omitempty"` Type *string `json:"type,omitempty"` }
GaugeViewProperties defines component schema for GaugeViewProperties.
type GetAuthorizationsIDParams ¶
type GetAuthorizationsIDParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
GetAuthorizationsIDParams defines parameters for GetAuthorizationsID.
type GetAuthorizationsParams ¶
type GetAuthorizationsParams struct { UserID *string `json:"userID,omitempty"` User *string `json:"user,omitempty"` OrgID *string `json:"orgID,omitempty"` Org *string `json:"org,omitempty"` ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
GetAuthorizationsParams defines parameters for GetAuthorizations.
type GetBucketsIDLabelsParams ¶
type GetBucketsIDLabelsParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
GetBucketsIDLabelsParams defines parameters for GetBucketsIDLabels.
type GetBucketsIDLogsParams ¶
type GetBucketsIDLogsParams struct { Offset *Offset `json:"offset,omitempty"` Limit *Limit `json:"limit,omitempty"` ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
GetBucketsIDLogsParams defines parameters for GetBucketsIDLogs.
type GetBucketsIDMembersParams ¶
type GetBucketsIDMembersParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
GetBucketsIDMembersParams defines parameters for GetBucketsIDMembers.
type GetBucketsIDOwnersParams ¶
type GetBucketsIDOwnersParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
GetBucketsIDOwnersParams defines parameters for GetBucketsIDOwners.
type GetBucketsIDParams ¶
type GetBucketsIDParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
GetBucketsIDParams defines parameters for GetBucketsID.
type GetBucketsParams ¶
type GetBucketsParams struct { Offset *Offset `json:"offset,omitempty"` Limit *Limit `json:"limit,omitempty"` Org *string `json:"org,omitempty"` OrgID *string `json:"orgID,omitempty"` Name *string `json:"name,omitempty"` ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
GetBucketsParams defines parameters for GetBuckets.
type GetDashboardsIDCellsIDViewParams ¶
type GetDashboardsIDCellsIDViewParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
GetDashboardsIDCellsIDViewParams defines parameters for GetDashboardsIDCellsIDView.
type GetDashboardsIDLabelsParams ¶
type GetDashboardsIDLabelsParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
GetDashboardsIDLabelsParams defines parameters for GetDashboardsIDLabels.
type GetDashboardsIDLogsParams ¶
type GetDashboardsIDLogsParams struct { Offset *Offset `json:"offset,omitempty"` Limit *Limit `json:"limit,omitempty"` ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
GetDashboardsIDLogsParams defines parameters for GetDashboardsIDLogs.
type GetDashboardsIDMembersParams ¶
type GetDashboardsIDMembersParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
GetDashboardsIDMembersParams defines parameters for GetDashboardsIDMembers.
type GetDashboardsIDOwnersParams ¶
type GetDashboardsIDOwnersParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
GetDashboardsIDOwnersParams defines parameters for GetDashboardsIDOwners.
type GetDashboardsIDParams ¶
type GetDashboardsIDParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
GetDashboardsIDParams defines parameters for GetDashboardsID.
type GetDashboardsParams ¶
type GetDashboardsParams struct { Owner *string `json:"owner,omitempty"` SortBy *string `json:"sortBy,omitempty"` Id *[]string `json:"id,omitempty"` OrgID *string `json:"orgID,omitempty"` Org *string `json:"org,omitempty"` ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
GetDashboardsParams defines parameters for GetDashboards.
type GetDocumentsTemplatesIDLabelsParams ¶
type GetDocumentsTemplatesIDLabelsParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
GetDocumentsTemplatesIDLabelsParams defines parameters for GetDocumentsTemplatesIDLabels.
type GetDocumentsTemplatesIDParams ¶
type GetDocumentsTemplatesIDParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
GetDocumentsTemplatesIDParams defines parameters for GetDocumentsTemplatesID.
type GetDocumentsTemplatesParams ¶
type GetDocumentsTemplatesParams struct { Org *string `json:"org,omitempty"` OrgID *string `json:"orgID,omitempty"` ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
GetDocumentsTemplatesParams defines parameters for GetDocumentsTemplates.
type GetHealthParams ¶
type GetHealthParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
GetHealthParams defines parameters for GetHealth.
type GetLabelsIDParams ¶
type GetLabelsIDParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
GetLabelsIDParams defines parameters for GetLabelsID.
type GetLabelsParams ¶
type GetLabelsParams struct { OrgID *string `json:"orgID,omitempty"` ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
GetLabelsParams defines parameters for GetLabels.
type GetMeParams ¶
type GetMeParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
GetMeParams defines parameters for GetMe.
type GetOrgsIDLabelsParams ¶
type GetOrgsIDLabelsParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
GetOrgsIDLabelsParams defines parameters for GetOrgsIDLabels.
type GetOrgsIDLogsParams ¶
type GetOrgsIDLogsParams struct { Offset *Offset `json:"offset,omitempty"` Limit *Limit `json:"limit,omitempty"` ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
GetOrgsIDLogsParams defines parameters for GetOrgsIDLogs.
type GetOrgsIDMembersParams ¶
type GetOrgsIDMembersParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
GetOrgsIDMembersParams defines parameters for GetOrgsIDMembers.
type GetOrgsIDOwnersParams ¶
type GetOrgsIDOwnersParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
GetOrgsIDOwnersParams defines parameters for GetOrgsIDOwners.
type GetOrgsIDParams ¶
type GetOrgsIDParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
GetOrgsIDParams defines parameters for GetOrgsID.
type GetOrgsIDSecretsParams ¶
type GetOrgsIDSecretsParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
GetOrgsIDSecretsParams defines parameters for GetOrgsIDSecrets.
type GetOrgsParams ¶
type GetOrgsParams struct { Org *string `json:"org,omitempty"` OrgID *string `json:"orgID,omitempty"` ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
GetOrgsParams defines parameters for GetOrgs.
type GetQuerySuggestionsNameParams ¶
type GetQuerySuggestionsNameParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
GetQuerySuggestionsNameParams defines parameters for GetQuerySuggestionsName.
type GetQuerySuggestionsParams ¶
type GetQuerySuggestionsParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
GetQuerySuggestionsParams defines parameters for GetQuerySuggestions.
type GetReadyParams ¶
type GetReadyParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
GetReadyParams defines parameters for GetReady.
type GetRoutesParams ¶
type GetRoutesParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
GetRoutesParams defines parameters for GetRoutes.
type GetScrapersIDLabelsParams ¶
type GetScrapersIDLabelsParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
GetScrapersIDLabelsParams defines parameters for GetScrapersIDLabels.
type GetScrapersIDMembersParams ¶
type GetScrapersIDMembersParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
GetScrapersIDMembersParams defines parameters for GetScrapersIDMembers.
type GetScrapersIDOwnersParams ¶
type GetScrapersIDOwnersParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
GetScrapersIDOwnersParams defines parameters for GetScrapersIDOwners.
type GetScrapersIDParams ¶
type GetScrapersIDParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
GetScrapersIDParams defines parameters for GetScrapersID.
type GetScrapersParams ¶
type GetScrapersParams struct { Name *string `json:"name,omitempty"` Id *[]string `json:"id,omitempty"` OrgID *string `json:"orgID,omitempty"` Org *string `json:"org,omitempty"` ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
GetScrapersParams defines parameters for GetScrapers.
type GetSetupParams ¶
type GetSetupParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
GetSetupParams defines parameters for GetSetup.
type GetSourcesIDBucketsParams ¶
type GetSourcesIDBucketsParams struct { Org *string `json:"org,omitempty"` ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
GetSourcesIDBucketsParams defines parameters for GetSourcesIDBuckets.
type GetSourcesIDHealthParams ¶
type GetSourcesIDHealthParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
GetSourcesIDHealthParams defines parameters for GetSourcesIDHealth.
type GetSourcesIDParams ¶
type GetSourcesIDParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
GetSourcesIDParams defines parameters for GetSourcesID.
type GetSourcesParams ¶
type GetSourcesParams struct { Org *string `json:"org,omitempty"` ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
GetSourcesParams defines parameters for GetSources.
type GetTasksIDLabelsParams ¶
type GetTasksIDLabelsParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
GetTasksIDLabelsParams defines parameters for GetTasksIDLabels.
type GetTasksIDLogsParams ¶
type GetTasksIDLogsParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
GetTasksIDLogsParams defines parameters for GetTasksIDLogs.
type GetTasksIDMembersParams ¶
type GetTasksIDMembersParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
GetTasksIDMembersParams defines parameters for GetTasksIDMembers.
type GetTasksIDOwnersParams ¶
type GetTasksIDOwnersParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
GetTasksIDOwnersParams defines parameters for GetTasksIDOwners.
type GetTasksIDParams ¶
type GetTasksIDParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
GetTasksIDParams defines parameters for GetTasksID.
type GetTasksIDRunsIDLogsParams ¶
type GetTasksIDRunsIDLogsParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
GetTasksIDRunsIDLogsParams defines parameters for GetTasksIDRunsIDLogs.
type GetTasksIDRunsIDParams ¶
type GetTasksIDRunsIDParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
GetTasksIDRunsIDParams defines parameters for GetTasksIDRunsID.
type GetTasksIDRunsParams ¶
type GetTasksIDRunsParams struct { After *string `json:"after,omitempty"` Limit *int32 `json:"limit,omitempty"` AfterTime *time.Time `json:"afterTime,omitempty"` BeforeTime *time.Time `json:"beforeTime,omitempty"` ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
GetTasksIDRunsParams defines parameters for GetTasksIDRuns.
type GetTasksParams ¶
type GetTasksParams struct { After *string `json:"after,omitempty"` User *string `json:"user,omitempty"` Org *string `json:"org,omitempty"` OrgID *string `json:"orgID,omitempty"` Limit *int32 `json:"limit,omitempty"` ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
GetTasksParams defines parameters for GetTasks.
type GetTelegrafsIDLabelsParams ¶
type GetTelegrafsIDLabelsParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
GetTelegrafsIDLabelsParams defines parameters for GetTelegrafsIDLabels.
type GetTelegrafsIDMembersParams ¶
type GetTelegrafsIDMembersParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
GetTelegrafsIDMembersParams defines parameters for GetTelegrafsIDMembers.
type GetTelegrafsIDOwnersParams ¶
type GetTelegrafsIDOwnersParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
GetTelegrafsIDOwnersParams defines parameters for GetTelegrafsIDOwners.
type GetTelegrafsIDParams ¶
type GetTelegrafsIDParams struct { ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` Accept *string `json:"Accept,omitempty"` }
GetTelegrafsIDParams defines parameters for GetTelegrafsID.
type GetTelegrafsParams ¶
type GetTelegrafsParams struct { OrgID *string `json:"orgID,omitempty"` ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
GetTelegrafsParams defines parameters for GetTelegrafs.
type GetUsersIDLogsParams ¶
type GetUsersIDLogsParams struct { Offset *Offset `json:"offset,omitempty"` Limit *Limit `json:"limit,omitempty"` ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
GetUsersIDLogsParams defines parameters for GetUsersIDLogs.
type GetUsersIDParams ¶
type GetUsersIDParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
GetUsersIDParams defines parameters for GetUsersID.
type GetUsersParams ¶
type GetUsersParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
GetUsersParams defines parameters for GetUsers.
type GetVariablesIDLabelsParams ¶
type GetVariablesIDLabelsParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
GetVariablesIDLabelsParams defines parameters for GetVariablesIDLabels.
type GetVariablesIDParams ¶
type GetVariablesIDParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
GetVariablesIDParams defines parameters for GetVariablesID.
type GetVariablesParams ¶
type GetVariablesParams struct { Org *string `json:"org,omitempty"` OrgID *string `json:"orgID,omitempty"` ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` }
GetVariablesParams defines parameters for GetVariables.
type HistogramViewProperties ¶
type HistogramViewProperties struct { // Embedded struct due to allOf(#/components/schemas/ViewProperties) ViewProperties // Embedded fields due to inline allOf schema BinCount *int32 `json:"binCount,omitempty"` FillColumns []string `json:"fillColumns,omitempty"` Position *string `json:"position,omitempty"` Type *string `json:"type,omitempty"` XAxisLabel *string `json:"xAxisLabel,omitempty"` XColumn *string `json:"xColumn,omitempty"` XDomain []float32 `json:"xDomain,omitempty"` }
HistogramViewProperties defines component schema for HistogramViewProperties.
type Identifier ¶
type Identifier struct { Name *string `json:"name,omitempty"` Type *NodeType `json:"type,omitempty"` }
Identifier defines component schema for Identifier.
type ImportDeclaration ¶
type ImportDeclaration struct { As *Identifier `json:"as,omitempty"` Path *StringLiteral `json:"path,omitempty"` Type *NodeType `json:"type,omitempty"` }
ImportDeclaration defines component schema for ImportDeclaration.
type IndexExpression ¶
type IndexExpression struct { Array interface{} `json:"array,omitempty"` Index interface{} `json:"index,omitempty"` Type *NodeType `json:"type,omitempty"` }
IndexExpression defines component schema for IndexExpression.
type IntegerLiteral ¶
type IntegerLiteral struct { Type *NodeType `json:"type,omitempty"` Value *string `json:"value,omitempty"` }
IntegerLiteral defines component schema for IntegerLiteral.
type IsOnboarding ¶
type IsOnboarding struct {
Allowed *bool `json:"allowed,omitempty"`
}
IsOnboarding defines component schema for IsOnboarding.
type Label ¶
type Label struct { Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` OrgID *string `json:"orgID,omitempty"` Properties *map[string]interface{} `json:"properties,omitempty"` }
Label defines component schema for Label.
type LabelCreateRequest ¶
type LabelCreateRequest struct { Name *string `json:"name,omitempty"` OrgID string `json:"orgID"` Properties *map[string]interface{} `json:"properties,omitempty"` }
LabelCreateRequest defines component schema for LabelCreateRequest.
type LabelMapping ¶
type LabelMapping struct {
LabelID *string `json:"labelID,omitempty"`
}
LabelMapping defines component schema for LabelMapping.
type LabelResponse ¶
type LabelResponse struct { Label *Label `json:"label,omitempty"` Links *Links `json:"links,omitempty"` }
LabelResponse defines component schema for LabelResponse.
type LabelUpdate ¶
type LabelUpdate struct { Name *string `json:"name,omitempty"` Properties *map[string]interface{} `json:"properties,omitempty"` }
LabelUpdate defines component schema for LabelUpdate.
type LabelsResponse ¶
type LabelsResponse struct { Labels *Labels `json:"labels,omitempty"` Links *Links `json:"links,omitempty"` }
LabelsResponse defines component schema for LabelsResponse.
type LanguageRequest ¶
type LanguageRequest struct {
Query string `json:"query"`
}
LanguageRequest defines component schema for LanguageRequest.
type Legend ¶
type Legend struct { Orientation *string `json:"orientation,omitempty"` Type *string `json:"type,omitempty"` }
Legend defines component schema for Legend.
type LinePlusSingleStatProperties ¶
type LinePlusSingleStatProperties struct { // Embedded struct due to allOf(#/components/schemas/ViewProperties) ViewProperties // Embedded fields due to inline allOf schema Axes *Axes `json:"axes,omitempty"` DecimalPlaces *DecimalPlaces `json:"decimalPlaces,omitempty"` Legend *Legend `json:"legend,omitempty"` Prefix *string `json:"prefix,omitempty"` Suffix *string `json:"suffix,omitempty"` Type *string `json:"type,omitempty"` }
LinePlusSingleStatProperties defines component schema for LinePlusSingleStatProperties.
type LineProtocolError ¶
type LineProtocolError struct { Code string `json:"code"` Err string `json:"err"` Line *int32 `json:"line,omitempty"` Message string `json:"message"` Op string `json:"op"` }
LineProtocolError defines component schema for LineProtocolError.
type LineProtocolLengthError ¶
type LineProtocolLengthError struct { Code string `json:"code"` MaxLength int32 `json:"maxLength"` Message string `json:"message"` }
LineProtocolLengthError defines component schema for LineProtocolLengthError.
type Links ¶
type Links struct { Next *Link `json:"next,omitempty"` Prev *Link `json:"prev,omitempty"` Self Link `json:"self"` }
Links defines component schema for Links.
type LogEvent ¶
type LogEvent struct { Message *string `json:"message,omitempty"` Time *time.Time `json:"time,omitempty"` }
LogEvent defines component schema for LogEvent.
type LogViewProperties ¶
type LogViewProperties struct { Columns []LogViewerColumn `json:"columns"` Shape string `json:"shape"` Type string `json:"type"` }
LogViewProperties defines component schema for LogViewProperties.
type LogViewerColumn ¶
type LogViewerColumn struct { Name string `json:"name"` Position int32 `json:"position"` Settings []struct { Name *string `json:"name,omitempty"` Type string `json:"type"` Value string `json:"value"` } `json:"settings"` }
LogViewerColumn defines component schema for LogViewerColumn.
type LogicalExpression ¶
type LogicalExpression struct { Left interface{} `json:"left,omitempty"` Operator *string `json:"operator,omitempty"` Right interface{} `json:"right,omitempty"` Type *NodeType `json:"type,omitempty"` }
LogicalExpression defines component schema for LogicalExpression.
type Logs ¶
type Logs struct {
Events []LogEvent `json:"events,omitempty"`
}
Logs defines component schema for Logs.
type MapVariableProperties ¶
type MapVariableProperties struct { Type *string `json:"type,omitempty"` Values *map[string]interface{} `json:"values,omitempty"` }
MapVariableProperties defines component schema for MapVariableProperties.
type MarkdownViewProperties ¶
type MarkdownViewProperties struct { Note *string `json:"note,omitempty"` Type *string `json:"type,omitempty"` }
MarkdownViewProperties defines component schema for MarkdownViewProperties.
type MemberAssignment ¶
type MemberAssignment struct { Init interface{} `json:"init,omitempty"` Member *MemberExpression `json:"member,omitempty"` Type *NodeType `json:"type,omitempty"` }
MemberAssignment defines component schema for MemberAssignment.
type MemberExpression ¶
type MemberExpression struct { Object interface{} `json:"object,omitempty"` Property interface{} `json:"property,omitempty"` Type *NodeType `json:"type,omitempty"` }
MemberExpression defines component schema for MemberExpression.
type ObjectExpression ¶
type ObjectExpression struct { Properties []Property `json:"properties,omitempty"` Type *NodeType `json:"type,omitempty"` }
ObjectExpression defines component schema for ObjectExpression.
type OnboardingRequest ¶
type OnboardingRequest struct { Bucket string `json:"bucket"` Org string `json:"org"` Password string `json:"password"` RetentionPeriodHrs *int32 `json:"retentionPeriodHrs,omitempty"` Username string `json:"username"` }
OnboardingRequest defines component schema for OnboardingRequest.
type OnboardingResponse ¶
type OnboardingResponse struct { Auth struct { // Embedded struct due to allOf(#/components/schemas/AuthorizationUpdateRequest) AuthorizationUpdateRequest // Embedded fields due to inline allOf schema Id *string `json:"id,omitempty"` Links *struct { Self *string `json:"self,omitempty"` User *string `json:"user,omitempty"` } `json:"links,omitempty"` Org *string `json:"org,omitempty"` OrgID *string `json:"orgID,omitempty"` Permissions []Permission `json:"permissions,omitempty"` Token *string `json:"token,omitempty"` User *string `json:"user,omitempty"` UserID *string `json:"userID,omitempty"` } `json:"auth,omitempty"` Bucket *Bucket `json:"bucket,omitempty"` Org *Organization `json:"org,omitempty"` User *User `json:"user,omitempty"` }
OnboardingResponse defines component schema for OnboardingResponse.
type OperationLog ¶
type OperationLog struct { Description *string `json:"description,omitempty"` Links *struct { User *Link `json:"user,omitempty"` } `json:"links,omitempty"` Time *time.Time `json:"time,omitempty"` UserID *string `json:"userID,omitempty"` }
OperationLog defines component schema for OperationLog.
type OperationLogs ¶
type OperationLogs struct { Links *Links `json:"links,omitempty"` Logs []OperationLog `json:"logs,omitempty"` }
OperationLogs defines component schema for OperationLogs.
type OptionStatement ¶
type OptionStatement struct { Assignment interface{} `json:"assignment,omitempty"` Type *NodeType `json:"type,omitempty"` }
OptionStatement defines component schema 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 { Buckets *Link `json:"buckets,omitempty"` Dashboards *Link `json:"dashboards,omitempty"` Labels *Link `json:"labels,omitempty"` Logs *Link `json:"logs,omitempty"` Members *Link `json:"members,omitempty"` Owners *Link `json:"owners,omitempty"` Secrets *Link `json:"secrets,omitempty"` Self *Link `json:"self,omitempty"` Tasks *Link `json:"tasks,omitempty"` } `json:"links,omitempty"` Name string `json:"name"` Status *string `json:"status,omitempty"` UpdatedAt *time.Time `json:"updatedAt,omitempty"` }
Organization defines component schema for Organization.
type Organizations ¶
type Organizations struct { Links *Links `json:"links,omitempty"` Orgs []Organization `json:"orgs,omitempty"` }
Organizations defines component schema for Organizations.
type Package ¶
type Package struct { Files []File `json:"files,omitempty"` Package *string `json:"package,omitempty"` Path *string `json:"path,omitempty"` Type *NodeType `json:"type,omitempty"` }
Package defines component schema for Package.
type PackageClause ¶
type PackageClause struct { Name *Identifier `json:"name,omitempty"` Type *NodeType `json:"type,omitempty"` }
PackageClause defines component schema for PackageClause.
type PasswordResetBody ¶
type PasswordResetBody struct {
Password string `json:"password"`
}
PasswordResetBody defines component schema for PasswordResetBody.
type PatchAuthorizationsIDParams ¶
type PatchAuthorizationsIDParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
PatchAuthorizationsIDParams defines parameters for PatchAuthorizationsID.
type PatchBucketsIDParams ¶
type PatchBucketsIDParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
PatchBucketsIDParams defines parameters for PatchBucketsID.
type PatchDashboardsIDCellsIDParams ¶
type PatchDashboardsIDCellsIDParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
PatchDashboardsIDCellsIDParams defines parameters for PatchDashboardsIDCellsID.
type PatchDashboardsIDCellsIDViewParams ¶
type PatchDashboardsIDCellsIDViewParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
PatchDashboardsIDCellsIDViewParams defines parameters for PatchDashboardsIDCellsIDView.
type PatchDashboardsIDParams ¶
type PatchDashboardsIDParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
PatchDashboardsIDParams defines parameters for PatchDashboardsID.
type PatchLabelsIDParams ¶
type PatchLabelsIDParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
PatchLabelsIDParams defines parameters for PatchLabelsID.
type PatchOrgsIDParams ¶
type PatchOrgsIDParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
PatchOrgsIDParams defines parameters for PatchOrgsID.
type PatchOrgsIDSecretsParams ¶
type PatchOrgsIDSecretsParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
PatchOrgsIDSecretsParams defines parameters for PatchOrgsIDSecrets.
type PatchScrapersIDLabelsIDParams ¶
type PatchScrapersIDLabelsIDParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
PatchScrapersIDLabelsIDParams defines parameters for PatchScrapersIDLabelsID.
type PatchScrapersIDParams ¶
type PatchScrapersIDParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
PatchScrapersIDParams defines parameters for PatchScrapersID.
type PatchSourcesIDParams ¶
type PatchSourcesIDParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
PatchSourcesIDParams defines parameters for PatchSourcesID.
type PatchTasksIDParams ¶
type PatchTasksIDParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
PatchTasksIDParams defines parameters for PatchTasksID.
type PatchUsersIDParams ¶
type PatchUsersIDParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
PatchUsersIDParams defines parameters for PatchUsersID.
type PatchVariablesIDParams ¶
type PatchVariablesIDParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
PatchVariablesIDParams defines parameters for PatchVariablesID.
type Permission ¶
type Permission struct { Action string `json:"action"` Resource struct { Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` Org *string `json:"org,omitempty"` OrgID *string `json:"orgID,omitempty"` Type string `json:"type"` } `json:"resource"` }
Permission defines component schema for Permission.
type PipeExpression ¶
type PipeExpression struct { Argument interface{} `json:"argument,omitempty"` Call *CallExpression `json:"call,omitempty"` Type *NodeType `json:"type,omitempty"` }
PipeExpression defines component schema for PipeExpression.
type PipeLiteral ¶
type PipeLiteral struct {
Type *NodeType `json:"type,omitempty"`
}
PipeLiteral defines component schema for PipeLiteral.
type PostAuthorizationsParams ¶
type PostAuthorizationsParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
PostAuthorizationsParams defines parameters for PostAuthorizations.
type PostBucketsIDLabelsParams ¶
type PostBucketsIDLabelsParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
PostBucketsIDLabelsParams defines parameters for PostBucketsIDLabels.
type PostBucketsIDMembersParams ¶
type PostBucketsIDMembersParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
PostBucketsIDMembersParams defines parameters for PostBucketsIDMembers.
type PostBucketsIDOwnersParams ¶
type PostBucketsIDOwnersParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
PostBucketsIDOwnersParams defines parameters for PostBucketsIDOwners.
type PostBucketsParams ¶
type PostBucketsParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
PostBucketsParams defines parameters for PostBuckets.
type PostDashboardsIDCellsParams ¶
type PostDashboardsIDCellsParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
PostDashboardsIDCellsParams defines parameters for PostDashboardsIDCells.
type PostDashboardsIDLabelsParams ¶
type PostDashboardsIDLabelsParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
PostDashboardsIDLabelsParams defines parameters for PostDashboardsIDLabels.
type PostDashboardsIDMembersParams ¶
type PostDashboardsIDMembersParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
PostDashboardsIDMembersParams defines parameters for PostDashboardsIDMembers.
type PostDashboardsIDOwnersParams ¶
type PostDashboardsIDOwnersParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
PostDashboardsIDOwnersParams defines parameters for PostDashboardsIDOwners.
type PostDashboardsParams ¶
type PostDashboardsParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
PostDashboardsParams defines parameters for PostDashboards.
type PostDocumentsTemplatesIDLabelsParams ¶
type PostDocumentsTemplatesIDLabelsParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
PostDocumentsTemplatesIDLabelsParams defines parameters for PostDocumentsTemplatesIDLabels.
type PostDocumentsTemplatesParams ¶
type PostDocumentsTemplatesParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
PostDocumentsTemplatesParams defines parameters for PostDocumentsTemplates.
type PostOrgsIDLabelsParams ¶
type PostOrgsIDLabelsParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
PostOrgsIDLabelsParams defines parameters for PostOrgsIDLabels.
type PostOrgsIDMembersParams ¶
type PostOrgsIDMembersParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
PostOrgsIDMembersParams defines parameters for PostOrgsIDMembers.
type PostOrgsIDOwnersParams ¶
type PostOrgsIDOwnersParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
PostOrgsIDOwnersParams defines parameters for PostOrgsIDOwners.
type PostOrgsIDSecretsParams ¶
type PostOrgsIDSecretsParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
PostOrgsIDSecretsParams defines parameters for PostOrgsIDSecrets.
type PostOrgsParams ¶
type PostOrgsParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
PostOrgsParams defines parameters for PostOrgs.
type PostQueryAnalyzeParams ¶
type PostQueryAnalyzeParams struct { ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` ContentType *string `json:"Content-Type,omitempty"` }
PostQueryAnalyzeParams defines parameters for PostQueryAnalyze.
type PostQueryAstParams ¶
type PostQueryAstParams struct { ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` ContentType *string `json:"Content-Type,omitempty"` }
PostQueryAstParams defines parameters for PostQueryAst.
type PostQueryParams ¶
type PostQueryParams struct { Org *string `json:"org,omitempty"` OrgID *string `json:"orgID,omitempty"` ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` ContentType *string `json:"Content-Type,omitempty"` }
PostQueryParams defines parameters for PostQuery.
type PostScrapersIDLabelsParams ¶
type PostScrapersIDLabelsParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
PostScrapersIDLabelsParams defines parameters for PostScrapersIDLabels.
type PostScrapersIDMembersParams ¶
type PostScrapersIDMembersParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
PostScrapersIDMembersParams defines parameters for PostScrapersIDMembers.
type PostScrapersIDOwnersParams ¶
type PostScrapersIDOwnersParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
PostScrapersIDOwnersParams defines parameters for PostScrapersIDOwners.
type PostScrapersParams ¶
type PostScrapersParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
PostScrapersParams defines parameters for PostScrapers.
type PostSetupParams ¶
type PostSetupParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
PostSetupParams defines parameters for PostSetup.
type PostSigninParams ¶
type PostSigninParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
PostSigninParams defines parameters for PostSignin.
type PostSignoutParams ¶
type PostSignoutParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
PostSignoutParams defines parameters for PostSignout.
type PostSourcesParams ¶
type PostSourcesParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
PostSourcesParams defines parameters for PostSources.
type PostTasksIDLabelsParams ¶
type PostTasksIDLabelsParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
PostTasksIDLabelsParams defines parameters for PostTasksIDLabels.
type PostTasksIDMembersParams ¶
type PostTasksIDMembersParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
PostTasksIDMembersParams defines parameters for PostTasksIDMembers.
type PostTasksIDOwnersParams ¶
type PostTasksIDOwnersParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
PostTasksIDOwnersParams defines parameters for PostTasksIDOwners.
type PostTasksIDRunsIDRetryParams ¶
type PostTasksIDRunsIDRetryParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
PostTasksIDRunsIDRetryParams defines parameters for PostTasksIDRunsIDRetry.
type PostTasksIDRunsParams ¶
type PostTasksIDRunsParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
PostTasksIDRunsParams defines parameters for PostTasksIDRuns.
type PostTasksParams ¶
type PostTasksParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
PostTasksParams defines parameters for PostTasks.
type PostTelegrafsIDLabelsParams ¶
type PostTelegrafsIDLabelsParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
PostTelegrafsIDLabelsParams defines parameters for PostTelegrafsIDLabels.
type PostTelegrafsIDMembersParams ¶
type PostTelegrafsIDMembersParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
PostTelegrafsIDMembersParams defines parameters for PostTelegrafsIDMembers.
type PostTelegrafsIDOwnersParams ¶
type PostTelegrafsIDOwnersParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
PostTelegrafsIDOwnersParams defines parameters for PostTelegrafsIDOwners.
type PostTelegrafsParams ¶
type PostTelegrafsParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
PostTelegrafsParams defines parameters for PostTelegrafs.
type PostUsersParams ¶
type PostUsersParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
PostUsersParams defines parameters for PostUsers.
type PostVariablesIDLabelsParams ¶
type PostVariablesIDLabelsParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
PostVariablesIDLabelsParams defines parameters for PostVariablesIDLabels.
type PostVariablesParams ¶
type PostVariablesParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
PostVariablesParams defines parameters for PostVariables.
type PostWriteParams ¶
type PostWriteParams struct { Org string `json:"org"` Bucket string `json:"bucket"` Precision *WritePrecision `json:"precision,omitempty"` ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"` ContentEncoding *string `json:"Content-Encoding,omitempty"` ContentType *string `json:"Content-Type,omitempty"` ContentLength *int32 `json:"Content-Length,omitempty"` Accept *string `json:"Accept,omitempty"` }
PostWriteParams defines parameters for PostWrite.
type Property ¶
type Property struct { Key interface{} `json:"key,omitempty"` Type *NodeType `json:"type,omitempty"` Value interface{} `json:"value,omitempty"` }
Property defines component schema for Property.
type PropertyKey ¶
type PropertyKey interface{}
PropertyKey defines component schema for PropertyKey.
type PutDashboardsIDCellsParams ¶
type PutDashboardsIDCellsParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
PutDashboardsIDCellsParams defines parameters for PutDashboardsIDCells.
type PutDocumentsTemplatesIDParams ¶
type PutDocumentsTemplatesIDParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
PutDocumentsTemplatesIDParams defines parameters for PutDocumentsTemplatesID.
type PutMePasswordParams ¶
type PutMePasswordParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
PutMePasswordParams defines parameters for PutMePassword.
type PutTelegrafsIDParams ¶
type PutTelegrafsIDParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
PutTelegrafsIDParams defines parameters for PutTelegrafsID.
type PutUsersIDPasswordParams ¶
type PutUsersIDPasswordParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
PutUsersIDPasswordParams defines parameters for PutUsersIDPassword.
type PutVariablesIDParams ¶
type PutVariablesIDParams struct {
ZapTraceSpan *TraceSpan `json:"Zap-Trace-Span,omitempty"`
}
PutVariablesIDParams defines parameters for PutVariablesID.
type Query ¶
type Query struct { Cluster *string `json:"cluster,omitempty"` Db *string `json:"db,omitempty"` Dialect *Dialect `json:"dialect,omitempty"` Extern *File `json:"extern,omitempty"` Query string `json:"query"` Rp *string `json:"rp,omitempty"` Type *string `json:"type,omitempty"` }
Query defines component schema for Query.
type QueryConfig ¶
type QueryConfig struct { AreTagsAccepted bool `json:"areTagsAccepted"` Database string `json:"database"` Fields []Field `json:"fields"` GroupBy struct { Tags []string `json:"tags"` Time string `json:"time"` } `json:"groupBy"` Id *string `json:"id,omitempty"` Measurement string `json:"measurement"` Range *struct { Lower string `json:"lower"` Upper string `json:"upper"` } `json:"range,omitempty"` RawText *string `json:"rawText,omitempty"` RetentionPolicy string `json:"retentionPolicy"` Tags map[string]interface{} `json:"tags"` }
QueryConfig defines component schema for QueryConfig.
type QueryVariableProperties ¶
type QueryVariableProperties struct { Type *string `json:"type,omitempty"` Values *struct { Language *string `json:"language,omitempty"` Query *string `json:"query,omitempty"` } `json:"values,omitempty"` }
QueryVariableProperties defines component schema for QueryVariableProperties.
type Ready ¶
type Ready struct { Started *time.Time `json:"started,omitempty"` Status *string `json:"status,omitempty"` Up *string `json:"up,omitempty"` }
Ready defines component schema for Ready.
type RegexpLiteral ¶
type RegexpLiteral struct { Type *NodeType `json:"type,omitempty"` Value *string `json:"value,omitempty"` }
RegexpLiteral defines component schema for RegexpLiteral.
type RenamableField ¶
type RenamableField struct { DisplayName *string `json:"displayName,omitempty"` InternalName *string `json:"internalName,omitempty"` Visible *bool `json:"visible,omitempty"` }
RenamableField defines component schema for RenamableField.
type ResourceMember ¶
type ResourceMember struct { // Embedded struct due to allOf(#/components/schemas/User) User // Embedded fields due to inline allOf schema Role *string `json:"role,omitempty"` }
ResourceMember defines component schema for ResourceMember.
type ResourceMembers ¶
type ResourceMembers struct { Links *struct { Self *string `json:"self,omitempty"` } `json:"links,omitempty"` Users []struct { // Embedded struct due to allOf(#/components/schemas/User) User // Embedded fields due to inline allOf schema Role *string `json:"role,omitempty"` } `json:"users,omitempty"` }
ResourceMembers defines component schema for ResourceMembers.
type ResourceOwner ¶
type ResourceOwner struct { // Embedded struct due to allOf(#/components/schemas/User) User // Embedded fields due to inline allOf schema Role *string `json:"role,omitempty"` }
ResourceOwner defines component schema for ResourceOwner.
type ResourceOwners ¶
type ResourceOwners struct { Links *struct { Self *string `json:"self,omitempty"` } `json:"links,omitempty"` Users []struct { // Embedded struct due to allOf(#/components/schemas/User) User // Embedded fields due to inline allOf schema Role *string `json:"role,omitempty"` } `json:"users,omitempty"` }
ResourceOwners defines component schema for ResourceOwners.
type ReturnStatement ¶
type ReturnStatement struct { Argument interface{} `json:"argument,omitempty"` Type *NodeType `json:"type,omitempty"` }
ReturnStatement defines component schema 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"` 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 component schema for Routes.
type Run ¶
type Run struct { FinishedAt *time.Time `json:"finishedAt,omitempty"` Id *string `json:"id,omitempty"` Links *struct { Logs *string `json:"logs,omitempty"` Retry *string `json:"retry,omitempty"` Self *string `json:"self,omitempty"` Task *string `json:"task,omitempty"` } `json:"links,omitempty"` Log []struct { Message *string `json:"message,omitempty"` Time *string `json:"time,omitempty"` } `json:"log,omitempty"` RequestedAt *time.Time `json:"requestedAt,omitempty"` ScheduledFor *time.Time `json:"scheduledFor,omitempty"` StartedAt *time.Time `json:"startedAt,omitempty"` Status *string `json:"status,omitempty"` TaskID *string `json:"taskID,omitempty"` }
Run defines component schema for Run.
type RunManually ¶
RunManually defines component schema for RunManually.
type ScraperTargetRequest ¶
type ScraperTargetRequest struct { BucketID *string `json:"bucketID,omitempty"` Name *string `json:"name,omitempty"` OrgID *string `json:"orgID,omitempty"` Type *string `json:"type,omitempty"` Url *string `json:"url,omitempty"` }
ScraperTargetRequest defines component schema for ScraperTargetRequest.
type ScraperTargetResponse ¶
type ScraperTargetResponse struct { // Embedded struct due to allOf(#/components/schemas/ScraperTargetRequest) ScraperTargetRequest // Embedded fields due to inline allOf schema Bucket *string `json:"bucket,omitempty"` Id *string `json:"id,omitempty"` Links *struct { Bucket *Link `json:"bucket,omitempty"` Members *Link `json:"members,omitempty"` Organization *Link `json:"organization,omitempty"` Owners *Link `json:"owners,omitempty"` Self *Link `json:"self,omitempty"` } `json:"links,omitempty"` Org *string `json:"org,omitempty"` }
ScraperTargetResponse defines component schema for ScraperTargetResponse.
type ScraperTargetResponses ¶
type ScraperTargetResponses struct { Configurations []struct { // Embedded struct due to allOf(#/components/schemas/ScraperTargetRequest) ScraperTargetRequest // Embedded fields due to inline allOf schema Bucket *string `json:"bucket,omitempty"` Id *string `json:"id,omitempty"` Links *struct { Bucket *Link `json:"bucket,omitempty"` Members *Link `json:"members,omitempty"` Organization *Link `json:"organization,omitempty"` Owners *Link `json:"owners,omitempty"` Self *Link `json:"self,omitempty"` } `json:"links,omitempty"` Org *string `json:"org,omitempty"` } `json:"configurations,omitempty"` }
ScraperTargetResponses defines component schema for ScraperTargetResponses.
type SecretKeys ¶
type SecretKeys struct {
Secrets []string `json:"secrets,omitempty"`
}
SecretKeys defines component schema 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 component schema for SecretKeysResponse.
type SingleStatViewProperties ¶
type SingleStatViewProperties struct { // Embedded struct due to allOf(#/components/schemas/ViewProperties) ViewProperties // Embedded fields due to inline allOf schema DecimalPlaces *DecimalPlaces `json:"decimalPlaces,omitempty"` Legend *Legend `json:"legend,omitempty"` Prefix *string `json:"prefix,omitempty"` Suffix *string `json:"suffix,omitempty"` Type *string `json:"type,omitempty"` }
SingleStatViewProperties defines component schema for SingleStatViewProperties.
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 []string `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 *string `json:"type,omitempty"` Url *string `json:"url,omitempty"` Username *string `json:"username,omitempty"` }
Source defines component schema for Source.
type Sources ¶
type Sources struct { Links *struct { Self *string `json:"self,omitempty"` } `json:"links,omitempty"` Sources []Source `json:"sources,omitempty"` }
Sources defines component schema for Sources.
type StringLiteral ¶
type StringLiteral struct { Type *NodeType `json:"type,omitempty"` Value *string `json:"value,omitempty"` }
StringLiteral defines component schema for StringLiteral.
type TableViewProperties ¶
type TableViewProperties struct { // Embedded struct due to allOf(#/components/schemas/ViewProperties) ViewProperties // Embedded fields due to inline allOf schema DecimalPlaces *DecimalPlaces `json:"decimalPlaces,omitempty"` FieldOptions []RenamableField `json:"fieldOptions,omitempty"` TableOptions *struct { FixFirstColumn *bool `json:"fixFirstColumn,omitempty"` SortBy *RenamableField `json:"sortBy,omitempty"` VerticalTimeAxis *bool `json:"verticalTimeAxis,omitempty"` Wrapping *string `json:"wrapping,omitempty"` } `json:"tableOptions,omitempty"` TimeFormat *string `json:"timeFormat,omitempty"` Type *string `json:"type,omitempty"` }
TableViewProperties defines component schema for TableViewProperties.
type Task ¶
type Task struct { AuthorizationID *string `json:"authorizationID,omitempty"` CreatedAt *time.Time `json:"createdAt,omitempty"` Cron *string `json:"cron,omitempty"` Description *string `json:"description,omitempty"` Every *string `json:"every,omitempty"` Flux string `json:"flux"` Id string `json:"id"` Labels *Labels `json:"labels,omitempty"` LatestCompleted *time.Time `json:"latestCompleted,omitempty"` Links *struct { Labels *Link `json:"labels,omitempty"` Logs *Link `json:"logs,omitempty"` Members *Link `json:"members,omitempty"` Owners *Link `json:"owners,omitempty"` Runs *Link `json:"runs,omitempty"` Self *Link `json:"self,omitempty"` } `json:"links,omitempty"` Name string `json:"name"` Offset *string `json:"offset,omitempty"` Org *string `json:"org,omitempty"` OrgID string `json:"orgID"` Status *string `json:"status,omitempty"` UpdatedAt *time.Time `json:"updatedAt,omitempty"` }
Task defines component schema for Task.
type TaskCreateRequest ¶
type TaskCreateRequest struct { Flux string `json:"flux"` Org *string `json:"org,omitempty"` OrgID *string `json:"orgID,omitempty"` Status *string `json:"status,omitempty"` Token *string `json:"token,omitempty"` }
TaskCreateRequest defines component schema for TaskCreateRequest.
type TaskUpdateRequest ¶
type TaskUpdateRequest struct { Cron *string `json:"cron,omitempty"` Every *string `json:"every,omitempty"` Flux *string `json:"flux,omitempty"` Name *string `json:"name,omitempty"` Offset *string `json:"offset,omitempty"` Status *string `json:"status,omitempty"` Token *string `json:"token,omitempty"` }
TaskUpdateRequest defines component schema 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 { Labels *Link `json:"labels,omitempty"` Members *Link `json:"members,omitempty"` Owners *Link `json:"owners,omitempty"` Self *Link `json:"self,omitempty"` } `json:"links,omitempty"` }
Telegraf defines component schema for Telegraf.
type TelegrafPluginInputCpu ¶
type TelegrafPluginInputCpu struct { Comment *string `json:"comment,omitempty"` Name string `json:"name"` Type string `json:"type"` }
TelegrafPluginInputCpu defines component schema for TelegrafPluginInputCpu.
type TelegrafPluginInputDisk ¶
type TelegrafPluginInputDisk struct { Comment *string `json:"comment,omitempty"` Name string `json:"name"` Type string `json:"type"` }
TelegrafPluginInputDisk defines component schema for TelegrafPluginInputDisk.
type TelegrafPluginInputDiskio ¶
type TelegrafPluginInputDiskio struct { Comment *string `json:"comment,omitempty"` Name string `json:"name"` Type string `json:"type"` }
TelegrafPluginInputDiskio defines component schema for TelegrafPluginInputDiskio.
type TelegrafPluginInputDocker ¶
type TelegrafPluginInputDocker struct { Comment *string `json:"comment,omitempty"` Config TelegrafPluginInputDockerConfig `json:"config"` Name string `json:"name"` Type string `json:"type"` }
TelegrafPluginInputDocker defines component schema for TelegrafPluginInputDocker.
type TelegrafPluginInputDockerConfig ¶
type TelegrafPluginInputDockerConfig struct {
Endpoint string `json:"endpoint"`
}
TelegrafPluginInputDockerConfig defines component schema for TelegrafPluginInputDockerConfig.
type TelegrafPluginInputFile ¶
type TelegrafPluginInputFile struct { Comment *string `json:"comment,omitempty"` Config TelegrafPluginInputFileConfig `json:"config"` Name string `json:"name"` Type string `json:"type"` }
TelegrafPluginInputFile defines component schema for TelegrafPluginInputFile.
type TelegrafPluginInputFileConfig ¶
type TelegrafPluginInputFileConfig struct {
Files []string `json:"files,omitempty"`
}
TelegrafPluginInputFileConfig defines component schema for TelegrafPluginInputFileConfig.
type TelegrafPluginInputKernel ¶
type TelegrafPluginInputKernel struct { Comment *string `json:"comment,omitempty"` Name string `json:"name"` Type string `json:"type"` }
TelegrafPluginInputKernel defines component schema for TelegrafPluginInputKernel.
type TelegrafPluginInputKubernetes ¶
type TelegrafPluginInputKubernetes struct { Comment *string `json:"comment,omitempty"` Config TelegrafPluginInputKubernetesConfig `json:"config"` Name string `json:"name"` Type string `json:"type"` }
TelegrafPluginInputKubernetes defines component schema for TelegrafPluginInputKubernetes.
type TelegrafPluginInputKubernetesConfig ¶
type TelegrafPluginInputKubernetesConfig struct {
Url *string `json:"url,omitempty"`
}
TelegrafPluginInputKubernetesConfig defines component schema for TelegrafPluginInputKubernetesConfig.
type TelegrafPluginInputLogParser ¶
type TelegrafPluginInputLogParser struct { Comment *string `json:"comment,omitempty"` Config TelegrafPluginInputLogParserConfig `json:"config"` Name string `json:"name"` Type string `json:"type"` }
TelegrafPluginInputLogParser defines component schema for TelegrafPluginInputLogParser.
type TelegrafPluginInputLogParserConfig ¶
type TelegrafPluginInputLogParserConfig struct {
Files []string `json:"files,omitempty"`
}
TelegrafPluginInputLogParserConfig defines component schema for TelegrafPluginInputLogParserConfig.
type TelegrafPluginInputMem ¶
type TelegrafPluginInputMem struct { Comment *string `json:"comment,omitempty"` Name string `json:"name"` Type string `json:"type"` }
TelegrafPluginInputMem defines component schema for TelegrafPluginInputMem.
type TelegrafPluginInputNet ¶
type TelegrafPluginInputNet struct { Comment *string `json:"comment,omitempty"` Name string `json:"name"` Type string `json:"type"` }
TelegrafPluginInputNet defines component schema for TelegrafPluginInputNet.
type TelegrafPluginInputNetResponse ¶
type TelegrafPluginInputNetResponse struct { Comment *string `json:"comment,omitempty"` Name string `json:"name"` Type string `json:"type"` }
TelegrafPluginInputNetResponse defines component schema for TelegrafPluginInputNetResponse.
type TelegrafPluginInputNginx ¶
type TelegrafPluginInputNginx struct { Comment *string `json:"comment,omitempty"` Name string `json:"name"` Type string `json:"type"` }
TelegrafPluginInputNginx defines component schema for TelegrafPluginInputNginx.
type TelegrafPluginInputProcesses ¶
type TelegrafPluginInputProcesses struct { Comment *string `json:"comment,omitempty"` Name string `json:"name"` Type string `json:"type"` }
TelegrafPluginInputProcesses defines component schema for TelegrafPluginInputProcesses.
type TelegrafPluginInputProcstat ¶
type TelegrafPluginInputProcstat struct { Comment *string `json:"comment,omitempty"` Config TelegrafPluginInputProcstatConfig `json:"config"` Name string `json:"name"` Type string `json:"type"` }
TelegrafPluginInputProcstat defines component schema for TelegrafPluginInputProcstat.
type TelegrafPluginInputProcstatConfig ¶
type TelegrafPluginInputProcstatConfig struct {
Exe *string `json:"exe,omitempty"`
}
TelegrafPluginInputProcstatConfig defines component schema for TelegrafPluginInputProcstatConfig.
type TelegrafPluginInputPrometheus ¶
type TelegrafPluginInputPrometheus struct { Comment *string `json:"comment,omitempty"` Config TelegrafPluginInputPrometheusConfig `json:"config"` Name string `json:"name"` Type string `json:"type"` }
TelegrafPluginInputPrometheus defines component schema for TelegrafPluginInputPrometheus.
type TelegrafPluginInputPrometheusConfig ¶
type TelegrafPluginInputPrometheusConfig struct {
Urls []string `json:"urls,omitempty"`
}
TelegrafPluginInputPrometheusConfig defines component schema for TelegrafPluginInputPrometheusConfig.
type TelegrafPluginInputRedis ¶
type TelegrafPluginInputRedis struct { Comment *string `json:"comment,omitempty"` Config TelegrafPluginInputRedisConfig `json:"config"` Name string `json:"name"` Type string `json:"type"` }
TelegrafPluginInputRedis defines component schema for TelegrafPluginInputRedis.
type TelegrafPluginInputRedisConfig ¶
type TelegrafPluginInputRedisConfig struct { Password *string `json:"password,omitempty"` Servers []string `json:"servers,omitempty"` }
TelegrafPluginInputRedisConfig defines component schema for TelegrafPluginInputRedisConfig.
type TelegrafPluginInputSwap ¶
type TelegrafPluginInputSwap struct { Comment *string `json:"comment,omitempty"` Name string `json:"name"` Type string `json:"type"` }
TelegrafPluginInputSwap defines component schema for TelegrafPluginInputSwap.
type TelegrafPluginInputSyslog ¶
type TelegrafPluginInputSyslog struct { Comment *string `json:"comment,omitempty"` Config TelegrafPluginInputSyslogConfig `json:"config"` Name string `json:"name"` Type string `json:"type"` }
TelegrafPluginInputSyslog defines component schema for TelegrafPluginInputSyslog.
type TelegrafPluginInputSyslogConfig ¶
type TelegrafPluginInputSyslogConfig struct {
Server *string `json:"server,omitempty"`
}
TelegrafPluginInputSyslogConfig defines component schema for TelegrafPluginInputSyslogConfig.
type TelegrafPluginInputSystem ¶
type TelegrafPluginInputSystem struct { Comment *string `json:"comment,omitempty"` Name string `json:"name"` Type string `json:"type"` }
TelegrafPluginInputSystem defines component schema for TelegrafPluginInputSystem.
type TelegrafPluginInputTail ¶
type TelegrafPluginInputTail struct { Comment *string `json:"comment,omitempty"` Name string `json:"name"` Type string `json:"type"` }
TelegrafPluginInputTail defines component schema for TelegrafPluginInputTail.
type TelegrafPluginOutputFile ¶
type TelegrafPluginOutputFile struct { Comment *string `json:"comment,omitempty"` Config TelegrafPluginOutputFileConfig `json:"config"` Name string `json:"name"` Type string `json:"type"` }
TelegrafPluginOutputFile defines component schema for TelegrafPluginOutputFile.
type TelegrafPluginOutputFileConfig ¶
type TelegrafPluginOutputFileConfig struct { Files []struct { Path *string `json:"path,omitempty"` Type *string `json:"type,omitempty"` } `json:"files"` }
TelegrafPluginOutputFileConfig defines component schema for TelegrafPluginOutputFileConfig.
type TelegrafPluginOutputInfluxDBV2 ¶
type TelegrafPluginOutputInfluxDBV2 struct { Comment *string `json:"comment,omitempty"` Config TelegrafPluginOutputInfluxDBV2Config `json:"config"` Name string `json:"name"` Type string `json:"type"` }
TelegrafPluginOutputInfluxDBV2 defines component schema for TelegrafPluginOutputInfluxDBV2.
type TelegrafPluginOutputInfluxDBV2Config ¶
type TelegrafPluginOutputInfluxDBV2Config struct { Bucket string `json:"bucket"` Organization string `json:"organization"` Token string `json:"token"` Urls []string `json:"urls"` }
TelegrafPluginOutputInfluxDBV2Config defines component schema for TelegrafPluginOutputInfluxDBV2Config.
type TelegrafRequest ¶
type TelegrafRequest struct { Agent *struct { CollectionInterval *int32 `json:"collectionInterval,omitempty"` } `json:"agent,omitempty"` Description *string `json:"description,omitempty"` Name *string `json:"name,omitempty"` OrganizationID *string `json:"organizationID,omitempty"` Plugins []interface{} `json:"plugins,omitempty"` }
TelegrafRequest defines component schema for TelegrafRequest.
type TelegrafRequestPlugin ¶
type TelegrafRequestPlugin interface{}
TelegrafRequestPlugin defines component schema for TelegrafRequestPlugin.
type Telegrafs ¶
type Telegrafs struct { Configurations []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 { Labels *Link `json:"labels,omitempty"` Members *Link `json:"members,omitempty"` Owners *Link `json:"owners,omitempty"` Self *Link `json:"self,omitempty"` } `json:"links,omitempty"` } `json:"configurations,omitempty"` }
Telegrafs defines component schema for Telegrafs.
type TestStatement ¶
type TestStatement struct { Assignment *VariableAssignment `json:"assignment,omitempty"` Type *NodeType `json:"type,omitempty"` }
TestStatement defines component schema for TestStatement.
type UnaryExpression ¶
type UnaryExpression struct { Argument interface{} `json:"argument,omitempty"` Operator *string `json:"operator,omitempty"` Type *NodeType `json:"type,omitempty"` }
UnaryExpression defines component schema for UnaryExpression.
type UnsignedIntegerLiteral ¶
type UnsignedIntegerLiteral struct { Type *NodeType `json:"type,omitempty"` Value *string `json:"value,omitempty"` }
UnsignedIntegerLiteral defines component schema for UnsignedIntegerLiteral.
type User ¶
type User struct { Id *string `json:"id,omitempty"` Links *struct { Logs *string `json:"logs,omitempty"` Self *string `json:"self,omitempty"` } `json:"links,omitempty"` Name string `json:"name"` Status *string `json:"status,omitempty"` }
User defines component schema for User.
type Users ¶
type Users struct { Links *struct { Self *string `json:"self,omitempty"` } `json:"links,omitempty"` Users []User `json:"users,omitempty"` }
Users defines component schema for Users.
type Variable ¶
type Variable struct { Arguments interface{} `json:"arguments"` 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"` }
Variable defines component schema for Variable.
type VariableAssignment ¶
type VariableAssignment struct { Id *Identifier `json:"id,omitempty"` Init interface{} `json:"init,omitempty"` Type *NodeType `json:"type,omitempty"` }
VariableAssignment defines component schema for VariableAssignment.
type Variables ¶
type Variables struct {
Variables []Variable `json:"variables,omitempty"`
}
Variables defines component schema 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,omitempty"` Properties interface{} `json:"properties,omitempty"` }
View defines component schema for View.
type ViewProperties ¶
type ViewProperties struct { Colors []DashboardColor `json:"colors,omitempty"` Note *string `json:"note,omitempty"` Queries []DashboardQuery `json:"queries,omitempty"` ShowNoteWhenEmpty *bool `json:"showNoteWhenEmpty,omitempty"` }
ViewProperties defines component schema for ViewProperties.
type Views ¶
type Views struct { Links *struct { Self *string `json:"self,omitempty"` } `json:"links,omitempty"` Views []View `json:"views,omitempty"` }
Views defines component schema for Views.
type WritePrecision ¶
type WritePrecision string
WritePrecision defines component schema for WritePrecision.
type XYViewProperties ¶
type XYViewProperties struct { // Embedded struct due to allOf(#/components/schemas/ViewProperties) ViewProperties // Embedded fields due to inline allOf schema Axes *Axes `json:"axes,omitempty"` Geom *string `json:"geom,omitempty"` Legend *Legend `json:"legend,omitempty"` Type *string `json:"type,omitempty"` }
XYViewProperties defines component schema for XYViewProperties.