Documentation
¶
Overview ¶
Package rest provides primitives to interact with the openapi HTTP API.
Code generated by github.com/deepmap/oapi-codegen/v2 version v2.0.0 DO NOT EDIT.
Index ¶
- Constants
- func NewAlertEmailGroupCreateRequest(server string, tenant openapi_types.UUID, ...) (*http.Request, error)
- func NewAlertEmailGroupCreateRequestWithBody(server string, tenant openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)
- func NewAlertEmailGroupDeleteRequest(server string, alertEmailGroup openapi_types.UUID) (*http.Request, error)
- func NewAlertEmailGroupListRequest(server string, tenant openapi_types.UUID) (*http.Request, error)
- func NewAlertEmailGroupUpdateRequest(server string, alertEmailGroup openapi_types.UUID, ...) (*http.Request, error)
- func NewAlertEmailGroupUpdateRequestWithBody(server string, alertEmailGroup openapi_types.UUID, contentType string, ...) (*http.Request, error)
- func NewApiTokenCreateRequest(server string, tenant openapi_types.UUID, body ApiTokenCreateJSONRequestBody) (*http.Request, error)
- func NewApiTokenCreateRequestWithBody(server string, tenant openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)
- func NewApiTokenListRequest(server string, tenant openapi_types.UUID) (*http.Request, error)
- func NewApiTokenUpdateRevokeRequest(server string, apiToken openapi_types.UUID) (*http.Request, error)
- func NewCloudMetadataGetRequest(server string) (*http.Request, error)
- func NewCronWorkflowListRequest(server string, tenant openapi_types.UUID, params *CronWorkflowListParams) (*http.Request, error)
- func NewCronWorkflowTriggerCreateRequest(server string, tenant openapi_types.UUID, workflow string, ...) (*http.Request, error)
- func NewCronWorkflowTriggerCreateRequestWithBody(server string, tenant openapi_types.UUID, workflow string, contentType string, ...) (*http.Request, error)
- func NewEventCreateBulkRequest(server string, tenant openapi_types.UUID, body EventCreateBulkJSONRequestBody) (*http.Request, error)
- func NewEventCreateBulkRequestWithBody(server string, tenant openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)
- func NewEventCreateRequest(server string, tenant openapi_types.UUID, body EventCreateJSONRequestBody) (*http.Request, error)
- func NewEventCreateRequestWithBody(server string, tenant openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)
- func NewEventDataGetRequest(server string, event openapi_types.UUID) (*http.Request, error)
- func NewEventDataGetWithTenantRequest(server string, tenant openapi_types.UUID, eventWithTenant openapi_types.UUID) (*http.Request, error)
- func NewEventGetRequest(server string, event openapi_types.UUID) (*http.Request, error)
- func NewEventKeyListRequest(server string, tenant openapi_types.UUID) (*http.Request, error)
- func NewEventListRequest(server string, tenant openapi_types.UUID, params *EventListParams) (*http.Request, error)
- func NewEventUpdateCancelRequest(server string, tenant openapi_types.UUID, ...) (*http.Request, error)
- func NewEventUpdateCancelRequestWithBody(server string, tenant openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)
- func NewEventUpdateReplayRequest(server string, tenant openapi_types.UUID, ...) (*http.Request, error)
- func NewEventUpdateReplayRequestWithBody(server string, tenant openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)
- func NewInfoGetVersionRequest(server string) (*http.Request, error)
- func NewLivenessGetRequest(server string) (*http.Request, error)
- func NewMetadataGetRequest(server string) (*http.Request, error)
- func NewMetadataListIntegrationsRequest(server string) (*http.Request, error)
- func NewMonitoringPostRunProbeRequest(server string, tenant openapi_types.UUID) (*http.Request, error)
- func NewRateLimitDeleteRequest(server string, tenant openapi_types.UUID, params *RateLimitDeleteParams) (*http.Request, error)
- func NewRateLimitListRequest(server string, tenant openapi_types.UUID, params *RateLimitListParams) (*http.Request, error)
- func NewReadinessGetRequest(server string) (*http.Request, error)
- func NewScheduledWorkflowRunCreateRequest(server string, tenant openapi_types.UUID, workflow string, ...) (*http.Request, error)
- func NewScheduledWorkflowRunCreateRequestWithBody(server string, tenant openapi_types.UUID, workflow string, contentType string, ...) (*http.Request, error)
- func NewSlackWebhookDeleteRequest(server string, slack openapi_types.UUID) (*http.Request, error)
- func NewSlackWebhookListRequest(server string, tenant openapi_types.UUID) (*http.Request, error)
- func NewSnsCreateRequest(server string, tenant openapi_types.UUID, body SnsCreateJSONRequestBody) (*http.Request, error)
- func NewSnsCreateRequestWithBody(server string, tenant openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)
- func NewSnsDeleteRequest(server string, sns openapi_types.UUID) (*http.Request, error)
- func NewSnsListRequest(server string, tenant openapi_types.UUID) (*http.Request, error)
- func NewSnsUpdateRequest(server string, tenant openapi_types.UUID, event string) (*http.Request, error)
- func NewStepRunGetRequest(server string, tenant openapi_types.UUID, stepRun openapi_types.UUID) (*http.Request, error)
- func NewStepRunGetSchemaRequest(server string, tenant openapi_types.UUID, stepRun openapi_types.UUID) (*http.Request, error)
- func NewStepRunListArchivesRequest(server string, stepRun openapi_types.UUID, params *StepRunListArchivesParams) (*http.Request, error)
- func NewStepRunListEventsRequest(server string, stepRun openapi_types.UUID, params *StepRunListEventsParams) (*http.Request, error)
- func NewStepRunUpdateCancelRequest(server string, tenant openapi_types.UUID, stepRun openapi_types.UUID) (*http.Request, error)
- func NewStepRunUpdateRerunRequest(server string, tenant openapi_types.UUID, stepRun openapi_types.UUID, ...) (*http.Request, error)
- func NewStepRunUpdateRerunRequestWithBody(server string, tenant openapi_types.UUID, stepRun openapi_types.UUID, ...) (*http.Request, error)
- func NewTenantAlertingSettingsGetRequest(server string, tenant openapi_types.UUID) (*http.Request, error)
- func NewTenantCreateRequest(server string, body TenantCreateJSONRequestBody) (*http.Request, error)
- func NewTenantCreateRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewTenantFeatureFlagEvaluateRequest(server string, tenant openapi_types.UUID, ...) (*http.Request, error)
- func NewTenantGetPrometheusMetricsRequest(server string, tenant openapi_types.UUID) (*http.Request, error)
- func NewTenantGetQueueMetricsRequest(server string, tenant openapi_types.UUID, params *TenantGetQueueMetricsParams) (*http.Request, error)
- func NewTenantGetRequest(server string, tenant openapi_types.UUID) (*http.Request, error)
- func NewTenantGetStepRunQueueMetricsRequest(server string, tenant openapi_types.UUID) (*http.Request, error)
- func NewTenantGetTaskStatsRequest(server string, tenant openapi_types.UUID, params *TenantGetTaskStatsParams) (*http.Request, error)
- func NewTenantInviteAcceptRequest(server string, body TenantInviteAcceptJSONRequestBody) (*http.Request, error)
- func NewTenantInviteAcceptRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewTenantInviteCreateRequest(server string, tenant openapi_types.UUID, ...) (*http.Request, error)
- func NewTenantInviteCreateRequestWithBody(server string, tenant openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)
- func NewTenantInviteDeleteRequest(server string, tenant openapi_types.UUID, tenantInvite openapi_types.UUID) (*http.Request, error)
- func NewTenantInviteListRequest(server string, tenant openapi_types.UUID) (*http.Request, error)
- func NewTenantInviteRejectRequest(server string, body TenantInviteRejectJSONRequestBody) (*http.Request, error)
- func NewTenantInviteRejectRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewTenantInviteUpdateRequest(server string, tenant openapi_types.UUID, tenantInvite openapi_types.UUID, ...) (*http.Request, error)
- func NewTenantInviteUpdateRequestWithBody(server string, tenant openapi_types.UUID, tenantInvite openapi_types.UUID, ...) (*http.Request, error)
- func NewTenantMemberDeleteRequest(server string, tenant openapi_types.UUID, member openapi_types.UUID) (*http.Request, error)
- func NewTenantMemberListRequest(server string, tenant openapi_types.UUID) (*http.Request, error)
- func NewTenantMemberUpdateRequest(server string, tenant openapi_types.UUID, member openapi_types.UUID, ...) (*http.Request, error)
- func NewTenantMemberUpdateRequestWithBody(server string, tenant openapi_types.UUID, member openapi_types.UUID, ...) (*http.Request, error)
- func NewTenantMembershipsListRequest(server string) (*http.Request, error)
- func NewTenantResourcePolicyGetRequest(server string, tenant openapi_types.UUID) (*http.Request, error)
- func NewTenantUpdateRequest(server string, tenant openapi_types.UUID, body TenantUpdateJSONRequestBody) (*http.Request, error)
- func NewTenantUpdateRequestWithBody(server string, tenant openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)
- func NewUserCreateRequest(server string, body UserCreateJSONRequestBody) (*http.Request, error)
- func NewUserCreateRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewUserGetCurrentRequest(server string) (*http.Request, error)
- func NewUserListTenantInvitesRequest(server string) (*http.Request, error)
- func NewUserUpdateGithubOauthCallbackRequest(server string) (*http.Request, error)
- func NewUserUpdateGithubOauthStartRequest(server string) (*http.Request, error)
- func NewUserUpdateGoogleOauthCallbackRequest(server string) (*http.Request, error)
- func NewUserUpdateGoogleOauthStartRequest(server string) (*http.Request, error)
- func NewUserUpdateLoginRequest(server string, body UserUpdateLoginJSONRequestBody) (*http.Request, error)
- func NewUserUpdateLoginRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewUserUpdateLogoutRequest(server string) (*http.Request, error)
- func NewUserUpdatePasswordRequest(server string, body UserUpdatePasswordJSONRequestBody) (*http.Request, error)
- func NewUserUpdatePasswordRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewUserUpdateSlackOauthCallbackRequest(server string) (*http.Request, error)
- func NewUserUpdateSlackOauthStartRequest(server string, tenant openapi_types.UUID) (*http.Request, error)
- func NewV1CelDebugRequest(server string, tenant openapi_types.UUID, body V1CelDebugJSONRequestBody) (*http.Request, error)
- func NewV1CelDebugRequestWithBody(server string, tenant openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)
- func NewV1DagListTasksRequest(server string, params *V1DagListTasksParams) (*http.Request, error)
- func NewV1DurableTaskBranchRequest(server string, tenant openapi_types.UUID, ...) (*http.Request, error)
- func NewV1DurableTaskBranchRequestWithBody(server string, tenant openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)
- func NewV1DurableTaskEventLogListRequest(server string, tenant openapi_types.UUID, durableTask openapi_types.UUID, ...) (*http.Request, error)
- func NewV1EventGetRequest(server string, tenant openapi_types.UUID, v1Event openapi_types.UUID) (*http.Request, error)
- func NewV1EventKeyListRequest(server string, tenant openapi_types.UUID) (*http.Request, error)
- func NewV1EventListRequest(server string, tenant openapi_types.UUID, params *V1EventListParams) (*http.Request, error)
- func NewV1FilterCreateRequest(server string, tenant openapi_types.UUID, body V1FilterCreateJSONRequestBody) (*http.Request, error)
- func NewV1FilterCreateRequestWithBody(server string, tenant openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)
- func NewV1FilterDeleteRequest(server string, tenant openapi_types.UUID, v1Filter openapi_types.UUID) (*http.Request, error)
- func NewV1FilterGetRequest(server string, tenant openapi_types.UUID, v1Filter openapi_types.UUID) (*http.Request, error)
- func NewV1FilterListRequest(server string, tenant openapi_types.UUID, params *V1FilterListParams) (*http.Request, error)
- func NewV1FilterUpdateRequest(server string, tenant openapi_types.UUID, v1Filter openapi_types.UUID, ...) (*http.Request, error)
- func NewV1FilterUpdateRequestWithBody(server string, tenant openapi_types.UUID, v1Filter openapi_types.UUID, ...) (*http.Request, error)
- func NewV1HttpOperatorCreateRequest(server string, tenant openapi_types.UUID, ...) (*http.Request, error)
- func NewV1HttpOperatorCreateRequestWithBody(server string, tenant openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)
- func NewV1HttpOperatorDeleteRequest(server string, v1HttpOperator openapi_types.UUID) (*http.Request, error)
- func NewV1HttpOperatorGetRequest(server string, v1HttpOperator openapi_types.UUID) (*http.Request, error)
- func NewV1HttpOperatorListRequest(server string, tenant openapi_types.UUID, params *V1HttpOperatorListParams) (*http.Request, error)
- func NewV1HttpOperatorUpdateRequest(server string, v1HttpOperator openapi_types.UUID, ...) (*http.Request, error)
- func NewV1HttpOperatorUpdateRequestWithBody(server string, v1HttpOperator openapi_types.UUID, contentType string, ...) (*http.Request, error)
- func NewV1LogLineListRequest(server string, task openapi_types.UUID, params *V1LogLineListParams) (*http.Request, error)
- func NewV1ObservabilityGetTraceRequest(server string, tenant openapi_types.UUID, ...) (*http.Request, error)
- func NewV1TaskCancelRequest(server string, tenant openapi_types.UUID, body V1TaskCancelJSONRequestBody) (*http.Request, error)
- func NewV1TaskCancelRequestWithBody(server string, tenant openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)
- func NewV1TaskEventListRequest(server string, task openapi_types.UUID, params *V1TaskEventListParams) (*http.Request, error)
- func NewV1TaskGetPointMetricsRequest(server string, tenant openapi_types.UUID, params *V1TaskGetPointMetricsParams) (*http.Request, error)
- func NewV1TaskGetRequest(server string, task openapi_types.UUID, params *V1TaskGetParams) (*http.Request, error)
- func NewV1TaskListStatusMetricsRequest(server string, tenant openapi_types.UUID, ...) (*http.Request, error)
- func NewV1TaskReplayRequest(server string, tenant openapi_types.UUID, body V1TaskReplayJSONRequestBody) (*http.Request, error)
- func NewV1TaskReplayRequestWithBody(server string, tenant openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)
- func NewV1TaskRestoreRequest(server string, task openapi_types.UUID) (*http.Request, error)
- func NewV1TenantLogLineGetPointMetricsRequest(server string, tenant openapi_types.UUID, ...) (*http.Request, error)
- func NewV1TenantLogLineListRequest(server string, tenant openapi_types.UUID, params *V1TenantLogLineListParams) (*http.Request, error)
- func NewV1WebhookCreateRequest(server string, tenant openapi_types.UUID, body V1WebhookCreateJSONRequestBody) (*http.Request, error)
- func NewV1WebhookCreateRequestWithBody(server string, tenant openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)
- func NewV1WebhookDeleteRequest(server string, tenant openapi_types.UUID, v1Webhook string) (*http.Request, error)
- func NewV1WebhookGetRequest(server string, tenant openapi_types.UUID, v1Webhook string) (*http.Request, error)
- func NewV1WebhookListRequest(server string, tenant openapi_types.UUID, params *V1WebhookListParams) (*http.Request, error)
- func NewV1WebhookReceiveRequestWithBody(server string, tenant openapi_types.UUID, v1Webhook string, contentType string, ...) (*http.Request, error)
- func NewV1WebhookUpdateRequest(server string, tenant openapi_types.UUID, v1Webhook string, ...) (*http.Request, error)
- func NewV1WebhookUpdateRequestWithBody(server string, tenant openapi_types.UUID, v1Webhook string, contentType string, ...) (*http.Request, error)
- func NewV1WorkflowRunCreateRequest(server string, tenant openapi_types.UUID, ...) (*http.Request, error)
- func NewV1WorkflowRunCreateRequestWithBody(server string, tenant openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)
- func NewV1WorkflowRunDisplayNamesListRequest(server string, tenant openapi_types.UUID, ...) (*http.Request, error)
- func NewV1WorkflowRunExternalIdsListRequest(server string, tenant openapi_types.UUID, ...) (*http.Request, error)
- func NewV1WorkflowRunGetRequest(server string, v1WorkflowRun openapi_types.UUID, ...) (*http.Request, error)
- func NewV1WorkflowRunGetStatusRequest(server string, v1WorkflowRun openapi_types.UUID) (*http.Request, error)
- func NewV1WorkflowRunGetTimingsRequest(server string, v1WorkflowRun openapi_types.UUID, ...) (*http.Request, error)
- func NewV1WorkflowRunListRequest(server string, tenant openapi_types.UUID, params *V1WorkflowRunListParams) (*http.Request, error)
- func NewV1WorkflowRunTaskEventsListRequest(server string, v1WorkflowRun openapi_types.UUID, ...) (*http.Request, error)
- func NewWebhookCreateRequest(server string, tenant openapi_types.UUID, body WebhookCreateJSONRequestBody) (*http.Request, error)
- func NewWebhookCreateRequestWithBody(server string, tenant openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)
- func NewWebhookDeleteRequest(server string, webhook openapi_types.UUID) (*http.Request, error)
- func NewWebhookListRequest(server string, tenant openapi_types.UUID) (*http.Request, error)
- func NewWebhookRequestsListRequest(server string, webhook openapi_types.UUID) (*http.Request, error)
- func NewWorkerGetRequest(server string, worker openapi_types.UUID) (*http.Request, error)
- func NewWorkerListRequest(server string, tenant openapi_types.UUID, params *WorkerListParams) (*http.Request, error)
- func NewWorkerUpdateRequest(server string, worker openapi_types.UUID, body WorkerUpdateJSONRequestBody) (*http.Request, error)
- func NewWorkerUpdateRequestWithBody(server string, worker openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)
- func NewWorkflowCronDeleteRequest(server string, tenant openapi_types.UUID, cronWorkflow openapi_types.UUID) (*http.Request, error)
- func NewWorkflowCronGetRequest(server string, tenant openapi_types.UUID, cronWorkflow openapi_types.UUID) (*http.Request, error)
- func NewWorkflowCronTriggerRequest(server string, tenant openapi_types.UUID, cronWorkflow openapi_types.UUID) (*http.Request, error)
- func NewWorkflowCronUpdateRequest(server string, tenant openapi_types.UUID, cronWorkflow openapi_types.UUID, ...) (*http.Request, error)
- func NewWorkflowCronUpdateRequestWithBody(server string, tenant openapi_types.UUID, cronWorkflow openapi_types.UUID, ...) (*http.Request, error)
- func NewWorkflowDeleteRequest(server string, workflow openapi_types.UUID) (*http.Request, error)
- func NewWorkflowGetMetricsRequest(server string, workflow openapi_types.UUID, params *WorkflowGetMetricsParams) (*http.Request, error)
- func NewWorkflowGetRequest(server string, workflow openapi_types.UUID) (*http.Request, error)
- func NewWorkflowGetWorkersCountRequest(server string, tenant openapi_types.UUID, workflow openapi_types.UUID) (*http.Request, error)
- func NewWorkflowListRequest(server string, tenant openapi_types.UUID, params *WorkflowListParams) (*http.Request, error)
- func NewWorkflowRunCancelRequest(server string, tenant openapi_types.UUID, ...) (*http.Request, error)
- func NewWorkflowRunCancelRequestWithBody(server string, tenant openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)
- func NewWorkflowRunCreateRequest(server string, workflow openapi_types.UUID, params *WorkflowRunCreateParams, ...) (*http.Request, error)
- func NewWorkflowRunCreateRequestWithBody(server string, workflow openapi_types.UUID, params *WorkflowRunCreateParams, ...) (*http.Request, error)
- func NewWorkflowRunGetInputRequest(server string, tenant openapi_types.UUID, workflowRun openapi_types.UUID) (*http.Request, error)
- func NewWorkflowRunGetMetricsRequest(server string, tenant openapi_types.UUID, params *WorkflowRunGetMetricsParams) (*http.Request, error)
- func NewWorkflowRunGetRequest(server string, tenant openapi_types.UUID, workflowRun openapi_types.UUID) (*http.Request, error)
- func NewWorkflowRunGetShapeRequest(server string, tenant openapi_types.UUID, workflowRun openapi_types.UUID) (*http.Request, error)
- func NewWorkflowRunListRequest(server string, tenant openapi_types.UUID, params *WorkflowRunListParams) (*http.Request, error)
- func NewWorkflowRunListStepRunEventsRequest(server string, tenant openapi_types.UUID, workflowRun openapi_types.UUID, ...) (*http.Request, error)
- func NewWorkflowRunUpdateReplayRequest(server string, tenant openapi_types.UUID, ...) (*http.Request, error)
- func NewWorkflowRunUpdateReplayRequestWithBody(server string, tenant openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)
- func NewWorkflowScheduledBulkDeleteRequest(server string, tenant openapi_types.UUID, ...) (*http.Request, error)
- func NewWorkflowScheduledBulkDeleteRequestWithBody(server string, tenant openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)
- func NewWorkflowScheduledBulkUpdateRequest(server string, tenant openapi_types.UUID, ...) (*http.Request, error)
- func NewWorkflowScheduledBulkUpdateRequestWithBody(server string, tenant openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)
- func NewWorkflowScheduledDeleteRequest(server string, tenant openapi_types.UUID, ...) (*http.Request, error)
- func NewWorkflowScheduledGetRequest(server string, tenant openapi_types.UUID, ...) (*http.Request, error)
- func NewWorkflowScheduledListRequest(server string, tenant openapi_types.UUID, params *WorkflowScheduledListParams) (*http.Request, error)
- func NewWorkflowScheduledTriggerRequest(server string, tenant openapi_types.UUID, ...) (*http.Request, error)
- func NewWorkflowScheduledUpdateRequest(server string, tenant openapi_types.UUID, ...) (*http.Request, error)
- func NewWorkflowScheduledUpdateRequestWithBody(server string, tenant openapi_types.UUID, ...) (*http.Request, error)
- func NewWorkflowUpdateRequest(server string, workflow openapi_types.UUID, body WorkflowUpdateJSONRequestBody) (*http.Request, error)
- func NewWorkflowUpdateRequestWithBody(server string, workflow openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)
- func NewWorkflowVersionGetRequest(server string, workflow openapi_types.UUID, params *WorkflowVersionGetParams) (*http.Request, error)
- type APIError
- type APIErrors
- type APIMeta
- type APIMetaAuth
- type APIMetaIntegration
- type APIMetaPosthog
- type APIResourceMeta
- type APIToken
- type AcceptInviteRequest
- type AlertEmailGroupCreateJSONRequestBody
- type AlertEmailGroupCreateResponse
- type AlertEmailGroupDeleteResponse
- type AlertEmailGroupListResponse
- type AlertEmailGroupUpdateJSONRequestBody
- type AlertEmailGroupUpdateResponse
- type ApiTokenCreateJSONRequestBody
- type ApiTokenCreateResponse
- type ApiTokenListResponse
- type ApiTokenUpdateRevokeResponse
- type BulkCreateEventRequest
- type CancelEventRequest
- type Client
- func (c *Client) AlertEmailGroupCreate(ctx context.Context, tenant openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) AlertEmailGroupCreateWithBody(ctx context.Context, tenant openapi_types.UUID, contentType string, ...) (*http.Response, error)
- func (c *Client) AlertEmailGroupDelete(ctx context.Context, alertEmailGroup openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) AlertEmailGroupList(ctx context.Context, tenant openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) AlertEmailGroupUpdate(ctx context.Context, alertEmailGroup openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) AlertEmailGroupUpdateWithBody(ctx context.Context, alertEmailGroup openapi_types.UUID, contentType string, ...) (*http.Response, error)
- func (c *Client) ApiTokenCreate(ctx context.Context, tenant openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) ApiTokenCreateWithBody(ctx context.Context, tenant openapi_types.UUID, contentType string, ...) (*http.Response, error)
- func (c *Client) ApiTokenList(ctx context.Context, tenant openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) ApiTokenUpdateRevoke(ctx context.Context, apiToken openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) CloudMetadataGet(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) CronWorkflowList(ctx context.Context, tenant openapi_types.UUID, params *CronWorkflowListParams, ...) (*http.Response, error)
- func (c *Client) CronWorkflowTriggerCreate(ctx context.Context, tenant openapi_types.UUID, workflow string, ...) (*http.Response, error)
- func (c *Client) CronWorkflowTriggerCreateWithBody(ctx context.Context, tenant openapi_types.UUID, workflow string, ...) (*http.Response, error)
- func (c *Client) EventCreate(ctx context.Context, tenant openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) EventCreateBulk(ctx context.Context, tenant openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) EventCreateBulkWithBody(ctx context.Context, tenant openapi_types.UUID, contentType string, ...) (*http.Response, error)
- func (c *Client) EventCreateWithBody(ctx context.Context, tenant openapi_types.UUID, contentType string, ...) (*http.Response, error)
- func (c *Client) EventDataGet(ctx context.Context, event openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) EventDataGetWithTenant(ctx context.Context, tenant openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) EventGet(ctx context.Context, event openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) EventKeyList(ctx context.Context, tenant openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) EventList(ctx context.Context, tenant openapi_types.UUID, params *EventListParams, ...) (*http.Response, error)
- func (c *Client) EventUpdateCancel(ctx context.Context, tenant openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) EventUpdateCancelWithBody(ctx context.Context, tenant openapi_types.UUID, contentType string, ...) (*http.Response, error)
- func (c *Client) EventUpdateReplay(ctx context.Context, tenant openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) EventUpdateReplayWithBody(ctx context.Context, tenant openapi_types.UUID, contentType string, ...) (*http.Response, error)
- func (c *Client) InfoGetVersion(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) LivenessGet(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) MetadataGet(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) MetadataListIntegrations(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) MonitoringPostRunProbe(ctx context.Context, tenant openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) RateLimitDelete(ctx context.Context, tenant openapi_types.UUID, params *RateLimitDeleteParams, ...) (*http.Response, error)
- func (c *Client) RateLimitList(ctx context.Context, tenant openapi_types.UUID, params *RateLimitListParams, ...) (*http.Response, error)
- func (c *Client) ReadinessGet(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) ScheduledWorkflowRunCreate(ctx context.Context, tenant openapi_types.UUID, workflow string, ...) (*http.Response, error)
- func (c *Client) ScheduledWorkflowRunCreateWithBody(ctx context.Context, tenant openapi_types.UUID, workflow string, ...) (*http.Response, error)
- func (c *Client) SlackWebhookDelete(ctx context.Context, slack openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) SlackWebhookList(ctx context.Context, tenant openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) SnsCreate(ctx context.Context, tenant openapi_types.UUID, body SnsCreateJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) SnsCreateWithBody(ctx context.Context, tenant openapi_types.UUID, contentType string, ...) (*http.Response, error)
- func (c *Client) SnsDelete(ctx context.Context, sns openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) SnsList(ctx context.Context, tenant openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) SnsUpdate(ctx context.Context, tenant openapi_types.UUID, event string, ...) (*http.Response, error)
- func (c *Client) StepRunGet(ctx context.Context, tenant openapi_types.UUID, stepRun openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) StepRunGetSchema(ctx context.Context, tenant openapi_types.UUID, stepRun openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) StepRunListArchives(ctx context.Context, stepRun openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) StepRunListEvents(ctx context.Context, stepRun openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) StepRunUpdateCancel(ctx context.Context, tenant openapi_types.UUID, stepRun openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) StepRunUpdateRerun(ctx context.Context, tenant openapi_types.UUID, stepRun openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) StepRunUpdateRerunWithBody(ctx context.Context, tenant openapi_types.UUID, stepRun openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) TenantAlertingSettingsGet(ctx context.Context, tenant openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) TenantCreate(ctx context.Context, body TenantCreateJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) TenantCreateWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) TenantFeatureFlagEvaluate(ctx context.Context, tenant openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) TenantGet(ctx context.Context, tenant openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) TenantGetPrometheusMetrics(ctx context.Context, tenant openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) TenantGetQueueMetrics(ctx context.Context, tenant openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) TenantGetStepRunQueueMetrics(ctx context.Context, tenant openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) TenantGetTaskStats(ctx context.Context, tenant openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) TenantInviteAccept(ctx context.Context, body TenantInviteAcceptJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) TenantInviteAcceptWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) TenantInviteCreate(ctx context.Context, tenant openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) TenantInviteCreateWithBody(ctx context.Context, tenant openapi_types.UUID, contentType string, ...) (*http.Response, error)
- func (c *Client) TenantInviteDelete(ctx context.Context, tenant openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) TenantInviteList(ctx context.Context, tenant openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) TenantInviteReject(ctx context.Context, body TenantInviteRejectJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) TenantInviteRejectWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) TenantInviteUpdate(ctx context.Context, tenant openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) TenantInviteUpdateWithBody(ctx context.Context, tenant openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) TenantMemberDelete(ctx context.Context, tenant openapi_types.UUID, member openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) TenantMemberList(ctx context.Context, tenant openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) TenantMemberUpdate(ctx context.Context, tenant openapi_types.UUID, member openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) TenantMemberUpdateWithBody(ctx context.Context, tenant openapi_types.UUID, member openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) TenantMembershipsList(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) TenantResourcePolicyGet(ctx context.Context, tenant openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) TenantUpdate(ctx context.Context, tenant openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) TenantUpdateWithBody(ctx context.Context, tenant openapi_types.UUID, contentType string, ...) (*http.Response, error)
- func (c *Client) UserCreate(ctx context.Context, body UserCreateJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) UserCreateWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) UserGetCurrent(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) UserListTenantInvites(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) UserUpdateGithubOauthCallback(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) UserUpdateGithubOauthStart(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) UserUpdateGoogleOauthCallback(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) UserUpdateGoogleOauthStart(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) UserUpdateLogin(ctx context.Context, body UserUpdateLoginJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) UserUpdateLoginWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) UserUpdateLogout(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) UserUpdatePassword(ctx context.Context, body UserUpdatePasswordJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) UserUpdatePasswordWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) UserUpdateSlackOauthCallback(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) UserUpdateSlackOauthStart(ctx context.Context, tenant openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) V1CelDebug(ctx context.Context, tenant openapi_types.UUID, body V1CelDebugJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) V1CelDebugWithBody(ctx context.Context, tenant openapi_types.UUID, contentType string, ...) (*http.Response, error)
- func (c *Client) V1DagListTasks(ctx context.Context, params *V1DagListTasksParams, ...) (*http.Response, error)
- func (c *Client) V1DurableTaskBranch(ctx context.Context, tenant openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) V1DurableTaskBranchWithBody(ctx context.Context, tenant openapi_types.UUID, contentType string, ...) (*http.Response, error)
- func (c *Client) V1DurableTaskEventLogList(ctx context.Context, tenant openapi_types.UUID, durableTask openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) V1EventGet(ctx context.Context, tenant openapi_types.UUID, v1Event openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) V1EventKeyList(ctx context.Context, tenant openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) V1EventList(ctx context.Context, tenant openapi_types.UUID, params *V1EventListParams, ...) (*http.Response, error)
- func (c *Client) V1FilterCreate(ctx context.Context, tenant openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) V1FilterCreateWithBody(ctx context.Context, tenant openapi_types.UUID, contentType string, ...) (*http.Response, error)
- func (c *Client) V1FilterDelete(ctx context.Context, tenant openapi_types.UUID, v1Filter openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) V1FilterGet(ctx context.Context, tenant openapi_types.UUID, v1Filter openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) V1FilterList(ctx context.Context, tenant openapi_types.UUID, params *V1FilterListParams, ...) (*http.Response, error)
- func (c *Client) V1FilterUpdate(ctx context.Context, tenant openapi_types.UUID, v1Filter openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) V1FilterUpdateWithBody(ctx context.Context, tenant openapi_types.UUID, v1Filter openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) V1HttpOperatorCreate(ctx context.Context, tenant openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) V1HttpOperatorCreateWithBody(ctx context.Context, tenant openapi_types.UUID, contentType string, ...) (*http.Response, error)
- func (c *Client) V1HttpOperatorDelete(ctx context.Context, v1HttpOperator openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) V1HttpOperatorGet(ctx context.Context, v1HttpOperator openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) V1HttpOperatorList(ctx context.Context, tenant openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) V1HttpOperatorUpdate(ctx context.Context, v1HttpOperator openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) V1HttpOperatorUpdateWithBody(ctx context.Context, v1HttpOperator openapi_types.UUID, contentType string, ...) (*http.Response, error)
- func (c *Client) V1LogLineList(ctx context.Context, task openapi_types.UUID, params *V1LogLineListParams, ...) (*http.Response, error)
- func (c *Client) V1ObservabilityGetTrace(ctx context.Context, tenant openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) V1TaskCancel(ctx context.Context, tenant openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) V1TaskCancelWithBody(ctx context.Context, tenant openapi_types.UUID, contentType string, ...) (*http.Response, error)
- func (c *Client) V1TaskEventList(ctx context.Context, task openapi_types.UUID, params *V1TaskEventListParams, ...) (*http.Response, error)
- func (c *Client) V1TaskGet(ctx context.Context, task openapi_types.UUID, params *V1TaskGetParams, ...) (*http.Response, error)
- func (c *Client) V1TaskGetPointMetrics(ctx context.Context, tenant openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) V1TaskListStatusMetrics(ctx context.Context, tenant openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) V1TaskReplay(ctx context.Context, tenant openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) V1TaskReplayWithBody(ctx context.Context, tenant openapi_types.UUID, contentType string, ...) (*http.Response, error)
- func (c *Client) V1TaskRestore(ctx context.Context, task openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) V1TenantLogLineGetPointMetrics(ctx context.Context, tenant openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) V1TenantLogLineList(ctx context.Context, tenant openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) V1WebhookCreate(ctx context.Context, tenant openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) V1WebhookCreateWithBody(ctx context.Context, tenant openapi_types.UUID, contentType string, ...) (*http.Response, error)
- func (c *Client) V1WebhookDelete(ctx context.Context, tenant openapi_types.UUID, v1Webhook string, ...) (*http.Response, error)
- func (c *Client) V1WebhookGet(ctx context.Context, tenant openapi_types.UUID, v1Webhook string, ...) (*http.Response, error)
- func (c *Client) V1WebhookList(ctx context.Context, tenant openapi_types.UUID, params *V1WebhookListParams, ...) (*http.Response, error)
- func (c *Client) V1WebhookReceiveWithBody(ctx context.Context, tenant openapi_types.UUID, v1Webhook string, ...) (*http.Response, error)
- func (c *Client) V1WebhookUpdate(ctx context.Context, tenant openapi_types.UUID, v1Webhook string, ...) (*http.Response, error)
- func (c *Client) V1WebhookUpdateWithBody(ctx context.Context, tenant openapi_types.UUID, v1Webhook string, ...) (*http.Response, error)
- func (c *Client) V1WorkflowRunCreate(ctx context.Context, tenant openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) V1WorkflowRunCreateWithBody(ctx context.Context, tenant openapi_types.UUID, contentType string, ...) (*http.Response, error)
- func (c *Client) V1WorkflowRunDisplayNamesList(ctx context.Context, tenant openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) V1WorkflowRunExternalIdsList(ctx context.Context, tenant openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) V1WorkflowRunGet(ctx context.Context, v1WorkflowRun openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) V1WorkflowRunGetStatus(ctx context.Context, v1WorkflowRun openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) V1WorkflowRunGetTimings(ctx context.Context, v1WorkflowRun openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) V1WorkflowRunList(ctx context.Context, tenant openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) V1WorkflowRunTaskEventsList(ctx context.Context, v1WorkflowRun openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) WebhookCreate(ctx context.Context, tenant openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) WebhookCreateWithBody(ctx context.Context, tenant openapi_types.UUID, contentType string, ...) (*http.Response, error)
- func (c *Client) WebhookDelete(ctx context.Context, webhook openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) WebhookList(ctx context.Context, tenant openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) WebhookRequestsList(ctx context.Context, webhook openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) WorkerGet(ctx context.Context, worker openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) WorkerList(ctx context.Context, tenant openapi_types.UUID, params *WorkerListParams, ...) (*http.Response, error)
- func (c *Client) WorkerUpdate(ctx context.Context, worker openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) WorkerUpdateWithBody(ctx context.Context, worker openapi_types.UUID, contentType string, ...) (*http.Response, error)
- func (c *Client) WorkflowCronDelete(ctx context.Context, tenant openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) WorkflowCronGet(ctx context.Context, tenant openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) WorkflowCronTrigger(ctx context.Context, tenant openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) WorkflowCronUpdate(ctx context.Context, tenant openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) WorkflowCronUpdateWithBody(ctx context.Context, tenant openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) WorkflowDelete(ctx context.Context, workflow openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) WorkflowGet(ctx context.Context, workflow openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) WorkflowGetMetrics(ctx context.Context, workflow openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) WorkflowGetWorkersCount(ctx context.Context, tenant openapi_types.UUID, workflow openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) WorkflowList(ctx context.Context, tenant openapi_types.UUID, params *WorkflowListParams, ...) (*http.Response, error)
- func (c *Client) WorkflowRunCancel(ctx context.Context, tenant openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) WorkflowRunCancelWithBody(ctx context.Context, tenant openapi_types.UUID, contentType string, ...) (*http.Response, error)
- func (c *Client) WorkflowRunCreate(ctx context.Context, workflow openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) WorkflowRunCreateWithBody(ctx context.Context, workflow openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) WorkflowRunGet(ctx context.Context, tenant openapi_types.UUID, workflowRun openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) WorkflowRunGetInput(ctx context.Context, tenant openapi_types.UUID, workflowRun openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) WorkflowRunGetMetrics(ctx context.Context, tenant openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) WorkflowRunGetShape(ctx context.Context, tenant openapi_types.UUID, workflowRun openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) WorkflowRunList(ctx context.Context, tenant openapi_types.UUID, params *WorkflowRunListParams, ...) (*http.Response, error)
- func (c *Client) WorkflowRunListStepRunEvents(ctx context.Context, tenant openapi_types.UUID, workflowRun openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) WorkflowRunUpdateReplay(ctx context.Context, tenant openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) WorkflowRunUpdateReplayWithBody(ctx context.Context, tenant openapi_types.UUID, contentType string, ...) (*http.Response, error)
- func (c *Client) WorkflowScheduledBulkDelete(ctx context.Context, tenant openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) WorkflowScheduledBulkDeleteWithBody(ctx context.Context, tenant openapi_types.UUID, contentType string, ...) (*http.Response, error)
- func (c *Client) WorkflowScheduledBulkUpdate(ctx context.Context, tenant openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) WorkflowScheduledBulkUpdateWithBody(ctx context.Context, tenant openapi_types.UUID, contentType string, ...) (*http.Response, error)
- func (c *Client) WorkflowScheduledDelete(ctx context.Context, tenant openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) WorkflowScheduledGet(ctx context.Context, tenant openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) WorkflowScheduledList(ctx context.Context, tenant openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) WorkflowScheduledTrigger(ctx context.Context, tenant openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) WorkflowScheduledUpdate(ctx context.Context, tenant openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) WorkflowScheduledUpdateWithBody(ctx context.Context, tenant openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) WorkflowUpdate(ctx context.Context, workflow openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) WorkflowUpdateWithBody(ctx context.Context, workflow openapi_types.UUID, contentType string, ...) (*http.Response, error)
- func (c *Client) WorkflowVersionGet(ctx context.Context, workflow openapi_types.UUID, ...) (*http.Response, error)
- type ClientInterface
- type ClientOption
- type ClientWithResponses
- func (c *ClientWithResponses) AlertEmailGroupCreateWithBodyWithResponse(ctx context.Context, tenant openapi_types.UUID, contentType string, ...) (*AlertEmailGroupCreateResponse, error)
- func (c *ClientWithResponses) AlertEmailGroupCreateWithResponse(ctx context.Context, tenant openapi_types.UUID, ...) (*AlertEmailGroupCreateResponse, error)
- func (c *ClientWithResponses) AlertEmailGroupDeleteWithResponse(ctx context.Context, alertEmailGroup openapi_types.UUID, ...) (*AlertEmailGroupDeleteResponse, error)
- func (c *ClientWithResponses) AlertEmailGroupListWithResponse(ctx context.Context, tenant openapi_types.UUID, reqEditors ...RequestEditorFn) (*AlertEmailGroupListResponse, error)
- func (c *ClientWithResponses) AlertEmailGroupUpdateWithBodyWithResponse(ctx context.Context, alertEmailGroup openapi_types.UUID, contentType string, ...) (*AlertEmailGroupUpdateResponse, error)
- func (c *ClientWithResponses) AlertEmailGroupUpdateWithResponse(ctx context.Context, alertEmailGroup openapi_types.UUID, ...) (*AlertEmailGroupUpdateResponse, error)
- func (c *ClientWithResponses) ApiTokenCreateWithBodyWithResponse(ctx context.Context, tenant openapi_types.UUID, contentType string, ...) (*ApiTokenCreateResponse, error)
- func (c *ClientWithResponses) ApiTokenCreateWithResponse(ctx context.Context, tenant openapi_types.UUID, ...) (*ApiTokenCreateResponse, error)
- func (c *ClientWithResponses) ApiTokenListWithResponse(ctx context.Context, tenant openapi_types.UUID, reqEditors ...RequestEditorFn) (*ApiTokenListResponse, error)
- func (c *ClientWithResponses) ApiTokenUpdateRevokeWithResponse(ctx context.Context, apiToken openapi_types.UUID, ...) (*ApiTokenUpdateRevokeResponse, error)
- func (c *ClientWithResponses) CloudMetadataGetWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*CloudMetadataGetResponse, error)
- func (c *ClientWithResponses) CronWorkflowListWithResponse(ctx context.Context, tenant openapi_types.UUID, params *CronWorkflowListParams, ...) (*CronWorkflowListResponse, error)
- func (c *ClientWithResponses) CronWorkflowTriggerCreateWithBodyWithResponse(ctx context.Context, tenant openapi_types.UUID, workflow string, ...) (*CronWorkflowTriggerCreateResponse, error)
- func (c *ClientWithResponses) CronWorkflowTriggerCreateWithResponse(ctx context.Context, tenant openapi_types.UUID, workflow string, ...) (*CronWorkflowTriggerCreateResponse, error)
- func (c *ClientWithResponses) EventCreateBulkWithBodyWithResponse(ctx context.Context, tenant openapi_types.UUID, contentType string, ...) (*EventCreateBulkResponse, error)
- func (c *ClientWithResponses) EventCreateBulkWithResponse(ctx context.Context, tenant openapi_types.UUID, ...) (*EventCreateBulkResponse, error)
- func (c *ClientWithResponses) EventCreateWithBodyWithResponse(ctx context.Context, tenant openapi_types.UUID, contentType string, ...) (*EventCreateResponse, error)
- func (c *ClientWithResponses) EventCreateWithResponse(ctx context.Context, tenant openapi_types.UUID, ...) (*EventCreateResponse, error)
- func (c *ClientWithResponses) EventDataGetWithResponse(ctx context.Context, event openapi_types.UUID, reqEditors ...RequestEditorFn) (*EventDataGetResponse, error)
- func (c *ClientWithResponses) EventDataGetWithTenantWithResponse(ctx context.Context, tenant openapi_types.UUID, ...) (*EventDataGetWithTenantResponse, error)
- func (c *ClientWithResponses) EventGetWithResponse(ctx context.Context, event openapi_types.UUID, reqEditors ...RequestEditorFn) (*EventGetResponse, error)
- func (c *ClientWithResponses) EventKeyListWithResponse(ctx context.Context, tenant openapi_types.UUID, reqEditors ...RequestEditorFn) (*EventKeyListResponse, error)
- func (c *ClientWithResponses) EventListWithResponse(ctx context.Context, tenant openapi_types.UUID, params *EventListParams, ...) (*EventListResponse, error)
- func (c *ClientWithResponses) EventUpdateCancelWithBodyWithResponse(ctx context.Context, tenant openapi_types.UUID, contentType string, ...) (*EventUpdateCancelResponse, error)
- func (c *ClientWithResponses) EventUpdateCancelWithResponse(ctx context.Context, tenant openapi_types.UUID, ...) (*EventUpdateCancelResponse, error)
- func (c *ClientWithResponses) EventUpdateReplayWithBodyWithResponse(ctx context.Context, tenant openapi_types.UUID, contentType string, ...) (*EventUpdateReplayResponse, error)
- func (c *ClientWithResponses) EventUpdateReplayWithResponse(ctx context.Context, tenant openapi_types.UUID, ...) (*EventUpdateReplayResponse, error)
- func (c *ClientWithResponses) InfoGetVersionWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*InfoGetVersionResponse, error)
- func (c *ClientWithResponses) LivenessGetWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*LivenessGetResponse, error)
- func (c *ClientWithResponses) MetadataGetWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*MetadataGetResponse, error)
- func (c *ClientWithResponses) MetadataListIntegrationsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*MetadataListIntegrationsResponse, error)
- func (c *ClientWithResponses) MonitoringPostRunProbeWithResponse(ctx context.Context, tenant openapi_types.UUID, reqEditors ...RequestEditorFn) (*MonitoringPostRunProbeResponse, error)
- func (c *ClientWithResponses) RateLimitDeleteWithResponse(ctx context.Context, tenant openapi_types.UUID, params *RateLimitDeleteParams, ...) (*RateLimitDeleteResponse, error)
- func (c *ClientWithResponses) RateLimitListWithResponse(ctx context.Context, tenant openapi_types.UUID, params *RateLimitListParams, ...) (*RateLimitListResponse, error)
- func (c *ClientWithResponses) ReadinessGetWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ReadinessGetResponse, error)
- func (c *ClientWithResponses) ScheduledWorkflowRunCreateWithBodyWithResponse(ctx context.Context, tenant openapi_types.UUID, workflow string, ...) (*ScheduledWorkflowRunCreateResponse, error)
- func (c *ClientWithResponses) ScheduledWorkflowRunCreateWithResponse(ctx context.Context, tenant openapi_types.UUID, workflow string, ...) (*ScheduledWorkflowRunCreateResponse, error)
- func (c *ClientWithResponses) SlackWebhookDeleteWithResponse(ctx context.Context, slack openapi_types.UUID, reqEditors ...RequestEditorFn) (*SlackWebhookDeleteResponse, error)
- func (c *ClientWithResponses) SlackWebhookListWithResponse(ctx context.Context, tenant openapi_types.UUID, reqEditors ...RequestEditorFn) (*SlackWebhookListResponse, error)
- func (c *ClientWithResponses) SnsCreateWithBodyWithResponse(ctx context.Context, tenant openapi_types.UUID, contentType string, ...) (*SnsCreateResponse, error)
- func (c *ClientWithResponses) SnsCreateWithResponse(ctx context.Context, tenant openapi_types.UUID, body SnsCreateJSONRequestBody, ...) (*SnsCreateResponse, error)
- func (c *ClientWithResponses) SnsDeleteWithResponse(ctx context.Context, sns openapi_types.UUID, reqEditors ...RequestEditorFn) (*SnsDeleteResponse, error)
- func (c *ClientWithResponses) SnsListWithResponse(ctx context.Context, tenant openapi_types.UUID, reqEditors ...RequestEditorFn) (*SnsListResponse, error)
- func (c *ClientWithResponses) SnsUpdateWithResponse(ctx context.Context, tenant openapi_types.UUID, event string, ...) (*SnsUpdateResponse, error)
- func (c *ClientWithResponses) StepRunGetSchemaWithResponse(ctx context.Context, tenant openapi_types.UUID, stepRun openapi_types.UUID, ...) (*StepRunGetSchemaResponse, error)
- func (c *ClientWithResponses) StepRunGetWithResponse(ctx context.Context, tenant openapi_types.UUID, stepRun openapi_types.UUID, ...) (*StepRunGetResponse, error)
- func (c *ClientWithResponses) StepRunListArchivesWithResponse(ctx context.Context, stepRun openapi_types.UUID, ...) (*StepRunListArchivesResponse, error)
- func (c *ClientWithResponses) StepRunListEventsWithResponse(ctx context.Context, stepRun openapi_types.UUID, ...) (*StepRunListEventsResponse, error)
- func (c *ClientWithResponses) StepRunUpdateCancelWithResponse(ctx context.Context, tenant openapi_types.UUID, stepRun openapi_types.UUID, ...) (*StepRunUpdateCancelResponse, error)
- func (c *ClientWithResponses) StepRunUpdateRerunWithBodyWithResponse(ctx context.Context, tenant openapi_types.UUID, stepRun openapi_types.UUID, ...) (*StepRunUpdateRerunResponse, error)
- func (c *ClientWithResponses) StepRunUpdateRerunWithResponse(ctx context.Context, tenant openapi_types.UUID, stepRun openapi_types.UUID, ...) (*StepRunUpdateRerunResponse, error)
- func (c *ClientWithResponses) TenantAlertingSettingsGetWithResponse(ctx context.Context, tenant openapi_types.UUID, reqEditors ...RequestEditorFn) (*TenantAlertingSettingsGetResponse, error)
- func (c *ClientWithResponses) TenantCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*TenantCreateResponse, error)
- func (c *ClientWithResponses) TenantCreateWithResponse(ctx context.Context, body TenantCreateJSONRequestBody, ...) (*TenantCreateResponse, error)
- func (c *ClientWithResponses) TenantFeatureFlagEvaluateWithResponse(ctx context.Context, tenant openapi_types.UUID, ...) (*TenantFeatureFlagEvaluateResponse, error)
- func (c *ClientWithResponses) TenantGetPrometheusMetricsWithResponse(ctx context.Context, tenant openapi_types.UUID, reqEditors ...RequestEditorFn) (*TenantGetPrometheusMetricsResponse, error)
- func (c *ClientWithResponses) TenantGetQueueMetricsWithResponse(ctx context.Context, tenant openapi_types.UUID, ...) (*TenantGetQueueMetricsResponse, error)
- func (c *ClientWithResponses) TenantGetStepRunQueueMetricsWithResponse(ctx context.Context, tenant openapi_types.UUID, reqEditors ...RequestEditorFn) (*TenantGetStepRunQueueMetricsResponse, error)
- func (c *ClientWithResponses) TenantGetTaskStatsWithResponse(ctx context.Context, tenant openapi_types.UUID, ...) (*TenantGetTaskStatsResponse, error)
- func (c *ClientWithResponses) TenantGetWithResponse(ctx context.Context, tenant openapi_types.UUID, reqEditors ...RequestEditorFn) (*TenantGetResponse, error)
- func (c *ClientWithResponses) TenantInviteAcceptWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*TenantInviteAcceptResponse, error)
- func (c *ClientWithResponses) TenantInviteAcceptWithResponse(ctx context.Context, body TenantInviteAcceptJSONRequestBody, ...) (*TenantInviteAcceptResponse, error)
- func (c *ClientWithResponses) TenantInviteCreateWithBodyWithResponse(ctx context.Context, tenant openapi_types.UUID, contentType string, ...) (*TenantInviteCreateResponse, error)
- func (c *ClientWithResponses) TenantInviteCreateWithResponse(ctx context.Context, tenant openapi_types.UUID, ...) (*TenantInviteCreateResponse, error)
- func (c *ClientWithResponses) TenantInviteDeleteWithResponse(ctx context.Context, tenant openapi_types.UUID, ...) (*TenantInviteDeleteResponse, error)
- func (c *ClientWithResponses) TenantInviteListWithResponse(ctx context.Context, tenant openapi_types.UUID, reqEditors ...RequestEditorFn) (*TenantInviteListResponse, error)
- func (c *ClientWithResponses) TenantInviteRejectWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*TenantInviteRejectResponse, error)
- func (c *ClientWithResponses) TenantInviteRejectWithResponse(ctx context.Context, body TenantInviteRejectJSONRequestBody, ...) (*TenantInviteRejectResponse, error)
- func (c *ClientWithResponses) TenantInviteUpdateWithBodyWithResponse(ctx context.Context, tenant openapi_types.UUID, ...) (*TenantInviteUpdateResponse, error)
- func (c *ClientWithResponses) TenantInviteUpdateWithResponse(ctx context.Context, tenant openapi_types.UUID, ...) (*TenantInviteUpdateResponse, error)
- func (c *ClientWithResponses) TenantMemberDeleteWithResponse(ctx context.Context, tenant openapi_types.UUID, member openapi_types.UUID, ...) (*TenantMemberDeleteResponse, error)
- func (c *ClientWithResponses) TenantMemberListWithResponse(ctx context.Context, tenant openapi_types.UUID, reqEditors ...RequestEditorFn) (*TenantMemberListResponse, error)
- func (c *ClientWithResponses) TenantMemberUpdateWithBodyWithResponse(ctx context.Context, tenant openapi_types.UUID, member openapi_types.UUID, ...) (*TenantMemberUpdateResponse, error)
- func (c *ClientWithResponses) TenantMemberUpdateWithResponse(ctx context.Context, tenant openapi_types.UUID, member openapi_types.UUID, ...) (*TenantMemberUpdateResponse, error)
- func (c *ClientWithResponses) TenantMembershipsListWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*TenantMembershipsListResponse, error)
- func (c *ClientWithResponses) TenantResourcePolicyGetWithResponse(ctx context.Context, tenant openapi_types.UUID, reqEditors ...RequestEditorFn) (*TenantResourcePolicyGetResponse, error)
- func (c *ClientWithResponses) TenantUpdateWithBodyWithResponse(ctx context.Context, tenant openapi_types.UUID, contentType string, ...) (*TenantUpdateResponse, error)
- func (c *ClientWithResponses) TenantUpdateWithResponse(ctx context.Context, tenant openapi_types.UUID, ...) (*TenantUpdateResponse, error)
- func (c *ClientWithResponses) UserCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*UserCreateResponse, error)
- func (c *ClientWithResponses) UserCreateWithResponse(ctx context.Context, body UserCreateJSONRequestBody, ...) (*UserCreateResponse, error)
- func (c *ClientWithResponses) UserGetCurrentWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*UserGetCurrentResponse, error)
- func (c *ClientWithResponses) UserListTenantInvitesWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*UserListTenantInvitesResponse, error)
- func (c *ClientWithResponses) UserUpdateGithubOauthCallbackWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*UserUpdateGithubOauthCallbackResponse, error)
- func (c *ClientWithResponses) UserUpdateGithubOauthStartWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*UserUpdateGithubOauthStartResponse, error)
- func (c *ClientWithResponses) UserUpdateGoogleOauthCallbackWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*UserUpdateGoogleOauthCallbackResponse, error)
- func (c *ClientWithResponses) UserUpdateGoogleOauthStartWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*UserUpdateGoogleOauthStartResponse, error)
- func (c *ClientWithResponses) UserUpdateLoginWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*UserUpdateLoginResponse, error)
- func (c *ClientWithResponses) UserUpdateLoginWithResponse(ctx context.Context, body UserUpdateLoginJSONRequestBody, ...) (*UserUpdateLoginResponse, error)
- func (c *ClientWithResponses) UserUpdateLogoutWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*UserUpdateLogoutResponse, error)
- func (c *ClientWithResponses) UserUpdatePasswordWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*UserUpdatePasswordResponse, error)
- func (c *ClientWithResponses) UserUpdatePasswordWithResponse(ctx context.Context, body UserUpdatePasswordJSONRequestBody, ...) (*UserUpdatePasswordResponse, error)
- func (c *ClientWithResponses) UserUpdateSlackOauthCallbackWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*UserUpdateSlackOauthCallbackResponse, error)
- func (c *ClientWithResponses) UserUpdateSlackOauthStartWithResponse(ctx context.Context, tenant openapi_types.UUID, reqEditors ...RequestEditorFn) (*UserUpdateSlackOauthStartResponse, error)
- func (c *ClientWithResponses) V1CelDebugWithBodyWithResponse(ctx context.Context, tenant openapi_types.UUID, contentType string, ...) (*V1CelDebugResponse, error)
- func (c *ClientWithResponses) V1CelDebugWithResponse(ctx context.Context, tenant openapi_types.UUID, body V1CelDebugJSONRequestBody, ...) (*V1CelDebugResponse, error)
- func (c *ClientWithResponses) V1DagListTasksWithResponse(ctx context.Context, params *V1DagListTasksParams, ...) (*V1DagListTasksResponse, error)
- func (c *ClientWithResponses) V1DurableTaskBranchWithBodyWithResponse(ctx context.Context, tenant openapi_types.UUID, contentType string, ...) (*V1DurableTaskBranchResponse, error)
- func (c *ClientWithResponses) V1DurableTaskBranchWithResponse(ctx context.Context, tenant openapi_types.UUID, ...) (*V1DurableTaskBranchResponse, error)
- func (c *ClientWithResponses) V1DurableTaskEventLogListWithResponse(ctx context.Context, tenant openapi_types.UUID, durableTask openapi_types.UUID, ...) (*V1DurableTaskEventLogListResponse, error)
- func (c *ClientWithResponses) V1EventGetWithResponse(ctx context.Context, tenant openapi_types.UUID, v1Event openapi_types.UUID, ...) (*V1EventGetResponse, error)
- func (c *ClientWithResponses) V1EventKeyListWithResponse(ctx context.Context, tenant openapi_types.UUID, reqEditors ...RequestEditorFn) (*V1EventKeyListResponse, error)
- func (c *ClientWithResponses) V1EventListWithResponse(ctx context.Context, tenant openapi_types.UUID, params *V1EventListParams, ...) (*V1EventListResponse, error)
- func (c *ClientWithResponses) V1FilterCreateWithBodyWithResponse(ctx context.Context, tenant openapi_types.UUID, contentType string, ...) (*V1FilterCreateResponse, error)
- func (c *ClientWithResponses) V1FilterCreateWithResponse(ctx context.Context, tenant openapi_types.UUID, ...) (*V1FilterCreateResponse, error)
- func (c *ClientWithResponses) V1FilterDeleteWithResponse(ctx context.Context, tenant openapi_types.UUID, v1Filter openapi_types.UUID, ...) (*V1FilterDeleteResponse, error)
- func (c *ClientWithResponses) V1FilterGetWithResponse(ctx context.Context, tenant openapi_types.UUID, v1Filter openapi_types.UUID, ...) (*V1FilterGetResponse, error)
- func (c *ClientWithResponses) V1FilterListWithResponse(ctx context.Context, tenant openapi_types.UUID, params *V1FilterListParams, ...) (*V1FilterListResponse, error)
- func (c *ClientWithResponses) V1FilterUpdateWithBodyWithResponse(ctx context.Context, tenant openapi_types.UUID, v1Filter openapi_types.UUID, ...) (*V1FilterUpdateResponse, error)
- func (c *ClientWithResponses) V1FilterUpdateWithResponse(ctx context.Context, tenant openapi_types.UUID, v1Filter openapi_types.UUID, ...) (*V1FilterUpdateResponse, error)
- func (c *ClientWithResponses) V1HttpOperatorCreateWithBodyWithResponse(ctx context.Context, tenant openapi_types.UUID, contentType string, ...) (*V1HttpOperatorCreateResponse, error)
- func (c *ClientWithResponses) V1HttpOperatorCreateWithResponse(ctx context.Context, tenant openapi_types.UUID, ...) (*V1HttpOperatorCreateResponse, error)
- func (c *ClientWithResponses) V1HttpOperatorDeleteWithResponse(ctx context.Context, v1HttpOperator openapi_types.UUID, ...) (*V1HttpOperatorDeleteResponse, error)
- func (c *ClientWithResponses) V1HttpOperatorGetWithResponse(ctx context.Context, v1HttpOperator openapi_types.UUID, ...) (*V1HttpOperatorGetResponse, error)
- func (c *ClientWithResponses) V1HttpOperatorListWithResponse(ctx context.Context, tenant openapi_types.UUID, ...) (*V1HttpOperatorListResponse, error)
- func (c *ClientWithResponses) V1HttpOperatorUpdateWithBodyWithResponse(ctx context.Context, v1HttpOperator openapi_types.UUID, contentType string, ...) (*V1HttpOperatorUpdateResponse, error)
- func (c *ClientWithResponses) V1HttpOperatorUpdateWithResponse(ctx context.Context, v1HttpOperator openapi_types.UUID, ...) (*V1HttpOperatorUpdateResponse, error)
- func (c *ClientWithResponses) V1LogLineListWithResponse(ctx context.Context, task openapi_types.UUID, params *V1LogLineListParams, ...) (*V1LogLineListResponse, error)
- func (c *ClientWithResponses) V1ObservabilityGetTraceWithResponse(ctx context.Context, tenant openapi_types.UUID, ...) (*V1ObservabilityGetTraceResponse, error)
- func (c *ClientWithResponses) V1TaskCancelWithBodyWithResponse(ctx context.Context, tenant openapi_types.UUID, contentType string, ...) (*V1TaskCancelResponse, error)
- func (c *ClientWithResponses) V1TaskCancelWithResponse(ctx context.Context, tenant openapi_types.UUID, ...) (*V1TaskCancelResponse, error)
- func (c *ClientWithResponses) V1TaskEventListWithResponse(ctx context.Context, task openapi_types.UUID, params *V1TaskEventListParams, ...) (*V1TaskEventListResponse, error)
- func (c *ClientWithResponses) V1TaskGetPointMetricsWithResponse(ctx context.Context, tenant openapi_types.UUID, ...) (*V1TaskGetPointMetricsResponse, error)
- func (c *ClientWithResponses) V1TaskGetWithResponse(ctx context.Context, task openapi_types.UUID, params *V1TaskGetParams, ...) (*V1TaskGetResponse, error)
- func (c *ClientWithResponses) V1TaskListStatusMetricsWithResponse(ctx context.Context, tenant openapi_types.UUID, ...) (*V1TaskListStatusMetricsResponse, error)
- func (c *ClientWithResponses) V1TaskReplayWithBodyWithResponse(ctx context.Context, tenant openapi_types.UUID, contentType string, ...) (*V1TaskReplayResponse, error)
- func (c *ClientWithResponses) V1TaskReplayWithResponse(ctx context.Context, tenant openapi_types.UUID, ...) (*V1TaskReplayResponse, error)
- func (c *ClientWithResponses) V1TaskRestoreWithResponse(ctx context.Context, task openapi_types.UUID, reqEditors ...RequestEditorFn) (*V1TaskRestoreResponse, error)
- func (c *ClientWithResponses) V1TenantLogLineGetPointMetricsWithResponse(ctx context.Context, tenant openapi_types.UUID, ...) (*V1TenantLogLineGetPointMetricsResponse, error)
- func (c *ClientWithResponses) V1TenantLogLineListWithResponse(ctx context.Context, tenant openapi_types.UUID, ...) (*V1TenantLogLineListResponse, error)
- func (c *ClientWithResponses) V1WebhookCreateWithBodyWithResponse(ctx context.Context, tenant openapi_types.UUID, contentType string, ...) (*V1WebhookCreateResponse, error)
- func (c *ClientWithResponses) V1WebhookCreateWithResponse(ctx context.Context, tenant openapi_types.UUID, ...) (*V1WebhookCreateResponse, error)
- func (c *ClientWithResponses) V1WebhookDeleteWithResponse(ctx context.Context, tenant openapi_types.UUID, v1Webhook string, ...) (*V1WebhookDeleteResponse, error)
- func (c *ClientWithResponses) V1WebhookGetWithResponse(ctx context.Context, tenant openapi_types.UUID, v1Webhook string, ...) (*V1WebhookGetResponse, error)
- func (c *ClientWithResponses) V1WebhookListWithResponse(ctx context.Context, tenant openapi_types.UUID, params *V1WebhookListParams, ...) (*V1WebhookListResponse, error)
- func (c *ClientWithResponses) V1WebhookReceiveWithBodyWithResponse(ctx context.Context, tenant openapi_types.UUID, v1Webhook string, ...) (*V1WebhookReceiveResponse, error)
- func (c *ClientWithResponses) V1WebhookUpdateWithBodyWithResponse(ctx context.Context, tenant openapi_types.UUID, v1Webhook string, ...) (*V1WebhookUpdateResponse, error)
- func (c *ClientWithResponses) V1WebhookUpdateWithResponse(ctx context.Context, tenant openapi_types.UUID, v1Webhook string, ...) (*V1WebhookUpdateResponse, error)
- func (c *ClientWithResponses) V1WorkflowRunCreateWithBodyWithResponse(ctx context.Context, tenant openapi_types.UUID, contentType string, ...) (*V1WorkflowRunCreateResponse, error)
- func (c *ClientWithResponses) V1WorkflowRunCreateWithResponse(ctx context.Context, tenant openapi_types.UUID, ...) (*V1WorkflowRunCreateResponse, error)
- func (c *ClientWithResponses) V1WorkflowRunDisplayNamesListWithResponse(ctx context.Context, tenant openapi_types.UUID, ...) (*V1WorkflowRunDisplayNamesListResponse, error)
- func (c *ClientWithResponses) V1WorkflowRunExternalIdsListWithResponse(ctx context.Context, tenant openapi_types.UUID, ...) (*V1WorkflowRunExternalIdsListResponse, error)
- func (c *ClientWithResponses) V1WorkflowRunGetStatusWithResponse(ctx context.Context, v1WorkflowRun openapi_types.UUID, ...) (*V1WorkflowRunGetStatusResponse, error)
- func (c *ClientWithResponses) V1WorkflowRunGetTimingsWithResponse(ctx context.Context, v1WorkflowRun openapi_types.UUID, ...) (*V1WorkflowRunGetTimingsResponse, error)
- func (c *ClientWithResponses) V1WorkflowRunGetWithResponse(ctx context.Context, v1WorkflowRun openapi_types.UUID, ...) (*V1WorkflowRunGetResponse, error)
- func (c *ClientWithResponses) V1WorkflowRunListWithResponse(ctx context.Context, tenant openapi_types.UUID, ...) (*V1WorkflowRunListResponse, error)
- func (c *ClientWithResponses) V1WorkflowRunTaskEventsListWithResponse(ctx context.Context, v1WorkflowRun openapi_types.UUID, ...) (*V1WorkflowRunTaskEventsListResponse, error)
- func (c *ClientWithResponses) WebhookCreateWithBodyWithResponse(ctx context.Context, tenant openapi_types.UUID, contentType string, ...) (*WebhookCreateResponse, error)
- func (c *ClientWithResponses) WebhookCreateWithResponse(ctx context.Context, tenant openapi_types.UUID, ...) (*WebhookCreateResponse, error)
- func (c *ClientWithResponses) WebhookDeleteWithResponse(ctx context.Context, webhook openapi_types.UUID, reqEditors ...RequestEditorFn) (*WebhookDeleteResponse, error)
- func (c *ClientWithResponses) WebhookListWithResponse(ctx context.Context, tenant openapi_types.UUID, reqEditors ...RequestEditorFn) (*WebhookListResponse, error)
- func (c *ClientWithResponses) WebhookRequestsListWithResponse(ctx context.Context, webhook openapi_types.UUID, reqEditors ...RequestEditorFn) (*WebhookRequestsListResponse, error)
- func (c *ClientWithResponses) WorkerGetWithResponse(ctx context.Context, worker openapi_types.UUID, reqEditors ...RequestEditorFn) (*WorkerGetResponse, error)
- func (c *ClientWithResponses) WorkerListWithResponse(ctx context.Context, tenant openapi_types.UUID, params *WorkerListParams, ...) (*WorkerListResponse, error)
- func (c *ClientWithResponses) WorkerUpdateWithBodyWithResponse(ctx context.Context, worker openapi_types.UUID, contentType string, ...) (*WorkerUpdateResponse, error)
- func (c *ClientWithResponses) WorkerUpdateWithResponse(ctx context.Context, worker openapi_types.UUID, ...) (*WorkerUpdateResponse, error)
- func (c *ClientWithResponses) WorkflowCronDeleteWithResponse(ctx context.Context, tenant openapi_types.UUID, ...) (*WorkflowCronDeleteResponse, error)
- func (c *ClientWithResponses) WorkflowCronGetWithResponse(ctx context.Context, tenant openapi_types.UUID, ...) (*WorkflowCronGetResponse, error)
- func (c *ClientWithResponses) WorkflowCronTriggerWithResponse(ctx context.Context, tenant openapi_types.UUID, ...) (*WorkflowCronTriggerResponse, error)
- func (c *ClientWithResponses) WorkflowCronUpdateWithBodyWithResponse(ctx context.Context, tenant openapi_types.UUID, ...) (*WorkflowCronUpdateResponse, error)
- func (c *ClientWithResponses) WorkflowCronUpdateWithResponse(ctx context.Context, tenant openapi_types.UUID, ...) (*WorkflowCronUpdateResponse, error)
- func (c *ClientWithResponses) WorkflowDeleteWithResponse(ctx context.Context, workflow openapi_types.UUID, ...) (*WorkflowDeleteResponse, error)
- func (c *ClientWithResponses) WorkflowGetMetricsWithResponse(ctx context.Context, workflow openapi_types.UUID, ...) (*WorkflowGetMetricsResponse, error)
- func (c *ClientWithResponses) WorkflowGetWithResponse(ctx context.Context, workflow openapi_types.UUID, ...) (*WorkflowGetResponse, error)
- func (c *ClientWithResponses) WorkflowGetWorkersCountWithResponse(ctx context.Context, tenant openapi_types.UUID, workflow openapi_types.UUID, ...) (*WorkflowGetWorkersCountResponse, error)
- func (c *ClientWithResponses) WorkflowListWithResponse(ctx context.Context, tenant openapi_types.UUID, params *WorkflowListParams, ...) (*WorkflowListResponse, error)
- func (c *ClientWithResponses) WorkflowRunCancelWithBodyWithResponse(ctx context.Context, tenant openapi_types.UUID, contentType string, ...) (*WorkflowRunCancelResponse, error)
- func (c *ClientWithResponses) WorkflowRunCancelWithResponse(ctx context.Context, tenant openapi_types.UUID, ...) (*WorkflowRunCancelResponse, error)
- func (c *ClientWithResponses) WorkflowRunCreateWithBodyWithResponse(ctx context.Context, workflow openapi_types.UUID, ...) (*WorkflowRunCreateResponse, error)
- func (c *ClientWithResponses) WorkflowRunCreateWithResponse(ctx context.Context, workflow openapi_types.UUID, ...) (*WorkflowRunCreateResponse, error)
- func (c *ClientWithResponses) WorkflowRunGetInputWithResponse(ctx context.Context, tenant openapi_types.UUID, workflowRun openapi_types.UUID, ...) (*WorkflowRunGetInputResponse, error)
- func (c *ClientWithResponses) WorkflowRunGetMetricsWithResponse(ctx context.Context, tenant openapi_types.UUID, ...) (*WorkflowRunGetMetricsResponse, error)
- func (c *ClientWithResponses) WorkflowRunGetShapeWithResponse(ctx context.Context, tenant openapi_types.UUID, workflowRun openapi_types.UUID, ...) (*WorkflowRunGetShapeResponse, error)
- func (c *ClientWithResponses) WorkflowRunGetWithResponse(ctx context.Context, tenant openapi_types.UUID, workflowRun openapi_types.UUID, ...) (*WorkflowRunGetResponse, error)
- func (c *ClientWithResponses) WorkflowRunListStepRunEventsWithResponse(ctx context.Context, tenant openapi_types.UUID, workflowRun openapi_types.UUID, ...) (*WorkflowRunListStepRunEventsResponse, error)
- func (c *ClientWithResponses) WorkflowRunListWithResponse(ctx context.Context, tenant openapi_types.UUID, params *WorkflowRunListParams, ...) (*WorkflowRunListResponse, error)
- func (c *ClientWithResponses) WorkflowRunUpdateReplayWithBodyWithResponse(ctx context.Context, tenant openapi_types.UUID, contentType string, ...) (*WorkflowRunUpdateReplayResponse, error)
- func (c *ClientWithResponses) WorkflowRunUpdateReplayWithResponse(ctx context.Context, tenant openapi_types.UUID, ...) (*WorkflowRunUpdateReplayResponse, error)
- func (c *ClientWithResponses) WorkflowScheduledBulkDeleteWithBodyWithResponse(ctx context.Context, tenant openapi_types.UUID, contentType string, ...) (*WorkflowScheduledBulkDeleteResponse, error)
- func (c *ClientWithResponses) WorkflowScheduledBulkDeleteWithResponse(ctx context.Context, tenant openapi_types.UUID, ...) (*WorkflowScheduledBulkDeleteResponse, error)
- func (c *ClientWithResponses) WorkflowScheduledBulkUpdateWithBodyWithResponse(ctx context.Context, tenant openapi_types.UUID, contentType string, ...) (*WorkflowScheduledBulkUpdateResponse, error)
- func (c *ClientWithResponses) WorkflowScheduledBulkUpdateWithResponse(ctx context.Context, tenant openapi_types.UUID, ...) (*WorkflowScheduledBulkUpdateResponse, error)
- func (c *ClientWithResponses) WorkflowScheduledDeleteWithResponse(ctx context.Context, tenant openapi_types.UUID, ...) (*WorkflowScheduledDeleteResponse, error)
- func (c *ClientWithResponses) WorkflowScheduledGetWithResponse(ctx context.Context, tenant openapi_types.UUID, ...) (*WorkflowScheduledGetResponse, error)
- func (c *ClientWithResponses) WorkflowScheduledListWithResponse(ctx context.Context, tenant openapi_types.UUID, ...) (*WorkflowScheduledListResponse, error)
- func (c *ClientWithResponses) WorkflowScheduledTriggerWithResponse(ctx context.Context, tenant openapi_types.UUID, ...) (*WorkflowScheduledTriggerResponse, error)
- func (c *ClientWithResponses) WorkflowScheduledUpdateWithBodyWithResponse(ctx context.Context, tenant openapi_types.UUID, ...) (*WorkflowScheduledUpdateResponse, error)
- func (c *ClientWithResponses) WorkflowScheduledUpdateWithResponse(ctx context.Context, tenant openapi_types.UUID, ...) (*WorkflowScheduledUpdateResponse, error)
- func (c *ClientWithResponses) WorkflowUpdateWithBodyWithResponse(ctx context.Context, workflow openapi_types.UUID, contentType string, ...) (*WorkflowUpdateResponse, error)
- func (c *ClientWithResponses) WorkflowUpdateWithResponse(ctx context.Context, workflow openapi_types.UUID, ...) (*WorkflowUpdateResponse, error)
- func (c *ClientWithResponses) WorkflowVersionGetWithResponse(ctx context.Context, workflow openapi_types.UUID, ...) (*WorkflowVersionGetResponse, error)
- type ClientWithResponsesInterface
- type CloudMetadataGetResponse
- type ConcurrencyLimitStrategy
- type ConcurrencyScope
- type ConcurrencySetting
- type ConcurrencyStat
- type CreateAPITokenRequest
- type CreateAPITokenResponse
- type CreateCronWorkflowTriggerRequest
- type CreateEventRequest
- type CreateSNSIntegrationRequest
- type CreateTenantAlertEmailGroupRequest
- type CreateTenantInviteRequest
- type CreateTenantRequest
- type CronWorkflowListParams
- type CronWorkflowListResponse
- type CronWorkflowTriggerCreateJSONRequestBody
- type CronWorkflowTriggerCreateResponse
- type CronWorkflows
- type CronWorkflowsList
- type CronWorkflowsMethod
- type CronWorkflowsOrderByField
- type Event
- type EventCreateBulkJSONRequestBody
- type EventCreateBulkResponse
- type EventCreateJSONRequestBody
- type EventCreateResponse
- type EventData
- type EventDataGetResponse
- type EventDataGetWithTenantResponse
- type EventGetResponse
- type EventKey
- type EventKeyList
- type EventKeyListResponse
- type EventList
- type EventListParams
- type EventListResponse
- type EventOrderByDirection
- type EventOrderByField
- type EventSearch
- type EventUpdateCancelJSONRequestBody
- type EventUpdateCancelResponse
- type EventUpdateReplayJSONRequestBody
- type EventUpdateReplayResponse
- type EventWorkflowRunSummary
- type Events
- type FeatureFlagEvaluationResult
- type FeatureFlagId
- type HttpRequestDoer
- type InfoGetVersionResponse
- type Job
- type JobRun
- type JobRunStatus
- type ListAPIMetaIntegration
- type ListAPITokensResponse
- type ListSNSIntegrations
- type ListSlackWebhooks
- type LivenessGetResponse
- type MetadataGetResponse
- type MetadataListIntegrationsResponse
- type MonitoringPostRunProbeResponse
- type OtelSpan
- type OtelSpanKind
- type OtelSpanList
- type OtelStatusCode
- type PaginationResponse
- type PauseWorkflowRequest
- func (t PauseWorkflowRequest) AsPauseWorkflowRequestPause() (PauseWorkflowRequestPause, error)
- func (t PauseWorkflowRequest) AsPauseWorkflowRequestUnpause() (PauseWorkflowRequestUnpause, error)
- func (t *PauseWorkflowRequest) FromPauseWorkflowRequestPause(v PauseWorkflowRequestPause) error
- func (t *PauseWorkflowRequest) FromPauseWorkflowRequestUnpause(v PauseWorkflowRequestUnpause) error
- func (t PauseWorkflowRequest) MarshalJSON() ([]byte, error)
- func (t *PauseWorkflowRequest) MergePauseWorkflowRequestPause(v PauseWorkflowRequestPause) error
- func (t *PauseWorkflowRequest) MergePauseWorkflowRequestUnpause(v PauseWorkflowRequestUnpause) error
- func (t *PauseWorkflowRequest) UnmarshalJSON(b []byte) error
- type PauseWorkflowRequestPause
- type PauseWorkflowRequestPauseAction
- type PauseWorkflowRequestUnpause
- type PauseWorkflowRequestUnpauseAction
- type QueueMetrics
- type RateLimit
- type RateLimitDeleteParams
- type RateLimitDeleteResponse
- type RateLimitList
- type RateLimitListParams
- type RateLimitListResponse
- type RateLimitOrderByDirection
- type RateLimitOrderByField
- type ReadinessGetResponse
- type RecentStepRuns
- type RegisteredWorkflow
- type RejectInviteRequest
- type ReplayEventRequest
- type ReplayWorkflowRunsRequest
- type ReplayWorkflowRunsResponse
- type RequestEditorFn
- type RerunStepRunRequest
- type SNSIntegration
- type ScheduleWorkflowRunRequest
- type ScheduledRunStatus
- type ScheduledWorkflowRunCreateJSONRequestBody
- type ScheduledWorkflowRunCreateResponse
- type ScheduledWorkflows
- type ScheduledWorkflowsBulkDeleteFilter
- type ScheduledWorkflowsBulkDeleteRequest
- type ScheduledWorkflowsBulkDeleteResponse
- type ScheduledWorkflowsBulkError
- type ScheduledWorkflowsBulkUpdateItem
- type ScheduledWorkflowsBulkUpdateRequest
- type ScheduledWorkflowsBulkUpdateResponse
- type ScheduledWorkflowsList
- type ScheduledWorkflowsMethod
- type ScheduledWorkflowsOrderByField
- type SemaphoreSlots
- type SlackWebhook
- type SlackWebhookDeleteResponse
- type SlackWebhookListResponse
- type SnsCreateJSONRequestBody
- type SnsCreateResponse
- type SnsDeleteResponse
- type SnsListResponse
- type SnsUpdateResponse
- type Step
- type StepRun
- type StepRunArchive
- type StepRunArchiveList
- type StepRunEvent
- type StepRunEventList
- type StepRunEventReason
- type StepRunEventSeverity
- type StepRunGetResponse
- type StepRunGetSchemaResponse
- type StepRunListArchivesParams
- type StepRunListArchivesResponse
- type StepRunListEventsParams
- type StepRunListEventsResponse
- type StepRunStatus
- type StepRunUpdateCancelResponse
- type StepRunUpdateRerunJSONRequestBody
- type StepRunUpdateRerunResponse
- type TaskStat
- type TaskStats
- type TaskStatusStat
- type Tenant
- type TenantAlertEmailGroup
- type TenantAlertEmailGroupList
- type TenantAlertingSettings
- type TenantAlertingSettingsGetResponse
- type TenantCreateJSONRequestBody
- type TenantCreateResponse
- type TenantEnvironment
- type TenantFeatureFlagEvaluateParams
- type TenantFeatureFlagEvaluateResponse
- type TenantGetPrometheusMetricsResponse
- type TenantGetQueueMetricsParams
- type TenantGetQueueMetricsResponse
- type TenantGetResponse
- type TenantGetStepRunQueueMetricsResponse
- type TenantGetTaskStatsParams
- type TenantGetTaskStatsResponse
- type TenantInvite
- type TenantInviteAcceptJSONRequestBody
- type TenantInviteAcceptResponse
- type TenantInviteCreateJSONRequestBody
- type TenantInviteCreateResponse
- type TenantInviteDeleteResponse
- type TenantInviteList
- type TenantInviteListResponse
- type TenantInviteRejectJSONRequestBody
- type TenantInviteRejectResponse
- type TenantInviteUpdateJSONRequestBody
- type TenantInviteUpdateResponse
- type TenantMember
- type TenantMemberDeleteResponse
- type TenantMemberList
- type TenantMemberListResponse
- type TenantMemberRole
- type TenantMemberUpdateJSONRequestBody
- type TenantMemberUpdateResponse
- type TenantMembershipsListResponse
- type TenantQueueMetrics
- type TenantResource
- type TenantResourceLimit
- type TenantResourcePolicy
- type TenantResourcePolicyGetResponse
- type TenantStepRunQueueMetrics
- type TenantUpdateJSONRequestBody
- type TenantUpdateResponse
- type TenantVersion
- type TriggerRunResult
- type TriggerWorkflowRunRequest
- type UpdateCronWorkflowTriggerRequest
- type UpdateScheduledWorkflowRunRequest
- type UpdateTenantAlertEmailGroupRequest
- type UpdateTenantInviteRequest
- type UpdateTenantMemberRequest
- type UpdateTenantRequest
- type UpdateWorkerRequest
- type User
- type UserChangePasswordRequest
- type UserCreateJSONRequestBody
- type UserCreateResponse
- type UserGetCurrentResponse
- type UserListTenantInvitesResponse
- type UserLoginRequest
- type UserRegisterRequest
- type UserTenantMembershipsList
- type UserTenantPublic
- type UserUpdateGithubOauthCallbackResponse
- type UserUpdateGithubOauthStartResponse
- type UserUpdateGoogleOauthCallbackResponse
- type UserUpdateGoogleOauthStartResponse
- type UserUpdateLoginJSONRequestBody
- type UserUpdateLoginResponse
- type UserUpdateLogoutResponse
- type UserUpdatePasswordJSONRequestBody
- type UserUpdatePasswordResponse
- type UserUpdateSlackOauthCallbackResponse
- type UserUpdateSlackOauthStartResponse
- type V1AdditionalMetadataOperator
- type V1BranchDurableTaskRequest
- type V1BranchDurableTaskResponse
- type V1CELDebugRequest
- type V1CELDebugResponse
- type V1CELDebugResponseStatus
- type V1CancelTaskRequest
- type V1CancelledTasks
- type V1CelDebugJSONRequestBody
- type V1CelDebugResponse
- type V1CreateFilterRequest
- type V1CreateHTTPOperatorRequest
- type V1CreateWebhookRequest
- func (t V1CreateWebhookRequest) AsV1CreateWebhookRequestAPIKey() (V1CreateWebhookRequestAPIKey, error)
- func (t V1CreateWebhookRequest) AsV1CreateWebhookRequestBasicAuth() (V1CreateWebhookRequestBasicAuth, error)
- func (t V1CreateWebhookRequest) AsV1CreateWebhookRequestHMAC() (V1CreateWebhookRequestHMAC, error)
- func (t *V1CreateWebhookRequest) FromV1CreateWebhookRequestAPIKey(v V1CreateWebhookRequestAPIKey) error
- func (t *V1CreateWebhookRequest) FromV1CreateWebhookRequestBasicAuth(v V1CreateWebhookRequestBasicAuth) error
- func (t *V1CreateWebhookRequest) FromV1CreateWebhookRequestHMAC(v V1CreateWebhookRequestHMAC) error
- func (t V1CreateWebhookRequest) MarshalJSON() ([]byte, error)
- func (t *V1CreateWebhookRequest) MergeV1CreateWebhookRequestAPIKey(v V1CreateWebhookRequestAPIKey) error
- func (t *V1CreateWebhookRequest) MergeV1CreateWebhookRequestBasicAuth(v V1CreateWebhookRequestBasicAuth) error
- func (t *V1CreateWebhookRequest) MergeV1CreateWebhookRequestHMAC(v V1CreateWebhookRequestHMAC) error
- func (t *V1CreateWebhookRequest) UnmarshalJSON(b []byte) error
- type V1CreateWebhookRequestAPIKey
- type V1CreateWebhookRequestAPIKeyAuthType
- type V1CreateWebhookRequestBase
- type V1CreateWebhookRequestBasicAuth
- type V1CreateWebhookRequestBasicAuthAuthType
- type V1CreateWebhookRequestHMAC
- type V1CreateWebhookRequestHMACAuthType
- type V1DagChildren
- type V1DagListTasksParams
- type V1DagListTasksResponse
- type V1DurableEventLogEntry
- type V1DurableEventLogKind
- type V1DurableEventLogList
- type V1DurableTaskBranchJSONRequestBody
- type V1DurableTaskBranchResponse
- type V1DurableTaskEventLogListParams
- type V1DurableTaskEventLogListResponse
- type V1DurableWaitCondition
- type V1DurableWaitConditionKind
- type V1Event
- type V1EventGetResponse
- type V1EventKeyListResponse
- type V1EventList
- type V1EventListParams
- type V1EventListResponse
- type V1EventTriggeredRun
- type V1EventWorkflowRunSummary
- type V1Filter
- type V1FilterCreateJSONRequestBody
- type V1FilterCreateResponse
- type V1FilterDeleteResponse
- type V1FilterGetResponse
- type V1FilterList
- type V1FilterListParams
- type V1FilterListResponse
- type V1FilterUpdateJSONRequestBody
- type V1FilterUpdateResponse
- type V1HTTPOperator
- type V1HTTPOperatorList
- type V1HttpOperatorCreateJSONRequestBody
- type V1HttpOperatorCreateResponse
- type V1HttpOperatorDeleteResponse
- type V1HttpOperatorGetResponse
- type V1HttpOperatorListParams
- type V1HttpOperatorListResponse
- type V1HttpOperatorUpdateJSONRequestBody
- type V1HttpOperatorUpdateResponse
- type V1LogLine
- type V1LogLineLevel
- type V1LogLineList
- type V1LogLineListParams
- type V1LogLineListResponse
- type V1LogLineOrderByDirection
- type V1LogsPointMetric
- type V1LogsPointMetrics
- type V1ObservabilityGetTraceParams
- type V1ObservabilityGetTraceResponse
- type V1ReplayTaskRequest
- type V1ReplayedTasks
- type V1RestoreTaskResponse
- type V1RunningDetailCount
- type V1RunningFilter
- type V1TaskCancelJSONRequestBody
- type V1TaskCancelResponse
- type V1TaskEvent
- type V1TaskEventList
- type V1TaskEventListParams
- type V1TaskEventListResponse
- type V1TaskEventType
- type V1TaskFilter
- type V1TaskGetParams
- type V1TaskGetPointMetricsParams
- type V1TaskGetPointMetricsResponse
- type V1TaskGetResponse
- type V1TaskListStatusMetricsParams
- type V1TaskListStatusMetricsResponse
- type V1TaskPointMetric
- type V1TaskPointMetrics
- type V1TaskReplayJSONRequestBody
- type V1TaskReplayResponse
- type V1TaskRestoreResponse
- type V1TaskRunMetric
- type V1TaskRunMetrics
- type V1TaskStatus
- type V1TaskSummary
- type V1TaskSummaryList
- type V1TaskTiming
- type V1TaskTimingList
- type V1TenantLogLineGetPointMetricsParams
- type V1TenantLogLineGetPointMetricsResponse
- type V1TenantLogLineListParams
- type V1TenantLogLineListResponse
- type V1TriggerWorkflowRunRequest
- type V1UpdateFilterRequest
- type V1UpdateHTTPOperatorRequest
- type V1UpdateWebhookRequest
- type V1WaitData
- type V1WaitItem
- type V1Webhook
- type V1WebhookAPIKeyAuth
- type V1WebhookAuthType
- type V1WebhookBasicAuth
- type V1WebhookCreateJSONRequestBody
- type V1WebhookCreateResponse
- type V1WebhookDeleteResponse
- type V1WebhookGetResponse
- type V1WebhookHMACAlgorithm
- type V1WebhookHMACAuth
- type V1WebhookHMACEncoding
- type V1WebhookList
- type V1WebhookListParams
- type V1WebhookListResponse
- type V1WebhookReceiveResponse
- type V1WebhookResponse
- type V1WebhookSourceName
- type V1WebhookUpdateJSONRequestBody
- type V1WebhookUpdateResponse
- type V1WorkflowRun
- type V1WorkflowRunCreateJSONRequestBody
- type V1WorkflowRunCreateResponse
- type V1WorkflowRunDetails
- type V1WorkflowRunDisplayName
- type V1WorkflowRunDisplayNameList
- type V1WorkflowRunDisplayNamesListParams
- type V1WorkflowRunDisplayNamesListResponse
- type V1WorkflowRunExternalIdList
- type V1WorkflowRunExternalIdsListParams
- type V1WorkflowRunExternalIdsListResponse
- type V1WorkflowRunGetParams
- type V1WorkflowRunGetResponse
- type V1WorkflowRunGetStatusResponse
- type V1WorkflowRunGetTimingsParams
- type V1WorkflowRunGetTimingsResponse
- type V1WorkflowRunListParams
- type V1WorkflowRunListResponse
- type V1WorkflowRunTaskEventsListParams
- type V1WorkflowRunTaskEventsListResponse
- type V1WorkflowType
- type WebhookCreateJSONRequestBody
- type WebhookCreateResponse
- type WebhookDeleteResponse
- type WebhookListResponse
- type WebhookRequestsListResponse
- type WebhookWorker
- type WebhookWorkerCreateRequest
- type WebhookWorkerCreated
- type WebhookWorkerListResponse
- type WebhookWorkerRequest
- type WebhookWorkerRequestListResponse
- type WebhookWorkerRequestMethod
- type Worker
- type WorkerGetResponse
- type WorkerLabel
- type WorkerList
- type WorkerListParams
- type WorkerListResponse
- type WorkerRuntimeInfo
- type WorkerRuntimeSDKs
- type WorkerSlotConfig
- type WorkerStatus
- type WorkerType
- type WorkerUpdateJSONRequestBody
- type WorkerUpdateResponse
- type Workflow
- type WorkflowConcurrency
- type WorkflowCronDeleteResponse
- type WorkflowCronGetResponse
- type WorkflowCronTriggerResponse
- type WorkflowCronUpdateJSONRequestBody
- type WorkflowCronUpdateResponse
- type WorkflowDeleteResponse
- type WorkflowGetMetricsParams
- type WorkflowGetMetricsResponse
- type WorkflowGetResponse
- type WorkflowGetWorkersCountResponse
- type WorkflowID
- type WorkflowKind
- type WorkflowKindList
- type WorkflowList
- type WorkflowListParams
- type WorkflowListResponse
- type WorkflowMetrics
- type WorkflowPauseScheduledCronRunQueueBehavior
- type WorkflowRun
- type WorkflowRunCancelJSONRequestBody
- type WorkflowRunCancelResponse
- type WorkflowRunCreateJSONRequestBody
- type WorkflowRunCreateParams
- type WorkflowRunCreateResponse
- type WorkflowRunGetInputResponse
- type WorkflowRunGetMetricsParams
- type WorkflowRunGetMetricsResponse
- type WorkflowRunGetResponse
- type WorkflowRunGetShapeResponse
- type WorkflowRunList
- type WorkflowRunListParams
- type WorkflowRunListResponse
- type WorkflowRunListStepRunEventsParams
- type WorkflowRunListStepRunEventsResponse
- type WorkflowRunOrderByDirection
- type WorkflowRunOrderByField
- type WorkflowRunShape
- type WorkflowRunShapeForWorkflowRunDetails
- type WorkflowRunShapeItemForWorkflowRunDetails
- type WorkflowRunStatus
- type WorkflowRunStatusList
- type WorkflowRunTriggeredBy
- type WorkflowRunUpdateReplayJSONRequestBody
- type WorkflowRunUpdateReplayResponse
- type WorkflowRunsCancelRequest
- type WorkflowRunsMetrics
- type WorkflowRunsMetricsCounts
- type WorkflowScheduledBulkDeleteJSONRequestBody
- type WorkflowScheduledBulkDeleteResponse
- type WorkflowScheduledBulkUpdateJSONRequestBody
- type WorkflowScheduledBulkUpdateResponse
- type WorkflowScheduledDeleteResponse
- type WorkflowScheduledGetResponse
- type WorkflowScheduledListParams
- type WorkflowScheduledListResponse
- type WorkflowScheduledTriggerResponse
- type WorkflowScheduledUpdateJSONRequestBody
- type WorkflowScheduledUpdateResponse
- type WorkflowTag
- type WorkflowTriggerCronRef
- type WorkflowTriggerEventRef
- type WorkflowTriggers
- type WorkflowUpdateJSONRequestBody
- type WorkflowUpdateRequest
- type WorkflowUpdateResponse
- type WorkflowVersion
- type WorkflowVersionGetParams
- type WorkflowVersionGetResponse
- type WorkflowVersionMeta
- type WorkflowWorkersCount
Constants ¶
const ( BearerAuthScopes = "bearerAuth.Scopes" CookieAuthScopes = "cookieAuth.Scopes" )
Variables ¶
This section is empty.
Functions ¶
func NewAlertEmailGroupCreateRequest ¶
func NewAlertEmailGroupCreateRequest(server string, tenant openapi_types.UUID, body AlertEmailGroupCreateJSONRequestBody) (*http.Request, error)
NewAlertEmailGroupCreateRequest calls the generic AlertEmailGroupCreate builder with application/json body
func NewAlertEmailGroupCreateRequestWithBody ¶
func NewAlertEmailGroupCreateRequestWithBody(server string, tenant openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)
NewAlertEmailGroupCreateRequestWithBody generates requests for AlertEmailGroupCreate with any type of body
func NewAlertEmailGroupDeleteRequest ¶
func NewAlertEmailGroupDeleteRequest(server string, alertEmailGroup openapi_types.UUID) (*http.Request, error)
NewAlertEmailGroupDeleteRequest generates requests for AlertEmailGroupDelete
func NewAlertEmailGroupListRequest ¶
NewAlertEmailGroupListRequest generates requests for AlertEmailGroupList
func NewAlertEmailGroupUpdateRequest ¶
func NewAlertEmailGroupUpdateRequest(server string, alertEmailGroup openapi_types.UUID, body AlertEmailGroupUpdateJSONRequestBody) (*http.Request, error)
NewAlertEmailGroupUpdateRequest calls the generic AlertEmailGroupUpdate builder with application/json body
func NewAlertEmailGroupUpdateRequestWithBody ¶
func NewAlertEmailGroupUpdateRequestWithBody(server string, alertEmailGroup openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)
NewAlertEmailGroupUpdateRequestWithBody generates requests for AlertEmailGroupUpdate with any type of body
func NewApiTokenCreateRequest ¶
func NewApiTokenCreateRequest(server string, tenant openapi_types.UUID, body ApiTokenCreateJSONRequestBody) (*http.Request, error)
NewApiTokenCreateRequest calls the generic ApiTokenCreate builder with application/json body
func NewApiTokenCreateRequestWithBody ¶
func NewApiTokenCreateRequestWithBody(server string, tenant openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)
NewApiTokenCreateRequestWithBody generates requests for ApiTokenCreate with any type of body
func NewApiTokenListRequest ¶
NewApiTokenListRequest generates requests for ApiTokenList
func NewApiTokenUpdateRevokeRequest ¶
func NewApiTokenUpdateRevokeRequest(server string, apiToken openapi_types.UUID) (*http.Request, error)
NewApiTokenUpdateRevokeRequest generates requests for ApiTokenUpdateRevoke
func NewCloudMetadataGetRequest ¶
NewCloudMetadataGetRequest generates requests for CloudMetadataGet
func NewCronWorkflowListRequest ¶
func NewCronWorkflowListRequest(server string, tenant openapi_types.UUID, params *CronWorkflowListParams) (*http.Request, error)
NewCronWorkflowListRequest generates requests for CronWorkflowList
func NewCronWorkflowTriggerCreateRequest ¶
func NewCronWorkflowTriggerCreateRequest(server string, tenant openapi_types.UUID, workflow string, body CronWorkflowTriggerCreateJSONRequestBody) (*http.Request, error)
NewCronWorkflowTriggerCreateRequest calls the generic CronWorkflowTriggerCreate builder with application/json body
func NewCronWorkflowTriggerCreateRequestWithBody ¶
func NewCronWorkflowTriggerCreateRequestWithBody(server string, tenant openapi_types.UUID, workflow string, contentType string, body io.Reader) (*http.Request, error)
NewCronWorkflowTriggerCreateRequestWithBody generates requests for CronWorkflowTriggerCreate with any type of body
func NewEventCreateBulkRequest ¶
func NewEventCreateBulkRequest(server string, tenant openapi_types.UUID, body EventCreateBulkJSONRequestBody) (*http.Request, error)
NewEventCreateBulkRequest calls the generic EventCreateBulk builder with application/json body
func NewEventCreateBulkRequestWithBody ¶
func NewEventCreateBulkRequestWithBody(server string, tenant openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)
NewEventCreateBulkRequestWithBody generates requests for EventCreateBulk with any type of body
func NewEventCreateRequest ¶
func NewEventCreateRequest(server string, tenant openapi_types.UUID, body EventCreateJSONRequestBody) (*http.Request, error)
NewEventCreateRequest calls the generic EventCreate builder with application/json body
func NewEventCreateRequestWithBody ¶
func NewEventCreateRequestWithBody(server string, tenant openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)
NewEventCreateRequestWithBody generates requests for EventCreate with any type of body
func NewEventDataGetRequest ¶
NewEventDataGetRequest generates requests for EventDataGet
func NewEventDataGetWithTenantRequest ¶ added in v0.73.98
func NewEventDataGetWithTenantRequest(server string, tenant openapi_types.UUID, eventWithTenant openapi_types.UUID) (*http.Request, error)
NewEventDataGetWithTenantRequest generates requests for EventDataGetWithTenant
func NewEventGetRequest ¶
NewEventGetRequest generates requests for EventGet
func NewEventKeyListRequest ¶
NewEventKeyListRequest generates requests for EventKeyList
func NewEventListRequest ¶
func NewEventListRequest(server string, tenant openapi_types.UUID, params *EventListParams) (*http.Request, error)
NewEventListRequest generates requests for EventList
func NewEventUpdateCancelRequest ¶
func NewEventUpdateCancelRequest(server string, tenant openapi_types.UUID, body EventUpdateCancelJSONRequestBody) (*http.Request, error)
NewEventUpdateCancelRequest calls the generic EventUpdateCancel builder with application/json body
func NewEventUpdateCancelRequestWithBody ¶
func NewEventUpdateCancelRequestWithBody(server string, tenant openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)
NewEventUpdateCancelRequestWithBody generates requests for EventUpdateCancel with any type of body
func NewEventUpdateReplayRequest ¶
func NewEventUpdateReplayRequest(server string, tenant openapi_types.UUID, body EventUpdateReplayJSONRequestBody) (*http.Request, error)
NewEventUpdateReplayRequest calls the generic EventUpdateReplay builder with application/json body
func NewEventUpdateReplayRequestWithBody ¶
func NewEventUpdateReplayRequestWithBody(server string, tenant openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)
NewEventUpdateReplayRequestWithBody generates requests for EventUpdateReplay with any type of body
func NewInfoGetVersionRequest ¶
NewInfoGetVersionRequest generates requests for InfoGetVersion
func NewLivenessGetRequest ¶
NewLivenessGetRequest generates requests for LivenessGet
func NewMetadataGetRequest ¶
NewMetadataGetRequest generates requests for MetadataGet
func NewMetadataListIntegrationsRequest ¶
NewMetadataListIntegrationsRequest generates requests for MetadataListIntegrations
func NewMonitoringPostRunProbeRequest ¶
func NewMonitoringPostRunProbeRequest(server string, tenant openapi_types.UUID) (*http.Request, error)
NewMonitoringPostRunProbeRequest generates requests for MonitoringPostRunProbe
func NewRateLimitDeleteRequest ¶ added in v0.83.27
func NewRateLimitDeleteRequest(server string, tenant openapi_types.UUID, params *RateLimitDeleteParams) (*http.Request, error)
NewRateLimitDeleteRequest generates requests for RateLimitDelete
func NewRateLimitListRequest ¶
func NewRateLimitListRequest(server string, tenant openapi_types.UUID, params *RateLimitListParams) (*http.Request, error)
NewRateLimitListRequest generates requests for RateLimitList
func NewReadinessGetRequest ¶
NewReadinessGetRequest generates requests for ReadinessGet
func NewScheduledWorkflowRunCreateRequest ¶
func NewScheduledWorkflowRunCreateRequest(server string, tenant openapi_types.UUID, workflow string, body ScheduledWorkflowRunCreateJSONRequestBody) (*http.Request, error)
NewScheduledWorkflowRunCreateRequest calls the generic ScheduledWorkflowRunCreate builder with application/json body
func NewScheduledWorkflowRunCreateRequestWithBody ¶
func NewScheduledWorkflowRunCreateRequestWithBody(server string, tenant openapi_types.UUID, workflow string, contentType string, body io.Reader) (*http.Request, error)
NewScheduledWorkflowRunCreateRequestWithBody generates requests for ScheduledWorkflowRunCreate with any type of body
func NewSlackWebhookDeleteRequest ¶
NewSlackWebhookDeleteRequest generates requests for SlackWebhookDelete
func NewSlackWebhookListRequest ¶
NewSlackWebhookListRequest generates requests for SlackWebhookList
func NewSnsCreateRequest ¶
func NewSnsCreateRequest(server string, tenant openapi_types.UUID, body SnsCreateJSONRequestBody) (*http.Request, error)
NewSnsCreateRequest calls the generic SnsCreate builder with application/json body
func NewSnsCreateRequestWithBody ¶
func NewSnsCreateRequestWithBody(server string, tenant openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)
NewSnsCreateRequestWithBody generates requests for SnsCreate with any type of body
func NewSnsDeleteRequest ¶
NewSnsDeleteRequest generates requests for SnsDelete
func NewSnsListRequest ¶
NewSnsListRequest generates requests for SnsList
func NewSnsUpdateRequest ¶
func NewSnsUpdateRequest(server string, tenant openapi_types.UUID, event string) (*http.Request, error)
NewSnsUpdateRequest generates requests for SnsUpdate
func NewStepRunGetRequest ¶
func NewStepRunGetRequest(server string, tenant openapi_types.UUID, stepRun openapi_types.UUID) (*http.Request, error)
NewStepRunGetRequest generates requests for StepRunGet
func NewStepRunGetSchemaRequest ¶
func NewStepRunGetSchemaRequest(server string, tenant openapi_types.UUID, stepRun openapi_types.UUID) (*http.Request, error)
NewStepRunGetSchemaRequest generates requests for StepRunGetSchema
func NewStepRunListArchivesRequest ¶
func NewStepRunListArchivesRequest(server string, stepRun openapi_types.UUID, params *StepRunListArchivesParams) (*http.Request, error)
NewStepRunListArchivesRequest generates requests for StepRunListArchives
func NewStepRunListEventsRequest ¶
func NewStepRunListEventsRequest(server string, stepRun openapi_types.UUID, params *StepRunListEventsParams) (*http.Request, error)
NewStepRunListEventsRequest generates requests for StepRunListEvents
func NewStepRunUpdateCancelRequest ¶
func NewStepRunUpdateCancelRequest(server string, tenant openapi_types.UUID, stepRun openapi_types.UUID) (*http.Request, error)
NewStepRunUpdateCancelRequest generates requests for StepRunUpdateCancel
func NewStepRunUpdateRerunRequest ¶
func NewStepRunUpdateRerunRequest(server string, tenant openapi_types.UUID, stepRun openapi_types.UUID, body StepRunUpdateRerunJSONRequestBody) (*http.Request, error)
NewStepRunUpdateRerunRequest calls the generic StepRunUpdateRerun builder with application/json body
func NewStepRunUpdateRerunRequestWithBody ¶
func NewStepRunUpdateRerunRequestWithBody(server string, tenant openapi_types.UUID, stepRun openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)
NewStepRunUpdateRerunRequestWithBody generates requests for StepRunUpdateRerun with any type of body
func NewTenantAlertingSettingsGetRequest ¶
func NewTenantAlertingSettingsGetRequest(server string, tenant openapi_types.UUID) (*http.Request, error)
NewTenantAlertingSettingsGetRequest generates requests for TenantAlertingSettingsGet
func NewTenantCreateRequest ¶
func NewTenantCreateRequest(server string, body TenantCreateJSONRequestBody) (*http.Request, error)
NewTenantCreateRequest calls the generic TenantCreate builder with application/json body
func NewTenantCreateRequestWithBody ¶
func NewTenantCreateRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewTenantCreateRequestWithBody generates requests for TenantCreate with any type of body
func NewTenantFeatureFlagEvaluateRequest ¶ added in v0.83.6
func NewTenantFeatureFlagEvaluateRequest(server string, tenant openapi_types.UUID, params *TenantFeatureFlagEvaluateParams) (*http.Request, error)
NewTenantFeatureFlagEvaluateRequest generates requests for TenantFeatureFlagEvaluate
func NewTenantGetPrometheusMetricsRequest ¶
func NewTenantGetPrometheusMetricsRequest(server string, tenant openapi_types.UUID) (*http.Request, error)
NewTenantGetPrometheusMetricsRequest generates requests for TenantGetPrometheusMetrics
func NewTenantGetQueueMetricsRequest ¶
func NewTenantGetQueueMetricsRequest(server string, tenant openapi_types.UUID, params *TenantGetQueueMetricsParams) (*http.Request, error)
NewTenantGetQueueMetricsRequest generates requests for TenantGetQueueMetrics
func NewTenantGetRequest ¶
NewTenantGetRequest generates requests for TenantGet
func NewTenantGetStepRunQueueMetricsRequest ¶
func NewTenantGetStepRunQueueMetricsRequest(server string, tenant openapi_types.UUID) (*http.Request, error)
NewTenantGetStepRunQueueMetricsRequest generates requests for TenantGetStepRunQueueMetrics
func NewTenantGetTaskStatsRequest ¶ added in v0.73.46
func NewTenantGetTaskStatsRequest(server string, tenant openapi_types.UUID, params *TenantGetTaskStatsParams) (*http.Request, error)
NewTenantGetTaskStatsRequest generates requests for TenantGetTaskStats
func NewTenantInviteAcceptRequest ¶
func NewTenantInviteAcceptRequest(server string, body TenantInviteAcceptJSONRequestBody) (*http.Request, error)
NewTenantInviteAcceptRequest calls the generic TenantInviteAccept builder with application/json body
func NewTenantInviteAcceptRequestWithBody ¶
func NewTenantInviteAcceptRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewTenantInviteAcceptRequestWithBody generates requests for TenantInviteAccept with any type of body
func NewTenantInviteCreateRequest ¶
func NewTenantInviteCreateRequest(server string, tenant openapi_types.UUID, body TenantInviteCreateJSONRequestBody) (*http.Request, error)
NewTenantInviteCreateRequest calls the generic TenantInviteCreate builder with application/json body
func NewTenantInviteCreateRequestWithBody ¶
func NewTenantInviteCreateRequestWithBody(server string, tenant openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)
NewTenantInviteCreateRequestWithBody generates requests for TenantInviteCreate with any type of body
func NewTenantInviteDeleteRequest ¶
func NewTenantInviteDeleteRequest(server string, tenant openapi_types.UUID, tenantInvite openapi_types.UUID) (*http.Request, error)
NewTenantInviteDeleteRequest generates requests for TenantInviteDelete
func NewTenantInviteListRequest ¶
NewTenantInviteListRequest generates requests for TenantInviteList
func NewTenantInviteRejectRequest ¶
func NewTenantInviteRejectRequest(server string, body TenantInviteRejectJSONRequestBody) (*http.Request, error)
NewTenantInviteRejectRequest calls the generic TenantInviteReject builder with application/json body
func NewTenantInviteRejectRequestWithBody ¶
func NewTenantInviteRejectRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewTenantInviteRejectRequestWithBody generates requests for TenantInviteReject with any type of body
func NewTenantInviteUpdateRequest ¶
func NewTenantInviteUpdateRequest(server string, tenant openapi_types.UUID, tenantInvite openapi_types.UUID, body TenantInviteUpdateJSONRequestBody) (*http.Request, error)
NewTenantInviteUpdateRequest calls the generic TenantInviteUpdate builder with application/json body
func NewTenantInviteUpdateRequestWithBody ¶
func NewTenantInviteUpdateRequestWithBody(server string, tenant openapi_types.UUID, tenantInvite openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)
NewTenantInviteUpdateRequestWithBody generates requests for TenantInviteUpdate with any type of body
func NewTenantMemberDeleteRequest ¶
func NewTenantMemberDeleteRequest(server string, tenant openapi_types.UUID, member openapi_types.UUID) (*http.Request, error)
NewTenantMemberDeleteRequest generates requests for TenantMemberDelete
func NewTenantMemberListRequest ¶
NewTenantMemberListRequest generates requests for TenantMemberList
func NewTenantMemberUpdateRequest ¶ added in v0.70.0
func NewTenantMemberUpdateRequest(server string, tenant openapi_types.UUID, member openapi_types.UUID, body TenantMemberUpdateJSONRequestBody) (*http.Request, error)
NewTenantMemberUpdateRequest calls the generic TenantMemberUpdate builder with application/json body
func NewTenantMemberUpdateRequestWithBody ¶ added in v0.70.0
func NewTenantMemberUpdateRequestWithBody(server string, tenant openapi_types.UUID, member openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)
NewTenantMemberUpdateRequestWithBody generates requests for TenantMemberUpdate with any type of body
func NewTenantMembershipsListRequest ¶
NewTenantMembershipsListRequest generates requests for TenantMembershipsList
func NewTenantResourcePolicyGetRequest ¶
func NewTenantResourcePolicyGetRequest(server string, tenant openapi_types.UUID) (*http.Request, error)
NewTenantResourcePolicyGetRequest generates requests for TenantResourcePolicyGet
func NewTenantUpdateRequest ¶
func NewTenantUpdateRequest(server string, tenant openapi_types.UUID, body TenantUpdateJSONRequestBody) (*http.Request, error)
NewTenantUpdateRequest calls the generic TenantUpdate builder with application/json body
func NewTenantUpdateRequestWithBody ¶
func NewTenantUpdateRequestWithBody(server string, tenant openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)
NewTenantUpdateRequestWithBody generates requests for TenantUpdate with any type of body
func NewUserCreateRequest ¶
func NewUserCreateRequest(server string, body UserCreateJSONRequestBody) (*http.Request, error)
NewUserCreateRequest calls the generic UserCreate builder with application/json body
func NewUserCreateRequestWithBody ¶
func NewUserCreateRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewUserCreateRequestWithBody generates requests for UserCreate with any type of body
func NewUserGetCurrentRequest ¶
NewUserGetCurrentRequest generates requests for UserGetCurrent
func NewUserListTenantInvitesRequest ¶
NewUserListTenantInvitesRequest generates requests for UserListTenantInvites
func NewUserUpdateGithubOauthCallbackRequest ¶
NewUserUpdateGithubOauthCallbackRequest generates requests for UserUpdateGithubOauthCallback
func NewUserUpdateGithubOauthStartRequest ¶
NewUserUpdateGithubOauthStartRequest generates requests for UserUpdateGithubOauthStart
func NewUserUpdateGoogleOauthCallbackRequest ¶
NewUserUpdateGoogleOauthCallbackRequest generates requests for UserUpdateGoogleOauthCallback
func NewUserUpdateGoogleOauthStartRequest ¶
NewUserUpdateGoogleOauthStartRequest generates requests for UserUpdateGoogleOauthStart
func NewUserUpdateLoginRequest ¶
func NewUserUpdateLoginRequest(server string, body UserUpdateLoginJSONRequestBody) (*http.Request, error)
NewUserUpdateLoginRequest calls the generic UserUpdateLogin builder with application/json body
func NewUserUpdateLoginRequestWithBody ¶
func NewUserUpdateLoginRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewUserUpdateLoginRequestWithBody generates requests for UserUpdateLogin with any type of body
func NewUserUpdateLogoutRequest ¶
NewUserUpdateLogoutRequest generates requests for UserUpdateLogout
func NewUserUpdatePasswordRequest ¶
func NewUserUpdatePasswordRequest(server string, body UserUpdatePasswordJSONRequestBody) (*http.Request, error)
NewUserUpdatePasswordRequest calls the generic UserUpdatePassword builder with application/json body
func NewUserUpdatePasswordRequestWithBody ¶
func NewUserUpdatePasswordRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewUserUpdatePasswordRequestWithBody generates requests for UserUpdatePassword with any type of body
func NewUserUpdateSlackOauthCallbackRequest ¶
NewUserUpdateSlackOauthCallbackRequest generates requests for UserUpdateSlackOauthCallback
func NewUserUpdateSlackOauthStartRequest ¶
func NewUserUpdateSlackOauthStartRequest(server string, tenant openapi_types.UUID) (*http.Request, error)
NewUserUpdateSlackOauthStartRequest generates requests for UserUpdateSlackOauthStart
func NewV1CelDebugRequest ¶
func NewV1CelDebugRequest(server string, tenant openapi_types.UUID, body V1CelDebugJSONRequestBody) (*http.Request, error)
NewV1CelDebugRequest calls the generic V1CelDebug builder with application/json body
func NewV1CelDebugRequestWithBody ¶
func NewV1CelDebugRequestWithBody(server string, tenant openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)
NewV1CelDebugRequestWithBody generates requests for V1CelDebug with any type of body
func NewV1DagListTasksRequest ¶
func NewV1DagListTasksRequest(server string, params *V1DagListTasksParams) (*http.Request, error)
NewV1DagListTasksRequest generates requests for V1DagListTasks
func NewV1DurableTaskBranchRequest ¶ added in v0.80.0
func NewV1DurableTaskBranchRequest(server string, tenant openapi_types.UUID, body V1DurableTaskBranchJSONRequestBody) (*http.Request, error)
NewV1DurableTaskBranchRequest calls the generic V1DurableTaskBranch builder with application/json body
func NewV1DurableTaskBranchRequestWithBody ¶ added in v0.80.0
func NewV1DurableTaskBranchRequestWithBody(server string, tenant openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)
NewV1DurableTaskBranchRequestWithBody generates requests for V1DurableTaskBranch with any type of body
func NewV1DurableTaskEventLogListRequest ¶ added in v0.83.32
func NewV1DurableTaskEventLogListRequest(server string, tenant openapi_types.UUID, durableTask openapi_types.UUID, params *V1DurableTaskEventLogListParams) (*http.Request, error)
NewV1DurableTaskEventLogListRequest generates requests for V1DurableTaskEventLogList
func NewV1EventGetRequest ¶ added in v0.73.98
func NewV1EventGetRequest(server string, tenant openapi_types.UUID, v1Event openapi_types.UUID) (*http.Request, error)
NewV1EventGetRequest generates requests for V1EventGet
func NewV1EventKeyListRequest ¶
NewV1EventKeyListRequest generates requests for V1EventKeyList
func NewV1EventListRequest ¶
func NewV1EventListRequest(server string, tenant openapi_types.UUID, params *V1EventListParams) (*http.Request, error)
NewV1EventListRequest generates requests for V1EventList
func NewV1FilterCreateRequest ¶
func NewV1FilterCreateRequest(server string, tenant openapi_types.UUID, body V1FilterCreateJSONRequestBody) (*http.Request, error)
NewV1FilterCreateRequest calls the generic V1FilterCreate builder with application/json body
func NewV1FilterCreateRequestWithBody ¶
func NewV1FilterCreateRequestWithBody(server string, tenant openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)
NewV1FilterCreateRequestWithBody generates requests for V1FilterCreate with any type of body
func NewV1FilterDeleteRequest ¶
func NewV1FilterDeleteRequest(server string, tenant openapi_types.UUID, v1Filter openapi_types.UUID) (*http.Request, error)
NewV1FilterDeleteRequest generates requests for V1FilterDelete
func NewV1FilterGetRequest ¶
func NewV1FilterGetRequest(server string, tenant openapi_types.UUID, v1Filter openapi_types.UUID) (*http.Request, error)
NewV1FilterGetRequest generates requests for V1FilterGet
func NewV1FilterListRequest ¶
func NewV1FilterListRequest(server string, tenant openapi_types.UUID, params *V1FilterListParams) (*http.Request, error)
NewV1FilterListRequest generates requests for V1FilterList
func NewV1FilterUpdateRequest ¶
func NewV1FilterUpdateRequest(server string, tenant openapi_types.UUID, v1Filter openapi_types.UUID, body V1FilterUpdateJSONRequestBody) (*http.Request, error)
NewV1FilterUpdateRequest calls the generic V1FilterUpdate builder with application/json body
func NewV1FilterUpdateRequestWithBody ¶
func NewV1FilterUpdateRequestWithBody(server string, tenant openapi_types.UUID, v1Filter openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)
NewV1FilterUpdateRequestWithBody generates requests for V1FilterUpdate with any type of body
func NewV1HttpOperatorCreateRequest ¶ added in v0.104.0
func NewV1HttpOperatorCreateRequest(server string, tenant openapi_types.UUID, body V1HttpOperatorCreateJSONRequestBody) (*http.Request, error)
NewV1HttpOperatorCreateRequest calls the generic V1HttpOperatorCreate builder with application/json body
func NewV1HttpOperatorCreateRequestWithBody ¶ added in v0.104.0
func NewV1HttpOperatorCreateRequestWithBody(server string, tenant openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)
NewV1HttpOperatorCreateRequestWithBody generates requests for V1HttpOperatorCreate with any type of body
func NewV1HttpOperatorDeleteRequest ¶ added in v0.104.0
func NewV1HttpOperatorDeleteRequest(server string, v1HttpOperator openapi_types.UUID) (*http.Request, error)
NewV1HttpOperatorDeleteRequest generates requests for V1HttpOperatorDelete
func NewV1HttpOperatorGetRequest ¶ added in v0.104.0
func NewV1HttpOperatorGetRequest(server string, v1HttpOperator openapi_types.UUID) (*http.Request, error)
NewV1HttpOperatorGetRequest generates requests for V1HttpOperatorGet
func NewV1HttpOperatorListRequest ¶ added in v0.104.0
func NewV1HttpOperatorListRequest(server string, tenant openapi_types.UUID, params *V1HttpOperatorListParams) (*http.Request, error)
NewV1HttpOperatorListRequest generates requests for V1HttpOperatorList
func NewV1HttpOperatorUpdateRequest ¶ added in v0.104.0
func NewV1HttpOperatorUpdateRequest(server string, v1HttpOperator openapi_types.UUID, body V1HttpOperatorUpdateJSONRequestBody) (*http.Request, error)
NewV1HttpOperatorUpdateRequest calls the generic V1HttpOperatorUpdate builder with application/json body
func NewV1HttpOperatorUpdateRequestWithBody ¶ added in v0.104.0
func NewV1HttpOperatorUpdateRequestWithBody(server string, v1HttpOperator openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)
NewV1HttpOperatorUpdateRequestWithBody generates requests for V1HttpOperatorUpdate with any type of body
func NewV1LogLineListRequest ¶
func NewV1LogLineListRequest(server string, task openapi_types.UUID, params *V1LogLineListParams) (*http.Request, error)
NewV1LogLineListRequest generates requests for V1LogLineList
func NewV1ObservabilityGetTraceRequest ¶ added in v0.82.0
func NewV1ObservabilityGetTraceRequest(server string, tenant openapi_types.UUID, params *V1ObservabilityGetTraceParams) (*http.Request, error)
NewV1ObservabilityGetTraceRequest generates requests for V1ObservabilityGetTrace
func NewV1TaskCancelRequest ¶
func NewV1TaskCancelRequest(server string, tenant openapi_types.UUID, body V1TaskCancelJSONRequestBody) (*http.Request, error)
NewV1TaskCancelRequest calls the generic V1TaskCancel builder with application/json body
func NewV1TaskCancelRequestWithBody ¶
func NewV1TaskCancelRequestWithBody(server string, tenant openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)
NewV1TaskCancelRequestWithBody generates requests for V1TaskCancel with any type of body
func NewV1TaskEventListRequest ¶
func NewV1TaskEventListRequest(server string, task openapi_types.UUID, params *V1TaskEventListParams) (*http.Request, error)
NewV1TaskEventListRequest generates requests for V1TaskEventList
func NewV1TaskGetPointMetricsRequest ¶
func NewV1TaskGetPointMetricsRequest(server string, tenant openapi_types.UUID, params *V1TaskGetPointMetricsParams) (*http.Request, error)
NewV1TaskGetPointMetricsRequest generates requests for V1TaskGetPointMetrics
func NewV1TaskGetRequest ¶
func NewV1TaskGetRequest(server string, task openapi_types.UUID, params *V1TaskGetParams) (*http.Request, error)
NewV1TaskGetRequest generates requests for V1TaskGet
func NewV1TaskListStatusMetricsRequest ¶
func NewV1TaskListStatusMetricsRequest(server string, tenant openapi_types.UUID, params *V1TaskListStatusMetricsParams) (*http.Request, error)
NewV1TaskListStatusMetricsRequest generates requests for V1TaskListStatusMetrics
func NewV1TaskReplayRequest ¶
func NewV1TaskReplayRequest(server string, tenant openapi_types.UUID, body V1TaskReplayJSONRequestBody) (*http.Request, error)
NewV1TaskReplayRequest calls the generic V1TaskReplay builder with application/json body
func NewV1TaskReplayRequestWithBody ¶
func NewV1TaskReplayRequestWithBody(server string, tenant openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)
NewV1TaskReplayRequestWithBody generates requests for V1TaskReplay with any type of body
func NewV1TaskRestoreRequest ¶ added in v0.80.0
NewV1TaskRestoreRequest generates requests for V1TaskRestore
func NewV1TenantLogLineGetPointMetricsRequest ¶ added in v0.81.0
func NewV1TenantLogLineGetPointMetricsRequest(server string, tenant openapi_types.UUID, params *V1TenantLogLineGetPointMetricsParams) (*http.Request, error)
NewV1TenantLogLineGetPointMetricsRequest generates requests for V1TenantLogLineGetPointMetrics
func NewV1TenantLogLineListRequest ¶ added in v0.81.0
func NewV1TenantLogLineListRequest(server string, tenant openapi_types.UUID, params *V1TenantLogLineListParams) (*http.Request, error)
NewV1TenantLogLineListRequest generates requests for V1TenantLogLineList
func NewV1WebhookCreateRequest ¶ added in v0.70.0
func NewV1WebhookCreateRequest(server string, tenant openapi_types.UUID, body V1WebhookCreateJSONRequestBody) (*http.Request, error)
NewV1WebhookCreateRequest calls the generic V1WebhookCreate builder with application/json body
func NewV1WebhookCreateRequestWithBody ¶ added in v0.70.0
func NewV1WebhookCreateRequestWithBody(server string, tenant openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)
NewV1WebhookCreateRequestWithBody generates requests for V1WebhookCreate with any type of body
func NewV1WebhookDeleteRequest ¶ added in v0.70.0
func NewV1WebhookDeleteRequest(server string, tenant openapi_types.UUID, v1Webhook string) (*http.Request, error)
NewV1WebhookDeleteRequest generates requests for V1WebhookDelete
func NewV1WebhookGetRequest ¶ added in v0.70.0
func NewV1WebhookGetRequest(server string, tenant openapi_types.UUID, v1Webhook string) (*http.Request, error)
NewV1WebhookGetRequest generates requests for V1WebhookGet
func NewV1WebhookListRequest ¶ added in v0.70.0
func NewV1WebhookListRequest(server string, tenant openapi_types.UUID, params *V1WebhookListParams) (*http.Request, error)
NewV1WebhookListRequest generates requests for V1WebhookList
func NewV1WebhookReceiveRequestWithBody ¶ added in v0.70.0
func NewV1WebhookReceiveRequestWithBody(server string, tenant openapi_types.UUID, v1Webhook string, contentType string, body io.Reader) (*http.Request, error)
NewV1WebhookReceiveRequestWithBody generates requests for V1WebhookReceive with any type of body
func NewV1WebhookUpdateRequest ¶ added in v0.70.7
func NewV1WebhookUpdateRequest(server string, tenant openapi_types.UUID, v1Webhook string, body V1WebhookUpdateJSONRequestBody) (*http.Request, error)
NewV1WebhookUpdateRequest calls the generic V1WebhookUpdate builder with application/json body
func NewV1WebhookUpdateRequestWithBody ¶ added in v0.70.7
func NewV1WebhookUpdateRequestWithBody(server string, tenant openapi_types.UUID, v1Webhook string, contentType string, body io.Reader) (*http.Request, error)
NewV1WebhookUpdateRequestWithBody generates requests for V1WebhookUpdate with any type of body
func NewV1WorkflowRunCreateRequest ¶
func NewV1WorkflowRunCreateRequest(server string, tenant openapi_types.UUID, body V1WorkflowRunCreateJSONRequestBody) (*http.Request, error)
NewV1WorkflowRunCreateRequest calls the generic V1WorkflowRunCreate builder with application/json body
func NewV1WorkflowRunCreateRequestWithBody ¶
func NewV1WorkflowRunCreateRequestWithBody(server string, tenant openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)
NewV1WorkflowRunCreateRequestWithBody generates requests for V1WorkflowRunCreate with any type of body
func NewV1WorkflowRunDisplayNamesListRequest ¶
func NewV1WorkflowRunDisplayNamesListRequest(server string, tenant openapi_types.UUID, params *V1WorkflowRunDisplayNamesListParams) (*http.Request, error)
NewV1WorkflowRunDisplayNamesListRequest generates requests for V1WorkflowRunDisplayNamesList
func NewV1WorkflowRunExternalIdsListRequest ¶ added in v0.73.38
func NewV1WorkflowRunExternalIdsListRequest(server string, tenant openapi_types.UUID, params *V1WorkflowRunExternalIdsListParams) (*http.Request, error)
NewV1WorkflowRunExternalIdsListRequest generates requests for V1WorkflowRunExternalIdsList
func NewV1WorkflowRunGetRequest ¶
func NewV1WorkflowRunGetRequest(server string, v1WorkflowRun openapi_types.UUID, params *V1WorkflowRunGetParams) (*http.Request, error)
NewV1WorkflowRunGetRequest generates requests for V1WorkflowRunGet
func NewV1WorkflowRunGetStatusRequest ¶
func NewV1WorkflowRunGetStatusRequest(server string, v1WorkflowRun openapi_types.UUID) (*http.Request, error)
NewV1WorkflowRunGetStatusRequest generates requests for V1WorkflowRunGetStatus
func NewV1WorkflowRunGetTimingsRequest ¶
func NewV1WorkflowRunGetTimingsRequest(server string, v1WorkflowRun openapi_types.UUID, params *V1WorkflowRunGetTimingsParams) (*http.Request, error)
NewV1WorkflowRunGetTimingsRequest generates requests for V1WorkflowRunGetTimings
func NewV1WorkflowRunListRequest ¶
func NewV1WorkflowRunListRequest(server string, tenant openapi_types.UUID, params *V1WorkflowRunListParams) (*http.Request, error)
NewV1WorkflowRunListRequest generates requests for V1WorkflowRunList
func NewV1WorkflowRunTaskEventsListRequest ¶
func NewV1WorkflowRunTaskEventsListRequest(server string, v1WorkflowRun openapi_types.UUID, params *V1WorkflowRunTaskEventsListParams) (*http.Request, error)
NewV1WorkflowRunTaskEventsListRequest generates requests for V1WorkflowRunTaskEventsList
func NewWebhookCreateRequest ¶
func NewWebhookCreateRequest(server string, tenant openapi_types.UUID, body WebhookCreateJSONRequestBody) (*http.Request, error)
NewWebhookCreateRequest calls the generic WebhookCreate builder with application/json body
func NewWebhookCreateRequestWithBody ¶
func NewWebhookCreateRequestWithBody(server string, tenant openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)
NewWebhookCreateRequestWithBody generates requests for WebhookCreate with any type of body
func NewWebhookDeleteRequest ¶
NewWebhookDeleteRequest generates requests for WebhookDelete
func NewWebhookListRequest ¶
NewWebhookListRequest generates requests for WebhookList
func NewWebhookRequestsListRequest ¶
func NewWebhookRequestsListRequest(server string, webhook openapi_types.UUID) (*http.Request, error)
NewWebhookRequestsListRequest generates requests for WebhookRequestsList
func NewWorkerGetRequest ¶
NewWorkerGetRequest generates requests for WorkerGet
func NewWorkerListRequest ¶
func NewWorkerListRequest(server string, tenant openapi_types.UUID, params *WorkerListParams) (*http.Request, error)
NewWorkerListRequest generates requests for WorkerList
func NewWorkerUpdateRequest ¶
func NewWorkerUpdateRequest(server string, worker openapi_types.UUID, body WorkerUpdateJSONRequestBody) (*http.Request, error)
NewWorkerUpdateRequest calls the generic WorkerUpdate builder with application/json body
func NewWorkerUpdateRequestWithBody ¶
func NewWorkerUpdateRequestWithBody(server string, worker openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)
NewWorkerUpdateRequestWithBody generates requests for WorkerUpdate with any type of body
func NewWorkflowCronDeleteRequest ¶
func NewWorkflowCronDeleteRequest(server string, tenant openapi_types.UUID, cronWorkflow openapi_types.UUID) (*http.Request, error)
NewWorkflowCronDeleteRequest generates requests for WorkflowCronDelete
func NewWorkflowCronGetRequest ¶
func NewWorkflowCronGetRequest(server string, tenant openapi_types.UUID, cronWorkflow openapi_types.UUID) (*http.Request, error)
NewWorkflowCronGetRequest generates requests for WorkflowCronGet
func NewWorkflowCronTriggerRequest ¶ added in v0.88.2
func NewWorkflowCronTriggerRequest(server string, tenant openapi_types.UUID, cronWorkflow openapi_types.UUID) (*http.Request, error)
NewWorkflowCronTriggerRequest generates requests for WorkflowCronTrigger
func NewWorkflowCronUpdateRequest ¶ added in v0.73.35
func NewWorkflowCronUpdateRequest(server string, tenant openapi_types.UUID, cronWorkflow openapi_types.UUID, body WorkflowCronUpdateJSONRequestBody) (*http.Request, error)
NewWorkflowCronUpdateRequest calls the generic WorkflowCronUpdate builder with application/json body
func NewWorkflowCronUpdateRequestWithBody ¶ added in v0.73.35
func NewWorkflowCronUpdateRequestWithBody(server string, tenant openapi_types.UUID, cronWorkflow openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)
NewWorkflowCronUpdateRequestWithBody generates requests for WorkflowCronUpdate with any type of body
func NewWorkflowDeleteRequest ¶
NewWorkflowDeleteRequest generates requests for WorkflowDelete
func NewWorkflowGetMetricsRequest ¶
func NewWorkflowGetMetricsRequest(server string, workflow openapi_types.UUID, params *WorkflowGetMetricsParams) (*http.Request, error)
NewWorkflowGetMetricsRequest generates requests for WorkflowGetMetrics
func NewWorkflowGetRequest ¶
NewWorkflowGetRequest generates requests for WorkflowGet
func NewWorkflowGetWorkersCountRequest ¶
func NewWorkflowGetWorkersCountRequest(server string, tenant openapi_types.UUID, workflow openapi_types.UUID) (*http.Request, error)
NewWorkflowGetWorkersCountRequest generates requests for WorkflowGetWorkersCount
func NewWorkflowListRequest ¶
func NewWorkflowListRequest(server string, tenant openapi_types.UUID, params *WorkflowListParams) (*http.Request, error)
NewWorkflowListRequest generates requests for WorkflowList
func NewWorkflowRunCancelRequest ¶
func NewWorkflowRunCancelRequest(server string, tenant openapi_types.UUID, body WorkflowRunCancelJSONRequestBody) (*http.Request, error)
NewWorkflowRunCancelRequest calls the generic WorkflowRunCancel builder with application/json body
func NewWorkflowRunCancelRequestWithBody ¶
func NewWorkflowRunCancelRequestWithBody(server string, tenant openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)
NewWorkflowRunCancelRequestWithBody generates requests for WorkflowRunCancel with any type of body
func NewWorkflowRunCreateRequest ¶
func NewWorkflowRunCreateRequest(server string, workflow openapi_types.UUID, params *WorkflowRunCreateParams, body WorkflowRunCreateJSONRequestBody) (*http.Request, error)
NewWorkflowRunCreateRequest calls the generic WorkflowRunCreate builder with application/json body
func NewWorkflowRunCreateRequestWithBody ¶
func NewWorkflowRunCreateRequestWithBody(server string, workflow openapi_types.UUID, params *WorkflowRunCreateParams, contentType string, body io.Reader) (*http.Request, error)
NewWorkflowRunCreateRequestWithBody generates requests for WorkflowRunCreate with any type of body
func NewWorkflowRunGetInputRequest ¶
func NewWorkflowRunGetInputRequest(server string, tenant openapi_types.UUID, workflowRun openapi_types.UUID) (*http.Request, error)
NewWorkflowRunGetInputRequest generates requests for WorkflowRunGetInput
func NewWorkflowRunGetMetricsRequest ¶
func NewWorkflowRunGetMetricsRequest(server string, tenant openapi_types.UUID, params *WorkflowRunGetMetricsParams) (*http.Request, error)
NewWorkflowRunGetMetricsRequest generates requests for WorkflowRunGetMetrics
func NewWorkflowRunGetRequest ¶
func NewWorkflowRunGetRequest(server string, tenant openapi_types.UUID, workflowRun openapi_types.UUID) (*http.Request, error)
NewWorkflowRunGetRequest generates requests for WorkflowRunGet
func NewWorkflowRunGetShapeRequest ¶
func NewWorkflowRunGetShapeRequest(server string, tenant openapi_types.UUID, workflowRun openapi_types.UUID) (*http.Request, error)
NewWorkflowRunGetShapeRequest generates requests for WorkflowRunGetShape
func NewWorkflowRunListRequest ¶
func NewWorkflowRunListRequest(server string, tenant openapi_types.UUID, params *WorkflowRunListParams) (*http.Request, error)
NewWorkflowRunListRequest generates requests for WorkflowRunList
func NewWorkflowRunListStepRunEventsRequest ¶
func NewWorkflowRunListStepRunEventsRequest(server string, tenant openapi_types.UUID, workflowRun openapi_types.UUID, params *WorkflowRunListStepRunEventsParams) (*http.Request, error)
NewWorkflowRunListStepRunEventsRequest generates requests for WorkflowRunListStepRunEvents
func NewWorkflowRunUpdateReplayRequest ¶
func NewWorkflowRunUpdateReplayRequest(server string, tenant openapi_types.UUID, body WorkflowRunUpdateReplayJSONRequestBody) (*http.Request, error)
NewWorkflowRunUpdateReplayRequest calls the generic WorkflowRunUpdateReplay builder with application/json body
func NewWorkflowRunUpdateReplayRequestWithBody ¶
func NewWorkflowRunUpdateReplayRequestWithBody(server string, tenant openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)
NewWorkflowRunUpdateReplayRequestWithBody generates requests for WorkflowRunUpdateReplay with any type of body
func NewWorkflowScheduledBulkDeleteRequest ¶ added in v0.73.104
func NewWorkflowScheduledBulkDeleteRequest(server string, tenant openapi_types.UUID, body WorkflowScheduledBulkDeleteJSONRequestBody) (*http.Request, error)
NewWorkflowScheduledBulkDeleteRequest calls the generic WorkflowScheduledBulkDelete builder with application/json body
func NewWorkflowScheduledBulkDeleteRequestWithBody ¶ added in v0.73.104
func NewWorkflowScheduledBulkDeleteRequestWithBody(server string, tenant openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)
NewWorkflowScheduledBulkDeleteRequestWithBody generates requests for WorkflowScheduledBulkDelete with any type of body
func NewWorkflowScheduledBulkUpdateRequest ¶ added in v0.73.104
func NewWorkflowScheduledBulkUpdateRequest(server string, tenant openapi_types.UUID, body WorkflowScheduledBulkUpdateJSONRequestBody) (*http.Request, error)
NewWorkflowScheduledBulkUpdateRequest calls the generic WorkflowScheduledBulkUpdate builder with application/json body
func NewWorkflowScheduledBulkUpdateRequestWithBody ¶ added in v0.73.104
func NewWorkflowScheduledBulkUpdateRequestWithBody(server string, tenant openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)
NewWorkflowScheduledBulkUpdateRequestWithBody generates requests for WorkflowScheduledBulkUpdate with any type of body
func NewWorkflowScheduledDeleteRequest ¶
func NewWorkflowScheduledDeleteRequest(server string, tenant openapi_types.UUID, scheduledWorkflowRun openapi_types.UUID) (*http.Request, error)
NewWorkflowScheduledDeleteRequest generates requests for WorkflowScheduledDelete
func NewWorkflowScheduledGetRequest ¶
func NewWorkflowScheduledGetRequest(server string, tenant openapi_types.UUID, scheduledWorkflowRun openapi_types.UUID) (*http.Request, error)
NewWorkflowScheduledGetRequest generates requests for WorkflowScheduledGet
func NewWorkflowScheduledListRequest ¶
func NewWorkflowScheduledListRequest(server string, tenant openapi_types.UUID, params *WorkflowScheduledListParams) (*http.Request, error)
NewWorkflowScheduledListRequest generates requests for WorkflowScheduledList
func NewWorkflowScheduledTriggerRequest ¶ added in v0.88.2
func NewWorkflowScheduledTriggerRequest(server string, tenant openapi_types.UUID, scheduledWorkflowRun openapi_types.UUID) (*http.Request, error)
NewWorkflowScheduledTriggerRequest generates requests for WorkflowScheduledTrigger
func NewWorkflowScheduledUpdateRequest ¶ added in v0.73.104
func NewWorkflowScheduledUpdateRequest(server string, tenant openapi_types.UUID, scheduledWorkflowRun openapi_types.UUID, body WorkflowScheduledUpdateJSONRequestBody) (*http.Request, error)
NewWorkflowScheduledUpdateRequest calls the generic WorkflowScheduledUpdate builder with application/json body
func NewWorkflowScheduledUpdateRequestWithBody ¶ added in v0.73.104
func NewWorkflowScheduledUpdateRequestWithBody(server string, tenant openapi_types.UUID, scheduledWorkflowRun openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)
NewWorkflowScheduledUpdateRequestWithBody generates requests for WorkflowScheduledUpdate with any type of body
func NewWorkflowUpdateRequest ¶
func NewWorkflowUpdateRequest(server string, workflow openapi_types.UUID, body WorkflowUpdateJSONRequestBody) (*http.Request, error)
NewWorkflowUpdateRequest calls the generic WorkflowUpdate builder with application/json body
func NewWorkflowUpdateRequestWithBody ¶
func NewWorkflowUpdateRequestWithBody(server string, workflow openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)
NewWorkflowUpdateRequestWithBody generates requests for WorkflowUpdate with any type of body
func NewWorkflowVersionGetRequest ¶
func NewWorkflowVersionGetRequest(server string, workflow openapi_types.UUID, params *WorkflowVersionGetParams) (*http.Request, error)
NewWorkflowVersionGetRequest generates requests for WorkflowVersionGet
Types ¶
type APIError ¶
type APIError struct {
// Code a custom Hatchet error code
Code *uint64 `json:"code,omitempty"`
// Description a description for this error
Description string `json:"description"`
// DocsLink a link to the documentation for this error, if it exists
DocsLink *string `json:"docs_link,omitempty"`
// Field the field that this error is associated with, if applicable
Field *string `json:"field,omitempty"`
}
APIError defines model for APIError.
type APIErrors ¶
type APIErrors struct {
Errors []APIError `json:"errors"`
}
APIErrors defines model for APIErrors.
type APIMeta ¶
type APIMeta struct {
// AllowChangePassword whether or not users can change their password
AllowChangePassword *bool `json:"allowChangePassword,omitempty"`
// AllowCreateTenant whether or not users can create new tenants
AllowCreateTenant *bool `json:"allowCreateTenant,omitempty"`
// AllowInvites whether or not users can invite other users to this instance
AllowInvites *bool `json:"allowInvites,omitempty"`
// AllowSignup whether or not users can sign up for this instance
AllowSignup *bool `json:"allowSignup,omitempty"`
Auth *APIMetaAuth `json:"auth,omitempty"`
// AuthDisabled whether or not authentication is disabled (authdisabled build) on this instance
AuthDisabled *bool `json:"authDisabled,omitempty"`
// AuthDisabledToken the embedded worker API token, only set on authdisabled builds
AuthDisabledToken *string `json:"authDisabledToken,omitempty"`
// Embedded whether this instance is running in embedded mode
Embedded *bool `json:"embedded,omitempty"`
// ObservabilityEnabled whether or not observability (trace collection) is enabled on this instance
ObservabilityEnabled *bool `json:"observabilityEnabled,omitempty"`
Posthog *APIMetaPosthog `json:"posthog,omitempty"`
// PrometheusServerEnabled whether or not a Prometheus federation server is configured (SERVER_PROMETHEUS_SERVER_URL) on this instance
PrometheusServerEnabled *bool `json:"prometheusServerEnabled,omitempty"`
// PylonAppId the Pylon app ID for usepylon.com chat support
PylonAppId *string `json:"pylonAppId,omitempty"`
}
APIMeta defines model for APIMeta.
type APIMetaAuth ¶
type APIMetaAuth struct {
// Schemes the supported types of authentication
Schemes *[]string `json:"schemes,omitempty"`
}
APIMetaAuth defines model for APIMetaAuth.
type APIMetaIntegration ¶
type APIMetaIntegration struct {
// Enabled whether this integration is enabled on the instance
Enabled bool `json:"enabled"`
// Name the name of the integration
Name string `json:"name"`
}
APIMetaIntegration defines model for APIMetaIntegration.
type APIMetaPosthog ¶
type APIMetaPosthog struct {
// ApiHost the PostHog API host
ApiHost *string `json:"apiHost,omitempty"`
// ApiKey the PostHog API key
ApiKey *string `json:"apiKey,omitempty"`
}
APIMetaPosthog defines model for APIMetaPosthog.
type APIResourceMeta ¶
type APIResourceMeta struct {
// CreatedAt the time that this resource was created
CreatedAt time.Time `json:"createdAt"`
// Id the id of this resource, in UUID format
Id string `json:"id"`
// UpdatedAt the time that this resource was last updated
UpdatedAt time.Time `json:"updatedAt"`
}
APIResourceMeta defines model for APIResourceMeta.
type APIToken ¶
type APIToken struct {
// ExpiresAt When the API token expires.
ExpiresAt time.Time `json:"expiresAt"`
Metadata APIResourceMeta `json:"metadata"`
// Name The name of the API token.
Name string `json:"name"`
}
APIToken defines model for APIToken.
type AcceptInviteRequest ¶
type AcceptInviteRequest struct {
Invite string `json:"invite" validate:"required,uuid"`
}
AcceptInviteRequest defines model for AcceptInviteRequest.
type AlertEmailGroupCreateJSONRequestBody ¶
type AlertEmailGroupCreateJSONRequestBody = CreateTenantAlertEmailGroupRequest
AlertEmailGroupCreateJSONRequestBody defines body for AlertEmailGroupCreate for application/json ContentType.
type AlertEmailGroupCreateResponse ¶
type AlertEmailGroupCreateResponse struct {
Body []byte
HTTPResponse *http.Response
JSON201 *TenantAlertEmailGroup
JSON400 *APIErrors
JSON403 *APIError
}
func ParseAlertEmailGroupCreateResponse ¶
func ParseAlertEmailGroupCreateResponse(rsp *http.Response) (*AlertEmailGroupCreateResponse, error)
ParseAlertEmailGroupCreateResponse parses an HTTP response from a AlertEmailGroupCreateWithResponse call
func (AlertEmailGroupCreateResponse) Status ¶
func (r AlertEmailGroupCreateResponse) Status() string
Status returns HTTPResponse.Status
func (AlertEmailGroupCreateResponse) StatusCode ¶
func (r AlertEmailGroupCreateResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AlertEmailGroupDeleteResponse ¶
type AlertEmailGroupDeleteResponse struct {
Body []byte
HTTPResponse *http.Response
JSON400 *APIErrors
JSON403 *APIError
}
func ParseAlertEmailGroupDeleteResponse ¶
func ParseAlertEmailGroupDeleteResponse(rsp *http.Response) (*AlertEmailGroupDeleteResponse, error)
ParseAlertEmailGroupDeleteResponse parses an HTTP response from a AlertEmailGroupDeleteWithResponse call
func (AlertEmailGroupDeleteResponse) Status ¶
func (r AlertEmailGroupDeleteResponse) Status() string
Status returns HTTPResponse.Status
func (AlertEmailGroupDeleteResponse) StatusCode ¶
func (r AlertEmailGroupDeleteResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AlertEmailGroupListResponse ¶
type AlertEmailGroupListResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *TenantAlertEmailGroupList
JSON400 *APIErrors
JSON403 *APIError
}
func ParseAlertEmailGroupListResponse ¶
func ParseAlertEmailGroupListResponse(rsp *http.Response) (*AlertEmailGroupListResponse, error)
ParseAlertEmailGroupListResponse parses an HTTP response from a AlertEmailGroupListWithResponse call
func (AlertEmailGroupListResponse) Status ¶
func (r AlertEmailGroupListResponse) Status() string
Status returns HTTPResponse.Status
func (AlertEmailGroupListResponse) StatusCode ¶
func (r AlertEmailGroupListResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AlertEmailGroupUpdateJSONRequestBody ¶
type AlertEmailGroupUpdateJSONRequestBody = UpdateTenantAlertEmailGroupRequest
AlertEmailGroupUpdateJSONRequestBody defines body for AlertEmailGroupUpdate for application/json ContentType.
type AlertEmailGroupUpdateResponse ¶
type AlertEmailGroupUpdateResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *TenantAlertEmailGroup
JSON400 *APIErrors
JSON403 *APIError
}
func ParseAlertEmailGroupUpdateResponse ¶
func ParseAlertEmailGroupUpdateResponse(rsp *http.Response) (*AlertEmailGroupUpdateResponse, error)
ParseAlertEmailGroupUpdateResponse parses an HTTP response from a AlertEmailGroupUpdateWithResponse call
func (AlertEmailGroupUpdateResponse) Status ¶
func (r AlertEmailGroupUpdateResponse) Status() string
Status returns HTTPResponse.Status
func (AlertEmailGroupUpdateResponse) StatusCode ¶
func (r AlertEmailGroupUpdateResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type ApiTokenCreateJSONRequestBody ¶
type ApiTokenCreateJSONRequestBody = CreateAPITokenRequest
ApiTokenCreateJSONRequestBody defines body for ApiTokenCreate for application/json ContentType.
type ApiTokenCreateResponse ¶
type ApiTokenCreateResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *CreateAPITokenResponse
JSON400 *APIErrors
JSON403 *APIErrors
}
func ParseApiTokenCreateResponse ¶
func ParseApiTokenCreateResponse(rsp *http.Response) (*ApiTokenCreateResponse, error)
ParseApiTokenCreateResponse parses an HTTP response from a ApiTokenCreateWithResponse call
func (ApiTokenCreateResponse) Status ¶
func (r ApiTokenCreateResponse) Status() string
Status returns HTTPResponse.Status
func (ApiTokenCreateResponse) StatusCode ¶
func (r ApiTokenCreateResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type ApiTokenListResponse ¶
type ApiTokenListResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *ListAPITokensResponse
JSON400 *APIErrors
JSON403 *APIErrors
}
func ParseApiTokenListResponse ¶
func ParseApiTokenListResponse(rsp *http.Response) (*ApiTokenListResponse, error)
ParseApiTokenListResponse parses an HTTP response from a ApiTokenListWithResponse call
func (ApiTokenListResponse) Status ¶
func (r ApiTokenListResponse) Status() string
Status returns HTTPResponse.Status
func (ApiTokenListResponse) StatusCode ¶
func (r ApiTokenListResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type ApiTokenUpdateRevokeResponse ¶
type ApiTokenUpdateRevokeResponse struct {
Body []byte
HTTPResponse *http.Response
JSON400 *APIErrors
JSON403 *APIErrors
}
func ParseApiTokenUpdateRevokeResponse ¶
func ParseApiTokenUpdateRevokeResponse(rsp *http.Response) (*ApiTokenUpdateRevokeResponse, error)
ParseApiTokenUpdateRevokeResponse parses an HTTP response from a ApiTokenUpdateRevokeWithResponse call
func (ApiTokenUpdateRevokeResponse) Status ¶
func (r ApiTokenUpdateRevokeResponse) Status() string
Status returns HTTPResponse.Status
func (ApiTokenUpdateRevokeResponse) StatusCode ¶
func (r ApiTokenUpdateRevokeResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type BulkCreateEventRequest ¶
type BulkCreateEventRequest struct {
Events []CreateEventRequest `json:"events"`
}
BulkCreateEventRequest defines model for BulkCreateEventRequest.
type CancelEventRequest ¶
type CancelEventRequest struct {
EventIds []openapi_types.UUID `json:"eventIds"`
}
CancelEventRequest defines model for CancelEventRequest.
type Client ¶
type Client struct {
// The endpoint of the server conforming to this interface, with scheme,
// https://api.deepmap.com for example. This can contain a path relative
// to the server, such as https://api.deepmap.com/dev-test, and all the
// paths in the swagger spec will be appended to the server.
Server string
// Doer for performing requests, typically a *http.Client with any
// customized settings, such as certificate chains.
Client HttpRequestDoer
// A list of callbacks for modifying requests which are generated before sending over
// the network.
RequestEditors []RequestEditorFn
}
Client which conforms to the OpenAPI3 specification for this service.
func NewClient ¶
func NewClient(server string, opts ...ClientOption) (*Client, error)
Creates a new Client, with reasonable defaults
func (*Client) AlertEmailGroupCreate ¶
func (c *Client) AlertEmailGroupCreate(ctx context.Context, tenant openapi_types.UUID, body AlertEmailGroupCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AlertEmailGroupCreateWithBody ¶
func (*Client) AlertEmailGroupDelete ¶
func (c *Client) AlertEmailGroupDelete(ctx context.Context, alertEmailGroup openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AlertEmailGroupList ¶
func (c *Client) AlertEmailGroupList(ctx context.Context, tenant openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AlertEmailGroupUpdate ¶
func (c *Client) AlertEmailGroupUpdate(ctx context.Context, alertEmailGroup openapi_types.UUID, body AlertEmailGroupUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AlertEmailGroupUpdateWithBody ¶
func (*Client) ApiTokenCreate ¶
func (c *Client) ApiTokenCreate(ctx context.Context, tenant openapi_types.UUID, body ApiTokenCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) ApiTokenCreateWithBody ¶
func (*Client) ApiTokenList ¶
func (c *Client) ApiTokenList(ctx context.Context, tenant openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) ApiTokenUpdateRevoke ¶
func (c *Client) ApiTokenUpdateRevoke(ctx context.Context, apiToken openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) CloudMetadataGet ¶
func (*Client) CronWorkflowList ¶
func (c *Client) CronWorkflowList(ctx context.Context, tenant openapi_types.UUID, params *CronWorkflowListParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) CronWorkflowTriggerCreate ¶
func (c *Client) CronWorkflowTriggerCreate(ctx context.Context, tenant openapi_types.UUID, workflow string, body CronWorkflowTriggerCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) CronWorkflowTriggerCreateWithBody ¶
func (*Client) EventCreate ¶
func (c *Client) EventCreate(ctx context.Context, tenant openapi_types.UUID, body EventCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) EventCreateBulk ¶
func (c *Client) EventCreateBulk(ctx context.Context, tenant openapi_types.UUID, body EventCreateBulkJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) EventCreateBulkWithBody ¶
func (*Client) EventCreateWithBody ¶
func (*Client) EventDataGet ¶
func (c *Client) EventDataGet(ctx context.Context, event openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) EventDataGetWithTenant ¶ added in v0.73.98
func (c *Client) EventDataGetWithTenant(ctx context.Context, tenant openapi_types.UUID, eventWithTenant openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) EventGet ¶
func (c *Client) EventGet(ctx context.Context, event openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) EventKeyList ¶
func (c *Client) EventKeyList(ctx context.Context, tenant openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) EventList ¶
func (c *Client) EventList(ctx context.Context, tenant openapi_types.UUID, params *EventListParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) EventUpdateCancel ¶
func (c *Client) EventUpdateCancel(ctx context.Context, tenant openapi_types.UUID, body EventUpdateCancelJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) EventUpdateCancelWithBody ¶
func (*Client) EventUpdateReplay ¶
func (c *Client) EventUpdateReplay(ctx context.Context, tenant openapi_types.UUID, body EventUpdateReplayJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) EventUpdateReplayWithBody ¶
func (*Client) InfoGetVersion ¶
func (*Client) LivenessGet ¶
func (*Client) MetadataGet ¶
func (*Client) MetadataListIntegrations ¶
func (*Client) MonitoringPostRunProbe ¶
func (c *Client) MonitoringPostRunProbe(ctx context.Context, tenant openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) RateLimitDelete ¶ added in v0.83.27
func (c *Client) RateLimitDelete(ctx context.Context, tenant openapi_types.UUID, params *RateLimitDeleteParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) RateLimitList ¶
func (c *Client) RateLimitList(ctx context.Context, tenant openapi_types.UUID, params *RateLimitListParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) ReadinessGet ¶
func (*Client) ScheduledWorkflowRunCreate ¶
func (c *Client) ScheduledWorkflowRunCreate(ctx context.Context, tenant openapi_types.UUID, workflow string, body ScheduledWorkflowRunCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) ScheduledWorkflowRunCreateWithBody ¶
func (*Client) SlackWebhookDelete ¶
func (c *Client) SlackWebhookDelete(ctx context.Context, slack openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) SlackWebhookList ¶
func (c *Client) SlackWebhookList(ctx context.Context, tenant openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) SnsCreate ¶
func (c *Client) SnsCreate(ctx context.Context, tenant openapi_types.UUID, body SnsCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) SnsCreateWithBody ¶
func (*Client) SnsDelete ¶
func (c *Client) SnsDelete(ctx context.Context, sns openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) SnsList ¶
func (c *Client) SnsList(ctx context.Context, tenant openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) SnsUpdate ¶
func (c *Client) SnsUpdate(ctx context.Context, tenant openapi_types.UUID, event string, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) StepRunGet ¶
func (c *Client) StepRunGet(ctx context.Context, tenant openapi_types.UUID, stepRun openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) StepRunGetSchema ¶
func (c *Client) StepRunGetSchema(ctx context.Context, tenant openapi_types.UUID, stepRun openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) StepRunListArchives ¶
func (c *Client) StepRunListArchives(ctx context.Context, stepRun openapi_types.UUID, params *StepRunListArchivesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) StepRunListEvents ¶
func (c *Client) StepRunListEvents(ctx context.Context, stepRun openapi_types.UUID, params *StepRunListEventsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) StepRunUpdateCancel ¶
func (c *Client) StepRunUpdateCancel(ctx context.Context, tenant openapi_types.UUID, stepRun openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) StepRunUpdateRerun ¶
func (c *Client) StepRunUpdateRerun(ctx context.Context, tenant openapi_types.UUID, stepRun openapi_types.UUID, body StepRunUpdateRerunJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) StepRunUpdateRerunWithBody ¶
func (c *Client) StepRunUpdateRerunWithBody(ctx context.Context, tenant openapi_types.UUID, stepRun openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) TenantAlertingSettingsGet ¶
func (c *Client) TenantAlertingSettingsGet(ctx context.Context, tenant openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) TenantCreate ¶
func (c *Client) TenantCreate(ctx context.Context, body TenantCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) TenantCreateWithBody ¶
func (*Client) TenantFeatureFlagEvaluate ¶ added in v0.83.6
func (c *Client) TenantFeatureFlagEvaluate(ctx context.Context, tenant openapi_types.UUID, params *TenantFeatureFlagEvaluateParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) TenantGet ¶
func (c *Client) TenantGet(ctx context.Context, tenant openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) TenantGetPrometheusMetrics ¶
func (c *Client) TenantGetPrometheusMetrics(ctx context.Context, tenant openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) TenantGetQueueMetrics ¶
func (c *Client) TenantGetQueueMetrics(ctx context.Context, tenant openapi_types.UUID, params *TenantGetQueueMetricsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) TenantGetStepRunQueueMetrics ¶
func (c *Client) TenantGetStepRunQueueMetrics(ctx context.Context, tenant openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) TenantGetTaskStats ¶ added in v0.73.46
func (c *Client) TenantGetTaskStats(ctx context.Context, tenant openapi_types.UUID, params *TenantGetTaskStatsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) TenantInviteAccept ¶
func (c *Client) TenantInviteAccept(ctx context.Context, body TenantInviteAcceptJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) TenantInviteAcceptWithBody ¶
func (*Client) TenantInviteCreate ¶
func (c *Client) TenantInviteCreate(ctx context.Context, tenant openapi_types.UUID, body TenantInviteCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) TenantInviteCreateWithBody ¶
func (*Client) TenantInviteDelete ¶
func (c *Client) TenantInviteDelete(ctx context.Context, tenant openapi_types.UUID, tenantInvite openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) TenantInviteList ¶
func (c *Client) TenantInviteList(ctx context.Context, tenant openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) TenantInviteReject ¶
func (c *Client) TenantInviteReject(ctx context.Context, body TenantInviteRejectJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) TenantInviteRejectWithBody ¶
func (*Client) TenantInviteUpdate ¶
func (c *Client) TenantInviteUpdate(ctx context.Context, tenant openapi_types.UUID, tenantInvite openapi_types.UUID, body TenantInviteUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) TenantInviteUpdateWithBody ¶
func (c *Client) TenantInviteUpdateWithBody(ctx context.Context, tenant openapi_types.UUID, tenantInvite openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) TenantMemberDelete ¶
func (c *Client) TenantMemberDelete(ctx context.Context, tenant openapi_types.UUID, member openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) TenantMemberList ¶
func (c *Client) TenantMemberList(ctx context.Context, tenant openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) TenantMemberUpdate ¶ added in v0.70.0
func (c *Client) TenantMemberUpdate(ctx context.Context, tenant openapi_types.UUID, member openapi_types.UUID, body TenantMemberUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) TenantMemberUpdateWithBody ¶ added in v0.70.0
func (c *Client) TenantMemberUpdateWithBody(ctx context.Context, tenant openapi_types.UUID, member openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) TenantMembershipsList ¶
func (*Client) TenantResourcePolicyGet ¶
func (c *Client) TenantResourcePolicyGet(ctx context.Context, tenant openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) TenantUpdate ¶
func (c *Client) TenantUpdate(ctx context.Context, tenant openapi_types.UUID, body TenantUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) TenantUpdateWithBody ¶
func (*Client) UserCreate ¶
func (c *Client) UserCreate(ctx context.Context, body UserCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) UserCreateWithBody ¶
func (*Client) UserGetCurrent ¶
func (*Client) UserListTenantInvites ¶
func (*Client) UserUpdateGithubOauthCallback ¶
func (*Client) UserUpdateGithubOauthStart ¶
func (*Client) UserUpdateGoogleOauthCallback ¶
func (*Client) UserUpdateGoogleOauthStart ¶
func (*Client) UserUpdateLogin ¶
func (c *Client) UserUpdateLogin(ctx context.Context, body UserUpdateLoginJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) UserUpdateLoginWithBody ¶
func (*Client) UserUpdateLogout ¶
func (*Client) UserUpdatePassword ¶
func (c *Client) UserUpdatePassword(ctx context.Context, body UserUpdatePasswordJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) UserUpdatePasswordWithBody ¶
func (*Client) UserUpdateSlackOauthCallback ¶
func (*Client) UserUpdateSlackOauthStart ¶
func (c *Client) UserUpdateSlackOauthStart(ctx context.Context, tenant openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) V1CelDebug ¶
func (c *Client) V1CelDebug(ctx context.Context, tenant openapi_types.UUID, body V1CelDebugJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) V1CelDebugWithBody ¶
func (*Client) V1DagListTasks ¶
func (c *Client) V1DagListTasks(ctx context.Context, params *V1DagListTasksParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) V1DurableTaskBranch ¶ added in v0.80.0
func (c *Client) V1DurableTaskBranch(ctx context.Context, tenant openapi_types.UUID, body V1DurableTaskBranchJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) V1DurableTaskBranchWithBody ¶ added in v0.80.0
func (*Client) V1DurableTaskEventLogList ¶ added in v0.83.32
func (c *Client) V1DurableTaskEventLogList(ctx context.Context, tenant openapi_types.UUID, durableTask openapi_types.UUID, params *V1DurableTaskEventLogListParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) V1EventGet ¶ added in v0.73.98
func (c *Client) V1EventGet(ctx context.Context, tenant openapi_types.UUID, v1Event openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) V1EventKeyList ¶
func (c *Client) V1EventKeyList(ctx context.Context, tenant openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) V1EventList ¶
func (c *Client) V1EventList(ctx context.Context, tenant openapi_types.UUID, params *V1EventListParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) V1FilterCreate ¶
func (c *Client) V1FilterCreate(ctx context.Context, tenant openapi_types.UUID, body V1FilterCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) V1FilterCreateWithBody ¶
func (*Client) V1FilterDelete ¶
func (c *Client) V1FilterDelete(ctx context.Context, tenant openapi_types.UUID, v1Filter openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) V1FilterGet ¶
func (c *Client) V1FilterGet(ctx context.Context, tenant openapi_types.UUID, v1Filter openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) V1FilterList ¶
func (c *Client) V1FilterList(ctx context.Context, tenant openapi_types.UUID, params *V1FilterListParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) V1FilterUpdate ¶
func (c *Client) V1FilterUpdate(ctx context.Context, tenant openapi_types.UUID, v1Filter openapi_types.UUID, body V1FilterUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) V1FilterUpdateWithBody ¶
func (c *Client) V1FilterUpdateWithBody(ctx context.Context, tenant openapi_types.UUID, v1Filter openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) V1HttpOperatorCreate ¶ added in v0.104.0
func (c *Client) V1HttpOperatorCreate(ctx context.Context, tenant openapi_types.UUID, body V1HttpOperatorCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) V1HttpOperatorCreateWithBody ¶ added in v0.104.0
func (*Client) V1HttpOperatorDelete ¶ added in v0.104.0
func (c *Client) V1HttpOperatorDelete(ctx context.Context, v1HttpOperator openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) V1HttpOperatorGet ¶ added in v0.104.0
func (c *Client) V1HttpOperatorGet(ctx context.Context, v1HttpOperator openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) V1HttpOperatorList ¶ added in v0.104.0
func (c *Client) V1HttpOperatorList(ctx context.Context, tenant openapi_types.UUID, params *V1HttpOperatorListParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) V1HttpOperatorUpdate ¶ added in v0.104.0
func (c *Client) V1HttpOperatorUpdate(ctx context.Context, v1HttpOperator openapi_types.UUID, body V1HttpOperatorUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) V1HttpOperatorUpdateWithBody ¶ added in v0.104.0
func (*Client) V1LogLineList ¶
func (c *Client) V1LogLineList(ctx context.Context, task openapi_types.UUID, params *V1LogLineListParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) V1ObservabilityGetTrace ¶ added in v0.82.0
func (c *Client) V1ObservabilityGetTrace(ctx context.Context, tenant openapi_types.UUID, params *V1ObservabilityGetTraceParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) V1TaskCancel ¶
func (c *Client) V1TaskCancel(ctx context.Context, tenant openapi_types.UUID, body V1TaskCancelJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) V1TaskCancelWithBody ¶
func (*Client) V1TaskEventList ¶
func (c *Client) V1TaskEventList(ctx context.Context, task openapi_types.UUID, params *V1TaskEventListParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) V1TaskGet ¶
func (c *Client) V1TaskGet(ctx context.Context, task openapi_types.UUID, params *V1TaskGetParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) V1TaskGetPointMetrics ¶
func (c *Client) V1TaskGetPointMetrics(ctx context.Context, tenant openapi_types.UUID, params *V1TaskGetPointMetricsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) V1TaskListStatusMetrics ¶
func (c *Client) V1TaskListStatusMetrics(ctx context.Context, tenant openapi_types.UUID, params *V1TaskListStatusMetricsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) V1TaskReplay ¶
func (c *Client) V1TaskReplay(ctx context.Context, tenant openapi_types.UUID, body V1TaskReplayJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) V1TaskReplayWithBody ¶
func (*Client) V1TaskRestore ¶ added in v0.80.0
func (c *Client) V1TaskRestore(ctx context.Context, task openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) V1TenantLogLineGetPointMetrics ¶ added in v0.81.0
func (c *Client) V1TenantLogLineGetPointMetrics(ctx context.Context, tenant openapi_types.UUID, params *V1TenantLogLineGetPointMetricsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) V1TenantLogLineList ¶ added in v0.81.0
func (c *Client) V1TenantLogLineList(ctx context.Context, tenant openapi_types.UUID, params *V1TenantLogLineListParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) V1WebhookCreate ¶ added in v0.70.0
func (c *Client) V1WebhookCreate(ctx context.Context, tenant openapi_types.UUID, body V1WebhookCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) V1WebhookCreateWithBody ¶ added in v0.70.0
func (*Client) V1WebhookDelete ¶ added in v0.70.0
func (c *Client) V1WebhookDelete(ctx context.Context, tenant openapi_types.UUID, v1Webhook string, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) V1WebhookGet ¶ added in v0.70.0
func (c *Client) V1WebhookGet(ctx context.Context, tenant openapi_types.UUID, v1Webhook string, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) V1WebhookList ¶ added in v0.70.0
func (c *Client) V1WebhookList(ctx context.Context, tenant openapi_types.UUID, params *V1WebhookListParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) V1WebhookReceiveWithBody ¶ added in v0.70.0
func (*Client) V1WebhookUpdate ¶ added in v0.70.7
func (c *Client) V1WebhookUpdate(ctx context.Context, tenant openapi_types.UUID, v1Webhook string, body V1WebhookUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) V1WebhookUpdateWithBody ¶ added in v0.70.7
func (*Client) V1WorkflowRunCreate ¶
func (c *Client) V1WorkflowRunCreate(ctx context.Context, tenant openapi_types.UUID, body V1WorkflowRunCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) V1WorkflowRunCreateWithBody ¶
func (*Client) V1WorkflowRunDisplayNamesList ¶
func (c *Client) V1WorkflowRunDisplayNamesList(ctx context.Context, tenant openapi_types.UUID, params *V1WorkflowRunDisplayNamesListParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) V1WorkflowRunExternalIdsList ¶ added in v0.73.38
func (c *Client) V1WorkflowRunExternalIdsList(ctx context.Context, tenant openapi_types.UUID, params *V1WorkflowRunExternalIdsListParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) V1WorkflowRunGet ¶
func (c *Client) V1WorkflowRunGet(ctx context.Context, v1WorkflowRun openapi_types.UUID, params *V1WorkflowRunGetParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) V1WorkflowRunGetStatus ¶
func (c *Client) V1WorkflowRunGetStatus(ctx context.Context, v1WorkflowRun openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) V1WorkflowRunGetTimings ¶
func (c *Client) V1WorkflowRunGetTimings(ctx context.Context, v1WorkflowRun openapi_types.UUID, params *V1WorkflowRunGetTimingsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) V1WorkflowRunList ¶
func (c *Client) V1WorkflowRunList(ctx context.Context, tenant openapi_types.UUID, params *V1WorkflowRunListParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) V1WorkflowRunTaskEventsList ¶
func (c *Client) V1WorkflowRunTaskEventsList(ctx context.Context, v1WorkflowRun openapi_types.UUID, params *V1WorkflowRunTaskEventsListParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) WebhookCreate ¶
func (c *Client) WebhookCreate(ctx context.Context, tenant openapi_types.UUID, body WebhookCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) WebhookCreateWithBody ¶
func (*Client) WebhookDelete ¶
func (c *Client) WebhookDelete(ctx context.Context, webhook openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) WebhookList ¶
func (c *Client) WebhookList(ctx context.Context, tenant openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) WebhookRequestsList ¶
func (c *Client) WebhookRequestsList(ctx context.Context, webhook openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) WorkerGet ¶
func (c *Client) WorkerGet(ctx context.Context, worker openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) WorkerList ¶
func (c *Client) WorkerList(ctx context.Context, tenant openapi_types.UUID, params *WorkerListParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) WorkerUpdate ¶
func (c *Client) WorkerUpdate(ctx context.Context, worker openapi_types.UUID, body WorkerUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) WorkerUpdateWithBody ¶
func (*Client) WorkflowCronDelete ¶
func (c *Client) WorkflowCronDelete(ctx context.Context, tenant openapi_types.UUID, cronWorkflow openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) WorkflowCronGet ¶
func (c *Client) WorkflowCronGet(ctx context.Context, tenant openapi_types.UUID, cronWorkflow openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) WorkflowCronTrigger ¶ added in v0.88.2
func (c *Client) WorkflowCronTrigger(ctx context.Context, tenant openapi_types.UUID, cronWorkflow openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) WorkflowCronUpdate ¶ added in v0.73.35
func (c *Client) WorkflowCronUpdate(ctx context.Context, tenant openapi_types.UUID, cronWorkflow openapi_types.UUID, body WorkflowCronUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) WorkflowCronUpdateWithBody ¶ added in v0.73.35
func (c *Client) WorkflowCronUpdateWithBody(ctx context.Context, tenant openapi_types.UUID, cronWorkflow openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) WorkflowDelete ¶
func (c *Client) WorkflowDelete(ctx context.Context, workflow openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) WorkflowGet ¶
func (c *Client) WorkflowGet(ctx context.Context, workflow openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) WorkflowGetMetrics ¶
func (c *Client) WorkflowGetMetrics(ctx context.Context, workflow openapi_types.UUID, params *WorkflowGetMetricsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) WorkflowGetWorkersCount ¶
func (c *Client) WorkflowGetWorkersCount(ctx context.Context, tenant openapi_types.UUID, workflow openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) WorkflowList ¶
func (c *Client) WorkflowList(ctx context.Context, tenant openapi_types.UUID, params *WorkflowListParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) WorkflowRunCancel ¶
func (c *Client) WorkflowRunCancel(ctx context.Context, tenant openapi_types.UUID, body WorkflowRunCancelJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) WorkflowRunCancelWithBody ¶
func (*Client) WorkflowRunCreate ¶
func (c *Client) WorkflowRunCreate(ctx context.Context, workflow openapi_types.UUID, params *WorkflowRunCreateParams, body WorkflowRunCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) WorkflowRunCreateWithBody ¶
func (c *Client) WorkflowRunCreateWithBody(ctx context.Context, workflow openapi_types.UUID, params *WorkflowRunCreateParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) WorkflowRunGet ¶
func (c *Client) WorkflowRunGet(ctx context.Context, tenant openapi_types.UUID, workflowRun openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) WorkflowRunGetInput ¶
func (c *Client) WorkflowRunGetInput(ctx context.Context, tenant openapi_types.UUID, workflowRun openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) WorkflowRunGetMetrics ¶
func (c *Client) WorkflowRunGetMetrics(ctx context.Context, tenant openapi_types.UUID, params *WorkflowRunGetMetricsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) WorkflowRunGetShape ¶
func (c *Client) WorkflowRunGetShape(ctx context.Context, tenant openapi_types.UUID, workflowRun openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) WorkflowRunList ¶
func (c *Client) WorkflowRunList(ctx context.Context, tenant openapi_types.UUID, params *WorkflowRunListParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) WorkflowRunListStepRunEvents ¶
func (c *Client) WorkflowRunListStepRunEvents(ctx context.Context, tenant openapi_types.UUID, workflowRun openapi_types.UUID, params *WorkflowRunListStepRunEventsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) WorkflowRunUpdateReplay ¶
func (c *Client) WorkflowRunUpdateReplay(ctx context.Context, tenant openapi_types.UUID, body WorkflowRunUpdateReplayJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) WorkflowRunUpdateReplayWithBody ¶
func (*Client) WorkflowScheduledBulkDelete ¶ added in v0.73.104
func (c *Client) WorkflowScheduledBulkDelete(ctx context.Context, tenant openapi_types.UUID, body WorkflowScheduledBulkDeleteJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) WorkflowScheduledBulkDeleteWithBody ¶ added in v0.73.104
func (*Client) WorkflowScheduledBulkUpdate ¶ added in v0.73.104
func (c *Client) WorkflowScheduledBulkUpdate(ctx context.Context, tenant openapi_types.UUID, body WorkflowScheduledBulkUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) WorkflowScheduledBulkUpdateWithBody ¶ added in v0.73.104
func (*Client) WorkflowScheduledDelete ¶
func (c *Client) WorkflowScheduledDelete(ctx context.Context, tenant openapi_types.UUID, scheduledWorkflowRun openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) WorkflowScheduledGet ¶
func (c *Client) WorkflowScheduledGet(ctx context.Context, tenant openapi_types.UUID, scheduledWorkflowRun openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) WorkflowScheduledList ¶
func (c *Client) WorkflowScheduledList(ctx context.Context, tenant openapi_types.UUID, params *WorkflowScheduledListParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) WorkflowScheduledTrigger ¶ added in v0.88.2
func (c *Client) WorkflowScheduledTrigger(ctx context.Context, tenant openapi_types.UUID, scheduledWorkflowRun openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) WorkflowScheduledUpdate ¶ added in v0.73.104
func (c *Client) WorkflowScheduledUpdate(ctx context.Context, tenant openapi_types.UUID, scheduledWorkflowRun openapi_types.UUID, body WorkflowScheduledUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) WorkflowScheduledUpdateWithBody ¶ added in v0.73.104
func (c *Client) WorkflowScheduledUpdateWithBody(ctx context.Context, tenant openapi_types.UUID, scheduledWorkflowRun openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) WorkflowUpdate ¶
func (c *Client) WorkflowUpdate(ctx context.Context, workflow openapi_types.UUID, body WorkflowUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) WorkflowUpdateWithBody ¶
func (*Client) WorkflowVersionGet ¶
func (c *Client) WorkflowVersionGet(ctx context.Context, workflow openapi_types.UUID, params *WorkflowVersionGetParams, reqEditors ...RequestEditorFn) (*http.Response, error)
type ClientInterface ¶
type ClientInterface interface {
// LivenessGet request
LivenessGet(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
// ReadinessGet request
ReadinessGet(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
// AlertEmailGroupDelete request
AlertEmailGroupDelete(ctx context.Context, alertEmailGroup openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
// AlertEmailGroupUpdateWithBody request with any body
AlertEmailGroupUpdateWithBody(ctx context.Context, alertEmailGroup openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
AlertEmailGroupUpdate(ctx context.Context, alertEmailGroup openapi_types.UUID, body AlertEmailGroupUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// ApiTokenUpdateRevoke request
ApiTokenUpdateRevoke(ctx context.Context, apiToken openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
// CloudMetadataGet request
CloudMetadataGet(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
// EventGet request
EventGet(ctx context.Context, event openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
// EventDataGet request
EventDataGet(ctx context.Context, event openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
// MetadataGet request
MetadataGet(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
// MetadataListIntegrations request
MetadataListIntegrations(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
// MonitoringPostRunProbe request
MonitoringPostRunProbe(ctx context.Context, tenant openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
// SlackWebhookDelete request
SlackWebhookDelete(ctx context.Context, slack openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
// SnsDelete request
SnsDelete(ctx context.Context, sns openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
// SnsUpdate request
SnsUpdate(ctx context.Context, tenant openapi_types.UUID, event string, reqEditors ...RequestEditorFn) (*http.Response, error)
// V1DagListTasks request
V1DagListTasks(ctx context.Context, params *V1DagListTasksParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// V1HttpOperatorDelete request
V1HttpOperatorDelete(ctx context.Context, v1HttpOperator openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
// V1HttpOperatorGet request
V1HttpOperatorGet(ctx context.Context, v1HttpOperator openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
// V1HttpOperatorUpdateWithBody request with any body
V1HttpOperatorUpdateWithBody(ctx context.Context, v1HttpOperator openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
V1HttpOperatorUpdate(ctx context.Context, v1HttpOperator openapi_types.UUID, body V1HttpOperatorUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// V1TaskGet request
V1TaskGet(ctx context.Context, task openapi_types.UUID, params *V1TaskGetParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// V1LogLineList request
V1LogLineList(ctx context.Context, task openapi_types.UUID, params *V1LogLineListParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// V1TaskRestore request
V1TaskRestore(ctx context.Context, task openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
// V1TaskEventList request
V1TaskEventList(ctx context.Context, task openapi_types.UUID, params *V1TaskEventListParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// V1CelDebugWithBody request with any body
V1CelDebugWithBody(ctx context.Context, tenant openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
V1CelDebug(ctx context.Context, tenant openapi_types.UUID, body V1CelDebugJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// V1DurableTaskBranchWithBody request with any body
V1DurableTaskBranchWithBody(ctx context.Context, tenant openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
V1DurableTaskBranch(ctx context.Context, tenant openapi_types.UUID, body V1DurableTaskBranchJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// V1DurableTaskEventLogList request
V1DurableTaskEventLogList(ctx context.Context, tenant openapi_types.UUID, durableTask openapi_types.UUID, params *V1DurableTaskEventLogListParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// V1EventList request
V1EventList(ctx context.Context, tenant openapi_types.UUID, params *V1EventListParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// V1EventKeyList request
V1EventKeyList(ctx context.Context, tenant openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
// V1EventGet request
V1EventGet(ctx context.Context, tenant openapi_types.UUID, v1Event openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
// V1FilterList request
V1FilterList(ctx context.Context, tenant openapi_types.UUID, params *V1FilterListParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// V1FilterCreateWithBody request with any body
V1FilterCreateWithBody(ctx context.Context, tenant openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
V1FilterCreate(ctx context.Context, tenant openapi_types.UUID, body V1FilterCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// V1FilterDelete request
V1FilterDelete(ctx context.Context, tenant openapi_types.UUID, v1Filter openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
// V1FilterGet request
V1FilterGet(ctx context.Context, tenant openapi_types.UUID, v1Filter openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
// V1FilterUpdateWithBody request with any body
V1FilterUpdateWithBody(ctx context.Context, tenant openapi_types.UUID, v1Filter openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
V1FilterUpdate(ctx context.Context, tenant openapi_types.UUID, v1Filter openapi_types.UUID, body V1FilterUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// V1TenantLogLineGetPointMetrics request
V1TenantLogLineGetPointMetrics(ctx context.Context, tenant openapi_types.UUID, params *V1TenantLogLineGetPointMetricsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// V1TenantLogLineList request
V1TenantLogLineList(ctx context.Context, tenant openapi_types.UUID, params *V1TenantLogLineListParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// V1HttpOperatorList request
V1HttpOperatorList(ctx context.Context, tenant openapi_types.UUID, params *V1HttpOperatorListParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// V1HttpOperatorCreateWithBody request with any body
V1HttpOperatorCreateWithBody(ctx context.Context, tenant openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
V1HttpOperatorCreate(ctx context.Context, tenant openapi_types.UUID, body V1HttpOperatorCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// V1TaskListStatusMetrics request
V1TaskListStatusMetrics(ctx context.Context, tenant openapi_types.UUID, params *V1TaskListStatusMetricsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// V1TaskGetPointMetrics request
V1TaskGetPointMetrics(ctx context.Context, tenant openapi_types.UUID, params *V1TaskGetPointMetricsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// V1TaskCancelWithBody request with any body
V1TaskCancelWithBody(ctx context.Context, tenant openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
V1TaskCancel(ctx context.Context, tenant openapi_types.UUID, body V1TaskCancelJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// V1TaskReplayWithBody request with any body
V1TaskReplayWithBody(ctx context.Context, tenant openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
V1TaskReplay(ctx context.Context, tenant openapi_types.UUID, body V1TaskReplayJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// V1ObservabilityGetTrace request
V1ObservabilityGetTrace(ctx context.Context, tenant openapi_types.UUID, params *V1ObservabilityGetTraceParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// V1WebhookList request
V1WebhookList(ctx context.Context, tenant openapi_types.UUID, params *V1WebhookListParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// V1WebhookCreateWithBody request with any body
V1WebhookCreateWithBody(ctx context.Context, tenant openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
V1WebhookCreate(ctx context.Context, tenant openapi_types.UUID, body V1WebhookCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// V1WebhookDelete request
V1WebhookDelete(ctx context.Context, tenant openapi_types.UUID, v1Webhook string, reqEditors ...RequestEditorFn) (*http.Response, error)
// V1WebhookGet request
V1WebhookGet(ctx context.Context, tenant openapi_types.UUID, v1Webhook string, reqEditors ...RequestEditorFn) (*http.Response, error)
// V1WebhookUpdateWithBody request with any body
V1WebhookUpdateWithBody(ctx context.Context, tenant openapi_types.UUID, v1Webhook string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
V1WebhookUpdate(ctx context.Context, tenant openapi_types.UUID, v1Webhook string, body V1WebhookUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// V1WebhookReceiveWithBody request with any body
V1WebhookReceiveWithBody(ctx context.Context, tenant openapi_types.UUID, v1Webhook string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
// V1WorkflowRunList request
V1WorkflowRunList(ctx context.Context, tenant openapi_types.UUID, params *V1WorkflowRunListParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// V1WorkflowRunDisplayNamesList request
V1WorkflowRunDisplayNamesList(ctx context.Context, tenant openapi_types.UUID, params *V1WorkflowRunDisplayNamesListParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// V1WorkflowRunExternalIdsList request
V1WorkflowRunExternalIdsList(ctx context.Context, tenant openapi_types.UUID, params *V1WorkflowRunExternalIdsListParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// V1WorkflowRunCreateWithBody request with any body
V1WorkflowRunCreateWithBody(ctx context.Context, tenant openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
V1WorkflowRunCreate(ctx context.Context, tenant openapi_types.UUID, body V1WorkflowRunCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// V1WorkflowRunGet request
V1WorkflowRunGet(ctx context.Context, v1WorkflowRun openapi_types.UUID, params *V1WorkflowRunGetParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// V1WorkflowRunGetStatus request
V1WorkflowRunGetStatus(ctx context.Context, v1WorkflowRun openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
// V1WorkflowRunTaskEventsList request
V1WorkflowRunTaskEventsList(ctx context.Context, v1WorkflowRun openapi_types.UUID, params *V1WorkflowRunTaskEventsListParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// V1WorkflowRunGetTimings request
V1WorkflowRunGetTimings(ctx context.Context, v1WorkflowRun openapi_types.UUID, params *V1WorkflowRunGetTimingsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// StepRunListArchives request
StepRunListArchives(ctx context.Context, stepRun openapi_types.UUID, params *StepRunListArchivesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// StepRunListEvents request
StepRunListEvents(ctx context.Context, stepRun openapi_types.UUID, params *StepRunListEventsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// TenantCreateWithBody request with any body
TenantCreateWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
TenantCreate(ctx context.Context, body TenantCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// TenantGet request
TenantGet(ctx context.Context, tenant openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
// TenantUpdateWithBody request with any body
TenantUpdateWithBody(ctx context.Context, tenant openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
TenantUpdate(ctx context.Context, tenant openapi_types.UUID, body TenantUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// AlertEmailGroupList request
AlertEmailGroupList(ctx context.Context, tenant openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
// AlertEmailGroupCreateWithBody request with any body
AlertEmailGroupCreateWithBody(ctx context.Context, tenant openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
AlertEmailGroupCreate(ctx context.Context, tenant openapi_types.UUID, body AlertEmailGroupCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// TenantAlertingSettingsGet request
TenantAlertingSettingsGet(ctx context.Context, tenant openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
// ApiTokenList request
ApiTokenList(ctx context.Context, tenant openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
// ApiTokenCreateWithBody request with any body
ApiTokenCreateWithBody(ctx context.Context, tenant openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
ApiTokenCreate(ctx context.Context, tenant openapi_types.UUID, body ApiTokenCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// EventList request
EventList(ctx context.Context, tenant openapi_types.UUID, params *EventListParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// EventCreateWithBody request with any body
EventCreateWithBody(ctx context.Context, tenant openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
EventCreate(ctx context.Context, tenant openapi_types.UUID, body EventCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// EventCreateBulkWithBody request with any body
EventCreateBulkWithBody(ctx context.Context, tenant openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
EventCreateBulk(ctx context.Context, tenant openapi_types.UUID, body EventCreateBulkJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// EventUpdateCancelWithBody request with any body
EventUpdateCancelWithBody(ctx context.Context, tenant openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
EventUpdateCancel(ctx context.Context, tenant openapi_types.UUID, body EventUpdateCancelJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// EventKeyList request
EventKeyList(ctx context.Context, tenant openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
// EventUpdateReplayWithBody request with any body
EventUpdateReplayWithBody(ctx context.Context, tenant openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
EventUpdateReplay(ctx context.Context, tenant openapi_types.UUID, body EventUpdateReplayJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// EventDataGetWithTenant request
EventDataGetWithTenant(ctx context.Context, tenant openapi_types.UUID, eventWithTenant openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
// TenantFeatureFlagEvaluate request
TenantFeatureFlagEvaluate(ctx context.Context, tenant openapi_types.UUID, params *TenantFeatureFlagEvaluateParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// TenantInviteList request
TenantInviteList(ctx context.Context, tenant openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
// TenantInviteCreateWithBody request with any body
TenantInviteCreateWithBody(ctx context.Context, tenant openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
TenantInviteCreate(ctx context.Context, tenant openapi_types.UUID, body TenantInviteCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// TenantInviteDelete request
TenantInviteDelete(ctx context.Context, tenant openapi_types.UUID, tenantInvite openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
// TenantInviteUpdateWithBody request with any body
TenantInviteUpdateWithBody(ctx context.Context, tenant openapi_types.UUID, tenantInvite openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
TenantInviteUpdate(ctx context.Context, tenant openapi_types.UUID, tenantInvite openapi_types.UUID, body TenantInviteUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// TenantMemberList request
TenantMemberList(ctx context.Context, tenant openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
// TenantMemberDelete request
TenantMemberDelete(ctx context.Context, tenant openapi_types.UUID, member openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
// TenantMemberUpdateWithBody request with any body
TenantMemberUpdateWithBody(ctx context.Context, tenant openapi_types.UUID, member openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
TenantMemberUpdate(ctx context.Context, tenant openapi_types.UUID, member openapi_types.UUID, body TenantMemberUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// TenantGetPrometheusMetrics request
TenantGetPrometheusMetrics(ctx context.Context, tenant openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
// TenantGetQueueMetrics request
TenantGetQueueMetrics(ctx context.Context, tenant openapi_types.UUID, params *TenantGetQueueMetricsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// RateLimitDelete request
RateLimitDelete(ctx context.Context, tenant openapi_types.UUID, params *RateLimitDeleteParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// RateLimitList request
RateLimitList(ctx context.Context, tenant openapi_types.UUID, params *RateLimitListParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// TenantResourcePolicyGet request
TenantResourcePolicyGet(ctx context.Context, tenant openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
// SlackWebhookList request
SlackWebhookList(ctx context.Context, tenant openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
// UserUpdateSlackOauthStart request
UserUpdateSlackOauthStart(ctx context.Context, tenant openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
// SnsList request
SnsList(ctx context.Context, tenant openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
// SnsCreateWithBody request with any body
SnsCreateWithBody(ctx context.Context, tenant openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
SnsCreate(ctx context.Context, tenant openapi_types.UUID, body SnsCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// TenantGetStepRunQueueMetrics request
TenantGetStepRunQueueMetrics(ctx context.Context, tenant openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
// StepRunGet request
StepRunGet(ctx context.Context, tenant openapi_types.UUID, stepRun openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
// StepRunUpdateCancel request
StepRunUpdateCancel(ctx context.Context, tenant openapi_types.UUID, stepRun openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
// StepRunUpdateRerunWithBody request with any body
StepRunUpdateRerunWithBody(ctx context.Context, tenant openapi_types.UUID, stepRun openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
StepRunUpdateRerun(ctx context.Context, tenant openapi_types.UUID, stepRun openapi_types.UUID, body StepRunUpdateRerunJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// StepRunGetSchema request
StepRunGetSchema(ctx context.Context, tenant openapi_types.UUID, stepRun openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
// TenantGetTaskStats request
TenantGetTaskStats(ctx context.Context, tenant openapi_types.UUID, params *TenantGetTaskStatsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// WebhookList request
WebhookList(ctx context.Context, tenant openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
// WebhookCreateWithBody request with any body
WebhookCreateWithBody(ctx context.Context, tenant openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
WebhookCreate(ctx context.Context, tenant openapi_types.UUID, body WebhookCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// WorkerList request
WorkerList(ctx context.Context, tenant openapi_types.UUID, params *WorkerListParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// WorkflowRunUpdateReplayWithBody request with any body
WorkflowRunUpdateReplayWithBody(ctx context.Context, tenant openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
WorkflowRunUpdateReplay(ctx context.Context, tenant openapi_types.UUID, body WorkflowRunUpdateReplayJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// WorkflowRunGet request
WorkflowRunGet(ctx context.Context, tenant openapi_types.UUID, workflowRun openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
// WorkflowRunGetInput request
WorkflowRunGetInput(ctx context.Context, tenant openapi_types.UUID, workflowRun openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
// WorkflowRunGetShape request
WorkflowRunGetShape(ctx context.Context, tenant openapi_types.UUID, workflowRun openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
// WorkflowRunListStepRunEvents request
WorkflowRunListStepRunEvents(ctx context.Context, tenant openapi_types.UUID, workflowRun openapi_types.UUID, params *WorkflowRunListStepRunEventsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// WorkflowList request
WorkflowList(ctx context.Context, tenant openapi_types.UUID, params *WorkflowListParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// WorkflowRunCancelWithBody request with any body
WorkflowRunCancelWithBody(ctx context.Context, tenant openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
WorkflowRunCancel(ctx context.Context, tenant openapi_types.UUID, body WorkflowRunCancelJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// CronWorkflowList request
CronWorkflowList(ctx context.Context, tenant openapi_types.UUID, params *CronWorkflowListParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// WorkflowCronDelete request
WorkflowCronDelete(ctx context.Context, tenant openapi_types.UUID, cronWorkflow openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
// WorkflowCronGet request
WorkflowCronGet(ctx context.Context, tenant openapi_types.UUID, cronWorkflow openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
// WorkflowCronUpdateWithBody request with any body
WorkflowCronUpdateWithBody(ctx context.Context, tenant openapi_types.UUID, cronWorkflow openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
WorkflowCronUpdate(ctx context.Context, tenant openapi_types.UUID, cronWorkflow openapi_types.UUID, body WorkflowCronUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// WorkflowCronTrigger request
WorkflowCronTrigger(ctx context.Context, tenant openapi_types.UUID, cronWorkflow openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
// WorkflowRunList request
WorkflowRunList(ctx context.Context, tenant openapi_types.UUID, params *WorkflowRunListParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// WorkflowRunGetMetrics request
WorkflowRunGetMetrics(ctx context.Context, tenant openapi_types.UUID, params *WorkflowRunGetMetricsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// WorkflowScheduledList request
WorkflowScheduledList(ctx context.Context, tenant openapi_types.UUID, params *WorkflowScheduledListParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// WorkflowScheduledBulkDeleteWithBody request with any body
WorkflowScheduledBulkDeleteWithBody(ctx context.Context, tenant openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
WorkflowScheduledBulkDelete(ctx context.Context, tenant openapi_types.UUID, body WorkflowScheduledBulkDeleteJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// WorkflowScheduledBulkUpdateWithBody request with any body
WorkflowScheduledBulkUpdateWithBody(ctx context.Context, tenant openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
WorkflowScheduledBulkUpdate(ctx context.Context, tenant openapi_types.UUID, body WorkflowScheduledBulkUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// WorkflowScheduledDelete request
WorkflowScheduledDelete(ctx context.Context, tenant openapi_types.UUID, scheduledWorkflowRun openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
// WorkflowScheduledGet request
WorkflowScheduledGet(ctx context.Context, tenant openapi_types.UUID, scheduledWorkflowRun openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
// WorkflowScheduledUpdateWithBody request with any body
WorkflowScheduledUpdateWithBody(ctx context.Context, tenant openapi_types.UUID, scheduledWorkflowRun openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
WorkflowScheduledUpdate(ctx context.Context, tenant openapi_types.UUID, scheduledWorkflowRun openapi_types.UUID, body WorkflowScheduledUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// WorkflowScheduledTrigger request
WorkflowScheduledTrigger(ctx context.Context, tenant openapi_types.UUID, scheduledWorkflowRun openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
// CronWorkflowTriggerCreateWithBody request with any body
CronWorkflowTriggerCreateWithBody(ctx context.Context, tenant openapi_types.UUID, workflow string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
CronWorkflowTriggerCreate(ctx context.Context, tenant openapi_types.UUID, workflow string, body CronWorkflowTriggerCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// ScheduledWorkflowRunCreateWithBody request with any body
ScheduledWorkflowRunCreateWithBody(ctx context.Context, tenant openapi_types.UUID, workflow string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
ScheduledWorkflowRunCreate(ctx context.Context, tenant openapi_types.UUID, workflow string, body ScheduledWorkflowRunCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// WorkflowGetWorkersCount request
WorkflowGetWorkersCount(ctx context.Context, tenant openapi_types.UUID, workflow openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
// UserGetCurrent request
UserGetCurrent(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
// UserUpdateGithubOauthCallback request
UserUpdateGithubOauthCallback(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
// UserUpdateGithubOauthStart request
UserUpdateGithubOauthStart(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
// UserUpdateGoogleOauthCallback request
UserUpdateGoogleOauthCallback(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
// UserUpdateGoogleOauthStart request
UserUpdateGoogleOauthStart(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
// UserListTenantInvites request
UserListTenantInvites(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
// TenantInviteAcceptWithBody request with any body
TenantInviteAcceptWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
TenantInviteAccept(ctx context.Context, body TenantInviteAcceptJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// TenantInviteRejectWithBody request with any body
TenantInviteRejectWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
TenantInviteReject(ctx context.Context, body TenantInviteRejectJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// UserUpdateLoginWithBody request with any body
UserUpdateLoginWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
UserUpdateLogin(ctx context.Context, body UserUpdateLoginJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// UserUpdateLogout request
UserUpdateLogout(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
// TenantMembershipsList request
TenantMembershipsList(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
// UserUpdatePasswordWithBody request with any body
UserUpdatePasswordWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
UserUpdatePassword(ctx context.Context, body UserUpdatePasswordJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// UserCreateWithBody request with any body
UserCreateWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
UserCreate(ctx context.Context, body UserCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// UserUpdateSlackOauthCallback request
UserUpdateSlackOauthCallback(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
// InfoGetVersion request
InfoGetVersion(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
// WebhookDelete request
WebhookDelete(ctx context.Context, webhook openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
// WebhookRequestsList request
WebhookRequestsList(ctx context.Context, webhook openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
// WorkerGet request
WorkerGet(ctx context.Context, worker openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
// WorkerUpdateWithBody request with any body
WorkerUpdateWithBody(ctx context.Context, worker openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
WorkerUpdate(ctx context.Context, worker openapi_types.UUID, body WorkerUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// WorkflowDelete request
WorkflowDelete(ctx context.Context, workflow openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
// WorkflowGet request
WorkflowGet(ctx context.Context, workflow openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
// WorkflowUpdateWithBody request with any body
WorkflowUpdateWithBody(ctx context.Context, workflow openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
WorkflowUpdate(ctx context.Context, workflow openapi_types.UUID, body WorkflowUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// WorkflowGetMetrics request
WorkflowGetMetrics(ctx context.Context, workflow openapi_types.UUID, params *WorkflowGetMetricsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// WorkflowRunCreateWithBody request with any body
WorkflowRunCreateWithBody(ctx context.Context, workflow openapi_types.UUID, params *WorkflowRunCreateParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
WorkflowRunCreate(ctx context.Context, workflow openapi_types.UUID, params *WorkflowRunCreateParams, body WorkflowRunCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// WorkflowVersionGet request
WorkflowVersionGet(ctx context.Context, workflow openapi_types.UUID, params *WorkflowVersionGetParams, reqEditors ...RequestEditorFn) (*http.Response, error)
}
The interface specification for the client above.
type ClientOption ¶
ClientOption allows setting custom parameters during construction
func WithHTTPClient ¶
func WithHTTPClient(doer HttpRequestDoer) ClientOption
WithHTTPClient allows overriding the default Doer, which is automatically created using http.Client. This is useful for tests.
func WithRequestEditorFn ¶
func WithRequestEditorFn(fn RequestEditorFn) ClientOption
WithRequestEditorFn allows setting up a callback function, which will be called right before sending the request. This can be used to mutate the request.
type ClientWithResponses ¶
type ClientWithResponses struct {
ClientInterface
}
ClientWithResponses builds on ClientInterface to offer response payloads
func NewClientWithResponses ¶
func NewClientWithResponses(server string, opts ...ClientOption) (*ClientWithResponses, error)
NewClientWithResponses creates a new ClientWithResponses, which wraps Client with return type handling
func (*ClientWithResponses) AlertEmailGroupCreateWithBodyWithResponse ¶
func (c *ClientWithResponses) AlertEmailGroupCreateWithBodyWithResponse(ctx context.Context, tenant openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AlertEmailGroupCreateResponse, error)
AlertEmailGroupCreateWithBodyWithResponse request with arbitrary body returning *AlertEmailGroupCreateResponse
func (*ClientWithResponses) AlertEmailGroupCreateWithResponse ¶
func (c *ClientWithResponses) AlertEmailGroupCreateWithResponse(ctx context.Context, tenant openapi_types.UUID, body AlertEmailGroupCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*AlertEmailGroupCreateResponse, error)
func (*ClientWithResponses) AlertEmailGroupDeleteWithResponse ¶
func (c *ClientWithResponses) AlertEmailGroupDeleteWithResponse(ctx context.Context, alertEmailGroup openapi_types.UUID, reqEditors ...RequestEditorFn) (*AlertEmailGroupDeleteResponse, error)
AlertEmailGroupDeleteWithResponse request returning *AlertEmailGroupDeleteResponse
func (*ClientWithResponses) AlertEmailGroupListWithResponse ¶
func (c *ClientWithResponses) AlertEmailGroupListWithResponse(ctx context.Context, tenant openapi_types.UUID, reqEditors ...RequestEditorFn) (*AlertEmailGroupListResponse, error)
AlertEmailGroupListWithResponse request returning *AlertEmailGroupListResponse
func (*ClientWithResponses) AlertEmailGroupUpdateWithBodyWithResponse ¶
func (c *ClientWithResponses) AlertEmailGroupUpdateWithBodyWithResponse(ctx context.Context, alertEmailGroup openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AlertEmailGroupUpdateResponse, error)
AlertEmailGroupUpdateWithBodyWithResponse request with arbitrary body returning *AlertEmailGroupUpdateResponse
func (*ClientWithResponses) AlertEmailGroupUpdateWithResponse ¶
func (c *ClientWithResponses) AlertEmailGroupUpdateWithResponse(ctx context.Context, alertEmailGroup openapi_types.UUID, body AlertEmailGroupUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*AlertEmailGroupUpdateResponse, error)
func (*ClientWithResponses) ApiTokenCreateWithBodyWithResponse ¶
func (c *ClientWithResponses) ApiTokenCreateWithBodyWithResponse(ctx context.Context, tenant openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ApiTokenCreateResponse, error)
ApiTokenCreateWithBodyWithResponse request with arbitrary body returning *ApiTokenCreateResponse
func (*ClientWithResponses) ApiTokenCreateWithResponse ¶
func (c *ClientWithResponses) ApiTokenCreateWithResponse(ctx context.Context, tenant openapi_types.UUID, body ApiTokenCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*ApiTokenCreateResponse, error)
func (*ClientWithResponses) ApiTokenListWithResponse ¶
func (c *ClientWithResponses) ApiTokenListWithResponse(ctx context.Context, tenant openapi_types.UUID, reqEditors ...RequestEditorFn) (*ApiTokenListResponse, error)
ApiTokenListWithResponse request returning *ApiTokenListResponse
func (*ClientWithResponses) ApiTokenUpdateRevokeWithResponse ¶
func (c *ClientWithResponses) ApiTokenUpdateRevokeWithResponse(ctx context.Context, apiToken openapi_types.UUID, reqEditors ...RequestEditorFn) (*ApiTokenUpdateRevokeResponse, error)
ApiTokenUpdateRevokeWithResponse request returning *ApiTokenUpdateRevokeResponse
func (*ClientWithResponses) CloudMetadataGetWithResponse ¶
func (c *ClientWithResponses) CloudMetadataGetWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*CloudMetadataGetResponse, error)
CloudMetadataGetWithResponse request returning *CloudMetadataGetResponse
func (*ClientWithResponses) CronWorkflowListWithResponse ¶
func (c *ClientWithResponses) CronWorkflowListWithResponse(ctx context.Context, tenant openapi_types.UUID, params *CronWorkflowListParams, reqEditors ...RequestEditorFn) (*CronWorkflowListResponse, error)
CronWorkflowListWithResponse request returning *CronWorkflowListResponse
func (*ClientWithResponses) CronWorkflowTriggerCreateWithBodyWithResponse ¶
func (c *ClientWithResponses) CronWorkflowTriggerCreateWithBodyWithResponse(ctx context.Context, tenant openapi_types.UUID, workflow string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CronWorkflowTriggerCreateResponse, error)
CronWorkflowTriggerCreateWithBodyWithResponse request with arbitrary body returning *CronWorkflowTriggerCreateResponse
func (*ClientWithResponses) CronWorkflowTriggerCreateWithResponse ¶
func (c *ClientWithResponses) CronWorkflowTriggerCreateWithResponse(ctx context.Context, tenant openapi_types.UUID, workflow string, body CronWorkflowTriggerCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*CronWorkflowTriggerCreateResponse, error)
func (*ClientWithResponses) EventCreateBulkWithBodyWithResponse ¶
func (c *ClientWithResponses) EventCreateBulkWithBodyWithResponse(ctx context.Context, tenant openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*EventCreateBulkResponse, error)
EventCreateBulkWithBodyWithResponse request with arbitrary body returning *EventCreateBulkResponse
func (*ClientWithResponses) EventCreateBulkWithResponse ¶
func (c *ClientWithResponses) EventCreateBulkWithResponse(ctx context.Context, tenant openapi_types.UUID, body EventCreateBulkJSONRequestBody, reqEditors ...RequestEditorFn) (*EventCreateBulkResponse, error)
func (*ClientWithResponses) EventCreateWithBodyWithResponse ¶
func (c *ClientWithResponses) EventCreateWithBodyWithResponse(ctx context.Context, tenant openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*EventCreateResponse, error)
EventCreateWithBodyWithResponse request with arbitrary body returning *EventCreateResponse
func (*ClientWithResponses) EventCreateWithResponse ¶
func (c *ClientWithResponses) EventCreateWithResponse(ctx context.Context, tenant openapi_types.UUID, body EventCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*EventCreateResponse, error)
func (*ClientWithResponses) EventDataGetWithResponse ¶
func (c *ClientWithResponses) EventDataGetWithResponse(ctx context.Context, event openapi_types.UUID, reqEditors ...RequestEditorFn) (*EventDataGetResponse, error)
EventDataGetWithResponse request returning *EventDataGetResponse
func (*ClientWithResponses) EventDataGetWithTenantWithResponse ¶ added in v0.73.98
func (c *ClientWithResponses) EventDataGetWithTenantWithResponse(ctx context.Context, tenant openapi_types.UUID, eventWithTenant openapi_types.UUID, reqEditors ...RequestEditorFn) (*EventDataGetWithTenantResponse, error)
EventDataGetWithTenantWithResponse request returning *EventDataGetWithTenantResponse
func (*ClientWithResponses) EventGetWithResponse ¶
func (c *ClientWithResponses) EventGetWithResponse(ctx context.Context, event openapi_types.UUID, reqEditors ...RequestEditorFn) (*EventGetResponse, error)
EventGetWithResponse request returning *EventGetResponse
func (*ClientWithResponses) EventKeyListWithResponse ¶
func (c *ClientWithResponses) EventKeyListWithResponse(ctx context.Context, tenant openapi_types.UUID, reqEditors ...RequestEditorFn) (*EventKeyListResponse, error)
EventKeyListWithResponse request returning *EventKeyListResponse
func (*ClientWithResponses) EventListWithResponse ¶
func (c *ClientWithResponses) EventListWithResponse(ctx context.Context, tenant openapi_types.UUID, params *EventListParams, reqEditors ...RequestEditorFn) (*EventListResponse, error)
EventListWithResponse request returning *EventListResponse
func (*ClientWithResponses) EventUpdateCancelWithBodyWithResponse ¶
func (c *ClientWithResponses) EventUpdateCancelWithBodyWithResponse(ctx context.Context, tenant openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*EventUpdateCancelResponse, error)
EventUpdateCancelWithBodyWithResponse request with arbitrary body returning *EventUpdateCancelResponse
func (*ClientWithResponses) EventUpdateCancelWithResponse ¶
func (c *ClientWithResponses) EventUpdateCancelWithResponse(ctx context.Context, tenant openapi_types.UUID, body EventUpdateCancelJSONRequestBody, reqEditors ...RequestEditorFn) (*EventUpdateCancelResponse, error)
func (*ClientWithResponses) EventUpdateReplayWithBodyWithResponse ¶
func (c *ClientWithResponses) EventUpdateReplayWithBodyWithResponse(ctx context.Context, tenant openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*EventUpdateReplayResponse, error)
EventUpdateReplayWithBodyWithResponse request with arbitrary body returning *EventUpdateReplayResponse
func (*ClientWithResponses) EventUpdateReplayWithResponse ¶
func (c *ClientWithResponses) EventUpdateReplayWithResponse(ctx context.Context, tenant openapi_types.UUID, body EventUpdateReplayJSONRequestBody, reqEditors ...RequestEditorFn) (*EventUpdateReplayResponse, error)
func (*ClientWithResponses) InfoGetVersionWithResponse ¶
func (c *ClientWithResponses) InfoGetVersionWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*InfoGetVersionResponse, error)
InfoGetVersionWithResponse request returning *InfoGetVersionResponse
func (*ClientWithResponses) LivenessGetWithResponse ¶
func (c *ClientWithResponses) LivenessGetWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*LivenessGetResponse, error)
LivenessGetWithResponse request returning *LivenessGetResponse
func (*ClientWithResponses) MetadataGetWithResponse ¶
func (c *ClientWithResponses) MetadataGetWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*MetadataGetResponse, error)
MetadataGetWithResponse request returning *MetadataGetResponse
func (*ClientWithResponses) MetadataListIntegrationsWithResponse ¶
func (c *ClientWithResponses) MetadataListIntegrationsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*MetadataListIntegrationsResponse, error)
MetadataListIntegrationsWithResponse request returning *MetadataListIntegrationsResponse
func (*ClientWithResponses) MonitoringPostRunProbeWithResponse ¶
func (c *ClientWithResponses) MonitoringPostRunProbeWithResponse(ctx context.Context, tenant openapi_types.UUID, reqEditors ...RequestEditorFn) (*MonitoringPostRunProbeResponse, error)
MonitoringPostRunProbeWithResponse request returning *MonitoringPostRunProbeResponse
func (*ClientWithResponses) RateLimitDeleteWithResponse ¶ added in v0.83.27
func (c *ClientWithResponses) RateLimitDeleteWithResponse(ctx context.Context, tenant openapi_types.UUID, params *RateLimitDeleteParams, reqEditors ...RequestEditorFn) (*RateLimitDeleteResponse, error)
RateLimitDeleteWithResponse request returning *RateLimitDeleteResponse
func (*ClientWithResponses) RateLimitListWithResponse ¶
func (c *ClientWithResponses) RateLimitListWithResponse(ctx context.Context, tenant openapi_types.UUID, params *RateLimitListParams, reqEditors ...RequestEditorFn) (*RateLimitListResponse, error)
RateLimitListWithResponse request returning *RateLimitListResponse
func (*ClientWithResponses) ReadinessGetWithResponse ¶
func (c *ClientWithResponses) ReadinessGetWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ReadinessGetResponse, error)
ReadinessGetWithResponse request returning *ReadinessGetResponse
func (*ClientWithResponses) ScheduledWorkflowRunCreateWithBodyWithResponse ¶
func (c *ClientWithResponses) ScheduledWorkflowRunCreateWithBodyWithResponse(ctx context.Context, tenant openapi_types.UUID, workflow string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ScheduledWorkflowRunCreateResponse, error)
ScheduledWorkflowRunCreateWithBodyWithResponse request with arbitrary body returning *ScheduledWorkflowRunCreateResponse
func (*ClientWithResponses) ScheduledWorkflowRunCreateWithResponse ¶
func (c *ClientWithResponses) ScheduledWorkflowRunCreateWithResponse(ctx context.Context, tenant openapi_types.UUID, workflow string, body ScheduledWorkflowRunCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*ScheduledWorkflowRunCreateResponse, error)
func (*ClientWithResponses) SlackWebhookDeleteWithResponse ¶
func (c *ClientWithResponses) SlackWebhookDeleteWithResponse(ctx context.Context, slack openapi_types.UUID, reqEditors ...RequestEditorFn) (*SlackWebhookDeleteResponse, error)
SlackWebhookDeleteWithResponse request returning *SlackWebhookDeleteResponse
func (*ClientWithResponses) SlackWebhookListWithResponse ¶
func (c *ClientWithResponses) SlackWebhookListWithResponse(ctx context.Context, tenant openapi_types.UUID, reqEditors ...RequestEditorFn) (*SlackWebhookListResponse, error)
SlackWebhookListWithResponse request returning *SlackWebhookListResponse
func (*ClientWithResponses) SnsCreateWithBodyWithResponse ¶
func (c *ClientWithResponses) SnsCreateWithBodyWithResponse(ctx context.Context, tenant openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SnsCreateResponse, error)
SnsCreateWithBodyWithResponse request with arbitrary body returning *SnsCreateResponse
func (*ClientWithResponses) SnsCreateWithResponse ¶
func (c *ClientWithResponses) SnsCreateWithResponse(ctx context.Context, tenant openapi_types.UUID, body SnsCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*SnsCreateResponse, error)
func (*ClientWithResponses) SnsDeleteWithResponse ¶
func (c *ClientWithResponses) SnsDeleteWithResponse(ctx context.Context, sns openapi_types.UUID, reqEditors ...RequestEditorFn) (*SnsDeleteResponse, error)
SnsDeleteWithResponse request returning *SnsDeleteResponse
func (*ClientWithResponses) SnsListWithResponse ¶
func (c *ClientWithResponses) SnsListWithResponse(ctx context.Context, tenant openapi_types.UUID, reqEditors ...RequestEditorFn) (*SnsListResponse, error)
SnsListWithResponse request returning *SnsListResponse
func (*ClientWithResponses) SnsUpdateWithResponse ¶
func (c *ClientWithResponses) SnsUpdateWithResponse(ctx context.Context, tenant openapi_types.UUID, event string, reqEditors ...RequestEditorFn) (*SnsUpdateResponse, error)
SnsUpdateWithResponse request returning *SnsUpdateResponse
func (*ClientWithResponses) StepRunGetSchemaWithResponse ¶
func (c *ClientWithResponses) StepRunGetSchemaWithResponse(ctx context.Context, tenant openapi_types.UUID, stepRun openapi_types.UUID, reqEditors ...RequestEditorFn) (*StepRunGetSchemaResponse, error)
StepRunGetSchemaWithResponse request returning *StepRunGetSchemaResponse
func (*ClientWithResponses) StepRunGetWithResponse ¶
func (c *ClientWithResponses) StepRunGetWithResponse(ctx context.Context, tenant openapi_types.UUID, stepRun openapi_types.UUID, reqEditors ...RequestEditorFn) (*StepRunGetResponse, error)
StepRunGetWithResponse request returning *StepRunGetResponse
func (*ClientWithResponses) StepRunListArchivesWithResponse ¶
func (c *ClientWithResponses) StepRunListArchivesWithResponse(ctx context.Context, stepRun openapi_types.UUID, params *StepRunListArchivesParams, reqEditors ...RequestEditorFn) (*StepRunListArchivesResponse, error)
StepRunListArchivesWithResponse request returning *StepRunListArchivesResponse
func (*ClientWithResponses) StepRunListEventsWithResponse ¶
func (c *ClientWithResponses) StepRunListEventsWithResponse(ctx context.Context, stepRun openapi_types.UUID, params *StepRunListEventsParams, reqEditors ...RequestEditorFn) (*StepRunListEventsResponse, error)
StepRunListEventsWithResponse request returning *StepRunListEventsResponse
func (*ClientWithResponses) StepRunUpdateCancelWithResponse ¶
func (c *ClientWithResponses) StepRunUpdateCancelWithResponse(ctx context.Context, tenant openapi_types.UUID, stepRun openapi_types.UUID, reqEditors ...RequestEditorFn) (*StepRunUpdateCancelResponse, error)
StepRunUpdateCancelWithResponse request returning *StepRunUpdateCancelResponse
func (*ClientWithResponses) StepRunUpdateRerunWithBodyWithResponse ¶
func (c *ClientWithResponses) StepRunUpdateRerunWithBodyWithResponse(ctx context.Context, tenant openapi_types.UUID, stepRun openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*StepRunUpdateRerunResponse, error)
StepRunUpdateRerunWithBodyWithResponse request with arbitrary body returning *StepRunUpdateRerunResponse
func (*ClientWithResponses) StepRunUpdateRerunWithResponse ¶
func (c *ClientWithResponses) StepRunUpdateRerunWithResponse(ctx context.Context, tenant openapi_types.UUID, stepRun openapi_types.UUID, body StepRunUpdateRerunJSONRequestBody, reqEditors ...RequestEditorFn) (*StepRunUpdateRerunResponse, error)
func (*ClientWithResponses) TenantAlertingSettingsGetWithResponse ¶
func (c *ClientWithResponses) TenantAlertingSettingsGetWithResponse(ctx context.Context, tenant openapi_types.UUID, reqEditors ...RequestEditorFn) (*TenantAlertingSettingsGetResponse, error)
TenantAlertingSettingsGetWithResponse request returning *TenantAlertingSettingsGetResponse
func (*ClientWithResponses) TenantCreateWithBodyWithResponse ¶
func (c *ClientWithResponses) TenantCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*TenantCreateResponse, error)
TenantCreateWithBodyWithResponse request with arbitrary body returning *TenantCreateResponse
func (*ClientWithResponses) TenantCreateWithResponse ¶
func (c *ClientWithResponses) TenantCreateWithResponse(ctx context.Context, body TenantCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*TenantCreateResponse, error)
func (*ClientWithResponses) TenantFeatureFlagEvaluateWithResponse ¶ added in v0.83.6
func (c *ClientWithResponses) TenantFeatureFlagEvaluateWithResponse(ctx context.Context, tenant openapi_types.UUID, params *TenantFeatureFlagEvaluateParams, reqEditors ...RequestEditorFn) (*TenantFeatureFlagEvaluateResponse, error)
TenantFeatureFlagEvaluateWithResponse request returning *TenantFeatureFlagEvaluateResponse
func (*ClientWithResponses) TenantGetPrometheusMetricsWithResponse ¶
func (c *ClientWithResponses) TenantGetPrometheusMetricsWithResponse(ctx context.Context, tenant openapi_types.UUID, reqEditors ...RequestEditorFn) (*TenantGetPrometheusMetricsResponse, error)
TenantGetPrometheusMetricsWithResponse request returning *TenantGetPrometheusMetricsResponse
func (*ClientWithResponses) TenantGetQueueMetricsWithResponse ¶
func (c *ClientWithResponses) TenantGetQueueMetricsWithResponse(ctx context.Context, tenant openapi_types.UUID, params *TenantGetQueueMetricsParams, reqEditors ...RequestEditorFn) (*TenantGetQueueMetricsResponse, error)
TenantGetQueueMetricsWithResponse request returning *TenantGetQueueMetricsResponse
func (*ClientWithResponses) TenantGetStepRunQueueMetricsWithResponse ¶
func (c *ClientWithResponses) TenantGetStepRunQueueMetricsWithResponse(ctx context.Context, tenant openapi_types.UUID, reqEditors ...RequestEditorFn) (*TenantGetStepRunQueueMetricsResponse, error)
TenantGetStepRunQueueMetricsWithResponse request returning *TenantGetStepRunQueueMetricsResponse
func (*ClientWithResponses) TenantGetTaskStatsWithResponse ¶ added in v0.73.46
func (c *ClientWithResponses) TenantGetTaskStatsWithResponse(ctx context.Context, tenant openapi_types.UUID, params *TenantGetTaskStatsParams, reqEditors ...RequestEditorFn) (*TenantGetTaskStatsResponse, error)
TenantGetTaskStatsWithResponse request returning *TenantGetTaskStatsResponse
func (*ClientWithResponses) TenantGetWithResponse ¶
func (c *ClientWithResponses) TenantGetWithResponse(ctx context.Context, tenant openapi_types.UUID, reqEditors ...RequestEditorFn) (*TenantGetResponse, error)
TenantGetWithResponse request returning *TenantGetResponse
func (*ClientWithResponses) TenantInviteAcceptWithBodyWithResponse ¶
func (c *ClientWithResponses) TenantInviteAcceptWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*TenantInviteAcceptResponse, error)
TenantInviteAcceptWithBodyWithResponse request with arbitrary body returning *TenantInviteAcceptResponse
func (*ClientWithResponses) TenantInviteAcceptWithResponse ¶
func (c *ClientWithResponses) TenantInviteAcceptWithResponse(ctx context.Context, body TenantInviteAcceptJSONRequestBody, reqEditors ...RequestEditorFn) (*TenantInviteAcceptResponse, error)
func (*ClientWithResponses) TenantInviteCreateWithBodyWithResponse ¶
func (c *ClientWithResponses) TenantInviteCreateWithBodyWithResponse(ctx context.Context, tenant openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*TenantInviteCreateResponse, error)
TenantInviteCreateWithBodyWithResponse request with arbitrary body returning *TenantInviteCreateResponse
func (*ClientWithResponses) TenantInviteCreateWithResponse ¶
func (c *ClientWithResponses) TenantInviteCreateWithResponse(ctx context.Context, tenant openapi_types.UUID, body TenantInviteCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*TenantInviteCreateResponse, error)
func (*ClientWithResponses) TenantInviteDeleteWithResponse ¶
func (c *ClientWithResponses) TenantInviteDeleteWithResponse(ctx context.Context, tenant openapi_types.UUID, tenantInvite openapi_types.UUID, reqEditors ...RequestEditorFn) (*TenantInviteDeleteResponse, error)
TenantInviteDeleteWithResponse request returning *TenantInviteDeleteResponse
func (*ClientWithResponses) TenantInviteListWithResponse ¶
func (c *ClientWithResponses) TenantInviteListWithResponse(ctx context.Context, tenant openapi_types.UUID, reqEditors ...RequestEditorFn) (*TenantInviteListResponse, error)
TenantInviteListWithResponse request returning *TenantInviteListResponse
func (*ClientWithResponses) TenantInviteRejectWithBodyWithResponse ¶
func (c *ClientWithResponses) TenantInviteRejectWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*TenantInviteRejectResponse, error)
TenantInviteRejectWithBodyWithResponse request with arbitrary body returning *TenantInviteRejectResponse
func (*ClientWithResponses) TenantInviteRejectWithResponse ¶
func (c *ClientWithResponses) TenantInviteRejectWithResponse(ctx context.Context, body TenantInviteRejectJSONRequestBody, reqEditors ...RequestEditorFn) (*TenantInviteRejectResponse, error)
func (*ClientWithResponses) TenantInviteUpdateWithBodyWithResponse ¶
func (c *ClientWithResponses) TenantInviteUpdateWithBodyWithResponse(ctx context.Context, tenant openapi_types.UUID, tenantInvite openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*TenantInviteUpdateResponse, error)
TenantInviteUpdateWithBodyWithResponse request with arbitrary body returning *TenantInviteUpdateResponse
func (*ClientWithResponses) TenantInviteUpdateWithResponse ¶
func (c *ClientWithResponses) TenantInviteUpdateWithResponse(ctx context.Context, tenant openapi_types.UUID, tenantInvite openapi_types.UUID, body TenantInviteUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*TenantInviteUpdateResponse, error)
func (*ClientWithResponses) TenantMemberDeleteWithResponse ¶
func (c *ClientWithResponses) TenantMemberDeleteWithResponse(ctx context.Context, tenant openapi_types.UUID, member openapi_types.UUID, reqEditors ...RequestEditorFn) (*TenantMemberDeleteResponse, error)
TenantMemberDeleteWithResponse request returning *TenantMemberDeleteResponse
func (*ClientWithResponses) TenantMemberListWithResponse ¶
func (c *ClientWithResponses) TenantMemberListWithResponse(ctx context.Context, tenant openapi_types.UUID, reqEditors ...RequestEditorFn) (*TenantMemberListResponse, error)
TenantMemberListWithResponse request returning *TenantMemberListResponse
func (*ClientWithResponses) TenantMemberUpdateWithBodyWithResponse ¶ added in v0.70.0
func (c *ClientWithResponses) TenantMemberUpdateWithBodyWithResponse(ctx context.Context, tenant openapi_types.UUID, member openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*TenantMemberUpdateResponse, error)
TenantMemberUpdateWithBodyWithResponse request with arbitrary body returning *TenantMemberUpdateResponse
func (*ClientWithResponses) TenantMemberUpdateWithResponse ¶ added in v0.70.0
func (c *ClientWithResponses) TenantMemberUpdateWithResponse(ctx context.Context, tenant openapi_types.UUID, member openapi_types.UUID, body TenantMemberUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*TenantMemberUpdateResponse, error)
func (*ClientWithResponses) TenantMembershipsListWithResponse ¶
func (c *ClientWithResponses) TenantMembershipsListWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*TenantMembershipsListResponse, error)
TenantMembershipsListWithResponse request returning *TenantMembershipsListResponse
func (*ClientWithResponses) TenantResourcePolicyGetWithResponse ¶
func (c *ClientWithResponses) TenantResourcePolicyGetWithResponse(ctx context.Context, tenant openapi_types.UUID, reqEditors ...RequestEditorFn) (*TenantResourcePolicyGetResponse, error)
TenantResourcePolicyGetWithResponse request returning *TenantResourcePolicyGetResponse
func (*ClientWithResponses) TenantUpdateWithBodyWithResponse ¶
func (c *ClientWithResponses) TenantUpdateWithBodyWithResponse(ctx context.Context, tenant openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*TenantUpdateResponse, error)
TenantUpdateWithBodyWithResponse request with arbitrary body returning *TenantUpdateResponse
func (*ClientWithResponses) TenantUpdateWithResponse ¶
func (c *ClientWithResponses) TenantUpdateWithResponse(ctx context.Context, tenant openapi_types.UUID, body TenantUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*TenantUpdateResponse, error)
func (*ClientWithResponses) UserCreateWithBodyWithResponse ¶
func (c *ClientWithResponses) UserCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UserCreateResponse, error)
UserCreateWithBodyWithResponse request with arbitrary body returning *UserCreateResponse
func (*ClientWithResponses) UserCreateWithResponse ¶
func (c *ClientWithResponses) UserCreateWithResponse(ctx context.Context, body UserCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*UserCreateResponse, error)
func (*ClientWithResponses) UserGetCurrentWithResponse ¶
func (c *ClientWithResponses) UserGetCurrentWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*UserGetCurrentResponse, error)
UserGetCurrentWithResponse request returning *UserGetCurrentResponse
func (*ClientWithResponses) UserListTenantInvitesWithResponse ¶
func (c *ClientWithResponses) UserListTenantInvitesWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*UserListTenantInvitesResponse, error)
UserListTenantInvitesWithResponse request returning *UserListTenantInvitesResponse
func (*ClientWithResponses) UserUpdateGithubOauthCallbackWithResponse ¶
func (c *ClientWithResponses) UserUpdateGithubOauthCallbackWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*UserUpdateGithubOauthCallbackResponse, error)
UserUpdateGithubOauthCallbackWithResponse request returning *UserUpdateGithubOauthCallbackResponse
func (*ClientWithResponses) UserUpdateGithubOauthStartWithResponse ¶
func (c *ClientWithResponses) UserUpdateGithubOauthStartWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*UserUpdateGithubOauthStartResponse, error)
UserUpdateGithubOauthStartWithResponse request returning *UserUpdateGithubOauthStartResponse
func (*ClientWithResponses) UserUpdateGoogleOauthCallbackWithResponse ¶
func (c *ClientWithResponses) UserUpdateGoogleOauthCallbackWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*UserUpdateGoogleOauthCallbackResponse, error)
UserUpdateGoogleOauthCallbackWithResponse request returning *UserUpdateGoogleOauthCallbackResponse
func (*ClientWithResponses) UserUpdateGoogleOauthStartWithResponse ¶
func (c *ClientWithResponses) UserUpdateGoogleOauthStartWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*UserUpdateGoogleOauthStartResponse, error)
UserUpdateGoogleOauthStartWithResponse request returning *UserUpdateGoogleOauthStartResponse
func (*ClientWithResponses) UserUpdateLoginWithBodyWithResponse ¶
func (c *ClientWithResponses) UserUpdateLoginWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UserUpdateLoginResponse, error)
UserUpdateLoginWithBodyWithResponse request with arbitrary body returning *UserUpdateLoginResponse
func (*ClientWithResponses) UserUpdateLoginWithResponse ¶
func (c *ClientWithResponses) UserUpdateLoginWithResponse(ctx context.Context, body UserUpdateLoginJSONRequestBody, reqEditors ...RequestEditorFn) (*UserUpdateLoginResponse, error)
func (*ClientWithResponses) UserUpdateLogoutWithResponse ¶
func (c *ClientWithResponses) UserUpdateLogoutWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*UserUpdateLogoutResponse, error)
UserUpdateLogoutWithResponse request returning *UserUpdateLogoutResponse
func (*ClientWithResponses) UserUpdatePasswordWithBodyWithResponse ¶
func (c *ClientWithResponses) UserUpdatePasswordWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UserUpdatePasswordResponse, error)
UserUpdatePasswordWithBodyWithResponse request with arbitrary body returning *UserUpdatePasswordResponse
func (*ClientWithResponses) UserUpdatePasswordWithResponse ¶
func (c *ClientWithResponses) UserUpdatePasswordWithResponse(ctx context.Context, body UserUpdatePasswordJSONRequestBody, reqEditors ...RequestEditorFn) (*UserUpdatePasswordResponse, error)
func (*ClientWithResponses) UserUpdateSlackOauthCallbackWithResponse ¶
func (c *ClientWithResponses) UserUpdateSlackOauthCallbackWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*UserUpdateSlackOauthCallbackResponse, error)
UserUpdateSlackOauthCallbackWithResponse request returning *UserUpdateSlackOauthCallbackResponse
func (*ClientWithResponses) UserUpdateSlackOauthStartWithResponse ¶
func (c *ClientWithResponses) UserUpdateSlackOauthStartWithResponse(ctx context.Context, tenant openapi_types.UUID, reqEditors ...RequestEditorFn) (*UserUpdateSlackOauthStartResponse, error)
UserUpdateSlackOauthStartWithResponse request returning *UserUpdateSlackOauthStartResponse
func (*ClientWithResponses) V1CelDebugWithBodyWithResponse ¶
func (c *ClientWithResponses) V1CelDebugWithBodyWithResponse(ctx context.Context, tenant openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*V1CelDebugResponse, error)
V1CelDebugWithBodyWithResponse request with arbitrary body returning *V1CelDebugResponse
func (*ClientWithResponses) V1CelDebugWithResponse ¶
func (c *ClientWithResponses) V1CelDebugWithResponse(ctx context.Context, tenant openapi_types.UUID, body V1CelDebugJSONRequestBody, reqEditors ...RequestEditorFn) (*V1CelDebugResponse, error)
func (*ClientWithResponses) V1DagListTasksWithResponse ¶
func (c *ClientWithResponses) V1DagListTasksWithResponse(ctx context.Context, params *V1DagListTasksParams, reqEditors ...RequestEditorFn) (*V1DagListTasksResponse, error)
V1DagListTasksWithResponse request returning *V1DagListTasksResponse
func (*ClientWithResponses) V1DurableTaskBranchWithBodyWithResponse ¶ added in v0.80.0
func (c *ClientWithResponses) V1DurableTaskBranchWithBodyWithResponse(ctx context.Context, tenant openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*V1DurableTaskBranchResponse, error)
V1DurableTaskBranchWithBodyWithResponse request with arbitrary body returning *V1DurableTaskBranchResponse
func (*ClientWithResponses) V1DurableTaskBranchWithResponse ¶ added in v0.80.0
func (c *ClientWithResponses) V1DurableTaskBranchWithResponse(ctx context.Context, tenant openapi_types.UUID, body V1DurableTaskBranchJSONRequestBody, reqEditors ...RequestEditorFn) (*V1DurableTaskBranchResponse, error)
func (*ClientWithResponses) V1DurableTaskEventLogListWithResponse ¶ added in v0.83.32
func (c *ClientWithResponses) V1DurableTaskEventLogListWithResponse(ctx context.Context, tenant openapi_types.UUID, durableTask openapi_types.UUID, params *V1DurableTaskEventLogListParams, reqEditors ...RequestEditorFn) (*V1DurableTaskEventLogListResponse, error)
V1DurableTaskEventLogListWithResponse request returning *V1DurableTaskEventLogListResponse
func (*ClientWithResponses) V1EventGetWithResponse ¶ added in v0.73.98
func (c *ClientWithResponses) V1EventGetWithResponse(ctx context.Context, tenant openapi_types.UUID, v1Event openapi_types.UUID, reqEditors ...RequestEditorFn) (*V1EventGetResponse, error)
V1EventGetWithResponse request returning *V1EventGetResponse
func (*ClientWithResponses) V1EventKeyListWithResponse ¶
func (c *ClientWithResponses) V1EventKeyListWithResponse(ctx context.Context, tenant openapi_types.UUID, reqEditors ...RequestEditorFn) (*V1EventKeyListResponse, error)
V1EventKeyListWithResponse request returning *V1EventKeyListResponse
func (*ClientWithResponses) V1EventListWithResponse ¶
func (c *ClientWithResponses) V1EventListWithResponse(ctx context.Context, tenant openapi_types.UUID, params *V1EventListParams, reqEditors ...RequestEditorFn) (*V1EventListResponse, error)
V1EventListWithResponse request returning *V1EventListResponse
func (*ClientWithResponses) V1FilterCreateWithBodyWithResponse ¶
func (c *ClientWithResponses) V1FilterCreateWithBodyWithResponse(ctx context.Context, tenant openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*V1FilterCreateResponse, error)
V1FilterCreateWithBodyWithResponse request with arbitrary body returning *V1FilterCreateResponse
func (*ClientWithResponses) V1FilterCreateWithResponse ¶
func (c *ClientWithResponses) V1FilterCreateWithResponse(ctx context.Context, tenant openapi_types.UUID, body V1FilterCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*V1FilterCreateResponse, error)
func (*ClientWithResponses) V1FilterDeleteWithResponse ¶
func (c *ClientWithResponses) V1FilterDeleteWithResponse(ctx context.Context, tenant openapi_types.UUID, v1Filter openapi_types.UUID, reqEditors ...RequestEditorFn) (*V1FilterDeleteResponse, error)
V1FilterDeleteWithResponse request returning *V1FilterDeleteResponse
func (*ClientWithResponses) V1FilterGetWithResponse ¶
func (c *ClientWithResponses) V1FilterGetWithResponse(ctx context.Context, tenant openapi_types.UUID, v1Filter openapi_types.UUID, reqEditors ...RequestEditorFn) (*V1FilterGetResponse, error)
V1FilterGetWithResponse request returning *V1FilterGetResponse
func (*ClientWithResponses) V1FilterListWithResponse ¶
func (c *ClientWithResponses) V1FilterListWithResponse(ctx context.Context, tenant openapi_types.UUID, params *V1FilterListParams, reqEditors ...RequestEditorFn) (*V1FilterListResponse, error)
V1FilterListWithResponse request returning *V1FilterListResponse
func (*ClientWithResponses) V1FilterUpdateWithBodyWithResponse ¶
func (c *ClientWithResponses) V1FilterUpdateWithBodyWithResponse(ctx context.Context, tenant openapi_types.UUID, v1Filter openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*V1FilterUpdateResponse, error)
V1FilterUpdateWithBodyWithResponse request with arbitrary body returning *V1FilterUpdateResponse
func (*ClientWithResponses) V1FilterUpdateWithResponse ¶
func (c *ClientWithResponses) V1FilterUpdateWithResponse(ctx context.Context, tenant openapi_types.UUID, v1Filter openapi_types.UUID, body V1FilterUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*V1FilterUpdateResponse, error)
func (*ClientWithResponses) V1HttpOperatorCreateWithBodyWithResponse ¶ added in v0.104.0
func (c *ClientWithResponses) V1HttpOperatorCreateWithBodyWithResponse(ctx context.Context, tenant openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*V1HttpOperatorCreateResponse, error)
V1HttpOperatorCreateWithBodyWithResponse request with arbitrary body returning *V1HttpOperatorCreateResponse
func (*ClientWithResponses) V1HttpOperatorCreateWithResponse ¶ added in v0.104.0
func (c *ClientWithResponses) V1HttpOperatorCreateWithResponse(ctx context.Context, tenant openapi_types.UUID, body V1HttpOperatorCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*V1HttpOperatorCreateResponse, error)
func (*ClientWithResponses) V1HttpOperatorDeleteWithResponse ¶ added in v0.104.0
func (c *ClientWithResponses) V1HttpOperatorDeleteWithResponse(ctx context.Context, v1HttpOperator openapi_types.UUID, reqEditors ...RequestEditorFn) (*V1HttpOperatorDeleteResponse, error)
V1HttpOperatorDeleteWithResponse request returning *V1HttpOperatorDeleteResponse
func (*ClientWithResponses) V1HttpOperatorGetWithResponse ¶ added in v0.104.0
func (c *ClientWithResponses) V1HttpOperatorGetWithResponse(ctx context.Context, v1HttpOperator openapi_types.UUID, reqEditors ...RequestEditorFn) (*V1HttpOperatorGetResponse, error)
V1HttpOperatorGetWithResponse request returning *V1HttpOperatorGetResponse
func (*ClientWithResponses) V1HttpOperatorListWithResponse ¶ added in v0.104.0
func (c *ClientWithResponses) V1HttpOperatorListWithResponse(ctx context.Context, tenant openapi_types.UUID, params *V1HttpOperatorListParams, reqEditors ...RequestEditorFn) (*V1HttpOperatorListResponse, error)
V1HttpOperatorListWithResponse request returning *V1HttpOperatorListResponse
func (*ClientWithResponses) V1HttpOperatorUpdateWithBodyWithResponse ¶ added in v0.104.0
func (c *ClientWithResponses) V1HttpOperatorUpdateWithBodyWithResponse(ctx context.Context, v1HttpOperator openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*V1HttpOperatorUpdateResponse, error)
V1HttpOperatorUpdateWithBodyWithResponse request with arbitrary body returning *V1HttpOperatorUpdateResponse
func (*ClientWithResponses) V1HttpOperatorUpdateWithResponse ¶ added in v0.104.0
func (c *ClientWithResponses) V1HttpOperatorUpdateWithResponse(ctx context.Context, v1HttpOperator openapi_types.UUID, body V1HttpOperatorUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*V1HttpOperatorUpdateResponse, error)
func (*ClientWithResponses) V1LogLineListWithResponse ¶
func (c *ClientWithResponses) V1LogLineListWithResponse(ctx context.Context, task openapi_types.UUID, params *V1LogLineListParams, reqEditors ...RequestEditorFn) (*V1LogLineListResponse, error)
V1LogLineListWithResponse request returning *V1LogLineListResponse
func (*ClientWithResponses) V1ObservabilityGetTraceWithResponse ¶ added in v0.82.0
func (c *ClientWithResponses) V1ObservabilityGetTraceWithResponse(ctx context.Context, tenant openapi_types.UUID, params *V1ObservabilityGetTraceParams, reqEditors ...RequestEditorFn) (*V1ObservabilityGetTraceResponse, error)
V1ObservabilityGetTraceWithResponse request returning *V1ObservabilityGetTraceResponse
func (*ClientWithResponses) V1TaskCancelWithBodyWithResponse ¶
func (c *ClientWithResponses) V1TaskCancelWithBodyWithResponse(ctx context.Context, tenant openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*V1TaskCancelResponse, error)
V1TaskCancelWithBodyWithResponse request with arbitrary body returning *V1TaskCancelResponse
func (*ClientWithResponses) V1TaskCancelWithResponse ¶
func (c *ClientWithResponses) V1TaskCancelWithResponse(ctx context.Context, tenant openapi_types.UUID, body V1TaskCancelJSONRequestBody, reqEditors ...RequestEditorFn) (*V1TaskCancelResponse, error)
func (*ClientWithResponses) V1TaskEventListWithResponse ¶
func (c *ClientWithResponses) V1TaskEventListWithResponse(ctx context.Context, task openapi_types.UUID, params *V1TaskEventListParams, reqEditors ...RequestEditorFn) (*V1TaskEventListResponse, error)
V1TaskEventListWithResponse request returning *V1TaskEventListResponse
func (*ClientWithResponses) V1TaskGetPointMetricsWithResponse ¶
func (c *ClientWithResponses) V1TaskGetPointMetricsWithResponse(ctx context.Context, tenant openapi_types.UUID, params *V1TaskGetPointMetricsParams, reqEditors ...RequestEditorFn) (*V1TaskGetPointMetricsResponse, error)
V1TaskGetPointMetricsWithResponse request returning *V1TaskGetPointMetricsResponse
func (*ClientWithResponses) V1TaskGetWithResponse ¶
func (c *ClientWithResponses) V1TaskGetWithResponse(ctx context.Context, task openapi_types.UUID, params *V1TaskGetParams, reqEditors ...RequestEditorFn) (*V1TaskGetResponse, error)
V1TaskGetWithResponse request returning *V1TaskGetResponse
func (*ClientWithResponses) V1TaskListStatusMetricsWithResponse ¶
func (c *ClientWithResponses) V1TaskListStatusMetricsWithResponse(ctx context.Context, tenant openapi_types.UUID, params *V1TaskListStatusMetricsParams, reqEditors ...RequestEditorFn) (*V1TaskListStatusMetricsResponse, error)
V1TaskListStatusMetricsWithResponse request returning *V1TaskListStatusMetricsResponse
func (*ClientWithResponses) V1TaskReplayWithBodyWithResponse ¶
func (c *ClientWithResponses) V1TaskReplayWithBodyWithResponse(ctx context.Context, tenant openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*V1TaskReplayResponse, error)
V1TaskReplayWithBodyWithResponse request with arbitrary body returning *V1TaskReplayResponse
func (*ClientWithResponses) V1TaskReplayWithResponse ¶
func (c *ClientWithResponses) V1TaskReplayWithResponse(ctx context.Context, tenant openapi_types.UUID, body V1TaskReplayJSONRequestBody, reqEditors ...RequestEditorFn) (*V1TaskReplayResponse, error)
func (*ClientWithResponses) V1TaskRestoreWithResponse ¶ added in v0.80.0
func (c *ClientWithResponses) V1TaskRestoreWithResponse(ctx context.Context, task openapi_types.UUID, reqEditors ...RequestEditorFn) (*V1TaskRestoreResponse, error)
V1TaskRestoreWithResponse request returning *V1TaskRestoreResponse
func (*ClientWithResponses) V1TenantLogLineGetPointMetricsWithResponse ¶ added in v0.81.0
func (c *ClientWithResponses) V1TenantLogLineGetPointMetricsWithResponse(ctx context.Context, tenant openapi_types.UUID, params *V1TenantLogLineGetPointMetricsParams, reqEditors ...RequestEditorFn) (*V1TenantLogLineGetPointMetricsResponse, error)
V1TenantLogLineGetPointMetricsWithResponse request returning *V1TenantLogLineGetPointMetricsResponse
func (*ClientWithResponses) V1TenantLogLineListWithResponse ¶ added in v0.81.0
func (c *ClientWithResponses) V1TenantLogLineListWithResponse(ctx context.Context, tenant openapi_types.UUID, params *V1TenantLogLineListParams, reqEditors ...RequestEditorFn) (*V1TenantLogLineListResponse, error)
V1TenantLogLineListWithResponse request returning *V1TenantLogLineListResponse
func (*ClientWithResponses) V1WebhookCreateWithBodyWithResponse ¶ added in v0.70.0
func (c *ClientWithResponses) V1WebhookCreateWithBodyWithResponse(ctx context.Context, tenant openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*V1WebhookCreateResponse, error)
V1WebhookCreateWithBodyWithResponse request with arbitrary body returning *V1WebhookCreateResponse
func (*ClientWithResponses) V1WebhookCreateWithResponse ¶ added in v0.70.0
func (c *ClientWithResponses) V1WebhookCreateWithResponse(ctx context.Context, tenant openapi_types.UUID, body V1WebhookCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*V1WebhookCreateResponse, error)
func (*ClientWithResponses) V1WebhookDeleteWithResponse ¶ added in v0.70.0
func (c *ClientWithResponses) V1WebhookDeleteWithResponse(ctx context.Context, tenant openapi_types.UUID, v1Webhook string, reqEditors ...RequestEditorFn) (*V1WebhookDeleteResponse, error)
V1WebhookDeleteWithResponse request returning *V1WebhookDeleteResponse
func (*ClientWithResponses) V1WebhookGetWithResponse ¶ added in v0.70.0
func (c *ClientWithResponses) V1WebhookGetWithResponse(ctx context.Context, tenant openapi_types.UUID, v1Webhook string, reqEditors ...RequestEditorFn) (*V1WebhookGetResponse, error)
V1WebhookGetWithResponse request returning *V1WebhookGetResponse
func (*ClientWithResponses) V1WebhookListWithResponse ¶ added in v0.70.0
func (c *ClientWithResponses) V1WebhookListWithResponse(ctx context.Context, tenant openapi_types.UUID, params *V1WebhookListParams, reqEditors ...RequestEditorFn) (*V1WebhookListResponse, error)
V1WebhookListWithResponse request returning *V1WebhookListResponse
func (*ClientWithResponses) V1WebhookReceiveWithBodyWithResponse ¶ added in v0.70.0
func (c *ClientWithResponses) V1WebhookReceiveWithBodyWithResponse(ctx context.Context, tenant openapi_types.UUID, v1Webhook string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*V1WebhookReceiveResponse, error)
V1WebhookReceiveWithBodyWithResponse request with arbitrary body returning *V1WebhookReceiveResponse
func (*ClientWithResponses) V1WebhookUpdateWithBodyWithResponse ¶ added in v0.70.7
func (c *ClientWithResponses) V1WebhookUpdateWithBodyWithResponse(ctx context.Context, tenant openapi_types.UUID, v1Webhook string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*V1WebhookUpdateResponse, error)
V1WebhookUpdateWithBodyWithResponse request with arbitrary body returning *V1WebhookUpdateResponse
func (*ClientWithResponses) V1WebhookUpdateWithResponse ¶ added in v0.70.7
func (c *ClientWithResponses) V1WebhookUpdateWithResponse(ctx context.Context, tenant openapi_types.UUID, v1Webhook string, body V1WebhookUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*V1WebhookUpdateResponse, error)
func (*ClientWithResponses) V1WorkflowRunCreateWithBodyWithResponse ¶
func (c *ClientWithResponses) V1WorkflowRunCreateWithBodyWithResponse(ctx context.Context, tenant openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*V1WorkflowRunCreateResponse, error)
V1WorkflowRunCreateWithBodyWithResponse request with arbitrary body returning *V1WorkflowRunCreateResponse
func (*ClientWithResponses) V1WorkflowRunCreateWithResponse ¶
func (c *ClientWithResponses) V1WorkflowRunCreateWithResponse(ctx context.Context, tenant openapi_types.UUID, body V1WorkflowRunCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*V1WorkflowRunCreateResponse, error)
func (*ClientWithResponses) V1WorkflowRunDisplayNamesListWithResponse ¶
func (c *ClientWithResponses) V1WorkflowRunDisplayNamesListWithResponse(ctx context.Context, tenant openapi_types.UUID, params *V1WorkflowRunDisplayNamesListParams, reqEditors ...RequestEditorFn) (*V1WorkflowRunDisplayNamesListResponse, error)
V1WorkflowRunDisplayNamesListWithResponse request returning *V1WorkflowRunDisplayNamesListResponse
func (*ClientWithResponses) V1WorkflowRunExternalIdsListWithResponse ¶ added in v0.73.38
func (c *ClientWithResponses) V1WorkflowRunExternalIdsListWithResponse(ctx context.Context, tenant openapi_types.UUID, params *V1WorkflowRunExternalIdsListParams, reqEditors ...RequestEditorFn) (*V1WorkflowRunExternalIdsListResponse, error)
V1WorkflowRunExternalIdsListWithResponse request returning *V1WorkflowRunExternalIdsListResponse
func (*ClientWithResponses) V1WorkflowRunGetStatusWithResponse ¶
func (c *ClientWithResponses) V1WorkflowRunGetStatusWithResponse(ctx context.Context, v1WorkflowRun openapi_types.UUID, reqEditors ...RequestEditorFn) (*V1WorkflowRunGetStatusResponse, error)
V1WorkflowRunGetStatusWithResponse request returning *V1WorkflowRunGetStatusResponse
func (*ClientWithResponses) V1WorkflowRunGetTimingsWithResponse ¶
func (c *ClientWithResponses) V1WorkflowRunGetTimingsWithResponse(ctx context.Context, v1WorkflowRun openapi_types.UUID, params *V1WorkflowRunGetTimingsParams, reqEditors ...RequestEditorFn) (*V1WorkflowRunGetTimingsResponse, error)
V1WorkflowRunGetTimingsWithResponse request returning *V1WorkflowRunGetTimingsResponse
func (*ClientWithResponses) V1WorkflowRunGetWithResponse ¶
func (c *ClientWithResponses) V1WorkflowRunGetWithResponse(ctx context.Context, v1WorkflowRun openapi_types.UUID, params *V1WorkflowRunGetParams, reqEditors ...RequestEditorFn) (*V1WorkflowRunGetResponse, error)
V1WorkflowRunGetWithResponse request returning *V1WorkflowRunGetResponse
func (*ClientWithResponses) V1WorkflowRunListWithResponse ¶
func (c *ClientWithResponses) V1WorkflowRunListWithResponse(ctx context.Context, tenant openapi_types.UUID, params *V1WorkflowRunListParams, reqEditors ...RequestEditorFn) (*V1WorkflowRunListResponse, error)
V1WorkflowRunListWithResponse request returning *V1WorkflowRunListResponse
func (*ClientWithResponses) V1WorkflowRunTaskEventsListWithResponse ¶
func (c *ClientWithResponses) V1WorkflowRunTaskEventsListWithResponse(ctx context.Context, v1WorkflowRun openapi_types.UUID, params *V1WorkflowRunTaskEventsListParams, reqEditors ...RequestEditorFn) (*V1WorkflowRunTaskEventsListResponse, error)
V1WorkflowRunTaskEventsListWithResponse request returning *V1WorkflowRunTaskEventsListResponse
func (*ClientWithResponses) WebhookCreateWithBodyWithResponse ¶
func (c *ClientWithResponses) WebhookCreateWithBodyWithResponse(ctx context.Context, tenant openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*WebhookCreateResponse, error)
WebhookCreateWithBodyWithResponse request with arbitrary body returning *WebhookCreateResponse
func (*ClientWithResponses) WebhookCreateWithResponse ¶
func (c *ClientWithResponses) WebhookCreateWithResponse(ctx context.Context, tenant openapi_types.UUID, body WebhookCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*WebhookCreateResponse, error)
func (*ClientWithResponses) WebhookDeleteWithResponse ¶
func (c *ClientWithResponses) WebhookDeleteWithResponse(ctx context.Context, webhook openapi_types.UUID, reqEditors ...RequestEditorFn) (*WebhookDeleteResponse, error)
WebhookDeleteWithResponse request returning *WebhookDeleteResponse
func (*ClientWithResponses) WebhookListWithResponse ¶
func (c *ClientWithResponses) WebhookListWithResponse(ctx context.Context, tenant openapi_types.UUID, reqEditors ...RequestEditorFn) (*WebhookListResponse, error)
WebhookListWithResponse request returning *WebhookListResponse
func (*ClientWithResponses) WebhookRequestsListWithResponse ¶
func (c *ClientWithResponses) WebhookRequestsListWithResponse(ctx context.Context, webhook openapi_types.UUID, reqEditors ...RequestEditorFn) (*WebhookRequestsListResponse, error)
WebhookRequestsListWithResponse request returning *WebhookRequestsListResponse
func (*ClientWithResponses) WorkerGetWithResponse ¶
func (c *ClientWithResponses) WorkerGetWithResponse(ctx context.Context, worker openapi_types.UUID, reqEditors ...RequestEditorFn) (*WorkerGetResponse, error)
WorkerGetWithResponse request returning *WorkerGetResponse
func (*ClientWithResponses) WorkerListWithResponse ¶
func (c *ClientWithResponses) WorkerListWithResponse(ctx context.Context, tenant openapi_types.UUID, params *WorkerListParams, reqEditors ...RequestEditorFn) (*WorkerListResponse, error)
WorkerListWithResponse request returning *WorkerListResponse
func (*ClientWithResponses) WorkerUpdateWithBodyWithResponse ¶
func (c *ClientWithResponses) WorkerUpdateWithBodyWithResponse(ctx context.Context, worker openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*WorkerUpdateResponse, error)
WorkerUpdateWithBodyWithResponse request with arbitrary body returning *WorkerUpdateResponse
func (*ClientWithResponses) WorkerUpdateWithResponse ¶
func (c *ClientWithResponses) WorkerUpdateWithResponse(ctx context.Context, worker openapi_types.UUID, body WorkerUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*WorkerUpdateResponse, error)
func (*ClientWithResponses) WorkflowCronDeleteWithResponse ¶
func (c *ClientWithResponses) WorkflowCronDeleteWithResponse(ctx context.Context, tenant openapi_types.UUID, cronWorkflow openapi_types.UUID, reqEditors ...RequestEditorFn) (*WorkflowCronDeleteResponse, error)
WorkflowCronDeleteWithResponse request returning *WorkflowCronDeleteResponse
func (*ClientWithResponses) WorkflowCronGetWithResponse ¶
func (c *ClientWithResponses) WorkflowCronGetWithResponse(ctx context.Context, tenant openapi_types.UUID, cronWorkflow openapi_types.UUID, reqEditors ...RequestEditorFn) (*WorkflowCronGetResponse, error)
WorkflowCronGetWithResponse request returning *WorkflowCronGetResponse
func (*ClientWithResponses) WorkflowCronTriggerWithResponse ¶ added in v0.88.2
func (c *ClientWithResponses) WorkflowCronTriggerWithResponse(ctx context.Context, tenant openapi_types.UUID, cronWorkflow openapi_types.UUID, reqEditors ...RequestEditorFn) (*WorkflowCronTriggerResponse, error)
WorkflowCronTriggerWithResponse request returning *WorkflowCronTriggerResponse
func (*ClientWithResponses) WorkflowCronUpdateWithBodyWithResponse ¶ added in v0.73.35
func (c *ClientWithResponses) WorkflowCronUpdateWithBodyWithResponse(ctx context.Context, tenant openapi_types.UUID, cronWorkflow openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*WorkflowCronUpdateResponse, error)
WorkflowCronUpdateWithBodyWithResponse request with arbitrary body returning *WorkflowCronUpdateResponse
func (*ClientWithResponses) WorkflowCronUpdateWithResponse ¶ added in v0.73.35
func (c *ClientWithResponses) WorkflowCronUpdateWithResponse(ctx context.Context, tenant openapi_types.UUID, cronWorkflow openapi_types.UUID, body WorkflowCronUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*WorkflowCronUpdateResponse, error)
func (*ClientWithResponses) WorkflowDeleteWithResponse ¶
func (c *ClientWithResponses) WorkflowDeleteWithResponse(ctx context.Context, workflow openapi_types.UUID, reqEditors ...RequestEditorFn) (*WorkflowDeleteResponse, error)
WorkflowDeleteWithResponse request returning *WorkflowDeleteResponse
func (*ClientWithResponses) WorkflowGetMetricsWithResponse ¶
func (c *ClientWithResponses) WorkflowGetMetricsWithResponse(ctx context.Context, workflow openapi_types.UUID, params *WorkflowGetMetricsParams, reqEditors ...RequestEditorFn) (*WorkflowGetMetricsResponse, error)
WorkflowGetMetricsWithResponse request returning *WorkflowGetMetricsResponse
func (*ClientWithResponses) WorkflowGetWithResponse ¶
func (c *ClientWithResponses) WorkflowGetWithResponse(ctx context.Context, workflow openapi_types.UUID, reqEditors ...RequestEditorFn) (*WorkflowGetResponse, error)
WorkflowGetWithResponse request returning *WorkflowGetResponse
func (*ClientWithResponses) WorkflowGetWorkersCountWithResponse ¶
func (c *ClientWithResponses) WorkflowGetWorkersCountWithResponse(ctx context.Context, tenant openapi_types.UUID, workflow openapi_types.UUID, reqEditors ...RequestEditorFn) (*WorkflowGetWorkersCountResponse, error)
WorkflowGetWorkersCountWithResponse request returning *WorkflowGetWorkersCountResponse
func (*ClientWithResponses) WorkflowListWithResponse ¶
func (c *ClientWithResponses) WorkflowListWithResponse(ctx context.Context, tenant openapi_types.UUID, params *WorkflowListParams, reqEditors ...RequestEditorFn) (*WorkflowListResponse, error)
WorkflowListWithResponse request returning *WorkflowListResponse
func (*ClientWithResponses) WorkflowRunCancelWithBodyWithResponse ¶
func (c *ClientWithResponses) WorkflowRunCancelWithBodyWithResponse(ctx context.Context, tenant openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*WorkflowRunCancelResponse, error)
WorkflowRunCancelWithBodyWithResponse request with arbitrary body returning *WorkflowRunCancelResponse
func (*ClientWithResponses) WorkflowRunCancelWithResponse ¶
func (c *ClientWithResponses) WorkflowRunCancelWithResponse(ctx context.Context, tenant openapi_types.UUID, body WorkflowRunCancelJSONRequestBody, reqEditors ...RequestEditorFn) (*WorkflowRunCancelResponse, error)
func (*ClientWithResponses) WorkflowRunCreateWithBodyWithResponse ¶
func (c *ClientWithResponses) WorkflowRunCreateWithBodyWithResponse(ctx context.Context, workflow openapi_types.UUID, params *WorkflowRunCreateParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*WorkflowRunCreateResponse, error)
WorkflowRunCreateWithBodyWithResponse request with arbitrary body returning *WorkflowRunCreateResponse
func (*ClientWithResponses) WorkflowRunCreateWithResponse ¶
func (c *ClientWithResponses) WorkflowRunCreateWithResponse(ctx context.Context, workflow openapi_types.UUID, params *WorkflowRunCreateParams, body WorkflowRunCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*WorkflowRunCreateResponse, error)
func (*ClientWithResponses) WorkflowRunGetInputWithResponse ¶
func (c *ClientWithResponses) WorkflowRunGetInputWithResponse(ctx context.Context, tenant openapi_types.UUID, workflowRun openapi_types.UUID, reqEditors ...RequestEditorFn) (*WorkflowRunGetInputResponse, error)
WorkflowRunGetInputWithResponse request returning *WorkflowRunGetInputResponse
func (*ClientWithResponses) WorkflowRunGetMetricsWithResponse ¶
func (c *ClientWithResponses) WorkflowRunGetMetricsWithResponse(ctx context.Context, tenant openapi_types.UUID, params *WorkflowRunGetMetricsParams, reqEditors ...RequestEditorFn) (*WorkflowRunGetMetricsResponse, error)
WorkflowRunGetMetricsWithResponse request returning *WorkflowRunGetMetricsResponse
func (*ClientWithResponses) WorkflowRunGetShapeWithResponse ¶
func (c *ClientWithResponses) WorkflowRunGetShapeWithResponse(ctx context.Context, tenant openapi_types.UUID, workflowRun openapi_types.UUID, reqEditors ...RequestEditorFn) (*WorkflowRunGetShapeResponse, error)
WorkflowRunGetShapeWithResponse request returning *WorkflowRunGetShapeResponse
func (*ClientWithResponses) WorkflowRunGetWithResponse ¶
func (c *ClientWithResponses) WorkflowRunGetWithResponse(ctx context.Context, tenant openapi_types.UUID, workflowRun openapi_types.UUID, reqEditors ...RequestEditorFn) (*WorkflowRunGetResponse, error)
WorkflowRunGetWithResponse request returning *WorkflowRunGetResponse
func (*ClientWithResponses) WorkflowRunListStepRunEventsWithResponse ¶
func (c *ClientWithResponses) WorkflowRunListStepRunEventsWithResponse(ctx context.Context, tenant openapi_types.UUID, workflowRun openapi_types.UUID, params *WorkflowRunListStepRunEventsParams, reqEditors ...RequestEditorFn) (*WorkflowRunListStepRunEventsResponse, error)
WorkflowRunListStepRunEventsWithResponse request returning *WorkflowRunListStepRunEventsResponse
func (*ClientWithResponses) WorkflowRunListWithResponse ¶
func (c *ClientWithResponses) WorkflowRunListWithResponse(ctx context.Context, tenant openapi_types.UUID, params *WorkflowRunListParams, reqEditors ...RequestEditorFn) (*WorkflowRunListResponse, error)
WorkflowRunListWithResponse request returning *WorkflowRunListResponse
func (*ClientWithResponses) WorkflowRunUpdateReplayWithBodyWithResponse ¶
func (c *ClientWithResponses) WorkflowRunUpdateReplayWithBodyWithResponse(ctx context.Context, tenant openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*WorkflowRunUpdateReplayResponse, error)
WorkflowRunUpdateReplayWithBodyWithResponse request with arbitrary body returning *WorkflowRunUpdateReplayResponse
func (*ClientWithResponses) WorkflowRunUpdateReplayWithResponse ¶
func (c *ClientWithResponses) WorkflowRunUpdateReplayWithResponse(ctx context.Context, tenant openapi_types.UUID, body WorkflowRunUpdateReplayJSONRequestBody, reqEditors ...RequestEditorFn) (*WorkflowRunUpdateReplayResponse, error)
func (*ClientWithResponses) WorkflowScheduledBulkDeleteWithBodyWithResponse ¶ added in v0.73.104
func (c *ClientWithResponses) WorkflowScheduledBulkDeleteWithBodyWithResponse(ctx context.Context, tenant openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*WorkflowScheduledBulkDeleteResponse, error)
WorkflowScheduledBulkDeleteWithBodyWithResponse request with arbitrary body returning *WorkflowScheduledBulkDeleteResponse
func (*ClientWithResponses) WorkflowScheduledBulkDeleteWithResponse ¶ added in v0.73.104
func (c *ClientWithResponses) WorkflowScheduledBulkDeleteWithResponse(ctx context.Context, tenant openapi_types.UUID, body WorkflowScheduledBulkDeleteJSONRequestBody, reqEditors ...RequestEditorFn) (*WorkflowScheduledBulkDeleteResponse, error)
func (*ClientWithResponses) WorkflowScheduledBulkUpdateWithBodyWithResponse ¶ added in v0.73.104
func (c *ClientWithResponses) WorkflowScheduledBulkUpdateWithBodyWithResponse(ctx context.Context, tenant openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*WorkflowScheduledBulkUpdateResponse, error)
WorkflowScheduledBulkUpdateWithBodyWithResponse request with arbitrary body returning *WorkflowScheduledBulkUpdateResponse
func (*ClientWithResponses) WorkflowScheduledBulkUpdateWithResponse ¶ added in v0.73.104
func (c *ClientWithResponses) WorkflowScheduledBulkUpdateWithResponse(ctx context.Context, tenant openapi_types.UUID, body WorkflowScheduledBulkUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*WorkflowScheduledBulkUpdateResponse, error)
func (*ClientWithResponses) WorkflowScheduledDeleteWithResponse ¶
func (c *ClientWithResponses) WorkflowScheduledDeleteWithResponse(ctx context.Context, tenant openapi_types.UUID, scheduledWorkflowRun openapi_types.UUID, reqEditors ...RequestEditorFn) (*WorkflowScheduledDeleteResponse, error)
WorkflowScheduledDeleteWithResponse request returning *WorkflowScheduledDeleteResponse
func (*ClientWithResponses) WorkflowScheduledGetWithResponse ¶
func (c *ClientWithResponses) WorkflowScheduledGetWithResponse(ctx context.Context, tenant openapi_types.UUID, scheduledWorkflowRun openapi_types.UUID, reqEditors ...RequestEditorFn) (*WorkflowScheduledGetResponse, error)
WorkflowScheduledGetWithResponse request returning *WorkflowScheduledGetResponse
func (*ClientWithResponses) WorkflowScheduledListWithResponse ¶
func (c *ClientWithResponses) WorkflowScheduledListWithResponse(ctx context.Context, tenant openapi_types.UUID, params *WorkflowScheduledListParams, reqEditors ...RequestEditorFn) (*WorkflowScheduledListResponse, error)
WorkflowScheduledListWithResponse request returning *WorkflowScheduledListResponse
func (*ClientWithResponses) WorkflowScheduledTriggerWithResponse ¶ added in v0.88.2
func (c *ClientWithResponses) WorkflowScheduledTriggerWithResponse(ctx context.Context, tenant openapi_types.UUID, scheduledWorkflowRun openapi_types.UUID, reqEditors ...RequestEditorFn) (*WorkflowScheduledTriggerResponse, error)
WorkflowScheduledTriggerWithResponse request returning *WorkflowScheduledTriggerResponse
func (*ClientWithResponses) WorkflowScheduledUpdateWithBodyWithResponse ¶ added in v0.73.104
func (c *ClientWithResponses) WorkflowScheduledUpdateWithBodyWithResponse(ctx context.Context, tenant openapi_types.UUID, scheduledWorkflowRun openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*WorkflowScheduledUpdateResponse, error)
WorkflowScheduledUpdateWithBodyWithResponse request with arbitrary body returning *WorkflowScheduledUpdateResponse
func (*ClientWithResponses) WorkflowScheduledUpdateWithResponse ¶ added in v0.73.104
func (c *ClientWithResponses) WorkflowScheduledUpdateWithResponse(ctx context.Context, tenant openapi_types.UUID, scheduledWorkflowRun openapi_types.UUID, body WorkflowScheduledUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*WorkflowScheduledUpdateResponse, error)
func (*ClientWithResponses) WorkflowUpdateWithBodyWithResponse ¶
func (c *ClientWithResponses) WorkflowUpdateWithBodyWithResponse(ctx context.Context, workflow openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*WorkflowUpdateResponse, error)
WorkflowUpdateWithBodyWithResponse request with arbitrary body returning *WorkflowUpdateResponse
func (*ClientWithResponses) WorkflowUpdateWithResponse ¶
func (c *ClientWithResponses) WorkflowUpdateWithResponse(ctx context.Context, workflow openapi_types.UUID, body WorkflowUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*WorkflowUpdateResponse, error)
func (*ClientWithResponses) WorkflowVersionGetWithResponse ¶
func (c *ClientWithResponses) WorkflowVersionGetWithResponse(ctx context.Context, workflow openapi_types.UUID, params *WorkflowVersionGetParams, reqEditors ...RequestEditorFn) (*WorkflowVersionGetResponse, error)
WorkflowVersionGetWithResponse request returning *WorkflowVersionGetResponse
type ClientWithResponsesInterface ¶
type ClientWithResponsesInterface interface {
// LivenessGetWithResponse request
LivenessGetWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*LivenessGetResponse, error)
// ReadinessGetWithResponse request
ReadinessGetWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ReadinessGetResponse, error)
// AlertEmailGroupDeleteWithResponse request
AlertEmailGroupDeleteWithResponse(ctx context.Context, alertEmailGroup openapi_types.UUID, reqEditors ...RequestEditorFn) (*AlertEmailGroupDeleteResponse, error)
// AlertEmailGroupUpdateWithBodyWithResponse request with any body
AlertEmailGroupUpdateWithBodyWithResponse(ctx context.Context, alertEmailGroup openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AlertEmailGroupUpdateResponse, error)
AlertEmailGroupUpdateWithResponse(ctx context.Context, alertEmailGroup openapi_types.UUID, body AlertEmailGroupUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*AlertEmailGroupUpdateResponse, error)
// ApiTokenUpdateRevokeWithResponse request
ApiTokenUpdateRevokeWithResponse(ctx context.Context, apiToken openapi_types.UUID, reqEditors ...RequestEditorFn) (*ApiTokenUpdateRevokeResponse, error)
// CloudMetadataGetWithResponse request
CloudMetadataGetWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*CloudMetadataGetResponse, error)
// EventGetWithResponse request
EventGetWithResponse(ctx context.Context, event openapi_types.UUID, reqEditors ...RequestEditorFn) (*EventGetResponse, error)
// EventDataGetWithResponse request
EventDataGetWithResponse(ctx context.Context, event openapi_types.UUID, reqEditors ...RequestEditorFn) (*EventDataGetResponse, error)
// MetadataGetWithResponse request
MetadataGetWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*MetadataGetResponse, error)
// MetadataListIntegrationsWithResponse request
MetadataListIntegrationsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*MetadataListIntegrationsResponse, error)
// MonitoringPostRunProbeWithResponse request
MonitoringPostRunProbeWithResponse(ctx context.Context, tenant openapi_types.UUID, reqEditors ...RequestEditorFn) (*MonitoringPostRunProbeResponse, error)
// SlackWebhookDeleteWithResponse request
SlackWebhookDeleteWithResponse(ctx context.Context, slack openapi_types.UUID, reqEditors ...RequestEditorFn) (*SlackWebhookDeleteResponse, error)
// SnsDeleteWithResponse request
SnsDeleteWithResponse(ctx context.Context, sns openapi_types.UUID, reqEditors ...RequestEditorFn) (*SnsDeleteResponse, error)
// SnsUpdateWithResponse request
SnsUpdateWithResponse(ctx context.Context, tenant openapi_types.UUID, event string, reqEditors ...RequestEditorFn) (*SnsUpdateResponse, error)
// V1DagListTasksWithResponse request
V1DagListTasksWithResponse(ctx context.Context, params *V1DagListTasksParams, reqEditors ...RequestEditorFn) (*V1DagListTasksResponse, error)
// V1HttpOperatorDeleteWithResponse request
V1HttpOperatorDeleteWithResponse(ctx context.Context, v1HttpOperator openapi_types.UUID, reqEditors ...RequestEditorFn) (*V1HttpOperatorDeleteResponse, error)
// V1HttpOperatorGetWithResponse request
V1HttpOperatorGetWithResponse(ctx context.Context, v1HttpOperator openapi_types.UUID, reqEditors ...RequestEditorFn) (*V1HttpOperatorGetResponse, error)
// V1HttpOperatorUpdateWithBodyWithResponse request with any body
V1HttpOperatorUpdateWithBodyWithResponse(ctx context.Context, v1HttpOperator openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*V1HttpOperatorUpdateResponse, error)
V1HttpOperatorUpdateWithResponse(ctx context.Context, v1HttpOperator openapi_types.UUID, body V1HttpOperatorUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*V1HttpOperatorUpdateResponse, error)
// V1TaskGetWithResponse request
V1TaskGetWithResponse(ctx context.Context, task openapi_types.UUID, params *V1TaskGetParams, reqEditors ...RequestEditorFn) (*V1TaskGetResponse, error)
// V1LogLineListWithResponse request
V1LogLineListWithResponse(ctx context.Context, task openapi_types.UUID, params *V1LogLineListParams, reqEditors ...RequestEditorFn) (*V1LogLineListResponse, error)
// V1TaskRestoreWithResponse request
V1TaskRestoreWithResponse(ctx context.Context, task openapi_types.UUID, reqEditors ...RequestEditorFn) (*V1TaskRestoreResponse, error)
// V1TaskEventListWithResponse request
V1TaskEventListWithResponse(ctx context.Context, task openapi_types.UUID, params *V1TaskEventListParams, reqEditors ...RequestEditorFn) (*V1TaskEventListResponse, error)
// V1CelDebugWithBodyWithResponse request with any body
V1CelDebugWithBodyWithResponse(ctx context.Context, tenant openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*V1CelDebugResponse, error)
V1CelDebugWithResponse(ctx context.Context, tenant openapi_types.UUID, body V1CelDebugJSONRequestBody, reqEditors ...RequestEditorFn) (*V1CelDebugResponse, error)
// V1DurableTaskBranchWithBodyWithResponse request with any body
V1DurableTaskBranchWithBodyWithResponse(ctx context.Context, tenant openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*V1DurableTaskBranchResponse, error)
V1DurableTaskBranchWithResponse(ctx context.Context, tenant openapi_types.UUID, body V1DurableTaskBranchJSONRequestBody, reqEditors ...RequestEditorFn) (*V1DurableTaskBranchResponse, error)
// V1DurableTaskEventLogListWithResponse request
V1DurableTaskEventLogListWithResponse(ctx context.Context, tenant openapi_types.UUID, durableTask openapi_types.UUID, params *V1DurableTaskEventLogListParams, reqEditors ...RequestEditorFn) (*V1DurableTaskEventLogListResponse, error)
// V1EventListWithResponse request
V1EventListWithResponse(ctx context.Context, tenant openapi_types.UUID, params *V1EventListParams, reqEditors ...RequestEditorFn) (*V1EventListResponse, error)
// V1EventKeyListWithResponse request
V1EventKeyListWithResponse(ctx context.Context, tenant openapi_types.UUID, reqEditors ...RequestEditorFn) (*V1EventKeyListResponse, error)
// V1EventGetWithResponse request
V1EventGetWithResponse(ctx context.Context, tenant openapi_types.UUID, v1Event openapi_types.UUID, reqEditors ...RequestEditorFn) (*V1EventGetResponse, error)
// V1FilterListWithResponse request
V1FilterListWithResponse(ctx context.Context, tenant openapi_types.UUID, params *V1FilterListParams, reqEditors ...RequestEditorFn) (*V1FilterListResponse, error)
// V1FilterCreateWithBodyWithResponse request with any body
V1FilterCreateWithBodyWithResponse(ctx context.Context, tenant openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*V1FilterCreateResponse, error)
V1FilterCreateWithResponse(ctx context.Context, tenant openapi_types.UUID, body V1FilterCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*V1FilterCreateResponse, error)
// V1FilterDeleteWithResponse request
V1FilterDeleteWithResponse(ctx context.Context, tenant openapi_types.UUID, v1Filter openapi_types.UUID, reqEditors ...RequestEditorFn) (*V1FilterDeleteResponse, error)
// V1FilterGetWithResponse request
V1FilterGetWithResponse(ctx context.Context, tenant openapi_types.UUID, v1Filter openapi_types.UUID, reqEditors ...RequestEditorFn) (*V1FilterGetResponse, error)
// V1FilterUpdateWithBodyWithResponse request with any body
V1FilterUpdateWithBodyWithResponse(ctx context.Context, tenant openapi_types.UUID, v1Filter openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*V1FilterUpdateResponse, error)
V1FilterUpdateWithResponse(ctx context.Context, tenant openapi_types.UUID, v1Filter openapi_types.UUID, body V1FilterUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*V1FilterUpdateResponse, error)
// V1TenantLogLineGetPointMetricsWithResponse request
V1TenantLogLineGetPointMetricsWithResponse(ctx context.Context, tenant openapi_types.UUID, params *V1TenantLogLineGetPointMetricsParams, reqEditors ...RequestEditorFn) (*V1TenantLogLineGetPointMetricsResponse, error)
// V1TenantLogLineListWithResponse request
V1TenantLogLineListWithResponse(ctx context.Context, tenant openapi_types.UUID, params *V1TenantLogLineListParams, reqEditors ...RequestEditorFn) (*V1TenantLogLineListResponse, error)
// V1HttpOperatorListWithResponse request
V1HttpOperatorListWithResponse(ctx context.Context, tenant openapi_types.UUID, params *V1HttpOperatorListParams, reqEditors ...RequestEditorFn) (*V1HttpOperatorListResponse, error)
// V1HttpOperatorCreateWithBodyWithResponse request with any body
V1HttpOperatorCreateWithBodyWithResponse(ctx context.Context, tenant openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*V1HttpOperatorCreateResponse, error)
V1HttpOperatorCreateWithResponse(ctx context.Context, tenant openapi_types.UUID, body V1HttpOperatorCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*V1HttpOperatorCreateResponse, error)
// V1TaskListStatusMetricsWithResponse request
V1TaskListStatusMetricsWithResponse(ctx context.Context, tenant openapi_types.UUID, params *V1TaskListStatusMetricsParams, reqEditors ...RequestEditorFn) (*V1TaskListStatusMetricsResponse, error)
// V1TaskGetPointMetricsWithResponse request
V1TaskGetPointMetricsWithResponse(ctx context.Context, tenant openapi_types.UUID, params *V1TaskGetPointMetricsParams, reqEditors ...RequestEditorFn) (*V1TaskGetPointMetricsResponse, error)
// V1TaskCancelWithBodyWithResponse request with any body
V1TaskCancelWithBodyWithResponse(ctx context.Context, tenant openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*V1TaskCancelResponse, error)
V1TaskCancelWithResponse(ctx context.Context, tenant openapi_types.UUID, body V1TaskCancelJSONRequestBody, reqEditors ...RequestEditorFn) (*V1TaskCancelResponse, error)
// V1TaskReplayWithBodyWithResponse request with any body
V1TaskReplayWithBodyWithResponse(ctx context.Context, tenant openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*V1TaskReplayResponse, error)
V1TaskReplayWithResponse(ctx context.Context, tenant openapi_types.UUID, body V1TaskReplayJSONRequestBody, reqEditors ...RequestEditorFn) (*V1TaskReplayResponse, error)
// V1ObservabilityGetTraceWithResponse request
V1ObservabilityGetTraceWithResponse(ctx context.Context, tenant openapi_types.UUID, params *V1ObservabilityGetTraceParams, reqEditors ...RequestEditorFn) (*V1ObservabilityGetTraceResponse, error)
// V1WebhookListWithResponse request
V1WebhookListWithResponse(ctx context.Context, tenant openapi_types.UUID, params *V1WebhookListParams, reqEditors ...RequestEditorFn) (*V1WebhookListResponse, error)
// V1WebhookCreateWithBodyWithResponse request with any body
V1WebhookCreateWithBodyWithResponse(ctx context.Context, tenant openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*V1WebhookCreateResponse, error)
V1WebhookCreateWithResponse(ctx context.Context, tenant openapi_types.UUID, body V1WebhookCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*V1WebhookCreateResponse, error)
// V1WebhookDeleteWithResponse request
V1WebhookDeleteWithResponse(ctx context.Context, tenant openapi_types.UUID, v1Webhook string, reqEditors ...RequestEditorFn) (*V1WebhookDeleteResponse, error)
// V1WebhookGetWithResponse request
V1WebhookGetWithResponse(ctx context.Context, tenant openapi_types.UUID, v1Webhook string, reqEditors ...RequestEditorFn) (*V1WebhookGetResponse, error)
// V1WebhookUpdateWithBodyWithResponse request with any body
V1WebhookUpdateWithBodyWithResponse(ctx context.Context, tenant openapi_types.UUID, v1Webhook string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*V1WebhookUpdateResponse, error)
V1WebhookUpdateWithResponse(ctx context.Context, tenant openapi_types.UUID, v1Webhook string, body V1WebhookUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*V1WebhookUpdateResponse, error)
// V1WebhookReceiveWithBodyWithResponse request with any body
V1WebhookReceiveWithBodyWithResponse(ctx context.Context, tenant openapi_types.UUID, v1Webhook string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*V1WebhookReceiveResponse, error)
// V1WorkflowRunListWithResponse request
V1WorkflowRunListWithResponse(ctx context.Context, tenant openapi_types.UUID, params *V1WorkflowRunListParams, reqEditors ...RequestEditorFn) (*V1WorkflowRunListResponse, error)
// V1WorkflowRunDisplayNamesListWithResponse request
V1WorkflowRunDisplayNamesListWithResponse(ctx context.Context, tenant openapi_types.UUID, params *V1WorkflowRunDisplayNamesListParams, reqEditors ...RequestEditorFn) (*V1WorkflowRunDisplayNamesListResponse, error)
// V1WorkflowRunExternalIdsListWithResponse request
V1WorkflowRunExternalIdsListWithResponse(ctx context.Context, tenant openapi_types.UUID, params *V1WorkflowRunExternalIdsListParams, reqEditors ...RequestEditorFn) (*V1WorkflowRunExternalIdsListResponse, error)
// V1WorkflowRunCreateWithBodyWithResponse request with any body
V1WorkflowRunCreateWithBodyWithResponse(ctx context.Context, tenant openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*V1WorkflowRunCreateResponse, error)
V1WorkflowRunCreateWithResponse(ctx context.Context, tenant openapi_types.UUID, body V1WorkflowRunCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*V1WorkflowRunCreateResponse, error)
// V1WorkflowRunGetWithResponse request
V1WorkflowRunGetWithResponse(ctx context.Context, v1WorkflowRun openapi_types.UUID, params *V1WorkflowRunGetParams, reqEditors ...RequestEditorFn) (*V1WorkflowRunGetResponse, error)
// V1WorkflowRunGetStatusWithResponse request
V1WorkflowRunGetStatusWithResponse(ctx context.Context, v1WorkflowRun openapi_types.UUID, reqEditors ...RequestEditorFn) (*V1WorkflowRunGetStatusResponse, error)
// V1WorkflowRunTaskEventsListWithResponse request
V1WorkflowRunTaskEventsListWithResponse(ctx context.Context, v1WorkflowRun openapi_types.UUID, params *V1WorkflowRunTaskEventsListParams, reqEditors ...RequestEditorFn) (*V1WorkflowRunTaskEventsListResponse, error)
// V1WorkflowRunGetTimingsWithResponse request
V1WorkflowRunGetTimingsWithResponse(ctx context.Context, v1WorkflowRun openapi_types.UUID, params *V1WorkflowRunGetTimingsParams, reqEditors ...RequestEditorFn) (*V1WorkflowRunGetTimingsResponse, error)
// StepRunListArchivesWithResponse request
StepRunListArchivesWithResponse(ctx context.Context, stepRun openapi_types.UUID, params *StepRunListArchivesParams, reqEditors ...RequestEditorFn) (*StepRunListArchivesResponse, error)
// StepRunListEventsWithResponse request
StepRunListEventsWithResponse(ctx context.Context, stepRun openapi_types.UUID, params *StepRunListEventsParams, reqEditors ...RequestEditorFn) (*StepRunListEventsResponse, error)
// TenantCreateWithBodyWithResponse request with any body
TenantCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*TenantCreateResponse, error)
TenantCreateWithResponse(ctx context.Context, body TenantCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*TenantCreateResponse, error)
// TenantGetWithResponse request
TenantGetWithResponse(ctx context.Context, tenant openapi_types.UUID, reqEditors ...RequestEditorFn) (*TenantGetResponse, error)
// TenantUpdateWithBodyWithResponse request with any body
TenantUpdateWithBodyWithResponse(ctx context.Context, tenant openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*TenantUpdateResponse, error)
TenantUpdateWithResponse(ctx context.Context, tenant openapi_types.UUID, body TenantUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*TenantUpdateResponse, error)
// AlertEmailGroupListWithResponse request
AlertEmailGroupListWithResponse(ctx context.Context, tenant openapi_types.UUID, reqEditors ...RequestEditorFn) (*AlertEmailGroupListResponse, error)
// AlertEmailGroupCreateWithBodyWithResponse request with any body
AlertEmailGroupCreateWithBodyWithResponse(ctx context.Context, tenant openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AlertEmailGroupCreateResponse, error)
AlertEmailGroupCreateWithResponse(ctx context.Context, tenant openapi_types.UUID, body AlertEmailGroupCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*AlertEmailGroupCreateResponse, error)
// TenantAlertingSettingsGetWithResponse request
TenantAlertingSettingsGetWithResponse(ctx context.Context, tenant openapi_types.UUID, reqEditors ...RequestEditorFn) (*TenantAlertingSettingsGetResponse, error)
// ApiTokenListWithResponse request
ApiTokenListWithResponse(ctx context.Context, tenant openapi_types.UUID, reqEditors ...RequestEditorFn) (*ApiTokenListResponse, error)
// ApiTokenCreateWithBodyWithResponse request with any body
ApiTokenCreateWithBodyWithResponse(ctx context.Context, tenant openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ApiTokenCreateResponse, error)
ApiTokenCreateWithResponse(ctx context.Context, tenant openapi_types.UUID, body ApiTokenCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*ApiTokenCreateResponse, error)
// EventListWithResponse request
EventListWithResponse(ctx context.Context, tenant openapi_types.UUID, params *EventListParams, reqEditors ...RequestEditorFn) (*EventListResponse, error)
// EventCreateWithBodyWithResponse request with any body
EventCreateWithBodyWithResponse(ctx context.Context, tenant openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*EventCreateResponse, error)
EventCreateWithResponse(ctx context.Context, tenant openapi_types.UUID, body EventCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*EventCreateResponse, error)
// EventCreateBulkWithBodyWithResponse request with any body
EventCreateBulkWithBodyWithResponse(ctx context.Context, tenant openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*EventCreateBulkResponse, error)
EventCreateBulkWithResponse(ctx context.Context, tenant openapi_types.UUID, body EventCreateBulkJSONRequestBody, reqEditors ...RequestEditorFn) (*EventCreateBulkResponse, error)
// EventUpdateCancelWithBodyWithResponse request with any body
EventUpdateCancelWithBodyWithResponse(ctx context.Context, tenant openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*EventUpdateCancelResponse, error)
EventUpdateCancelWithResponse(ctx context.Context, tenant openapi_types.UUID, body EventUpdateCancelJSONRequestBody, reqEditors ...RequestEditorFn) (*EventUpdateCancelResponse, error)
// EventKeyListWithResponse request
EventKeyListWithResponse(ctx context.Context, tenant openapi_types.UUID, reqEditors ...RequestEditorFn) (*EventKeyListResponse, error)
// EventUpdateReplayWithBodyWithResponse request with any body
EventUpdateReplayWithBodyWithResponse(ctx context.Context, tenant openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*EventUpdateReplayResponse, error)
EventUpdateReplayWithResponse(ctx context.Context, tenant openapi_types.UUID, body EventUpdateReplayJSONRequestBody, reqEditors ...RequestEditorFn) (*EventUpdateReplayResponse, error)
// EventDataGetWithTenantWithResponse request
EventDataGetWithTenantWithResponse(ctx context.Context, tenant openapi_types.UUID, eventWithTenant openapi_types.UUID, reqEditors ...RequestEditorFn) (*EventDataGetWithTenantResponse, error)
// TenantFeatureFlagEvaluateWithResponse request
TenantFeatureFlagEvaluateWithResponse(ctx context.Context, tenant openapi_types.UUID, params *TenantFeatureFlagEvaluateParams, reqEditors ...RequestEditorFn) (*TenantFeatureFlagEvaluateResponse, error)
// TenantInviteListWithResponse request
TenantInviteListWithResponse(ctx context.Context, tenant openapi_types.UUID, reqEditors ...RequestEditorFn) (*TenantInviteListResponse, error)
// TenantInviteCreateWithBodyWithResponse request with any body
TenantInviteCreateWithBodyWithResponse(ctx context.Context, tenant openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*TenantInviteCreateResponse, error)
TenantInviteCreateWithResponse(ctx context.Context, tenant openapi_types.UUID, body TenantInviteCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*TenantInviteCreateResponse, error)
// TenantInviteDeleteWithResponse request
TenantInviteDeleteWithResponse(ctx context.Context, tenant openapi_types.UUID, tenantInvite openapi_types.UUID, reqEditors ...RequestEditorFn) (*TenantInviteDeleteResponse, error)
// TenantInviteUpdateWithBodyWithResponse request with any body
TenantInviteUpdateWithBodyWithResponse(ctx context.Context, tenant openapi_types.UUID, tenantInvite openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*TenantInviteUpdateResponse, error)
TenantInviteUpdateWithResponse(ctx context.Context, tenant openapi_types.UUID, tenantInvite openapi_types.UUID, body TenantInviteUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*TenantInviteUpdateResponse, error)
// TenantMemberListWithResponse request
TenantMemberListWithResponse(ctx context.Context, tenant openapi_types.UUID, reqEditors ...RequestEditorFn) (*TenantMemberListResponse, error)
// TenantMemberDeleteWithResponse request
TenantMemberDeleteWithResponse(ctx context.Context, tenant openapi_types.UUID, member openapi_types.UUID, reqEditors ...RequestEditorFn) (*TenantMemberDeleteResponse, error)
// TenantMemberUpdateWithBodyWithResponse request with any body
TenantMemberUpdateWithBodyWithResponse(ctx context.Context, tenant openapi_types.UUID, member openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*TenantMemberUpdateResponse, error)
TenantMemberUpdateWithResponse(ctx context.Context, tenant openapi_types.UUID, member openapi_types.UUID, body TenantMemberUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*TenantMemberUpdateResponse, error)
// TenantGetPrometheusMetricsWithResponse request
TenantGetPrometheusMetricsWithResponse(ctx context.Context, tenant openapi_types.UUID, reqEditors ...RequestEditorFn) (*TenantGetPrometheusMetricsResponse, error)
// TenantGetQueueMetricsWithResponse request
TenantGetQueueMetricsWithResponse(ctx context.Context, tenant openapi_types.UUID, params *TenantGetQueueMetricsParams, reqEditors ...RequestEditorFn) (*TenantGetQueueMetricsResponse, error)
// RateLimitDeleteWithResponse request
RateLimitDeleteWithResponse(ctx context.Context, tenant openapi_types.UUID, params *RateLimitDeleteParams, reqEditors ...RequestEditorFn) (*RateLimitDeleteResponse, error)
// RateLimitListWithResponse request
RateLimitListWithResponse(ctx context.Context, tenant openapi_types.UUID, params *RateLimitListParams, reqEditors ...RequestEditorFn) (*RateLimitListResponse, error)
// TenantResourcePolicyGetWithResponse request
TenantResourcePolicyGetWithResponse(ctx context.Context, tenant openapi_types.UUID, reqEditors ...RequestEditorFn) (*TenantResourcePolicyGetResponse, error)
// SlackWebhookListWithResponse request
SlackWebhookListWithResponse(ctx context.Context, tenant openapi_types.UUID, reqEditors ...RequestEditorFn) (*SlackWebhookListResponse, error)
// UserUpdateSlackOauthStartWithResponse request
UserUpdateSlackOauthStartWithResponse(ctx context.Context, tenant openapi_types.UUID, reqEditors ...RequestEditorFn) (*UserUpdateSlackOauthStartResponse, error)
// SnsListWithResponse request
SnsListWithResponse(ctx context.Context, tenant openapi_types.UUID, reqEditors ...RequestEditorFn) (*SnsListResponse, error)
// SnsCreateWithBodyWithResponse request with any body
SnsCreateWithBodyWithResponse(ctx context.Context, tenant openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SnsCreateResponse, error)
SnsCreateWithResponse(ctx context.Context, tenant openapi_types.UUID, body SnsCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*SnsCreateResponse, error)
// TenantGetStepRunQueueMetricsWithResponse request
TenantGetStepRunQueueMetricsWithResponse(ctx context.Context, tenant openapi_types.UUID, reqEditors ...RequestEditorFn) (*TenantGetStepRunQueueMetricsResponse, error)
// StepRunGetWithResponse request
StepRunGetWithResponse(ctx context.Context, tenant openapi_types.UUID, stepRun openapi_types.UUID, reqEditors ...RequestEditorFn) (*StepRunGetResponse, error)
// StepRunUpdateCancelWithResponse request
StepRunUpdateCancelWithResponse(ctx context.Context, tenant openapi_types.UUID, stepRun openapi_types.UUID, reqEditors ...RequestEditorFn) (*StepRunUpdateCancelResponse, error)
// StepRunUpdateRerunWithBodyWithResponse request with any body
StepRunUpdateRerunWithBodyWithResponse(ctx context.Context, tenant openapi_types.UUID, stepRun openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*StepRunUpdateRerunResponse, error)
StepRunUpdateRerunWithResponse(ctx context.Context, tenant openapi_types.UUID, stepRun openapi_types.UUID, body StepRunUpdateRerunJSONRequestBody, reqEditors ...RequestEditorFn) (*StepRunUpdateRerunResponse, error)
// StepRunGetSchemaWithResponse request
StepRunGetSchemaWithResponse(ctx context.Context, tenant openapi_types.UUID, stepRun openapi_types.UUID, reqEditors ...RequestEditorFn) (*StepRunGetSchemaResponse, error)
// TenantGetTaskStatsWithResponse request
TenantGetTaskStatsWithResponse(ctx context.Context, tenant openapi_types.UUID, params *TenantGetTaskStatsParams, reqEditors ...RequestEditorFn) (*TenantGetTaskStatsResponse, error)
// WebhookListWithResponse request
WebhookListWithResponse(ctx context.Context, tenant openapi_types.UUID, reqEditors ...RequestEditorFn) (*WebhookListResponse, error)
// WebhookCreateWithBodyWithResponse request with any body
WebhookCreateWithBodyWithResponse(ctx context.Context, tenant openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*WebhookCreateResponse, error)
WebhookCreateWithResponse(ctx context.Context, tenant openapi_types.UUID, body WebhookCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*WebhookCreateResponse, error)
// WorkerListWithResponse request
WorkerListWithResponse(ctx context.Context, tenant openapi_types.UUID, params *WorkerListParams, reqEditors ...RequestEditorFn) (*WorkerListResponse, error)
// WorkflowRunUpdateReplayWithBodyWithResponse request with any body
WorkflowRunUpdateReplayWithBodyWithResponse(ctx context.Context, tenant openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*WorkflowRunUpdateReplayResponse, error)
WorkflowRunUpdateReplayWithResponse(ctx context.Context, tenant openapi_types.UUID, body WorkflowRunUpdateReplayJSONRequestBody, reqEditors ...RequestEditorFn) (*WorkflowRunUpdateReplayResponse, error)
// WorkflowRunGetWithResponse request
WorkflowRunGetWithResponse(ctx context.Context, tenant openapi_types.UUID, workflowRun openapi_types.UUID, reqEditors ...RequestEditorFn) (*WorkflowRunGetResponse, error)
// WorkflowRunGetInputWithResponse request
WorkflowRunGetInputWithResponse(ctx context.Context, tenant openapi_types.UUID, workflowRun openapi_types.UUID, reqEditors ...RequestEditorFn) (*WorkflowRunGetInputResponse, error)
// WorkflowRunGetShapeWithResponse request
WorkflowRunGetShapeWithResponse(ctx context.Context, tenant openapi_types.UUID, workflowRun openapi_types.UUID, reqEditors ...RequestEditorFn) (*WorkflowRunGetShapeResponse, error)
// WorkflowRunListStepRunEventsWithResponse request
WorkflowRunListStepRunEventsWithResponse(ctx context.Context, tenant openapi_types.UUID, workflowRun openapi_types.UUID, params *WorkflowRunListStepRunEventsParams, reqEditors ...RequestEditorFn) (*WorkflowRunListStepRunEventsResponse, error)
// WorkflowListWithResponse request
WorkflowListWithResponse(ctx context.Context, tenant openapi_types.UUID, params *WorkflowListParams, reqEditors ...RequestEditorFn) (*WorkflowListResponse, error)
// WorkflowRunCancelWithBodyWithResponse request with any body
WorkflowRunCancelWithBodyWithResponse(ctx context.Context, tenant openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*WorkflowRunCancelResponse, error)
WorkflowRunCancelWithResponse(ctx context.Context, tenant openapi_types.UUID, body WorkflowRunCancelJSONRequestBody, reqEditors ...RequestEditorFn) (*WorkflowRunCancelResponse, error)
// CronWorkflowListWithResponse request
CronWorkflowListWithResponse(ctx context.Context, tenant openapi_types.UUID, params *CronWorkflowListParams, reqEditors ...RequestEditorFn) (*CronWorkflowListResponse, error)
// WorkflowCronDeleteWithResponse request
WorkflowCronDeleteWithResponse(ctx context.Context, tenant openapi_types.UUID, cronWorkflow openapi_types.UUID, reqEditors ...RequestEditorFn) (*WorkflowCronDeleteResponse, error)
// WorkflowCronGetWithResponse request
WorkflowCronGetWithResponse(ctx context.Context, tenant openapi_types.UUID, cronWorkflow openapi_types.UUID, reqEditors ...RequestEditorFn) (*WorkflowCronGetResponse, error)
// WorkflowCronUpdateWithBodyWithResponse request with any body
WorkflowCronUpdateWithBodyWithResponse(ctx context.Context, tenant openapi_types.UUID, cronWorkflow openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*WorkflowCronUpdateResponse, error)
WorkflowCronUpdateWithResponse(ctx context.Context, tenant openapi_types.UUID, cronWorkflow openapi_types.UUID, body WorkflowCronUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*WorkflowCronUpdateResponse, error)
// WorkflowCronTriggerWithResponse request
WorkflowCronTriggerWithResponse(ctx context.Context, tenant openapi_types.UUID, cronWorkflow openapi_types.UUID, reqEditors ...RequestEditorFn) (*WorkflowCronTriggerResponse, error)
// WorkflowRunListWithResponse request
WorkflowRunListWithResponse(ctx context.Context, tenant openapi_types.UUID, params *WorkflowRunListParams, reqEditors ...RequestEditorFn) (*WorkflowRunListResponse, error)
// WorkflowRunGetMetricsWithResponse request
WorkflowRunGetMetricsWithResponse(ctx context.Context, tenant openapi_types.UUID, params *WorkflowRunGetMetricsParams, reqEditors ...RequestEditorFn) (*WorkflowRunGetMetricsResponse, error)
// WorkflowScheduledListWithResponse request
WorkflowScheduledListWithResponse(ctx context.Context, tenant openapi_types.UUID, params *WorkflowScheduledListParams, reqEditors ...RequestEditorFn) (*WorkflowScheduledListResponse, error)
// WorkflowScheduledBulkDeleteWithBodyWithResponse request with any body
WorkflowScheduledBulkDeleteWithBodyWithResponse(ctx context.Context, tenant openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*WorkflowScheduledBulkDeleteResponse, error)
WorkflowScheduledBulkDeleteWithResponse(ctx context.Context, tenant openapi_types.UUID, body WorkflowScheduledBulkDeleteJSONRequestBody, reqEditors ...RequestEditorFn) (*WorkflowScheduledBulkDeleteResponse, error)
// WorkflowScheduledBulkUpdateWithBodyWithResponse request with any body
WorkflowScheduledBulkUpdateWithBodyWithResponse(ctx context.Context, tenant openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*WorkflowScheduledBulkUpdateResponse, error)
WorkflowScheduledBulkUpdateWithResponse(ctx context.Context, tenant openapi_types.UUID, body WorkflowScheduledBulkUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*WorkflowScheduledBulkUpdateResponse, error)
// WorkflowScheduledDeleteWithResponse request
WorkflowScheduledDeleteWithResponse(ctx context.Context, tenant openapi_types.UUID, scheduledWorkflowRun openapi_types.UUID, reqEditors ...RequestEditorFn) (*WorkflowScheduledDeleteResponse, error)
// WorkflowScheduledGetWithResponse request
WorkflowScheduledGetWithResponse(ctx context.Context, tenant openapi_types.UUID, scheduledWorkflowRun openapi_types.UUID, reqEditors ...RequestEditorFn) (*WorkflowScheduledGetResponse, error)
// WorkflowScheduledUpdateWithBodyWithResponse request with any body
WorkflowScheduledUpdateWithBodyWithResponse(ctx context.Context, tenant openapi_types.UUID, scheduledWorkflowRun openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*WorkflowScheduledUpdateResponse, error)
WorkflowScheduledUpdateWithResponse(ctx context.Context, tenant openapi_types.UUID, scheduledWorkflowRun openapi_types.UUID, body WorkflowScheduledUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*WorkflowScheduledUpdateResponse, error)
// WorkflowScheduledTriggerWithResponse request
WorkflowScheduledTriggerWithResponse(ctx context.Context, tenant openapi_types.UUID, scheduledWorkflowRun openapi_types.UUID, reqEditors ...RequestEditorFn) (*WorkflowScheduledTriggerResponse, error)
// CronWorkflowTriggerCreateWithBodyWithResponse request with any body
CronWorkflowTriggerCreateWithBodyWithResponse(ctx context.Context, tenant openapi_types.UUID, workflow string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CronWorkflowTriggerCreateResponse, error)
CronWorkflowTriggerCreateWithResponse(ctx context.Context, tenant openapi_types.UUID, workflow string, body CronWorkflowTriggerCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*CronWorkflowTriggerCreateResponse, error)
// ScheduledWorkflowRunCreateWithBodyWithResponse request with any body
ScheduledWorkflowRunCreateWithBodyWithResponse(ctx context.Context, tenant openapi_types.UUID, workflow string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ScheduledWorkflowRunCreateResponse, error)
ScheduledWorkflowRunCreateWithResponse(ctx context.Context, tenant openapi_types.UUID, workflow string, body ScheduledWorkflowRunCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*ScheduledWorkflowRunCreateResponse, error)
// WorkflowGetWorkersCountWithResponse request
WorkflowGetWorkersCountWithResponse(ctx context.Context, tenant openapi_types.UUID, workflow openapi_types.UUID, reqEditors ...RequestEditorFn) (*WorkflowGetWorkersCountResponse, error)
// UserGetCurrentWithResponse request
UserGetCurrentWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*UserGetCurrentResponse, error)
// UserUpdateGithubOauthCallbackWithResponse request
UserUpdateGithubOauthCallbackWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*UserUpdateGithubOauthCallbackResponse, error)
// UserUpdateGithubOauthStartWithResponse request
UserUpdateGithubOauthStartWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*UserUpdateGithubOauthStartResponse, error)
// UserUpdateGoogleOauthCallbackWithResponse request
UserUpdateGoogleOauthCallbackWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*UserUpdateGoogleOauthCallbackResponse, error)
// UserUpdateGoogleOauthStartWithResponse request
UserUpdateGoogleOauthStartWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*UserUpdateGoogleOauthStartResponse, error)
// UserListTenantInvitesWithResponse request
UserListTenantInvitesWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*UserListTenantInvitesResponse, error)
// TenantInviteAcceptWithBodyWithResponse request with any body
TenantInviteAcceptWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*TenantInviteAcceptResponse, error)
TenantInviteAcceptWithResponse(ctx context.Context, body TenantInviteAcceptJSONRequestBody, reqEditors ...RequestEditorFn) (*TenantInviteAcceptResponse, error)
// TenantInviteRejectWithBodyWithResponse request with any body
TenantInviteRejectWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*TenantInviteRejectResponse, error)
TenantInviteRejectWithResponse(ctx context.Context, body TenantInviteRejectJSONRequestBody, reqEditors ...RequestEditorFn) (*TenantInviteRejectResponse, error)
// UserUpdateLoginWithBodyWithResponse request with any body
UserUpdateLoginWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UserUpdateLoginResponse, error)
UserUpdateLoginWithResponse(ctx context.Context, body UserUpdateLoginJSONRequestBody, reqEditors ...RequestEditorFn) (*UserUpdateLoginResponse, error)
// UserUpdateLogoutWithResponse request
UserUpdateLogoutWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*UserUpdateLogoutResponse, error)
// TenantMembershipsListWithResponse request
TenantMembershipsListWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*TenantMembershipsListResponse, error)
// UserUpdatePasswordWithBodyWithResponse request with any body
UserUpdatePasswordWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UserUpdatePasswordResponse, error)
UserUpdatePasswordWithResponse(ctx context.Context, body UserUpdatePasswordJSONRequestBody, reqEditors ...RequestEditorFn) (*UserUpdatePasswordResponse, error)
// UserCreateWithBodyWithResponse request with any body
UserCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UserCreateResponse, error)
UserCreateWithResponse(ctx context.Context, body UserCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*UserCreateResponse, error)
// UserUpdateSlackOauthCallbackWithResponse request
UserUpdateSlackOauthCallbackWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*UserUpdateSlackOauthCallbackResponse, error)
// InfoGetVersionWithResponse request
InfoGetVersionWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*InfoGetVersionResponse, error)
// WebhookDeleteWithResponse request
WebhookDeleteWithResponse(ctx context.Context, webhook openapi_types.UUID, reqEditors ...RequestEditorFn) (*WebhookDeleteResponse, error)
// WebhookRequestsListWithResponse request
WebhookRequestsListWithResponse(ctx context.Context, webhook openapi_types.UUID, reqEditors ...RequestEditorFn) (*WebhookRequestsListResponse, error)
// WorkerGetWithResponse request
WorkerGetWithResponse(ctx context.Context, worker openapi_types.UUID, reqEditors ...RequestEditorFn) (*WorkerGetResponse, error)
// WorkerUpdateWithBodyWithResponse request with any body
WorkerUpdateWithBodyWithResponse(ctx context.Context, worker openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*WorkerUpdateResponse, error)
WorkerUpdateWithResponse(ctx context.Context, worker openapi_types.UUID, body WorkerUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*WorkerUpdateResponse, error)
// WorkflowDeleteWithResponse request
WorkflowDeleteWithResponse(ctx context.Context, workflow openapi_types.UUID, reqEditors ...RequestEditorFn) (*WorkflowDeleteResponse, error)
// WorkflowGetWithResponse request
WorkflowGetWithResponse(ctx context.Context, workflow openapi_types.UUID, reqEditors ...RequestEditorFn) (*WorkflowGetResponse, error)
// WorkflowUpdateWithBodyWithResponse request with any body
WorkflowUpdateWithBodyWithResponse(ctx context.Context, workflow openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*WorkflowUpdateResponse, error)
WorkflowUpdateWithResponse(ctx context.Context, workflow openapi_types.UUID, body WorkflowUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*WorkflowUpdateResponse, error)
// WorkflowGetMetricsWithResponse request
WorkflowGetMetricsWithResponse(ctx context.Context, workflow openapi_types.UUID, params *WorkflowGetMetricsParams, reqEditors ...RequestEditorFn) (*WorkflowGetMetricsResponse, error)
// WorkflowRunCreateWithBodyWithResponse request with any body
WorkflowRunCreateWithBodyWithResponse(ctx context.Context, workflow openapi_types.UUID, params *WorkflowRunCreateParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*WorkflowRunCreateResponse, error)
WorkflowRunCreateWithResponse(ctx context.Context, workflow openapi_types.UUID, params *WorkflowRunCreateParams, body WorkflowRunCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*WorkflowRunCreateResponse, error)
// WorkflowVersionGetWithResponse request
WorkflowVersionGetWithResponse(ctx context.Context, workflow openapi_types.UUID, params *WorkflowVersionGetParams, reqEditors ...RequestEditorFn) (*WorkflowVersionGetResponse, error)
}
ClientWithResponsesInterface is the interface specification for the client with responses above.
type CloudMetadataGetResponse ¶
type CloudMetadataGetResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *APIErrors
JSON400 *APIErrors
}
func ParseCloudMetadataGetResponse ¶
func ParseCloudMetadataGetResponse(rsp *http.Response) (*CloudMetadataGetResponse, error)
ParseCloudMetadataGetResponse parses an HTTP response from a CloudMetadataGetWithResponse call
func (CloudMetadataGetResponse) Status ¶
func (r CloudMetadataGetResponse) Status() string
Status returns HTTPResponse.Status
func (CloudMetadataGetResponse) StatusCode ¶
func (r CloudMetadataGetResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type ConcurrencyLimitStrategy ¶
type ConcurrencyLimitStrategy string
ConcurrencyLimitStrategy defines model for ConcurrencyLimitStrategy.
const ( CANCELINPROGRESS ConcurrencyLimitStrategy = "CANCEL_IN_PROGRESS" DROPNEWEST ConcurrencyLimitStrategy = "DROP_NEWEST" GROUPROUNDROBIN ConcurrencyLimitStrategy = "GROUP_ROUND_ROBIN" QUEUENEWEST ConcurrencyLimitStrategy = "QUEUE_NEWEST" )
Defines values for ConcurrencyLimitStrategy.
type ConcurrencyScope ¶ added in v0.74.14
type ConcurrencyScope string
ConcurrencyScope defines model for ConcurrencyScope.
const ( ConcurrencyScopeTASK ConcurrencyScope = "TASK" ConcurrencyScopeWORKFLOW ConcurrencyScope = "WORKFLOW" )
Defines values for ConcurrencyScope.
type ConcurrencySetting ¶ added in v0.74.14
type ConcurrencySetting struct {
// Expression The concurrency expression, used to generate a key from task inputs, metadata, etc.
Expression string `json:"expression"`
LimitStrategy ConcurrencyLimitStrategy `json:"limitStrategy"`
// MaxRuns The maximum number of concurrent workflow runs.
MaxRuns int32 `json:"maxRuns"`
Scope ConcurrencyScope `json:"scope"`
// StepReadableId The readable id of the step to which this concurrency setting applies.
StepReadableId *string `json:"stepReadableId,omitempty"`
}
ConcurrencySetting defines model for ConcurrencySetting.
type ConcurrencyStat ¶ added in v0.73.46
type ConcurrencyStat struct {
Expression *string `json:"expression,omitempty"`
Keys *map[string]int64 `json:"keys,omitempty"`
Type *string `json:"type,omitempty"`
}
ConcurrencyStat defines model for ConcurrencyStat.
type CreateAPITokenRequest ¶
type CreateAPITokenRequest struct {
// ExpiresIn The duration for which the token is valid.
ExpiresIn *string `json:"expiresIn,omitempty" validate:"omitnil,duration"`
// Name A name for the API token.
Name string `json:"name"`
}
CreateAPITokenRequest defines model for CreateAPITokenRequest.
type CreateAPITokenResponse ¶
type CreateAPITokenResponse struct {
// Token The API token.
Token string `json:"token"`
}
CreateAPITokenResponse defines model for CreateAPITokenResponse.
type CreateCronWorkflowTriggerRequest ¶
type CreateCronWorkflowTriggerRequest struct {
AdditionalMetadata map[string]interface{} `json:"additionalMetadata"`
CronExpression string `json:"cronExpression"`
CronName string `json:"cronName"`
Input map[string]interface{} `json:"input"`
Priority *int32 `json:"priority,omitempty"`
}
CreateCronWorkflowTriggerRequest defines model for CreateCronWorkflowTriggerRequest.
type CreateEventRequest ¶
type CreateEventRequest struct {
// AdditionalMetadata Additional metadata for the event.
AdditionalMetadata *map[string]interface{} `json:"additionalMetadata,omitempty"`
// Data The data for the event.
Data map[string]interface{} `json:"data"`
// Key The key for the event.
Key string `json:"key"`
// Priority The priority of the event.
Priority *int32 `json:"priority,omitempty"`
// Scope The scope for event filtering.
Scope *string `json:"scope,omitempty"`
}
CreateEventRequest defines model for CreateEventRequest.
type CreateSNSIntegrationRequest ¶
type CreateSNSIntegrationRequest struct {
// TopicArn The Amazon Resource Name (ARN) of the SNS topic.
TopicArn string `json:"topicArn" validate:"required,min=1,max=256"`
}
CreateSNSIntegrationRequest defines model for CreateSNSIntegrationRequest.
type CreateTenantAlertEmailGroupRequest ¶
type CreateTenantAlertEmailGroupRequest struct {
// Emails A list of emails for users
Emails []string `json:"emails" validate:"required,dive,email"`
}
CreateTenantAlertEmailGroupRequest defines model for CreateTenantAlertEmailGroupRequest.
type CreateTenantInviteRequest ¶
type CreateTenantInviteRequest struct {
// CanViewPayloads Whether the invited user can view payloads. Defaults to true.
CanViewPayloads *bool `json:"canViewPayloads,omitempty"`
// Email The email of the user to invite.
Email string `json:"email" validate:"required,email"`
Role TenantMemberRole `json:"role"`
}
CreateTenantInviteRequest defines model for CreateTenantInviteRequest.
type CreateTenantRequest ¶
type CreateTenantRequest struct {
EngineVersion *TenantVersion `json:"engineVersion,omitempty"`
Environment *TenantEnvironment `json:"environment,omitempty"`
// Name The name of the tenant.
Name string `json:"name" validate:"required"`
// OnboardingData Additional onboarding data to store with the tenant.
OnboardingData *map[string]interface{} `json:"onboardingData,omitempty"`
// Slug The slug of the tenant.
Slug string `json:"slug" validate:"required,hatchetName"`
}
CreateTenantRequest defines model for CreateTenantRequest.
type CronWorkflowListParams ¶
type CronWorkflowListParams struct {
// Offset The number to skip
Offset *int64 `form:"offset,omitempty" json:"offset,omitempty"`
// Limit The number to limit by
Limit *int64 `form:"limit,omitempty" json:"limit,omitempty"`
// WorkflowId The workflow id to get runs for.
WorkflowId *openapi_types.UUID `form:"workflowId,omitempty" json:"workflowId,omitempty"`
// WorkflowName The workflow name to get runs for.
WorkflowName *string `form:"workflowName,omitempty" json:"workflowName,omitempty"`
// CronName The cron name to get runs for.
CronName *string `form:"cronName,omitempty" json:"cronName,omitempty"`
// AdditionalMetadata A list of metadata key value pairs to filter by
AdditionalMetadata *[]string `form:"additionalMetadata,omitempty" json:"additionalMetadata,omitempty"`
// OrderByField The order by field
OrderByField *CronWorkflowsOrderByField `form:"orderByField,omitempty" json:"orderByField,omitempty"`
// OrderByDirection The order by direction
OrderByDirection *WorkflowRunOrderByDirection `form:"orderByDirection,omitempty" json:"orderByDirection,omitempty"`
}
CronWorkflowListParams defines parameters for CronWorkflowList.
type CronWorkflowListResponse ¶
type CronWorkflowListResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *CronWorkflowsList
JSON400 *APIErrors
JSON403 *APIErrors
}
func ParseCronWorkflowListResponse ¶
func ParseCronWorkflowListResponse(rsp *http.Response) (*CronWorkflowListResponse, error)
ParseCronWorkflowListResponse parses an HTTP response from a CronWorkflowListWithResponse call
func (CronWorkflowListResponse) Status ¶
func (r CronWorkflowListResponse) Status() string
Status returns HTTPResponse.Status
func (CronWorkflowListResponse) StatusCode ¶
func (r CronWorkflowListResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type CronWorkflowTriggerCreateJSONRequestBody ¶
type CronWorkflowTriggerCreateJSONRequestBody = CreateCronWorkflowTriggerRequest
CronWorkflowTriggerCreateJSONRequestBody defines body for CronWorkflowTriggerCreate for application/json ContentType.
type CronWorkflowTriggerCreateResponse ¶
type CronWorkflowTriggerCreateResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *CronWorkflows
JSON400 *APIErrors
JSON403 *APIErrors
JSON404 *APIErrors
JSON429 *APIErrors
}
func ParseCronWorkflowTriggerCreateResponse ¶
func ParseCronWorkflowTriggerCreateResponse(rsp *http.Response) (*CronWorkflowTriggerCreateResponse, error)
ParseCronWorkflowTriggerCreateResponse parses an HTTP response from a CronWorkflowTriggerCreateWithResponse call
func (CronWorkflowTriggerCreateResponse) Status ¶
func (r CronWorkflowTriggerCreateResponse) Status() string
Status returns HTTPResponse.Status
func (CronWorkflowTriggerCreateResponse) StatusCode ¶
func (r CronWorkflowTriggerCreateResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type CronWorkflows ¶
type CronWorkflows struct {
AdditionalMetadata *map[string]interface{} `json:"additionalMetadata,omitempty"`
Cron string `json:"cron"`
Enabled bool `json:"enabled"`
Input *map[string]interface{} `json:"input,omitempty"`
Metadata APIResourceMeta `json:"metadata"`
Method CronWorkflowsMethod `json:"method"`
Name *string `json:"name,omitempty"`
Priority *int32 `json:"priority,omitempty"`
TenantId string `json:"tenantId"`
WorkflowId string `json:"workflowId"`
WorkflowName string `json:"workflowName"`
WorkflowVersionId string `json:"workflowVersionId"`
}
CronWorkflows defines model for CronWorkflows.
type CronWorkflowsList ¶
type CronWorkflowsList struct {
Pagination *PaginationResponse `json:"pagination,omitempty"`
Rows *[]CronWorkflows `json:"rows,omitempty"`
}
CronWorkflowsList defines model for CronWorkflowsList.
type CronWorkflowsMethod ¶
type CronWorkflowsMethod string
CronWorkflowsMethod defines model for CronWorkflowsMethod.
const ( CronWorkflowsMethodAPI CronWorkflowsMethod = "API" CronWorkflowsMethodDEFAULT CronWorkflowsMethod = "DEFAULT" )
Defines values for CronWorkflowsMethod.
type CronWorkflowsOrderByField ¶
type CronWorkflowsOrderByField string
CronWorkflowsOrderByField defines model for CronWorkflowsOrderByField.
const ( CronWorkflowsOrderByFieldCreatedAt CronWorkflowsOrderByField = "createdAt" CronWorkflowsOrderByFieldName CronWorkflowsOrderByField = "name" )
Defines values for CronWorkflowsOrderByField.
type Event ¶
type Event struct {
// AdditionalMetadata Additional metadata for the event.
AdditionalMetadata *map[string]interface{} `json:"additionalMetadata,omitempty"`
// Key The key for the event.
Key string `json:"key"`
Metadata APIResourceMeta `json:"metadata"`
Tenant *Tenant `json:"tenant,omitempty"`
// TenantId The ID of the tenant associated with this event.
TenantId string `json:"tenantId"`
WorkflowRunSummary *EventWorkflowRunSummary `json:"workflowRunSummary,omitempty"`
}
Event defines model for Event.
type EventCreateBulkJSONRequestBody ¶
type EventCreateBulkJSONRequestBody = BulkCreateEventRequest
EventCreateBulkJSONRequestBody defines body for EventCreateBulk for application/json ContentType.
type EventCreateBulkResponse ¶
type EventCreateBulkResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *Events
JSON400 *APIErrors
JSON403 *APIErrors
JSON429 *APIErrors
}
func ParseEventCreateBulkResponse ¶
func ParseEventCreateBulkResponse(rsp *http.Response) (*EventCreateBulkResponse, error)
ParseEventCreateBulkResponse parses an HTTP response from a EventCreateBulkWithResponse call
func (EventCreateBulkResponse) Status ¶
func (r EventCreateBulkResponse) Status() string
Status returns HTTPResponse.Status
func (EventCreateBulkResponse) StatusCode ¶
func (r EventCreateBulkResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type EventCreateJSONRequestBody ¶
type EventCreateJSONRequestBody = CreateEventRequest
EventCreateJSONRequestBody defines body for EventCreate for application/json ContentType.
type EventCreateResponse ¶
type EventCreateResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *Event
JSON400 *APIErrors
JSON403 *APIErrors
JSON429 *APIErrors
}
func ParseEventCreateResponse ¶
func ParseEventCreateResponse(rsp *http.Response) (*EventCreateResponse, error)
ParseEventCreateResponse parses an HTTP response from a EventCreateWithResponse call
func (EventCreateResponse) Status ¶
func (r EventCreateResponse) Status() string
Status returns HTTPResponse.Status
func (EventCreateResponse) StatusCode ¶
func (r EventCreateResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type EventData ¶
type EventData struct {
// Data The data for the event (JSON bytes).
Data string `json:"data"`
}
EventData defines model for EventData.
type EventDataGetResponse ¶
type EventDataGetResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *EventData
JSON400 *APIErrors
JSON403 *APIErrors
}
func ParseEventDataGetResponse ¶
func ParseEventDataGetResponse(rsp *http.Response) (*EventDataGetResponse, error)
ParseEventDataGetResponse parses an HTTP response from a EventDataGetWithResponse call
func (EventDataGetResponse) Status ¶
func (r EventDataGetResponse) Status() string
Status returns HTTPResponse.Status
func (EventDataGetResponse) StatusCode ¶
func (r EventDataGetResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type EventDataGetWithTenantResponse ¶ added in v0.73.98
type EventDataGetWithTenantResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *EventData
JSON400 *APIErrors
JSON403 *APIErrors
}
func ParseEventDataGetWithTenantResponse ¶ added in v0.73.98
func ParseEventDataGetWithTenantResponse(rsp *http.Response) (*EventDataGetWithTenantResponse, error)
ParseEventDataGetWithTenantResponse parses an HTTP response from a EventDataGetWithTenantWithResponse call
func (EventDataGetWithTenantResponse) Status ¶ added in v0.73.98
func (r EventDataGetWithTenantResponse) Status() string
Status returns HTTPResponse.Status
func (EventDataGetWithTenantResponse) StatusCode ¶ added in v0.73.98
func (r EventDataGetWithTenantResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type EventGetResponse ¶
type EventGetResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *Event
JSON400 *APIErrors
JSON403 *APIErrors
}
func ParseEventGetResponse ¶
func ParseEventGetResponse(rsp *http.Response) (*EventGetResponse, error)
ParseEventGetResponse parses an HTTP response from a EventGetWithResponse call
func (EventGetResponse) Status ¶
func (r EventGetResponse) Status() string
Status returns HTTPResponse.Status
func (EventGetResponse) StatusCode ¶
func (r EventGetResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type EventKeyList ¶
type EventKeyList struct {
Pagination *PaginationResponse `json:"pagination,omitempty"`
Rows *[]EventKey `json:"rows,omitempty"`
}
EventKeyList defines model for EventKeyList.
type EventKeyListResponse ¶
type EventKeyListResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *EventKeyList
JSON400 *APIErrors
JSON403 *APIErrors
}
func ParseEventKeyListResponse ¶
func ParseEventKeyListResponse(rsp *http.Response) (*EventKeyListResponse, error)
ParseEventKeyListResponse parses an HTTP response from a EventKeyListWithResponse call
func (EventKeyListResponse) Status ¶
func (r EventKeyListResponse) Status() string
Status returns HTTPResponse.Status
func (EventKeyListResponse) StatusCode ¶
func (r EventKeyListResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type EventList ¶
type EventList struct {
Pagination *PaginationResponse `json:"pagination,omitempty"`
Rows *[]Event `json:"rows,omitempty"`
}
EventList defines model for EventList.
type EventListParams ¶
type EventListParams struct {
// Offset The number to skip
Offset *int64 `form:"offset,omitempty" json:"offset,omitempty"`
// Limit The number to limit by
Limit *int64 `form:"limit,omitempty" json:"limit,omitempty"`
// Keys A list of keys to filter by
Keys *[]EventKey `form:"keys,omitempty" json:"keys,omitempty"`
// Workflows A list of workflow IDs to filter by
Workflows *[]WorkflowID `form:"workflows,omitempty" json:"workflows,omitempty"`
// Statuses A list of workflow run statuses to filter by
Statuses *WorkflowRunStatusList `form:"statuses,omitempty" json:"statuses,omitempty"`
// Search The search query to filter for
Search *EventSearch `form:"search,omitempty" json:"search,omitempty"`
// OrderByField What to order by
OrderByField *EventOrderByField `form:"orderByField,omitempty" json:"orderByField,omitempty"`
// OrderByDirection The order direction
OrderByDirection *EventOrderByDirection `form:"orderByDirection,omitempty" json:"orderByDirection,omitempty"`
// AdditionalMetadata A list of metadata key value pairs to filter by
AdditionalMetadata *[]string `form:"additionalMetadata,omitempty" json:"additionalMetadata,omitempty"`
// EventIds A list of event ids to filter by
EventIds *[]openapi_types.UUID `form:"eventIds,omitempty" json:"eventIds,omitempty"`
}
EventListParams defines parameters for EventList.
type EventListResponse ¶
type EventListResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *EventList
JSON400 *APIErrors
JSON403 *APIErrors
}
func ParseEventListResponse ¶
func ParseEventListResponse(rsp *http.Response) (*EventListResponse, error)
ParseEventListResponse parses an HTTP response from a EventListWithResponse call
func (EventListResponse) Status ¶
func (r EventListResponse) Status() string
Status returns HTTPResponse.Status
func (EventListResponse) StatusCode ¶
func (r EventListResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type EventOrderByDirection ¶
type EventOrderByDirection string
EventOrderByDirection defines model for EventOrderByDirection.
const ( EventOrderByDirectionAsc EventOrderByDirection = "asc" EventOrderByDirectionDesc EventOrderByDirection = "desc" )
Defines values for EventOrderByDirection.
type EventOrderByField ¶
type EventOrderByField string
EventOrderByField defines model for EventOrderByField.
const (
EventOrderByFieldCreatedAt EventOrderByField = "createdAt"
)
Defines values for EventOrderByField.
type EventUpdateCancelJSONRequestBody ¶
type EventUpdateCancelJSONRequestBody = CancelEventRequest
EventUpdateCancelJSONRequestBody defines body for EventUpdateCancel for application/json ContentType.
type EventUpdateCancelResponse ¶
type EventUpdateCancelResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *struct {
WorkflowRunIds *[]openapi_types.UUID `json:"workflowRunIds,omitempty"`
}
JSON400 *APIErrors
JSON403 *APIErrors
JSON429 *APIErrors
}
func ParseEventUpdateCancelResponse ¶
func ParseEventUpdateCancelResponse(rsp *http.Response) (*EventUpdateCancelResponse, error)
ParseEventUpdateCancelResponse parses an HTTP response from a EventUpdateCancelWithResponse call
func (EventUpdateCancelResponse) Status ¶
func (r EventUpdateCancelResponse) Status() string
Status returns HTTPResponse.Status
func (EventUpdateCancelResponse) StatusCode ¶
func (r EventUpdateCancelResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type EventUpdateReplayJSONRequestBody ¶
type EventUpdateReplayJSONRequestBody = ReplayEventRequest
EventUpdateReplayJSONRequestBody defines body for EventUpdateReplay for application/json ContentType.
type EventUpdateReplayResponse ¶
type EventUpdateReplayResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *EventList
JSON400 *APIErrors
JSON403 *APIErrors
JSON429 *APIErrors
}
func ParseEventUpdateReplayResponse ¶
func ParseEventUpdateReplayResponse(rsp *http.Response) (*EventUpdateReplayResponse, error)
ParseEventUpdateReplayResponse parses an HTTP response from a EventUpdateReplayWithResponse call
func (EventUpdateReplayResponse) Status ¶
func (r EventUpdateReplayResponse) Status() string
Status returns HTTPResponse.Status
func (EventUpdateReplayResponse) StatusCode ¶
func (r EventUpdateReplayResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type EventWorkflowRunSummary ¶
type EventWorkflowRunSummary struct {
// Cancelled The number of cancelled runs.
Cancelled *int64 `json:"cancelled,omitempty"`
// Failed The number of failed runs.
Failed *int64 `json:"failed,omitempty"`
// Pending The number of pending runs.
Pending *int64 `json:"pending,omitempty"`
// Queued The number of queued runs.
Queued *int64 `json:"queued,omitempty"`
// Running The number of running runs.
Running *int64 `json:"running,omitempty"`
// Succeeded The number of succeeded runs.
Succeeded *int64 `json:"succeeded,omitempty"`
}
EventWorkflowRunSummary defines model for EventWorkflowRunSummary.
type Events ¶
type Events struct {
// Events The events.
Events []Event `json:"events"`
Metadata APIResourceMeta `json:"metadata"`
}
Events defines model for Events.
type FeatureFlagEvaluationResult ¶ added in v0.83.6
type FeatureFlagEvaluationResult struct {
// IsEnabled Whether the feature flag is enabled for the tenant
IsEnabled bool `json:"isEnabled"`
}
FeatureFlagEvaluationResult defines model for FeatureFlagEvaluationResult.
type FeatureFlagId ¶ added in v0.83.6
type FeatureFlagId string
FeatureFlagId defines model for FeatureFlagId.
const ( OperatorDetailsEnabled FeatureFlagId = "operator-details-enabled" OrganizationSsoEnabled FeatureFlagId = "organization-sso-enabled" TenantLogWorkflowFilterEnabled FeatureFlagId = "tenant-log-workflow-filter-enabled" TraceMinimapEnabled FeatureFlagId = "trace-minimap-enabled" )
Defines values for FeatureFlagId.
type HttpRequestDoer ¶
Doer performs HTTP requests.
The standard http.Client implements this interface.
type InfoGetVersionResponse ¶
type InfoGetVersionResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *struct {
Version string `json:"version"`
}
}
func ParseInfoGetVersionResponse ¶
func ParseInfoGetVersionResponse(rsp *http.Response) (*InfoGetVersionResponse, error)
ParseInfoGetVersionResponse parses an HTTP response from a InfoGetVersionWithResponse call
func (InfoGetVersionResponse) Status ¶
func (r InfoGetVersionResponse) Status() string
Status returns HTTPResponse.Status
func (InfoGetVersionResponse) StatusCode ¶
func (r InfoGetVersionResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type Job ¶
type Job struct {
// Description The description of the job.
Description *string `json:"description,omitempty"`
Metadata APIResourceMeta `json:"metadata"`
Name string `json:"name"`
Steps []Step `json:"steps"`
TenantId string `json:"tenantId"`
// Timeout The timeout of the job.
Timeout *string `json:"timeout,omitempty"`
VersionId string `json:"versionId"`
}
Job defines model for Job.
type JobRun ¶
type JobRun struct {
CancelledAt *time.Time `json:"cancelledAt,omitempty"`
CancelledError *string `json:"cancelledError,omitempty"`
CancelledReason *string `json:"cancelledReason,omitempty"`
FinishedAt *time.Time `json:"finishedAt,omitempty"`
Job *Job `json:"job,omitempty"`
JobId string `json:"jobId"`
Metadata APIResourceMeta `json:"metadata"`
Result *map[string]interface{} `json:"result,omitempty"`
StartedAt *time.Time `json:"startedAt,omitempty"`
Status JobRunStatus `json:"status"`
StepRuns *[]StepRun `json:"stepRuns,omitempty"`
TenantId string `json:"tenantId"`
TickerId *string `json:"tickerId,omitempty"`
TimeoutAt *time.Time `json:"timeoutAt,omitempty"`
WorkflowRun *WorkflowRun `json:"workflowRun,omitempty"`
WorkflowRunId string `json:"workflowRunId"`
}
JobRun defines model for JobRun.
type JobRunStatus ¶
type JobRunStatus string
JobRunStatus defines model for JobRunStatus.
const ( JobRunStatusBACKOFF JobRunStatus = "BACKOFF" JobRunStatusCANCELLED JobRunStatus = "CANCELLED" JobRunStatusFAILED JobRunStatus = "FAILED" JobRunStatusPENDING JobRunStatus = "PENDING" JobRunStatusRUNNING JobRunStatus = "RUNNING" JobRunStatusSUCCEEDED JobRunStatus = "SUCCEEDED" )
Defines values for JobRunStatus.
type ListAPIMetaIntegration ¶
type ListAPIMetaIntegration = []APIMetaIntegration
ListAPIMetaIntegration defines model for ListAPIMetaIntegration.
type ListAPITokensResponse ¶
type ListAPITokensResponse struct {
Pagination *PaginationResponse `json:"pagination,omitempty"`
Rows *[]APIToken `json:"rows,omitempty"`
}
ListAPITokensResponse defines model for ListAPITokensResponse.
type ListSNSIntegrations ¶
type ListSNSIntegrations struct {
Pagination PaginationResponse `json:"pagination"`
Rows []SNSIntegration `json:"rows"`
}
ListSNSIntegrations defines model for ListSNSIntegrations.
type ListSlackWebhooks ¶
type ListSlackWebhooks struct {
Pagination PaginationResponse `json:"pagination"`
Rows []SlackWebhook `json:"rows"`
}
ListSlackWebhooks defines model for ListSlackWebhooks.
type LivenessGetResponse ¶
func ParseLivenessGetResponse ¶
func ParseLivenessGetResponse(rsp *http.Response) (*LivenessGetResponse, error)
ParseLivenessGetResponse parses an HTTP response from a LivenessGetWithResponse call
func (LivenessGetResponse) Status ¶
func (r LivenessGetResponse) Status() string
Status returns HTTPResponse.Status
func (LivenessGetResponse) StatusCode ¶
func (r LivenessGetResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type MetadataGetResponse ¶
type MetadataGetResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *APIMeta
JSON400 *APIErrors
}
func ParseMetadataGetResponse ¶
func ParseMetadataGetResponse(rsp *http.Response) (*MetadataGetResponse, error)
ParseMetadataGetResponse parses an HTTP response from a MetadataGetWithResponse call
func (MetadataGetResponse) Status ¶
func (r MetadataGetResponse) Status() string
Status returns HTTPResponse.Status
func (MetadataGetResponse) StatusCode ¶
func (r MetadataGetResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type MetadataListIntegrationsResponse ¶
type MetadataListIntegrationsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *ListAPIMetaIntegration
JSON400 *APIErrors
}
func ParseMetadataListIntegrationsResponse ¶
func ParseMetadataListIntegrationsResponse(rsp *http.Response) (*MetadataListIntegrationsResponse, error)
ParseMetadataListIntegrationsResponse parses an HTTP response from a MetadataListIntegrationsWithResponse call
func (MetadataListIntegrationsResponse) Status ¶
func (r MetadataListIntegrationsResponse) Status() string
Status returns HTTPResponse.Status
func (MetadataListIntegrationsResponse) StatusCode ¶
func (r MetadataListIntegrationsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type MonitoringPostRunProbeResponse ¶
type MonitoringPostRunProbeResponse struct {
Body []byte
HTTPResponse *http.Response
JSON403 *APIErrors
}
func ParseMonitoringPostRunProbeResponse ¶
func ParseMonitoringPostRunProbeResponse(rsp *http.Response) (*MonitoringPostRunProbeResponse, error)
ParseMonitoringPostRunProbeResponse parses an HTTP response from a MonitoringPostRunProbeWithResponse call
func (MonitoringPostRunProbeResponse) Status ¶
func (r MonitoringPostRunProbeResponse) Status() string
Status returns HTTPResponse.Status
func (MonitoringPostRunProbeResponse) StatusCode ¶
func (r MonitoringPostRunProbeResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type OtelSpan ¶ added in v0.82.0
type OtelSpan struct {
CreatedAt time.Time `json:"createdAt"`
DurationNs int64 `json:"durationNs"`
ParentSpanId *string `json:"parentSpanId,omitempty"`
ResourceAttributes *map[string]string `json:"resourceAttributes,omitempty"`
RetryCount int32 `json:"retryCount"`
ScopeName *string `json:"scopeName,omitempty"`
ScopeVersion *string `json:"scopeVersion,omitempty"`
ServiceName string `json:"serviceName"`
SpanAttributes *map[string]string `json:"spanAttributes,omitempty"`
SpanId string `json:"spanId"`
SpanKind OtelSpanKind `json:"spanKind"`
SpanName string `json:"spanName"`
StatusCode OtelStatusCode `json:"statusCode"`
StatusMessage *string `json:"statusMessage,omitempty"`
TraceId string `json:"traceId"`
}
OtelSpan defines model for OtelSpan.
type OtelSpanKind ¶ added in v0.82.0
type OtelSpanKind string
OtelSpanKind defines model for OtelSpanKind.
const ( CLIENT OtelSpanKind = "CLIENT" CONSUMER OtelSpanKind = "CONSUMER" INTERNAL OtelSpanKind = "INTERNAL" PRODUCER OtelSpanKind = "PRODUCER" SERVER OtelSpanKind = "SERVER" UNSPECIFIED OtelSpanKind = "UNSPECIFIED" )
Defines values for OtelSpanKind.
type OtelSpanList ¶ added in v0.82.0
type OtelSpanList struct {
Pagination *PaginationResponse `json:"pagination,omitempty"`
RetryCounts *[]int32 `json:"retryCounts,omitempty"`
Rows *[]OtelSpan `json:"rows,omitempty"`
}
OtelSpanList defines model for OtelSpanList.
type OtelStatusCode ¶ added in v0.82.0
type OtelStatusCode string
OtelStatusCode defines model for OtelStatusCode.
const ( OtelStatusCodeERROR OtelStatusCode = "ERROR" OtelStatusCodeOK OtelStatusCode = "OK" OtelStatusCodeUNSET OtelStatusCode = "UNSET" )
Defines values for OtelStatusCode.
type PaginationResponse ¶
type PaginationResponse struct {
// CurrentPage the current page
CurrentPage *int64 `json:"current_page,omitempty"`
// NextPage the next page
NextPage *int64 `json:"next_page,omitempty"`
// NumPages the total number of pages for listing
NumPages *int64 `json:"num_pages,omitempty"`
}
PaginationResponse defines model for PaginationResponse.
type PauseWorkflowRequest ¶ added in v0.103.0
type PauseWorkflowRequest struct {
// contains filtered or unexported fields
}
PauseWorkflowRequest defines model for PauseWorkflowRequest.
func (PauseWorkflowRequest) AsPauseWorkflowRequestPause ¶ added in v0.103.0
func (t PauseWorkflowRequest) AsPauseWorkflowRequestPause() (PauseWorkflowRequestPause, error)
AsPauseWorkflowRequestPause returns the union data inside the PauseWorkflowRequest as a PauseWorkflowRequestPause
func (PauseWorkflowRequest) AsPauseWorkflowRequestUnpause ¶ added in v0.103.0
func (t PauseWorkflowRequest) AsPauseWorkflowRequestUnpause() (PauseWorkflowRequestUnpause, error)
AsPauseWorkflowRequestUnpause returns the union data inside the PauseWorkflowRequest as a PauseWorkflowRequestUnpause
func (*PauseWorkflowRequest) FromPauseWorkflowRequestPause ¶ added in v0.103.0
func (t *PauseWorkflowRequest) FromPauseWorkflowRequestPause(v PauseWorkflowRequestPause) error
FromPauseWorkflowRequestPause overwrites any union data inside the PauseWorkflowRequest as the provided PauseWorkflowRequestPause
func (*PauseWorkflowRequest) FromPauseWorkflowRequestUnpause ¶ added in v0.103.0
func (t *PauseWorkflowRequest) FromPauseWorkflowRequestUnpause(v PauseWorkflowRequestUnpause) error
FromPauseWorkflowRequestUnpause overwrites any union data inside the PauseWorkflowRequest as the provided PauseWorkflowRequestUnpause
func (PauseWorkflowRequest) MarshalJSON ¶ added in v0.103.0
func (t PauseWorkflowRequest) MarshalJSON() ([]byte, error)
func (*PauseWorkflowRequest) MergePauseWorkflowRequestPause ¶ added in v0.103.0
func (t *PauseWorkflowRequest) MergePauseWorkflowRequestPause(v PauseWorkflowRequestPause) error
MergePauseWorkflowRequestPause performs a merge with any union data inside the PauseWorkflowRequest, using the provided PauseWorkflowRequestPause
func (*PauseWorkflowRequest) MergePauseWorkflowRequestUnpause ¶ added in v0.103.0
func (t *PauseWorkflowRequest) MergePauseWorkflowRequestUnpause(v PauseWorkflowRequestUnpause) error
MergePauseWorkflowRequestUnpause performs a merge with any union data inside the PauseWorkflowRequest, using the provided PauseWorkflowRequestUnpause
func (*PauseWorkflowRequest) UnmarshalJSON ¶ added in v0.103.0
func (t *PauseWorkflowRequest) UnmarshalJSON(b []byte) error
type PauseWorkflowRequestPause ¶ added in v0.103.0
type PauseWorkflowRequestPause struct {
// Action Discriminator indicating this request pauses the workflow.
Action PauseWorkflowRequestPauseAction `json:"action"`
PausedWorkflowCronRunQueueBehavior WorkflowPauseScheduledCronRunQueueBehavior `json:"pausedWorkflowCronRunQueueBehavior"`
// PausedWorkflowQueueTTL The TTL for queued runs while the workflow is paused before they get dropped, expressed as a Go-style duration string (e.g. "1d7h30m").
PausedWorkflowQueueTTL string `json:"pausedWorkflowQueueTTL"`
PausedWorkflowScheduledRunQueueBehavior WorkflowPauseScheduledCronRunQueueBehavior `json:"pausedWorkflowScheduledRunQueueBehavior"`
}
PauseWorkflowRequestPause defines model for PauseWorkflowRequestPause.
type PauseWorkflowRequestPauseAction ¶ added in v0.103.0
type PauseWorkflowRequestPauseAction string
PauseWorkflowRequestPauseAction Discriminator indicating this request pauses the workflow.
const (
Pause PauseWorkflowRequestPauseAction = "pause"
)
Defines values for PauseWorkflowRequestPauseAction.
type PauseWorkflowRequestUnpause ¶ added in v0.103.0
type PauseWorkflowRequestUnpause struct {
// Action Discriminator indicating this request unpauses the workflow.
Action PauseWorkflowRequestUnpauseAction `json:"action"`
}
PauseWorkflowRequestUnpause defines model for PauseWorkflowRequestUnpause.
type PauseWorkflowRequestUnpauseAction ¶ added in v0.103.0
type PauseWorkflowRequestUnpauseAction string
PauseWorkflowRequestUnpauseAction Discriminator indicating this request unpauses the workflow.
const (
Unpause PauseWorkflowRequestUnpauseAction = "unpause"
)
Defines values for PauseWorkflowRequestUnpauseAction.
type QueueMetrics ¶
type QueueMetrics struct {
// NumPending The number of items pending.
NumPending int `json:"numPending"`
// NumQueued The number of items in the queue.
NumQueued int `json:"numQueued"`
// NumRunning The number of items running.
NumRunning int `json:"numRunning"`
}
QueueMetrics defines model for QueueMetrics.
type RateLimit ¶
type RateLimit struct {
// Key The key for the rate limit.
Key string `json:"key"`
// LastRefill The last time the rate limit was refilled.
LastRefill time.Time `json:"lastRefill"`
// LimitValue The maximum number of requests allowed within the window.
LimitValue int `json:"limitValue"`
// TenantId The ID of the tenant associated with this rate limit.
TenantId string `json:"tenantId"`
// Value The current number of requests made within the window.
Value int `json:"value"`
// Window The window of time in which the limitValue is enforced.
Window string `json:"window"`
}
RateLimit defines model for RateLimit.
type RateLimitDeleteParams ¶ added in v0.83.27
type RateLimitDeleteParams struct {
// Key The limit key
Key string `form:"key" json:"key"`
}
RateLimitDeleteParams defines parameters for RateLimitDelete.
type RateLimitDeleteResponse ¶ added in v0.83.27
type RateLimitDeleteResponse struct {
Body []byte
HTTPResponse *http.Response
JSON400 *APIErrors
JSON403 *APIErrors
}
func ParseRateLimitDeleteResponse ¶ added in v0.83.27
func ParseRateLimitDeleteResponse(rsp *http.Response) (*RateLimitDeleteResponse, error)
ParseRateLimitDeleteResponse parses an HTTP response from a RateLimitDeleteWithResponse call
func (RateLimitDeleteResponse) Status ¶ added in v0.83.27
func (r RateLimitDeleteResponse) Status() string
Status returns HTTPResponse.Status
func (RateLimitDeleteResponse) StatusCode ¶ added in v0.83.27
func (r RateLimitDeleteResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type RateLimitList ¶
type RateLimitList struct {
Pagination *PaginationResponse `json:"pagination,omitempty"`
Rows *[]RateLimit `json:"rows,omitempty"`
}
RateLimitList defines model for RateLimitList.
type RateLimitListParams ¶
type RateLimitListParams struct {
// Offset The number to skip
Offset *int64 `form:"offset,omitempty" json:"offset,omitempty"`
// Limit The number to limit by
Limit *int64 `form:"limit,omitempty" json:"limit,omitempty"`
// Search The search query to filter for
Search *string `form:"search,omitempty" json:"search,omitempty"`
// OrderByField What to order by
OrderByField *RateLimitOrderByField `form:"orderByField,omitempty" json:"orderByField,omitempty"`
// OrderByDirection The order direction
OrderByDirection *RateLimitOrderByDirection `form:"orderByDirection,omitempty" json:"orderByDirection,omitempty"`
}
RateLimitListParams defines parameters for RateLimitList.
type RateLimitListResponse ¶
type RateLimitListResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *RateLimitList
JSON400 *APIErrors
JSON403 *APIErrors
}
func ParseRateLimitListResponse ¶
func ParseRateLimitListResponse(rsp *http.Response) (*RateLimitListResponse, error)
ParseRateLimitListResponse parses an HTTP response from a RateLimitListWithResponse call
func (RateLimitListResponse) Status ¶
func (r RateLimitListResponse) Status() string
Status returns HTTPResponse.Status
func (RateLimitListResponse) StatusCode ¶
func (r RateLimitListResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type RateLimitOrderByDirection ¶
type RateLimitOrderByDirection string
RateLimitOrderByDirection defines model for RateLimitOrderByDirection.
const ( RateLimitOrderByDirectionAsc RateLimitOrderByDirection = "asc" RateLimitOrderByDirectionDesc RateLimitOrderByDirection = "desc" )
Defines values for RateLimitOrderByDirection.
type RateLimitOrderByField ¶
type RateLimitOrderByField string
RateLimitOrderByField defines model for RateLimitOrderByField.
const ( Key RateLimitOrderByField = "key" LimitValue RateLimitOrderByField = "limitValue" Value RateLimitOrderByField = "value" )
Defines values for RateLimitOrderByField.
type ReadinessGetResponse ¶
func ParseReadinessGetResponse ¶
func ParseReadinessGetResponse(rsp *http.Response) (*ReadinessGetResponse, error)
ParseReadinessGetResponse parses an HTTP response from a ReadinessGetWithResponse call
func (ReadinessGetResponse) Status ¶
func (r ReadinessGetResponse) Status() string
Status returns HTTPResponse.Status
func (ReadinessGetResponse) StatusCode ¶
func (r ReadinessGetResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type RecentStepRuns ¶
type RecentStepRuns struct {
// ActionId The action id.
ActionId string `json:"actionId"`
CancelledAt *time.Time `json:"cancelledAt,omitempty"`
FinishedAt *time.Time `json:"finishedAt,omitempty"`
Metadata APIResourceMeta `json:"metadata"`
StartedAt *time.Time `json:"startedAt,omitempty"`
Status StepRunStatus `json:"status"`
WorkflowRunId openapi_types.UUID `json:"workflowRunId"`
}
RecentStepRuns defines model for RecentStepRuns.
type RegisteredWorkflow ¶ added in v0.73.25
type RegisteredWorkflow struct {
// Id The workflow id registered on this worker.
Id openapi_types.UUID `json:"id"`
// Name The name of the workflow registered on this worker.
Name string `json:"name"`
}
RegisteredWorkflow defines model for RegisteredWorkflow.
type RejectInviteRequest ¶
type RejectInviteRequest struct {
Invite string `json:"invite" validate:"required,uuid"`
}
RejectInviteRequest defines model for RejectInviteRequest.
type ReplayEventRequest ¶
type ReplayEventRequest struct {
EventIds []openapi_types.UUID `json:"eventIds"`
}
ReplayEventRequest defines model for ReplayEventRequest.
type ReplayWorkflowRunsRequest ¶
type ReplayWorkflowRunsRequest struct {
WorkflowRunIds []openapi_types.UUID `json:"workflowRunIds"`
}
ReplayWorkflowRunsRequest defines model for ReplayWorkflowRunsRequest.
type ReplayWorkflowRunsResponse ¶
type ReplayWorkflowRunsResponse struct {
WorkflowRuns []WorkflowRun `json:"workflowRuns"`
}
ReplayWorkflowRunsResponse defines model for ReplayWorkflowRunsResponse.
type RequestEditorFn ¶
RequestEditorFn is the function signature for the RequestEditor callback function
type RerunStepRunRequest ¶
type RerunStepRunRequest struct {
Input map[string]interface{} `json:"input"`
}
RerunStepRunRequest defines model for RerunStepRunRequest.
type SNSIntegration ¶
type SNSIntegration struct {
// IngestUrl The URL to send SNS messages to.
IngestUrl *string `json:"ingestUrl,omitempty"`
Metadata APIResourceMeta `json:"metadata"`
// TenantId The unique identifier for the tenant that the SNS integration belongs to.
TenantId openapi_types.UUID `json:"tenantId"`
// TopicArn The Amazon Resource Name (ARN) of the SNS topic.
TopicArn string `json:"topicArn"`
}
SNSIntegration defines model for SNSIntegration.
type ScheduleWorkflowRunRequest ¶
type ScheduleWorkflowRunRequest struct {
AdditionalMetadata map[string]interface{} `json:"additionalMetadata"`
Input map[string]interface{} `json:"input"`
Priority *int32 `json:"priority,omitempty"`
TriggerAt time.Time `json:"triggerAt"`
}
ScheduleWorkflowRunRequest defines model for ScheduleWorkflowRunRequest.
type ScheduledRunStatus ¶
type ScheduledRunStatus string
ScheduledRunStatus defines model for ScheduledRunStatus.
const ( ScheduledRunStatusCANCELLED ScheduledRunStatus = "CANCELLED" ScheduledRunStatusFAILED ScheduledRunStatus = "FAILED" ScheduledRunStatusPENDING ScheduledRunStatus = "PENDING" ScheduledRunStatusQUEUED ScheduledRunStatus = "QUEUED" ScheduledRunStatusRUNNING ScheduledRunStatus = "RUNNING" ScheduledRunStatusSCHEDULED ScheduledRunStatus = "SCHEDULED" ScheduledRunStatusSUCCEEDED ScheduledRunStatus = "SUCCEEDED" )
Defines values for ScheduledRunStatus.
type ScheduledWorkflowRunCreateJSONRequestBody ¶
type ScheduledWorkflowRunCreateJSONRequestBody = ScheduleWorkflowRunRequest
ScheduledWorkflowRunCreateJSONRequestBody defines body for ScheduledWorkflowRunCreate for application/json ContentType.
type ScheduledWorkflowRunCreateResponse ¶
type ScheduledWorkflowRunCreateResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *ScheduledWorkflows
JSON400 *APIErrors
JSON403 *APIErrors
JSON404 *APIErrors
JSON429 *APIErrors
}
func ParseScheduledWorkflowRunCreateResponse ¶
func ParseScheduledWorkflowRunCreateResponse(rsp *http.Response) (*ScheduledWorkflowRunCreateResponse, error)
ParseScheduledWorkflowRunCreateResponse parses an HTTP response from a ScheduledWorkflowRunCreateWithResponse call
func (ScheduledWorkflowRunCreateResponse) Status ¶
func (r ScheduledWorkflowRunCreateResponse) Status() string
Status returns HTTPResponse.Status
func (ScheduledWorkflowRunCreateResponse) StatusCode ¶
func (r ScheduledWorkflowRunCreateResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type ScheduledWorkflows ¶
type ScheduledWorkflows struct {
AdditionalMetadata *map[string]interface{} `json:"additionalMetadata,omitempty"`
Input *map[string]interface{} `json:"input,omitempty"`
Metadata APIResourceMeta `json:"metadata"`
Method ScheduledWorkflowsMethod `json:"method"`
Priority *int32 `json:"priority,omitempty"`
TenantId string `json:"tenantId"`
TriggerAt time.Time `json:"triggerAt"`
WorkflowId string `json:"workflowId"`
WorkflowName string `json:"workflowName"`
WorkflowRunCreatedAt *time.Time `json:"workflowRunCreatedAt,omitempty"`
WorkflowRunId *openapi_types.UUID `json:"workflowRunId,omitempty"`
WorkflowRunName *string `json:"workflowRunName,omitempty"`
WorkflowRunStatus *WorkflowRunStatus `json:"workflowRunStatus,omitempty"`
WorkflowVersionId string `json:"workflowVersionId"`
}
ScheduledWorkflows defines model for ScheduledWorkflows.
type ScheduledWorkflowsBulkDeleteFilter ¶ added in v0.73.104
type ScheduledWorkflowsBulkDeleteFilter struct {
// AdditionalMetadata A list of metadata key value pairs to filter by
AdditionalMetadata *[]string `json:"additionalMetadata,omitempty"`
ParentStepRunId *openapi_types.UUID `json:"parentStepRunId,omitempty"`
ParentWorkflowRunId *openapi_types.UUID `json:"parentWorkflowRunId,omitempty"`
WorkflowId *openapi_types.UUID `json:"workflowId,omitempty"`
}
ScheduledWorkflowsBulkDeleteFilter defines model for ScheduledWorkflowsBulkDeleteFilter.
type ScheduledWorkflowsBulkDeleteRequest ¶ added in v0.73.104
type ScheduledWorkflowsBulkDeleteRequest struct {
Filter *ScheduledWorkflowsBulkDeleteFilter `json:"filter,omitempty"`
ScheduledWorkflowRunIds *[]openapi_types.UUID `json:"scheduledWorkflowRunIds,omitempty"`
}
ScheduledWorkflowsBulkDeleteRequest defines model for ScheduledWorkflowsBulkDeleteRequest.
type ScheduledWorkflowsBulkDeleteResponse ¶ added in v0.73.104
type ScheduledWorkflowsBulkDeleteResponse struct {
DeletedIds []openapi_types.UUID `json:"deletedIds"`
Errors []ScheduledWorkflowsBulkError `json:"errors"`
}
ScheduledWorkflowsBulkDeleteResponse defines model for ScheduledWorkflowsBulkDeleteResponse.
type ScheduledWorkflowsBulkError ¶ added in v0.73.104
type ScheduledWorkflowsBulkError struct {
Error string `json:"error"`
Id *openapi_types.UUID `json:"id,omitempty"`
}
ScheduledWorkflowsBulkError defines model for ScheduledWorkflowsBulkError.
type ScheduledWorkflowsBulkUpdateItem ¶ added in v0.73.104
type ScheduledWorkflowsBulkUpdateItem struct {
Id openapi_types.UUID `json:"id"`
TriggerAt time.Time `json:"triggerAt"`
}
ScheduledWorkflowsBulkUpdateItem defines model for ScheduledWorkflowsBulkUpdateItem.
type ScheduledWorkflowsBulkUpdateRequest ¶ added in v0.73.104
type ScheduledWorkflowsBulkUpdateRequest struct {
Updates []ScheduledWorkflowsBulkUpdateItem `json:"updates"`
}
ScheduledWorkflowsBulkUpdateRequest defines model for ScheduledWorkflowsBulkUpdateRequest.
type ScheduledWorkflowsBulkUpdateResponse ¶ added in v0.73.104
type ScheduledWorkflowsBulkUpdateResponse struct {
Errors []ScheduledWorkflowsBulkError `json:"errors"`
UpdatedIds []openapi_types.UUID `json:"updatedIds"`
}
ScheduledWorkflowsBulkUpdateResponse defines model for ScheduledWorkflowsBulkUpdateResponse.
type ScheduledWorkflowsList ¶
type ScheduledWorkflowsList struct {
Pagination *PaginationResponse `json:"pagination,omitempty"`
Rows *[]ScheduledWorkflows `json:"rows,omitempty"`
}
ScheduledWorkflowsList defines model for ScheduledWorkflowsList.
type ScheduledWorkflowsMethod ¶
type ScheduledWorkflowsMethod string
ScheduledWorkflowsMethod defines model for ScheduledWorkflowsMethod.
const ( ScheduledWorkflowsMethodAPI ScheduledWorkflowsMethod = "API" ScheduledWorkflowsMethodDEFAULT ScheduledWorkflowsMethod = "DEFAULT" )
Defines values for ScheduledWorkflowsMethod.
type ScheduledWorkflowsOrderByField ¶
type ScheduledWorkflowsOrderByField string
ScheduledWorkflowsOrderByField defines model for ScheduledWorkflowsOrderByField.
const ( ScheduledWorkflowsOrderByFieldCreatedAt ScheduledWorkflowsOrderByField = "createdAt" ScheduledWorkflowsOrderByFieldTriggerAt ScheduledWorkflowsOrderByField = "triggerAt" )
Defines values for ScheduledWorkflowsOrderByField.
type SemaphoreSlots ¶
type SemaphoreSlots struct {
// ActionId The action id.
ActionId string `json:"actionId"`
// StartedAt The time this slot was started.
StartedAt *time.Time `json:"startedAt,omitempty"`
Status *StepRunStatus `json:"status,omitempty"`
// StepRunId The step run id.
StepRunId openapi_types.UUID `json:"stepRunId"`
// TimeoutAt The time this slot will timeout.
TimeoutAt *time.Time `json:"timeoutAt,omitempty"`
// WorkflowRunId The workflow run id.
WorkflowRunId openapi_types.UUID `json:"workflowRunId"`
}
SemaphoreSlots defines model for SemaphoreSlots.
type SlackWebhook ¶
type SlackWebhook struct {
// ChannelId The channel id associated with this slack webhook.
ChannelId string `json:"channelId"`
// ChannelName The channel name associated with this slack webhook.
ChannelName string `json:"channelName"`
Metadata APIResourceMeta `json:"metadata"`
// TeamId The team id associated with this slack webhook.
TeamId string `json:"teamId"`
// TeamName The team name associated with this slack webhook.
TeamName string `json:"teamName"`
// TenantId The unique identifier for the tenant that the SNS integration belongs to.
TenantId openapi_types.UUID `json:"tenantId"`
}
SlackWebhook defines model for SlackWebhook.
type SlackWebhookDeleteResponse ¶
type SlackWebhookDeleteResponse struct {
Body []byte
HTTPResponse *http.Response
JSON400 *APIErrors
JSON401 *APIErrors
JSON405 *APIErrors
}
func ParseSlackWebhookDeleteResponse ¶
func ParseSlackWebhookDeleteResponse(rsp *http.Response) (*SlackWebhookDeleteResponse, error)
ParseSlackWebhookDeleteResponse parses an HTTP response from a SlackWebhookDeleteWithResponse call
func (SlackWebhookDeleteResponse) Status ¶
func (r SlackWebhookDeleteResponse) Status() string
Status returns HTTPResponse.Status
func (SlackWebhookDeleteResponse) StatusCode ¶
func (r SlackWebhookDeleteResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type SlackWebhookListResponse ¶
type SlackWebhookListResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *ListSlackWebhooks
JSON400 *APIErrors
JSON401 *APIErrors
JSON405 *APIErrors
}
func ParseSlackWebhookListResponse ¶
func ParseSlackWebhookListResponse(rsp *http.Response) (*SlackWebhookListResponse, error)
ParseSlackWebhookListResponse parses an HTTP response from a SlackWebhookListWithResponse call
func (SlackWebhookListResponse) Status ¶
func (r SlackWebhookListResponse) Status() string
Status returns HTTPResponse.Status
func (SlackWebhookListResponse) StatusCode ¶
func (r SlackWebhookListResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type SnsCreateJSONRequestBody ¶
type SnsCreateJSONRequestBody = CreateSNSIntegrationRequest
SnsCreateJSONRequestBody defines body for SnsCreate for application/json ContentType.
type SnsCreateResponse ¶
type SnsCreateResponse struct {
Body []byte
HTTPResponse *http.Response
JSON201 *SNSIntegration
JSON400 *APIErrors
JSON401 *APIErrors
JSON405 *APIErrors
}
func ParseSnsCreateResponse ¶
func ParseSnsCreateResponse(rsp *http.Response) (*SnsCreateResponse, error)
ParseSnsCreateResponse parses an HTTP response from a SnsCreateWithResponse call
func (SnsCreateResponse) Status ¶
func (r SnsCreateResponse) Status() string
Status returns HTTPResponse.Status
func (SnsCreateResponse) StatusCode ¶
func (r SnsCreateResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type SnsDeleteResponse ¶
type SnsDeleteResponse struct {
Body []byte
HTTPResponse *http.Response
JSON400 *APIErrors
JSON401 *APIErrors
JSON405 *APIErrors
}
func ParseSnsDeleteResponse ¶
func ParseSnsDeleteResponse(rsp *http.Response) (*SnsDeleteResponse, error)
ParseSnsDeleteResponse parses an HTTP response from a SnsDeleteWithResponse call
func (SnsDeleteResponse) Status ¶
func (r SnsDeleteResponse) Status() string
Status returns HTTPResponse.Status
func (SnsDeleteResponse) StatusCode ¶
func (r SnsDeleteResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type SnsListResponse ¶
type SnsListResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *ListSNSIntegrations
JSON400 *APIErrors
JSON401 *APIErrors
JSON405 *APIErrors
}
func ParseSnsListResponse ¶
func ParseSnsListResponse(rsp *http.Response) (*SnsListResponse, error)
ParseSnsListResponse parses an HTTP response from a SnsListWithResponse call
func (SnsListResponse) Status ¶
func (r SnsListResponse) Status() string
Status returns HTTPResponse.Status
func (SnsListResponse) StatusCode ¶
func (r SnsListResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type SnsUpdateResponse ¶
type SnsUpdateResponse struct {
Body []byte
HTTPResponse *http.Response
JSON400 *APIErrors
JSON401 *APIErrors
JSON405 *APIErrors
}
func ParseSnsUpdateResponse ¶
func ParseSnsUpdateResponse(rsp *http.Response) (*SnsUpdateResponse, error)
ParseSnsUpdateResponse parses an HTTP response from a SnsUpdateWithResponse call
func (SnsUpdateResponse) Status ¶
func (r SnsUpdateResponse) Status() string
Status returns HTTPResponse.Status
func (SnsUpdateResponse) StatusCode ¶
func (r SnsUpdateResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type Step ¶
type Step struct {
Action string `json:"action"`
Children *[]string `json:"children,omitempty"`
// IsDurable Whether the step is durable.
IsDurable *bool `json:"isDurable,omitempty"`
JobId string `json:"jobId"`
Metadata APIResourceMeta `json:"metadata"`
Parents *[]string `json:"parents,omitempty"`
// ReadableId The readable id of the step.
ReadableId string `json:"readableId"`
// SlotRequests Slot requests for the step (slot_type -> units).
SlotRequests *map[string]int `json:"slotRequests,omitempty"`
TenantId string `json:"tenantId"`
// Timeout The timeout of the step.
Timeout *string `json:"timeout,omitempty"`
}
Step defines model for Step.
type StepRun ¶
type StepRun struct {
CancelledAt *time.Time `json:"cancelledAt,omitempty"`
CancelledAtEpoch *int `json:"cancelledAtEpoch,omitempty"`
CancelledError *string `json:"cancelledError,omitempty"`
CancelledReason *string `json:"cancelledReason,omitempty"`
ChildWorkflowRuns *[]string `json:"childWorkflowRuns,omitempty"`
ChildWorkflowsCount *int `json:"childWorkflowsCount,omitempty"`
Error *string `json:"error,omitempty"`
FinishedAt *time.Time `json:"finishedAt,omitempty"`
FinishedAtEpoch *int `json:"finishedAtEpoch,omitempty"`
Input *string `json:"input,omitempty"`
JobRun *JobRun `json:"jobRun,omitempty"`
JobRunId string `json:"jobRunId"`
Metadata APIResourceMeta `json:"metadata"`
Output *string `json:"output,omitempty"`
Parents *[]string `json:"parents,omitempty"`
RequeueAfter *time.Time `json:"requeueAfter,omitempty"`
Result *map[string]interface{} `json:"result,omitempty"`
StartedAt *time.Time `json:"startedAt,omitempty"`
StartedAtEpoch *int `json:"startedAtEpoch,omitempty"`
Status StepRunStatus `json:"status"`
Step *Step `json:"step,omitempty"`
StepId string `json:"stepId"`
TenantId string `json:"tenantId"`
TimeoutAt *time.Time `json:"timeoutAt,omitempty"`
TimeoutAtEpoch *int `json:"timeoutAtEpoch,omitempty"`
WorkerId *string `json:"workerId,omitempty"`
}
StepRun defines model for StepRun.
type StepRunArchive ¶
type StepRunArchive struct {
CancelledAt *time.Time `json:"cancelledAt,omitempty"`
CancelledAtEpoch *int `json:"cancelledAtEpoch,omitempty"`
CancelledError *string `json:"cancelledError,omitempty"`
CancelledReason *string `json:"cancelledReason,omitempty"`
CreatedAt time.Time `json:"createdAt"`
Error *string `json:"error,omitempty"`
FinishedAt *time.Time `json:"finishedAt,omitempty"`
FinishedAtEpoch *int `json:"finishedAtEpoch,omitempty"`
Input *string `json:"input,omitempty"`
Order int `json:"order"`
Output *string `json:"output,omitempty"`
RetryCount int `json:"retryCount"`
StartedAt *time.Time `json:"startedAt,omitempty"`
StartedAtEpoch *int `json:"startedAtEpoch,omitempty"`
StepRunId string `json:"stepRunId"`
TimeoutAt *time.Time `json:"timeoutAt,omitempty"`
TimeoutAtEpoch *int `json:"timeoutAtEpoch,omitempty"`
}
StepRunArchive defines model for StepRunArchive.
type StepRunArchiveList ¶
type StepRunArchiveList struct {
Pagination *PaginationResponse `json:"pagination,omitempty"`
Rows *[]StepRunArchive `json:"rows,omitempty"`
}
StepRunArchiveList defines model for StepRunArchiveList.
type StepRunEvent ¶
type StepRunEvent struct {
Count int `json:"count"`
Data *map[string]interface{} `json:"data,omitempty"`
Id int `json:"id"`
Message string `json:"message"`
Reason StepRunEventReason `json:"reason"`
Severity StepRunEventSeverity `json:"severity"`
StepRunId *string `json:"stepRunId,omitempty"`
TimeFirstSeen time.Time `json:"timeFirstSeen"`
TimeLastSeen time.Time `json:"timeLastSeen"`
WorkflowRunId *string `json:"workflowRunId,omitempty"`
}
StepRunEvent defines model for StepRunEvent.
type StepRunEventList ¶
type StepRunEventList struct {
Pagination *PaginationResponse `json:"pagination,omitempty"`
Rows *[]StepRunEvent `json:"rows,omitempty"`
}
StepRunEventList defines model for StepRunEventList.
type StepRunEventReason ¶
type StepRunEventReason string
StepRunEventReason defines model for StepRunEventReason.
const ( StepRunEventReasonACKNOWLEDGED StepRunEventReason = "ACKNOWLEDGED" StepRunEventReasonASSIGNED StepRunEventReason = "ASSIGNED" StepRunEventReasonCANCELLED StepRunEventReason = "CANCELLED" StepRunEventReasonFAILED StepRunEventReason = "FAILED" StepRunEventReasonFINISHED StepRunEventReason = "FINISHED" StepRunEventReasonREASSIGNED StepRunEventReason = "REASSIGNED" StepRunEventReasonREQUEUEDNOWORKER StepRunEventReason = "REQUEUED_NO_WORKER" StepRunEventReasonREQUEUEDRATELIMIT StepRunEventReason = "REQUEUED_RATE_LIMIT" StepRunEventReasonRETRIEDBYUSER StepRunEventReason = "RETRIED_BY_USER" StepRunEventReasonRETRYING StepRunEventReason = "RETRYING" StepRunEventReasonSCHEDULINGTIMEDOUT StepRunEventReason = "SCHEDULING_TIMED_OUT" StepRunEventReasonSLOTRELEASED StepRunEventReason = "SLOT_RELEASED" StepRunEventReasonSTARTED StepRunEventReason = "STARTED" StepRunEventReasonTIMEDOUT StepRunEventReason = "TIMED_OUT" StepRunEventReasonTIMEOUTREFRESHED StepRunEventReason = "TIMEOUT_REFRESHED" StepRunEventReasonWORKFLOWRUNGROUPKEYFAILED StepRunEventReason = "WORKFLOW_RUN_GROUP_KEY_FAILED" StepRunEventReasonWORKFLOWRUNGROUPKEYSUCCEEDED StepRunEventReason = "WORKFLOW_RUN_GROUP_KEY_SUCCEEDED" )
Defines values for StepRunEventReason.
type StepRunEventSeverity ¶
type StepRunEventSeverity string
StepRunEventSeverity defines model for StepRunEventSeverity.
const ( StepRunEventSeverityCRITICAL StepRunEventSeverity = "CRITICAL" StepRunEventSeverityINFO StepRunEventSeverity = "INFO" StepRunEventSeverityWARNING StepRunEventSeverity = "WARNING" )
Defines values for StepRunEventSeverity.
type StepRunGetResponse ¶
type StepRunGetResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *StepRun
JSON400 *APIErrors
JSON403 *APIErrors
JSON404 *APIErrors
}
func ParseStepRunGetResponse ¶
func ParseStepRunGetResponse(rsp *http.Response) (*StepRunGetResponse, error)
ParseStepRunGetResponse parses an HTTP response from a StepRunGetWithResponse call
func (StepRunGetResponse) Status ¶
func (r StepRunGetResponse) Status() string
Status returns HTTPResponse.Status
func (StepRunGetResponse) StatusCode ¶
func (r StepRunGetResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type StepRunGetSchemaResponse ¶
type StepRunGetSchemaResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *map[string]interface{}
JSON400 *APIErrors
JSON403 *APIErrors
JSON404 *APIErrors
}
func ParseStepRunGetSchemaResponse ¶
func ParseStepRunGetSchemaResponse(rsp *http.Response) (*StepRunGetSchemaResponse, error)
ParseStepRunGetSchemaResponse parses an HTTP response from a StepRunGetSchemaWithResponse call
func (StepRunGetSchemaResponse) Status ¶
func (r StepRunGetSchemaResponse) Status() string
Status returns HTTPResponse.Status
func (StepRunGetSchemaResponse) StatusCode ¶
func (r StepRunGetSchemaResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type StepRunListArchivesParams ¶
type StepRunListArchivesParams struct {
// Offset The number to skip
Offset *int64 `form:"offset,omitempty" json:"offset,omitempty"`
// Limit The number to limit by
Limit *int64 `form:"limit,omitempty" json:"limit,omitempty"`
}
StepRunListArchivesParams defines parameters for StepRunListArchives.
type StepRunListArchivesResponse ¶
type StepRunListArchivesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *StepRunArchiveList
JSON400 *APIErrors
JSON403 *APIErrors
JSON404 *APIErrors
}
func ParseStepRunListArchivesResponse ¶
func ParseStepRunListArchivesResponse(rsp *http.Response) (*StepRunListArchivesResponse, error)
ParseStepRunListArchivesResponse parses an HTTP response from a StepRunListArchivesWithResponse call
func (StepRunListArchivesResponse) Status ¶
func (r StepRunListArchivesResponse) Status() string
Status returns HTTPResponse.Status
func (StepRunListArchivesResponse) StatusCode ¶
func (r StepRunListArchivesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type StepRunListEventsParams ¶
type StepRunListEventsParams struct {
// Offset The number to skip
Offset *int64 `form:"offset,omitempty" json:"offset,omitempty"`
// Limit The number to limit by
Limit *int64 `form:"limit,omitempty" json:"limit,omitempty"`
}
StepRunListEventsParams defines parameters for StepRunListEvents.
type StepRunListEventsResponse ¶
type StepRunListEventsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *StepRunEventList
JSON400 *APIErrors
JSON403 *APIErrors
JSON404 *APIErrors
}
func ParseStepRunListEventsResponse ¶
func ParseStepRunListEventsResponse(rsp *http.Response) (*StepRunListEventsResponse, error)
ParseStepRunListEventsResponse parses an HTTP response from a StepRunListEventsWithResponse call
func (StepRunListEventsResponse) Status ¶
func (r StepRunListEventsResponse) Status() string
Status returns HTTPResponse.Status
func (StepRunListEventsResponse) StatusCode ¶
func (r StepRunListEventsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type StepRunStatus ¶
type StepRunStatus string
StepRunStatus defines model for StepRunStatus.
const ( StepRunStatusASSIGNED StepRunStatus = "ASSIGNED" StepRunStatusBACKOFF StepRunStatus = "BACKOFF" StepRunStatusCANCELLED StepRunStatus = "CANCELLED" StepRunStatusCANCELLING StepRunStatus = "CANCELLING" StepRunStatusFAILED StepRunStatus = "FAILED" StepRunStatusPENDING StepRunStatus = "PENDING" StepRunStatusPENDINGASSIGNMENT StepRunStatus = "PENDING_ASSIGNMENT" StepRunStatusRUNNING StepRunStatus = "RUNNING" StepRunStatusSUCCEEDED StepRunStatus = "SUCCEEDED" )
Defines values for StepRunStatus.
type StepRunUpdateCancelResponse ¶
type StepRunUpdateCancelResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *StepRun
JSON400 *APIErrors
JSON403 *APIErrors
}
func ParseStepRunUpdateCancelResponse ¶
func ParseStepRunUpdateCancelResponse(rsp *http.Response) (*StepRunUpdateCancelResponse, error)
ParseStepRunUpdateCancelResponse parses an HTTP response from a StepRunUpdateCancelWithResponse call
func (StepRunUpdateCancelResponse) Status ¶
func (r StepRunUpdateCancelResponse) Status() string
Status returns HTTPResponse.Status
func (StepRunUpdateCancelResponse) StatusCode ¶
func (r StepRunUpdateCancelResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type StepRunUpdateRerunJSONRequestBody ¶
type StepRunUpdateRerunJSONRequestBody = RerunStepRunRequest
StepRunUpdateRerunJSONRequestBody defines body for StepRunUpdateRerun for application/json ContentType.
type StepRunUpdateRerunResponse ¶
type StepRunUpdateRerunResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *StepRun
JSON400 *APIErrors
JSON403 *APIErrors
}
func ParseStepRunUpdateRerunResponse ¶
func ParseStepRunUpdateRerunResponse(rsp *http.Response) (*StepRunUpdateRerunResponse, error)
ParseStepRunUpdateRerunResponse parses an HTTP response from a StepRunUpdateRerunWithResponse call
func (StepRunUpdateRerunResponse) Status ¶
func (r StepRunUpdateRerunResponse) Status() string
Status returns HTTPResponse.Status
func (StepRunUpdateRerunResponse) StatusCode ¶
func (r StepRunUpdateRerunResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type TaskStat ¶ added in v0.73.46
type TaskStat struct {
Queued *TaskStatusStat `json:"queued,omitempty"`
Running *TaskStatusStat `json:"running,omitempty"`
}
TaskStat defines model for TaskStat.
type TaskStatusStat ¶ added in v0.73.46
type TaskStatusStat struct {
Concurrency *[]ConcurrencyStat `json:"concurrency,omitempty"`
Oldest *time.Time `json:"oldest,omitempty"`
OldestExcludingRetries *time.Time `json:"oldestExcludingRetries,omitempty"`
Queues *map[string]int64 `json:"queues,omitempty"`
Total *int64 `json:"total,omitempty"`
}
TaskStatusStat defines model for TaskStatusStat.
type Tenant ¶
type Tenant struct {
// AlertMemberEmails Whether to alert tenant members.
AlertMemberEmails *bool `json:"alertMemberEmails,omitempty"`
// AnalyticsOptOut Whether the tenant has opted out of analytics.
AnalyticsOptOut *bool `json:"analyticsOptOut,omitempty"`
Environment *TenantEnvironment `json:"environment,omitempty"`
Metadata APIResourceMeta `json:"metadata"`
// Name The name of the tenant.
Name string `json:"name"`
// Region Control-plane shard region for the tenant (e.g. aws:us-west-2).
Region *string `json:"region,omitempty"`
// ServerUrl The server URL for the tenant (includes scheme)
ServerUrl *string `json:"serverUrl,omitempty"`
// Slug The slug of the tenant.
Slug string `json:"slug"`
Version TenantVersion `json:"version"`
}
Tenant defines model for Tenant.
type TenantAlertEmailGroup ¶
type TenantAlertEmailGroup struct {
// Emails A list of emails for users
Emails []string `json:"emails"`
Metadata APIResourceMeta `json:"metadata"`
}
TenantAlertEmailGroup defines model for TenantAlertEmailGroup.
type TenantAlertEmailGroupList ¶
type TenantAlertEmailGroupList struct {
Pagination *PaginationResponse `json:"pagination,omitempty"`
Rows *[]TenantAlertEmailGroup `json:"rows,omitempty"`
}
TenantAlertEmailGroupList defines model for TenantAlertEmailGroupList.
type TenantAlertingSettings ¶
type TenantAlertingSettings struct {
// AlertMemberEmails Whether to alert tenant members.
AlertMemberEmails *bool `json:"alertMemberEmails,omitempty"`
// EnableExpiringTokenAlerts Whether to enable alerts when tokens are approaching expiration.
EnableExpiringTokenAlerts *bool `json:"enableExpiringTokenAlerts,omitempty"`
// EnableTenantResourceLimitAlerts Whether to enable alerts when tenant resources are approaching limits.
EnableTenantResourceLimitAlerts *bool `json:"enableTenantResourceLimitAlerts,omitempty"`
// EnableWorkflowRunFailureAlerts Whether to send alerts when workflow runs fail.
EnableWorkflowRunFailureAlerts *bool `json:"enableWorkflowRunFailureAlerts,omitempty"`
// LastAlertedAt The last time an alert was sent.
LastAlertedAt *time.Time `json:"lastAlertedAt,omitempty"`
// MaxAlertingFrequency The max frequency at which to alert.
MaxAlertingFrequency string `json:"maxAlertingFrequency"`
Metadata APIResourceMeta `json:"metadata"`
}
TenantAlertingSettings defines model for TenantAlertingSettings.
type TenantAlertingSettingsGetResponse ¶
type TenantAlertingSettingsGetResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *TenantAlertingSettings
JSON400 *APIErrors
JSON403 *APIError
}
func ParseTenantAlertingSettingsGetResponse ¶
func ParseTenantAlertingSettingsGetResponse(rsp *http.Response) (*TenantAlertingSettingsGetResponse, error)
ParseTenantAlertingSettingsGetResponse parses an HTTP response from a TenantAlertingSettingsGetWithResponse call
func (TenantAlertingSettingsGetResponse) Status ¶
func (r TenantAlertingSettingsGetResponse) Status() string
Status returns HTTPResponse.Status
func (TenantAlertingSettingsGetResponse) StatusCode ¶
func (r TenantAlertingSettingsGetResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type TenantCreateJSONRequestBody ¶
type TenantCreateJSONRequestBody = CreateTenantRequest
TenantCreateJSONRequestBody defines body for TenantCreate for application/json ContentType.
type TenantCreateResponse ¶
type TenantCreateResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *Tenant
JSON400 *APIErrors
JSON403 *APIError
}
func ParseTenantCreateResponse ¶
func ParseTenantCreateResponse(rsp *http.Response) (*TenantCreateResponse, error)
ParseTenantCreateResponse parses an HTTP response from a TenantCreateWithResponse call
func (TenantCreateResponse) Status ¶
func (r TenantCreateResponse) Status() string
Status returns HTTPResponse.Status
func (TenantCreateResponse) StatusCode ¶
func (r TenantCreateResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type TenantEnvironment ¶ added in v0.71.8
type TenantEnvironment string
TenantEnvironment defines model for TenantEnvironment.
const ( Development TenantEnvironment = "development" Local TenantEnvironment = "local" Production TenantEnvironment = "production" )
Defines values for TenantEnvironment.
type TenantFeatureFlagEvaluateParams ¶ added in v0.83.6
type TenantFeatureFlagEvaluateParams struct {
// FeatureFlagId The feature flag id to evaluate
FeatureFlagId FeatureFlagId `form:"featureFlagId" json:"featureFlagId"`
// IsEnabledIfNoPosthog A flag indicating what the behavior of the feature flag should be if PostHog is disabled or unavailable
IsEnabledIfNoPosthog bool `form:"isEnabledIfNoPosthog" json:"isEnabledIfNoPosthog"`
}
TenantFeatureFlagEvaluateParams defines parameters for TenantFeatureFlagEvaluate.
type TenantFeatureFlagEvaluateResponse ¶ added in v0.83.6
type TenantFeatureFlagEvaluateResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *FeatureFlagEvaluationResult
JSON400 *APIErrors
JSON403 *APIErrors
JSON404 *APIErrors
}
func ParseTenantFeatureFlagEvaluateResponse ¶ added in v0.83.6
func ParseTenantFeatureFlagEvaluateResponse(rsp *http.Response) (*TenantFeatureFlagEvaluateResponse, error)
ParseTenantFeatureFlagEvaluateResponse parses an HTTP response from a TenantFeatureFlagEvaluateWithResponse call
func (TenantFeatureFlagEvaluateResponse) Status ¶ added in v0.83.6
func (r TenantFeatureFlagEvaluateResponse) Status() string
Status returns HTTPResponse.Status
func (TenantFeatureFlagEvaluateResponse) StatusCode ¶ added in v0.83.6
func (r TenantFeatureFlagEvaluateResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type TenantGetPrometheusMetricsResponse ¶
type TenantGetPrometheusMetricsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON400 *APIErrors
JSON403 *APIErrors
JSON404 *APIErrors
}
func ParseTenantGetPrometheusMetricsResponse ¶
func ParseTenantGetPrometheusMetricsResponse(rsp *http.Response) (*TenantGetPrometheusMetricsResponse, error)
ParseTenantGetPrometheusMetricsResponse parses an HTTP response from a TenantGetPrometheusMetricsWithResponse call
func (TenantGetPrometheusMetricsResponse) Status ¶
func (r TenantGetPrometheusMetricsResponse) Status() string
Status returns HTTPResponse.Status
func (TenantGetPrometheusMetricsResponse) StatusCode ¶
func (r TenantGetPrometheusMetricsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type TenantGetQueueMetricsParams ¶
type TenantGetQueueMetricsParams struct {
// Workflows A list of workflow IDs to filter by
Workflows *[]WorkflowID `form:"workflows,omitempty" json:"workflows,omitempty"`
// AdditionalMetadata A list of metadata key value pairs to filter by
AdditionalMetadata *[]string `form:"additionalMetadata,omitempty" json:"additionalMetadata,omitempty"`
}
TenantGetQueueMetricsParams defines parameters for TenantGetQueueMetrics.
type TenantGetQueueMetricsResponse ¶
type TenantGetQueueMetricsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *TenantQueueMetrics
JSON400 *APIErrors
JSON403 *APIErrors
JSON404 *APIErrors
}
func ParseTenantGetQueueMetricsResponse ¶
func ParseTenantGetQueueMetricsResponse(rsp *http.Response) (*TenantGetQueueMetricsResponse, error)
ParseTenantGetQueueMetricsResponse parses an HTTP response from a TenantGetQueueMetricsWithResponse call
func (TenantGetQueueMetricsResponse) Status ¶
func (r TenantGetQueueMetricsResponse) Status() string
Status returns HTTPResponse.Status
func (TenantGetQueueMetricsResponse) StatusCode ¶
func (r TenantGetQueueMetricsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type TenantGetResponse ¶
type TenantGetResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *Tenant
JSON400 *APIErrors
JSON403 *APIError
JSON404 *APIErrors
}
func ParseTenantGetResponse ¶
func ParseTenantGetResponse(rsp *http.Response) (*TenantGetResponse, error)
ParseTenantGetResponse parses an HTTP response from a TenantGetWithResponse call
func (TenantGetResponse) Status ¶
func (r TenantGetResponse) Status() string
Status returns HTTPResponse.Status
func (TenantGetResponse) StatusCode ¶
func (r TenantGetResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type TenantGetStepRunQueueMetricsResponse ¶
type TenantGetStepRunQueueMetricsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *TenantStepRunQueueMetrics
JSON400 *APIErrors
JSON403 *APIErrors
JSON404 *APIErrors
}
func ParseTenantGetStepRunQueueMetricsResponse ¶
func ParseTenantGetStepRunQueueMetricsResponse(rsp *http.Response) (*TenantGetStepRunQueueMetricsResponse, error)
ParseTenantGetStepRunQueueMetricsResponse parses an HTTP response from a TenantGetStepRunQueueMetricsWithResponse call
func (TenantGetStepRunQueueMetricsResponse) Status ¶
func (r TenantGetStepRunQueueMetricsResponse) Status() string
Status returns HTTPResponse.Status
func (TenantGetStepRunQueueMetricsResponse) StatusCode ¶
func (r TenantGetStepRunQueueMetricsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type TenantGetTaskStatsParams ¶ added in v0.86.9
type TenantGetTaskStatsParams struct {
// TaskNames Task names that must appear in the response. Missing tasks are zero-filled so KEDA's metrics-api JSONPath always resolves.
TaskNames *[]string `form:"taskNames,omitempty" json:"taskNames,omitempty"`
}
TenantGetTaskStatsParams defines parameters for TenantGetTaskStats.
type TenantGetTaskStatsResponse ¶ added in v0.73.46
type TenantGetTaskStatsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *TaskStats
JSON400 *APIErrors
JSON403 *APIErrors
JSON404 *APIErrors
}
func ParseTenantGetTaskStatsResponse ¶ added in v0.73.46
func ParseTenantGetTaskStatsResponse(rsp *http.Response) (*TenantGetTaskStatsResponse, error)
ParseTenantGetTaskStatsResponse parses an HTTP response from a TenantGetTaskStatsWithResponse call
func (TenantGetTaskStatsResponse) Status ¶ added in v0.73.46
func (r TenantGetTaskStatsResponse) Status() string
Status returns HTTPResponse.Status
func (TenantGetTaskStatsResponse) StatusCode ¶ added in v0.73.46
func (r TenantGetTaskStatsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type TenantInvite ¶
type TenantInvite struct {
// CanViewPayloads Whether the invited user can view payloads. Defaults to true.
CanViewPayloads *bool `json:"canViewPayloads,omitempty"`
// Email The email of the user to invite.
Email string `json:"email"`
// Expires The time that this invite expires.
Expires time.Time `json:"expires"`
Metadata APIResourceMeta `json:"metadata"`
Role TenantMemberRole `json:"role"`
// TenantId The tenant id associated with this tenant invite.
TenantId string `json:"tenantId"`
// TenantName The tenant name for the tenant.
TenantName *string `json:"tenantName,omitempty"`
}
TenantInvite defines model for TenantInvite.
type TenantInviteAcceptJSONRequestBody ¶
type TenantInviteAcceptJSONRequestBody = AcceptInviteRequest
TenantInviteAcceptJSONRequestBody defines body for TenantInviteAccept for application/json ContentType.
type TenantInviteAcceptResponse ¶
type TenantInviteAcceptResponse struct {
Body []byte
HTTPResponse *http.Response
JSON400 *APIErrors
JSON403 *APIError
}
func ParseTenantInviteAcceptResponse ¶
func ParseTenantInviteAcceptResponse(rsp *http.Response) (*TenantInviteAcceptResponse, error)
ParseTenantInviteAcceptResponse parses an HTTP response from a TenantInviteAcceptWithResponse call
func (TenantInviteAcceptResponse) Status ¶
func (r TenantInviteAcceptResponse) Status() string
Status returns HTTPResponse.Status
func (TenantInviteAcceptResponse) StatusCode ¶
func (r TenantInviteAcceptResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type TenantInviteCreateJSONRequestBody ¶
type TenantInviteCreateJSONRequestBody = CreateTenantInviteRequest
TenantInviteCreateJSONRequestBody defines body for TenantInviteCreate for application/json ContentType.
type TenantInviteCreateResponse ¶
type TenantInviteCreateResponse struct {
Body []byte
HTTPResponse *http.Response
JSON201 *TenantInvite
JSON400 *APIErrors
JSON403 *APIError
JSON422 *APIErrors
}
func ParseTenantInviteCreateResponse ¶
func ParseTenantInviteCreateResponse(rsp *http.Response) (*TenantInviteCreateResponse, error)
ParseTenantInviteCreateResponse parses an HTTP response from a TenantInviteCreateWithResponse call
func (TenantInviteCreateResponse) Status ¶
func (r TenantInviteCreateResponse) Status() string
Status returns HTTPResponse.Status
func (TenantInviteCreateResponse) StatusCode ¶
func (r TenantInviteCreateResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type TenantInviteDeleteResponse ¶
type TenantInviteDeleteResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *TenantInvite
JSON400 *APIErrors
}
func ParseTenantInviteDeleteResponse ¶
func ParseTenantInviteDeleteResponse(rsp *http.Response) (*TenantInviteDeleteResponse, error)
ParseTenantInviteDeleteResponse parses an HTTP response from a TenantInviteDeleteWithResponse call
func (TenantInviteDeleteResponse) Status ¶
func (r TenantInviteDeleteResponse) Status() string
Status returns HTTPResponse.Status
func (TenantInviteDeleteResponse) StatusCode ¶
func (r TenantInviteDeleteResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type TenantInviteList ¶
type TenantInviteList struct {
Pagination *PaginationResponse `json:"pagination,omitempty"`
Rows *[]TenantInvite `json:"rows,omitempty"`
}
TenantInviteList defines model for TenantInviteList.
type TenantInviteListResponse ¶
type TenantInviteListResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *TenantInviteList
JSON400 *APIErrors
JSON403 *APIError
}
func ParseTenantInviteListResponse ¶
func ParseTenantInviteListResponse(rsp *http.Response) (*TenantInviteListResponse, error)
ParseTenantInviteListResponse parses an HTTP response from a TenantInviteListWithResponse call
func (TenantInviteListResponse) Status ¶
func (r TenantInviteListResponse) Status() string
Status returns HTTPResponse.Status
func (TenantInviteListResponse) StatusCode ¶
func (r TenantInviteListResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type TenantInviteRejectJSONRequestBody ¶
type TenantInviteRejectJSONRequestBody = RejectInviteRequest
TenantInviteRejectJSONRequestBody defines body for TenantInviteReject for application/json ContentType.
type TenantInviteRejectResponse ¶
type TenantInviteRejectResponse struct {
Body []byte
HTTPResponse *http.Response
JSON400 *APIErrors
JSON403 *APIError
}
func ParseTenantInviteRejectResponse ¶
func ParseTenantInviteRejectResponse(rsp *http.Response) (*TenantInviteRejectResponse, error)
ParseTenantInviteRejectResponse parses an HTTP response from a TenantInviteRejectWithResponse call
func (TenantInviteRejectResponse) Status ¶
func (r TenantInviteRejectResponse) Status() string
Status returns HTTPResponse.Status
func (TenantInviteRejectResponse) StatusCode ¶
func (r TenantInviteRejectResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type TenantInviteUpdateJSONRequestBody ¶
type TenantInviteUpdateJSONRequestBody = UpdateTenantInviteRequest
TenantInviteUpdateJSONRequestBody defines body for TenantInviteUpdate for application/json ContentType.
type TenantInviteUpdateResponse ¶
type TenantInviteUpdateResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *TenantInvite
JSON400 *APIErrors
}
func ParseTenantInviteUpdateResponse ¶
func ParseTenantInviteUpdateResponse(rsp *http.Response) (*TenantInviteUpdateResponse, error)
ParseTenantInviteUpdateResponse parses an HTTP response from a TenantInviteUpdateWithResponse call
func (TenantInviteUpdateResponse) Status ¶
func (r TenantInviteUpdateResponse) Status() string
Status returns HTTPResponse.Status
func (TenantInviteUpdateResponse) StatusCode ¶
func (r TenantInviteUpdateResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type TenantMember ¶
type TenantMember struct {
// CanViewPayloads Whether this member can view task, event, and log payloads in the dashboard and REST API. OWNER and ADMIN always can, regardless of this flag. Defaults to true.
CanViewPayloads *bool `json:"canViewPayloads,omitempty"`
// ManuallyAdded Whether this membership was explicitly granted (as opposed to synced via user-group tags). Only explicit members can have their role edited or be removed.
ManuallyAdded *bool `json:"manually_added,omitempty"`
Metadata APIResourceMeta `json:"metadata"`
Role TenantMemberRole `json:"role"`
Tenant *Tenant `json:"tenant,omitempty"`
User UserTenantPublic `json:"user"`
}
TenantMember defines model for TenantMember.
type TenantMemberDeleteResponse ¶
type TenantMemberDeleteResponse struct {
Body []byte
HTTPResponse *http.Response
JSON204 *TenantMember
JSON400 *APIErrors
JSON403 *APIErrors
JSON404 *APIErrors
}
func ParseTenantMemberDeleteResponse ¶
func ParseTenantMemberDeleteResponse(rsp *http.Response) (*TenantMemberDeleteResponse, error)
ParseTenantMemberDeleteResponse parses an HTTP response from a TenantMemberDeleteWithResponse call
func (TenantMemberDeleteResponse) Status ¶
func (r TenantMemberDeleteResponse) Status() string
Status returns HTTPResponse.Status
func (TenantMemberDeleteResponse) StatusCode ¶
func (r TenantMemberDeleteResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type TenantMemberList ¶
type TenantMemberList struct {
Pagination *PaginationResponse `json:"pagination,omitempty"`
Rows *[]TenantMember `json:"rows,omitempty"`
}
TenantMemberList defines model for TenantMemberList.
type TenantMemberListResponse ¶
type TenantMemberListResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *TenantMemberList
JSON400 *APIErrors
JSON403 *APIError
}
func ParseTenantMemberListResponse ¶
func ParseTenantMemberListResponse(rsp *http.Response) (*TenantMemberListResponse, error)
ParseTenantMemberListResponse parses an HTTP response from a TenantMemberListWithResponse call
func (TenantMemberListResponse) Status ¶
func (r TenantMemberListResponse) Status() string
Status returns HTTPResponse.Status
func (TenantMemberListResponse) StatusCode ¶
func (r TenantMemberListResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type TenantMemberRole ¶
type TenantMemberRole string
TenantMemberRole defines model for TenantMemberRole.
const ( ADMIN TenantMemberRole = "ADMIN" MEMBER TenantMemberRole = "MEMBER" OWNER TenantMemberRole = "OWNER" VIEWER TenantMemberRole = "VIEWER" )
Defines values for TenantMemberRole.
type TenantMemberUpdateJSONRequestBody ¶ added in v0.70.0
type TenantMemberUpdateJSONRequestBody = UpdateTenantMemberRequest
TenantMemberUpdateJSONRequestBody defines body for TenantMemberUpdate for application/json ContentType.
type TenantMemberUpdateResponse ¶ added in v0.70.0
type TenantMemberUpdateResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *TenantMember
JSON400 *APIErrors
JSON403 *APIErrors
JSON404 *APIErrors
}
func ParseTenantMemberUpdateResponse ¶ added in v0.70.0
func ParseTenantMemberUpdateResponse(rsp *http.Response) (*TenantMemberUpdateResponse, error)
ParseTenantMemberUpdateResponse parses an HTTP response from a TenantMemberUpdateWithResponse call
func (TenantMemberUpdateResponse) Status ¶ added in v0.70.0
func (r TenantMemberUpdateResponse) Status() string
Status returns HTTPResponse.Status
func (TenantMemberUpdateResponse) StatusCode ¶ added in v0.70.0
func (r TenantMemberUpdateResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type TenantMembershipsListResponse ¶
type TenantMembershipsListResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *UserTenantMembershipsList
JSON400 *APIErrors
JSON403 *APIErrors
}
func ParseTenantMembershipsListResponse ¶
func ParseTenantMembershipsListResponse(rsp *http.Response) (*TenantMembershipsListResponse, error)
ParseTenantMembershipsListResponse parses an HTTP response from a TenantMembershipsListWithResponse call
func (TenantMembershipsListResponse) Status ¶
func (r TenantMembershipsListResponse) Status() string
Status returns HTTPResponse.Status
func (TenantMembershipsListResponse) StatusCode ¶
func (r TenantMembershipsListResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type TenantQueueMetrics ¶
type TenantQueueMetrics struct {
Queues *map[string]int `json:"queues,omitempty"`
Total *QueueMetrics `json:"total,omitempty"`
Workflow *map[string]QueueMetrics `json:"workflow,omitempty"`
}
TenantQueueMetrics defines model for TenantQueueMetrics.
type TenantResource ¶
type TenantResource string
TenantResource defines model for TenantResource.
const ( CRON TenantResource = "CRON" EVENT TenantResource = "EVENT" INCOMINGWEBHOOK TenantResource = "INCOMING_WEBHOOK" SCHEDULE TenantResource = "SCHEDULE" TASKRUN TenantResource = "TASK_RUN" WORKER TenantResource = "WORKER" WORKERSLOT TenantResource = "WORKER_SLOT" )
Defines values for TenantResource.
type TenantResourceLimit ¶
type TenantResourceLimit struct {
// AlarmValue The alarm value associated with this limit to warn of approaching limit value.
AlarmValue *int `json:"alarmValue,omitempty"`
// LastRefill The last time the limit was refilled.
LastRefill *time.Time `json:"lastRefill,omitempty"`
// LimitValue The limit associated with this limit.
LimitValue int `json:"limitValue"`
Metadata APIResourceMeta `json:"metadata"`
Resource TenantResource `json:"resource"`
// Value The current value associated with this limit.
Value int `json:"value"`
// Window The meter window for the limit. (i.e. 1 day, 1 week, 1 month)
Window *string `json:"window,omitempty"`
}
TenantResourceLimit defines model for TenantResourceLimit.
type TenantResourcePolicy ¶
type TenantResourcePolicy struct {
// Limits A list of resource limits for the tenant.
Limits []TenantResourceLimit `json:"limits"`
}
TenantResourcePolicy defines model for TenantResourcePolicy.
type TenantResourcePolicyGetResponse ¶
type TenantResourcePolicyGetResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *TenantResourcePolicy
JSON400 *APIErrors
JSON403 *APIError
}
func ParseTenantResourcePolicyGetResponse ¶
func ParseTenantResourcePolicyGetResponse(rsp *http.Response) (*TenantResourcePolicyGetResponse, error)
ParseTenantResourcePolicyGetResponse parses an HTTP response from a TenantResourcePolicyGetWithResponse call
func (TenantResourcePolicyGetResponse) Status ¶
func (r TenantResourcePolicyGetResponse) Status() string
Status returns HTTPResponse.Status
func (TenantResourcePolicyGetResponse) StatusCode ¶
func (r TenantResourcePolicyGetResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type TenantStepRunQueueMetrics ¶
type TenantStepRunQueueMetrics struct {
Queues *map[string]interface{} `json:"queues,omitempty"`
}
TenantStepRunQueueMetrics defines model for TenantStepRunQueueMetrics.
type TenantUpdateJSONRequestBody ¶
type TenantUpdateJSONRequestBody = UpdateTenantRequest
TenantUpdateJSONRequestBody defines body for TenantUpdate for application/json ContentType.
type TenantUpdateResponse ¶
type TenantUpdateResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *Tenant
JSON400 *APIErrors
JSON403 *APIError
}
func ParseTenantUpdateResponse ¶
func ParseTenantUpdateResponse(rsp *http.Response) (*TenantUpdateResponse, error)
ParseTenantUpdateResponse parses an HTTP response from a TenantUpdateWithResponse call
func (TenantUpdateResponse) Status ¶
func (r TenantUpdateResponse) Status() string
Status returns HTTPResponse.Status
func (TenantUpdateResponse) StatusCode ¶
func (r TenantUpdateResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type TenantVersion ¶
type TenantVersion string
TenantVersion defines model for TenantVersion.
const ( V0 TenantVersion = "V0" V1 TenantVersion = "V1" )
Defines values for TenantVersion.
type TriggerRunResult ¶ added in v0.88.2
type TriggerRunResult struct {
// ExternalId The external ID of the triggered workflow run
ExternalId openapi_types.UUID `json:"externalId"`
}
TriggerRunResult defines model for TriggerRunResult.
type TriggerWorkflowRunRequest ¶
type TriggerWorkflowRunRequest struct {
AdditionalMetadata *map[string]interface{} `json:"additionalMetadata,omitempty"`
Input map[string]interface{} `json:"input"`
}
TriggerWorkflowRunRequest defines model for TriggerWorkflowRunRequest.
type UpdateCronWorkflowTriggerRequest ¶ added in v0.73.35
type UpdateCronWorkflowTriggerRequest struct {
Enabled *bool `json:"enabled,omitempty"`
}
UpdateCronWorkflowTriggerRequest defines model for UpdateCronWorkflowTriggerRequest.
type UpdateScheduledWorkflowRunRequest ¶ added in v0.73.104
UpdateScheduledWorkflowRunRequest defines model for UpdateScheduledWorkflowRunRequest.
type UpdateTenantAlertEmailGroupRequest ¶
type UpdateTenantAlertEmailGroupRequest struct {
// Emails A list of emails for users
Emails []string `json:"emails" validate:"required,dive,email"`
}
UpdateTenantAlertEmailGroupRequest defines model for UpdateTenantAlertEmailGroupRequest.
type UpdateTenantInviteRequest ¶
type UpdateTenantInviteRequest struct {
// CanViewPayloads Whether the invited user can view payloads.
CanViewPayloads *bool `json:"canViewPayloads,omitempty"`
Role TenantMemberRole `json:"role"`
}
UpdateTenantInviteRequest defines model for UpdateTenantInviteRequest.
type UpdateTenantMemberRequest ¶ added in v0.70.0
type UpdateTenantMemberRequest struct {
// CanViewPayloads Whether this member can view payloads. Ignored for OWNER and ADMIN, who always can.
CanViewPayloads *bool `json:"canViewPayloads,omitempty"`
Role TenantMemberRole `json:"role"`
}
UpdateTenantMemberRequest defines model for UpdateTenantMemberRequest.
type UpdateTenantRequest ¶
type UpdateTenantRequest struct {
// AlertMemberEmails Whether to alert tenant members.
AlertMemberEmails *bool `json:"alertMemberEmails,omitempty"`
// AnalyticsOptOut Whether the tenant has opted out of analytics.
AnalyticsOptOut *bool `json:"analyticsOptOut,omitempty"`
// EnableExpiringTokenAlerts Whether to enable alerts when tokens are approaching expiration.
EnableExpiringTokenAlerts *bool `json:"enableExpiringTokenAlerts,omitempty"`
// EnableTenantResourceLimitAlerts Whether to enable alerts when tenant resources are approaching limits.
EnableTenantResourceLimitAlerts *bool `json:"enableTenantResourceLimitAlerts,omitempty"`
// EnableWorkflowRunFailureAlerts Whether to send alerts when workflow runs fail.
EnableWorkflowRunFailureAlerts *bool `json:"enableWorkflowRunFailureAlerts,omitempty"`
// MaxAlertingFrequency The max frequency at which to alert.
MaxAlertingFrequency *string `json:"maxAlertingFrequency,omitempty" validate:"omitnil,duration"`
// Name The name of the tenant.
Name *string `json:"name,omitempty"`
Version *TenantVersion `json:"version,omitempty"`
}
UpdateTenantRequest defines model for UpdateTenantRequest.
type UpdateWorkerRequest ¶
type UpdateWorkerRequest struct {
// IsPaused Whether the worker is paused and cannot accept new runs.
IsPaused *bool `json:"isPaused,omitempty"`
}
UpdateWorkerRequest defines model for UpdateWorkerRequest.
type User ¶
type User struct {
// Email The email address of the user.
Email openapi_types.Email `json:"email"`
// EmailHash A hash of the user's email address for use with Pylon Support Chat
EmailHash *string `json:"emailHash,omitempty"`
// EmailVerified Whether the user has verified their email address.
EmailVerified bool `json:"emailVerified"`
// HasPassword Whether the user has a password set.
HasPassword *bool `json:"hasPassword,omitempty"`
Metadata APIResourceMeta `json:"metadata"`
// Name The display name of the user.
Name *string `json:"name,omitempty"`
}
User defines model for User.
type UserChangePasswordRequest ¶
type UserChangePasswordRequest struct {
// NewPassword The new password for the user.
NewPassword string `json:"newPassword" validate:"required,password"`
// Password The password of the user.
Password string `json:"password" validate:"required,password"`
}
UserChangePasswordRequest defines model for UserChangePasswordRequest.
type UserCreateJSONRequestBody ¶
type UserCreateJSONRequestBody = UserRegisterRequest
UserCreateJSONRequestBody defines body for UserCreate for application/json ContentType.
type UserCreateResponse ¶
type UserCreateResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *User
JSON400 *APIErrors
JSON401 *APIErrors
JSON405 *APIErrors
JSON422 *APIErrors
}
func ParseUserCreateResponse ¶
func ParseUserCreateResponse(rsp *http.Response) (*UserCreateResponse, error)
ParseUserCreateResponse parses an HTTP response from a UserCreateWithResponse call
func (UserCreateResponse) Status ¶
func (r UserCreateResponse) Status() string
Status returns HTTPResponse.Status
func (UserCreateResponse) StatusCode ¶
func (r UserCreateResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type UserGetCurrentResponse ¶
type UserGetCurrentResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *User
JSON400 *APIErrors
JSON401 *APIErrors
JSON405 *APIErrors
}
func ParseUserGetCurrentResponse ¶
func ParseUserGetCurrentResponse(rsp *http.Response) (*UserGetCurrentResponse, error)
ParseUserGetCurrentResponse parses an HTTP response from a UserGetCurrentWithResponse call
func (UserGetCurrentResponse) Status ¶
func (r UserGetCurrentResponse) Status() string
Status returns HTTPResponse.Status
func (UserGetCurrentResponse) StatusCode ¶
func (r UserGetCurrentResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type UserListTenantInvitesResponse ¶
type UserListTenantInvitesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *TenantInviteList
JSON400 *APIErrors
JSON403 *APIErrors
}
func ParseUserListTenantInvitesResponse ¶
func ParseUserListTenantInvitesResponse(rsp *http.Response) (*UserListTenantInvitesResponse, error)
ParseUserListTenantInvitesResponse parses an HTTP response from a UserListTenantInvitesWithResponse call
func (UserListTenantInvitesResponse) Status ¶
func (r UserListTenantInvitesResponse) Status() string
Status returns HTTPResponse.Status
func (UserListTenantInvitesResponse) StatusCode ¶
func (r UserListTenantInvitesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type UserLoginRequest ¶
type UserLoginRequest struct {
// Email The email address of the user.
Email openapi_types.Email `json:"email" validate:"required,email"`
// Password The password of the user.
Password string `json:"password" validate:"required,password"`
}
UserLoginRequest defines model for UserLoginRequest.
type UserRegisterRequest ¶
type UserRegisterRequest struct {
// Email The email address of the user.
Email openapi_types.Email `json:"email" validate:"required,email"`
// Name The name of the user.
Name string `json:"name"`
// Password The password of the user.
Password string `json:"password" validate:"required,password"`
}
UserRegisterRequest defines model for UserRegisterRequest.
type UserTenantMembershipsList ¶
type UserTenantMembershipsList struct {
Pagination *PaginationResponse `json:"pagination,omitempty"`
Rows *[]TenantMember `json:"rows,omitempty"`
}
UserTenantMembershipsList defines model for UserTenantMembershipsList.
type UserTenantPublic ¶
type UserTenantPublic struct {
// Email The email address of the user.
Email openapi_types.Email `json:"email"`
// Name The display name of the user.
Name *string `json:"name,omitempty"`
}
UserTenantPublic defines model for UserTenantPublic.
type UserUpdateGithubOauthCallbackResponse ¶
func ParseUserUpdateGithubOauthCallbackResponse ¶
func ParseUserUpdateGithubOauthCallbackResponse(rsp *http.Response) (*UserUpdateGithubOauthCallbackResponse, error)
ParseUserUpdateGithubOauthCallbackResponse parses an HTTP response from a UserUpdateGithubOauthCallbackWithResponse call
func (UserUpdateGithubOauthCallbackResponse) Status ¶
func (r UserUpdateGithubOauthCallbackResponse) Status() string
Status returns HTTPResponse.Status
func (UserUpdateGithubOauthCallbackResponse) StatusCode ¶
func (r UserUpdateGithubOauthCallbackResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type UserUpdateGithubOauthStartResponse ¶
func ParseUserUpdateGithubOauthStartResponse ¶
func ParseUserUpdateGithubOauthStartResponse(rsp *http.Response) (*UserUpdateGithubOauthStartResponse, error)
ParseUserUpdateGithubOauthStartResponse parses an HTTP response from a UserUpdateGithubOauthStartWithResponse call
func (UserUpdateGithubOauthStartResponse) Status ¶
func (r UserUpdateGithubOauthStartResponse) Status() string
Status returns HTTPResponse.Status
func (UserUpdateGithubOauthStartResponse) StatusCode ¶
func (r UserUpdateGithubOauthStartResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type UserUpdateGoogleOauthCallbackResponse ¶
func ParseUserUpdateGoogleOauthCallbackResponse ¶
func ParseUserUpdateGoogleOauthCallbackResponse(rsp *http.Response) (*UserUpdateGoogleOauthCallbackResponse, error)
ParseUserUpdateGoogleOauthCallbackResponse parses an HTTP response from a UserUpdateGoogleOauthCallbackWithResponse call
func (UserUpdateGoogleOauthCallbackResponse) Status ¶
func (r UserUpdateGoogleOauthCallbackResponse) Status() string
Status returns HTTPResponse.Status
func (UserUpdateGoogleOauthCallbackResponse) StatusCode ¶
func (r UserUpdateGoogleOauthCallbackResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type UserUpdateGoogleOauthStartResponse ¶
func ParseUserUpdateGoogleOauthStartResponse ¶
func ParseUserUpdateGoogleOauthStartResponse(rsp *http.Response) (*UserUpdateGoogleOauthStartResponse, error)
ParseUserUpdateGoogleOauthStartResponse parses an HTTP response from a UserUpdateGoogleOauthStartWithResponse call
func (UserUpdateGoogleOauthStartResponse) Status ¶
func (r UserUpdateGoogleOauthStartResponse) Status() string
Status returns HTTPResponse.Status
func (UserUpdateGoogleOauthStartResponse) StatusCode ¶
func (r UserUpdateGoogleOauthStartResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type UserUpdateLoginJSONRequestBody ¶
type UserUpdateLoginJSONRequestBody = UserLoginRequest
UserUpdateLoginJSONRequestBody defines body for UserUpdateLogin for application/json ContentType.
type UserUpdateLoginResponse ¶
type UserUpdateLoginResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *User
JSON400 *APIErrors
JSON401 *APIErrors
JSON405 *APIErrors
JSON422 *APIErrors
}
func ParseUserUpdateLoginResponse ¶
func ParseUserUpdateLoginResponse(rsp *http.Response) (*UserUpdateLoginResponse, error)
ParseUserUpdateLoginResponse parses an HTTP response from a UserUpdateLoginWithResponse call
func (UserUpdateLoginResponse) Status ¶
func (r UserUpdateLoginResponse) Status() string
Status returns HTTPResponse.Status
func (UserUpdateLoginResponse) StatusCode ¶
func (r UserUpdateLoginResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type UserUpdateLogoutResponse ¶
type UserUpdateLogoutResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *User
JSON400 *APIErrors
JSON401 *APIErrors
JSON405 *APIErrors
}
func ParseUserUpdateLogoutResponse ¶
func ParseUserUpdateLogoutResponse(rsp *http.Response) (*UserUpdateLogoutResponse, error)
ParseUserUpdateLogoutResponse parses an HTTP response from a UserUpdateLogoutWithResponse call
func (UserUpdateLogoutResponse) Status ¶
func (r UserUpdateLogoutResponse) Status() string
Status returns HTTPResponse.Status
func (UserUpdateLogoutResponse) StatusCode ¶
func (r UserUpdateLogoutResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type UserUpdatePasswordJSONRequestBody ¶
type UserUpdatePasswordJSONRequestBody = UserChangePasswordRequest
UserUpdatePasswordJSONRequestBody defines body for UserUpdatePassword for application/json ContentType.
type UserUpdatePasswordResponse ¶
type UserUpdatePasswordResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *User
JSON400 *APIErrors
JSON401 *APIErrors
JSON405 *APIErrors
JSON422 *APIErrors
}
func ParseUserUpdatePasswordResponse ¶
func ParseUserUpdatePasswordResponse(rsp *http.Response) (*UserUpdatePasswordResponse, error)
ParseUserUpdatePasswordResponse parses an HTTP response from a UserUpdatePasswordWithResponse call
func (UserUpdatePasswordResponse) Status ¶
func (r UserUpdatePasswordResponse) Status() string
Status returns HTTPResponse.Status
func (UserUpdatePasswordResponse) StatusCode ¶
func (r UserUpdatePasswordResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type UserUpdateSlackOauthCallbackResponse ¶
func ParseUserUpdateSlackOauthCallbackResponse ¶
func ParseUserUpdateSlackOauthCallbackResponse(rsp *http.Response) (*UserUpdateSlackOauthCallbackResponse, error)
ParseUserUpdateSlackOauthCallbackResponse parses an HTTP response from a UserUpdateSlackOauthCallbackWithResponse call
func (UserUpdateSlackOauthCallbackResponse) Status ¶
func (r UserUpdateSlackOauthCallbackResponse) Status() string
Status returns HTTPResponse.Status
func (UserUpdateSlackOauthCallbackResponse) StatusCode ¶
func (r UserUpdateSlackOauthCallbackResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type UserUpdateSlackOauthStartResponse ¶
func ParseUserUpdateSlackOauthStartResponse ¶
func ParseUserUpdateSlackOauthStartResponse(rsp *http.Response) (*UserUpdateSlackOauthStartResponse, error)
ParseUserUpdateSlackOauthStartResponse parses an HTTP response from a UserUpdateSlackOauthStartWithResponse call
func (UserUpdateSlackOauthStartResponse) Status ¶
func (r UserUpdateSlackOauthStartResponse) Status() string
Status returns HTTPResponse.Status
func (UserUpdateSlackOauthStartResponse) StatusCode ¶
func (r UserUpdateSlackOauthStartResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type V1AdditionalMetadataOperator ¶ added in v0.94.11
type V1AdditionalMetadataOperator string
V1AdditionalMetadataOperator defines model for V1AdditionalMetadataOperator.
const ( AND V1AdditionalMetadataOperator = "AND" OR V1AdditionalMetadataOperator = "OR" )
Defines values for V1AdditionalMetadataOperator.
type V1BranchDurableTaskRequest ¶ added in v0.80.0
type V1BranchDurableTaskRequest struct {
// BranchId The branch id to replay from.
BranchId int64 `json:"branchId"`
// NodeId The node id to replay from.
NodeId int64 `json:"nodeId"`
// TaskExternalId The external id of the durable task to branch.
TaskExternalId openapi_types.UUID `json:"taskExternalId"`
}
V1BranchDurableTaskRequest defines model for V1BranchDurableTaskRequest.
type V1BranchDurableTaskResponse ¶ added in v0.80.0
type V1BranchDurableTaskResponse struct {
// BranchId The branch id of the new entry.
BranchId int64 `json:"branchId"`
// NodeId The node id of the new entry.
NodeId int64 `json:"nodeId"`
// TaskExternalId The external id of the durable task.
TaskExternalId openapi_types.UUID `json:"taskExternalId"`
}
V1BranchDurableTaskResponse defines model for V1BranchDurableTaskResponse.
type V1CELDebugRequest ¶
type V1CELDebugRequest struct {
// AdditionalMetadata Additional metadata, which simulates metadata that could be sent with an event or a workflow run
AdditionalMetadata *map[string]interface{} `json:"additionalMetadata,omitempty"`
// Expression The CEL expression to evaluate
Expression string `json:"expression"`
// FilterPayload The filter payload, which simulates a payload set on a previous-created filter
FilterPayload *map[string]interface{} `json:"filterPayload,omitempty"`
// Input The input, which simulates the workflow run input
Input map[string]interface{} `json:"input"`
}
V1CELDebugRequest defines model for V1CELDebugRequest.
type V1CELDebugResponse ¶
type V1CELDebugResponse struct {
// Error The error message if the evaluation failed
Error *string `json:"error,omitempty"`
// Output The result of the CEL expression evaluation, if successful
Output *bool `json:"output,omitempty"`
// Status The status of the CEL evaluation
Status V1CELDebugResponseStatus `json:"status"`
}
V1CELDebugResponse defines model for V1CELDebugResponse.
type V1CELDebugResponseStatus ¶
type V1CELDebugResponseStatus string
V1CELDebugResponseStatus The status of the CEL evaluation
const ( V1CELDebugResponseStatusERROR V1CELDebugResponseStatus = "ERROR" V1CELDebugResponseStatusSUCCESS V1CELDebugResponseStatus = "SUCCESS" )
Defines values for V1CELDebugResponseStatus.
type V1CancelTaskRequest ¶
type V1CancelTaskRequest struct {
// ExternalIds A list of external IDs, which can refer to either task or workflow run external IDs
ExternalIds *[]openapi_types.UUID `json:"externalIds,omitempty"`
Filter *V1TaskFilter `json:"filter,omitempty"`
}
V1CancelTaskRequest defines model for V1CancelTaskRequest.
type V1CancelledTasks ¶
type V1CancelledTasks struct {
// Ids The list of task external ids that were cancelled
Ids *[]openapi_types.UUID `json:"ids,omitempty"`
}
V1CancelledTasks defines model for V1CancelledTasks.
type V1CelDebugJSONRequestBody ¶
type V1CelDebugJSONRequestBody = V1CELDebugRequest
V1CelDebugJSONRequestBody defines body for V1CelDebug for application/json ContentType.
type V1CelDebugResponse ¶
type V1CelDebugResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *V1CELDebugResponse
JSON400 *APIErrors
JSON403 *APIErrors
}
func ParseV1CelDebugResponse ¶
func ParseV1CelDebugResponse(rsp *http.Response) (*V1CelDebugResponse, error)
ParseV1CelDebugResponse parses an HTTP response from a V1CelDebugWithResponse call
func (V1CelDebugResponse) Status ¶
func (r V1CelDebugResponse) Status() string
Status returns HTTPResponse.Status
func (V1CelDebugResponse) StatusCode ¶
func (r V1CelDebugResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type V1CreateFilterRequest ¶
type V1CreateFilterRequest struct {
// Expression The expression for the filter
Expression string `json:"expression"`
// Payload The payload for the filter
Payload *map[string]interface{} `json:"payload,omitempty"`
// Scope The scope associated with this filter. Used for subsetting candidate filters at evaluation time
Scope string `json:"scope"`
// WorkflowId The workflow id
WorkflowId openapi_types.UUID `json:"workflowId"`
}
V1CreateFilterRequest defines model for V1CreateFilterRequest.
type V1CreateHTTPOperatorRequest ¶ added in v0.104.0
type V1CreateHTTPOperatorRequest struct {
// HealthcheckEndpoint The HTTPS endpoint polled periodically to discover the actions this operator handles.
HealthcheckEndpoint string `json:"healthcheckEndpoint"`
// Name The name of the operator.
Name string `json:"name"`
// RequestTimeoutSeconds The per-request timeout backstop, in seconds.
RequestTimeoutSeconds int32 `json:"requestTimeoutSeconds"`
// SigningSecret The secret used to HMAC-sign delivered requests (sent in the X-Hatchet-Signature header). Write-only: it is never returned in responses.
SigningSecret string `json:"signingSecret"`
// TriggerEndpoint The HTTPS endpoint (https, port 443) that assigned tasks are delivered to.
TriggerEndpoint string `json:"triggerEndpoint"`
}
V1CreateHTTPOperatorRequest defines model for V1CreateHTTPOperatorRequest.
type V1CreateWebhookRequest ¶ added in v0.70.0
type V1CreateWebhookRequest struct {
// contains filtered or unexported fields
}
V1CreateWebhookRequest defines model for V1CreateWebhookRequest.
func (V1CreateWebhookRequest) AsV1CreateWebhookRequestAPIKey ¶ added in v0.70.0
func (t V1CreateWebhookRequest) AsV1CreateWebhookRequestAPIKey() (V1CreateWebhookRequestAPIKey, error)
AsV1CreateWebhookRequestAPIKey returns the union data inside the V1CreateWebhookRequest as a V1CreateWebhookRequestAPIKey
func (V1CreateWebhookRequest) AsV1CreateWebhookRequestBasicAuth ¶ added in v0.70.0
func (t V1CreateWebhookRequest) AsV1CreateWebhookRequestBasicAuth() (V1CreateWebhookRequestBasicAuth, error)
AsV1CreateWebhookRequestBasicAuth returns the union data inside the V1CreateWebhookRequest as a V1CreateWebhookRequestBasicAuth
func (V1CreateWebhookRequest) AsV1CreateWebhookRequestHMAC ¶ added in v0.70.0
func (t V1CreateWebhookRequest) AsV1CreateWebhookRequestHMAC() (V1CreateWebhookRequestHMAC, error)
AsV1CreateWebhookRequestHMAC returns the union data inside the V1CreateWebhookRequest as a V1CreateWebhookRequestHMAC
func (*V1CreateWebhookRequest) FromV1CreateWebhookRequestAPIKey ¶ added in v0.70.0
func (t *V1CreateWebhookRequest) FromV1CreateWebhookRequestAPIKey(v V1CreateWebhookRequestAPIKey) error
FromV1CreateWebhookRequestAPIKey overwrites any union data inside the V1CreateWebhookRequest as the provided V1CreateWebhookRequestAPIKey
func (*V1CreateWebhookRequest) FromV1CreateWebhookRequestBasicAuth ¶ added in v0.70.0
func (t *V1CreateWebhookRequest) FromV1CreateWebhookRequestBasicAuth(v V1CreateWebhookRequestBasicAuth) error
FromV1CreateWebhookRequestBasicAuth overwrites any union data inside the V1CreateWebhookRequest as the provided V1CreateWebhookRequestBasicAuth
func (*V1CreateWebhookRequest) FromV1CreateWebhookRequestHMAC ¶ added in v0.70.0
func (t *V1CreateWebhookRequest) FromV1CreateWebhookRequestHMAC(v V1CreateWebhookRequestHMAC) error
FromV1CreateWebhookRequestHMAC overwrites any union data inside the V1CreateWebhookRequest as the provided V1CreateWebhookRequestHMAC
func (V1CreateWebhookRequest) MarshalJSON ¶ added in v0.70.0
func (t V1CreateWebhookRequest) MarshalJSON() ([]byte, error)
func (*V1CreateWebhookRequest) MergeV1CreateWebhookRequestAPIKey ¶ added in v0.70.0
func (t *V1CreateWebhookRequest) MergeV1CreateWebhookRequestAPIKey(v V1CreateWebhookRequestAPIKey) error
MergeV1CreateWebhookRequestAPIKey performs a merge with any union data inside the V1CreateWebhookRequest, using the provided V1CreateWebhookRequestAPIKey
func (*V1CreateWebhookRequest) MergeV1CreateWebhookRequestBasicAuth ¶ added in v0.70.0
func (t *V1CreateWebhookRequest) MergeV1CreateWebhookRequestBasicAuth(v V1CreateWebhookRequestBasicAuth) error
MergeV1CreateWebhookRequestBasicAuth performs a merge with any union data inside the V1CreateWebhookRequest, using the provided V1CreateWebhookRequestBasicAuth
func (*V1CreateWebhookRequest) MergeV1CreateWebhookRequestHMAC ¶ added in v0.70.0
func (t *V1CreateWebhookRequest) MergeV1CreateWebhookRequestHMAC(v V1CreateWebhookRequestHMAC) error
MergeV1CreateWebhookRequestHMAC performs a merge with any union data inside the V1CreateWebhookRequest, using the provided V1CreateWebhookRequestHMAC
func (*V1CreateWebhookRequest) UnmarshalJSON ¶ added in v0.70.0
func (t *V1CreateWebhookRequest) UnmarshalJSON(b []byte) error
type V1CreateWebhookRequestAPIKey ¶ added in v0.70.0
type V1CreateWebhookRequestAPIKey struct {
Auth V1WebhookAPIKeyAuth `json:"auth"`
// AuthType The type of authentication to use for the webhook
AuthType V1CreateWebhookRequestAPIKeyAuthType `json:"authType"`
// EventKeyExpression The CEL expression to use for the event key. This is used to create the event key from the webhook payload.
EventKeyExpression string `json:"eventKeyExpression"`
// Name The name of the webhook
Name string `json:"name"`
// ReturnEventAsResponsePayload Whether to return the triggered event as the response payload when this webhook is triggered
ReturnEventAsResponsePayload *bool `json:"returnEventAsResponsePayload,omitempty"`
// ScopeExpression The CEL expression to use for the scope. This is used to filter the correct workflow to trigger.
ScopeExpression *string `json:"scopeExpression,omitempty"`
SourceName V1WebhookSourceName `json:"sourceName"`
// StaticPayload The static payload to use for the webhook. This is used to send a static payload with the webhook.
StaticPayload *map[string]interface{} `json:"staticPayload,omitempty"`
}
V1CreateWebhookRequestAPIKey defines model for V1CreateWebhookRequestAPIKey.
type V1CreateWebhookRequestAPIKeyAuthType ¶ added in v0.70.0
type V1CreateWebhookRequestAPIKeyAuthType string
V1CreateWebhookRequestAPIKeyAuthType The type of authentication to use for the webhook
const (
V1CreateWebhookRequestAPIKeyAuthTypeAPIKEY V1CreateWebhookRequestAPIKeyAuthType = "API_KEY"
)
Defines values for V1CreateWebhookRequestAPIKeyAuthType.
type V1CreateWebhookRequestBase ¶ added in v0.70.0
type V1CreateWebhookRequestBase struct {
// EventKeyExpression The CEL expression to use for the event key. This is used to create the event key from the webhook payload.
EventKeyExpression string `json:"eventKeyExpression"`
// Name The name of the webhook
Name string `json:"name"`
// ReturnEventAsResponsePayload Whether to return the triggered event as the response payload when this webhook is triggered
ReturnEventAsResponsePayload *bool `json:"returnEventAsResponsePayload,omitempty"`
// ScopeExpression The CEL expression to use for the scope. This is used to filter the correct workflow to trigger.
ScopeExpression *string `json:"scopeExpression,omitempty"`
SourceName V1WebhookSourceName `json:"sourceName"`
// StaticPayload The static payload to use for the webhook. This is used to send a static payload with the webhook.
StaticPayload *map[string]interface{} `json:"staticPayload,omitempty"`
}
V1CreateWebhookRequestBase defines model for V1CreateWebhookRequestBase.
type V1CreateWebhookRequestBasicAuth ¶ added in v0.70.0
type V1CreateWebhookRequestBasicAuth struct {
Auth V1WebhookBasicAuth `json:"auth"`
// AuthType The type of authentication to use for the webhook
AuthType V1CreateWebhookRequestBasicAuthAuthType `json:"authType"`
// EventKeyExpression The CEL expression to use for the event key. This is used to create the event key from the webhook payload.
EventKeyExpression string `json:"eventKeyExpression"`
// Name The name of the webhook
Name string `json:"name"`
// ReturnEventAsResponsePayload Whether to return the triggered event as the response payload when this webhook is triggered
ReturnEventAsResponsePayload *bool `json:"returnEventAsResponsePayload,omitempty"`
// ScopeExpression The CEL expression to use for the scope. This is used to filter the correct workflow to trigger.
ScopeExpression *string `json:"scopeExpression,omitempty"`
SourceName V1WebhookSourceName `json:"sourceName"`
// StaticPayload The static payload to use for the webhook. This is used to send a static payload with the webhook.
StaticPayload *map[string]interface{} `json:"staticPayload,omitempty"`
}
V1CreateWebhookRequestBasicAuth defines model for V1CreateWebhookRequestBasicAuth.
type V1CreateWebhookRequestBasicAuthAuthType ¶ added in v0.70.0
type V1CreateWebhookRequestBasicAuthAuthType string
V1CreateWebhookRequestBasicAuthAuthType The type of authentication to use for the webhook
const (
BASIC V1CreateWebhookRequestBasicAuthAuthType = "BASIC"
)
Defines values for V1CreateWebhookRequestBasicAuthAuthType.
type V1CreateWebhookRequestHMAC ¶ added in v0.70.0
type V1CreateWebhookRequestHMAC struct {
Auth V1WebhookHMACAuth `json:"auth"`
// AuthType The type of authentication to use for the webhook
AuthType V1CreateWebhookRequestHMACAuthType `json:"authType"`
// EventKeyExpression The CEL expression to use for the event key. This is used to create the event key from the webhook payload.
EventKeyExpression string `json:"eventKeyExpression"`
// Name The name of the webhook
Name string `json:"name"`
// ReturnEventAsResponsePayload Whether to return the triggered event as the response payload when this webhook is triggered
ReturnEventAsResponsePayload *bool `json:"returnEventAsResponsePayload,omitempty"`
// ScopeExpression The CEL expression to use for the scope. This is used to filter the correct workflow to trigger.
ScopeExpression *string `json:"scopeExpression,omitempty"`
SourceName V1WebhookSourceName `json:"sourceName"`
// StaticPayload The static payload to use for the webhook. This is used to send a static payload with the webhook.
StaticPayload *map[string]interface{} `json:"staticPayload,omitempty"`
}
V1CreateWebhookRequestHMAC defines model for V1CreateWebhookRequestHMAC.
type V1CreateWebhookRequestHMACAuthType ¶ added in v0.70.0
type V1CreateWebhookRequestHMACAuthType string
V1CreateWebhookRequestHMACAuthType The type of authentication to use for the webhook
const (
HMAC V1CreateWebhookRequestHMACAuthType = "HMAC"
)
Defines values for V1CreateWebhookRequestHMACAuthType.
type V1DagChildren ¶
type V1DagChildren struct {
Children *[]V1TaskSummary `json:"children,omitempty"`
DagId *openapi_types.UUID `json:"dagId,omitempty"`
}
V1DagChildren defines model for V1DagChildren.
type V1DagListTasksParams ¶
type V1DagListTasksParams struct {
// DagIds The external id of the DAG
DagIds []openapi_types.UUID `form:"dag_ids" json:"dag_ids"`
// Tenant The tenant id
Tenant openapi_types.UUID `form:"tenant" json:"tenant"`
}
V1DagListTasksParams defines parameters for V1DagListTasks.
type V1DagListTasksResponse ¶
type V1DagListTasksResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *[]V1DagChildren
JSON400 *APIErrors
JSON403 *APIErrors
JSON501 *APIErrors
}
func ParseV1DagListTasksResponse ¶
func ParseV1DagListTasksResponse(rsp *http.Response) (*V1DagListTasksResponse, error)
ParseV1DagListTasksResponse parses an HTTP response from a V1DagListTasksWithResponse call
func (V1DagListTasksResponse) Status ¶
func (r V1DagListTasksResponse) Status() string
Status returns HTTPResponse.Status
func (V1DagListTasksResponse) StatusCode ¶
func (r V1DagListTasksResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type V1DurableEventLogEntry ¶ added in v0.83.32
type V1DurableEventLogEntry struct {
// BranchId The branch id when this entry was first seen.
BranchId int64 `json:"branchId"`
// InsertedAt When this entry was inserted.
InsertedAt time.Time `json:"insertedAt"`
// IsSatisfied Whether this entry has been satisfied.
IsSatisfied bool `json:"isSatisfied"`
Kind V1DurableEventLogKind `json:"kind"`
// NodeId The monotonically increasing node id in the event log.
NodeId int64 `json:"nodeId"`
// SatisfiedAt When this entry was satisfied, if it has been satisfied.
SatisfiedAt *time.Time `json:"satisfiedAt,omitempty"`
// TaskDisplayName The display name of the durable task this event log entry is associated with.
TaskDisplayName string `json:"taskDisplayName"`
// TaskExternalId The external id of the durable task this event log entry is associated with.
TaskExternalId openapi_types.UUID `json:"taskExternalId"`
// UserMessage A user-provided message or label, sent when establishing a durable wait.
UserMessage *string `json:"userMessage,omitempty"`
WaitData *V1WaitData `json:"waitData,omitempty"`
}
V1DurableEventLogEntry defines model for V1DurableEventLogEntry.
type V1DurableEventLogKind ¶ added in v0.83.32
type V1DurableEventLogKind string
V1DurableEventLogKind defines model for V1DurableEventLogKind.
const ( MEMO V1DurableEventLogKind = "MEMO" RUN V1DurableEventLogKind = "RUN" WAITFOR V1DurableEventLogKind = "WAIT_FOR" )
Defines values for V1DurableEventLogKind.
type V1DurableEventLogList ¶ added in v0.83.32
type V1DurableEventLogList = []V1DurableEventLogEntry
V1DurableEventLogList defines model for V1DurableEventLogList.
type V1DurableTaskBranchJSONRequestBody ¶ added in v0.80.0
type V1DurableTaskBranchJSONRequestBody = V1BranchDurableTaskRequest
V1DurableTaskBranchJSONRequestBody defines body for V1DurableTaskBranch for application/json ContentType.
type V1DurableTaskBranchResponse ¶ added in v0.80.0
type V1DurableTaskBranchResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *V1BranchDurableTaskResponse
JSON400 *APIErrors
JSON403 *APIErrors
}
func ParseV1DurableTaskBranchResponse ¶ added in v0.80.0
func ParseV1DurableTaskBranchResponse(rsp *http.Response) (*V1DurableTaskBranchResponse, error)
ParseV1DurableTaskBranchResponse parses an HTTP response from a V1DurableTaskBranchWithResponse call
func (V1DurableTaskBranchResponse) Status ¶ added in v0.80.0
func (r V1DurableTaskBranchResponse) Status() string
Status returns HTTPResponse.Status
func (V1DurableTaskBranchResponse) StatusCode ¶ added in v0.80.0
func (r V1DurableTaskBranchResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type V1DurableTaskEventLogListParams ¶ added in v0.83.32
type V1DurableTaskEventLogListParams struct {
// Offset The number of event log entries to skip
Offset *int64 `form:"offset,omitempty" json:"offset,omitempty"`
// Limit The number of event log entries to limit by
Limit *int64 `form:"limit,omitempty" json:"limit,omitempty"`
}
V1DurableTaskEventLogListParams defines parameters for V1DurableTaskEventLogList.
type V1DurableTaskEventLogListResponse ¶ added in v0.83.32
type V1DurableTaskEventLogListResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *V1DurableEventLogList
JSON400 *APIErrors
JSON403 *APIErrors
JSON404 *APIErrors
}
func ParseV1DurableTaskEventLogListResponse ¶ added in v0.83.32
func ParseV1DurableTaskEventLogListResponse(rsp *http.Response) (*V1DurableTaskEventLogListResponse, error)
ParseV1DurableTaskEventLogListResponse parses an HTTP response from a V1DurableTaskEventLogListWithResponse call
func (V1DurableTaskEventLogListResponse) Status ¶ added in v0.83.32
func (r V1DurableTaskEventLogListResponse) Status() string
Status returns HTTPResponse.Status
func (V1DurableTaskEventLogListResponse) StatusCode ¶ added in v0.83.32
func (r V1DurableTaskEventLogListResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type V1DurableWaitCondition ¶ added in v0.83.32
type V1DurableWaitCondition struct {
EventKey *string `json:"eventKey,omitempty"`
Kind V1DurableWaitConditionKind `json:"kind"`
SleepDurationMs *int64 `json:"sleepDurationMs,omitempty"`
WorkflowName *string `json:"workflowName,omitempty"`
}
V1DurableWaitCondition defines model for V1DurableWaitCondition.
type V1DurableWaitConditionKind ¶ added in v0.83.32
type V1DurableWaitConditionKind string
V1DurableWaitConditionKind defines model for V1DurableWaitConditionKind.
const ( CHILDWORKFLOW V1DurableWaitConditionKind = "CHILD_WORKFLOW" SLEEP V1DurableWaitConditionKind = "SLEEP" USEREVENT V1DurableWaitConditionKind = "USER_EVENT" )
Defines values for V1DurableWaitConditionKind.
type V1Event ¶
type V1Event struct {
// AdditionalMetadata Additional metadata for the event.
AdditionalMetadata *map[string]interface{} `json:"additionalMetadata,omitempty"`
// Key The key for the event.
Key string `json:"key"`
Metadata APIResourceMeta `json:"metadata"`
// Payload The payload of the event, which can be any JSON-serializable object.
Payload *map[string]interface{} `json:"payload,omitempty"`
// PayloadsRestricted True when the event payload was omitted because the caller cannot view payloads. Additional metadata is still included.
PayloadsRestricted *bool `json:"payloadsRestricted,omitempty"`
// Scope The scope of the event, which can be used to filter or categorize events.
Scope *string `json:"scope,omitempty"`
// SeenAt The timestamp when the event was seen.
SeenAt *time.Time `json:"seenAt,omitempty"`
Tenant *Tenant `json:"tenant,omitempty"`
// TenantId The ID of the tenant associated with this event.
TenantId string `json:"tenantId"`
// TriggeredRuns The external IDs of the runs that were triggered by this event.
TriggeredRuns *[]V1EventTriggeredRun `json:"triggeredRuns,omitempty"`
// TriggeringWebhookName The name of the webhook that triggered this event, if applicable.
TriggeringWebhookName *string `json:"triggeringWebhookName,omitempty"`
WorkflowRunSummary V1EventWorkflowRunSummary `json:"workflowRunSummary"`
}
V1Event defines model for V1Event.
type V1EventGetResponse ¶ added in v0.73.98
type V1EventGetResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *V1Event
JSON400 *APIErrors
JSON403 *APIErrors
}
func ParseV1EventGetResponse ¶ added in v0.73.98
func ParseV1EventGetResponse(rsp *http.Response) (*V1EventGetResponse, error)
ParseV1EventGetResponse parses an HTTP response from a V1EventGetWithResponse call
func (V1EventGetResponse) Status ¶ added in v0.73.98
func (r V1EventGetResponse) Status() string
Status returns HTTPResponse.Status
func (V1EventGetResponse) StatusCode ¶ added in v0.73.98
func (r V1EventGetResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type V1EventKeyListResponse ¶
type V1EventKeyListResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *EventKeyList
JSON400 *APIErrors
JSON403 *APIErrors
}
func ParseV1EventKeyListResponse ¶
func ParseV1EventKeyListResponse(rsp *http.Response) (*V1EventKeyListResponse, error)
ParseV1EventKeyListResponse parses an HTTP response from a V1EventKeyListWithResponse call
func (V1EventKeyListResponse) Status ¶
func (r V1EventKeyListResponse) Status() string
Status returns HTTPResponse.Status
func (V1EventKeyListResponse) StatusCode ¶
func (r V1EventKeyListResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type V1EventList ¶
type V1EventList struct {
Pagination *PaginationResponse `json:"pagination,omitempty"`
Rows *[]V1Event `json:"rows,omitempty"`
}
V1EventList defines model for V1EventList.
type V1EventListParams ¶
type V1EventListParams struct {
// Offset The number to skip
Offset *int64 `form:"offset,omitempty" json:"offset,omitempty"`
// Limit The number to limit by
Limit *int64 `form:"limit,omitempty" json:"limit,omitempty"`
// Keys A list of keys to filter by
Keys *[]EventKey `form:"keys,omitempty" json:"keys,omitempty"`
// Since Consider events that occurred after this time
Since *time.Time `form:"since,omitempty" json:"since,omitempty"`
// Until Consider events that occurred before this time
Until *time.Time `form:"until,omitempty" json:"until,omitempty"`
// WorkflowIds Filter to events that are associated with a specific workflow run
WorkflowIds *[]openapi_types.UUID `form:"workflowIds,omitempty" json:"workflowIds,omitempty"`
// WorkflowRunStatuses Filter to events that are associated with workflow runs matching a certain status
WorkflowRunStatuses *[]V1TaskStatus `form:"workflowRunStatuses,omitempty" json:"workflowRunStatuses,omitempty"`
// EventIds Filter to specific events by their ids
EventIds *[]openapi_types.UUID `form:"eventIds,omitempty" json:"eventIds,omitempty"`
// AdditionalMetadata Filter by additional metadata on the events
AdditionalMetadata *[]string `form:"additionalMetadata,omitempty" json:"additionalMetadata,omitempty"`
// Scopes The scopes to filter by
Scopes *[]string `form:"scopes,omitempty" json:"scopes,omitempty"`
}
V1EventListParams defines parameters for V1EventList.
type V1EventListResponse ¶
type V1EventListResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *V1EventList
JSON400 *APIErrors
JSON403 *APIErrors
}
func ParseV1EventListResponse ¶
func ParseV1EventListResponse(rsp *http.Response) (*V1EventListResponse, error)
ParseV1EventListResponse parses an HTTP response from a V1EventListWithResponse call
func (V1EventListResponse) Status ¶
func (r V1EventListResponse) Status() string
Status returns HTTPResponse.Status
func (V1EventListResponse) StatusCode ¶
func (r V1EventListResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type V1EventTriggeredRun ¶
type V1EventTriggeredRun struct {
// FilterId The ID of the filter that triggered the run, if applicable.
FilterId *openapi_types.UUID `json:"filterId,omitempty"`
// WorkflowRunId The external ID of the triggered run.
WorkflowRunId openapi_types.UUID `json:"workflowRunId"`
}
V1EventTriggeredRun defines model for V1EventTriggeredRun.
type V1EventWorkflowRunSummary ¶
type V1EventWorkflowRunSummary struct {
// Cancelled The number of cancelled runs.
Cancelled int64 `json:"cancelled"`
// Failed The number of failed runs.
Failed int64 `json:"failed"`
// Queued The number of queued runs.
Queued int64 `json:"queued"`
// Running The number of running runs.
Running int64 `json:"running"`
// Succeeded The number of succeeded runs.
Succeeded int64 `json:"succeeded"`
}
V1EventWorkflowRunSummary defines model for V1EventWorkflowRunSummary.
type V1Filter ¶
type V1Filter struct {
// Expression The expression associated with this filter.
Expression string `json:"expression"`
// IsDeclarative Whether the filter is declarative (true) or programmatic (false)
IsDeclarative *bool `json:"isDeclarative,omitempty"`
Metadata APIResourceMeta `json:"metadata"`
// Payload Additional payload data associated with the filter
Payload map[string]interface{} `json:"payload"`
// Scope The scope associated with this filter. Used for subsetting candidate filters at evaluation time
Scope string `json:"scope"`
// TenantId The ID of the tenant associated with this filter.
TenantId string `json:"tenantId"`
// WorkflowId The workflow id associated with this filter.
WorkflowId openapi_types.UUID `json:"workflowId"`
}
V1Filter defines model for V1Filter.
type V1FilterCreateJSONRequestBody ¶
type V1FilterCreateJSONRequestBody = V1CreateFilterRequest
V1FilterCreateJSONRequestBody defines body for V1FilterCreate for application/json ContentType.
type V1FilterCreateResponse ¶
type V1FilterCreateResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *V1Filter
JSON400 *APIErrors
JSON403 *APIErrors
JSON404 *APIErrors
}
func ParseV1FilterCreateResponse ¶
func ParseV1FilterCreateResponse(rsp *http.Response) (*V1FilterCreateResponse, error)
ParseV1FilterCreateResponse parses an HTTP response from a V1FilterCreateWithResponse call
func (V1FilterCreateResponse) Status ¶
func (r V1FilterCreateResponse) Status() string
Status returns HTTPResponse.Status
func (V1FilterCreateResponse) StatusCode ¶
func (r V1FilterCreateResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type V1FilterDeleteResponse ¶
type V1FilterDeleteResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *V1Filter
JSON400 *APIErrors
JSON403 *APIErrors
JSON404 *APIErrors
}
func ParseV1FilterDeleteResponse ¶
func ParseV1FilterDeleteResponse(rsp *http.Response) (*V1FilterDeleteResponse, error)
ParseV1FilterDeleteResponse parses an HTTP response from a V1FilterDeleteWithResponse call
func (V1FilterDeleteResponse) Status ¶
func (r V1FilterDeleteResponse) Status() string
Status returns HTTPResponse.Status
func (V1FilterDeleteResponse) StatusCode ¶
func (r V1FilterDeleteResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type V1FilterGetResponse ¶
type V1FilterGetResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *V1Filter
JSON400 *APIErrors
JSON403 *APIErrors
}
func ParseV1FilterGetResponse ¶
func ParseV1FilterGetResponse(rsp *http.Response) (*V1FilterGetResponse, error)
ParseV1FilterGetResponse parses an HTTP response from a V1FilterGetWithResponse call
func (V1FilterGetResponse) Status ¶
func (r V1FilterGetResponse) Status() string
Status returns HTTPResponse.Status
func (V1FilterGetResponse) StatusCode ¶
func (r V1FilterGetResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type V1FilterList ¶
type V1FilterList struct {
Pagination *PaginationResponse `json:"pagination,omitempty"`
Rows *[]V1Filter `json:"rows,omitempty"`
}
V1FilterList defines model for V1FilterList.
type V1FilterListParams ¶
type V1FilterListParams struct {
// Offset The number to skip
Offset *int64 `form:"offset,omitempty" json:"offset,omitempty"`
// Limit The number to limit by
Limit *int64 `form:"limit,omitempty" json:"limit,omitempty"`
// WorkflowIds The workflow ids to filter by
WorkflowIds *[]openapi_types.UUID `form:"workflowIds,omitempty" json:"workflowIds,omitempty"`
// Scopes The scopes to subset candidate filters by
Scopes *[]string `form:"scopes,omitempty" json:"scopes,omitempty"`
}
V1FilterListParams defines parameters for V1FilterList.
type V1FilterListResponse ¶
type V1FilterListResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *V1FilterList
JSON400 *APIErrors
JSON403 *APIErrors
}
func ParseV1FilterListResponse ¶
func ParseV1FilterListResponse(rsp *http.Response) (*V1FilterListResponse, error)
ParseV1FilterListResponse parses an HTTP response from a V1FilterListWithResponse call
func (V1FilterListResponse) Status ¶
func (r V1FilterListResponse) Status() string
Status returns HTTPResponse.Status
func (V1FilterListResponse) StatusCode ¶
func (r V1FilterListResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type V1FilterUpdateJSONRequestBody ¶
type V1FilterUpdateJSONRequestBody = V1UpdateFilterRequest
V1FilterUpdateJSONRequestBody defines body for V1FilterUpdate for application/json ContentType.
type V1FilterUpdateResponse ¶
type V1FilterUpdateResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *V1Filter
JSON400 *APIErrors
JSON403 *APIErrors
JSON404 *APIErrors
}
func ParseV1FilterUpdateResponse ¶
func ParseV1FilterUpdateResponse(rsp *http.Response) (*V1FilterUpdateResponse, error)
ParseV1FilterUpdateResponse parses an HTTP response from a V1FilterUpdateWithResponse call
func (V1FilterUpdateResponse) Status ¶
func (r V1FilterUpdateResponse) Status() string
Status returns HTTPResponse.Status
func (V1FilterUpdateResponse) StatusCode ¶
func (r V1FilterUpdateResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type V1HTTPOperator ¶ added in v0.104.0
type V1HTTPOperator struct {
// HealthcheckEndpoint The HTTPS endpoint polled periodically to discover the actions this operator handles.
HealthcheckEndpoint string `json:"healthcheckEndpoint"`
Metadata APIResourceMeta `json:"metadata"`
// Name The name of the operator.
Name string `json:"name"`
// RequestTimeoutSeconds The per-request timeout backstop, in seconds.
RequestTimeoutSeconds int32 `json:"requestTimeoutSeconds"`
// TenantId The ID of the tenant associated with this operator.
TenantId openapi_types.UUID `json:"tenantId"`
// TriggerEndpoint The HTTPS endpoint (https, port 443) that assigned tasks are delivered to.
TriggerEndpoint string `json:"triggerEndpoint"`
}
V1HTTPOperator defines model for V1HTTPOperator.
type V1HTTPOperatorList ¶ added in v0.104.0
type V1HTTPOperatorList struct {
Pagination *PaginationResponse `json:"pagination,omitempty"`
Rows *[]V1HTTPOperator `json:"rows,omitempty"`
}
V1HTTPOperatorList defines model for V1HTTPOperatorList.
type V1HttpOperatorCreateJSONRequestBody ¶ added in v0.104.0
type V1HttpOperatorCreateJSONRequestBody = V1CreateHTTPOperatorRequest
V1HttpOperatorCreateJSONRequestBody defines body for V1HttpOperatorCreate for application/json ContentType.
type V1HttpOperatorCreateResponse ¶ added in v0.104.0
type V1HttpOperatorCreateResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *V1HTTPOperator
JSON400 *APIErrors
JSON403 *APIErrors
JSON404 *APIErrors
}
func ParseV1HttpOperatorCreateResponse ¶ added in v0.104.0
func ParseV1HttpOperatorCreateResponse(rsp *http.Response) (*V1HttpOperatorCreateResponse, error)
ParseV1HttpOperatorCreateResponse parses an HTTP response from a V1HttpOperatorCreateWithResponse call
func (V1HttpOperatorCreateResponse) Status ¶ added in v0.104.0
func (r V1HttpOperatorCreateResponse) Status() string
Status returns HTTPResponse.Status
func (V1HttpOperatorCreateResponse) StatusCode ¶ added in v0.104.0
func (r V1HttpOperatorCreateResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type V1HttpOperatorDeleteResponse ¶ added in v0.104.0
type V1HttpOperatorDeleteResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *V1HTTPOperator
JSON400 *APIErrors
JSON403 *APIErrors
JSON404 *APIErrors
}
func ParseV1HttpOperatorDeleteResponse ¶ added in v0.104.0
func ParseV1HttpOperatorDeleteResponse(rsp *http.Response) (*V1HttpOperatorDeleteResponse, error)
ParseV1HttpOperatorDeleteResponse parses an HTTP response from a V1HttpOperatorDeleteWithResponse call
func (V1HttpOperatorDeleteResponse) Status ¶ added in v0.104.0
func (r V1HttpOperatorDeleteResponse) Status() string
Status returns HTTPResponse.Status
func (V1HttpOperatorDeleteResponse) StatusCode ¶ added in v0.104.0
func (r V1HttpOperatorDeleteResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type V1HttpOperatorGetResponse ¶ added in v0.104.0
type V1HttpOperatorGetResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *V1HTTPOperator
JSON400 *APIErrors
JSON403 *APIErrors
JSON404 *APIErrors
}
func ParseV1HttpOperatorGetResponse ¶ added in v0.104.0
func ParseV1HttpOperatorGetResponse(rsp *http.Response) (*V1HttpOperatorGetResponse, error)
ParseV1HttpOperatorGetResponse parses an HTTP response from a V1HttpOperatorGetWithResponse call
func (V1HttpOperatorGetResponse) Status ¶ added in v0.104.0
func (r V1HttpOperatorGetResponse) Status() string
Status returns HTTPResponse.Status
func (V1HttpOperatorGetResponse) StatusCode ¶ added in v0.104.0
func (r V1HttpOperatorGetResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type V1HttpOperatorListParams ¶ added in v0.104.0
type V1HttpOperatorListParams struct {
// Offset The number to skip
Offset *int64 `form:"offset,omitempty" json:"offset,omitempty"`
// Limit The number to limit by
Limit *int64 `form:"limit,omitempty" json:"limit,omitempty"`
}
V1HttpOperatorListParams defines parameters for V1HttpOperatorList.
type V1HttpOperatorListResponse ¶ added in v0.104.0
type V1HttpOperatorListResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *V1HTTPOperatorList
JSON400 *APIErrors
JSON403 *APIErrors
}
func ParseV1HttpOperatorListResponse ¶ added in v0.104.0
func ParseV1HttpOperatorListResponse(rsp *http.Response) (*V1HttpOperatorListResponse, error)
ParseV1HttpOperatorListResponse parses an HTTP response from a V1HttpOperatorListWithResponse call
func (V1HttpOperatorListResponse) Status ¶ added in v0.104.0
func (r V1HttpOperatorListResponse) Status() string
Status returns HTTPResponse.Status
func (V1HttpOperatorListResponse) StatusCode ¶ added in v0.104.0
func (r V1HttpOperatorListResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type V1HttpOperatorUpdateJSONRequestBody ¶ added in v0.104.0
type V1HttpOperatorUpdateJSONRequestBody = V1UpdateHTTPOperatorRequest
V1HttpOperatorUpdateJSONRequestBody defines body for V1HttpOperatorUpdate for application/json ContentType.
type V1HttpOperatorUpdateResponse ¶ added in v0.104.0
type V1HttpOperatorUpdateResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *V1HTTPOperator
JSON400 *APIErrors
JSON403 *APIErrors
JSON404 *APIErrors
}
func ParseV1HttpOperatorUpdateResponse ¶ added in v0.104.0
func ParseV1HttpOperatorUpdateResponse(rsp *http.Response) (*V1HttpOperatorUpdateResponse, error)
ParseV1HttpOperatorUpdateResponse parses an HTTP response from a V1HttpOperatorUpdateWithResponse call
func (V1HttpOperatorUpdateResponse) Status ¶ added in v0.104.0
func (r V1HttpOperatorUpdateResponse) Status() string
Status returns HTTPResponse.Status
func (V1HttpOperatorUpdateResponse) StatusCode ¶ added in v0.104.0
func (r V1HttpOperatorUpdateResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type V1LogLine ¶
type V1LogLine struct {
// Attempt The attempt number of the log line.
Attempt *int `json:"attempt,omitempty"`
// CreatedAt The creation date of the log line.
CreatedAt time.Time `json:"createdAt"`
Level *V1LogLineLevel `json:"level,omitempty"`
// Message The log message.
Message string `json:"message"`
// Metadata The log metadata.
Metadata map[string]interface{} `json:"metadata"`
// RetryCount The retry count of the log line.
RetryCount *int `json:"retryCount,omitempty"`
// TaskDisplayName The display name of the task associated with the log line.
TaskDisplayName *string `json:"taskDisplayName,omitempty"`
// TaskExternalId The external ID of the task associated with the log line.
TaskExternalId *openapi_types.UUID `json:"taskExternalId,omitempty"`
}
V1LogLine defines model for V1LogLine.
type V1LogLineLevel ¶
type V1LogLineLevel string
V1LogLineLevel defines model for V1LogLineLevel.
const ( V1LogLineLevelDEBUG V1LogLineLevel = "DEBUG" V1LogLineLevelERROR V1LogLineLevel = "ERROR" V1LogLineLevelINFO V1LogLineLevel = "INFO" V1LogLineLevelWARN V1LogLineLevel = "WARN" )
Defines values for V1LogLineLevel.
type V1LogLineList ¶
type V1LogLineList struct {
Pagination *PaginationResponse `json:"pagination,omitempty"`
Rows *[]V1LogLine `json:"rows,omitempty"`
}
V1LogLineList defines model for V1LogLineList.
type V1LogLineListParams ¶ added in v0.73.63
type V1LogLineListParams struct {
// Limit The number to limit by
Limit *int64 `form:"limit,omitempty" json:"limit,omitempty"`
// Since The start time to get logs for
Since *time.Time `form:"since,omitempty" json:"since,omitempty"`
// Until The end time to get logs for
Until *time.Time `form:"until,omitempty" json:"until,omitempty"`
// Search A full-text search query to filter for
Search *string `form:"search,omitempty" json:"search,omitempty"`
// Levels The log level(s) to include
Levels *[]V1LogLineLevel `form:"levels,omitempty" json:"levels,omitempty"`
// OrderByDirection The direction to order by
OrderByDirection *V1LogLineOrderByDirection `form:"order_by_direction,omitempty" json:"order_by_direction,omitempty"`
// Attempt The attempt number to filter for
Attempt *int `form:"attempt,omitempty" json:"attempt,omitempty"`
}
V1LogLineListParams defines parameters for V1LogLineList.
type V1LogLineListResponse ¶
type V1LogLineListResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *V1LogLineList
JSON400 *APIErrors
JSON403 *APIErrors
}
func ParseV1LogLineListResponse ¶
func ParseV1LogLineListResponse(rsp *http.Response) (*V1LogLineListResponse, error)
ParseV1LogLineListResponse parses an HTTP response from a V1LogLineListWithResponse call
func (V1LogLineListResponse) Status ¶
func (r V1LogLineListResponse) Status() string
Status returns HTTPResponse.Status
func (V1LogLineListResponse) StatusCode ¶
func (r V1LogLineListResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type V1LogLineOrderByDirection ¶ added in v0.77.22
type V1LogLineOrderByDirection string
V1LogLineOrderByDirection defines model for V1LogLineOrderByDirection.
const ( V1LogLineOrderByDirectionASC V1LogLineOrderByDirection = "ASC" V1LogLineOrderByDirectionDESC V1LogLineOrderByDirection = "DESC" )
Defines values for V1LogLineOrderByDirection.
type V1LogsPointMetric ¶ added in v0.81.0
type V1LogsPointMetric struct {
DEBUG int `json:"DEBUG"`
ERROR int `json:"ERROR"`
INFO int `json:"INFO"`
WARN int `json:"WARN"`
Time time.Time `json:"time"`
}
V1LogsPointMetric defines model for V1LogsPointMetric.
type V1LogsPointMetrics ¶ added in v0.81.0
type V1LogsPointMetrics struct {
Results *[]V1LogsPointMetric `json:"results,omitempty"`
}
V1LogsPointMetrics defines model for V1LogsPointMetrics.
type V1ObservabilityGetTraceParams ¶ added in v0.82.0
type V1ObservabilityGetTraceParams struct {
// RunExternalId The workflow run external id
RunExternalId openapi_types.UUID `form:"run_external_id" json:"run_external_id"`
// Offset The number of spans to skip
Offset *int64 `form:"offset,omitempty" json:"offset,omitempty"`
// Limit The number of spans to limit by
Limit *int64 `form:"limit,omitempty" json:"limit,omitempty"`
}
V1ObservabilityGetTraceParams defines parameters for V1ObservabilityGetTrace.
type V1ObservabilityGetTraceResponse ¶ added in v0.82.0
type V1ObservabilityGetTraceResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *OtelSpanList
JSON400 *APIErrors
JSON403 *APIErrors
JSON404 *APIErrors
}
func ParseV1ObservabilityGetTraceResponse ¶ added in v0.82.0
func ParseV1ObservabilityGetTraceResponse(rsp *http.Response) (*V1ObservabilityGetTraceResponse, error)
ParseV1ObservabilityGetTraceResponse parses an HTTP response from a V1ObservabilityGetTraceWithResponse call
func (V1ObservabilityGetTraceResponse) Status ¶ added in v0.82.0
func (r V1ObservabilityGetTraceResponse) Status() string
Status returns HTTPResponse.Status
func (V1ObservabilityGetTraceResponse) StatusCode ¶ added in v0.82.0
func (r V1ObservabilityGetTraceResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type V1ReplayTaskRequest ¶
type V1ReplayTaskRequest struct {
// ExternalIds A list of external IDs, which can refer to either task or workflow run external IDs
ExternalIds *[]openapi_types.UUID `json:"externalIds,omitempty"`
Filter *V1TaskFilter `json:"filter,omitempty"`
}
V1ReplayTaskRequest defines model for V1ReplayTaskRequest.
type V1ReplayedTasks ¶
type V1ReplayedTasks struct {
// Ids The list of task external ids that were replayed
Ids *[]openapi_types.UUID `json:"ids,omitempty"`
}
V1ReplayedTasks defines model for V1ReplayedTasks.
type V1RestoreTaskResponse ¶ added in v0.80.0
type V1RestoreTaskResponse struct {
Requeued bool `json:"requeued"`
}
V1RestoreTaskResponse defines model for V1RestoreTaskResponse.
type V1RunningDetailCount ¶ added in v0.80.0
type V1RunningDetailCount struct {
// Evicted The number of evicted tasks within the RUNNING status bucket.
Evicted int `json:"evicted"`
// OnWorker The number of tasks currently on a worker within the RUNNING status bucket.
OnWorker int `json:"onWorker"`
}
V1RunningDetailCount defines model for V1RunningDetailCount.
type V1RunningFilter ¶ added in v0.80.0
type V1RunningFilter string
V1RunningFilter defines model for V1RunningFilter.
const ( ALL V1RunningFilter = "ALL" EVICTED V1RunningFilter = "EVICTED" ONWORKER V1RunningFilter = "ON_WORKER" )
Defines values for V1RunningFilter.
type V1TaskCancelJSONRequestBody ¶
type V1TaskCancelJSONRequestBody = V1CancelTaskRequest
V1TaskCancelJSONRequestBody defines body for V1TaskCancel for application/json ContentType.
type V1TaskCancelResponse ¶
type V1TaskCancelResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *V1CancelledTasks
JSON400 *APIErrors
JSON403 *APIErrors
JSON404 *APIErrors
JSON501 *APIErrors
}
func ParseV1TaskCancelResponse ¶
func ParseV1TaskCancelResponse(rsp *http.Response) (*V1TaskCancelResponse, error)
ParseV1TaskCancelResponse parses an HTTP response from a V1TaskCancelWithResponse call
func (V1TaskCancelResponse) Status ¶
func (r V1TaskCancelResponse) Status() string
Status returns HTTPResponse.Status
func (V1TaskCancelResponse) StatusCode ¶
func (r V1TaskCancelResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type V1TaskEvent ¶
type V1TaskEvent struct {
// Attempt The attempt number of the task.
Attempt *int `json:"attempt,omitempty"`
ErrorMessage *string `json:"errorMessage,omitempty"`
EventType V1TaskEventType `json:"eventType"`
Id int `json:"id"`
Message string `json:"message"`
Output *string `json:"output,omitempty"`
// RetryCount The number of retries of the task.
RetryCount *int `json:"retryCount,omitempty"`
TaskDisplayName *string `json:"taskDisplayName,omitempty"`
TaskId openapi_types.UUID `json:"taskId"`
Timestamp time.Time `json:"timestamp"`
WorkerId *openapi_types.UUID `json:"workerId,omitempty"`
}
V1TaskEvent defines model for V1TaskEvent.
type V1TaskEventList ¶
type V1TaskEventList struct {
Pagination *PaginationResponse `json:"pagination,omitempty"`
Rows *[]V1TaskEvent `json:"rows,omitempty"`
}
V1TaskEventList defines model for V1TaskEventList.
type V1TaskEventListParams ¶
type V1TaskEventListParams struct {
// Offset The number to skip
Offset *int64 `form:"offset,omitempty" json:"offset,omitempty"`
// Limit The number to limit by
Limit *int64 `form:"limit,omitempty" json:"limit,omitempty"`
}
V1TaskEventListParams defines parameters for V1TaskEventList.
type V1TaskEventListResponse ¶
type V1TaskEventListResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *V1TaskEventList
JSON400 *APIErrors
JSON403 *APIErrors
JSON404 *APIErrors
JSON501 *APIErrors
}
func ParseV1TaskEventListResponse ¶
func ParseV1TaskEventListResponse(rsp *http.Response) (*V1TaskEventListResponse, error)
ParseV1TaskEventListResponse parses an HTTP response from a V1TaskEventListWithResponse call
func (V1TaskEventListResponse) Status ¶
func (r V1TaskEventListResponse) Status() string
Status returns HTTPResponse.Status
func (V1TaskEventListResponse) StatusCode ¶
func (r V1TaskEventListResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type V1TaskEventType ¶
type V1TaskEventType string
V1TaskEventType defines model for V1TaskEventType.
const ( V1TaskEventTypeACKNOWLEDGED V1TaskEventType = "ACKNOWLEDGED" V1TaskEventTypeASSIGNED V1TaskEventType = "ASSIGNED" V1TaskEventTypeBATCHFLUSHED V1TaskEventType = "BATCH_FLUSHED" V1TaskEventTypeCANCELLED V1TaskEventType = "CANCELLED" V1TaskEventTypeCOULDNOTSENDTOWORKER V1TaskEventType = "COULD_NOT_SEND_TO_WORKER" V1TaskEventTypeCREATED V1TaskEventType = "CREATED" V1TaskEventTypeDURABLEEVICTED V1TaskEventType = "DURABLE_EVICTED" V1TaskEventTypeDURABLERESTORING V1TaskEventType = "DURABLE_RESTORING" V1TaskEventTypeFAILED V1TaskEventType = "FAILED" V1TaskEventTypeFINISHED V1TaskEventType = "FINISHED" V1TaskEventTypeQUEUED V1TaskEventType = "QUEUED" V1TaskEventTypeRATELIMITERROR V1TaskEventType = "RATE_LIMIT_ERROR" V1TaskEventTypeREASSIGNED V1TaskEventType = "REASSIGNED" V1TaskEventTypeREQUEUEDNOWORKER V1TaskEventType = "REQUEUED_NO_WORKER" V1TaskEventTypeREQUEUEDRATELIMIT V1TaskEventType = "REQUEUED_RATE_LIMIT" V1TaskEventTypeRETRIEDBYUSER V1TaskEventType = "RETRIED_BY_USER" V1TaskEventTypeRETRYING V1TaskEventType = "RETRYING" V1TaskEventTypeSCHEDULINGTIMEDOUT V1TaskEventType = "SCHEDULING_TIMED_OUT" V1TaskEventTypeSENTTOWORKER V1TaskEventType = "SENT_TO_WORKER" V1TaskEventTypeSKIPPED V1TaskEventType = "SKIPPED" V1TaskEventTypeSLOTRELEASED V1TaskEventType = "SLOT_RELEASED" V1TaskEventTypeSTARTED V1TaskEventType = "STARTED" V1TaskEventTypeTIMEDOUT V1TaskEventType = "TIMED_OUT" V1TaskEventTypeTIMEOUTREFRESHED V1TaskEventType = "TIMEOUT_REFRESHED" V1TaskEventTypeWAITINGFORBATCH V1TaskEventType = "WAITING_FOR_BATCH" )
Defines values for V1TaskEventType.
type V1TaskFilter ¶
type V1TaskFilter struct {
AdditionalMetadata *[]string `json:"additionalMetadata,omitempty"`
Since time.Time `json:"since"`
Statuses *[]V1TaskStatus `json:"statuses,omitempty"`
Until *time.Time `json:"until,omitempty"`
WorkflowIds *[]openapi_types.UUID `json:"workflowIds,omitempty"`
}
V1TaskFilter defines model for V1TaskFilter.
type V1TaskGetParams ¶
type V1TaskGetParams struct {
// Attempt The attempt number
Attempt *int `form:"attempt,omitempty" json:"attempt,omitempty"`
}
V1TaskGetParams defines parameters for V1TaskGet.
type V1TaskGetPointMetricsParams ¶
type V1TaskGetPointMetricsParams struct {
// CreatedAfter The time after the task was created
CreatedAfter *time.Time `form:"createdAfter,omitempty" json:"createdAfter,omitempty"`
// FinishedBefore The time before the task was completed
FinishedBefore *time.Time `form:"finishedBefore,omitempty" json:"finishedBefore,omitempty"`
}
V1TaskGetPointMetricsParams defines parameters for V1TaskGetPointMetrics.
type V1TaskGetPointMetricsResponse ¶
type V1TaskGetPointMetricsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *V1TaskPointMetrics
JSON400 *APIErrors
JSON403 *APIErrors
JSON501 *APIErrors
}
func ParseV1TaskGetPointMetricsResponse ¶
func ParseV1TaskGetPointMetricsResponse(rsp *http.Response) (*V1TaskGetPointMetricsResponse, error)
ParseV1TaskGetPointMetricsResponse parses an HTTP response from a V1TaskGetPointMetricsWithResponse call
func (V1TaskGetPointMetricsResponse) Status ¶
func (r V1TaskGetPointMetricsResponse) Status() string
Status returns HTTPResponse.Status
func (V1TaskGetPointMetricsResponse) StatusCode ¶
func (r V1TaskGetPointMetricsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type V1TaskGetResponse ¶
type V1TaskGetResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *V1TaskSummary
JSON400 *APIErrors
JSON403 *APIErrors
JSON404 *APIErrors
JSON501 *APIErrors
}
func ParseV1TaskGetResponse ¶
func ParseV1TaskGetResponse(rsp *http.Response) (*V1TaskGetResponse, error)
ParseV1TaskGetResponse parses an HTTP response from a V1TaskGetWithResponse call
func (V1TaskGetResponse) Status ¶
func (r V1TaskGetResponse) Status() string
Status returns HTTPResponse.Status
func (V1TaskGetResponse) StatusCode ¶
func (r V1TaskGetResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type V1TaskListStatusMetricsParams ¶
type V1TaskListStatusMetricsParams struct {
// Since The start time to get metrics for
Since time.Time `form:"since" json:"since"`
// Until The end time to get metrics for
Until *time.Time `form:"until,omitempty" json:"until,omitempty"`
// WorkflowIds The workflow id to find runs for
WorkflowIds *[]openapi_types.UUID `form:"workflow_ids,omitempty" json:"workflow_ids,omitempty"`
// ParentTaskExternalId The parent task's external id
ParentTaskExternalId *openapi_types.UUID `form:"parent_task_external_id,omitempty" json:"parent_task_external_id,omitempty"`
// TriggeringEventExternalId The id of the event that triggered the task
TriggeringEventExternalId *openapi_types.UUID `form:"triggering_event_external_id,omitempty" json:"triggering_event_external_id,omitempty"`
// AdditionalMetadata Additional metadata k-v pairs to filter by
AdditionalMetadata *[]string `form:"additional_metadata,omitempty" json:"additional_metadata,omitempty"`
}
V1TaskListStatusMetricsParams defines parameters for V1TaskListStatusMetrics.
type V1TaskListStatusMetricsResponse ¶
type V1TaskListStatusMetricsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *V1TaskRunMetrics
JSON400 *APIErrors
JSON403 *APIErrors
JSON501 *APIErrors
}
func ParseV1TaskListStatusMetricsResponse ¶
func ParseV1TaskListStatusMetricsResponse(rsp *http.Response) (*V1TaskListStatusMetricsResponse, error)
ParseV1TaskListStatusMetricsResponse parses an HTTP response from a V1TaskListStatusMetricsWithResponse call
func (V1TaskListStatusMetricsResponse) Status ¶
func (r V1TaskListStatusMetricsResponse) Status() string
Status returns HTTPResponse.Status
func (V1TaskListStatusMetricsResponse) StatusCode ¶
func (r V1TaskListStatusMetricsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type V1TaskPointMetric ¶
type V1TaskPointMetric struct {
FAILED int `json:"FAILED"`
SUCCEEDED int `json:"SUCCEEDED"`
Time time.Time `json:"time"`
}
V1TaskPointMetric defines model for V1TaskPointMetric.
type V1TaskPointMetrics ¶
type V1TaskPointMetrics struct {
Results *[]V1TaskPointMetric `json:"results,omitempty"`
}
V1TaskPointMetrics defines model for V1TaskPointMetrics.
type V1TaskReplayJSONRequestBody ¶
type V1TaskReplayJSONRequestBody = V1ReplayTaskRequest
V1TaskReplayJSONRequestBody defines body for V1TaskReplay for application/json ContentType.
type V1TaskReplayResponse ¶
type V1TaskReplayResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *V1ReplayedTasks
JSON400 *APIErrors
JSON403 *APIErrors
JSON404 *APIErrors
JSON501 *APIErrors
}
func ParseV1TaskReplayResponse ¶
func ParseV1TaskReplayResponse(rsp *http.Response) (*V1TaskReplayResponse, error)
ParseV1TaskReplayResponse parses an HTTP response from a V1TaskReplayWithResponse call
func (V1TaskReplayResponse) Status ¶
func (r V1TaskReplayResponse) Status() string
Status returns HTTPResponse.Status
func (V1TaskReplayResponse) StatusCode ¶
func (r V1TaskReplayResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type V1TaskRestoreResponse ¶ added in v0.80.0
type V1TaskRestoreResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *V1RestoreTaskResponse
JSON400 *APIErrors
JSON403 *APIErrors
JSON404 *APIErrors
}
func ParseV1TaskRestoreResponse ¶ added in v0.80.0
func ParseV1TaskRestoreResponse(rsp *http.Response) (*V1TaskRestoreResponse, error)
ParseV1TaskRestoreResponse parses an HTTP response from a V1TaskRestoreWithResponse call
func (V1TaskRestoreResponse) Status ¶ added in v0.80.0
func (r V1TaskRestoreResponse) Status() string
Status returns HTTPResponse.Status
func (V1TaskRestoreResponse) StatusCode ¶ added in v0.80.0
func (r V1TaskRestoreResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type V1TaskRunMetric ¶
type V1TaskRunMetric struct {
Count int `json:"count"`
RunningDetailCount *V1RunningDetailCount `json:"runningDetailCount,omitempty"`
Status V1TaskStatus `json:"status"`
}
V1TaskRunMetric defines model for V1TaskRunMetric.
type V1TaskRunMetrics ¶
type V1TaskRunMetrics = []V1TaskRunMetric
V1TaskRunMetrics defines model for V1TaskRunMetrics.
type V1TaskStatus ¶
type V1TaskStatus string
V1TaskStatus defines model for V1TaskStatus.
const ( V1TaskStatusCANCELLED V1TaskStatus = "CANCELLED" V1TaskStatusCOMPLETED V1TaskStatus = "COMPLETED" V1TaskStatusFAILED V1TaskStatus = "FAILED" V1TaskStatusQUEUED V1TaskStatus = "QUEUED" V1TaskStatusRUNNING V1TaskStatus = "RUNNING" )
Defines values for V1TaskStatus.
type V1TaskSummary ¶
type V1TaskSummary struct {
// ActionId The action ID of the task.
ActionId *string `json:"actionId,omitempty"`
// AdditionalMetadata Additional metadata for the task run.
AdditionalMetadata *map[string]interface{} `json:"additionalMetadata,omitempty"`
// Attempt The attempt number of the task.
Attempt *int `json:"attempt,omitempty"`
// Children The list of children tasks
Children *[]V1TaskSummary `json:"children,omitempty"`
// CreatedAt The timestamp the task was created.
CreatedAt time.Time `json:"createdAt"`
// DisplayName The display name of the task run.
DisplayName string `json:"displayName"`
// Duration The duration of the task run, in milliseconds.
Duration *int `json:"duration,omitempty"`
// ErrorMessage The error message of the task run (for the latest run)
ErrorMessage *string `json:"errorMessage,omitempty"`
// FinishedAt The timestamp the task run finished.
FinishedAt *time.Time `json:"finishedAt,omitempty"`
// IdempotencyKey The idempotency key that was claimed by the task run
IdempotencyKey *string `json:"idempotencyKey,omitempty"`
// Input The input of the task run.
Input openapi.NonNullableJSON `json:"input"`
// IsDurable Whether this task was created as a durable task.
IsDurable *bool `json:"isDurable,omitempty"`
// IsEvicted Whether the task has been evicted from a worker (still counts as RUNNING).
IsEvicted *bool `json:"isEvicted,omitempty"`
Metadata APIResourceMeta `json:"metadata"`
// NumSpawnedChildren The number of spawned children tasks
NumSpawnedChildren int `json:"numSpawnedChildren"`
// Output The output of the task run (for the latest run)
Output openapi.NonNullableJSON `json:"output"`
// ParentTaskExternalId The external ID of the parent task.
ParentTaskExternalId *openapi_types.UUID `json:"parentTaskExternalId,omitempty"`
// PayloadsRestricted True when input, output, and event payload fields were omitted because the caller cannot view payloads. Additional metadata is still included.
PayloadsRestricted *bool `json:"payloadsRestricted,omitempty"`
// RetryCount The number of retries of the task.
RetryCount *int `json:"retryCount,omitempty"`
// StartedAt The timestamp the task run started.
StartedAt *time.Time `json:"startedAt,omitempty"`
Status V1TaskStatus `json:"status"`
// StepId The step ID of the task.
StepId *openapi_types.UUID `json:"stepId,omitempty"`
// TaskExternalId The external ID of the task.
TaskExternalId openapi_types.UUID `json:"taskExternalId"`
// TaskId The ID of the task.
TaskId int `json:"taskId"`
// TaskInsertedAt The timestamp the task was inserted.
TaskInsertedAt time.Time `json:"taskInsertedAt"`
// TenantId The ID of the tenant.
TenantId openapi_types.UUID `json:"tenantId"`
Type V1WorkflowType `json:"type"`
WorkflowConfig *map[string]interface{} `json:"workflowConfig,omitempty"`
WorkflowId openapi_types.UUID `json:"workflowId"`
WorkflowName *string `json:"workflowName,omitempty"`
// WorkflowRunExternalId The external ID of the workflow run
WorkflowRunExternalId openapi_types.UUID `json:"workflowRunExternalId"`
// WorkflowVersionId The version ID of the workflow
WorkflowVersionId *openapi_types.UUID `json:"workflowVersionId,omitempty"`
}
V1TaskSummary defines model for V1TaskSummary.
type V1TaskSummaryList ¶
type V1TaskSummaryList struct {
Pagination PaginationResponse `json:"pagination"`
// Rows The list of tasks
Rows []V1TaskSummary `json:"rows"`
}
V1TaskSummaryList defines model for V1TaskSummaryList.
type V1TaskTiming ¶
type V1TaskTiming struct {
// Attempt The attempt number of the task.
Attempt *int `json:"attempt,omitempty"`
// Depth The depth of the task in the waterfall.
Depth int `json:"depth"`
// FinishedAt The timestamp the task run finished.
FinishedAt *time.Time `json:"finishedAt,omitempty"`
// IsEvicted Whether the task has been evicted from a worker (still counts as RUNNING).
IsEvicted *bool `json:"isEvicted,omitempty"`
Metadata APIResourceMeta `json:"metadata"`
// ParentTaskExternalId The external ID of the parent task.
ParentTaskExternalId *openapi_types.UUID `json:"parentTaskExternalId,omitempty"`
// QueuedAt The timestamp the task run was queued.
QueuedAt *time.Time `json:"queuedAt,omitempty"`
// RetryCount The number of retries of the task.
RetryCount *int `json:"retryCount,omitempty"`
// StartedAt The timestamp the task run started.
StartedAt *time.Time `json:"startedAt,omitempty"`
Status V1TaskStatus `json:"status"`
// TaskDisplayName The display name of the task run.
TaskDisplayName string `json:"taskDisplayName"`
// TaskExternalId The external ID of the task.
TaskExternalId openapi_types.UUID `json:"taskExternalId"`
// TaskId The ID of the task.
TaskId int `json:"taskId"`
// TaskInsertedAt The timestamp the task was inserted.
TaskInsertedAt time.Time `json:"taskInsertedAt"`
// TenantId The ID of the tenant.
TenantId openapi_types.UUID `json:"tenantId"`
// WorkflowRunId The external ID of the workflow run.
WorkflowRunId *openapi_types.UUID `json:"workflowRunId,omitempty"`
}
V1TaskTiming defines model for V1TaskTiming.
type V1TaskTimingList ¶
type V1TaskTimingList struct {
Pagination PaginationResponse `json:"pagination"`
// Rows The list of task timings
Rows []V1TaskTiming `json:"rows"`
}
V1TaskTimingList defines model for V1TaskTimingList.
type V1TenantLogLineGetPointMetricsParams ¶ added in v0.81.0
type V1TenantLogLineGetPointMetricsParams struct {
// Since The start time to get logs for
Since *time.Time `form:"since,omitempty" json:"since,omitempty"`
// Until The end time to get logs for
Until *time.Time `form:"until,omitempty" json:"until,omitempty"`
// Search A full-text search query to filter for
Search *string `form:"search,omitempty" json:"search,omitempty"`
// Levels The log level(s) to include
Levels *[]V1LogLineLevel `form:"levels,omitempty" json:"levels,omitempty"`
// TaskExternalIds The task external ID(s) to filter by
TaskExternalIds *[]openapi_types.UUID `form:"taskExternalIds,omitempty" json:"taskExternalIds,omitempty"`
// WorkflowIds The workflow id(s) to filter for
WorkflowIds *[]openapi_types.UUID `form:"workflow_ids,omitempty" json:"workflow_ids,omitempty"`
// StepIds The step id(s) to filter for
StepIds *[]openapi_types.UUID `form:"step_ids,omitempty" json:"step_ids,omitempty"`
}
V1TenantLogLineGetPointMetricsParams defines parameters for V1TenantLogLineGetPointMetrics.
type V1TenantLogLineGetPointMetricsResponse ¶ added in v0.81.0
type V1TenantLogLineGetPointMetricsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *V1LogsPointMetrics
JSON400 *APIErrors
JSON403 *APIErrors
JSON501 *APIErrors
}
func ParseV1TenantLogLineGetPointMetricsResponse ¶ added in v0.81.0
func ParseV1TenantLogLineGetPointMetricsResponse(rsp *http.Response) (*V1TenantLogLineGetPointMetricsResponse, error)
ParseV1TenantLogLineGetPointMetricsResponse parses an HTTP response from a V1TenantLogLineGetPointMetricsWithResponse call
func (V1TenantLogLineGetPointMetricsResponse) Status ¶ added in v0.81.0
func (r V1TenantLogLineGetPointMetricsResponse) Status() string
Status returns HTTPResponse.Status
func (V1TenantLogLineGetPointMetricsResponse) StatusCode ¶ added in v0.81.0
func (r V1TenantLogLineGetPointMetricsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type V1TenantLogLineListParams ¶ added in v0.81.0
type V1TenantLogLineListParams struct {
// Limit The number to limit by
Limit *int64 `form:"limit,omitempty" json:"limit,omitempty"`
// Since The start time to get logs for
Since *time.Time `form:"since,omitempty" json:"since,omitempty"`
// Until The end time to get logs for
Until *time.Time `form:"until,omitempty" json:"until,omitempty"`
// Search A full-text search query to filter for
Search *string `form:"search,omitempty" json:"search,omitempty"`
// Levels The log level(s) to include
Levels *[]V1LogLineLevel `form:"levels,omitempty" json:"levels,omitempty"`
// OrderByDirection The direction to order by
OrderByDirection *V1LogLineOrderByDirection `form:"order_by_direction,omitempty" json:"order_by_direction,omitempty"`
// Attempt The attempt number to filter for
Attempt *int `form:"attempt,omitempty" json:"attempt,omitempty"`
// TaskExternalIds The task external ID(s) to filter by
TaskExternalIds *[]openapi_types.UUID `form:"taskExternalIds,omitempty" json:"taskExternalIds,omitempty"`
// WorkflowIds The workflow id(s) to filter for
WorkflowIds *[]openapi_types.UUID `form:"workflow_ids,omitempty" json:"workflow_ids,omitempty"`
// StepIds The step id(s) to filter for
StepIds *[]openapi_types.UUID `form:"step_ids,omitempty" json:"step_ids,omitempty"`
}
V1TenantLogLineListParams defines parameters for V1TenantLogLineList.
type V1TenantLogLineListResponse ¶ added in v0.81.0
type V1TenantLogLineListResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *V1LogLineList
JSON400 *APIErrors
JSON403 *APIErrors
}
func ParseV1TenantLogLineListResponse ¶ added in v0.81.0
func ParseV1TenantLogLineListResponse(rsp *http.Response) (*V1TenantLogLineListResponse, error)
ParseV1TenantLogLineListResponse parses an HTTP response from a V1TenantLogLineListWithResponse call
func (V1TenantLogLineListResponse) Status ¶ added in v0.81.0
func (r V1TenantLogLineListResponse) Status() string
Status returns HTTPResponse.Status
func (V1TenantLogLineListResponse) StatusCode ¶ added in v0.81.0
func (r V1TenantLogLineListResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type V1TriggerWorkflowRunRequest ¶
type V1TriggerWorkflowRunRequest struct {
AdditionalMetadata *map[string]interface{} `json:"additionalMetadata,omitempty"`
Input map[string]interface{} `json:"input"`
// Priority The priority of the workflow run.
Priority *int `json:"priority,omitempty"`
// ReturnOnlyId A boolean flag indicating whether to only return the id of the created run.
ReturnOnlyId *bool `json:"return_only_id,omitempty"`
// WorkflowName The name of the workflow.
WorkflowName string `json:"workflowName"`
}
V1TriggerWorkflowRunRequest defines model for V1TriggerWorkflowRunRequest.
type V1UpdateFilterRequest ¶
type V1UpdateFilterRequest struct {
// Expression The expression for the filter
Expression *string `json:"expression,omitempty"`
// Payload The payload for the filter
Payload *map[string]interface{} `json:"payload,omitempty"`
// Scope The scope associated with this filter. Used for subsetting candidate filters at evaluation time
Scope *string `json:"scope,omitempty"`
}
V1UpdateFilterRequest defines model for V1UpdateFilterRequest.
type V1UpdateHTTPOperatorRequest ¶ added in v0.104.0
type V1UpdateHTTPOperatorRequest struct {
// HealthcheckEndpoint An optional HTTPS endpoint polled to verify the operator endpoint is reachable.
HealthcheckEndpoint *string `json:"healthcheckEndpoint,omitempty"`
// RequestTimeoutSeconds Optional override for the per-request timeout backstop, in seconds.
RequestTimeoutSeconds *int32 `json:"requestTimeoutSeconds,omitempty"`
// SigningSecret The secret used to HMAC-sign delivered requests. Write-only: it is never returned in responses. Provide a new value to rotate it.
SigningSecret *string `json:"signingSecret,omitempty"`
// TriggerEndpoint The HTTPS endpoint (https, port 443) that assigned tasks are delivered to.
TriggerEndpoint *string `json:"triggerEndpoint,omitempty"`
}
V1UpdateHTTPOperatorRequest Fields to update on an HTTP operator. Omitted fields are left unchanged.
type V1UpdateWebhookRequest ¶ added in v0.70.7
type V1UpdateWebhookRequest struct {
// EventKeyExpression The CEL expression to use for the event key. This is used to create the event key from the webhook payload.
EventKeyExpression *string `json:"eventKeyExpression,omitempty"`
// ReturnEventAsResponsePayload Whether to return the triggered event as the response payload when this webhook is triggered
ReturnEventAsResponsePayload *bool `json:"returnEventAsResponsePayload,omitempty"`
// ScopeExpression The CEL expression to use for the scope. This is used to filter the correct workflow to trigger.
ScopeExpression *string `json:"scopeExpression,omitempty"`
// StaticPayload The static payload to use for the webhook. This is used to send a static payload with the webhook.
StaticPayload *map[string]interface{} `json:"staticPayload,omitempty"`
}
V1UpdateWebhookRequest defines model for V1UpdateWebhookRequest.
type V1WaitData ¶ added in v0.83.32
type V1WaitData = []V1WaitItem
V1WaitData defines model for V1WaitData.
type V1WaitItem ¶ added in v0.83.32
type V1WaitItem struct {
EventKey *string `json:"eventKey,omitempty"`
Kind *V1DurableWaitConditionKind `json:"kind,omitempty"`
Or *[]V1DurableWaitCondition `json:"or,omitempty"`
SleepDurationMs *int64 `json:"sleepDurationMs,omitempty"`
WorkflowName *string `json:"workflowName,omitempty"`
}
V1WaitItem defines model for V1WaitItem.
type V1Webhook ¶ added in v0.70.0
type V1Webhook struct {
AuthType V1WebhookAuthType `json:"authType"`
// EventKeyExpression The CEL expression to use for the event key. This is used to create the event key from the webhook payload.
EventKeyExpression string `json:"eventKeyExpression"`
Metadata APIResourceMeta `json:"metadata"`
// Name The name of the webhook
Name string `json:"name"`
// ReturnEventAsResponsePayload Whether to return the triggered event as the response payload when this webhook is triggered
ReturnEventAsResponsePayload *bool `json:"returnEventAsResponsePayload,omitempty"`
// ScopeExpression The CEL expression to use for the scope. This is used to filter the correct workflow to trigger.
ScopeExpression *string `json:"scopeExpression,omitempty"`
SourceName V1WebhookSourceName `json:"sourceName"`
// StaticPayload The static payload to use for the webhook. This is used to send a static payload with the webhook.
StaticPayload *map[string]interface{} `json:"staticPayload,omitempty"`
// TenantId The ID of the tenant associated with this webhook.
TenantId string `json:"tenantId"`
}
V1Webhook defines model for V1Webhook.
type V1WebhookAPIKeyAuth ¶ added in v0.70.0
type V1WebhookAPIKeyAuth struct {
// ApiKey The API key to use for authentication
ApiKey string `json:"apiKey"`
// HeaderName The name of the header to use for the API key
HeaderName string `json:"headerName"`
}
V1WebhookAPIKeyAuth defines model for V1WebhookAPIKeyAuth.
type V1WebhookAuthType ¶ added in v0.70.0
type V1WebhookAuthType string
V1WebhookAuthType defines model for V1WebhookAuthType.
const ( V1WebhookAuthTypeAPIKEY V1WebhookAuthType = "API_KEY" V1WebhookAuthTypeBASIC V1WebhookAuthType = "BASIC" V1WebhookAuthTypeHMAC V1WebhookAuthType = "HMAC" )
Defines values for V1WebhookAuthType.
type V1WebhookBasicAuth ¶ added in v0.70.0
type V1WebhookBasicAuth struct {
// Password The password for basic auth
Password string `json:"password"`
// Username The username for basic auth
Username string `json:"username"`
}
V1WebhookBasicAuth defines model for V1WebhookBasicAuth.
type V1WebhookCreateJSONRequestBody ¶ added in v0.70.0
type V1WebhookCreateJSONRequestBody = V1CreateWebhookRequest
V1WebhookCreateJSONRequestBody defines body for V1WebhookCreate for application/json ContentType.
type V1WebhookCreateResponse ¶ added in v0.70.0
type V1WebhookCreateResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *V1Webhook
JSON400 *APIErrors
JSON403 *APIErrors
JSON404 *APIErrors
}
func ParseV1WebhookCreateResponse ¶ added in v0.70.0
func ParseV1WebhookCreateResponse(rsp *http.Response) (*V1WebhookCreateResponse, error)
ParseV1WebhookCreateResponse parses an HTTP response from a V1WebhookCreateWithResponse call
func (V1WebhookCreateResponse) Status ¶ added in v0.70.0
func (r V1WebhookCreateResponse) Status() string
Status returns HTTPResponse.Status
func (V1WebhookCreateResponse) StatusCode ¶ added in v0.70.0
func (r V1WebhookCreateResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type V1WebhookDeleteResponse ¶ added in v0.70.0
type V1WebhookDeleteResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *V1Webhook
JSON400 *APIErrors
JSON403 *APIErrors
JSON404 *APIErrors
}
func ParseV1WebhookDeleteResponse ¶ added in v0.70.0
func ParseV1WebhookDeleteResponse(rsp *http.Response) (*V1WebhookDeleteResponse, error)
ParseV1WebhookDeleteResponse parses an HTTP response from a V1WebhookDeleteWithResponse call
func (V1WebhookDeleteResponse) Status ¶ added in v0.70.0
func (r V1WebhookDeleteResponse) Status() string
Status returns HTTPResponse.Status
func (V1WebhookDeleteResponse) StatusCode ¶ added in v0.70.0
func (r V1WebhookDeleteResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type V1WebhookGetResponse ¶ added in v0.70.0
type V1WebhookGetResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *V1Webhook
JSON400 *APIErrors
JSON403 *APIErrors
}
func ParseV1WebhookGetResponse ¶ added in v0.70.0
func ParseV1WebhookGetResponse(rsp *http.Response) (*V1WebhookGetResponse, error)
ParseV1WebhookGetResponse parses an HTTP response from a V1WebhookGetWithResponse call
func (V1WebhookGetResponse) Status ¶ added in v0.70.0
func (r V1WebhookGetResponse) Status() string
Status returns HTTPResponse.Status
func (V1WebhookGetResponse) StatusCode ¶ added in v0.70.0
func (r V1WebhookGetResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type V1WebhookHMACAlgorithm ¶ added in v0.70.0
type V1WebhookHMACAlgorithm string
V1WebhookHMACAlgorithm defines model for V1WebhookHMACAlgorithm.
const ( MD5 V1WebhookHMACAlgorithm = "MD5" SHA1 V1WebhookHMACAlgorithm = "SHA1" SHA256 V1WebhookHMACAlgorithm = "SHA256" SHA512 V1WebhookHMACAlgorithm = "SHA512" )
Defines values for V1WebhookHMACAlgorithm.
type V1WebhookHMACAuth ¶ added in v0.70.0
type V1WebhookHMACAuth struct {
Algorithm V1WebhookHMACAlgorithm `json:"algorithm"`
Encoding V1WebhookHMACEncoding `json:"encoding"`
// SignatureHeaderName The name of the header to use for the HMAC signature
SignatureHeaderName string `json:"signatureHeaderName"`
// SigningSecret The secret key used to sign the HMAC signature
SigningSecret string `json:"signingSecret"`
}
V1WebhookHMACAuth defines model for V1WebhookHMACAuth.
type V1WebhookHMACEncoding ¶ added in v0.70.0
type V1WebhookHMACEncoding string
V1WebhookHMACEncoding defines model for V1WebhookHMACEncoding.
const ( BASE64 V1WebhookHMACEncoding = "BASE64" BASE64URL V1WebhookHMACEncoding = "BASE64URL" HEX V1WebhookHMACEncoding = "HEX" )
Defines values for V1WebhookHMACEncoding.
type V1WebhookList ¶ added in v0.70.0
type V1WebhookList struct {
Pagination *PaginationResponse `json:"pagination,omitempty"`
Rows *[]V1Webhook `json:"rows,omitempty"`
}
V1WebhookList defines model for V1WebhookList.
type V1WebhookListParams ¶ added in v0.70.0
type V1WebhookListParams struct {
// Offset The number to skip
Offset *int64 `form:"offset,omitempty" json:"offset,omitempty"`
// Limit The number to limit by
Limit *int64 `form:"limit,omitempty" json:"limit,omitempty"`
// SourceNames The source names to filter by
SourceNames *[]V1WebhookSourceName `form:"sourceNames,omitempty" json:"sourceNames,omitempty"`
// WebhookNames The webhook names to filter by
WebhookNames *[]string `form:"webhookNames,omitempty" json:"webhookNames,omitempty"`
}
V1WebhookListParams defines parameters for V1WebhookList.
type V1WebhookListResponse ¶ added in v0.70.0
type V1WebhookListResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *V1WebhookList
JSON400 *APIErrors
JSON403 *APIErrors
}
func ParseV1WebhookListResponse ¶ added in v0.70.0
func ParseV1WebhookListResponse(rsp *http.Response) (*V1WebhookListResponse, error)
ParseV1WebhookListResponse parses an HTTP response from a V1WebhookListWithResponse call
func (V1WebhookListResponse) Status ¶ added in v0.70.0
func (r V1WebhookListResponse) Status() string
Status returns HTTPResponse.Status
func (V1WebhookListResponse) StatusCode ¶ added in v0.70.0
func (r V1WebhookListResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type V1WebhookReceiveResponse ¶ added in v0.70.0
type V1WebhookReceiveResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *V1WebhookResponse
JSON400 *APIErrors
JSON403 *APIErrors
JSON429 *APIErrors
}
func ParseV1WebhookReceiveResponse ¶ added in v0.70.0
func ParseV1WebhookReceiveResponse(rsp *http.Response) (*V1WebhookReceiveResponse, error)
ParseV1WebhookReceiveResponse parses an HTTP response from a V1WebhookReceiveWithResponse call
func (V1WebhookReceiveResponse) Status ¶ added in v0.70.0
func (r V1WebhookReceiveResponse) Status() string
Status returns HTTPResponse.Status
func (V1WebhookReceiveResponse) StatusCode ¶ added in v0.70.0
func (r V1WebhookReceiveResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type V1WebhookResponse ¶ added in v0.78.26
type V1WebhookResponse struct {
Challenge *string `json:"challenge,omitempty"`
Event *V1Event `json:"event,omitempty"`
// Message The message for the webhook response
Message *string `json:"message,omitempty"`
}
V1WebhookResponse defines model for V1WebhookResponse.
type V1WebhookSourceName ¶ added in v0.70.0
type V1WebhookSourceName string
V1WebhookSourceName defines model for V1WebhookSourceName.
const ( GENERIC V1WebhookSourceName = "GENERIC" GITHUB V1WebhookSourceName = "GITHUB" LINEAR V1WebhookSourceName = "LINEAR" SLACK V1WebhookSourceName = "SLACK" STRIPE V1WebhookSourceName = "STRIPE" SVIX V1WebhookSourceName = "SVIX" )
Defines values for V1WebhookSourceName.
type V1WebhookUpdateJSONRequestBody ¶ added in v0.70.7
type V1WebhookUpdateJSONRequestBody = V1UpdateWebhookRequest
V1WebhookUpdateJSONRequestBody defines body for V1WebhookUpdate for application/json ContentType.
type V1WebhookUpdateResponse ¶ added in v0.70.7
type V1WebhookUpdateResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *V1Webhook
JSON400 *APIErrors
JSON403 *APIErrors
JSON404 *APIErrors
}
func ParseV1WebhookUpdateResponse ¶ added in v0.70.7
func ParseV1WebhookUpdateResponse(rsp *http.Response) (*V1WebhookUpdateResponse, error)
ParseV1WebhookUpdateResponse parses an HTTP response from a V1WebhookUpdateWithResponse call
func (V1WebhookUpdateResponse) Status ¶ added in v0.70.7
func (r V1WebhookUpdateResponse) Status() string
Status returns HTTPResponse.Status
func (V1WebhookUpdateResponse) StatusCode ¶ added in v0.70.7
func (r V1WebhookUpdateResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type V1WorkflowRun ¶
type V1WorkflowRun struct {
// AdditionalMetadata Additional metadata for the task run.
AdditionalMetadata *map[string]interface{} `json:"additionalMetadata,omitempty"`
// CreatedAt The timestamp the task run was created.
CreatedAt *time.Time `json:"createdAt,omitempty"`
// DisplayName The display name of the task run.
DisplayName string `json:"displayName"`
// Duration The duration of the task run, in milliseconds.
Duration *int `json:"duration,omitempty"`
// ErrorMessage The error message of the task run (for the latest run)
ErrorMessage *string `json:"errorMessage,omitempty"`
// FinishedAt The timestamp the task run finished.
FinishedAt *time.Time `json:"finishedAt,omitempty"`
// Input The input of the task run.
Input openapi.NonNullableJSON `json:"input"`
Metadata APIResourceMeta `json:"metadata"`
// Output The output of the task run (for the latest run)
Output openapi.NonNullableJSON `json:"output"`
ParentTaskExternalId *openapi_types.UUID `json:"parentTaskExternalId,omitempty"`
// PayloadsRestricted True when input, output, and event payload fields were omitted because the caller cannot view payloads. Additional metadata is still included.
PayloadsRestricted *bool `json:"payloadsRestricted,omitempty"`
// StartedAt The timestamp the task run started.
StartedAt *time.Time `json:"startedAt,omitempty"`
Status V1TaskStatus `json:"status"`
// TenantId The ID of the tenant.
TenantId openapi_types.UUID `json:"tenantId"`
WorkflowId openapi_types.UUID `json:"workflowId"`
// WorkflowVersionId The ID of the workflow version.
WorkflowVersionId *openapi_types.UUID `json:"workflowVersionId,omitempty"`
}
V1WorkflowRun defines model for V1WorkflowRun.
type V1WorkflowRunCreateJSONRequestBody ¶
type V1WorkflowRunCreateJSONRequestBody = V1TriggerWorkflowRunRequest
V1WorkflowRunCreateJSONRequestBody defines body for V1WorkflowRunCreate for application/json ContentType.
type V1WorkflowRunCreateResponse ¶
type V1WorkflowRunCreateResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *V1WorkflowRunDetails
JSON400 *APIErrors
JSON403 *APIErrors
}
func ParseV1WorkflowRunCreateResponse ¶
func ParseV1WorkflowRunCreateResponse(rsp *http.Response) (*V1WorkflowRunCreateResponse, error)
ParseV1WorkflowRunCreateResponse parses an HTTP response from a V1WorkflowRunCreateWithResponse call
func (V1WorkflowRunCreateResponse) Status ¶
func (r V1WorkflowRunCreateResponse) Status() string
Status returns HTTPResponse.Status
func (V1WorkflowRunCreateResponse) StatusCode ¶
func (r V1WorkflowRunCreateResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type V1WorkflowRunDetails ¶
type V1WorkflowRunDetails struct {
Run V1WorkflowRun `json:"run"`
Shape WorkflowRunShapeForWorkflowRunDetails `json:"shape"`
// TaskEvents The list of task events for the workflow run
TaskEvents []V1TaskEvent `json:"taskEvents"`
Tasks []V1TaskSummary `json:"tasks"`
WorkflowConfig *map[string]interface{} `json:"workflowConfig,omitempty"`
}
V1WorkflowRunDetails defines model for V1WorkflowRunDetails.
type V1WorkflowRunDisplayName ¶
type V1WorkflowRunDisplayName struct {
DisplayName string `json:"displayName"`
Metadata APIResourceMeta `json:"metadata"`
}
V1WorkflowRunDisplayName defines model for V1WorkflowRunDisplayName.
type V1WorkflowRunDisplayNameList ¶
type V1WorkflowRunDisplayNameList struct {
Pagination PaginationResponse `json:"pagination"`
// Rows The list of display names
Rows []V1WorkflowRunDisplayName `json:"rows"`
}
V1WorkflowRunDisplayNameList defines model for V1WorkflowRunDisplayNameList.
type V1WorkflowRunDisplayNamesListParams ¶
type V1WorkflowRunDisplayNamesListParams struct {
// ExternalIds The external ids of the workflow runs to get display names for
ExternalIds []openapi_types.UUID `form:"external_ids" json:"external_ids"`
}
V1WorkflowRunDisplayNamesListParams defines parameters for V1WorkflowRunDisplayNamesList.
type V1WorkflowRunDisplayNamesListResponse ¶
type V1WorkflowRunDisplayNamesListResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *V1WorkflowRunDisplayNameList
JSON400 *APIErrors
JSON403 *APIErrors
JSON501 *APIErrors
}
func ParseV1WorkflowRunDisplayNamesListResponse ¶
func ParseV1WorkflowRunDisplayNamesListResponse(rsp *http.Response) (*V1WorkflowRunDisplayNamesListResponse, error)
ParseV1WorkflowRunDisplayNamesListResponse parses an HTTP response from a V1WorkflowRunDisplayNamesListWithResponse call
func (V1WorkflowRunDisplayNamesListResponse) Status ¶
func (r V1WorkflowRunDisplayNamesListResponse) Status() string
Status returns HTTPResponse.Status
func (V1WorkflowRunDisplayNamesListResponse) StatusCode ¶
func (r V1WorkflowRunDisplayNamesListResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type V1WorkflowRunExternalIdList ¶ added in v0.73.38
type V1WorkflowRunExternalIdList = []openapi_types.UUID
V1WorkflowRunExternalIdList The list of external IDs
type V1WorkflowRunExternalIdsListParams ¶ added in v0.73.38
type V1WorkflowRunExternalIdsListParams struct {
// Statuses A list of statuses to filter by
Statuses *[]V1TaskStatus `form:"statuses,omitempty" json:"statuses,omitempty"`
// Since The earliest date to filter by
Since time.Time `form:"since" json:"since"`
// Until The latest date to filter by
Until *time.Time `form:"until,omitempty" json:"until,omitempty"`
// AdditionalMetadata Additional metadata k-v pairs to filter by
AdditionalMetadata *[]string `form:"additional_metadata,omitempty" json:"additional_metadata,omitempty"`
// WorkflowIds The workflow ids to find runs for
WorkflowIds *[]openapi_types.UUID `form:"workflow_ids,omitempty" json:"workflow_ids,omitempty"`
// RunningFilter Filter within the RUNNING status bucket. ALL returns both on-worker and evicted tasks, ON_WORKER returns only tasks running on a worker, EVICTED returns only evicted tasks. Defaults to ALL.
RunningFilter *V1RunningFilter `form:"running_filter,omitempty" json:"running_filter,omitempty"`
}
V1WorkflowRunExternalIdsListParams defines parameters for V1WorkflowRunExternalIdsList.
type V1WorkflowRunExternalIdsListResponse ¶ added in v0.73.38
type V1WorkflowRunExternalIdsListResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *V1WorkflowRunExternalIdList
JSON400 *APIErrors
JSON403 *APIErrors
JSON501 *APIErrors
}
func ParseV1WorkflowRunExternalIdsListResponse ¶ added in v0.73.38
func ParseV1WorkflowRunExternalIdsListResponse(rsp *http.Response) (*V1WorkflowRunExternalIdsListResponse, error)
ParseV1WorkflowRunExternalIdsListResponse parses an HTTP response from a V1WorkflowRunExternalIdsListWithResponse call
func (V1WorkflowRunExternalIdsListResponse) Status ¶ added in v0.73.38
func (r V1WorkflowRunExternalIdsListResponse) Status() string
Status returns HTTPResponse.Status
func (V1WorkflowRunExternalIdsListResponse) StatusCode ¶ added in v0.73.38
func (r V1WorkflowRunExternalIdsListResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type V1WorkflowRunGetParams ¶ added in v0.105.22
type V1WorkflowRunGetParams struct {
// IncludeOrchestratorEvents Whether to include the DAG orchestrator's task events, which are hidden by default
IncludeOrchestratorEvents *bool `form:"includeOrchestratorEvents,omitempty" json:"includeOrchestratorEvents,omitempty"`
}
V1WorkflowRunGetParams defines parameters for V1WorkflowRunGet.
type V1WorkflowRunGetResponse ¶
type V1WorkflowRunGetResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *V1WorkflowRunDetails
JSON400 *APIErrors
JSON403 *APIErrors
JSON501 *APIErrors
}
func ParseV1WorkflowRunGetResponse ¶
func ParseV1WorkflowRunGetResponse(rsp *http.Response) (*V1WorkflowRunGetResponse, error)
ParseV1WorkflowRunGetResponse parses an HTTP response from a V1WorkflowRunGetWithResponse call
func (V1WorkflowRunGetResponse) Status ¶
func (r V1WorkflowRunGetResponse) Status() string
Status returns HTTPResponse.Status
func (V1WorkflowRunGetResponse) StatusCode ¶
func (r V1WorkflowRunGetResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type V1WorkflowRunGetStatusResponse ¶
type V1WorkflowRunGetStatusResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *V1TaskStatus
JSON400 *APIErrors
JSON403 *APIErrors
JSON404 *APIErrors
JSON501 *APIErrors
}
func ParseV1WorkflowRunGetStatusResponse ¶
func ParseV1WorkflowRunGetStatusResponse(rsp *http.Response) (*V1WorkflowRunGetStatusResponse, error)
ParseV1WorkflowRunGetStatusResponse parses an HTTP response from a V1WorkflowRunGetStatusWithResponse call
func (V1WorkflowRunGetStatusResponse) Status ¶
func (r V1WorkflowRunGetStatusResponse) Status() string
Status returns HTTPResponse.Status
func (V1WorkflowRunGetStatusResponse) StatusCode ¶
func (r V1WorkflowRunGetStatusResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type V1WorkflowRunGetTimingsParams ¶
type V1WorkflowRunGetTimingsParams struct {
// Depth The depth to retrieve children
Depth *int64 `form:"depth,omitempty" json:"depth,omitempty"`
}
V1WorkflowRunGetTimingsParams defines parameters for V1WorkflowRunGetTimings.
type V1WorkflowRunGetTimingsResponse ¶
type V1WorkflowRunGetTimingsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *V1TaskTimingList
JSON400 *APIErrors
JSON403 *APIErrors
JSON501 *APIErrors
}
func ParseV1WorkflowRunGetTimingsResponse ¶
func ParseV1WorkflowRunGetTimingsResponse(rsp *http.Response) (*V1WorkflowRunGetTimingsResponse, error)
ParseV1WorkflowRunGetTimingsResponse parses an HTTP response from a V1WorkflowRunGetTimingsWithResponse call
func (V1WorkflowRunGetTimingsResponse) Status ¶
func (r V1WorkflowRunGetTimingsResponse) Status() string
Status returns HTTPResponse.Status
func (V1WorkflowRunGetTimingsResponse) StatusCode ¶
func (r V1WorkflowRunGetTimingsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type V1WorkflowRunListParams ¶
type V1WorkflowRunListParams struct {
// Offset The number to skip
Offset *int64 `form:"offset,omitempty" json:"offset,omitempty"`
// Limit The number to limit by
Limit *int64 `form:"limit,omitempty" json:"limit,omitempty"`
// Statuses A list of statuses to filter by
Statuses *[]V1TaskStatus `form:"statuses,omitempty" json:"statuses,omitempty"`
// Since The earliest date to filter by
Since time.Time `form:"since" json:"since"`
// Until The latest date to filter by
Until *time.Time `form:"until,omitempty" json:"until,omitempty"`
// AdditionalMetadata Additional metadata k-v pairs to filter by
AdditionalMetadata *[]string `form:"additional_metadata,omitempty" json:"additional_metadata,omitempty"`
// AdditionalMetadataOperator How to combine multiple additional_metadata pairs. OR matches runs containing any pair, AND matches runs containing all pairs. Defaults to OR.
AdditionalMetadataOperator *V1AdditionalMetadataOperator `form:"additional_metadata_operator,omitempty" json:"additional_metadata_operator,omitempty"`
// WorkflowIds The workflow ids to find runs for
WorkflowIds *[]openapi_types.UUID `form:"workflow_ids,omitempty" json:"workflow_ids,omitempty"`
// WorkerId The worker id to filter by
WorkerId *openapi_types.UUID `form:"worker_id,omitempty" json:"worker_id,omitempty"`
// OnlyTasks Whether to include DAGs or only to include tasks
OnlyTasks bool `form:"only_tasks" json:"only_tasks"`
// ParentTaskExternalId The parent task external id to filter by
ParentTaskExternalId *openapi_types.UUID `form:"parent_task_external_id,omitempty" json:"parent_task_external_id,omitempty"`
// TriggeringEventExternalId The external id of the event that triggered the workflow run
TriggeringEventExternalId *openapi_types.UUID `form:"triggering_event_external_id,omitempty" json:"triggering_event_external_id,omitempty"`
// IncludePayloads A flag for whether or not to include the input and output payloads in the response. Defaults to `true` if unset.
IncludePayloads *bool `form:"include_payloads,omitempty" json:"include_payloads,omitempty"`
// RunningFilter Filter within the RUNNING status bucket. ALL returns both on-worker and evicted tasks, ON_WORKER returns only tasks running on a worker, EVICTED returns only evicted tasks. Defaults to ALL.
RunningFilter *V1RunningFilter `form:"running_filter,omitempty" json:"running_filter,omitempty"`
// IdempotencyKeys The idempotency key(s) to filter for
IdempotencyKeys *[]string `form:"idempotency_keys,omitempty" json:"idempotency_keys,omitempty"`
}
V1WorkflowRunListParams defines parameters for V1WorkflowRunList.
type V1WorkflowRunListResponse ¶
type V1WorkflowRunListResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *V1TaskSummaryList
JSON400 *APIErrors
JSON403 *APIErrors
JSON501 *APIErrors
}
func ParseV1WorkflowRunListResponse ¶
func ParseV1WorkflowRunListResponse(rsp *http.Response) (*V1WorkflowRunListResponse, error)
ParseV1WorkflowRunListResponse parses an HTTP response from a V1WorkflowRunListWithResponse call
func (V1WorkflowRunListResponse) Status ¶
func (r V1WorkflowRunListResponse) Status() string
Status returns HTTPResponse.Status
func (V1WorkflowRunListResponse) StatusCode ¶
func (r V1WorkflowRunListResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type V1WorkflowRunTaskEventsListParams ¶
type V1WorkflowRunTaskEventsListParams struct {
// Offset The number to skip
Offset *int64 `form:"offset,omitempty" json:"offset,omitempty"`
// Limit The number to limit by
Limit *int64 `form:"limit,omitempty" json:"limit,omitempty"`
}
V1WorkflowRunTaskEventsListParams defines parameters for V1WorkflowRunTaskEventsList.
type V1WorkflowRunTaskEventsListResponse ¶
type V1WorkflowRunTaskEventsListResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *V1TaskEventList
JSON400 *APIErrors
JSON403 *APIErrors
JSON501 *APIErrors
}
func ParseV1WorkflowRunTaskEventsListResponse ¶
func ParseV1WorkflowRunTaskEventsListResponse(rsp *http.Response) (*V1WorkflowRunTaskEventsListResponse, error)
ParseV1WorkflowRunTaskEventsListResponse parses an HTTP response from a V1WorkflowRunTaskEventsListWithResponse call
func (V1WorkflowRunTaskEventsListResponse) Status ¶
func (r V1WorkflowRunTaskEventsListResponse) Status() string
Status returns HTTPResponse.Status
func (V1WorkflowRunTaskEventsListResponse) StatusCode ¶
func (r V1WorkflowRunTaskEventsListResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type V1WorkflowType ¶
type V1WorkflowType string
V1WorkflowType defines model for V1WorkflowType.
const ( V1WorkflowTypeDAG V1WorkflowType = "DAG" V1WorkflowTypeTASK V1WorkflowType = "TASK" )
Defines values for V1WorkflowType.
type WebhookCreateJSONRequestBody ¶
type WebhookCreateJSONRequestBody = WebhookWorkerCreateRequest
WebhookCreateJSONRequestBody defines body for WebhookCreate for application/json ContentType.
type WebhookCreateResponse ¶
type WebhookCreateResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *WebhookWorkerCreated
JSON400 *APIErrors
JSON401 *APIErrors
JSON405 *APIErrors
}
func ParseWebhookCreateResponse ¶
func ParseWebhookCreateResponse(rsp *http.Response) (*WebhookCreateResponse, error)
ParseWebhookCreateResponse parses an HTTP response from a WebhookCreateWithResponse call
func (WebhookCreateResponse) Status ¶
func (r WebhookCreateResponse) Status() string
Status returns HTTPResponse.Status
func (WebhookCreateResponse) StatusCode ¶
func (r WebhookCreateResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type WebhookDeleteResponse ¶
type WebhookDeleteResponse struct {
Body []byte
HTTPResponse *http.Response
JSON400 *APIErrors
JSON401 *APIErrors
JSON405 *APIErrors
}
func ParseWebhookDeleteResponse ¶
func ParseWebhookDeleteResponse(rsp *http.Response) (*WebhookDeleteResponse, error)
ParseWebhookDeleteResponse parses an HTTP response from a WebhookDeleteWithResponse call
func (WebhookDeleteResponse) Status ¶
func (r WebhookDeleteResponse) Status() string
Status returns HTTPResponse.Status
func (WebhookDeleteResponse) StatusCode ¶
func (r WebhookDeleteResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type WebhookListResponse ¶
type WebhookListResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *WebhookWorkerListResponse
JSON400 *APIErrors
JSON401 *APIErrors
JSON405 *APIErrors
}
func ParseWebhookListResponse ¶
func ParseWebhookListResponse(rsp *http.Response) (*WebhookListResponse, error)
ParseWebhookListResponse parses an HTTP response from a WebhookListWithResponse call
func (WebhookListResponse) Status ¶
func (r WebhookListResponse) Status() string
Status returns HTTPResponse.Status
func (WebhookListResponse) StatusCode ¶
func (r WebhookListResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type WebhookRequestsListResponse ¶
type WebhookRequestsListResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *WebhookWorkerRequestListResponse
JSON400 *APIErrors
JSON401 *APIErrors
JSON405 *APIErrors
}
func ParseWebhookRequestsListResponse ¶
func ParseWebhookRequestsListResponse(rsp *http.Response) (*WebhookRequestsListResponse, error)
ParseWebhookRequestsListResponse parses an HTTP response from a WebhookRequestsListWithResponse call
func (WebhookRequestsListResponse) Status ¶
func (r WebhookRequestsListResponse) Status() string
Status returns HTTPResponse.Status
func (WebhookRequestsListResponse) StatusCode ¶
func (r WebhookRequestsListResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type WebhookWorker ¶
type WebhookWorker struct {
Metadata APIResourceMeta `json:"metadata"`
// Name The name of the webhook worker.
Name string `json:"name"`
// Url The webhook url.
Url string `json:"url"`
}
WebhookWorker defines model for WebhookWorker.
type WebhookWorkerCreateRequest ¶
type WebhookWorkerCreateRequest struct {
// Name The name of the webhook worker.
Name string `json:"name"`
// Secret The secret key for validation. If not provided, a random secret will be generated.
Secret *string `json:"secret,omitempty"`
// Url The webhook url.
Url string `json:"url"`
}
WebhookWorkerCreateRequest defines model for WebhookWorkerCreateRequest.
type WebhookWorkerCreated ¶
type WebhookWorkerCreated struct {
Metadata APIResourceMeta `json:"metadata"`
// Name The name of the webhook worker.
Name string `json:"name"`
// Secret The secret key for validation.
Secret string `json:"secret"`
// Url The webhook url.
Url string `json:"url"`
}
WebhookWorkerCreated defines model for WebhookWorkerCreated.
type WebhookWorkerListResponse ¶
type WebhookWorkerListResponse struct {
Pagination *PaginationResponse `json:"pagination,omitempty"`
Rows *[]WebhookWorker `json:"rows,omitempty"`
}
WebhookWorkerListResponse defines model for WebhookWorkerListResponse.
type WebhookWorkerRequest ¶
type WebhookWorkerRequest struct {
// CreatedAt The date and time the request was created.
CreatedAt time.Time `json:"created_at"`
Method WebhookWorkerRequestMethod `json:"method"`
// StatusCode The HTTP status code of the response.
StatusCode int `json:"statusCode"`
}
WebhookWorkerRequest defines model for WebhookWorkerRequest.
type WebhookWorkerRequestListResponse ¶
type WebhookWorkerRequestListResponse struct {
// Requests The list of webhook requests.
Requests *[]WebhookWorkerRequest `json:"requests,omitempty"`
}
WebhookWorkerRequestListResponse defines model for WebhookWorkerRequestListResponse.
type WebhookWorkerRequestMethod ¶
type WebhookWorkerRequestMethod = interface{}
WebhookWorkerRequestMethod defines model for WebhookWorkerRequestMethod.
type Worker ¶
type Worker struct {
// Actions The actions this worker can perform.
Actions *[]string `json:"actions,omitempty"`
// DispatcherId the id of the assigned dispatcher, in UUID format
DispatcherId *openapi_types.UUID `json:"dispatcherId,omitempty"`
// EvictedDurableTaskCount The number of durable task runs owned by this operator that are currently evicted while waiting on durable events. Evicted runs hold no slots. Only set for operator workers.
EvictedDurableTaskCount *int `json:"evictedDurableTaskCount,omitempty"`
// Labels The current label state of the worker.
Labels *[]WorkerLabel `json:"labels,omitempty"`
// LastHeartbeatAt The time this worker last sent a heartbeat.
LastHeartbeatAt *time.Time `json:"lastHeartbeatAt,omitempty"`
// LastListenerEstablished The time this worker last sent a heartbeat.
LastListenerEstablished *time.Time `json:"lastListenerEstablished,omitempty"`
Metadata APIResourceMeta `json:"metadata"`
// Name The name of the worker.
Name string `json:"name"`
// OperatorId The id of the operator that owns this worker, if it is an engine-managed operator worker.
OperatorId *openapi_types.UUID `json:"operatorId,omitempty"`
// RecentStepRuns The recent step runs for the worker.
RecentStepRuns *[]RecentStepRuns `json:"recentStepRuns,omitempty"`
// RegisteredWorkflows The workflow ids registered on this worker.
RegisteredWorkflows *[]RegisteredWorkflow `json:"registeredWorkflows,omitempty"`
RuntimeInfo *WorkerRuntimeInfo `json:"runtimeInfo,omitempty"`
// SlotConfig Slot availability and limits for this worker (slot_type -> { available, limit }).
SlotConfig *map[string]WorkerSlotConfig `json:"slotConfig,omitempty"`
// Slots The semaphore slot state for the worker.
Slots *[]SemaphoreSlots `json:"slots,omitempty"`
Status *WorkerStatus `json:"status,omitempty"`
Type WorkerType `json:"type"`
// WebhookId The webhook ID for the worker.
WebhookId *openapi_types.UUID `json:"webhookId,omitempty"`
// WebhookUrl The webhook URL for the worker.
WebhookUrl *string `json:"webhookUrl,omitempty"`
}
Worker defines model for Worker.
type WorkerGetResponse ¶
type WorkerGetResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *Worker
JSON400 *APIErrors
JSON403 *APIErrors
}
func ParseWorkerGetResponse ¶
func ParseWorkerGetResponse(rsp *http.Response) (*WorkerGetResponse, error)
ParseWorkerGetResponse parses an HTTP response from a WorkerGetWithResponse call
func (WorkerGetResponse) Status ¶
func (r WorkerGetResponse) Status() string
Status returns HTTPResponse.Status
func (WorkerGetResponse) StatusCode ¶
func (r WorkerGetResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type WorkerLabel ¶
type WorkerLabel struct {
// Key The key of the label.
Key string `json:"key"`
Metadata APIResourceMeta `json:"metadata"`
// Value The value of the label.
Value *string `json:"value,omitempty"`
}
WorkerLabel defines model for WorkerLabel.
type WorkerList ¶
type WorkerList struct {
Pagination *PaginationResponse `json:"pagination,omitempty"`
Rows *[]Worker `json:"rows,omitempty"`
}
WorkerList defines model for WorkerList.
type WorkerListParams ¶ added in v0.86.25
type WorkerListParams struct {
// Offset The number to skip
Offset *int64 `form:"offset,omitempty" json:"offset,omitempty"`
// Limit The number to limit by
Limit *int64 `form:"limit,omitempty" json:"limit,omitempty"`
// Statuses Filter by worker status
Statuses *[]WorkerStatus `form:"statuses,omitempty" json:"statuses,omitempty"`
// Labels Filter by worker labels
Labels *[]string `form:"labels,omitempty" json:"labels,omitempty"`
// IncludeOperators Whether to include engine-managed operator workers, which are hidden by default
IncludeOperators *bool `form:"includeOperators,omitempty" json:"includeOperators,omitempty"`
}
WorkerListParams defines parameters for WorkerList.
type WorkerListResponse ¶
type WorkerListResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *WorkerList
JSON400 *APIErrors
JSON403 *APIErrors
}
func ParseWorkerListResponse ¶
func ParseWorkerListResponse(rsp *http.Response) (*WorkerListResponse, error)
ParseWorkerListResponse parses an HTTP response from a WorkerListWithResponse call
func (WorkerListResponse) Status ¶
func (r WorkerListResponse) Status() string
Status returns HTTPResponse.Status
func (WorkerListResponse) StatusCode ¶
func (r WorkerListResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type WorkerRuntimeInfo ¶
type WorkerRuntimeInfo struct {
Language *WorkerRuntimeSDKs `json:"language,omitempty"`
LanguageVersion *string `json:"languageVersion,omitempty"`
Os *string `json:"os,omitempty"`
RuntimeExtra *string `json:"runtimeExtra,omitempty"`
SdkVersion *string `json:"sdkVersion,omitempty"`
}
WorkerRuntimeInfo defines model for WorkerRuntimeInfo.
type WorkerRuntimeSDKs ¶
type WorkerRuntimeSDKs string
WorkerRuntimeSDKs defines model for WorkerRuntimeSDKs.
const ( GOLANG WorkerRuntimeSDKs = "GOLANG" PYTHON WorkerRuntimeSDKs = "PYTHON" RUBY WorkerRuntimeSDKs = "RUBY" TYPESCRIPT WorkerRuntimeSDKs = "TYPESCRIPT" )
Defines values for WorkerRuntimeSDKs.
type WorkerSlotConfig ¶ added in v0.78.27
type WorkerSlotConfig struct {
// Available The number of available units for this slot type.
Available *int `json:"available,omitempty"`
// Limit The maximum number of units for this slot type.
Limit int `json:"limit"`
}
WorkerSlotConfig Slot availability and limits for a slot type.
type WorkerStatus ¶
type WorkerStatus string
WorkerStatus defines model for WorkerStatus.
const ( ACTIVE WorkerStatus = "ACTIVE" INACTIVE WorkerStatus = "INACTIVE" PAUSED WorkerStatus = "PAUSED" )
Defines values for WorkerStatus.
type WorkerType ¶
type WorkerType string
WorkerType defines model for WorkerType.
const ( MANAGED WorkerType = "MANAGED" SELFHOSTED WorkerType = "SELFHOSTED" WEBHOOK WorkerType = "WEBHOOK" )
Defines values for WorkerType.
type WorkerUpdateJSONRequestBody ¶
type WorkerUpdateJSONRequestBody = UpdateWorkerRequest
WorkerUpdateJSONRequestBody defines body for WorkerUpdate for application/json ContentType.
type WorkerUpdateResponse ¶
type WorkerUpdateResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *Worker
JSON400 *APIErrors
JSON403 *APIErrors
}
func ParseWorkerUpdateResponse ¶
func ParseWorkerUpdateResponse(rsp *http.Response) (*WorkerUpdateResponse, error)
ParseWorkerUpdateResponse parses an HTTP response from a WorkerUpdateWithResponse call
func (WorkerUpdateResponse) Status ¶
func (r WorkerUpdateResponse) Status() string
Status returns HTTPResponse.Status
func (WorkerUpdateResponse) StatusCode ¶
func (r WorkerUpdateResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type Workflow ¶
type Workflow struct {
// Description The description of the workflow.
Description *string `json:"description,omitempty"`
// IsPaused Whether the workflow is paused.
IsPaused *bool `json:"isPaused,omitempty"`
// Jobs The jobs of the workflow.
Jobs *[]Job `json:"jobs,omitempty"`
Metadata APIResourceMeta `json:"metadata"`
// Name The name of the workflow.
Name string `json:"name"`
PausedWorkflowCronRunQueueBehavior *WorkflowPauseScheduledCronRunQueueBehavior `json:"pausedWorkflowCronRunQueueBehavior,omitempty"`
PausedWorkflowScheduledRunQueueBehavior *WorkflowPauseScheduledCronRunQueueBehavior `json:"pausedWorkflowScheduledRunQueueBehavior,omitempty"`
// Tags The tags of the workflow.
Tags *[]WorkflowTag `json:"tags,omitempty"`
// TenantId The tenant id of the workflow.
TenantId string `json:"tenantId"`
Versions *[]WorkflowVersionMeta `json:"versions,omitempty"`
}
Workflow defines model for Workflow.
type WorkflowConcurrency ¶
type WorkflowConcurrency struct {
// GetConcurrencyGroup An action which gets the concurrency group for the WorkflowRun.
GetConcurrencyGroup string `json:"getConcurrencyGroup"`
LimitStrategy ConcurrencyLimitStrategy `json:"limitStrategy"`
// MaxRuns The maximum number of concurrent workflow runs.
MaxRuns int32 `json:"maxRuns"`
}
WorkflowConcurrency defines model for WorkflowConcurrency.
type WorkflowCronDeleteResponse ¶
type WorkflowCronDeleteResponse struct {
Body []byte
HTTPResponse *http.Response
JSON400 *APIErrors
JSON403 *APIError
}
func ParseWorkflowCronDeleteResponse ¶
func ParseWorkflowCronDeleteResponse(rsp *http.Response) (*WorkflowCronDeleteResponse, error)
ParseWorkflowCronDeleteResponse parses an HTTP response from a WorkflowCronDeleteWithResponse call
func (WorkflowCronDeleteResponse) Status ¶
func (r WorkflowCronDeleteResponse) Status() string
Status returns HTTPResponse.Status
func (WorkflowCronDeleteResponse) StatusCode ¶
func (r WorkflowCronDeleteResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type WorkflowCronGetResponse ¶
type WorkflowCronGetResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *CronWorkflows
JSON400 *APIErrors
JSON403 *APIErrors
JSON404 *APIErrors
}
func ParseWorkflowCronGetResponse ¶
func ParseWorkflowCronGetResponse(rsp *http.Response) (*WorkflowCronGetResponse, error)
ParseWorkflowCronGetResponse parses an HTTP response from a WorkflowCronGetWithResponse call
func (WorkflowCronGetResponse) Status ¶
func (r WorkflowCronGetResponse) Status() string
Status returns HTTPResponse.Status
func (WorkflowCronGetResponse) StatusCode ¶
func (r WorkflowCronGetResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type WorkflowCronTriggerResponse ¶ added in v0.88.2
type WorkflowCronTriggerResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *TriggerRunResult
JSON400 *APIErrors
JSON403 *APIError
JSON404 *APIErrors
JSON500 *APIErrors
}
func ParseWorkflowCronTriggerResponse ¶ added in v0.88.2
func ParseWorkflowCronTriggerResponse(rsp *http.Response) (*WorkflowCronTriggerResponse, error)
ParseWorkflowCronTriggerResponse parses an HTTP response from a WorkflowCronTriggerWithResponse call
func (WorkflowCronTriggerResponse) Status ¶ added in v0.88.2
func (r WorkflowCronTriggerResponse) Status() string
Status returns HTTPResponse.Status
func (WorkflowCronTriggerResponse) StatusCode ¶ added in v0.88.2
func (r WorkflowCronTriggerResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type WorkflowCronUpdateJSONRequestBody ¶ added in v0.73.35
type WorkflowCronUpdateJSONRequestBody = UpdateCronWorkflowTriggerRequest
WorkflowCronUpdateJSONRequestBody defines body for WorkflowCronUpdate for application/json ContentType.
type WorkflowCronUpdateResponse ¶ added in v0.73.35
type WorkflowCronUpdateResponse struct {
Body []byte
HTTPResponse *http.Response
JSON400 *APIErrors
JSON403 *APIError
}
func ParseWorkflowCronUpdateResponse ¶ added in v0.73.35
func ParseWorkflowCronUpdateResponse(rsp *http.Response) (*WorkflowCronUpdateResponse, error)
ParseWorkflowCronUpdateResponse parses an HTTP response from a WorkflowCronUpdateWithResponse call
func (WorkflowCronUpdateResponse) Status ¶ added in v0.73.35
func (r WorkflowCronUpdateResponse) Status() string
Status returns HTTPResponse.Status
func (WorkflowCronUpdateResponse) StatusCode ¶ added in v0.73.35
func (r WorkflowCronUpdateResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type WorkflowDeleteResponse ¶
type WorkflowDeleteResponse struct {
Body []byte
HTTPResponse *http.Response
JSON400 *APIErrors
JSON403 *APIErrors
JSON404 *APIErrors
}
func ParseWorkflowDeleteResponse ¶
func ParseWorkflowDeleteResponse(rsp *http.Response) (*WorkflowDeleteResponse, error)
ParseWorkflowDeleteResponse parses an HTTP response from a WorkflowDeleteWithResponse call
func (WorkflowDeleteResponse) Status ¶
func (r WorkflowDeleteResponse) Status() string
Status returns HTTPResponse.Status
func (WorkflowDeleteResponse) StatusCode ¶
func (r WorkflowDeleteResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type WorkflowGetMetricsParams ¶
type WorkflowGetMetricsParams struct {
// Status A status of workflow run statuses to filter by
Status *WorkflowRunStatus `form:"status,omitempty" json:"status,omitempty"`
// GroupKey A group key to filter metrics by
GroupKey *string `form:"groupKey,omitempty" json:"groupKey,omitempty"`
}
WorkflowGetMetricsParams defines parameters for WorkflowGetMetrics.
type WorkflowGetMetricsResponse ¶
type WorkflowGetMetricsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *WorkflowMetrics
JSON400 *APIErrors
JSON403 *APIErrors
JSON404 *APIErrors
}
func ParseWorkflowGetMetricsResponse ¶
func ParseWorkflowGetMetricsResponse(rsp *http.Response) (*WorkflowGetMetricsResponse, error)
ParseWorkflowGetMetricsResponse parses an HTTP response from a WorkflowGetMetricsWithResponse call
func (WorkflowGetMetricsResponse) Status ¶
func (r WorkflowGetMetricsResponse) Status() string
Status returns HTTPResponse.Status
func (WorkflowGetMetricsResponse) StatusCode ¶
func (r WorkflowGetMetricsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type WorkflowGetResponse ¶
type WorkflowGetResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *Workflow
JSON400 *APIErrors
JSON403 *APIErrors
JSON404 *APIErrors
}
func ParseWorkflowGetResponse ¶
func ParseWorkflowGetResponse(rsp *http.Response) (*WorkflowGetResponse, error)
ParseWorkflowGetResponse parses an HTTP response from a WorkflowGetWithResponse call
func (WorkflowGetResponse) Status ¶
func (r WorkflowGetResponse) Status() string
Status returns HTTPResponse.Status
func (WorkflowGetResponse) StatusCode ¶
func (r WorkflowGetResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type WorkflowGetWorkersCountResponse ¶
type WorkflowGetWorkersCountResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *WorkflowWorkersCount
JSON400 *APIErrors
JSON403 *APIErrors
}
func ParseWorkflowGetWorkersCountResponse ¶
func ParseWorkflowGetWorkersCountResponse(rsp *http.Response) (*WorkflowGetWorkersCountResponse, error)
ParseWorkflowGetWorkersCountResponse parses an HTTP response from a WorkflowGetWorkersCountWithResponse call
func (WorkflowGetWorkersCountResponse) Status ¶
func (r WorkflowGetWorkersCountResponse) Status() string
Status returns HTTPResponse.Status
func (WorkflowGetWorkersCountResponse) StatusCode ¶
func (r WorkflowGetWorkersCountResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type WorkflowKind ¶
type WorkflowKind string
WorkflowKind defines model for WorkflowKind.
const ( DAG WorkflowKind = "DAG" DURABLE WorkflowKind = "DURABLE" FUNCTION WorkflowKind = "FUNCTION" )
Defines values for WorkflowKind.
type WorkflowKindList ¶
type WorkflowKindList = []WorkflowKind
WorkflowKindList defines model for WorkflowKindList.
type WorkflowList ¶
type WorkflowList struct {
Metadata *APIResourceMeta `json:"metadata,omitempty"`
Pagination *PaginationResponse `json:"pagination,omitempty"`
Rows *[]Workflow `json:"rows,omitempty"`
}
WorkflowList defines model for WorkflowList.
type WorkflowListParams ¶
type WorkflowListParams struct {
// Offset The number to skip
Offset *int `form:"offset,omitempty" json:"offset,omitempty"`
// Limit The number to limit by
Limit *int `form:"limit,omitempty" json:"limit,omitempty"`
// Name Search by name
Name *string `form:"name,omitempty" json:"name,omitempty"`
}
WorkflowListParams defines parameters for WorkflowList.
type WorkflowListResponse ¶
type WorkflowListResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *WorkflowList
JSON400 *APIErrors
JSON403 *APIErrors
}
func ParseWorkflowListResponse ¶
func ParseWorkflowListResponse(rsp *http.Response) (*WorkflowListResponse, error)
ParseWorkflowListResponse parses an HTTP response from a WorkflowListWithResponse call
func (WorkflowListResponse) Status ¶
func (r WorkflowListResponse) Status() string
Status returns HTTPResponse.Status
func (WorkflowListResponse) StatusCode ¶
func (r WorkflowListResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type WorkflowMetrics ¶
type WorkflowMetrics struct {
// GroupKeyCount The total number of concurrency group keys.
GroupKeyCount *int `json:"groupKeyCount,omitempty"`
// GroupKeyRunsCount The number of runs for a specific group key (passed via filter)
GroupKeyRunsCount *int `json:"groupKeyRunsCount,omitempty"`
}
WorkflowMetrics defines model for WorkflowMetrics.
type WorkflowPauseScheduledCronRunQueueBehavior ¶ added in v0.103.0
type WorkflowPauseScheduledCronRunQueueBehavior string
WorkflowPauseScheduledCronRunQueueBehavior defines model for WorkflowPauseScheduledCronRunQueueBehavior.
const ( DROP WorkflowPauseScheduledCronRunQueueBehavior = "DROP" QUEUE WorkflowPauseScheduledCronRunQueueBehavior = "QUEUE" )
Defines values for WorkflowPauseScheduledCronRunQueueBehavior.
type WorkflowRun ¶
type WorkflowRun struct {
AdditionalMetadata *map[string]interface{} `json:"additionalMetadata,omitempty"`
DisplayName *string `json:"displayName,omitempty"`
Duration *int `json:"duration,omitempty"`
Error *string `json:"error,omitempty"`
FinishedAt *time.Time `json:"finishedAt,omitempty"`
Input *map[string]interface{} `json:"input,omitempty"`
JobRuns *[]JobRun `json:"jobRuns,omitempty"`
Metadata APIResourceMeta `json:"metadata"`
ParentId *openapi_types.UUID `json:"parentId,omitempty"`
ParentStepRunId *openapi_types.UUID `json:"parentStepRunId,omitempty"`
StartedAt *time.Time `json:"startedAt,omitempty"`
Status WorkflowRunStatus `json:"status"`
TenantId string `json:"tenantId"`
TriggeredBy WorkflowRunTriggeredBy `json:"triggeredBy"`
WorkflowVersion *WorkflowVersion `json:"workflowVersion,omitempty"`
WorkflowVersionId string `json:"workflowVersionId"`
}
WorkflowRun defines model for WorkflowRun.
type WorkflowRunCancelJSONRequestBody ¶
type WorkflowRunCancelJSONRequestBody = WorkflowRunsCancelRequest
WorkflowRunCancelJSONRequestBody defines body for WorkflowRunCancel for application/json ContentType.
type WorkflowRunCancelResponse ¶
type WorkflowRunCancelResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *struct {
WorkflowRunIds *[]openapi_types.UUID `json:"workflowRunIds,omitempty"`
}
JSON400 *APIErrors
JSON403 *APIErrors
}
func ParseWorkflowRunCancelResponse ¶
func ParseWorkflowRunCancelResponse(rsp *http.Response) (*WorkflowRunCancelResponse, error)
ParseWorkflowRunCancelResponse parses an HTTP response from a WorkflowRunCancelWithResponse call
func (WorkflowRunCancelResponse) Status ¶
func (r WorkflowRunCancelResponse) Status() string
Status returns HTTPResponse.Status
func (WorkflowRunCancelResponse) StatusCode ¶
func (r WorkflowRunCancelResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type WorkflowRunCreateJSONRequestBody ¶
type WorkflowRunCreateJSONRequestBody = TriggerWorkflowRunRequest
WorkflowRunCreateJSONRequestBody defines body for WorkflowRunCreate for application/json ContentType.
type WorkflowRunCreateParams ¶
type WorkflowRunCreateParams struct {
// Version The workflow version. If not supplied, the latest version is fetched.
Version *openapi_types.UUID `form:"version,omitempty" json:"version,omitempty"`
}
WorkflowRunCreateParams defines parameters for WorkflowRunCreate.
type WorkflowRunCreateResponse ¶
type WorkflowRunCreateResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *WorkflowRun
JSON400 *APIErrors
JSON403 *APIErrors
JSON404 *APIErrors
JSON429 *APIErrors
}
func ParseWorkflowRunCreateResponse ¶
func ParseWorkflowRunCreateResponse(rsp *http.Response) (*WorkflowRunCreateResponse, error)
ParseWorkflowRunCreateResponse parses an HTTP response from a WorkflowRunCreateWithResponse call
func (WorkflowRunCreateResponse) Status ¶
func (r WorkflowRunCreateResponse) Status() string
Status returns HTTPResponse.Status
func (WorkflowRunCreateResponse) StatusCode ¶
func (r WorkflowRunCreateResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type WorkflowRunGetInputResponse ¶
type WorkflowRunGetInputResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *map[string]interface{}
JSON400 *APIErrors
JSON403 *APIErrors
JSON404 *APIErrors
}
func ParseWorkflowRunGetInputResponse ¶
func ParseWorkflowRunGetInputResponse(rsp *http.Response) (*WorkflowRunGetInputResponse, error)
ParseWorkflowRunGetInputResponse parses an HTTP response from a WorkflowRunGetInputWithResponse call
func (WorkflowRunGetInputResponse) Status ¶
func (r WorkflowRunGetInputResponse) Status() string
Status returns HTTPResponse.Status
func (WorkflowRunGetInputResponse) StatusCode ¶
func (r WorkflowRunGetInputResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type WorkflowRunGetMetricsParams ¶
type WorkflowRunGetMetricsParams struct {
// EventId The event id to get runs for.
EventId *openapi_types.UUID `form:"eventId,omitempty" json:"eventId,omitempty"`
// WorkflowId The workflow id to get runs for.
WorkflowId *openapi_types.UUID `form:"workflowId,omitempty" json:"workflowId,omitempty"`
// ParentWorkflowRunId The parent workflow run id
ParentWorkflowRunId *openapi_types.UUID `form:"parentWorkflowRunId,omitempty" json:"parentWorkflowRunId,omitempty"`
// ParentStepRunId The parent step run id
ParentStepRunId *openapi_types.UUID `form:"parentStepRunId,omitempty" json:"parentStepRunId,omitempty"`
// AdditionalMetadata A list of metadata key value pairs to filter by
AdditionalMetadata *[]string `form:"additionalMetadata,omitempty" json:"additionalMetadata,omitempty"`
// CreatedAfter The time after the workflow run was created
CreatedAfter *time.Time `form:"createdAfter,omitempty" json:"createdAfter,omitempty"`
// CreatedBefore The time before the workflow run was created
CreatedBefore *time.Time `form:"createdBefore,omitempty" json:"createdBefore,omitempty"`
}
WorkflowRunGetMetricsParams defines parameters for WorkflowRunGetMetrics.
type WorkflowRunGetMetricsResponse ¶
type WorkflowRunGetMetricsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *WorkflowRunsMetrics
JSON400 *APIErrors
JSON403 *APIErrors
}
func ParseWorkflowRunGetMetricsResponse ¶
func ParseWorkflowRunGetMetricsResponse(rsp *http.Response) (*WorkflowRunGetMetricsResponse, error)
ParseWorkflowRunGetMetricsResponse parses an HTTP response from a WorkflowRunGetMetricsWithResponse call
func (WorkflowRunGetMetricsResponse) Status ¶
func (r WorkflowRunGetMetricsResponse) Status() string
Status returns HTTPResponse.Status
func (WorkflowRunGetMetricsResponse) StatusCode ¶
func (r WorkflowRunGetMetricsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type WorkflowRunGetResponse ¶
type WorkflowRunGetResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *WorkflowRun
JSON400 *APIErrors
JSON403 *APIErrors
}
func ParseWorkflowRunGetResponse ¶
func ParseWorkflowRunGetResponse(rsp *http.Response) (*WorkflowRunGetResponse, error)
ParseWorkflowRunGetResponse parses an HTTP response from a WorkflowRunGetWithResponse call
func (WorkflowRunGetResponse) Status ¶
func (r WorkflowRunGetResponse) Status() string
Status returns HTTPResponse.Status
func (WorkflowRunGetResponse) StatusCode ¶
func (r WorkflowRunGetResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type WorkflowRunGetShapeResponse ¶
type WorkflowRunGetShapeResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *WorkflowRunShape
JSON400 *APIErrors
JSON403 *APIErrors
}
func ParseWorkflowRunGetShapeResponse ¶
func ParseWorkflowRunGetShapeResponse(rsp *http.Response) (*WorkflowRunGetShapeResponse, error)
ParseWorkflowRunGetShapeResponse parses an HTTP response from a WorkflowRunGetShapeWithResponse call
func (WorkflowRunGetShapeResponse) Status ¶
func (r WorkflowRunGetShapeResponse) Status() string
Status returns HTTPResponse.Status
func (WorkflowRunGetShapeResponse) StatusCode ¶
func (r WorkflowRunGetShapeResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type WorkflowRunList ¶
type WorkflowRunList struct {
Pagination *PaginationResponse `json:"pagination,omitempty"`
Rows *[]WorkflowRun `json:"rows,omitempty"`
}
WorkflowRunList defines model for WorkflowRunList.
type WorkflowRunListParams ¶
type WorkflowRunListParams struct {
// Offset The number to skip
Offset *int64 `form:"offset,omitempty" json:"offset,omitempty"`
// Limit The number to limit by
Limit *int64 `form:"limit,omitempty" json:"limit,omitempty"`
// EventId The event id to get runs for.
EventId *openapi_types.UUID `form:"eventId,omitempty" json:"eventId,omitempty"`
// WorkflowId The workflow id to get runs for.
WorkflowId *openapi_types.UUID `form:"workflowId,omitempty" json:"workflowId,omitempty"`
// ParentWorkflowRunId The parent workflow run id
ParentWorkflowRunId *openapi_types.UUID `form:"parentWorkflowRunId,omitempty" json:"parentWorkflowRunId,omitempty"`
// ParentStepRunId The parent step run id
ParentStepRunId *openapi_types.UUID `form:"parentStepRunId,omitempty" json:"parentStepRunId,omitempty"`
// Statuses A list of workflow run statuses to filter by
Statuses *WorkflowRunStatusList `form:"statuses,omitempty" json:"statuses,omitempty"`
// Kinds A list of workflow kinds to filter by
Kinds *WorkflowKindList `form:"kinds,omitempty" json:"kinds,omitempty"`
// AdditionalMetadata A list of metadata key value pairs to filter by
AdditionalMetadata *[]string `form:"additionalMetadata,omitempty" json:"additionalMetadata,omitempty"`
// CreatedAfter The time after the workflow run was created
CreatedAfter *time.Time `form:"createdAfter,omitempty" json:"createdAfter,omitempty"`
// CreatedBefore The time before the workflow run was created
CreatedBefore *time.Time `form:"createdBefore,omitempty" json:"createdBefore,omitempty"`
// FinishedAfter The time after the workflow run was finished
FinishedAfter *time.Time `form:"finishedAfter,omitempty" json:"finishedAfter,omitempty"`
// FinishedBefore The time before the workflow run was finished
FinishedBefore *time.Time `form:"finishedBefore,omitempty" json:"finishedBefore,omitempty"`
// OrderByField The order by field
OrderByField *WorkflowRunOrderByField `form:"orderByField,omitempty" json:"orderByField,omitempty"`
// OrderByDirection The order by direction
OrderByDirection *WorkflowRunOrderByDirection `form:"orderByDirection,omitempty" json:"orderByDirection,omitempty"`
}
WorkflowRunListParams defines parameters for WorkflowRunList.
type WorkflowRunListResponse ¶
type WorkflowRunListResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *WorkflowRunList
JSON400 *APIErrors
JSON403 *APIErrors
}
func ParseWorkflowRunListResponse ¶
func ParseWorkflowRunListResponse(rsp *http.Response) (*WorkflowRunListResponse, error)
ParseWorkflowRunListResponse parses an HTTP response from a WorkflowRunListWithResponse call
func (WorkflowRunListResponse) Status ¶
func (r WorkflowRunListResponse) Status() string
Status returns HTTPResponse.Status
func (WorkflowRunListResponse) StatusCode ¶
func (r WorkflowRunListResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type WorkflowRunListStepRunEventsParams ¶
type WorkflowRunListStepRunEventsParams struct {
// LastId Last ID of the last event
LastId *int32 `form:"lastId,omitempty" json:"lastId,omitempty"`
}
WorkflowRunListStepRunEventsParams defines parameters for WorkflowRunListStepRunEvents.
type WorkflowRunListStepRunEventsResponse ¶
type WorkflowRunListStepRunEventsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *StepRunEventList
JSON400 *APIErrors
JSON403 *APIErrors
JSON404 *APIErrors
}
func ParseWorkflowRunListStepRunEventsResponse ¶
func ParseWorkflowRunListStepRunEventsResponse(rsp *http.Response) (*WorkflowRunListStepRunEventsResponse, error)
ParseWorkflowRunListStepRunEventsResponse parses an HTTP response from a WorkflowRunListStepRunEventsWithResponse call
func (WorkflowRunListStepRunEventsResponse) Status ¶
func (r WorkflowRunListStepRunEventsResponse) Status() string
Status returns HTTPResponse.Status
func (WorkflowRunListStepRunEventsResponse) StatusCode ¶
func (r WorkflowRunListStepRunEventsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type WorkflowRunOrderByDirection ¶
type WorkflowRunOrderByDirection string
WorkflowRunOrderByDirection defines model for WorkflowRunOrderByDirection.
const ( WorkflowRunOrderByDirectionASC WorkflowRunOrderByDirection = "ASC" WorkflowRunOrderByDirectionDESC WorkflowRunOrderByDirection = "DESC" )
Defines values for WorkflowRunOrderByDirection.
type WorkflowRunOrderByField ¶
type WorkflowRunOrderByField string
WorkflowRunOrderByField defines model for WorkflowRunOrderByField.
const ( WorkflowRunOrderByFieldCreatedAt WorkflowRunOrderByField = "createdAt" WorkflowRunOrderByFieldDuration WorkflowRunOrderByField = "duration" WorkflowRunOrderByFieldFinishedAt WorkflowRunOrderByField = "finishedAt" WorkflowRunOrderByFieldStartedAt WorkflowRunOrderByField = "startedAt" )
Defines values for WorkflowRunOrderByField.
type WorkflowRunShape ¶
type WorkflowRunShape struct {
AdditionalMetadata *map[string]interface{} `json:"additionalMetadata,omitempty"`
DisplayName *string `json:"displayName,omitempty"`
Duration *int `json:"duration,omitempty"`
Error *string `json:"error,omitempty"`
FinishedAt *time.Time `json:"finishedAt,omitempty"`
Input *map[string]interface{} `json:"input,omitempty"`
JobRuns *[]JobRun `json:"jobRuns,omitempty"`
Metadata APIResourceMeta `json:"metadata"`
ParentId *openapi_types.UUID `json:"parentId,omitempty"`
ParentStepRunId *openapi_types.UUID `json:"parentStepRunId,omitempty"`
StartedAt *time.Time `json:"startedAt,omitempty"`
Status WorkflowRunStatus `json:"status"`
TenantId string `json:"tenantId"`
TriggeredBy WorkflowRunTriggeredBy `json:"triggeredBy"`
WorkflowId *string `json:"workflowId,omitempty"`
WorkflowVersion *WorkflowVersion `json:"workflowVersion,omitempty"`
WorkflowVersionId string `json:"workflowVersionId"`
}
WorkflowRunShape defines model for WorkflowRunShape.
type WorkflowRunShapeForWorkflowRunDetails ¶
type WorkflowRunShapeForWorkflowRunDetails = []WorkflowRunShapeItemForWorkflowRunDetails
WorkflowRunShapeForWorkflowRunDetails defines model for WorkflowRunShapeForWorkflowRunDetails.
type WorkflowRunShapeItemForWorkflowRunDetails ¶
type WorkflowRunShapeItemForWorkflowRunDetails struct {
ChildrenStepIds []openapi_types.UUID `json:"childrenStepIds"`
StepId openapi_types.UUID `json:"stepId"`
TaskExternalId openapi_types.UUID `json:"taskExternalId"`
TaskName string `json:"taskName"`
}
WorkflowRunShapeItemForWorkflowRunDetails defines model for WorkflowRunShapeItemForWorkflowRunDetails.
type WorkflowRunStatus ¶
type WorkflowRunStatus string
WorkflowRunStatus defines model for WorkflowRunStatus.
const ( BACKOFF WorkflowRunStatus = "BACKOFF" CANCELLED WorkflowRunStatus = "CANCELLED" FAILED WorkflowRunStatus = "FAILED" PENDING WorkflowRunStatus = "PENDING" QUEUED WorkflowRunStatus = "QUEUED" RUNNING WorkflowRunStatus = "RUNNING" SUCCEEDED WorkflowRunStatus = "SUCCEEDED" )
Defines values for WorkflowRunStatus.
type WorkflowRunStatusList ¶
type WorkflowRunStatusList = []WorkflowRunStatus
WorkflowRunStatusList defines model for WorkflowRunStatusList.
type WorkflowRunTriggeredBy ¶
type WorkflowRunTriggeredBy struct {
CronParentId *string `json:"cronParentId,omitempty"`
CronSchedule *string `json:"cronSchedule,omitempty"`
EventId *string `json:"eventId,omitempty"`
Metadata APIResourceMeta `json:"metadata"`
ParentWorkflowRunId *string `json:"parentWorkflowRunId,omitempty"`
}
WorkflowRunTriggeredBy defines model for WorkflowRunTriggeredBy.
type WorkflowRunUpdateReplayJSONRequestBody ¶
type WorkflowRunUpdateReplayJSONRequestBody = ReplayWorkflowRunsRequest
WorkflowRunUpdateReplayJSONRequestBody defines body for WorkflowRunUpdateReplay for application/json ContentType.
type WorkflowRunUpdateReplayResponse ¶
type WorkflowRunUpdateReplayResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *ReplayWorkflowRunsResponse
JSON400 *APIErrors
JSON403 *APIErrors
JSON429 *APIErrors
}
func ParseWorkflowRunUpdateReplayResponse ¶
func ParseWorkflowRunUpdateReplayResponse(rsp *http.Response) (*WorkflowRunUpdateReplayResponse, error)
ParseWorkflowRunUpdateReplayResponse parses an HTTP response from a WorkflowRunUpdateReplayWithResponse call
func (WorkflowRunUpdateReplayResponse) Status ¶
func (r WorkflowRunUpdateReplayResponse) Status() string
Status returns HTTPResponse.Status
func (WorkflowRunUpdateReplayResponse) StatusCode ¶
func (r WorkflowRunUpdateReplayResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type WorkflowRunsCancelRequest ¶
type WorkflowRunsCancelRequest struct {
WorkflowRunIds []openapi_types.UUID `json:"workflowRunIds"`
}
WorkflowRunsCancelRequest defines model for WorkflowRunsCancelRequest.
type WorkflowRunsMetrics ¶
type WorkflowRunsMetrics struct {
Counts *WorkflowRunsMetricsCounts `json:"counts,omitempty"`
}
WorkflowRunsMetrics defines model for WorkflowRunsMetrics.
type WorkflowRunsMetricsCounts ¶
type WorkflowRunsMetricsCounts struct {
CANCELLED *int `json:"CANCELLED,omitempty"`
FAILED *int `json:"FAILED,omitempty"`
PENDING *int `json:"PENDING,omitempty"`
QUEUED *int `json:"QUEUED,omitempty"`
RUNNING *int `json:"RUNNING,omitempty"`
SUCCEEDED *int `json:"SUCCEEDED,omitempty"`
}
WorkflowRunsMetricsCounts defines model for WorkflowRunsMetricsCounts.
type WorkflowScheduledBulkDeleteJSONRequestBody ¶ added in v0.73.104
type WorkflowScheduledBulkDeleteJSONRequestBody = ScheduledWorkflowsBulkDeleteRequest
WorkflowScheduledBulkDeleteJSONRequestBody defines body for WorkflowScheduledBulkDelete for application/json ContentType.
type WorkflowScheduledBulkDeleteResponse ¶ added in v0.73.104
type WorkflowScheduledBulkDeleteResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *ScheduledWorkflowsBulkDeleteResponse
JSON400 *APIErrors
JSON403 *APIErrors
}
func ParseWorkflowScheduledBulkDeleteResponse ¶ added in v0.73.104
func ParseWorkflowScheduledBulkDeleteResponse(rsp *http.Response) (*WorkflowScheduledBulkDeleteResponse, error)
ParseWorkflowScheduledBulkDeleteResponse parses an HTTP response from a WorkflowScheduledBulkDeleteWithResponse call
func (WorkflowScheduledBulkDeleteResponse) Status ¶ added in v0.73.104
func (r WorkflowScheduledBulkDeleteResponse) Status() string
Status returns HTTPResponse.Status
func (WorkflowScheduledBulkDeleteResponse) StatusCode ¶ added in v0.73.104
func (r WorkflowScheduledBulkDeleteResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type WorkflowScheduledBulkUpdateJSONRequestBody ¶ added in v0.73.104
type WorkflowScheduledBulkUpdateJSONRequestBody = ScheduledWorkflowsBulkUpdateRequest
WorkflowScheduledBulkUpdateJSONRequestBody defines body for WorkflowScheduledBulkUpdate for application/json ContentType.
type WorkflowScheduledBulkUpdateResponse ¶ added in v0.73.104
type WorkflowScheduledBulkUpdateResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *ScheduledWorkflowsBulkUpdateResponse
JSON400 *APIErrors
JSON403 *APIErrors
}
func ParseWorkflowScheduledBulkUpdateResponse ¶ added in v0.73.104
func ParseWorkflowScheduledBulkUpdateResponse(rsp *http.Response) (*WorkflowScheduledBulkUpdateResponse, error)
ParseWorkflowScheduledBulkUpdateResponse parses an HTTP response from a WorkflowScheduledBulkUpdateWithResponse call
func (WorkflowScheduledBulkUpdateResponse) Status ¶ added in v0.73.104
func (r WorkflowScheduledBulkUpdateResponse) Status() string
Status returns HTTPResponse.Status
func (WorkflowScheduledBulkUpdateResponse) StatusCode ¶ added in v0.73.104
func (r WorkflowScheduledBulkUpdateResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type WorkflowScheduledDeleteResponse ¶
type WorkflowScheduledDeleteResponse struct {
Body []byte
HTTPResponse *http.Response
JSON400 *APIErrors
JSON403 *APIError
}
func ParseWorkflowScheduledDeleteResponse ¶
func ParseWorkflowScheduledDeleteResponse(rsp *http.Response) (*WorkflowScheduledDeleteResponse, error)
ParseWorkflowScheduledDeleteResponse parses an HTTP response from a WorkflowScheduledDeleteWithResponse call
func (WorkflowScheduledDeleteResponse) Status ¶
func (r WorkflowScheduledDeleteResponse) Status() string
Status returns HTTPResponse.Status
func (WorkflowScheduledDeleteResponse) StatusCode ¶
func (r WorkflowScheduledDeleteResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type WorkflowScheduledGetResponse ¶
type WorkflowScheduledGetResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *ScheduledWorkflows
JSON400 *APIErrors
JSON403 *APIErrors
JSON404 *APIErrors
}
func ParseWorkflowScheduledGetResponse ¶
func ParseWorkflowScheduledGetResponse(rsp *http.Response) (*WorkflowScheduledGetResponse, error)
ParseWorkflowScheduledGetResponse parses an HTTP response from a WorkflowScheduledGetWithResponse call
func (WorkflowScheduledGetResponse) Status ¶
func (r WorkflowScheduledGetResponse) Status() string
Status returns HTTPResponse.Status
func (WorkflowScheduledGetResponse) StatusCode ¶
func (r WorkflowScheduledGetResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type WorkflowScheduledListParams ¶
type WorkflowScheduledListParams struct {
// Offset The number to skip
Offset *int64 `form:"offset,omitempty" json:"offset,omitempty"`
// Limit The number to limit by
Limit *int64 `form:"limit,omitempty" json:"limit,omitempty"`
// OrderByField The order by field
OrderByField *ScheduledWorkflowsOrderByField `form:"orderByField,omitempty" json:"orderByField,omitempty"`
// OrderByDirection The order by direction
OrderByDirection *WorkflowRunOrderByDirection `form:"orderByDirection,omitempty" json:"orderByDirection,omitempty"`
// WorkflowId The workflow id to get runs for.
WorkflowId *openapi_types.UUID `form:"workflowId,omitempty" json:"workflowId,omitempty"`
// ParentWorkflowRunId The parent workflow run id
ParentWorkflowRunId *openapi_types.UUID `form:"parentWorkflowRunId,omitempty" json:"parentWorkflowRunId,omitempty"`
// ParentStepRunId The parent step run id
ParentStepRunId *openapi_types.UUID `form:"parentStepRunId,omitempty" json:"parentStepRunId,omitempty"`
// AdditionalMetadata A list of metadata key value pairs to filter by
AdditionalMetadata *[]string `form:"additionalMetadata,omitempty" json:"additionalMetadata,omitempty"`
// Statuses A list of scheduled run statuses to filter by
Statuses *[]ScheduledRunStatus `form:"statuses,omitempty" json:"statuses,omitempty"`
}
WorkflowScheduledListParams defines parameters for WorkflowScheduledList.
type WorkflowScheduledListResponse ¶
type WorkflowScheduledListResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *ScheduledWorkflowsList
JSON400 *APIErrors
JSON403 *APIErrors
}
func ParseWorkflowScheduledListResponse ¶
func ParseWorkflowScheduledListResponse(rsp *http.Response) (*WorkflowScheduledListResponse, error)
ParseWorkflowScheduledListResponse parses an HTTP response from a WorkflowScheduledListWithResponse call
func (WorkflowScheduledListResponse) Status ¶
func (r WorkflowScheduledListResponse) Status() string
Status returns HTTPResponse.Status
func (WorkflowScheduledListResponse) StatusCode ¶
func (r WorkflowScheduledListResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type WorkflowScheduledTriggerResponse ¶ added in v0.88.2
type WorkflowScheduledTriggerResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *TriggerRunResult
JSON400 *APIErrors
JSON403 *APIErrors
JSON404 *APIErrors
JSON500 *APIErrors
}
func ParseWorkflowScheduledTriggerResponse ¶ added in v0.88.2
func ParseWorkflowScheduledTriggerResponse(rsp *http.Response) (*WorkflowScheduledTriggerResponse, error)
ParseWorkflowScheduledTriggerResponse parses an HTTP response from a WorkflowScheduledTriggerWithResponse call
func (WorkflowScheduledTriggerResponse) Status ¶ added in v0.88.2
func (r WorkflowScheduledTriggerResponse) Status() string
Status returns HTTPResponse.Status
func (WorkflowScheduledTriggerResponse) StatusCode ¶ added in v0.88.2
func (r WorkflowScheduledTriggerResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type WorkflowScheduledUpdateJSONRequestBody ¶ added in v0.73.104
type WorkflowScheduledUpdateJSONRequestBody = UpdateScheduledWorkflowRunRequest
WorkflowScheduledUpdateJSONRequestBody defines body for WorkflowScheduledUpdate for application/json ContentType.
type WorkflowScheduledUpdateResponse ¶ added in v0.73.104
type WorkflowScheduledUpdateResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *ScheduledWorkflows
JSON400 *APIErrors
JSON403 *APIErrors
JSON404 *APIErrors
}
func ParseWorkflowScheduledUpdateResponse ¶ added in v0.73.104
func ParseWorkflowScheduledUpdateResponse(rsp *http.Response) (*WorkflowScheduledUpdateResponse, error)
ParseWorkflowScheduledUpdateResponse parses an HTTP response from a WorkflowScheduledUpdateWithResponse call
func (WorkflowScheduledUpdateResponse) Status ¶ added in v0.73.104
func (r WorkflowScheduledUpdateResponse) Status() string
Status returns HTTPResponse.Status
func (WorkflowScheduledUpdateResponse) StatusCode ¶ added in v0.73.104
func (r WorkflowScheduledUpdateResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type WorkflowTag ¶
type WorkflowTag struct {
// Color The description of the workflow.
Color string `json:"color"`
// Name The name of the workflow.
Name string `json:"name"`
}
WorkflowTag defines model for WorkflowTag.
type WorkflowTriggerCronRef ¶
type WorkflowTriggerCronRef struct {
Cron *string `json:"cron,omitempty"`
ParentId *string `json:"parent_id,omitempty"`
}
WorkflowTriggerCronRef defines model for WorkflowTriggerCronRef.
type WorkflowTriggerEventRef ¶
type WorkflowTriggerEventRef struct {
EventKey *string `json:"event_key,omitempty"`
ParentId *string `json:"parent_id,omitempty"`
}
WorkflowTriggerEventRef defines model for WorkflowTriggerEventRef.
type WorkflowTriggers ¶
type WorkflowTriggers struct {
Crons *[]WorkflowTriggerCronRef `json:"crons,omitempty"`
Events *[]WorkflowTriggerEventRef `json:"events,omitempty"`
Metadata *APIResourceMeta `json:"metadata,omitempty"`
TenantId *string `json:"tenant_id,omitempty"`
WorkflowVersionId *string `json:"workflow_version_id,omitempty"`
}
WorkflowTriggers defines model for WorkflowTriggers.
type WorkflowUpdateJSONRequestBody ¶
type WorkflowUpdateJSONRequestBody = WorkflowUpdateRequest
WorkflowUpdateJSONRequestBody defines body for WorkflowUpdate for application/json ContentType.
type WorkflowUpdateRequest ¶
type WorkflowUpdateRequest struct {
Pause *PauseWorkflowRequest `json:"pause,omitempty"`
}
WorkflowUpdateRequest defines model for WorkflowUpdateRequest.
type WorkflowUpdateResponse ¶
type WorkflowUpdateResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *Workflow
JSON400 *APIErrors
JSON403 *APIErrors
}
func ParseWorkflowUpdateResponse ¶
func ParseWorkflowUpdateResponse(rsp *http.Response) (*WorkflowUpdateResponse, error)
ParseWorkflowUpdateResponse parses an HTTP response from a WorkflowUpdateWithResponse call
func (WorkflowUpdateResponse) Status ¶
func (r WorkflowUpdateResponse) Status() string
Status returns HTTPResponse.Status
func (WorkflowUpdateResponse) StatusCode ¶
func (r WorkflowUpdateResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type WorkflowVersion ¶
type WorkflowVersion struct {
Concurrency *WorkflowConcurrency `json:"concurrency,omitempty"`
// DefaultPriority The default priority of the workflow.
DefaultPriority *int32 `json:"defaultPriority,omitempty"`
// InputJsonSchema The JSON schema for the workflow input.
InputJsonSchema *map[string]interface{} `json:"inputJsonSchema,omitempty"`
Jobs *[]Job `json:"jobs,omitempty"`
Metadata APIResourceMeta `json:"metadata"`
Order int32 `json:"order"`
ScheduleTimeout *string `json:"scheduleTimeout,omitempty"`
// Sticky The sticky strategy of the workflow.
Sticky *string `json:"sticky,omitempty"`
Triggers *WorkflowTriggers `json:"triggers,omitempty"`
V1Concurrency *[]ConcurrencySetting `json:"v1Concurrency,omitempty"`
// Version The version of the workflow.
Version string `json:"version"`
Workflow *Workflow `json:"workflow,omitempty"`
WorkflowConfig *map[string]interface{} `json:"workflowConfig,omitempty"`
WorkflowId string `json:"workflowId"`
}
WorkflowVersion defines model for WorkflowVersion.
type WorkflowVersionGetParams ¶
type WorkflowVersionGetParams struct {
// Version The workflow version. If not supplied, the latest version is fetched.
Version *openapi_types.UUID `form:"version,omitempty" json:"version,omitempty"`
}
WorkflowVersionGetParams defines parameters for WorkflowVersionGet.
type WorkflowVersionGetResponse ¶
type WorkflowVersionGetResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *WorkflowVersion
JSON400 *APIErrors
JSON403 *APIErrors
JSON404 *APIErrors
}
func ParseWorkflowVersionGetResponse ¶
func ParseWorkflowVersionGetResponse(rsp *http.Response) (*WorkflowVersionGetResponse, error)
ParseWorkflowVersionGetResponse parses an HTTP response from a WorkflowVersionGetWithResponse call
func (WorkflowVersionGetResponse) Status ¶
func (r WorkflowVersionGetResponse) Status() string
Status returns HTTPResponse.Status
func (WorkflowVersionGetResponse) StatusCode ¶
func (r WorkflowVersionGetResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type WorkflowVersionMeta ¶
type WorkflowVersionMeta struct {
Metadata APIResourceMeta `json:"metadata"`
Order int32 `json:"order"`
// Version The version of the workflow.
Version string `json:"version"`
Workflow *Workflow `json:"workflow,omitempty"`
WorkflowId string `json:"workflowId"`
}
WorkflowVersionMeta defines model for WorkflowVersionMeta.
type WorkflowWorkersCount ¶
type WorkflowWorkersCount struct {
FreeSlotCount *int `json:"freeSlotCount,omitempty"`
MaxSlotCount *int `json:"maxSlotCount,omitempty"`
WorkflowRunId *string `json:"workflowRunId,omitempty"`
}
WorkflowWorkersCount defines model for WorkflowWorkersCount.