Documentation
¶
Overview ¶
Package client provides primitives to interact with the openapi HTTP API.
Code generated by github.com/oapi-codegen/oapi-codegen/v2 version v2.6.0 DO NOT EDIT.
Index ¶
- Constants
- func NewActivityListActivityRequest(server string, params *ActivityListActivityParams) (*http.Request, error)
- func NewAgentChatChatRequest(server string, configId openapi_types.UUID, params *AgentChatChatParams) (*http.Request, error)
- func NewAgentEvalsCreateEvalDatasetRequest(server string, configId openapi_types.UUID, ...) (*http.Request, error)
- func NewAgentEvalsCreateEvalDatasetRequestWithBody(server string, configId openapi_types.UUID, ...) (*http.Request, error)
- func NewAgentEvalsDeleteEvalDatasetRequest(server string, datasetId openapi_types.UUID, ...) (*http.Request, error)
- func NewAgentEvalsGetEvalCasesRequest(server string, datasetId openapi_types.UUID, ...) (*http.Request, error)
- func NewAgentEvalsGetEvalDatasetRequest(server string, datasetId openapi_types.UUID, ...) (*http.Request, error)
- func NewAgentEvalsListEvalDatasetsRequest(server string, configId openapi_types.UUID, ...) (*http.Request, error)
- func NewAgentEvalsListEvalRunsRequest(server string, datasetId openapi_types.UUID, ...) (*http.Request, error)
- func NewAgentEvalsPutEvalCasesRequest(server string, datasetId openapi_types.UUID, ...) (*http.Request, error)
- func NewAgentEvalsRunEvalRequest(server string, datasetId openapi_types.UUID, params *AgentEvalsRunEvalParams) (*http.Request, error)
- func NewAgentEvalsUpdateEvalDatasetRequest(server string, datasetId openapi_types.UUID, ...) (*http.Request, error)
- func NewAgentEvalsUpdateEvalDatasetRequestWithBody(server string, datasetId openapi_types.UUID, ...) (*http.Request, error)
- func NewAgentFilesDeleteFileRequest(server string, configId openapi_types.UUID, filePath string, ...) (*http.Request, error)
- func NewAgentFilesGetFileRequest(server string, configId openapi_types.UUID, filePath string, ...) (*http.Request, error)
- func NewAgentFilesListFilesRequest(server string, configId openapi_types.UUID, params *AgentFilesListFilesParams) (*http.Request, error)
- func NewAgentFilesPutFileRequest(server string, configId openapi_types.UUID, filePath string, ...) (*http.Request, error)
- func NewAgentSessionsGetSessionMessagesRequest(server string, sessionId string, params *AgentSessionsGetSessionMessagesParams) (*http.Request, error)
- func NewAgentSessionsListSessionsRequest(server string, params *AgentSessionsListSessionsParams) (*http.Request, error)
- func NewAgentSessionsSaveSessionMessagesEndpointRequest(server string, sessionId string, ...) (*http.Request, error)
- func NewAgentSessionsSaveSessionMessagesEndpointRequestWithBody(server string, sessionId string, ...) (*http.Request, error)
- func NewAgentSessionsUpdateSessionPreferencesRequest(server string, sessionId string, ...) (*http.Request, error)
- func NewAgentSessionsUpdateSessionPreferencesRequestWithBody(server string, sessionId string, ...) (*http.Request, error)
- func NewAgentSessionsUpdateSessionRequest(server string, sessionId string, params *AgentSessionsUpdateSessionParams) (*http.Request, error)
- func NewAgentSkillFilesDeleteSkillFileRequest(server string, skillId openapi_types.UUID, filePath string, ...) (*http.Request, error)
- func NewAgentSkillFilesGetSkillFileRequest(server string, skillId openapi_types.UUID, filePath string, ...) (*http.Request, error)
- func NewAgentSkillFilesListSkillFilesRequest(server string, skillId openapi_types.UUID, ...) (*http.Request, error)
- func NewAgentSkillFilesPutSkillFileRequest(server string, skillId openapi_types.UUID, filePath string, ...) (*http.Request, error)
- func NewAgentSkillsCreateSkillRequest(server string, params *AgentSkillsCreateSkillParams, ...) (*http.Request, error)
- func NewAgentSkillsCreateSkillRequestWithBody(server string, params *AgentSkillsCreateSkillParams, contentType string, ...) (*http.Request, error)
- func NewAgentSkillsDeleteSkillRequest(server string, skillId openapi_types.UUID, ...) (*http.Request, error)
- func NewAgentSkillsForkSkillRequest(server string, skillId openapi_types.UUID, params *AgentSkillsForkSkillParams) (*http.Request, error)
- func NewAgentSkillsGetDefaultContentRequest(server string, skillId openapi_types.UUID, ...) (*http.Request, error)
- func NewAgentSkillsGetSkillContentRequest(server string, skillId openapi_types.UUID, ...) (*http.Request, error)
- func NewAgentSkillsGetSkillRequest(server string, skillId openapi_types.UUID, params *AgentSkillsGetSkillParams) (*http.Request, error)
- func NewAgentSkillsListSkillsRequest(server string, params *AgentSkillsListSkillsParams) (*http.Request, error)
- func NewAgentSkillsPutSkillContentRequest(server string, skillId openapi_types.UUID, ...) (*http.Request, error)
- func NewAgentSkillsRevertForkRequest(server string, skillId openapi_types.UUID, params *AgentSkillsRevertForkParams) (*http.Request, error)
- func NewAgentSkillsUpdateSkillRequest(server string, skillId openapi_types.UUID, ...) (*http.Request, error)
- func NewAgentSkillsUpdateSkillRequestWithBody(server string, skillId openapi_types.UUID, ...) (*http.Request, error)
- func NewAgentStreamStreamSessionEventsRequest(server string, sessionId string, params *AgentStreamStreamSessionEventsParams) (*http.Request, error)
- func NewAgentWorkspaceDefaultsGetDefaultSoulMdRequest(server string, params *AgentWorkspaceDefaultsGetDefaultSoulMdParams) (*http.Request, error)
- func NewAgentWorkspaceDefaultsPutDefaultSoulMdRequest(server string, params *AgentWorkspaceDefaultsPutDefaultSoulMdParams) (*http.Request, error)
- func NewAgentWorkspaceGetWorkspaceFileRequest(server string, configId openapi_types.UUID, filename string, ...) (*http.Request, error)
- func NewAgentWorkspaceListWorkspaceFilesRequest(server string, configId openapi_types.UUID, ...) (*http.Request, error)
- func NewAgentWorkspacePutWorkspaceFileRequest(server string, configId openapi_types.UUID, filename string, ...) (*http.Request, error)
- func NewAgentsCreateAgentConfigRequest(server string, params *AgentsCreateAgentConfigParams, ...) (*http.Request, error)
- func NewAgentsCreateAgentConfigRequestWithBody(server string, params *AgentsCreateAgentConfigParams, contentType string, ...) (*http.Request, error)
- func NewAgentsCreateHeartbeatTaskRequest(server string, configId openapi_types.UUID, ...) (*http.Request, error)
- func NewAgentsCreateHeartbeatTaskRequestWithBody(server string, configId openapi_types.UUID, ...) (*http.Request, error)
- func NewAgentsCreateHookRequest(server string, configId openapi_types.UUID, params *AgentsCreateHookParams, ...) (*http.Request, error)
- func NewAgentsCreateHookRequestWithBody(server string, configId openapi_types.UUID, params *AgentsCreateHookParams, ...) (*http.Request, error)
- func NewAgentsDeleteAgentConfigRequest(server string, configId openapi_types.UUID, ...) (*http.Request, error)
- func NewAgentsDeleteHeartbeatTaskRequest(server string, taskId openapi_types.UUID, ...) (*http.Request, error)
- func NewAgentsDeleteHookRequest(server string, hookId openapi_types.UUID, params *AgentsDeleteHookParams) (*http.Request, error)
- func NewAgentsExportHeartbeatMdRequest(server string, configId openapi_types.UUID, ...) (*http.Request, error)
- func NewAgentsGetAgentConfigRequest(server string, configId openapi_types.UUID, params *AgentsGetAgentConfigParams) (*http.Request, error)
- func NewAgentsGetHeartbeatTaskRequest(server string, taskId openapi_types.UUID, params *AgentsGetHeartbeatTaskParams) (*http.Request, error)
- func NewAgentsGetHookRequest(server string, hookId openapi_types.UUID, params *AgentsGetHookParams) (*http.Request, error)
- func NewAgentsListAgentConfigsRequest(server string, params *AgentsListAgentConfigsParams) (*http.Request, error)
- func NewAgentsListHeartbeatTasksRequest(server string, configId openapi_types.UUID, ...) (*http.Request, error)
- func NewAgentsListHooksRequest(server string, configId openapi_types.UUID, params *AgentsListHooksParams) (*http.Request, error)
- func NewAgentsListPageAgentsRequest(server string, params *AgentsListPageAgentsParams) (*http.Request, error)
- func NewAgentsSyncHeartbeatMdRequest(server string, configId openapi_types.UUID, ...) (*http.Request, error)
- func NewAgentsUpdateAgentConfigRequest(server string, configId openapi_types.UUID, ...) (*http.Request, error)
- func NewAgentsUpdateAgentConfigRequestWithBody(server string, configId openapi_types.UUID, ...) (*http.Request, error)
- func NewAgentsUpdateHeartbeatTaskRequest(server string, taskId openapi_types.UUID, ...) (*http.Request, error)
- func NewAgentsUpdateHeartbeatTaskRequestWithBody(server string, taskId openapi_types.UUID, ...) (*http.Request, error)
- func NewAgentsUpdateHookRequest(server string, hookId openapi_types.UUID, params *AgentsUpdateHookParams, ...) (*http.Request, error)
- func NewAgentsUpdateHookRequestWithBody(server string, hookId openapi_types.UUID, params *AgentsUpdateHookParams, ...) (*http.Request, error)
- func NewAiConfigCreateOrReplaceAiConfigRequest(server string, deviceGroupId openapi_types.UUID, ...) (*http.Request, error)
- func NewAiConfigCreateOrReplaceAiConfigRequestWithBody(server string, deviceGroupId openapi_types.UUID, ...) (*http.Request, error)
- func NewAiConfigDeleteAiConfigRequest(server string, deviceGroupId openapi_types.UUID, ...) (*http.Request, error)
- func NewAiConfigGetAiConfigRequest(server string, deviceGroupId openapi_types.UUID, ...) (*http.Request, error)
- func NewAiConfigUpdateAiConfigRequest(server string, deviceGroupId openapi_types.UUID, ...) (*http.Request, error)
- func NewAiConfigUpdateAiConfigRequestWithBody(server string, deviceGroupId openapi_types.UUID, ...) (*http.Request, error)
- func NewAiProvidersCreateAiProviderRequest(server string, params *AiProvidersCreateAiProviderParams, ...) (*http.Request, error)
- func NewAiProvidersCreateAiProviderRequestWithBody(server string, params *AiProvidersCreateAiProviderParams, contentType string, ...) (*http.Request, error)
- func NewAiProvidersDeleteAiProviderRequest(server string, providerId openapi_types.UUID, ...) (*http.Request, error)
- func NewAiProvidersDiscoverModelsRequest(server string, params *AiProvidersDiscoverModelsParams, ...) (*http.Request, error)
- func NewAiProvidersDiscoverModelsRequestWithBody(server string, params *AiProvidersDiscoverModelsParams, contentType string, ...) (*http.Request, error)
- func NewAiProvidersGetAiProviderRequest(server string, providerId openapi_types.UUID, ...) (*http.Request, error)
- func NewAiProvidersListAiProvidersRequest(server string, params *AiProvidersListAiProvidersParams) (*http.Request, error)
- func NewAiProvidersListProviderModelsRequest(server string, providerId openapi_types.UUID, ...) (*http.Request, error)
- func NewAiProvidersUpdateAiProviderRequest(server string, providerId openapi_types.UUID, ...) (*http.Request, error)
- func NewAiProvidersUpdateAiProviderRequestWithBody(server string, providerId openapi_types.UUID, ...) (*http.Request, error)
- func NewAlertsAcknowledgeAlertEventRequest(server string, eventId openapi_types.UUID, ...) (*http.Request, error)
- func NewAlertsCreateAlertRuleRequest(server string, params *AlertsCreateAlertRuleParams, ...) (*http.Request, error)
- func NewAlertsCreateAlertRuleRequestWithBody(server string, params *AlertsCreateAlertRuleParams, contentType string, ...) (*http.Request, error)
- func NewAlertsDeleteAlertRuleRequest(server string, ruleId openapi_types.UUID, params *AlertsDeleteAlertRuleParams) (*http.Request, error)
- func NewAlertsDisableAlertRuleRequest(server string, ruleId openapi_types.UUID, params *AlertsDisableAlertRuleParams) (*http.Request, error)
- func NewAlertsEnableAlertRuleRequest(server string, ruleId openapi_types.UUID, params *AlertsEnableAlertRuleParams) (*http.Request, error)
- func NewAlertsGetAlertEventRequest(server string, eventId openapi_types.UUID, params *AlertsGetAlertEventParams) (*http.Request, error)
- func NewAlertsGetAlertRuleRequest(server string, ruleId openapi_types.UUID, params *AlertsGetAlertRuleParams) (*http.Request, error)
- func NewAlertsListAlertEventsRequest(server string, params *AlertsListAlertEventsParams) (*http.Request, error)
- func NewAlertsListAlertRulesRequest(server string, params *AlertsListAlertRulesParams) (*http.Request, error)
- func NewAlertsUpdateAlertRuleRequest(server string, ruleId openapi_types.UUID, params *AlertsUpdateAlertRuleParams, ...) (*http.Request, error)
- func NewAlertsUpdateAlertRuleRequestWithBody(server string, ruleId openapi_types.UUID, params *AlertsUpdateAlertRuleParams, ...) (*http.Request, error)
- func NewAnalyticsGetAnalyticsSummaryRequest(server string, params *AnalyticsGetAnalyticsSummaryParams) (*http.Request, error)
- func NewAnalyticsGetDashboardStatsRequest(server string, params *AnalyticsGetDashboardStatsParams) (*http.Request, error)
- func NewAnalyticsGetDetectionTrendsRequest(server string, params *AnalyticsGetDetectionTrendsParams) (*http.Request, error)
- func NewAnalyticsGetDetectionTypesRequest(server string, params *AnalyticsGetDetectionTypesParams) (*http.Request, error)
- func NewAnalyticsGetDeviceHealthRequest(server string, params *AnalyticsGetDeviceHealthParams) (*http.Request, error)
- func NewAnalyticsGetDevicePerformanceRequest(server string, params *AnalyticsGetDevicePerformanceParams) (*http.Request, error)
- func NewAnalyticsGetGrafanaUrlRequest(server string, params *AnalyticsGetGrafanaUrlParams) (*http.Request, error)
- func NewAnnotationSystemBulkAddMediaToProjectRequest(server string, projectId openapi_types.UUID, ...) (*http.Request, error)
- func NewAnnotationSystemBulkAddMediaToProjectRequestWithBody(server string, projectId openapi_types.UUID, ...) (*http.Request, error)
- func NewAnnotationSystemCopyLabelsFromProjectRequest(server string, projectId openapi_types.UUID, ...) (*http.Request, error)
- func NewAnnotationSystemCreateLabelRequest(server string, params *AnnotationSystemCreateLabelParams, ...) (*http.Request, error)
- func NewAnnotationSystemCreateLabelRequestWithBody(server string, params *AnnotationSystemCreateLabelParams, contentType string, ...) (*http.Request, error)
- func NewAnnotationSystemCreateMediaRequest(server string, params *AnnotationSystemCreateMediaParams, ...) (*http.Request, error)
- func NewAnnotationSystemCreateMediaRequestWithBody(server string, params *AnnotationSystemCreateMediaParams, contentType string, ...) (*http.Request, error)
- func NewAnnotationSystemCreateProjectDeviceLinkRequest(server string, params *AnnotationSystemCreateProjectDeviceLinkParams, ...) (*http.Request, error)
- func NewAnnotationSystemCreateProjectDeviceLinkRequestWithBody(server string, params *AnnotationSystemCreateProjectDeviceLinkParams, ...) (*http.Request, error)
- func NewAnnotationSystemCreateProjectRequest(server string, params *AnnotationSystemCreateProjectParams, ...) (*http.Request, error)
- func NewAnnotationSystemCreateProjectRequestWithBody(server string, params *AnnotationSystemCreateProjectParams, contentType string, ...) (*http.Request, error)
- func NewAnnotationSystemCreatePushRequest(server string, params *AnnotationSystemCreatePushParams, ...) (*http.Request, error)
- func NewAnnotationSystemCreatePushRequestWithBody(server string, params *AnnotationSystemCreatePushParams, contentType string, ...) (*http.Request, error)
- func NewAnnotationSystemCreateShapeRequest(server string, params *AnnotationSystemCreateShapeParams, ...) (*http.Request, error)
- func NewAnnotationSystemCreateShapeRequestWithBody(server string, params *AnnotationSystemCreateShapeParams, contentType string, ...) (*http.Request, error)
- func NewAnnotationSystemCreateShapesBulkRequest(server string, params *AnnotationSystemCreateShapesBulkParams, ...) (*http.Request, error)
- func NewAnnotationSystemCreateShapesBulkRequestWithBody(server string, params *AnnotationSystemCreateShapesBulkParams, ...) (*http.Request, error)
- func NewAnnotationSystemDeleteLabelRequest(server string, labelId openapi_types.UUID, ...) (*http.Request, error)
- func NewAnnotationSystemDeleteMediaRequest(server string, mediaId openapi_types.UUID, ...) (*http.Request, error)
- func NewAnnotationSystemDeleteProjectDeviceLinkRequest(server string, linkId openapi_types.UUID, ...) (*http.Request, error)
- func NewAnnotationSystemDeleteProjectRequest(server string, projectId openapi_types.UUID, ...) (*http.Request, error)
- func NewAnnotationSystemDeleteShapeRequest(server string, shapeId openapi_types.UUID, ...) (*http.Request, error)
- func NewAnnotationSystemDeleteShapesByFrameRequest(server string, annotationMediaId openapi_types.UUID, frameIndex int, ...) (*http.Request, error)
- func NewAnnotationSystemDuplicateProjectRequest(server string, projectId openapi_types.UUID, ...) (*http.Request, error)
- func NewAnnotationSystemGetLabelRequest(server string, labelId openapi_types.UUID, ...) (*http.Request, error)
- func NewAnnotationSystemGetLinksForProjectRequest(server string, projectId openapi_types.UUID, ...) (*http.Request, error)
- func NewAnnotationSystemGetMediaFileRequest(server string, mediaId openapi_types.UUID, ...) (*http.Request, error)
- func NewAnnotationSystemGetMediaRequest(server string, mediaId openapi_types.UUID, ...) (*http.Request, error)
- func NewAnnotationSystemGetMediaWithShapesRequest(server string, mediaId openapi_types.UUID, ...) (*http.Request, error)
- func NewAnnotationSystemGetProjectDeviceLinkRequest(server string, linkId openapi_types.UUID, ...) (*http.Request, error)
- func NewAnnotationSystemGetProjectRequest(server string, projectId openapi_types.UUID, ...) (*http.Request, error)
- func NewAnnotationSystemGetProjectWithStatsRequest(server string, projectId openapi_types.UUID, ...) (*http.Request, error)
- func NewAnnotationSystemGetPushDataRequest(server string, pushId openapi_types.UUID, ...) (*http.Request, error)
- func NewAnnotationSystemGetPushRequest(server string, pushId openapi_types.UUID, ...) (*http.Request, error)
- func NewAnnotationSystemGetShapeRequest(server string, shapeId openapi_types.UUID, ...) (*http.Request, error)
- func NewAnnotationSystemGetShapeWithLabelRequest(server string, shapeId openapi_types.UUID, ...) (*http.Request, error)
- func NewAnnotationSystemGetVideoFramesRequest(server string, mediaId openapi_types.UUID, ...) (*http.Request, error)
- func NewAnnotationSystemInitializeDefaultLabelsRequest(server string, projectId openapi_types.UUID, ...) (*http.Request, error)
- func NewAnnotationSystemInterpolateShapesRequest(server string, annotationMediaId openapi_types.UUID, ...) (*http.Request, error)
- func NewAnnotationSystemListLabelsRequest(server string, params *AnnotationSystemListLabelsParams) (*http.Request, error)
- func NewAnnotationSystemListMediaRequest(server string, params *AnnotationSystemListMediaParams) (*http.Request, error)
- func NewAnnotationSystemListProjectDeviceLinksRequest(server string, params *AnnotationSystemListProjectDeviceLinksParams) (*http.Request, error)
- func NewAnnotationSystemListProjectsRequest(server string, params *AnnotationSystemListProjectsParams) (*http.Request, error)
- func NewAnnotationSystemListPushesRequest(server string, params *AnnotationSystemListPushesParams) (*http.Request, error)
- func NewAnnotationSystemListShapesRequest(server string, params *AnnotationSystemListShapesParams) (*http.Request, error)
- func NewAnnotationSystemMoveMediaToProjectRequest(server string, mediaId openapi_types.UUID, projectId openapi_types.UUID, ...) (*http.Request, error)
- func NewAnnotationSystemPreviewPushRequest(server string, params *AnnotationSystemPreviewPushParams) (*http.Request, error)
- func NewAnnotationSystemPushToAllLinkedRequest(server string, params *AnnotationSystemPushToAllLinkedParams, ...) (*http.Request, error)
- func NewAnnotationSystemPushToAllLinkedRequestWithBody(server string, params *AnnotationSystemPushToAllLinkedParams, ...) (*http.Request, error)
- func NewAnnotationSystemQuickLinkDeviceGroupRequest(server string, projectId openapi_types.UUID, deviceGroupId openapi_types.UUID, ...) (*http.Request, error)
- func NewAnnotationSystemQuickLinkDeviceRequest(server string, projectId openapi_types.UUID, deviceId openapi_types.UUID, ...) (*http.Request, error)
- func NewAnnotationSystemUpdateLabelRequest(server string, labelId openapi_types.UUID, ...) (*http.Request, error)
- func NewAnnotationSystemUpdateLabelRequestWithBody(server string, labelId openapi_types.UUID, ...) (*http.Request, error)
- func NewAnnotationSystemUpdateMediaRequest(server string, mediaId openapi_types.UUID, ...) (*http.Request, error)
- func NewAnnotationSystemUpdateMediaRequestWithBody(server string, mediaId openapi_types.UUID, ...) (*http.Request, error)
- func NewAnnotationSystemUpdateProjectDeviceLinkRequest(server string, linkId openapi_types.UUID, ...) (*http.Request, error)
- func NewAnnotationSystemUpdateProjectDeviceLinkRequestWithBody(server string, linkId openapi_types.UUID, ...) (*http.Request, error)
- func NewAnnotationSystemUpdateProjectRequest(server string, projectId openapi_types.UUID, ...) (*http.Request, error)
- func NewAnnotationSystemUpdateProjectRequestWithBody(server string, projectId openapi_types.UUID, ...) (*http.Request, error)
- func NewAnnotationSystemUpdateShapeRequest(server string, shapeId openapi_types.UUID, ...) (*http.Request, error)
- func NewAnnotationSystemUpdateShapeRequestWithBody(server string, shapeId openapi_types.UUID, ...) (*http.Request, error)
- func NewAnnotationSystemUploadMediaRequestWithBody(server string, params *AnnotationSystemUploadMediaParams, contentType string, ...) (*http.Request, error)
- func NewAuthCreateApiKeyRequest(server string, params *AuthCreateApiKeyParams, ...) (*http.Request, error)
- func NewAuthCreateApiKeyRequestWithBody(server string, params *AuthCreateApiKeyParams, contentType string, ...) (*http.Request, error)
- func NewAuthListApiKeysRequest(server string, params *AuthListApiKeysParams) (*http.Request, error)
- func NewAuthRevokeApiKeyRequest(server string, keyId openapi_types.UUID, params *AuthRevokeApiKeyParams) (*http.Request, error)
- func NewCapturesBulkDeleteCapturesRequest(server string, params *CapturesBulkDeleteCapturesParams, ...) (*http.Request, error)
- func NewCapturesBulkDeleteCapturesRequestWithBody(server string, params *CapturesBulkDeleteCapturesParams, contentType string, ...) (*http.Request, error)
- func NewCapturesDeleteCaptureRequest(server string, captureId openapi_types.UUID, ...) (*http.Request, error)
- func NewCapturesGetCaptureDetectionsRequest(server string, captureId openapi_types.UUID, ...) (*http.Request, error)
- func NewCapturesGetCaptureRequest(server string, captureId openapi_types.UUID, params *CapturesGetCaptureParams) (*http.Request, error)
- func NewCapturesListCapturesRequest(server string, params *CapturesListCapturesParams) (*http.Request, error)
- func NewDashboardsCreateDashboardRequest(server string, params *DashboardsCreateDashboardParams, ...) (*http.Request, error)
- func NewDashboardsCreateDashboardRequestWithBody(server string, params *DashboardsCreateDashboardParams, contentType string, ...) (*http.Request, error)
- func NewDashboardsDeleteDashboardRequest(server string, dashboardId openapi_types.UUID, ...) (*http.Request, error)
- func NewDashboardsExportDashboardRequest(server string, dashboardId openapi_types.UUID, ...) (*http.Request, error)
- func NewDashboardsGetAlertSummaryRequest(server string, dashboardId openapi_types.UUID, ...) (*http.Request, error)
- func NewDashboardsGetDashboardAnnotationsRequest(server string, dashboardId openapi_types.UUID, ...) (*http.Request, error)
- func NewDashboardsGetDashboardRequest(server string, dashboardId openapi_types.UUID, ...) (*http.Request, error)
- func NewDashboardsGetVariableValuesRequest(server string, dashboardId openapi_types.UUID, varName string, ...) (*http.Request, error)
- func NewDashboardsGetVersionRequest(server string, dashboardId openapi_types.UUID, version int, ...) (*http.Request, error)
- func NewDashboardsGetWidgetAlertEventsRequest(server string, dashboardId openapi_types.UUID, widgetId string, ...) (*http.Request, error)
- func NewDashboardsImportDashboardRequest(server string, params *DashboardsImportDashboardParams, ...) (*http.Request, error)
- func NewDashboardsImportDashboardRequestWithBody(server string, params *DashboardsImportDashboardParams, contentType string, ...) (*http.Request, error)
- func NewDashboardsImportTemplateRequest(server string, templateKey string, params *DashboardsImportTemplateParams) (*http.Request, error)
- func NewDashboardsListDashboardsRequest(server string, params *DashboardsListDashboardsParams) (*http.Request, error)
- func NewDashboardsListTemplatesRequest(server string) (*http.Request, error)
- func NewDashboardsListVersionsRequest(server string, dashboardId openapi_types.UUID, ...) (*http.Request, error)
- func NewDashboardsQueryWidgetRequest(server string, dashboardId openapi_types.UUID, widgetId string, ...) (*http.Request, error)
- func NewDashboardsRestoreVersionRequest(server string, dashboardId openapi_types.UUID, version int, ...) (*http.Request, error)
- func NewDashboardsUpdateDashboardRequest(server string, dashboardId openapi_types.UUID, ...) (*http.Request, error)
- func NewDashboardsUpdateDashboardRequestWithBody(server string, dashboardId openapi_types.UUID, ...) (*http.Request, error)
- func NewDataSourcesCreateDataSourceRequest(server string, params *DataSourcesCreateDataSourceParams, ...) (*http.Request, error)
- func NewDataSourcesCreateDataSourceRequestWithBody(server string, params *DataSourcesCreateDataSourceParams, contentType string, ...) (*http.Request, error)
- func NewDataSourcesDeleteDataSourceRequest(server string, sourceId openapi_types.UUID, ...) (*http.Request, error)
- func NewDataSourcesGetDataSourceRequest(server string, sourceId openapi_types.UUID, ...) (*http.Request, error)
- func NewDataSourcesIntrospectDataSourceRequest(server string, sourceId openapi_types.UUID, ...) (*http.Request, error)
- func NewDataSourcesListDataSourcesRequest(server string, params *DataSourcesListDataSourcesParams) (*http.Request, error)
- func NewDataSourcesTestDataSourceRequest(server string, sourceId openapi_types.UUID, ...) (*http.Request, error)
- func NewDataSourcesUpdateDataSourceRequest(server string, sourceId openapi_types.UUID, ...) (*http.Request, error)
- func NewDataSourcesUpdateDataSourceRequestWithBody(server string, sourceId openapi_types.UUID, ...) (*http.Request, error)
- func NewDemoEndDemoRequest(server string, params *DemoEndDemoParams) (*http.Request, error)
- func NewDemoGetDemoConfigRequest(server string) (*http.Request, error)
- func NewDemoGetDemoStatsRequest(server string, params *DemoGetDemoStatsParams) (*http.Request, error)
- func NewDemoGetDemoStatusRequest(server string, params *DemoGetDemoStatusParams) (*http.Request, error)
- func NewDemoGetMockDeviceStatesRequest(server string, params *DemoGetMockDeviceStatesParams) (*http.Request, error)
- func NewDemoStartDemoRequest(server string, body DemoStartDemoJSONRequestBody) (*http.Request, error)
- func NewDemoStartDemoRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewDemoTriggerDemoCleanupRequest(server string, params *DemoTriggerDemoCleanupParams) (*http.Request, error)
- func NewDeviceGroupsCreateDeviceGroupRequest(server string, params *DeviceGroupsCreateDeviceGroupParams, ...) (*http.Request, error)
- func NewDeviceGroupsCreateDeviceGroupRequestWithBody(server string, params *DeviceGroupsCreateDeviceGroupParams, contentType string, ...) (*http.Request, error)
- func NewDeviceGroupsDeleteDeviceGroupRequest(server string, deviceGroupId openapi_types.UUID, ...) (*http.Request, error)
- func NewDeviceGroupsGetDeviceGroupRequest(server string, deviceGroupId openapi_types.UUID, ...) (*http.Request, error)
- func NewDeviceGroupsListDeviceGroupsRequest(server string, params *DeviceGroupsListDeviceGroupsParams) (*http.Request, error)
- func NewDeviceGroupsUpdateDeviceGroupRequest(server string, deviceGroupId openapi_types.UUID, ...) (*http.Request, error)
- func NewDeviceGroupsUpdateDeviceGroupRequestWithBody(server string, deviceGroupId openapi_types.UUID, ...) (*http.Request, error)
- func NewDevicesCheckDeviceHealthRequest(server string, deviceId openapi_types.UUID, ...) (*http.Request, error)
- func NewDevicesCreateDeviceRequest(server string, params *DevicesCreateDeviceParams, ...) (*http.Request, error)
- func NewDevicesCreateDeviceRequestWithBody(server string, params *DevicesCreateDeviceParams, contentType string, ...) (*http.Request, error)
- func NewDevicesDeleteDeviceRequest(server string, deviceId openapi_types.UUID, params *DevicesDeleteDeviceParams) (*http.Request, error)
- func NewDevicesDiscoverDevicesRequest(server string, params *DevicesDiscoverDevicesParams) (*http.Request, error)
- func NewDevicesGetDeviceRequest(server string, deviceId openapi_types.UUID, params *DevicesGetDeviceParams) (*http.Request, error)
- func NewDevicesGetDeviceSyncStatusRequest(server string, deviceId openapi_types.UUID, ...) (*http.Request, error)
- func NewDevicesListDevicesRequest(server string, params *DevicesListDevicesParams) (*http.Request, error)
- func NewDevicesPushModelToDeviceRequest(server string, deviceId openapi_types.UUID, modelId openapi_types.UUID, ...) (*http.Request, error)
- func NewDevicesTestDeviceConnectionRequest(server string, deviceId openapi_types.UUID, ...) (*http.Request, error)
- func NewDevicesTriggerDeviceSyncRequest(server string, deviceId openapi_types.UUID, ...) (*http.Request, error)
- func NewDevicesUpdateDeviceRequest(server string, deviceId openapi_types.UUID, params *DevicesUpdateDeviceParams, ...) (*http.Request, error)
- func NewDevicesUpdateDeviceRequestWithBody(server string, deviceId openapi_types.UUID, params *DevicesUpdateDeviceParams, ...) (*http.Request, error)
- func NewEntityHistoryListRecentRequest(server string, params *EntityHistoryListRecentParams) (*http.Request, error)
- func NewEntityHistoryRestoreRequest(server string, groupId openapi_types.UUID, params *EntityHistoryRestoreParams) (*http.Request, error)
- func NewExploreGetDataSourcesRequest(server string, params *ExploreGetDataSourcesParams) (*http.Request, error)
- func NewExploreRunRawQueryRequest(server string, params *ExploreRunRawQueryParams, ...) (*http.Request, error)
- func NewExploreRunRawQueryRequestWithBody(server string, params *ExploreRunRawQueryParams, contentType string, ...) (*http.Request, error)
- func NewGatewayGatewaySetupSnippetRequest(server string, params *GatewayGatewaySetupSnippetParams) (*http.Request, error)
- func NewGatewayGatewayStatusRequest(server string, params *GatewayGatewayStatusParams) (*http.Request, error)
- func NewImagesCaptureAndObjectDetectionRequestWithBody(server string, params *ImagesCaptureAndObjectDetectionParams, ...) (*http.Request, error)
- func NewImagesCaptureImageRequestWithBody(server string, params *ImagesCaptureImageParams, contentType string, ...) (*http.Request, error)
- func NewImagesDeleteCameraImageRequest(server string, imageId openapi_types.UUID, ...) (*http.Request, error)
- func NewImagesGetDifferenceFileRequest(server string, imageId openapi_types.UUID, ...) (*http.Request, error)
- func NewImagesGetHeatmapFileRequest(server string, imageId openapi_types.UUID, params *ImagesGetHeatmapFileParams) (*http.Request, error)
- func NewImagesGetOriginalFileRequest(server string, imageId openapi_types.UUID, params *ImagesGetOriginalFileParams) (*http.Request, error)
- func NewImagesGetProcessedFileRequest(server string, imageId openapi_types.UUID, ...) (*http.Request, error)
- func NewImagesPatchCameraImageReviewRequest(server string, imageId openapi_types.UUID, ...) (*http.Request, error)
- func NewImagesPatchCameraImageReviewRequestWithBody(server string, imageId openapi_types.UUID, ...) (*http.Request, error)
- func NewImagesReadCameraImageRequest(server string, imageId openapi_types.UUID, params *ImagesReadCameraImageParams) (*http.Request, error)
- func NewImagesReadCameraImagesRequest(server string, params *ImagesReadCameraImagesParams) (*http.Request, error)
- func NewImagesUpdateCameraImageRequest(server string, imageId openapi_types.UUID, ...) (*http.Request, error)
- func NewImagesUpdateCameraImageRequestWithBody(server string, imageId openapi_types.UUID, ...) (*http.Request, error)
- func NewImpersonateImpersonationStatusRequest(server string, params *ImpersonateImpersonationStatusParams) (*http.Request, error)
- func NewImpersonateStartImpersonationRequest(server string, params *ImpersonateStartImpersonationParams, ...) (*http.Request, error)
- func NewImpersonateStartImpersonationRequestWithBody(server string, params *ImpersonateStartImpersonationParams, contentType string, ...) (*http.Request, error)
- func NewImpersonateStopImpersonationRequest(server string, params *ImpersonateStopImpersonationParams) (*http.Request, error)
- func NewIncidentsAddIncidentNoteRequest(server string, incidentId openapi_types.UUID, ...) (*http.Request, error)
- func NewIncidentsAddIncidentNoteRequestWithBody(server string, incidentId openapi_types.UUID, ...) (*http.Request, error)
- func NewIncidentsCreateIncidentRequest(server string, params *IncidentsCreateIncidentParams, ...) (*http.Request, error)
- func NewIncidentsCreateIncidentRequestWithBody(server string, params *IncidentsCreateIncidentParams, contentType string, ...) (*http.Request, error)
- func NewIncidentsDeleteIncidentNoteRequest(server string, incidentId openapi_types.UUID, noteId openapi_types.UUID, ...) (*http.Request, error)
- func NewIncidentsDeleteIncidentRequest(server string, incidentId openapi_types.UUID, ...) (*http.Request, error)
- func NewIncidentsGetIncidentRequest(server string, incidentId openapi_types.UUID, ...) (*http.Request, error)
- func NewIncidentsLinkDeviceToIncidentRequest(server string, incidentId openapi_types.UUID, deviceId openapi_types.UUID, ...) (*http.Request, error)
- func NewIncidentsListIncidentNotesRequest(server string, incidentId openapi_types.UUID, ...) (*http.Request, error)
- func NewIncidentsListIncidentsRequest(server string, params *IncidentsListIncidentsParams) (*http.Request, error)
- func NewIncidentsUnlinkDeviceFromIncidentRequest(server string, incidentId openapi_types.UUID, deviceId openapi_types.UUID, ...) (*http.Request, error)
- func NewIncidentsUpdateIncidentNoteRequest(server string, incidentId openapi_types.UUID, noteId openapi_types.UUID, ...) (*http.Request, error)
- func NewIncidentsUpdateIncidentNoteRequestWithBody(server string, incidentId openapi_types.UUID, noteId openapi_types.UUID, ...) (*http.Request, error)
- func NewIncidentsUpdateIncidentRequest(server string, incidentId openapi_types.UUID, ...) (*http.Request, error)
- func NewIncidentsUpdateIncidentRequestWithBody(server string, incidentId openapi_types.UUID, ...) (*http.Request, error)
- func NewInspectionCreateCaptureAnnotationRequest(server string, captureId openapi_types.UUID, ...) (*http.Request, error)
- func NewInspectionCreateCaptureAnnotationRequestWithBody(server string, captureId openapi_types.UUID, ...) (*http.Request, error)
- func NewInspectionDeleteAnnotationRequest(server string, annotationId openapi_types.UUID, ...) (*http.Request, error)
- func NewInspectionListCaptureAnnotationsRequest(server string, captureId openapi_types.UUID, ...) (*http.Request, error)
- func NewInspectionProfilesActivateProfileRequest(server string, deviceGroupId openapi_types.UUID, profileId openapi_types.UUID, ...) (*http.Request, error)
- func NewInspectionProfilesCaptureGoldenImageRequest(server string, deviceGroupId openapi_types.UUID, profileId openapi_types.UUID, ...) (*http.Request, error)
- func NewInspectionProfilesCaptureGoldenImageRequestWithBody(server string, deviceGroupId openapi_types.UUID, profileId openapi_types.UUID, ...) (*http.Request, error)
- func NewInspectionProfilesCreateProfileRequest(server string, deviceGroupId openapi_types.UUID, ...) (*http.Request, error)
- func NewInspectionProfilesCreateProfileRequestWithBody(server string, deviceGroupId openapi_types.UUID, ...) (*http.Request, error)
- func NewInspectionProfilesDeactivateProfileRequest(server string, deviceGroupId openapi_types.UUID, profileId openapi_types.UUID, ...) (*http.Request, error)
- func NewInspectionProfilesDeleteGoldenImageRequest(server string, deviceGroupId openapi_types.UUID, profileId openapi_types.UUID, ...) (*http.Request, error)
- func NewInspectionProfilesDeleteProfileRequest(server string, deviceGroupId openapi_types.UUID, profileId openapi_types.UUID, ...) (*http.Request, error)
- func NewInspectionProfilesGetProfileRequest(server string, deviceGroupId openapi_types.UUID, profileId openapi_types.UUID, ...) (*http.Request, error)
- func NewInspectionProfilesInspectCaptureRequest(server string, deviceGroupId openapi_types.UUID, profileId openapi_types.UUID, ...) (*http.Request, error)
- func NewInspectionProfilesInspectCaptureRequestWithBody(server string, deviceGroupId openapi_types.UUID, profileId openapi_types.UUID, ...) (*http.Request, error)
- func NewInspectionProfilesListProfilesRequest(server string, deviceGroupId openapi_types.UUID, ...) (*http.Request, error)
- func NewInspectionProfilesUpdateProfileRequest(server string, deviceGroupId openapi_types.UUID, profileId openapi_types.UUID, ...) (*http.Request, error)
- func NewInspectionProfilesUpdateProfileRequestWithBody(server string, deviceGroupId openapi_types.UUID, profileId openapi_types.UUID, ...) (*http.Request, error)
- func NewInspectionProfilesUploadGoldenImageRequestWithBody(server string, deviceGroupId openapi_types.UUID, profileId openapi_types.UUID, ...) (*http.Request, error)
- func NewInspectionProfilesUploadTrainingCaptureRequestWithBody(server string, deviceGroupId openapi_types.UUID, profileId openapi_types.UUID, ...) (*http.Request, error)
- func NewInspectionPromoteCaptureToGoldenRequest(server string, captureId openapi_types.UUID, ...) (*http.Request, error)
- func NewInspectionSetCaptureReferenceSetRequest(server string, captureId openapi_types.UUID, ...) (*http.Request, error)
- func NewInspectionSetCaptureReferenceSetRequestWithBody(server string, captureId openapi_types.UUID, ...) (*http.Request, error)
- func NewInspectionUpdateAnnotationRequest(server string, annotationId openapi_types.UUID, ...) (*http.Request, error)
- func NewInspectionUpdateAnnotationRequestWithBody(server string, annotationId openapi_types.UUID, ...) (*http.Request, error)
- func NewJetsonNanoCheckJetsonOnlineRequest(server string, deviceId string, params *JetsonNanoCheckJetsonOnlineParams) (*http.Request, error)
- func NewJetsonNanoGetDetectionDigestRequest(server string, deviceId string, params *JetsonNanoGetDetectionDigestParams) (*http.Request, error)
- func NewJetsonNanoGetDetectionStatusRequest(server string, deviceId string, params *JetsonNanoGetDetectionStatusParams) (*http.Request, error)
- func NewJetsonNanoGetJetsonConfigRequest(server string, deviceId string, params *JetsonNanoGetJetsonConfigParams) (*http.Request, error)
- func NewJetsonNanoGetJetsonDeviceStatusRequest(server string, deviceId string, params *JetsonNanoGetJetsonDeviceStatusParams) (*http.Request, error)
- func NewJetsonNanoGetJetsonDevicesRequest(server string, params *JetsonNanoGetJetsonDevicesParams) (*http.Request, error)
- func NewJetsonNanoSendJetsonConfigRequest(server string, deviceId string, params *JetsonNanoSendJetsonConfigParams, ...) (*http.Request, error)
- func NewJetsonNanoSendJetsonConfigRequestWithBody(server string, deviceId string, params *JetsonNanoSendJetsonConfigParams, ...) (*http.Request, error)
- func NewJetsonNanoSendJetsonControlRequest(server string, deviceId string, params *JetsonNanoSendJetsonControlParams, ...) (*http.Request, error)
- func NewJetsonNanoSendJetsonControlRequestWithBody(server string, deviceId string, params *JetsonNanoSendJetsonControlParams, ...) (*http.Request, error)
- func NewLivekitGetViewerTokenRequest(server string, params *LivekitGetViewerTokenParams) (*http.Request, error)
- func NewLivekitStartDeviceStreamRequest(server string, deviceId string, params *LivekitStartDeviceStreamParams) (*http.Request, error)
- func NewLivekitStopDeviceStreamRequest(server string, deviceId string, params *LivekitStopDeviceStreamParams) (*http.Request, error)
- func NewLocationsCreateLocationRequest(server string, params *LocationsCreateLocationParams, ...) (*http.Request, error)
- func NewLocationsCreateLocationRequestWithBody(server string, params *LocationsCreateLocationParams, contentType string, ...) (*http.Request, error)
- func NewLocationsDeleteLocationRequest(server string, locationId openapi_types.UUID, ...) (*http.Request, error)
- func NewLocationsGetLocationDevicesRequest(server string, locationId openapi_types.UUID, ...) (*http.Request, error)
- func NewLocationsGetLocationIncidentsRequest(server string, locationId openapi_types.UUID, ...) (*http.Request, error)
- func NewLocationsGetLocationRequest(server string, locationId openapi_types.UUID, ...) (*http.Request, error)
- func NewLocationsGetLocationTreeRequest(server string, params *LocationsGetLocationTreeParams) (*http.Request, error)
- func NewLocationsListLocationsRequest(server string, params *LocationsListLocationsParams) (*http.Request, error)
- func NewLocationsUpdateLocationRequest(server string, locationId openapi_types.UUID, ...) (*http.Request, error)
- func NewLocationsUpdateLocationRequestWithBody(server string, locationId openapi_types.UUID, ...) (*http.Request, error)
- func NewLoginAuthCallbackRequest(server string, params *LoginAuthCallbackParams) (*http.Request, error)
- func NewLoginAuthLoginRequest(server string, params *LoginAuthLoginParams) (*http.Request, error)
- func NewLoginAuthLogoutRequest(server string) (*http.Request, error)
- func NewLoginTestTokenRequest(server string, params *LoginTestTokenParams) (*http.Request, error)
- func NewModelOutputSchemasDeleteSchemaRequest(server string, schemaId openapi_types.UUID, ...) (*http.Request, error)
- func NewModelOutputSchemasForkSchemaRequest(server string, schemaId openapi_types.UUID, ...) (*http.Request, error)
- func NewModelOutputSchemasGetBindingsRequest(server string, schemaId openapi_types.UUID, ...) (*http.Request, error)
- func NewModelOutputSchemasGetReviewTargetsRequest(server string, schemaId openapi_types.UUID, ...) (*http.Request, error)
- func NewModelOutputSchemasGetSchemaDetailRequest(server string, schemaId openapi_types.UUID, ...) (*http.Request, error)
- func NewModelOutputSchemasListSchemasRequest(server string, params *ModelOutputSchemasListSchemasParams) (*http.Request, error)
- func NewModelOutputSchemasPatchSchemaRequest(server string, schemaId openapi_types.UUID, ...) (*http.Request, error)
- func NewModelOutputSchemasPatchSchemaRequestWithBody(server string, schemaId openapi_types.UUID, ...) (*http.Request, error)
- func NewModelsDeleteModelRequest(server string, modelId openapi_types.UUID, params *ModelsDeleteModelParams) (*http.Request, error)
- func NewModelsGetDownloadUrlRequest(server string, modelId openapi_types.UUID, params *ModelsGetDownloadUrlParams) (*http.Request, error)
- func NewModelsGetModelRequest(server string, modelId openapi_types.UUID, params *ModelsGetModelParams) (*http.Request, error)
- func NewModelsListModelsRequest(server string, params *ModelsListModelsParams) (*http.Request, error)
- func NewModelsUploadModelRequestWithBody(server string, params *ModelsUploadModelParams, contentType string, ...) (*http.Request, error)
- func NewMqttGetMqttDevicesRequest(server string, params *MqttGetMqttDevicesParams) (*http.Request, error)
- func NewMqttGetMqttStatusRequest(server string, params *MqttGetMqttStatusParams) (*http.Request, error)
- func NewMqttGetMqttTopicsRequest(server string, params *MqttGetMqttTopicsParams) (*http.Request, error)
- func NewMqttSendFleetBroadcastRequest(server string, params *MqttSendFleetBroadcastParams, ...) (*http.Request, error)
- func NewMqttSendFleetBroadcastRequestWithBody(server string, params *MqttSendFleetBroadcastParams, contentType string, ...) (*http.Request, error)
- func NewOrganizationsDeleteOrganizationLogoRequest(server string, params *OrganizationsDeleteOrganizationLogoParams) (*http.Request, error)
- func NewOrganizationsGetOrganizationLogoRequest(server string, params *OrganizationsGetOrganizationLogoParams) (*http.Request, error)
- func NewOrganizationsReadOrganizationMeRequest(server string, params *OrganizationsReadOrganizationMeParams) (*http.Request, error)
- func NewOrganizationsReadOrganizationMqttConfigRequest(server string, params *OrganizationsReadOrganizationMqttConfigParams) (*http.Request, error)
- func NewOrganizationsUpdateOrganizationMeRequest(server string, params *OrganizationsUpdateOrganizationMeParams, ...) (*http.Request, error)
- func NewOrganizationsUpdateOrganizationMeRequestWithBody(server string, params *OrganizationsUpdateOrganizationMeParams, ...) (*http.Request, error)
- func NewOrganizationsUploadOrganizationLogoRequestWithBody(server string, params *OrganizationsUploadOrganizationLogoParams, ...) (*http.Request, error)
- func NewOtelEndpointsCreateOtelEndpointRequest(server string, deviceGroupId openapi_types.UUID, ...) (*http.Request, error)
- func NewOtelEndpointsCreateOtelEndpointRequestWithBody(server string, deviceGroupId openapi_types.UUID, ...) (*http.Request, error)
- func NewOtelEndpointsDeleteOtelEndpointRequest(server string, deviceGroupId openapi_types.UUID, endpointId openapi_types.UUID, ...) (*http.Request, error)
- func NewOtelEndpointsListOtelEndpointsRequest(server string, deviceGroupId openapi_types.UUID, ...) (*http.Request, error)
- func NewOtelEndpointsTestOtelEndpointRequest(server string, deviceGroupId openapi_types.UUID, endpointId openapi_types.UUID, ...) (*http.Request, error)
- func NewOtelEndpointsUpdateOtelEndpointRequest(server string, deviceGroupId openapi_types.UUID, endpointId openapi_types.UUID, ...) (*http.Request, error)
- func NewOtelEndpointsUpdateOtelEndpointRequestWithBody(server string, deviceGroupId openapi_types.UUID, endpointId openapi_types.UUID, ...) (*http.Request, error)
- func NewPrivateCreateUserRequest(server string, body PrivateCreateUserJSONRequestBody) (*http.Request, error)
- func NewPrivateCreateUserRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewPrivateGetTenantByOrgIdRequest(server string, params *PrivateGetTenantByOrgIdParams) (*http.Request, error)
- func NewRefSheetsActivateRefSheetVersionRequest(server string, sheetId openapi_types.UUID, versionId openapi_types.UUID, ...) (*http.Request, error)
- func NewRefSheetsCreateRefSheetRequestWithBody(server string, params *RefSheetsCreateRefSheetParams, contentType string, ...) (*http.Request, error)
- func NewRefSheetsCreateRefSheetVersionRequestWithBody(server string, sheetId openapi_types.UUID, ...) (*http.Request, error)
- func NewRefSheetsDeleteRefSheetRequest(server string, sheetId openapi_types.UUID, ...) (*http.Request, error)
- func NewRefSheetsDeleteRefSheetVersionRequest(server string, sheetId openapi_types.UUID, versionId openapi_types.UUID, ...) (*http.Request, error)
- func NewRefSheetsGetRefSheetRequest(server string, sheetId openapi_types.UUID, params *RefSheetsGetRefSheetParams) (*http.Request, error)
- func NewRefSheetsInspectExcelSheetsRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewRefSheetsListRefSheetVersionsRequest(server string, sheetId openapi_types.UUID, ...) (*http.Request, error)
- func NewRefSheetsListRefSheetsRequest(server string, params *RefSheetsListRefSheetsParams) (*http.Request, error)
- func NewRefSheetsUpdateRefSheetRequest(server string, sheetId openapi_types.UUID, ...) (*http.Request, error)
- func NewRefSheetsUpdateRefSheetRequestWithBody(server string, sheetId openapi_types.UUID, ...) (*http.Request, error)
- func NewSearchSearchEntitiesRequest(server string, params *SearchSearchEntitiesParams) (*http.Request, error)
- func NewStarsListStarsRequest(server string, params *StarsListStarsParams) (*http.Request, error)
- func NewStarsStarEntityRequest(server string, params *StarsStarEntityParams, ...) (*http.Request, error)
- func NewStarsStarEntityRequestWithBody(server string, params *StarsStarEntityParams, contentType string, ...) (*http.Request, error)
- func NewStarsUnstarEntityRequest(server string, entityType string, entityId openapi_types.UUID, ...) (*http.Request, error)
- func NewTeamsAddTeamMemberRequest(server string, teamId openapi_types.UUID, params *TeamsAddTeamMemberParams) (*http.Request, error)
- func NewTeamsCreateTeamRequest(server string, params *TeamsCreateTeamParams, ...) (*http.Request, error)
- func NewTeamsCreateTeamRequestWithBody(server string, params *TeamsCreateTeamParams, contentType string, ...) (*http.Request, error)
- func NewTeamsDeleteTeamRequest(server string, teamId openapi_types.UUID, params *TeamsDeleteTeamParams) (*http.Request, error)
- func NewTeamsGetDefaultTeamRequest(server string, params *TeamsGetDefaultTeamParams) (*http.Request, error)
- func NewTeamsGetTeamRequest(server string, teamId openapi_types.UUID, params *TeamsGetTeamParams) (*http.Request, error)
- func NewTeamsListTeamMembersRequest(server string, teamId openapi_types.UUID, params *TeamsListTeamMembersParams) (*http.Request, error)
- func NewTeamsListTeamsRequest(server string, params *TeamsListTeamsParams) (*http.Request, error)
- func NewTeamsRemoveTeamMemberRequest(server string, teamId openapi_types.UUID, userId openapi_types.UUID, ...) (*http.Request, error)
- func NewTeamsUpdateTeamRequest(server string, teamId openapi_types.UUID, params *TeamsUpdateTeamParams, ...) (*http.Request, error)
- func NewTeamsUpdateTeamRequestWithBody(server string, teamId openapi_types.UUID, params *TeamsUpdateTeamParams, ...) (*http.Request, error)
- func NewTelemetryReceiveOtlpMetricsRequest(server string) (*http.Request, error)
- func NewTestHelpersCreateTestTenantRequest(server string, body TestHelpersCreateTestTenantJSONRequestBody) (*http.Request, error)
- func NewTestHelpersCreateTestTenantRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewTestHelpersDeleteTestTenantRequest(server string, tenantId openapi_types.UUID) (*http.Request, error)
- func NewTestHelpersSweepTestTenantsRequest(server string, body TestHelpersSweepTestTenantsJSONRequestBody) (*http.Request, error)
- func NewTestHelpersSweepTestTenantsRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewTestHelpersSweepTestUsersRequest(server string) (*http.Request, error)
- func NewUsersCreateUserRequest(server string, params *UsersCreateUserParams, ...) (*http.Request, error)
- func NewUsersCreateUserRequestWithBody(server string, params *UsersCreateUserParams, contentType string, ...) (*http.Request, error)
- func NewUsersDeleteProfilePictureRequest(server string, params *UsersDeleteProfilePictureParams) (*http.Request, error)
- func NewUsersDeleteUserMeRequest(server string, params *UsersDeleteUserMeParams) (*http.Request, error)
- func NewUsersDeleteUserRequest(server string, userId openapi_types.UUID, params *UsersDeleteUserParams) (*http.Request, error)
- func NewUsersGetProfilePictureRequest(server string, params *UsersGetProfilePictureParams) (*http.Request, error)
- func NewUsersReadUserByIdRequest(server string, userId openapi_types.UUID, params *UsersReadUserByIdParams) (*http.Request, error)
- func NewUsersReadUserMeRequest(server string, params *UsersReadUserMeParams) (*http.Request, error)
- func NewUsersReadUsersRequest(server string, params *UsersReadUsersParams) (*http.Request, error)
- func NewUsersUpdateUserMeRequest(server string, params *UsersUpdateUserMeParams, ...) (*http.Request, error)
- func NewUsersUpdateUserMeRequestWithBody(server string, params *UsersUpdateUserMeParams, contentType string, ...) (*http.Request, error)
- func NewUsersUpdateUserRequest(server string, userId openapi_types.UUID, params *UsersUpdateUserParams, ...) (*http.Request, error)
- func NewUsersUpdateUserRequestWithBody(server string, userId openapi_types.UUID, params *UsersUpdateUserParams, ...) (*http.Request, error)
- func NewUsersUploadProfilePictureRequestWithBody(server string, params *UsersUploadProfilePictureParams, contentType string, ...) (*http.Request, error)
- func NewUtilsHealthCheckRequest(server string) (*http.Request, error)
- func NewUtilsTestEmailRequest(server string, params *UtilsTestEmailParams) (*http.Request, error)
- func NewVideosDebugVideoFileRequest(server string, videoId openapi_types.UUID, params *VideosDebugVideoFileParams) (*http.Request, error)
- func NewVideosDeleteCameraVideoRequest(server string, videoId openapi_types.UUID, ...) (*http.Request, error)
- func NewVideosGetOriginalVideoRequest(server string, videoId openapi_types.UUID, ...) (*http.Request, error)
- func NewVideosGetProcessedVideoFileRequest(server string, videoId openapi_types.UUID, ...) (*http.Request, error)
- func NewVideosGetProcessedVideoRequest(server string, filename string, params *VideosGetProcessedVideoParams) (*http.Request, error)
- func NewVideosGetProcessingStatusRequest(server string, videoId openapi_types.UUID, ...) (*http.Request, error)
- func NewVideosProcessVideoRequestWithBody(server string, params *VideosProcessVideoParams, contentType string, ...) (*http.Request, error)
- func NewVideosReadCameraVideoRequest(server string, videoId openapi_types.UUID, params *VideosReadCameraVideoParams) (*http.Request, error)
- func NewVideosReadCameraVideosRequest(server string, params *VideosReadCameraVideosParams) (*http.Request, error)
- func NewVideosReprocessCameraVideoRequest(server string, videoId openapi_types.UUID, ...) (*http.Request, error)
- func NewVideosUpdateCameraVideoRequest(server string, videoId openapi_types.UUID, ...) (*http.Request, error)
- func NewVideosUpdateCameraVideoRequestWithBody(server string, videoId openapi_types.UUID, ...) (*http.Request, error)
- func NewVideosUploadCameraVideoRequestWithBody(server string, params *VideosUploadCameraVideoParams, contentType string, ...) (*http.Request, error)
- func NewVoiceTtsRequest(server string, params *VoiceTtsParams, body VoiceTtsJSONRequestBody) (*http.Request, error)
- func NewVoiceTtsRequestWithBody(server string, params *VoiceTtsParams, contentType string, body io.Reader) (*http.Request, error)
- type AIConfigCreate
- type AIConfigPublic
- type AIConfigUpdate
- type AIModelPublic
- type AIModelsPublic
- type AIProviderType
- type ActiveTrack
- type ActivityListActivityParams
- type ActivityListActivityResponse
- type ActivityLogPublic
- type ActivityLogsPublic
- type AgentChatChatParams
- type AgentChatChatResponse
- type AgentConfigCreate
- type AgentConfigPublic
- type AgentConfigPublicRestricted
- type AgentConfigUpdate
- type AgentConfigsPublic
- type AgentConfigsPublicRestricted
- type AgentEvalDatasetCreate
- type AgentEvalDatasetPublic
- type AgentEvalDatasetUpdate
- type AgentEvalDatasetsPublic
- type AgentEvalRunPublic
- type AgentEvalRunsPublic
- type AgentEvalsCreateEvalDatasetJSONRequestBody
- type AgentEvalsCreateEvalDatasetParams
- type AgentEvalsCreateEvalDatasetResponse
- type AgentEvalsDeleteEvalDatasetParams
- type AgentEvalsDeleteEvalDatasetResponse
- type AgentEvalsGetEvalCasesParams
- type AgentEvalsGetEvalCasesResponse
- type AgentEvalsGetEvalDatasetParams
- type AgentEvalsGetEvalDatasetResponse
- type AgentEvalsListEvalDatasetsParams
- type AgentEvalsListEvalDatasetsResponse
- type AgentEvalsListEvalRunsParams
- type AgentEvalsListEvalRunsResponse
- type AgentEvalsPutEvalCasesParams
- type AgentEvalsPutEvalCasesResponse
- type AgentEvalsRunEvalParams
- type AgentEvalsRunEvalResponse
- type AgentEvalsUpdateEvalDatasetJSONRequestBody
- type AgentEvalsUpdateEvalDatasetParams
- type AgentEvalsUpdateEvalDatasetResponse
- type AgentFilesDeleteFileParams
- type AgentFilesDeleteFileResponse
- type AgentFilesGetFileParams
- type AgentFilesGetFileResponse
- type AgentFilesListFilesParams
- type AgentFilesListFilesResponse
- type AgentFilesPutFileParams
- type AgentFilesPutFileResponse
- type AgentHeartbeatTaskCreate
- type AgentHeartbeatTaskPublic
- type AgentHeartbeatTaskUpdate
- type AgentHeartbeatTasksPublic
- type AgentHookCreate
- type AgentHookPublic
- type AgentHookUpdate
- type AgentHooksPublic
- type AgentRole
- type AgentSessionPublic
- type AgentSessionsGetSessionMessagesParams
- type AgentSessionsGetSessionMessagesResponse
- type AgentSessionsListSessionsParams
- type AgentSessionsListSessionsResponse
- type AgentSessionsPublic
- type AgentSessionsSaveSessionMessagesEndpointJSONRequestBody
- type AgentSessionsSaveSessionMessagesEndpointParams
- type AgentSessionsSaveSessionMessagesEndpointResponse
- type AgentSessionsUpdateSessionParams
- type AgentSessionsUpdateSessionPreferencesJSONRequestBody
- type AgentSessionsUpdateSessionPreferencesParams
- type AgentSessionsUpdateSessionPreferencesResponse
- type AgentSessionsUpdateSessionResponse
- type AgentSkillFilesDeleteSkillFileParams
- type AgentSkillFilesDeleteSkillFileResponse
- type AgentSkillFilesGetSkillFileParams
- type AgentSkillFilesGetSkillFileResponse
- type AgentSkillFilesListSkillFilesParams
- type AgentSkillFilesListSkillFilesResponse
- type AgentSkillFilesPutSkillFileParams
- type AgentSkillFilesPutSkillFileResponse
- type AgentSkillsCreateSkillJSONRequestBody
- type AgentSkillsCreateSkillParams
- type AgentSkillsCreateSkillResponse
- type AgentSkillsDeleteSkillParams
- type AgentSkillsDeleteSkillResponse
- type AgentSkillsForkSkillParams
- type AgentSkillsForkSkillResponse
- type AgentSkillsGetDefaultContentParams
- type AgentSkillsGetDefaultContentResponse
- type AgentSkillsGetSkillContentParams
- type AgentSkillsGetSkillContentResponse
- type AgentSkillsGetSkillParams
- type AgentSkillsGetSkillResponse
- type AgentSkillsListSkillsParams
- type AgentSkillsListSkillsResponse
- type AgentSkillsPutSkillContentParams
- type AgentSkillsPutSkillContentResponse
- type AgentSkillsRevertForkParams
- type AgentSkillsRevertForkResponse
- type AgentSkillsUpdateSkillJSONRequestBody
- type AgentSkillsUpdateSkillParams
- type AgentSkillsUpdateSkillResponse
- type AgentStreamStreamSessionEventsParams
- type AgentStreamStreamSessionEventsResponse
- type AgentWorkspaceDefaultsGetDefaultSoulMdParams
- type AgentWorkspaceDefaultsGetDefaultSoulMdResponse
- type AgentWorkspaceDefaultsPutDefaultSoulMdParams
- type AgentWorkspaceDefaultsPutDefaultSoulMdResponse
- type AgentWorkspaceGetWorkspaceFileParams
- type AgentWorkspaceGetWorkspaceFileResponse
- type AgentWorkspaceListWorkspaceFilesParams
- type AgentWorkspaceListWorkspaceFilesResponse
- type AgentWorkspacePutWorkspaceFileParams
- type AgentWorkspacePutWorkspaceFileResponse
- type AgentsCreateAgentConfigJSONRequestBody
- type AgentsCreateAgentConfigParams
- type AgentsCreateAgentConfigResponse
- type AgentsCreateHeartbeatTaskJSONRequestBody
- type AgentsCreateHeartbeatTaskParams
- type AgentsCreateHeartbeatTaskResponse
- type AgentsCreateHookJSONRequestBody
- type AgentsCreateHookParams
- type AgentsCreateHookResponse
- type AgentsDeleteAgentConfigParams
- type AgentsDeleteAgentConfigResponse
- type AgentsDeleteHeartbeatTaskParams
- type AgentsDeleteHeartbeatTaskResponse
- type AgentsDeleteHookParams
- type AgentsDeleteHookResponse
- type AgentsExportHeartbeatMdParams
- type AgentsExportHeartbeatMdResponse
- type AgentsGetAgentConfigParams
- type AgentsGetAgentConfigResponse
- type AgentsGetHeartbeatTaskParams
- type AgentsGetHeartbeatTaskResponse
- type AgentsGetHookParams
- type AgentsGetHookResponse
- type AgentsListAgentConfigsParams
- type AgentsListAgentConfigsResponse
- type AgentsListHeartbeatTasksParams
- type AgentsListHeartbeatTasksResponse
- type AgentsListHooksParams
- type AgentsListHooksResponse
- type AgentsListPageAgentsParams
- type AgentsListPageAgentsResponse
- type AgentsSyncHeartbeatMdParams
- type AgentsSyncHeartbeatMdResponse
- type AgentsUpdateAgentConfigJSONRequestBody
- type AgentsUpdateAgentConfigParams
- type AgentsUpdateAgentConfigResponse
- type AgentsUpdateHeartbeatTaskJSONRequestBody
- type AgentsUpdateHeartbeatTaskParams
- type AgentsUpdateHeartbeatTaskResponse
- type AgentsUpdateHookJSONRequestBody
- type AgentsUpdateHookParams
- type AgentsUpdateHookResponse
- type AiConfigCreateOrReplaceAiConfigJSONRequestBody
- type AiConfigCreateOrReplaceAiConfigParams
- type AiConfigCreateOrReplaceAiConfigResponse
- type AiConfigDeleteAiConfigParams
- type AiConfigDeleteAiConfigResponse
- type AiConfigGetAiConfigParams
- type AiConfigGetAiConfigResponse
- type AiConfigUpdateAiConfigJSONRequestBody
- type AiConfigUpdateAiConfigParams
- type AiConfigUpdateAiConfigResponse
- type AiProvidersCreateAiProviderJSONRequestBody
- type AiProvidersCreateAiProviderParams
- type AiProvidersCreateAiProviderResponse
- type AiProvidersDeleteAiProviderParams
- type AiProvidersDeleteAiProviderResponse
- type AiProvidersDiscoverModelsJSONRequestBody
- type AiProvidersDiscoverModelsParams
- type AiProvidersDiscoverModelsResponse
- type AiProvidersGetAiProviderParams
- type AiProvidersGetAiProviderResponse
- type AiProvidersListAiProvidersParams
- type AiProvidersListAiProvidersResponse
- type AiProvidersListProviderModelsParams
- type AiProvidersListProviderModelsResponse
- type AiProvidersUpdateAiProviderJSONRequestBody
- type AiProvidersUpdateAiProviderParams
- type AiProvidersUpdateAiProviderResponse
- type AlertEventPublic
- type AlertEventsPublic
- type AlertRuleCreate
- type AlertRulePublic
- type AlertRuleUpdate
- type AlertRulesPublic
- type AlertsAcknowledgeAlertEventParams
- type AlertsAcknowledgeAlertEventResponse
- type AlertsCreateAlertRuleJSONRequestBody
- type AlertsCreateAlertRuleParams
- type AlertsCreateAlertRuleResponse
- type AlertsDeleteAlertRuleParams
- type AlertsDeleteAlertRuleResponse
- type AlertsDisableAlertRuleParams
- type AlertsDisableAlertRuleResponse
- type AlertsEnableAlertRuleParams
- type AlertsEnableAlertRuleResponse
- type AlertsGetAlertEventParams
- type AlertsGetAlertEventResponse
- type AlertsGetAlertRuleParams
- type AlertsGetAlertRuleResponse
- type AlertsListAlertEventsParams
- type AlertsListAlertEventsResponse
- type AlertsListAlertRulesParams
- type AlertsListAlertRulesResponse
- type AlertsUpdateAlertRuleJSONRequestBody
- type AlertsUpdateAlertRuleParams
- type AlertsUpdateAlertRuleResponse
- type AnalyticsGetAnalyticsSummaryParams
- type AnalyticsGetAnalyticsSummaryResponse
- type AnalyticsGetDashboardStatsParams
- type AnalyticsGetDashboardStatsResponse
- type AnalyticsGetDetectionTrendsParams
- type AnalyticsGetDetectionTrendsResponse
- type AnalyticsGetDetectionTypesParams
- type AnalyticsGetDetectionTypesResponse
- type AnalyticsGetDeviceHealthParams
- type AnalyticsGetDeviceHealthResponse
- type AnalyticsGetDevicePerformanceParams
- type AnalyticsGetDevicePerformanceResponse
- type AnalyticsGetGrafanaUrlParams
- type AnalyticsGetGrafanaUrlResponse
- type AnalyticsSummaryResponse
- type AnnotationCreateIn
- type AnnotationLabelCreate
- type AnnotationLabelPublic
- type AnnotationLabelUpdate
- type AnnotationLabelsPublic
- type AnnotationMediaCreate
- type AnnotationMediaPublic
- type AnnotationMediaUpdate
- type AnnotationMediasPublic
- type AnnotationProjectCreate
- type AnnotationProjectPublic
- type AnnotationProjectUpdate
- type AnnotationProjectsPublic
- type AnnotationPushCreate
- type AnnotationPushPublic
- type AnnotationPushesPublic
- type AnnotationShapeBase
- type AnnotationShapeBulkCreate
- type AnnotationShapeCreate
- type AnnotationShapePublic
- type AnnotationShapeUpdate
- type AnnotationShapesPublic
- type AnnotationSystemBulkAddMediaToProjectJSONRequestBody
- type AnnotationSystemBulkAddMediaToProjectParams
- type AnnotationSystemBulkAddMediaToProjectResponse
- type AnnotationSystemCopyLabelsFromProjectParams
- type AnnotationSystemCopyLabelsFromProjectResponse
- type AnnotationSystemCreateLabelJSONRequestBody
- type AnnotationSystemCreateLabelParams
- type AnnotationSystemCreateLabelResponse
- type AnnotationSystemCreateMediaJSONRequestBody
- type AnnotationSystemCreateMediaParams
- type AnnotationSystemCreateMediaResponse
- type AnnotationSystemCreateProjectDeviceLinkJSONRequestBody
- type AnnotationSystemCreateProjectDeviceLinkParams
- type AnnotationSystemCreateProjectDeviceLinkResponse
- type AnnotationSystemCreateProjectJSONRequestBody
- type AnnotationSystemCreateProjectParams
- type AnnotationSystemCreateProjectResponse
- type AnnotationSystemCreatePushJSONRequestBody
- type AnnotationSystemCreatePushParams
- type AnnotationSystemCreatePushResponse
- type AnnotationSystemCreateShapeJSONRequestBody
- type AnnotationSystemCreateShapeParams
- type AnnotationSystemCreateShapeResponse
- type AnnotationSystemCreateShapesBulkJSONRequestBody
- type AnnotationSystemCreateShapesBulkParams
- type AnnotationSystemCreateShapesBulkResponse
- type AnnotationSystemDeleteLabelParams
- type AnnotationSystemDeleteLabelResponse
- type AnnotationSystemDeleteMediaParams
- type AnnotationSystemDeleteMediaResponse
- type AnnotationSystemDeleteProjectDeviceLinkParams
- type AnnotationSystemDeleteProjectDeviceLinkResponse
- type AnnotationSystemDeleteProjectParams
- type AnnotationSystemDeleteProjectResponse
- type AnnotationSystemDeleteShapeParams
- type AnnotationSystemDeleteShapeResponse
- type AnnotationSystemDeleteShapesByFrameParams
- type AnnotationSystemDeleteShapesByFrameResponse
- type AnnotationSystemDuplicateProjectParams
- type AnnotationSystemDuplicateProjectResponse
- type AnnotationSystemGetLabelParams
- type AnnotationSystemGetLabelResponse
- type AnnotationSystemGetLinksForProjectParams
- type AnnotationSystemGetLinksForProjectResponse
- type AnnotationSystemGetMediaFileParams
- type AnnotationSystemGetMediaFileResponse
- type AnnotationSystemGetMediaParams
- type AnnotationSystemGetMediaResponse
- type AnnotationSystemGetMediaWithShapesParams
- type AnnotationSystemGetMediaWithShapesResponse
- type AnnotationSystemGetProjectDeviceLinkParams
- type AnnotationSystemGetProjectDeviceLinkResponse
- type AnnotationSystemGetProjectParams
- type AnnotationSystemGetProjectResponse
- type AnnotationSystemGetProjectWithStatsParams
- type AnnotationSystemGetProjectWithStatsResponse
- type AnnotationSystemGetPushDataParams
- type AnnotationSystemGetPushDataResponse
- type AnnotationSystemGetPushParams
- type AnnotationSystemGetPushResponse
- type AnnotationSystemGetShapeParams
- type AnnotationSystemGetShapeResponse
- type AnnotationSystemGetShapeWithLabelParams
- type AnnotationSystemGetShapeWithLabelResponse
- type AnnotationSystemGetVideoFramesParams
- type AnnotationSystemGetVideoFramesResponse
- type AnnotationSystemInitializeDefaultLabelsParams
- type AnnotationSystemInitializeDefaultLabelsResponse
- type AnnotationSystemInterpolateShapesParams
- type AnnotationSystemInterpolateShapesResponse
- type AnnotationSystemListLabelsParams
- type AnnotationSystemListLabelsResponse
- type AnnotationSystemListMediaParams
- type AnnotationSystemListMediaResponse
- type AnnotationSystemListProjectDeviceLinksParams
- type AnnotationSystemListProjectDeviceLinksResponse
- type AnnotationSystemListProjectsParams
- type AnnotationSystemListProjectsResponse
- type AnnotationSystemListPushesParams
- type AnnotationSystemListPushesResponse
- type AnnotationSystemListShapesParams
- type AnnotationSystemListShapesResponse
- type AnnotationSystemMoveMediaToProjectParams
- type AnnotationSystemMoveMediaToProjectResponse
- type AnnotationSystemPreviewPushParams
- type AnnotationSystemPreviewPushResponse
- type AnnotationSystemPushToAllLinkedJSONRequestBody
- type AnnotationSystemPushToAllLinkedParams
- type AnnotationSystemPushToAllLinkedResponse
- type AnnotationSystemQuickLinkDeviceGroupParams
- type AnnotationSystemQuickLinkDeviceGroupResponse
- type AnnotationSystemQuickLinkDeviceParams
- type AnnotationSystemQuickLinkDeviceResponse
- type AnnotationSystemUpdateLabelJSONRequestBody
- type AnnotationSystemUpdateLabelParams
- type AnnotationSystemUpdateLabelResponse
- type AnnotationSystemUpdateMediaJSONRequestBody
- type AnnotationSystemUpdateMediaParams
- type AnnotationSystemUpdateMediaResponse
- type AnnotationSystemUpdateProjectDeviceLinkJSONRequestBody
- type AnnotationSystemUpdateProjectDeviceLinkParams
- type AnnotationSystemUpdateProjectDeviceLinkResponse
- type AnnotationSystemUpdateProjectJSONRequestBody
- type AnnotationSystemUpdateProjectParams
- type AnnotationSystemUpdateProjectResponse
- type AnnotationSystemUpdateShapeJSONRequestBody
- type AnnotationSystemUpdateShapeParams
- type AnnotationSystemUpdateShapeResponse
- type AnnotationSystemUploadMediaMultipartRequestBody
- type AnnotationSystemUploadMediaParams
- type AnnotationSystemUploadMediaResponse
- type AnnotationUpdateIn
- type ApiKeyCreate
- type ApiKeyCreatedResponse
- type ApiKeyPublic
- type ApiKeyScope
- type ApiKeysPublic
- type AuthCreateApiKeyJSONRequestBody
- type AuthCreateApiKeyParams
- type AuthCreateApiKeyResponse
- type AuthListApiKeysParams
- type AuthListApiKeysResponse
- type AuthRevokeApiKeyParams
- type AuthRevokeApiKeyResponse
- type BodyAnnotationSystemBulkAddMediaToProject
- type BodyAnnotationSystemPushToAllLinked
- type BodyAnnotationSystemUploadMedia
- type BodyImagesCaptureAndObjectDetection
- type BodyImagesCaptureImage
- type BodyInspectionProfilesUploadGoldenImage
- type BodyInspectionProfilesUploadTrainingCapture
- type BodyModelsUploadModel
- type BodyOrganizationsUploadOrganizationLogo
- type BodyRefSheetsCreateRefSheet
- type BodyRefSheetsCreateRefSheetVersion
- type BodyRefSheetsInspectExcelSheets
- type BodyUsersUploadProfilePicture
- type BodyVideosProcessVideo
- type BodyVideosUploadCameraVideo
- type BulkDeleteRequest
- type BulkDeleteResponse
- type CameraImagePublic
- type CameraImagePublicReviewState
- type CameraImageUpdate
- type CameraImagesPublic
- type CameraVideoPublic
- type CameraVideoUpdate
- type CameraVideosPublic
- type CaptureDetectionsResponse
- type CaptureEventDetail
- type CaptureEventListItem
- type CaptureReferenceSetIn
- type CaptureRequest
- type CapturesBulkDeleteCapturesJSONRequestBody
- type CapturesBulkDeleteCapturesParams
- type CapturesBulkDeleteCapturesResponse
- type CapturesDeleteCaptureParams
- type CapturesDeleteCaptureResponse
- type CapturesGetCaptureDetectionsParams
- type CapturesGetCaptureDetectionsResponse
- type CapturesGetCaptureParams
- type CapturesGetCaptureResponse
- type CapturesListCapturesParams
- type CapturesListCapturesResponse
- type CapturesListResponse
- type Client
- func (c *Client) ActivityListActivity(ctx context.Context, params *ActivityListActivityParams, ...) (*http.Response, error)
- func (c *Client) AgentChatChat(ctx context.Context, configId openapi_types.UUID, params *AgentChatChatParams, ...) (*http.Response, error)
- func (c *Client) AgentEvalsCreateEvalDataset(ctx context.Context, configId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) AgentEvalsCreateEvalDatasetWithBody(ctx context.Context, configId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) AgentEvalsDeleteEvalDataset(ctx context.Context, datasetId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) AgentEvalsGetEvalCases(ctx context.Context, datasetId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) AgentEvalsGetEvalDataset(ctx context.Context, datasetId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) AgentEvalsListEvalDatasets(ctx context.Context, configId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) AgentEvalsListEvalRuns(ctx context.Context, datasetId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) AgentEvalsPutEvalCases(ctx context.Context, datasetId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) AgentEvalsRunEval(ctx context.Context, datasetId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) AgentEvalsUpdateEvalDataset(ctx context.Context, datasetId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) AgentEvalsUpdateEvalDatasetWithBody(ctx context.Context, datasetId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) AgentFilesDeleteFile(ctx context.Context, configId openapi_types.UUID, filePath string, ...) (*http.Response, error)
- func (c *Client) AgentFilesGetFile(ctx context.Context, configId openapi_types.UUID, filePath string, ...) (*http.Response, error)
- func (c *Client) AgentFilesListFiles(ctx context.Context, configId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) AgentFilesPutFile(ctx context.Context, configId openapi_types.UUID, filePath string, ...) (*http.Response, error)
- func (c *Client) AgentSessionsGetSessionMessages(ctx context.Context, sessionId string, ...) (*http.Response, error)
- func (c *Client) AgentSessionsListSessions(ctx context.Context, params *AgentSessionsListSessionsParams, ...) (*http.Response, error)
- func (c *Client) AgentSessionsSaveSessionMessagesEndpoint(ctx context.Context, sessionId string, ...) (*http.Response, error)
- func (c *Client) AgentSessionsSaveSessionMessagesEndpointWithBody(ctx context.Context, sessionId string, ...) (*http.Response, error)
- func (c *Client) AgentSessionsUpdateSession(ctx context.Context, sessionId string, ...) (*http.Response, error)
- func (c *Client) AgentSessionsUpdateSessionPreferences(ctx context.Context, sessionId string, ...) (*http.Response, error)
- func (c *Client) AgentSessionsUpdateSessionPreferencesWithBody(ctx context.Context, sessionId string, ...) (*http.Response, error)
- func (c *Client) AgentSkillFilesDeleteSkillFile(ctx context.Context, skillId openapi_types.UUID, filePath string, ...) (*http.Response, error)
- func (c *Client) AgentSkillFilesGetSkillFile(ctx context.Context, skillId openapi_types.UUID, filePath string, ...) (*http.Response, error)
- func (c *Client) AgentSkillFilesListSkillFiles(ctx context.Context, skillId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) AgentSkillFilesPutSkillFile(ctx context.Context, skillId openapi_types.UUID, filePath string, ...) (*http.Response, error)
- func (c *Client) AgentSkillsCreateSkill(ctx context.Context, params *AgentSkillsCreateSkillParams, ...) (*http.Response, error)
- func (c *Client) AgentSkillsCreateSkillWithBody(ctx context.Context, params *AgentSkillsCreateSkillParams, contentType string, ...) (*http.Response, error)
- func (c *Client) AgentSkillsDeleteSkill(ctx context.Context, skillId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) AgentSkillsForkSkill(ctx context.Context, skillId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) AgentSkillsGetDefaultContent(ctx context.Context, skillId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) AgentSkillsGetSkill(ctx context.Context, skillId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) AgentSkillsGetSkillContent(ctx context.Context, skillId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) AgentSkillsListSkills(ctx context.Context, params *AgentSkillsListSkillsParams, ...) (*http.Response, error)
- func (c *Client) AgentSkillsPutSkillContent(ctx context.Context, skillId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) AgentSkillsRevertFork(ctx context.Context, skillId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) AgentSkillsUpdateSkill(ctx context.Context, skillId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) AgentSkillsUpdateSkillWithBody(ctx context.Context, skillId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) AgentStreamStreamSessionEvents(ctx context.Context, sessionId string, ...) (*http.Response, error)
- func (c *Client) AgentWorkspaceDefaultsGetDefaultSoulMd(ctx context.Context, params *AgentWorkspaceDefaultsGetDefaultSoulMdParams, ...) (*http.Response, error)
- func (c *Client) AgentWorkspaceDefaultsPutDefaultSoulMd(ctx context.Context, params *AgentWorkspaceDefaultsPutDefaultSoulMdParams, ...) (*http.Response, error)
- func (c *Client) AgentWorkspaceGetWorkspaceFile(ctx context.Context, configId openapi_types.UUID, filename string, ...) (*http.Response, error)
- func (c *Client) AgentWorkspaceListWorkspaceFiles(ctx context.Context, configId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) AgentWorkspacePutWorkspaceFile(ctx context.Context, configId openapi_types.UUID, filename string, ...) (*http.Response, error)
- func (c *Client) AgentsCreateAgentConfig(ctx context.Context, params *AgentsCreateAgentConfigParams, ...) (*http.Response, error)
- func (c *Client) AgentsCreateAgentConfigWithBody(ctx context.Context, params *AgentsCreateAgentConfigParams, contentType string, ...) (*http.Response, error)
- func (c *Client) AgentsCreateHeartbeatTask(ctx context.Context, configId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) AgentsCreateHeartbeatTaskWithBody(ctx context.Context, configId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) AgentsCreateHook(ctx context.Context, configId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) AgentsCreateHookWithBody(ctx context.Context, configId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) AgentsDeleteAgentConfig(ctx context.Context, configId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) AgentsDeleteHeartbeatTask(ctx context.Context, taskId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) AgentsDeleteHook(ctx context.Context, hookId openapi_types.UUID, params *AgentsDeleteHookParams, ...) (*http.Response, error)
- func (c *Client) AgentsExportHeartbeatMd(ctx context.Context, configId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) AgentsGetAgentConfig(ctx context.Context, configId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) AgentsGetHeartbeatTask(ctx context.Context, taskId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) AgentsGetHook(ctx context.Context, hookId openapi_types.UUID, params *AgentsGetHookParams, ...) (*http.Response, error)
- func (c *Client) AgentsListAgentConfigs(ctx context.Context, params *AgentsListAgentConfigsParams, ...) (*http.Response, error)
- func (c *Client) AgentsListHeartbeatTasks(ctx context.Context, configId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) AgentsListHooks(ctx context.Context, configId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) AgentsListPageAgents(ctx context.Context, params *AgentsListPageAgentsParams, ...) (*http.Response, error)
- func (c *Client) AgentsSyncHeartbeatMd(ctx context.Context, configId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) AgentsUpdateAgentConfig(ctx context.Context, configId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) AgentsUpdateAgentConfigWithBody(ctx context.Context, configId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) AgentsUpdateHeartbeatTask(ctx context.Context, taskId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) AgentsUpdateHeartbeatTaskWithBody(ctx context.Context, taskId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) AgentsUpdateHook(ctx context.Context, hookId openapi_types.UUID, params *AgentsUpdateHookParams, ...) (*http.Response, error)
- func (c *Client) AgentsUpdateHookWithBody(ctx context.Context, hookId openapi_types.UUID, params *AgentsUpdateHookParams, ...) (*http.Response, error)
- func (c *Client) AiConfigCreateOrReplaceAiConfig(ctx context.Context, deviceGroupId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) AiConfigCreateOrReplaceAiConfigWithBody(ctx context.Context, deviceGroupId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) AiConfigDeleteAiConfig(ctx context.Context, deviceGroupId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) AiConfigGetAiConfig(ctx context.Context, deviceGroupId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) AiConfigUpdateAiConfig(ctx context.Context, deviceGroupId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) AiConfigUpdateAiConfigWithBody(ctx context.Context, deviceGroupId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) AiProvidersCreateAiProvider(ctx context.Context, params *AiProvidersCreateAiProviderParams, ...) (*http.Response, error)
- func (c *Client) AiProvidersCreateAiProviderWithBody(ctx context.Context, params *AiProvidersCreateAiProviderParams, ...) (*http.Response, error)
- func (c *Client) AiProvidersDeleteAiProvider(ctx context.Context, providerId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) AiProvidersDiscoverModels(ctx context.Context, params *AiProvidersDiscoverModelsParams, ...) (*http.Response, error)
- func (c *Client) AiProvidersDiscoverModelsWithBody(ctx context.Context, params *AiProvidersDiscoverModelsParams, ...) (*http.Response, error)
- func (c *Client) AiProvidersGetAiProvider(ctx context.Context, providerId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) AiProvidersListAiProviders(ctx context.Context, params *AiProvidersListAiProvidersParams, ...) (*http.Response, error)
- func (c *Client) AiProvidersListProviderModels(ctx context.Context, providerId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) AiProvidersUpdateAiProvider(ctx context.Context, providerId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) AiProvidersUpdateAiProviderWithBody(ctx context.Context, providerId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) AlertsAcknowledgeAlertEvent(ctx context.Context, eventId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) AlertsCreateAlertRule(ctx context.Context, params *AlertsCreateAlertRuleParams, ...) (*http.Response, error)
- func (c *Client) AlertsCreateAlertRuleWithBody(ctx context.Context, params *AlertsCreateAlertRuleParams, contentType string, ...) (*http.Response, error)
- func (c *Client) AlertsDeleteAlertRule(ctx context.Context, ruleId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) AlertsDisableAlertRule(ctx context.Context, ruleId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) AlertsEnableAlertRule(ctx context.Context, ruleId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) AlertsGetAlertEvent(ctx context.Context, eventId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) AlertsGetAlertRule(ctx context.Context, ruleId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) AlertsListAlertEvents(ctx context.Context, params *AlertsListAlertEventsParams, ...) (*http.Response, error)
- func (c *Client) AlertsListAlertRules(ctx context.Context, params *AlertsListAlertRulesParams, ...) (*http.Response, error)
- func (c *Client) AlertsUpdateAlertRule(ctx context.Context, ruleId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) AlertsUpdateAlertRuleWithBody(ctx context.Context, ruleId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) AnalyticsGetAnalyticsSummary(ctx context.Context, params *AnalyticsGetAnalyticsSummaryParams, ...) (*http.Response, error)
- func (c *Client) AnalyticsGetDashboardStats(ctx context.Context, params *AnalyticsGetDashboardStatsParams, ...) (*http.Response, error)
- func (c *Client) AnalyticsGetDetectionTrends(ctx context.Context, params *AnalyticsGetDetectionTrendsParams, ...) (*http.Response, error)
- func (c *Client) AnalyticsGetDetectionTypes(ctx context.Context, params *AnalyticsGetDetectionTypesParams, ...) (*http.Response, error)
- func (c *Client) AnalyticsGetDeviceHealth(ctx context.Context, params *AnalyticsGetDeviceHealthParams, ...) (*http.Response, error)
- func (c *Client) AnalyticsGetDevicePerformance(ctx context.Context, params *AnalyticsGetDevicePerformanceParams, ...) (*http.Response, error)
- func (c *Client) AnalyticsGetGrafanaUrl(ctx context.Context, params *AnalyticsGetGrafanaUrlParams, ...) (*http.Response, error)
- func (c *Client) AnnotationSystemBulkAddMediaToProject(ctx context.Context, projectId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) AnnotationSystemBulkAddMediaToProjectWithBody(ctx context.Context, projectId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) AnnotationSystemCopyLabelsFromProject(ctx context.Context, projectId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) AnnotationSystemCreateLabel(ctx context.Context, params *AnnotationSystemCreateLabelParams, ...) (*http.Response, error)
- func (c *Client) AnnotationSystemCreateLabelWithBody(ctx context.Context, params *AnnotationSystemCreateLabelParams, ...) (*http.Response, error)
- func (c *Client) AnnotationSystemCreateMedia(ctx context.Context, params *AnnotationSystemCreateMediaParams, ...) (*http.Response, error)
- func (c *Client) AnnotationSystemCreateMediaWithBody(ctx context.Context, params *AnnotationSystemCreateMediaParams, ...) (*http.Response, error)
- func (c *Client) AnnotationSystemCreateProject(ctx context.Context, params *AnnotationSystemCreateProjectParams, ...) (*http.Response, error)
- func (c *Client) AnnotationSystemCreateProjectDeviceLink(ctx context.Context, params *AnnotationSystemCreateProjectDeviceLinkParams, ...) (*http.Response, error)
- func (c *Client) AnnotationSystemCreateProjectDeviceLinkWithBody(ctx context.Context, params *AnnotationSystemCreateProjectDeviceLinkParams, ...) (*http.Response, error)
- func (c *Client) AnnotationSystemCreateProjectWithBody(ctx context.Context, params *AnnotationSystemCreateProjectParams, ...) (*http.Response, error)
- func (c *Client) AnnotationSystemCreatePush(ctx context.Context, params *AnnotationSystemCreatePushParams, ...) (*http.Response, error)
- func (c *Client) AnnotationSystemCreatePushWithBody(ctx context.Context, params *AnnotationSystemCreatePushParams, ...) (*http.Response, error)
- func (c *Client) AnnotationSystemCreateShape(ctx context.Context, params *AnnotationSystemCreateShapeParams, ...) (*http.Response, error)
- func (c *Client) AnnotationSystemCreateShapeWithBody(ctx context.Context, params *AnnotationSystemCreateShapeParams, ...) (*http.Response, error)
- func (c *Client) AnnotationSystemCreateShapesBulk(ctx context.Context, params *AnnotationSystemCreateShapesBulkParams, ...) (*http.Response, error)
- func (c *Client) AnnotationSystemCreateShapesBulkWithBody(ctx context.Context, params *AnnotationSystemCreateShapesBulkParams, ...) (*http.Response, error)
- func (c *Client) AnnotationSystemDeleteLabel(ctx context.Context, labelId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) AnnotationSystemDeleteMedia(ctx context.Context, mediaId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) AnnotationSystemDeleteProject(ctx context.Context, projectId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) AnnotationSystemDeleteProjectDeviceLink(ctx context.Context, linkId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) AnnotationSystemDeleteShape(ctx context.Context, shapeId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) AnnotationSystemDeleteShapesByFrame(ctx context.Context, annotationMediaId openapi_types.UUID, frameIndex int, ...) (*http.Response, error)
- func (c *Client) AnnotationSystemDuplicateProject(ctx context.Context, projectId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) AnnotationSystemGetLabel(ctx context.Context, labelId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) AnnotationSystemGetLinksForProject(ctx context.Context, projectId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) AnnotationSystemGetMedia(ctx context.Context, mediaId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) AnnotationSystemGetMediaFile(ctx context.Context, mediaId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) AnnotationSystemGetMediaWithShapes(ctx context.Context, mediaId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) AnnotationSystemGetProject(ctx context.Context, projectId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) AnnotationSystemGetProjectDeviceLink(ctx context.Context, linkId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) AnnotationSystemGetProjectWithStats(ctx context.Context, projectId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) AnnotationSystemGetPush(ctx context.Context, pushId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) AnnotationSystemGetPushData(ctx context.Context, pushId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) AnnotationSystemGetShape(ctx context.Context, shapeId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) AnnotationSystemGetShapeWithLabel(ctx context.Context, shapeId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) AnnotationSystemGetVideoFrames(ctx context.Context, mediaId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) AnnotationSystemInitializeDefaultLabels(ctx context.Context, projectId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) AnnotationSystemInterpolateShapes(ctx context.Context, annotationMediaId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) AnnotationSystemListLabels(ctx context.Context, params *AnnotationSystemListLabelsParams, ...) (*http.Response, error)
- func (c *Client) AnnotationSystemListMedia(ctx context.Context, params *AnnotationSystemListMediaParams, ...) (*http.Response, error)
- func (c *Client) AnnotationSystemListProjectDeviceLinks(ctx context.Context, params *AnnotationSystemListProjectDeviceLinksParams, ...) (*http.Response, error)
- func (c *Client) AnnotationSystemListProjects(ctx context.Context, params *AnnotationSystemListProjectsParams, ...) (*http.Response, error)
- func (c *Client) AnnotationSystemListPushes(ctx context.Context, params *AnnotationSystemListPushesParams, ...) (*http.Response, error)
- func (c *Client) AnnotationSystemListShapes(ctx context.Context, params *AnnotationSystemListShapesParams, ...) (*http.Response, error)
- func (c *Client) AnnotationSystemMoveMediaToProject(ctx context.Context, mediaId openapi_types.UUID, projectId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) AnnotationSystemPreviewPush(ctx context.Context, params *AnnotationSystemPreviewPushParams, ...) (*http.Response, error)
- func (c *Client) AnnotationSystemPushToAllLinked(ctx context.Context, params *AnnotationSystemPushToAllLinkedParams, ...) (*http.Response, error)
- func (c *Client) AnnotationSystemPushToAllLinkedWithBody(ctx context.Context, params *AnnotationSystemPushToAllLinkedParams, ...) (*http.Response, error)
- func (c *Client) AnnotationSystemQuickLinkDevice(ctx context.Context, projectId openapi_types.UUID, deviceId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) AnnotationSystemQuickLinkDeviceGroup(ctx context.Context, projectId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) AnnotationSystemUpdateLabel(ctx context.Context, labelId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) AnnotationSystemUpdateLabelWithBody(ctx context.Context, labelId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) AnnotationSystemUpdateMedia(ctx context.Context, mediaId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) AnnotationSystemUpdateMediaWithBody(ctx context.Context, mediaId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) AnnotationSystemUpdateProject(ctx context.Context, projectId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) AnnotationSystemUpdateProjectDeviceLink(ctx context.Context, linkId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) AnnotationSystemUpdateProjectDeviceLinkWithBody(ctx context.Context, linkId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) AnnotationSystemUpdateProjectWithBody(ctx context.Context, projectId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) AnnotationSystemUpdateShape(ctx context.Context, shapeId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) AnnotationSystemUpdateShapeWithBody(ctx context.Context, shapeId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) AnnotationSystemUploadMediaWithBody(ctx context.Context, params *AnnotationSystemUploadMediaParams, ...) (*http.Response, error)
- func (c *Client) AuthCreateApiKey(ctx context.Context, params *AuthCreateApiKeyParams, ...) (*http.Response, error)
- func (c *Client) AuthCreateApiKeyWithBody(ctx context.Context, params *AuthCreateApiKeyParams, contentType string, ...) (*http.Response, error)
- func (c *Client) AuthListApiKeys(ctx context.Context, params *AuthListApiKeysParams, ...) (*http.Response, error)
- func (c *Client) AuthRevokeApiKey(ctx context.Context, keyId openapi_types.UUID, params *AuthRevokeApiKeyParams, ...) (*http.Response, error)
- func (c *Client) CapturesBulkDeleteCaptures(ctx context.Context, params *CapturesBulkDeleteCapturesParams, ...) (*http.Response, error)
- func (c *Client) CapturesBulkDeleteCapturesWithBody(ctx context.Context, params *CapturesBulkDeleteCapturesParams, ...) (*http.Response, error)
- func (c *Client) CapturesDeleteCapture(ctx context.Context, captureId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) CapturesGetCapture(ctx context.Context, captureId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) CapturesGetCaptureDetections(ctx context.Context, captureId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) CapturesListCaptures(ctx context.Context, params *CapturesListCapturesParams, ...) (*http.Response, error)
- func (c *Client) DashboardsCreateDashboard(ctx context.Context, params *DashboardsCreateDashboardParams, ...) (*http.Response, error)
- func (c *Client) DashboardsCreateDashboardWithBody(ctx context.Context, params *DashboardsCreateDashboardParams, ...) (*http.Response, error)
- func (c *Client) DashboardsDeleteDashboard(ctx context.Context, dashboardId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) DashboardsExportDashboard(ctx context.Context, dashboardId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) DashboardsGetAlertSummary(ctx context.Context, dashboardId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) DashboardsGetDashboard(ctx context.Context, dashboardId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) DashboardsGetDashboardAnnotations(ctx context.Context, dashboardId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) DashboardsGetVariableValues(ctx context.Context, dashboardId openapi_types.UUID, varName string, ...) (*http.Response, error)
- func (c *Client) DashboardsGetVersion(ctx context.Context, dashboardId openapi_types.UUID, version int, ...) (*http.Response, error)
- func (c *Client) DashboardsGetWidgetAlertEvents(ctx context.Context, dashboardId openapi_types.UUID, widgetId string, ...) (*http.Response, error)
- func (c *Client) DashboardsImportDashboard(ctx context.Context, params *DashboardsImportDashboardParams, ...) (*http.Response, error)
- func (c *Client) DashboardsImportDashboardWithBody(ctx context.Context, params *DashboardsImportDashboardParams, ...) (*http.Response, error)
- func (c *Client) DashboardsImportTemplate(ctx context.Context, templateKey string, ...) (*http.Response, error)
- func (c *Client) DashboardsListDashboards(ctx context.Context, params *DashboardsListDashboardsParams, ...) (*http.Response, error)
- func (c *Client) DashboardsListTemplates(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) DashboardsListVersions(ctx context.Context, dashboardId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) DashboardsQueryWidget(ctx context.Context, dashboardId openapi_types.UUID, widgetId string, ...) (*http.Response, error)
- func (c *Client) DashboardsRestoreVersion(ctx context.Context, dashboardId openapi_types.UUID, version int, ...) (*http.Response, error)
- func (c *Client) DashboardsUpdateDashboard(ctx context.Context, dashboardId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) DashboardsUpdateDashboardWithBody(ctx context.Context, dashboardId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) DataSourcesCreateDataSource(ctx context.Context, params *DataSourcesCreateDataSourceParams, ...) (*http.Response, error)
- func (c *Client) DataSourcesCreateDataSourceWithBody(ctx context.Context, params *DataSourcesCreateDataSourceParams, ...) (*http.Response, error)
- func (c *Client) DataSourcesDeleteDataSource(ctx context.Context, sourceId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) DataSourcesGetDataSource(ctx context.Context, sourceId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) DataSourcesIntrospectDataSource(ctx context.Context, sourceId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) DataSourcesListDataSources(ctx context.Context, params *DataSourcesListDataSourcesParams, ...) (*http.Response, error)
- func (c *Client) DataSourcesTestDataSource(ctx context.Context, sourceId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) DataSourcesUpdateDataSource(ctx context.Context, sourceId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) DataSourcesUpdateDataSourceWithBody(ctx context.Context, sourceId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) DemoEndDemo(ctx context.Context, params *DemoEndDemoParams, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) DemoGetDemoConfig(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) DemoGetDemoStats(ctx context.Context, params *DemoGetDemoStatsParams, ...) (*http.Response, error)
- func (c *Client) DemoGetDemoStatus(ctx context.Context, params *DemoGetDemoStatusParams, ...) (*http.Response, error)
- func (c *Client) DemoGetMockDeviceStates(ctx context.Context, params *DemoGetMockDeviceStatesParams, ...) (*http.Response, error)
- func (c *Client) DemoStartDemo(ctx context.Context, body DemoStartDemoJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) DemoStartDemoWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) DemoTriggerDemoCleanup(ctx context.Context, params *DemoTriggerDemoCleanupParams, ...) (*http.Response, error)
- func (c *Client) DeviceGroupsCreateDeviceGroup(ctx context.Context, params *DeviceGroupsCreateDeviceGroupParams, ...) (*http.Response, error)
- func (c *Client) DeviceGroupsCreateDeviceGroupWithBody(ctx context.Context, params *DeviceGroupsCreateDeviceGroupParams, ...) (*http.Response, error)
- func (c *Client) DeviceGroupsDeleteDeviceGroup(ctx context.Context, deviceGroupId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) DeviceGroupsGetDeviceGroup(ctx context.Context, deviceGroupId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) DeviceGroupsListDeviceGroups(ctx context.Context, params *DeviceGroupsListDeviceGroupsParams, ...) (*http.Response, error)
- func (c *Client) DeviceGroupsUpdateDeviceGroup(ctx context.Context, deviceGroupId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) DeviceGroupsUpdateDeviceGroupWithBody(ctx context.Context, deviceGroupId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) DevicesCheckDeviceHealth(ctx context.Context, deviceId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) DevicesCreateDevice(ctx context.Context, params *DevicesCreateDeviceParams, ...) (*http.Response, error)
- func (c *Client) DevicesCreateDeviceWithBody(ctx context.Context, params *DevicesCreateDeviceParams, contentType string, ...) (*http.Response, error)
- func (c *Client) DevicesDeleteDevice(ctx context.Context, deviceId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) DevicesDiscoverDevices(ctx context.Context, params *DevicesDiscoverDevicesParams, ...) (*http.Response, error)
- func (c *Client) DevicesGetDevice(ctx context.Context, deviceId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) DevicesGetDeviceSyncStatus(ctx context.Context, deviceId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) DevicesListDevices(ctx context.Context, params *DevicesListDevicesParams, ...) (*http.Response, error)
- func (c *Client) DevicesPushModelToDevice(ctx context.Context, deviceId openapi_types.UUID, modelId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) DevicesTestDeviceConnection(ctx context.Context, deviceId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) DevicesTriggerDeviceSync(ctx context.Context, deviceId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) DevicesUpdateDevice(ctx context.Context, deviceId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) DevicesUpdateDeviceWithBody(ctx context.Context, deviceId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) EntityHistoryListRecent(ctx context.Context, params *EntityHistoryListRecentParams, ...) (*http.Response, error)
- func (c *Client) EntityHistoryRestore(ctx context.Context, groupId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) ExploreGetDataSources(ctx context.Context, params *ExploreGetDataSourcesParams, ...) (*http.Response, error)
- func (c *Client) ExploreRunRawQuery(ctx context.Context, params *ExploreRunRawQueryParams, ...) (*http.Response, error)
- func (c *Client) ExploreRunRawQueryWithBody(ctx context.Context, params *ExploreRunRawQueryParams, contentType string, ...) (*http.Response, error)
- func (c *Client) GatewayGatewaySetupSnippet(ctx context.Context, params *GatewayGatewaySetupSnippetParams, ...) (*http.Response, error)
- func (c *Client) GatewayGatewayStatus(ctx context.Context, params *GatewayGatewayStatusParams, ...) (*http.Response, error)
- func (c *Client) ImagesCaptureAndObjectDetectionWithBody(ctx context.Context, params *ImagesCaptureAndObjectDetectionParams, ...) (*http.Response, error)
- func (c *Client) ImagesCaptureImageWithBody(ctx context.Context, params *ImagesCaptureImageParams, contentType string, ...) (*http.Response, error)
- func (c *Client) ImagesDeleteCameraImage(ctx context.Context, imageId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) ImagesGetDifferenceFile(ctx context.Context, imageId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) ImagesGetHeatmapFile(ctx context.Context, imageId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) ImagesGetOriginalFile(ctx context.Context, imageId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) ImagesGetProcessedFile(ctx context.Context, imageId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) ImagesPatchCameraImageReview(ctx context.Context, imageId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) ImagesPatchCameraImageReviewWithBody(ctx context.Context, imageId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) ImagesReadCameraImage(ctx context.Context, imageId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) ImagesReadCameraImages(ctx context.Context, params *ImagesReadCameraImagesParams, ...) (*http.Response, error)
- func (c *Client) ImagesUpdateCameraImage(ctx context.Context, imageId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) ImagesUpdateCameraImageWithBody(ctx context.Context, imageId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) ImpersonateImpersonationStatus(ctx context.Context, params *ImpersonateImpersonationStatusParams, ...) (*http.Response, error)
- func (c *Client) ImpersonateStartImpersonation(ctx context.Context, params *ImpersonateStartImpersonationParams, ...) (*http.Response, error)
- func (c *Client) ImpersonateStartImpersonationWithBody(ctx context.Context, params *ImpersonateStartImpersonationParams, ...) (*http.Response, error)
- func (c *Client) ImpersonateStopImpersonation(ctx context.Context, params *ImpersonateStopImpersonationParams, ...) (*http.Response, error)
- func (c *Client) IncidentsAddIncidentNote(ctx context.Context, incidentId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) IncidentsAddIncidentNoteWithBody(ctx context.Context, incidentId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) IncidentsCreateIncident(ctx context.Context, params *IncidentsCreateIncidentParams, ...) (*http.Response, error)
- func (c *Client) IncidentsCreateIncidentWithBody(ctx context.Context, params *IncidentsCreateIncidentParams, contentType string, ...) (*http.Response, error)
- func (c *Client) IncidentsDeleteIncident(ctx context.Context, incidentId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) IncidentsDeleteIncidentNote(ctx context.Context, incidentId openapi_types.UUID, noteId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) IncidentsGetIncident(ctx context.Context, incidentId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) IncidentsLinkDeviceToIncident(ctx context.Context, incidentId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) IncidentsListIncidentNotes(ctx context.Context, incidentId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) IncidentsListIncidents(ctx context.Context, params *IncidentsListIncidentsParams, ...) (*http.Response, error)
- func (c *Client) IncidentsUnlinkDeviceFromIncident(ctx context.Context, incidentId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) IncidentsUpdateIncident(ctx context.Context, incidentId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) IncidentsUpdateIncidentNote(ctx context.Context, incidentId openapi_types.UUID, noteId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) IncidentsUpdateIncidentNoteWithBody(ctx context.Context, incidentId openapi_types.UUID, noteId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) IncidentsUpdateIncidentWithBody(ctx context.Context, incidentId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) InspectionCreateCaptureAnnotation(ctx context.Context, captureId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) InspectionCreateCaptureAnnotationWithBody(ctx context.Context, captureId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) InspectionDeleteAnnotation(ctx context.Context, annotationId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) InspectionListCaptureAnnotations(ctx context.Context, captureId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) InspectionProfilesActivateProfile(ctx context.Context, deviceGroupId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) InspectionProfilesCaptureGoldenImage(ctx context.Context, deviceGroupId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) InspectionProfilesCaptureGoldenImageWithBody(ctx context.Context, deviceGroupId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) InspectionProfilesCreateProfile(ctx context.Context, deviceGroupId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) InspectionProfilesCreateProfileWithBody(ctx context.Context, deviceGroupId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) InspectionProfilesDeactivateProfile(ctx context.Context, deviceGroupId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) InspectionProfilesDeleteGoldenImage(ctx context.Context, deviceGroupId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) InspectionProfilesDeleteProfile(ctx context.Context, deviceGroupId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) InspectionProfilesGetProfile(ctx context.Context, deviceGroupId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) InspectionProfilesInspectCapture(ctx context.Context, deviceGroupId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) InspectionProfilesInspectCaptureWithBody(ctx context.Context, deviceGroupId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) InspectionProfilesListProfiles(ctx context.Context, deviceGroupId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) InspectionProfilesUpdateProfile(ctx context.Context, deviceGroupId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) InspectionProfilesUpdateProfileWithBody(ctx context.Context, deviceGroupId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) InspectionProfilesUploadGoldenImageWithBody(ctx context.Context, deviceGroupId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) InspectionProfilesUploadTrainingCaptureWithBody(ctx context.Context, deviceGroupId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) InspectionPromoteCaptureToGolden(ctx context.Context, captureId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) InspectionSetCaptureReferenceSet(ctx context.Context, captureId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) InspectionSetCaptureReferenceSetWithBody(ctx context.Context, captureId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) InspectionUpdateAnnotation(ctx context.Context, annotationId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) InspectionUpdateAnnotationWithBody(ctx context.Context, annotationId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) JetsonNanoCheckJetsonOnline(ctx context.Context, deviceId string, ...) (*http.Response, error)
- func (c *Client) JetsonNanoGetDetectionDigest(ctx context.Context, deviceId string, ...) (*http.Response, error)
- func (c *Client) JetsonNanoGetDetectionStatus(ctx context.Context, deviceId string, ...) (*http.Response, error)
- func (c *Client) JetsonNanoGetJetsonConfig(ctx context.Context, deviceId string, params *JetsonNanoGetJetsonConfigParams, ...) (*http.Response, error)
- func (c *Client) JetsonNanoGetJetsonDeviceStatus(ctx context.Context, deviceId string, ...) (*http.Response, error)
- func (c *Client) JetsonNanoGetJetsonDevices(ctx context.Context, params *JetsonNanoGetJetsonDevicesParams, ...) (*http.Response, error)
- func (c *Client) JetsonNanoSendJetsonConfig(ctx context.Context, deviceId string, params *JetsonNanoSendJetsonConfigParams, ...) (*http.Response, error)
- func (c *Client) JetsonNanoSendJetsonConfigWithBody(ctx context.Context, deviceId string, params *JetsonNanoSendJetsonConfigParams, ...) (*http.Response, error)
- func (c *Client) JetsonNanoSendJetsonControl(ctx context.Context, deviceId string, ...) (*http.Response, error)
- func (c *Client) JetsonNanoSendJetsonControlWithBody(ctx context.Context, deviceId string, ...) (*http.Response, error)
- func (c *Client) LivekitGetViewerToken(ctx context.Context, params *LivekitGetViewerTokenParams, ...) (*http.Response, error)
- func (c *Client) LivekitStartDeviceStream(ctx context.Context, deviceId string, params *LivekitStartDeviceStreamParams, ...) (*http.Response, error)
- func (c *Client) LivekitStopDeviceStream(ctx context.Context, deviceId string, params *LivekitStopDeviceStreamParams, ...) (*http.Response, error)
- func (c *Client) LocationsCreateLocation(ctx context.Context, params *LocationsCreateLocationParams, ...) (*http.Response, error)
- func (c *Client) LocationsCreateLocationWithBody(ctx context.Context, params *LocationsCreateLocationParams, contentType string, ...) (*http.Response, error)
- func (c *Client) LocationsDeleteLocation(ctx context.Context, locationId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) LocationsGetLocation(ctx context.Context, locationId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) LocationsGetLocationDevices(ctx context.Context, locationId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) LocationsGetLocationIncidents(ctx context.Context, locationId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) LocationsGetLocationTree(ctx context.Context, params *LocationsGetLocationTreeParams, ...) (*http.Response, error)
- func (c *Client) LocationsListLocations(ctx context.Context, params *LocationsListLocationsParams, ...) (*http.Response, error)
- func (c *Client) LocationsUpdateLocation(ctx context.Context, locationId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) LocationsUpdateLocationWithBody(ctx context.Context, locationId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) LoginAuthCallback(ctx context.Context, params *LoginAuthCallbackParams, ...) (*http.Response, error)
- func (c *Client) LoginAuthLogin(ctx context.Context, params *LoginAuthLoginParams, ...) (*http.Response, error)
- func (c *Client) LoginAuthLogout(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) LoginTestToken(ctx context.Context, params *LoginTestTokenParams, ...) (*http.Response, error)
- func (c *Client) ModelOutputSchemasDeleteSchema(ctx context.Context, schemaId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) ModelOutputSchemasForkSchema(ctx context.Context, schemaId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) ModelOutputSchemasGetBindings(ctx context.Context, schemaId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) ModelOutputSchemasGetReviewTargets(ctx context.Context, schemaId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) ModelOutputSchemasGetSchemaDetail(ctx context.Context, schemaId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) ModelOutputSchemasListSchemas(ctx context.Context, params *ModelOutputSchemasListSchemasParams, ...) (*http.Response, error)
- func (c *Client) ModelOutputSchemasPatchSchema(ctx context.Context, schemaId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) ModelOutputSchemasPatchSchemaWithBody(ctx context.Context, schemaId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) ModelsDeleteModel(ctx context.Context, modelId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) ModelsGetDownloadUrl(ctx context.Context, modelId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) ModelsGetModel(ctx context.Context, modelId openapi_types.UUID, params *ModelsGetModelParams, ...) (*http.Response, error)
- func (c *Client) ModelsListModels(ctx context.Context, params *ModelsListModelsParams, ...) (*http.Response, error)
- func (c *Client) ModelsUploadModelWithBody(ctx context.Context, params *ModelsUploadModelParams, contentType string, ...) (*http.Response, error)
- func (c *Client) MqttGetMqttDevices(ctx context.Context, params *MqttGetMqttDevicesParams, ...) (*http.Response, error)
- func (c *Client) MqttGetMqttStatus(ctx context.Context, params *MqttGetMqttStatusParams, ...) (*http.Response, error)
- func (c *Client) MqttGetMqttTopics(ctx context.Context, params *MqttGetMqttTopicsParams, ...) (*http.Response, error)
- func (c *Client) MqttSendFleetBroadcast(ctx context.Context, params *MqttSendFleetBroadcastParams, ...) (*http.Response, error)
- func (c *Client) MqttSendFleetBroadcastWithBody(ctx context.Context, params *MqttSendFleetBroadcastParams, contentType string, ...) (*http.Response, error)
- func (c *Client) OrganizationsDeleteOrganizationLogo(ctx context.Context, params *OrganizationsDeleteOrganizationLogoParams, ...) (*http.Response, error)
- func (c *Client) OrganizationsGetOrganizationLogo(ctx context.Context, params *OrganizationsGetOrganizationLogoParams, ...) (*http.Response, error)
- func (c *Client) OrganizationsReadOrganizationMe(ctx context.Context, params *OrganizationsReadOrganizationMeParams, ...) (*http.Response, error)
- func (c *Client) OrganizationsReadOrganizationMqttConfig(ctx context.Context, params *OrganizationsReadOrganizationMqttConfigParams, ...) (*http.Response, error)
- func (c *Client) OrganizationsUpdateOrganizationMe(ctx context.Context, params *OrganizationsUpdateOrganizationMeParams, ...) (*http.Response, error)
- func (c *Client) OrganizationsUpdateOrganizationMeWithBody(ctx context.Context, params *OrganizationsUpdateOrganizationMeParams, ...) (*http.Response, error)
- func (c *Client) OrganizationsUploadOrganizationLogoWithBody(ctx context.Context, params *OrganizationsUploadOrganizationLogoParams, ...) (*http.Response, error)
- func (c *Client) OtelEndpointsCreateOtelEndpoint(ctx context.Context, deviceGroupId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) OtelEndpointsCreateOtelEndpointWithBody(ctx context.Context, deviceGroupId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) OtelEndpointsDeleteOtelEndpoint(ctx context.Context, deviceGroupId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) OtelEndpointsListOtelEndpoints(ctx context.Context, deviceGroupId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) OtelEndpointsTestOtelEndpoint(ctx context.Context, deviceGroupId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) OtelEndpointsUpdateOtelEndpoint(ctx context.Context, deviceGroupId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) OtelEndpointsUpdateOtelEndpointWithBody(ctx context.Context, deviceGroupId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) PrivateCreateUser(ctx context.Context, body PrivateCreateUserJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) PrivateCreateUserWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) PrivateGetTenantByOrgId(ctx context.Context, params *PrivateGetTenantByOrgIdParams, ...) (*http.Response, error)
- func (c *Client) RefSheetsActivateRefSheetVersion(ctx context.Context, sheetId openapi_types.UUID, versionId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) RefSheetsCreateRefSheetVersionWithBody(ctx context.Context, sheetId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) RefSheetsCreateRefSheetWithBody(ctx context.Context, params *RefSheetsCreateRefSheetParams, contentType string, ...) (*http.Response, error)
- func (c *Client) RefSheetsDeleteRefSheet(ctx context.Context, sheetId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) RefSheetsDeleteRefSheetVersion(ctx context.Context, sheetId openapi_types.UUID, versionId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) RefSheetsGetRefSheet(ctx context.Context, sheetId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) RefSheetsInspectExcelSheetsWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) RefSheetsListRefSheetVersions(ctx context.Context, sheetId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) RefSheetsListRefSheets(ctx context.Context, params *RefSheetsListRefSheetsParams, ...) (*http.Response, error)
- func (c *Client) RefSheetsUpdateRefSheet(ctx context.Context, sheetId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) RefSheetsUpdateRefSheetWithBody(ctx context.Context, sheetId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) SearchSearchEntities(ctx context.Context, params *SearchSearchEntitiesParams, ...) (*http.Response, error)
- func (c *Client) StarsListStars(ctx context.Context, params *StarsListStarsParams, ...) (*http.Response, error)
- func (c *Client) StarsStarEntity(ctx context.Context, params *StarsStarEntityParams, ...) (*http.Response, error)
- func (c *Client) StarsStarEntityWithBody(ctx context.Context, params *StarsStarEntityParams, contentType string, ...) (*http.Response, error)
- func (c *Client) StarsUnstarEntity(ctx context.Context, entityType string, entityId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) TeamsAddTeamMember(ctx context.Context, teamId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) TeamsCreateTeam(ctx context.Context, params *TeamsCreateTeamParams, ...) (*http.Response, error)
- func (c *Client) TeamsCreateTeamWithBody(ctx context.Context, params *TeamsCreateTeamParams, contentType string, ...) (*http.Response, error)
- func (c *Client) TeamsDeleteTeam(ctx context.Context, teamId openapi_types.UUID, params *TeamsDeleteTeamParams, ...) (*http.Response, error)
- func (c *Client) TeamsGetDefaultTeam(ctx context.Context, params *TeamsGetDefaultTeamParams, ...) (*http.Response, error)
- func (c *Client) TeamsGetTeam(ctx context.Context, teamId openapi_types.UUID, params *TeamsGetTeamParams, ...) (*http.Response, error)
- func (c *Client) TeamsListTeamMembers(ctx context.Context, teamId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) TeamsListTeams(ctx context.Context, params *TeamsListTeamsParams, ...) (*http.Response, error)
- func (c *Client) TeamsRemoveTeamMember(ctx context.Context, teamId openapi_types.UUID, userId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) TeamsUpdateTeam(ctx context.Context, teamId openapi_types.UUID, params *TeamsUpdateTeamParams, ...) (*http.Response, error)
- func (c *Client) TeamsUpdateTeamWithBody(ctx context.Context, teamId openapi_types.UUID, params *TeamsUpdateTeamParams, ...) (*http.Response, error)
- func (c *Client) TelemetryReceiveOtlpMetrics(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) TestHelpersCreateTestTenant(ctx context.Context, body TestHelpersCreateTestTenantJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) TestHelpersCreateTestTenantWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) TestHelpersDeleteTestTenant(ctx context.Context, tenantId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) TestHelpersSweepTestTenants(ctx context.Context, body TestHelpersSweepTestTenantsJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) TestHelpersSweepTestTenantsWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) TestHelpersSweepTestUsers(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) UsersCreateUser(ctx context.Context, params *UsersCreateUserParams, ...) (*http.Response, error)
- func (c *Client) UsersCreateUserWithBody(ctx context.Context, params *UsersCreateUserParams, contentType string, ...) (*http.Response, error)
- func (c *Client) UsersDeleteProfilePicture(ctx context.Context, params *UsersDeleteProfilePictureParams, ...) (*http.Response, error)
- func (c *Client) UsersDeleteUser(ctx context.Context, userId openapi_types.UUID, params *UsersDeleteUserParams, ...) (*http.Response, error)
- func (c *Client) UsersDeleteUserMe(ctx context.Context, params *UsersDeleteUserMeParams, ...) (*http.Response, error)
- func (c *Client) UsersGetProfilePicture(ctx context.Context, params *UsersGetProfilePictureParams, ...) (*http.Response, error)
- func (c *Client) UsersReadUserById(ctx context.Context, userId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) UsersReadUserMe(ctx context.Context, params *UsersReadUserMeParams, ...) (*http.Response, error)
- func (c *Client) UsersReadUsers(ctx context.Context, params *UsersReadUsersParams, ...) (*http.Response, error)
- func (c *Client) UsersUpdateUser(ctx context.Context, userId openapi_types.UUID, params *UsersUpdateUserParams, ...) (*http.Response, error)
- func (c *Client) UsersUpdateUserMe(ctx context.Context, params *UsersUpdateUserMeParams, ...) (*http.Response, error)
- func (c *Client) UsersUpdateUserMeWithBody(ctx context.Context, params *UsersUpdateUserMeParams, contentType string, ...) (*http.Response, error)
- func (c *Client) UsersUpdateUserWithBody(ctx context.Context, userId openapi_types.UUID, params *UsersUpdateUserParams, ...) (*http.Response, error)
- func (c *Client) UsersUploadProfilePictureWithBody(ctx context.Context, params *UsersUploadProfilePictureParams, ...) (*http.Response, error)
- func (c *Client) UtilsHealthCheck(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) UtilsTestEmail(ctx context.Context, params *UtilsTestEmailParams, ...) (*http.Response, error)
- func (c *Client) VideosDebugVideoFile(ctx context.Context, videoId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) VideosDeleteCameraVideo(ctx context.Context, videoId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) VideosGetOriginalVideo(ctx context.Context, videoId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) VideosGetProcessedVideo(ctx context.Context, filename string, params *VideosGetProcessedVideoParams, ...) (*http.Response, error)
- func (c *Client) VideosGetProcessedVideoFile(ctx context.Context, videoId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) VideosGetProcessingStatus(ctx context.Context, videoId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) VideosProcessVideoWithBody(ctx context.Context, params *VideosProcessVideoParams, contentType string, ...) (*http.Response, error)
- func (c *Client) VideosReadCameraVideo(ctx context.Context, videoId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) VideosReadCameraVideos(ctx context.Context, params *VideosReadCameraVideosParams, ...) (*http.Response, error)
- func (c *Client) VideosReprocessCameraVideo(ctx context.Context, videoId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) VideosUpdateCameraVideo(ctx context.Context, videoId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) VideosUpdateCameraVideoWithBody(ctx context.Context, videoId openapi_types.UUID, ...) (*http.Response, error)
- func (c *Client) VideosUploadCameraVideoWithBody(ctx context.Context, params *VideosUploadCameraVideoParams, contentType string, ...) (*http.Response, error)
- func (c *Client) VoiceTts(ctx context.Context, params *VoiceTtsParams, body VoiceTtsJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) VoiceTtsWithBody(ctx context.Context, params *VoiceTtsParams, contentType string, ...) (*http.Response, error)
- type ClientInterface
- type ClientOption
- type ClientWithResponses
- func (c *ClientWithResponses) ActivityListActivityWithResponse(ctx context.Context, params *ActivityListActivityParams, ...) (*ActivityListActivityResponse, error)
- func (c *ClientWithResponses) AgentChatChatWithResponse(ctx context.Context, configId openapi_types.UUID, params *AgentChatChatParams, ...) (*AgentChatChatResponse, error)
- func (c *ClientWithResponses) AgentEvalsCreateEvalDatasetWithBodyWithResponse(ctx context.Context, configId openapi_types.UUID, ...) (*AgentEvalsCreateEvalDatasetResponse, error)
- func (c *ClientWithResponses) AgentEvalsCreateEvalDatasetWithResponse(ctx context.Context, configId openapi_types.UUID, ...) (*AgentEvalsCreateEvalDatasetResponse, error)
- func (c *ClientWithResponses) AgentEvalsDeleteEvalDatasetWithResponse(ctx context.Context, datasetId openapi_types.UUID, ...) (*AgentEvalsDeleteEvalDatasetResponse, error)
- func (c *ClientWithResponses) AgentEvalsGetEvalCasesWithResponse(ctx context.Context, datasetId openapi_types.UUID, ...) (*AgentEvalsGetEvalCasesResponse, error)
- func (c *ClientWithResponses) AgentEvalsGetEvalDatasetWithResponse(ctx context.Context, datasetId openapi_types.UUID, ...) (*AgentEvalsGetEvalDatasetResponse, error)
- func (c *ClientWithResponses) AgentEvalsListEvalDatasetsWithResponse(ctx context.Context, configId openapi_types.UUID, ...) (*AgentEvalsListEvalDatasetsResponse, error)
- func (c *ClientWithResponses) AgentEvalsListEvalRunsWithResponse(ctx context.Context, datasetId openapi_types.UUID, ...) (*AgentEvalsListEvalRunsResponse, error)
- func (c *ClientWithResponses) AgentEvalsPutEvalCasesWithResponse(ctx context.Context, datasetId openapi_types.UUID, ...) (*AgentEvalsPutEvalCasesResponse, error)
- func (c *ClientWithResponses) AgentEvalsRunEvalWithResponse(ctx context.Context, datasetId openapi_types.UUID, ...) (*AgentEvalsRunEvalResponse, error)
- func (c *ClientWithResponses) AgentEvalsUpdateEvalDatasetWithBodyWithResponse(ctx context.Context, datasetId openapi_types.UUID, ...) (*AgentEvalsUpdateEvalDatasetResponse, error)
- func (c *ClientWithResponses) AgentEvalsUpdateEvalDatasetWithResponse(ctx context.Context, datasetId openapi_types.UUID, ...) (*AgentEvalsUpdateEvalDatasetResponse, error)
- func (c *ClientWithResponses) AgentFilesDeleteFileWithResponse(ctx context.Context, configId openapi_types.UUID, filePath string, ...) (*AgentFilesDeleteFileResponse, error)
- func (c *ClientWithResponses) AgentFilesGetFileWithResponse(ctx context.Context, configId openapi_types.UUID, filePath string, ...) (*AgentFilesGetFileResponse, error)
- func (c *ClientWithResponses) AgentFilesListFilesWithResponse(ctx context.Context, configId openapi_types.UUID, ...) (*AgentFilesListFilesResponse, error)
- func (c *ClientWithResponses) AgentFilesPutFileWithResponse(ctx context.Context, configId openapi_types.UUID, filePath string, ...) (*AgentFilesPutFileResponse, error)
- func (c *ClientWithResponses) AgentSessionsGetSessionMessagesWithResponse(ctx context.Context, sessionId string, ...) (*AgentSessionsGetSessionMessagesResponse, error)
- func (c *ClientWithResponses) AgentSessionsListSessionsWithResponse(ctx context.Context, params *AgentSessionsListSessionsParams, ...) (*AgentSessionsListSessionsResponse, error)
- func (c *ClientWithResponses) AgentSessionsSaveSessionMessagesEndpointWithBodyWithResponse(ctx context.Context, sessionId string, ...) (*AgentSessionsSaveSessionMessagesEndpointResponse, error)
- func (c *ClientWithResponses) AgentSessionsSaveSessionMessagesEndpointWithResponse(ctx context.Context, sessionId string, ...) (*AgentSessionsSaveSessionMessagesEndpointResponse, error)
- func (c *ClientWithResponses) AgentSessionsUpdateSessionPreferencesWithBodyWithResponse(ctx context.Context, sessionId string, ...) (*AgentSessionsUpdateSessionPreferencesResponse, error)
- func (c *ClientWithResponses) AgentSessionsUpdateSessionPreferencesWithResponse(ctx context.Context, sessionId string, ...) (*AgentSessionsUpdateSessionPreferencesResponse, error)
- func (c *ClientWithResponses) AgentSessionsUpdateSessionWithResponse(ctx context.Context, sessionId string, ...) (*AgentSessionsUpdateSessionResponse, error)
- func (c *ClientWithResponses) AgentSkillFilesDeleteSkillFileWithResponse(ctx context.Context, skillId openapi_types.UUID, filePath string, ...) (*AgentSkillFilesDeleteSkillFileResponse, error)
- func (c *ClientWithResponses) AgentSkillFilesGetSkillFileWithResponse(ctx context.Context, skillId openapi_types.UUID, filePath string, ...) (*AgentSkillFilesGetSkillFileResponse, error)
- func (c *ClientWithResponses) AgentSkillFilesListSkillFilesWithResponse(ctx context.Context, skillId openapi_types.UUID, ...) (*AgentSkillFilesListSkillFilesResponse, error)
- func (c *ClientWithResponses) AgentSkillFilesPutSkillFileWithResponse(ctx context.Context, skillId openapi_types.UUID, filePath string, ...) (*AgentSkillFilesPutSkillFileResponse, error)
- func (c *ClientWithResponses) AgentSkillsCreateSkillWithBodyWithResponse(ctx context.Context, params *AgentSkillsCreateSkillParams, contentType string, ...) (*AgentSkillsCreateSkillResponse, error)
- func (c *ClientWithResponses) AgentSkillsCreateSkillWithResponse(ctx context.Context, params *AgentSkillsCreateSkillParams, ...) (*AgentSkillsCreateSkillResponse, error)
- func (c *ClientWithResponses) AgentSkillsDeleteSkillWithResponse(ctx context.Context, skillId openapi_types.UUID, ...) (*AgentSkillsDeleteSkillResponse, error)
- func (c *ClientWithResponses) AgentSkillsForkSkillWithResponse(ctx context.Context, skillId openapi_types.UUID, ...) (*AgentSkillsForkSkillResponse, error)
- func (c *ClientWithResponses) AgentSkillsGetDefaultContentWithResponse(ctx context.Context, skillId openapi_types.UUID, ...) (*AgentSkillsGetDefaultContentResponse, error)
- func (c *ClientWithResponses) AgentSkillsGetSkillContentWithResponse(ctx context.Context, skillId openapi_types.UUID, ...) (*AgentSkillsGetSkillContentResponse, error)
- func (c *ClientWithResponses) AgentSkillsGetSkillWithResponse(ctx context.Context, skillId openapi_types.UUID, ...) (*AgentSkillsGetSkillResponse, error)
- func (c *ClientWithResponses) AgentSkillsListSkillsWithResponse(ctx context.Context, params *AgentSkillsListSkillsParams, ...) (*AgentSkillsListSkillsResponse, error)
- func (c *ClientWithResponses) AgentSkillsPutSkillContentWithResponse(ctx context.Context, skillId openapi_types.UUID, ...) (*AgentSkillsPutSkillContentResponse, error)
- func (c *ClientWithResponses) AgentSkillsRevertForkWithResponse(ctx context.Context, skillId openapi_types.UUID, ...) (*AgentSkillsRevertForkResponse, error)
- func (c *ClientWithResponses) AgentSkillsUpdateSkillWithBodyWithResponse(ctx context.Context, skillId openapi_types.UUID, ...) (*AgentSkillsUpdateSkillResponse, error)
- func (c *ClientWithResponses) AgentSkillsUpdateSkillWithResponse(ctx context.Context, skillId openapi_types.UUID, ...) (*AgentSkillsUpdateSkillResponse, error)
- func (c *ClientWithResponses) AgentStreamStreamSessionEventsWithResponse(ctx context.Context, sessionId string, ...) (*AgentStreamStreamSessionEventsResponse, error)
- func (c *ClientWithResponses) AgentWorkspaceDefaultsGetDefaultSoulMdWithResponse(ctx context.Context, params *AgentWorkspaceDefaultsGetDefaultSoulMdParams, ...) (*AgentWorkspaceDefaultsGetDefaultSoulMdResponse, error)
- func (c *ClientWithResponses) AgentWorkspaceDefaultsPutDefaultSoulMdWithResponse(ctx context.Context, params *AgentWorkspaceDefaultsPutDefaultSoulMdParams, ...) (*AgentWorkspaceDefaultsPutDefaultSoulMdResponse, error)
- func (c *ClientWithResponses) AgentWorkspaceGetWorkspaceFileWithResponse(ctx context.Context, configId openapi_types.UUID, filename string, ...) (*AgentWorkspaceGetWorkspaceFileResponse, error)
- func (c *ClientWithResponses) AgentWorkspaceListWorkspaceFilesWithResponse(ctx context.Context, configId openapi_types.UUID, ...) (*AgentWorkspaceListWorkspaceFilesResponse, error)
- func (c *ClientWithResponses) AgentWorkspacePutWorkspaceFileWithResponse(ctx context.Context, configId openapi_types.UUID, filename string, ...) (*AgentWorkspacePutWorkspaceFileResponse, error)
- func (c *ClientWithResponses) AgentsCreateAgentConfigWithBodyWithResponse(ctx context.Context, params *AgentsCreateAgentConfigParams, contentType string, ...) (*AgentsCreateAgentConfigResponse, error)
- func (c *ClientWithResponses) AgentsCreateAgentConfigWithResponse(ctx context.Context, params *AgentsCreateAgentConfigParams, ...) (*AgentsCreateAgentConfigResponse, error)
- func (c *ClientWithResponses) AgentsCreateHeartbeatTaskWithBodyWithResponse(ctx context.Context, configId openapi_types.UUID, ...) (*AgentsCreateHeartbeatTaskResponse, error)
- func (c *ClientWithResponses) AgentsCreateHeartbeatTaskWithResponse(ctx context.Context, configId openapi_types.UUID, ...) (*AgentsCreateHeartbeatTaskResponse, error)
- func (c *ClientWithResponses) AgentsCreateHookWithBodyWithResponse(ctx context.Context, configId openapi_types.UUID, ...) (*AgentsCreateHookResponse, error)
- func (c *ClientWithResponses) AgentsCreateHookWithResponse(ctx context.Context, configId openapi_types.UUID, ...) (*AgentsCreateHookResponse, error)
- func (c *ClientWithResponses) AgentsDeleteAgentConfigWithResponse(ctx context.Context, configId openapi_types.UUID, ...) (*AgentsDeleteAgentConfigResponse, error)
- func (c *ClientWithResponses) AgentsDeleteHeartbeatTaskWithResponse(ctx context.Context, taskId openapi_types.UUID, ...) (*AgentsDeleteHeartbeatTaskResponse, error)
- func (c *ClientWithResponses) AgentsDeleteHookWithResponse(ctx context.Context, hookId openapi_types.UUID, params *AgentsDeleteHookParams, ...) (*AgentsDeleteHookResponse, error)
- func (c *ClientWithResponses) AgentsExportHeartbeatMdWithResponse(ctx context.Context, configId openapi_types.UUID, ...) (*AgentsExportHeartbeatMdResponse, error)
- func (c *ClientWithResponses) AgentsGetAgentConfigWithResponse(ctx context.Context, configId openapi_types.UUID, ...) (*AgentsGetAgentConfigResponse, error)
- func (c *ClientWithResponses) AgentsGetHeartbeatTaskWithResponse(ctx context.Context, taskId openapi_types.UUID, ...) (*AgentsGetHeartbeatTaskResponse, error)
- func (c *ClientWithResponses) AgentsGetHookWithResponse(ctx context.Context, hookId openapi_types.UUID, params *AgentsGetHookParams, ...) (*AgentsGetHookResponse, error)
- func (c *ClientWithResponses) AgentsListAgentConfigsWithResponse(ctx context.Context, params *AgentsListAgentConfigsParams, ...) (*AgentsListAgentConfigsResponse, error)
- func (c *ClientWithResponses) AgentsListHeartbeatTasksWithResponse(ctx context.Context, configId openapi_types.UUID, ...) (*AgentsListHeartbeatTasksResponse, error)
- func (c *ClientWithResponses) AgentsListHooksWithResponse(ctx context.Context, configId openapi_types.UUID, ...) (*AgentsListHooksResponse, error)
- func (c *ClientWithResponses) AgentsListPageAgentsWithResponse(ctx context.Context, params *AgentsListPageAgentsParams, ...) (*AgentsListPageAgentsResponse, error)
- func (c *ClientWithResponses) AgentsSyncHeartbeatMdWithResponse(ctx context.Context, configId openapi_types.UUID, ...) (*AgentsSyncHeartbeatMdResponse, error)
- func (c *ClientWithResponses) AgentsUpdateAgentConfigWithBodyWithResponse(ctx context.Context, configId openapi_types.UUID, ...) (*AgentsUpdateAgentConfigResponse, error)
- func (c *ClientWithResponses) AgentsUpdateAgentConfigWithResponse(ctx context.Context, configId openapi_types.UUID, ...) (*AgentsUpdateAgentConfigResponse, error)
- func (c *ClientWithResponses) AgentsUpdateHeartbeatTaskWithBodyWithResponse(ctx context.Context, taskId openapi_types.UUID, ...) (*AgentsUpdateHeartbeatTaskResponse, error)
- func (c *ClientWithResponses) AgentsUpdateHeartbeatTaskWithResponse(ctx context.Context, taskId openapi_types.UUID, ...) (*AgentsUpdateHeartbeatTaskResponse, error)
- func (c *ClientWithResponses) AgentsUpdateHookWithBodyWithResponse(ctx context.Context, hookId openapi_types.UUID, params *AgentsUpdateHookParams, ...) (*AgentsUpdateHookResponse, error)
- func (c *ClientWithResponses) AgentsUpdateHookWithResponse(ctx context.Context, hookId openapi_types.UUID, params *AgentsUpdateHookParams, ...) (*AgentsUpdateHookResponse, error)
- func (c *ClientWithResponses) AiConfigCreateOrReplaceAiConfigWithBodyWithResponse(ctx context.Context, deviceGroupId openapi_types.UUID, ...) (*AiConfigCreateOrReplaceAiConfigResponse, error)
- func (c *ClientWithResponses) AiConfigCreateOrReplaceAiConfigWithResponse(ctx context.Context, deviceGroupId openapi_types.UUID, ...) (*AiConfigCreateOrReplaceAiConfigResponse, error)
- func (c *ClientWithResponses) AiConfigDeleteAiConfigWithResponse(ctx context.Context, deviceGroupId openapi_types.UUID, ...) (*AiConfigDeleteAiConfigResponse, error)
- func (c *ClientWithResponses) AiConfigGetAiConfigWithResponse(ctx context.Context, deviceGroupId openapi_types.UUID, ...) (*AiConfigGetAiConfigResponse, error)
- func (c *ClientWithResponses) AiConfigUpdateAiConfigWithBodyWithResponse(ctx context.Context, deviceGroupId openapi_types.UUID, ...) (*AiConfigUpdateAiConfigResponse, error)
- func (c *ClientWithResponses) AiConfigUpdateAiConfigWithResponse(ctx context.Context, deviceGroupId openapi_types.UUID, ...) (*AiConfigUpdateAiConfigResponse, error)
- func (c *ClientWithResponses) AiProvidersCreateAiProviderWithBodyWithResponse(ctx context.Context, params *AiProvidersCreateAiProviderParams, ...) (*AiProvidersCreateAiProviderResponse, error)
- func (c *ClientWithResponses) AiProvidersCreateAiProviderWithResponse(ctx context.Context, params *AiProvidersCreateAiProviderParams, ...) (*AiProvidersCreateAiProviderResponse, error)
- func (c *ClientWithResponses) AiProvidersDeleteAiProviderWithResponse(ctx context.Context, providerId openapi_types.UUID, ...) (*AiProvidersDeleteAiProviderResponse, error)
- func (c *ClientWithResponses) AiProvidersDiscoverModelsWithBodyWithResponse(ctx context.Context, params *AiProvidersDiscoverModelsParams, ...) (*AiProvidersDiscoverModelsResponse, error)
- func (c *ClientWithResponses) AiProvidersDiscoverModelsWithResponse(ctx context.Context, params *AiProvidersDiscoverModelsParams, ...) (*AiProvidersDiscoverModelsResponse, error)
- func (c *ClientWithResponses) AiProvidersGetAiProviderWithResponse(ctx context.Context, providerId openapi_types.UUID, ...) (*AiProvidersGetAiProviderResponse, error)
- func (c *ClientWithResponses) AiProvidersListAiProvidersWithResponse(ctx context.Context, params *AiProvidersListAiProvidersParams, ...) (*AiProvidersListAiProvidersResponse, error)
- func (c *ClientWithResponses) AiProvidersListProviderModelsWithResponse(ctx context.Context, providerId openapi_types.UUID, ...) (*AiProvidersListProviderModelsResponse, error)
- func (c *ClientWithResponses) AiProvidersUpdateAiProviderWithBodyWithResponse(ctx context.Context, providerId openapi_types.UUID, ...) (*AiProvidersUpdateAiProviderResponse, error)
- func (c *ClientWithResponses) AiProvidersUpdateAiProviderWithResponse(ctx context.Context, providerId openapi_types.UUID, ...) (*AiProvidersUpdateAiProviderResponse, error)
- func (c *ClientWithResponses) AlertsAcknowledgeAlertEventWithResponse(ctx context.Context, eventId openapi_types.UUID, ...) (*AlertsAcknowledgeAlertEventResponse, error)
- func (c *ClientWithResponses) AlertsCreateAlertRuleWithBodyWithResponse(ctx context.Context, params *AlertsCreateAlertRuleParams, contentType string, ...) (*AlertsCreateAlertRuleResponse, error)
- func (c *ClientWithResponses) AlertsCreateAlertRuleWithResponse(ctx context.Context, params *AlertsCreateAlertRuleParams, ...) (*AlertsCreateAlertRuleResponse, error)
- func (c *ClientWithResponses) AlertsDeleteAlertRuleWithResponse(ctx context.Context, ruleId openapi_types.UUID, ...) (*AlertsDeleteAlertRuleResponse, error)
- func (c *ClientWithResponses) AlertsDisableAlertRuleWithResponse(ctx context.Context, ruleId openapi_types.UUID, ...) (*AlertsDisableAlertRuleResponse, error)
- func (c *ClientWithResponses) AlertsEnableAlertRuleWithResponse(ctx context.Context, ruleId openapi_types.UUID, ...) (*AlertsEnableAlertRuleResponse, error)
- func (c *ClientWithResponses) AlertsGetAlertEventWithResponse(ctx context.Context, eventId openapi_types.UUID, ...) (*AlertsGetAlertEventResponse, error)
- func (c *ClientWithResponses) AlertsGetAlertRuleWithResponse(ctx context.Context, ruleId openapi_types.UUID, ...) (*AlertsGetAlertRuleResponse, error)
- func (c *ClientWithResponses) AlertsListAlertEventsWithResponse(ctx context.Context, params *AlertsListAlertEventsParams, ...) (*AlertsListAlertEventsResponse, error)
- func (c *ClientWithResponses) AlertsListAlertRulesWithResponse(ctx context.Context, params *AlertsListAlertRulesParams, ...) (*AlertsListAlertRulesResponse, error)
- func (c *ClientWithResponses) AlertsUpdateAlertRuleWithBodyWithResponse(ctx context.Context, ruleId openapi_types.UUID, ...) (*AlertsUpdateAlertRuleResponse, error)
- func (c *ClientWithResponses) AlertsUpdateAlertRuleWithResponse(ctx context.Context, ruleId openapi_types.UUID, ...) (*AlertsUpdateAlertRuleResponse, error)
- func (c *ClientWithResponses) AnalyticsGetAnalyticsSummaryWithResponse(ctx context.Context, params *AnalyticsGetAnalyticsSummaryParams, ...) (*AnalyticsGetAnalyticsSummaryResponse, error)
- func (c *ClientWithResponses) AnalyticsGetDashboardStatsWithResponse(ctx context.Context, params *AnalyticsGetDashboardStatsParams, ...) (*AnalyticsGetDashboardStatsResponse, error)
- func (c *ClientWithResponses) AnalyticsGetDetectionTrendsWithResponse(ctx context.Context, params *AnalyticsGetDetectionTrendsParams, ...) (*AnalyticsGetDetectionTrendsResponse, error)
- func (c *ClientWithResponses) AnalyticsGetDetectionTypesWithResponse(ctx context.Context, params *AnalyticsGetDetectionTypesParams, ...) (*AnalyticsGetDetectionTypesResponse, error)
- func (c *ClientWithResponses) AnalyticsGetDeviceHealthWithResponse(ctx context.Context, params *AnalyticsGetDeviceHealthParams, ...) (*AnalyticsGetDeviceHealthResponse, error)
- func (c *ClientWithResponses) AnalyticsGetDevicePerformanceWithResponse(ctx context.Context, params *AnalyticsGetDevicePerformanceParams, ...) (*AnalyticsGetDevicePerformanceResponse, error)
- func (c *ClientWithResponses) AnalyticsGetGrafanaUrlWithResponse(ctx context.Context, params *AnalyticsGetGrafanaUrlParams, ...) (*AnalyticsGetGrafanaUrlResponse, error)
- func (c *ClientWithResponses) AnnotationSystemBulkAddMediaToProjectWithBodyWithResponse(ctx context.Context, projectId openapi_types.UUID, ...) (*AnnotationSystemBulkAddMediaToProjectResponse, error)
- func (c *ClientWithResponses) AnnotationSystemBulkAddMediaToProjectWithResponse(ctx context.Context, projectId openapi_types.UUID, ...) (*AnnotationSystemBulkAddMediaToProjectResponse, error)
- func (c *ClientWithResponses) AnnotationSystemCopyLabelsFromProjectWithResponse(ctx context.Context, projectId openapi_types.UUID, ...) (*AnnotationSystemCopyLabelsFromProjectResponse, error)
- func (c *ClientWithResponses) AnnotationSystemCreateLabelWithBodyWithResponse(ctx context.Context, params *AnnotationSystemCreateLabelParams, ...) (*AnnotationSystemCreateLabelResponse, error)
- func (c *ClientWithResponses) AnnotationSystemCreateLabelWithResponse(ctx context.Context, params *AnnotationSystemCreateLabelParams, ...) (*AnnotationSystemCreateLabelResponse, error)
- func (c *ClientWithResponses) AnnotationSystemCreateMediaWithBodyWithResponse(ctx context.Context, params *AnnotationSystemCreateMediaParams, ...) (*AnnotationSystemCreateMediaResponse, error)
- func (c *ClientWithResponses) AnnotationSystemCreateMediaWithResponse(ctx context.Context, params *AnnotationSystemCreateMediaParams, ...) (*AnnotationSystemCreateMediaResponse, error)
- func (c *ClientWithResponses) AnnotationSystemCreateProjectDeviceLinkWithBodyWithResponse(ctx context.Context, params *AnnotationSystemCreateProjectDeviceLinkParams, ...) (*AnnotationSystemCreateProjectDeviceLinkResponse, error)
- func (c *ClientWithResponses) AnnotationSystemCreateProjectDeviceLinkWithResponse(ctx context.Context, params *AnnotationSystemCreateProjectDeviceLinkParams, ...) (*AnnotationSystemCreateProjectDeviceLinkResponse, error)
- func (c *ClientWithResponses) AnnotationSystemCreateProjectWithBodyWithResponse(ctx context.Context, params *AnnotationSystemCreateProjectParams, ...) (*AnnotationSystemCreateProjectResponse, error)
- func (c *ClientWithResponses) AnnotationSystemCreateProjectWithResponse(ctx context.Context, params *AnnotationSystemCreateProjectParams, ...) (*AnnotationSystemCreateProjectResponse, error)
- func (c *ClientWithResponses) AnnotationSystemCreatePushWithBodyWithResponse(ctx context.Context, params *AnnotationSystemCreatePushParams, ...) (*AnnotationSystemCreatePushResponse, error)
- func (c *ClientWithResponses) AnnotationSystemCreatePushWithResponse(ctx context.Context, params *AnnotationSystemCreatePushParams, ...) (*AnnotationSystemCreatePushResponse, error)
- func (c *ClientWithResponses) AnnotationSystemCreateShapeWithBodyWithResponse(ctx context.Context, params *AnnotationSystemCreateShapeParams, ...) (*AnnotationSystemCreateShapeResponse, error)
- func (c *ClientWithResponses) AnnotationSystemCreateShapeWithResponse(ctx context.Context, params *AnnotationSystemCreateShapeParams, ...) (*AnnotationSystemCreateShapeResponse, error)
- func (c *ClientWithResponses) AnnotationSystemCreateShapesBulkWithBodyWithResponse(ctx context.Context, params *AnnotationSystemCreateShapesBulkParams, ...) (*AnnotationSystemCreateShapesBulkResponse, error)
- func (c *ClientWithResponses) AnnotationSystemCreateShapesBulkWithResponse(ctx context.Context, params *AnnotationSystemCreateShapesBulkParams, ...) (*AnnotationSystemCreateShapesBulkResponse, error)
- func (c *ClientWithResponses) AnnotationSystemDeleteLabelWithResponse(ctx context.Context, labelId openapi_types.UUID, ...) (*AnnotationSystemDeleteLabelResponse, error)
- func (c *ClientWithResponses) AnnotationSystemDeleteMediaWithResponse(ctx context.Context, mediaId openapi_types.UUID, ...) (*AnnotationSystemDeleteMediaResponse, error)
- func (c *ClientWithResponses) AnnotationSystemDeleteProjectDeviceLinkWithResponse(ctx context.Context, linkId openapi_types.UUID, ...) (*AnnotationSystemDeleteProjectDeviceLinkResponse, error)
- func (c *ClientWithResponses) AnnotationSystemDeleteProjectWithResponse(ctx context.Context, projectId openapi_types.UUID, ...) (*AnnotationSystemDeleteProjectResponse, error)
- func (c *ClientWithResponses) AnnotationSystemDeleteShapeWithResponse(ctx context.Context, shapeId openapi_types.UUID, ...) (*AnnotationSystemDeleteShapeResponse, error)
- func (c *ClientWithResponses) AnnotationSystemDeleteShapesByFrameWithResponse(ctx context.Context, annotationMediaId openapi_types.UUID, frameIndex int, ...) (*AnnotationSystemDeleteShapesByFrameResponse, error)
- func (c *ClientWithResponses) AnnotationSystemDuplicateProjectWithResponse(ctx context.Context, projectId openapi_types.UUID, ...) (*AnnotationSystemDuplicateProjectResponse, error)
- func (c *ClientWithResponses) AnnotationSystemGetLabelWithResponse(ctx context.Context, labelId openapi_types.UUID, ...) (*AnnotationSystemGetLabelResponse, error)
- func (c *ClientWithResponses) AnnotationSystemGetLinksForProjectWithResponse(ctx context.Context, projectId openapi_types.UUID, ...) (*AnnotationSystemGetLinksForProjectResponse, error)
- func (c *ClientWithResponses) AnnotationSystemGetMediaFileWithResponse(ctx context.Context, mediaId openapi_types.UUID, ...) (*AnnotationSystemGetMediaFileResponse, error)
- func (c *ClientWithResponses) AnnotationSystemGetMediaWithResponse(ctx context.Context, mediaId openapi_types.UUID, ...) (*AnnotationSystemGetMediaResponse, error)
- func (c *ClientWithResponses) AnnotationSystemGetMediaWithShapesWithResponse(ctx context.Context, mediaId openapi_types.UUID, ...) (*AnnotationSystemGetMediaWithShapesResponse, error)
- func (c *ClientWithResponses) AnnotationSystemGetProjectDeviceLinkWithResponse(ctx context.Context, linkId openapi_types.UUID, ...) (*AnnotationSystemGetProjectDeviceLinkResponse, error)
- func (c *ClientWithResponses) AnnotationSystemGetProjectWithResponse(ctx context.Context, projectId openapi_types.UUID, ...) (*AnnotationSystemGetProjectResponse, error)
- func (c *ClientWithResponses) AnnotationSystemGetProjectWithStatsWithResponse(ctx context.Context, projectId openapi_types.UUID, ...) (*AnnotationSystemGetProjectWithStatsResponse, error)
- func (c *ClientWithResponses) AnnotationSystemGetPushDataWithResponse(ctx context.Context, pushId openapi_types.UUID, ...) (*AnnotationSystemGetPushDataResponse, error)
- func (c *ClientWithResponses) AnnotationSystemGetPushWithResponse(ctx context.Context, pushId openapi_types.UUID, ...) (*AnnotationSystemGetPushResponse, error)
- func (c *ClientWithResponses) AnnotationSystemGetShapeWithLabelWithResponse(ctx context.Context, shapeId openapi_types.UUID, ...) (*AnnotationSystemGetShapeWithLabelResponse, error)
- func (c *ClientWithResponses) AnnotationSystemGetShapeWithResponse(ctx context.Context, shapeId openapi_types.UUID, ...) (*AnnotationSystemGetShapeResponse, error)
- func (c *ClientWithResponses) AnnotationSystemGetVideoFramesWithResponse(ctx context.Context, mediaId openapi_types.UUID, ...) (*AnnotationSystemGetVideoFramesResponse, error)
- func (c *ClientWithResponses) AnnotationSystemInitializeDefaultLabelsWithResponse(ctx context.Context, projectId openapi_types.UUID, ...) (*AnnotationSystemInitializeDefaultLabelsResponse, error)
- func (c *ClientWithResponses) AnnotationSystemInterpolateShapesWithResponse(ctx context.Context, annotationMediaId openapi_types.UUID, ...) (*AnnotationSystemInterpolateShapesResponse, error)
- func (c *ClientWithResponses) AnnotationSystemListLabelsWithResponse(ctx context.Context, params *AnnotationSystemListLabelsParams, ...) (*AnnotationSystemListLabelsResponse, error)
- func (c *ClientWithResponses) AnnotationSystemListMediaWithResponse(ctx context.Context, params *AnnotationSystemListMediaParams, ...) (*AnnotationSystemListMediaResponse, error)
- func (c *ClientWithResponses) AnnotationSystemListProjectDeviceLinksWithResponse(ctx context.Context, params *AnnotationSystemListProjectDeviceLinksParams, ...) (*AnnotationSystemListProjectDeviceLinksResponse, error)
- func (c *ClientWithResponses) AnnotationSystemListProjectsWithResponse(ctx context.Context, params *AnnotationSystemListProjectsParams, ...) (*AnnotationSystemListProjectsResponse, error)
- func (c *ClientWithResponses) AnnotationSystemListPushesWithResponse(ctx context.Context, params *AnnotationSystemListPushesParams, ...) (*AnnotationSystemListPushesResponse, error)
- func (c *ClientWithResponses) AnnotationSystemListShapesWithResponse(ctx context.Context, params *AnnotationSystemListShapesParams, ...) (*AnnotationSystemListShapesResponse, error)
- func (c *ClientWithResponses) AnnotationSystemMoveMediaToProjectWithResponse(ctx context.Context, mediaId openapi_types.UUID, projectId openapi_types.UUID, ...) (*AnnotationSystemMoveMediaToProjectResponse, error)
- func (c *ClientWithResponses) AnnotationSystemPreviewPushWithResponse(ctx context.Context, params *AnnotationSystemPreviewPushParams, ...) (*AnnotationSystemPreviewPushResponse, error)
- func (c *ClientWithResponses) AnnotationSystemPushToAllLinkedWithBodyWithResponse(ctx context.Context, params *AnnotationSystemPushToAllLinkedParams, ...) (*AnnotationSystemPushToAllLinkedResponse, error)
- func (c *ClientWithResponses) AnnotationSystemPushToAllLinkedWithResponse(ctx context.Context, params *AnnotationSystemPushToAllLinkedParams, ...) (*AnnotationSystemPushToAllLinkedResponse, error)
- func (c *ClientWithResponses) AnnotationSystemQuickLinkDeviceGroupWithResponse(ctx context.Context, projectId openapi_types.UUID, ...) (*AnnotationSystemQuickLinkDeviceGroupResponse, error)
- func (c *ClientWithResponses) AnnotationSystemQuickLinkDeviceWithResponse(ctx context.Context, projectId openapi_types.UUID, deviceId openapi_types.UUID, ...) (*AnnotationSystemQuickLinkDeviceResponse, error)
- func (c *ClientWithResponses) AnnotationSystemUpdateLabelWithBodyWithResponse(ctx context.Context, labelId openapi_types.UUID, ...) (*AnnotationSystemUpdateLabelResponse, error)
- func (c *ClientWithResponses) AnnotationSystemUpdateLabelWithResponse(ctx context.Context, labelId openapi_types.UUID, ...) (*AnnotationSystemUpdateLabelResponse, error)
- func (c *ClientWithResponses) AnnotationSystemUpdateMediaWithBodyWithResponse(ctx context.Context, mediaId openapi_types.UUID, ...) (*AnnotationSystemUpdateMediaResponse, error)
- func (c *ClientWithResponses) AnnotationSystemUpdateMediaWithResponse(ctx context.Context, mediaId openapi_types.UUID, ...) (*AnnotationSystemUpdateMediaResponse, error)
- func (c *ClientWithResponses) AnnotationSystemUpdateProjectDeviceLinkWithBodyWithResponse(ctx context.Context, linkId openapi_types.UUID, ...) (*AnnotationSystemUpdateProjectDeviceLinkResponse, error)
- func (c *ClientWithResponses) AnnotationSystemUpdateProjectDeviceLinkWithResponse(ctx context.Context, linkId openapi_types.UUID, ...) (*AnnotationSystemUpdateProjectDeviceLinkResponse, error)
- func (c *ClientWithResponses) AnnotationSystemUpdateProjectWithBodyWithResponse(ctx context.Context, projectId openapi_types.UUID, ...) (*AnnotationSystemUpdateProjectResponse, error)
- func (c *ClientWithResponses) AnnotationSystemUpdateProjectWithResponse(ctx context.Context, projectId openapi_types.UUID, ...) (*AnnotationSystemUpdateProjectResponse, error)
- func (c *ClientWithResponses) AnnotationSystemUpdateShapeWithBodyWithResponse(ctx context.Context, shapeId openapi_types.UUID, ...) (*AnnotationSystemUpdateShapeResponse, error)
- func (c *ClientWithResponses) AnnotationSystemUpdateShapeWithResponse(ctx context.Context, shapeId openapi_types.UUID, ...) (*AnnotationSystemUpdateShapeResponse, error)
- func (c *ClientWithResponses) AnnotationSystemUploadMediaWithBodyWithResponse(ctx context.Context, params *AnnotationSystemUploadMediaParams, ...) (*AnnotationSystemUploadMediaResponse, error)
- func (c *ClientWithResponses) AuthCreateApiKeyWithBodyWithResponse(ctx context.Context, params *AuthCreateApiKeyParams, contentType string, ...) (*AuthCreateApiKeyResponse, error)
- func (c *ClientWithResponses) AuthCreateApiKeyWithResponse(ctx context.Context, params *AuthCreateApiKeyParams, ...) (*AuthCreateApiKeyResponse, error)
- func (c *ClientWithResponses) AuthListApiKeysWithResponse(ctx context.Context, params *AuthListApiKeysParams, ...) (*AuthListApiKeysResponse, error)
- func (c *ClientWithResponses) AuthRevokeApiKeyWithResponse(ctx context.Context, keyId openapi_types.UUID, params *AuthRevokeApiKeyParams, ...) (*AuthRevokeApiKeyResponse, error)
- func (c *ClientWithResponses) CapturesBulkDeleteCapturesWithBodyWithResponse(ctx context.Context, params *CapturesBulkDeleteCapturesParams, ...) (*CapturesBulkDeleteCapturesResponse, error)
- func (c *ClientWithResponses) CapturesBulkDeleteCapturesWithResponse(ctx context.Context, params *CapturesBulkDeleteCapturesParams, ...) (*CapturesBulkDeleteCapturesResponse, error)
- func (c *ClientWithResponses) CapturesDeleteCaptureWithResponse(ctx context.Context, captureId openapi_types.UUID, ...) (*CapturesDeleteCaptureResponse, error)
- func (c *ClientWithResponses) CapturesGetCaptureDetectionsWithResponse(ctx context.Context, captureId openapi_types.UUID, ...) (*CapturesGetCaptureDetectionsResponse, error)
- func (c *ClientWithResponses) CapturesGetCaptureWithResponse(ctx context.Context, captureId openapi_types.UUID, ...) (*CapturesGetCaptureResponse, error)
- func (c *ClientWithResponses) CapturesListCapturesWithResponse(ctx context.Context, params *CapturesListCapturesParams, ...) (*CapturesListCapturesResponse, error)
- func (c *ClientWithResponses) DashboardsCreateDashboardWithBodyWithResponse(ctx context.Context, params *DashboardsCreateDashboardParams, ...) (*DashboardsCreateDashboardResponse, error)
- func (c *ClientWithResponses) DashboardsCreateDashboardWithResponse(ctx context.Context, params *DashboardsCreateDashboardParams, ...) (*DashboardsCreateDashboardResponse, error)
- func (c *ClientWithResponses) DashboardsDeleteDashboardWithResponse(ctx context.Context, dashboardId openapi_types.UUID, ...) (*DashboardsDeleteDashboardResponse, error)
- func (c *ClientWithResponses) DashboardsExportDashboardWithResponse(ctx context.Context, dashboardId openapi_types.UUID, ...) (*DashboardsExportDashboardResponse, error)
- func (c *ClientWithResponses) DashboardsGetAlertSummaryWithResponse(ctx context.Context, dashboardId openapi_types.UUID, ...) (*DashboardsGetAlertSummaryResponse, error)
- func (c *ClientWithResponses) DashboardsGetDashboardAnnotationsWithResponse(ctx context.Context, dashboardId openapi_types.UUID, ...) (*DashboardsGetDashboardAnnotationsResponse, error)
- func (c *ClientWithResponses) DashboardsGetDashboardWithResponse(ctx context.Context, dashboardId openapi_types.UUID, ...) (*DashboardsGetDashboardResponse, error)
- func (c *ClientWithResponses) DashboardsGetVariableValuesWithResponse(ctx context.Context, dashboardId openapi_types.UUID, varName string, ...) (*DashboardsGetVariableValuesResponse, error)
- func (c *ClientWithResponses) DashboardsGetVersionWithResponse(ctx context.Context, dashboardId openapi_types.UUID, version int, ...) (*DashboardsGetVersionResponse, error)
- func (c *ClientWithResponses) DashboardsGetWidgetAlertEventsWithResponse(ctx context.Context, dashboardId openapi_types.UUID, widgetId string, ...) (*DashboardsGetWidgetAlertEventsResponse, error)
- func (c *ClientWithResponses) DashboardsImportDashboardWithBodyWithResponse(ctx context.Context, params *DashboardsImportDashboardParams, ...) (*DashboardsImportDashboardResponse, error)
- func (c *ClientWithResponses) DashboardsImportDashboardWithResponse(ctx context.Context, params *DashboardsImportDashboardParams, ...) (*DashboardsImportDashboardResponse, error)
- func (c *ClientWithResponses) DashboardsImportTemplateWithResponse(ctx context.Context, templateKey string, ...) (*DashboardsImportTemplateResponse, error)
- func (c *ClientWithResponses) DashboardsListDashboardsWithResponse(ctx context.Context, params *DashboardsListDashboardsParams, ...) (*DashboardsListDashboardsResponse, error)
- func (c *ClientWithResponses) DashboardsListTemplatesWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*DashboardsListTemplatesResponse, error)
- func (c *ClientWithResponses) DashboardsListVersionsWithResponse(ctx context.Context, dashboardId openapi_types.UUID, ...) (*DashboardsListVersionsResponse, error)
- func (c *ClientWithResponses) DashboardsQueryWidgetWithResponse(ctx context.Context, dashboardId openapi_types.UUID, widgetId string, ...) (*DashboardsQueryWidgetResponse, error)
- func (c *ClientWithResponses) DashboardsRestoreVersionWithResponse(ctx context.Context, dashboardId openapi_types.UUID, version int, ...) (*DashboardsRestoreVersionResponse, error)
- func (c *ClientWithResponses) DashboardsUpdateDashboardWithBodyWithResponse(ctx context.Context, dashboardId openapi_types.UUID, ...) (*DashboardsUpdateDashboardResponse, error)
- func (c *ClientWithResponses) DashboardsUpdateDashboardWithResponse(ctx context.Context, dashboardId openapi_types.UUID, ...) (*DashboardsUpdateDashboardResponse, error)
- func (c *ClientWithResponses) DataSourcesCreateDataSourceWithBodyWithResponse(ctx context.Context, params *DataSourcesCreateDataSourceParams, ...) (*DataSourcesCreateDataSourceResponse, error)
- func (c *ClientWithResponses) DataSourcesCreateDataSourceWithResponse(ctx context.Context, params *DataSourcesCreateDataSourceParams, ...) (*DataSourcesCreateDataSourceResponse, error)
- func (c *ClientWithResponses) DataSourcesDeleteDataSourceWithResponse(ctx context.Context, sourceId openapi_types.UUID, ...) (*DataSourcesDeleteDataSourceResponse, error)
- func (c *ClientWithResponses) DataSourcesGetDataSourceWithResponse(ctx context.Context, sourceId openapi_types.UUID, ...) (*DataSourcesGetDataSourceResponse, error)
- func (c *ClientWithResponses) DataSourcesIntrospectDataSourceWithResponse(ctx context.Context, sourceId openapi_types.UUID, ...) (*DataSourcesIntrospectDataSourceResponse, error)
- func (c *ClientWithResponses) DataSourcesListDataSourcesWithResponse(ctx context.Context, params *DataSourcesListDataSourcesParams, ...) (*DataSourcesListDataSourcesResponse, error)
- func (c *ClientWithResponses) DataSourcesTestDataSourceWithResponse(ctx context.Context, sourceId openapi_types.UUID, ...) (*DataSourcesTestDataSourceResponse, error)
- func (c *ClientWithResponses) DataSourcesUpdateDataSourceWithBodyWithResponse(ctx context.Context, sourceId openapi_types.UUID, ...) (*DataSourcesUpdateDataSourceResponse, error)
- func (c *ClientWithResponses) DataSourcesUpdateDataSourceWithResponse(ctx context.Context, sourceId openapi_types.UUID, ...) (*DataSourcesUpdateDataSourceResponse, error)
- func (c *ClientWithResponses) DemoEndDemoWithResponse(ctx context.Context, params *DemoEndDemoParams, reqEditors ...RequestEditorFn) (*DemoEndDemoResponse, error)
- func (c *ClientWithResponses) DemoGetDemoConfigWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*DemoGetDemoConfigResponse, error)
- func (c *ClientWithResponses) DemoGetDemoStatsWithResponse(ctx context.Context, params *DemoGetDemoStatsParams, ...) (*DemoGetDemoStatsResponse, error)
- func (c *ClientWithResponses) DemoGetDemoStatusWithResponse(ctx context.Context, params *DemoGetDemoStatusParams, ...) (*DemoGetDemoStatusResponse, error)
- func (c *ClientWithResponses) DemoGetMockDeviceStatesWithResponse(ctx context.Context, params *DemoGetMockDeviceStatesParams, ...) (*DemoGetMockDeviceStatesResponse, error)
- func (c *ClientWithResponses) DemoStartDemoWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*DemoStartDemoResponse, error)
- func (c *ClientWithResponses) DemoStartDemoWithResponse(ctx context.Context, body DemoStartDemoJSONRequestBody, ...) (*DemoStartDemoResponse, error)
- func (c *ClientWithResponses) DemoTriggerDemoCleanupWithResponse(ctx context.Context, params *DemoTriggerDemoCleanupParams, ...) (*DemoTriggerDemoCleanupResponse, error)
- func (c *ClientWithResponses) DeviceGroupsCreateDeviceGroupWithBodyWithResponse(ctx context.Context, params *DeviceGroupsCreateDeviceGroupParams, ...) (*DeviceGroupsCreateDeviceGroupResponse, error)
- func (c *ClientWithResponses) DeviceGroupsCreateDeviceGroupWithResponse(ctx context.Context, params *DeviceGroupsCreateDeviceGroupParams, ...) (*DeviceGroupsCreateDeviceGroupResponse, error)
- func (c *ClientWithResponses) DeviceGroupsDeleteDeviceGroupWithResponse(ctx context.Context, deviceGroupId openapi_types.UUID, ...) (*DeviceGroupsDeleteDeviceGroupResponse, error)
- func (c *ClientWithResponses) DeviceGroupsGetDeviceGroupWithResponse(ctx context.Context, deviceGroupId openapi_types.UUID, ...) (*DeviceGroupsGetDeviceGroupResponse, error)
- func (c *ClientWithResponses) DeviceGroupsListDeviceGroupsWithResponse(ctx context.Context, params *DeviceGroupsListDeviceGroupsParams, ...) (*DeviceGroupsListDeviceGroupsResponse, error)
- func (c *ClientWithResponses) DeviceGroupsUpdateDeviceGroupWithBodyWithResponse(ctx context.Context, deviceGroupId openapi_types.UUID, ...) (*DeviceGroupsUpdateDeviceGroupResponse, error)
- func (c *ClientWithResponses) DeviceGroupsUpdateDeviceGroupWithResponse(ctx context.Context, deviceGroupId openapi_types.UUID, ...) (*DeviceGroupsUpdateDeviceGroupResponse, error)
- func (c *ClientWithResponses) DevicesCheckDeviceHealthWithResponse(ctx context.Context, deviceId openapi_types.UUID, ...) (*DevicesCheckDeviceHealthResponse, error)
- func (c *ClientWithResponses) DevicesCreateDeviceWithBodyWithResponse(ctx context.Context, params *DevicesCreateDeviceParams, contentType string, ...) (*DevicesCreateDeviceResponse, error)
- func (c *ClientWithResponses) DevicesCreateDeviceWithResponse(ctx context.Context, params *DevicesCreateDeviceParams, ...) (*DevicesCreateDeviceResponse, error)
- func (c *ClientWithResponses) DevicesDeleteDeviceWithResponse(ctx context.Context, deviceId openapi_types.UUID, ...) (*DevicesDeleteDeviceResponse, error)
- func (c *ClientWithResponses) DevicesDiscoverDevicesWithResponse(ctx context.Context, params *DevicesDiscoverDevicesParams, ...) (*DevicesDiscoverDevicesResponse, error)
- func (c *ClientWithResponses) DevicesGetDeviceSyncStatusWithResponse(ctx context.Context, deviceId openapi_types.UUID, ...) (*DevicesGetDeviceSyncStatusResponse, error)
- func (c *ClientWithResponses) DevicesGetDeviceWithResponse(ctx context.Context, deviceId openapi_types.UUID, ...) (*DevicesGetDeviceResponse, error)
- func (c *ClientWithResponses) DevicesListDevicesWithResponse(ctx context.Context, params *DevicesListDevicesParams, ...) (*DevicesListDevicesResponse, error)
- func (c *ClientWithResponses) DevicesPushModelToDeviceWithResponse(ctx context.Context, deviceId openapi_types.UUID, modelId openapi_types.UUID, ...) (*DevicesPushModelToDeviceResponse, error)
- func (c *ClientWithResponses) DevicesTestDeviceConnectionWithResponse(ctx context.Context, deviceId openapi_types.UUID, ...) (*DevicesTestDeviceConnectionResponse, error)
- func (c *ClientWithResponses) DevicesTriggerDeviceSyncWithResponse(ctx context.Context, deviceId openapi_types.UUID, ...) (*DevicesTriggerDeviceSyncResponse, error)
- func (c *ClientWithResponses) DevicesUpdateDeviceWithBodyWithResponse(ctx context.Context, deviceId openapi_types.UUID, ...) (*DevicesUpdateDeviceResponse, error)
- func (c *ClientWithResponses) DevicesUpdateDeviceWithResponse(ctx context.Context, deviceId openapi_types.UUID, ...) (*DevicesUpdateDeviceResponse, error)
- func (c *ClientWithResponses) EntityHistoryListRecentWithResponse(ctx context.Context, params *EntityHistoryListRecentParams, ...) (*EntityHistoryListRecentResponse, error)
- func (c *ClientWithResponses) EntityHistoryRestoreWithResponse(ctx context.Context, groupId openapi_types.UUID, ...) (*EntityHistoryRestoreResponse, error)
- func (c *ClientWithResponses) ExploreGetDataSourcesWithResponse(ctx context.Context, params *ExploreGetDataSourcesParams, ...) (*ExploreGetDataSourcesResponse, error)
- func (c *ClientWithResponses) ExploreRunRawQueryWithBodyWithResponse(ctx context.Context, params *ExploreRunRawQueryParams, contentType string, ...) (*ExploreRunRawQueryResponse, error)
- func (c *ClientWithResponses) ExploreRunRawQueryWithResponse(ctx context.Context, params *ExploreRunRawQueryParams, ...) (*ExploreRunRawQueryResponse, error)
- func (c *ClientWithResponses) GatewayGatewaySetupSnippetWithResponse(ctx context.Context, params *GatewayGatewaySetupSnippetParams, ...) (*GatewayGatewaySetupSnippetResponse, error)
- func (c *ClientWithResponses) GatewayGatewayStatusWithResponse(ctx context.Context, params *GatewayGatewayStatusParams, ...) (*GatewayGatewayStatusResponse, error)
- func (c *ClientWithResponses) ImagesCaptureAndObjectDetectionWithBodyWithResponse(ctx context.Context, params *ImagesCaptureAndObjectDetectionParams, ...) (*ImagesCaptureAndObjectDetectionResponse, error)
- func (c *ClientWithResponses) ImagesCaptureImageWithBodyWithResponse(ctx context.Context, params *ImagesCaptureImageParams, contentType string, ...) (*ImagesCaptureImageResponse, error)
- func (c *ClientWithResponses) ImagesDeleteCameraImageWithResponse(ctx context.Context, imageId openapi_types.UUID, ...) (*ImagesDeleteCameraImageResponse, error)
- func (c *ClientWithResponses) ImagesGetDifferenceFileWithResponse(ctx context.Context, imageId openapi_types.UUID, ...) (*ImagesGetDifferenceFileResponse, error)
- func (c *ClientWithResponses) ImagesGetHeatmapFileWithResponse(ctx context.Context, imageId openapi_types.UUID, ...) (*ImagesGetHeatmapFileResponse, error)
- func (c *ClientWithResponses) ImagesGetOriginalFileWithResponse(ctx context.Context, imageId openapi_types.UUID, ...) (*ImagesGetOriginalFileResponse, error)
- func (c *ClientWithResponses) ImagesGetProcessedFileWithResponse(ctx context.Context, imageId openapi_types.UUID, ...) (*ImagesGetProcessedFileResponse, error)
- func (c *ClientWithResponses) ImagesPatchCameraImageReviewWithBodyWithResponse(ctx context.Context, imageId openapi_types.UUID, ...) (*ImagesPatchCameraImageReviewResponse, error)
- func (c *ClientWithResponses) ImagesPatchCameraImageReviewWithResponse(ctx context.Context, imageId openapi_types.UUID, ...) (*ImagesPatchCameraImageReviewResponse, error)
- func (c *ClientWithResponses) ImagesReadCameraImageWithResponse(ctx context.Context, imageId openapi_types.UUID, ...) (*ImagesReadCameraImageResponse, error)
- func (c *ClientWithResponses) ImagesReadCameraImagesWithResponse(ctx context.Context, params *ImagesReadCameraImagesParams, ...) (*ImagesReadCameraImagesResponse, error)
- func (c *ClientWithResponses) ImagesUpdateCameraImageWithBodyWithResponse(ctx context.Context, imageId openapi_types.UUID, ...) (*ImagesUpdateCameraImageResponse, error)
- func (c *ClientWithResponses) ImagesUpdateCameraImageWithResponse(ctx context.Context, imageId openapi_types.UUID, ...) (*ImagesUpdateCameraImageResponse, error)
- func (c *ClientWithResponses) ImpersonateImpersonationStatusWithResponse(ctx context.Context, params *ImpersonateImpersonationStatusParams, ...) (*ImpersonateImpersonationStatusResponse, error)
- func (c *ClientWithResponses) ImpersonateStartImpersonationWithBodyWithResponse(ctx context.Context, params *ImpersonateStartImpersonationParams, ...) (*ImpersonateStartImpersonationResponse, error)
- func (c *ClientWithResponses) ImpersonateStartImpersonationWithResponse(ctx context.Context, params *ImpersonateStartImpersonationParams, ...) (*ImpersonateStartImpersonationResponse, error)
- func (c *ClientWithResponses) ImpersonateStopImpersonationWithResponse(ctx context.Context, params *ImpersonateStopImpersonationParams, ...) (*ImpersonateStopImpersonationResponse, error)
- func (c *ClientWithResponses) IncidentsAddIncidentNoteWithBodyWithResponse(ctx context.Context, incidentId openapi_types.UUID, ...) (*IncidentsAddIncidentNoteResponse, error)
- func (c *ClientWithResponses) IncidentsAddIncidentNoteWithResponse(ctx context.Context, incidentId openapi_types.UUID, ...) (*IncidentsAddIncidentNoteResponse, error)
- func (c *ClientWithResponses) IncidentsCreateIncidentWithBodyWithResponse(ctx context.Context, params *IncidentsCreateIncidentParams, contentType string, ...) (*IncidentsCreateIncidentResponse, error)
- func (c *ClientWithResponses) IncidentsCreateIncidentWithResponse(ctx context.Context, params *IncidentsCreateIncidentParams, ...) (*IncidentsCreateIncidentResponse, error)
- func (c *ClientWithResponses) IncidentsDeleteIncidentNoteWithResponse(ctx context.Context, incidentId openapi_types.UUID, noteId openapi_types.UUID, ...) (*IncidentsDeleteIncidentNoteResponse, error)
- func (c *ClientWithResponses) IncidentsDeleteIncidentWithResponse(ctx context.Context, incidentId openapi_types.UUID, ...) (*IncidentsDeleteIncidentResponse, error)
- func (c *ClientWithResponses) IncidentsGetIncidentWithResponse(ctx context.Context, incidentId openapi_types.UUID, ...) (*IncidentsGetIncidentResponse, error)
- func (c *ClientWithResponses) IncidentsLinkDeviceToIncidentWithResponse(ctx context.Context, incidentId openapi_types.UUID, ...) (*IncidentsLinkDeviceToIncidentResponse, error)
- func (c *ClientWithResponses) IncidentsListIncidentNotesWithResponse(ctx context.Context, incidentId openapi_types.UUID, ...) (*IncidentsListIncidentNotesResponse, error)
- func (c *ClientWithResponses) IncidentsListIncidentsWithResponse(ctx context.Context, params *IncidentsListIncidentsParams, ...) (*IncidentsListIncidentsResponse, error)
- func (c *ClientWithResponses) IncidentsUnlinkDeviceFromIncidentWithResponse(ctx context.Context, incidentId openapi_types.UUID, ...) (*IncidentsUnlinkDeviceFromIncidentResponse, error)
- func (c *ClientWithResponses) IncidentsUpdateIncidentNoteWithBodyWithResponse(ctx context.Context, incidentId openapi_types.UUID, noteId openapi_types.UUID, ...) (*IncidentsUpdateIncidentNoteResponse, error)
- func (c *ClientWithResponses) IncidentsUpdateIncidentNoteWithResponse(ctx context.Context, incidentId openapi_types.UUID, noteId openapi_types.UUID, ...) (*IncidentsUpdateIncidentNoteResponse, error)
- func (c *ClientWithResponses) IncidentsUpdateIncidentWithBodyWithResponse(ctx context.Context, incidentId openapi_types.UUID, ...) (*IncidentsUpdateIncidentResponse, error)
- func (c *ClientWithResponses) IncidentsUpdateIncidentWithResponse(ctx context.Context, incidentId openapi_types.UUID, ...) (*IncidentsUpdateIncidentResponse, error)
- func (c *ClientWithResponses) InspectionCreateCaptureAnnotationWithBodyWithResponse(ctx context.Context, captureId openapi_types.UUID, ...) (*InspectionCreateCaptureAnnotationResponse, error)
- func (c *ClientWithResponses) InspectionCreateCaptureAnnotationWithResponse(ctx context.Context, captureId openapi_types.UUID, ...) (*InspectionCreateCaptureAnnotationResponse, error)
- func (c *ClientWithResponses) InspectionDeleteAnnotationWithResponse(ctx context.Context, annotationId openapi_types.UUID, ...) (*InspectionDeleteAnnotationResponse, error)
- func (c *ClientWithResponses) InspectionListCaptureAnnotationsWithResponse(ctx context.Context, captureId openapi_types.UUID, ...) (*InspectionListCaptureAnnotationsResponse, error)
- func (c *ClientWithResponses) InspectionProfilesActivateProfileWithResponse(ctx context.Context, deviceGroupId openapi_types.UUID, ...) (*InspectionProfilesActivateProfileResponse, error)
- func (c *ClientWithResponses) InspectionProfilesCaptureGoldenImageWithBodyWithResponse(ctx context.Context, deviceGroupId openapi_types.UUID, ...) (*InspectionProfilesCaptureGoldenImageResponse, error)
- func (c *ClientWithResponses) InspectionProfilesCaptureGoldenImageWithResponse(ctx context.Context, deviceGroupId openapi_types.UUID, ...) (*InspectionProfilesCaptureGoldenImageResponse, error)
- func (c *ClientWithResponses) InspectionProfilesCreateProfileWithBodyWithResponse(ctx context.Context, deviceGroupId openapi_types.UUID, ...) (*InspectionProfilesCreateProfileResponse, error)
- func (c *ClientWithResponses) InspectionProfilesCreateProfileWithResponse(ctx context.Context, deviceGroupId openapi_types.UUID, ...) (*InspectionProfilesCreateProfileResponse, error)
- func (c *ClientWithResponses) InspectionProfilesDeactivateProfileWithResponse(ctx context.Context, deviceGroupId openapi_types.UUID, ...) (*InspectionProfilesDeactivateProfileResponse, error)
- func (c *ClientWithResponses) InspectionProfilesDeleteGoldenImageWithResponse(ctx context.Context, deviceGroupId openapi_types.UUID, ...) (*InspectionProfilesDeleteGoldenImageResponse, error)
- func (c *ClientWithResponses) InspectionProfilesDeleteProfileWithResponse(ctx context.Context, deviceGroupId openapi_types.UUID, ...) (*InspectionProfilesDeleteProfileResponse, error)
- func (c *ClientWithResponses) InspectionProfilesGetProfileWithResponse(ctx context.Context, deviceGroupId openapi_types.UUID, ...) (*InspectionProfilesGetProfileResponse, error)
- func (c *ClientWithResponses) InspectionProfilesInspectCaptureWithBodyWithResponse(ctx context.Context, deviceGroupId openapi_types.UUID, ...) (*InspectionProfilesInspectCaptureResponse, error)
- func (c *ClientWithResponses) InspectionProfilesInspectCaptureWithResponse(ctx context.Context, deviceGroupId openapi_types.UUID, ...) (*InspectionProfilesInspectCaptureResponse, error)
- func (c *ClientWithResponses) InspectionProfilesListProfilesWithResponse(ctx context.Context, deviceGroupId openapi_types.UUID, ...) (*InspectionProfilesListProfilesResponse, error)
- func (c *ClientWithResponses) InspectionProfilesUpdateProfileWithBodyWithResponse(ctx context.Context, deviceGroupId openapi_types.UUID, ...) (*InspectionProfilesUpdateProfileResponse, error)
- func (c *ClientWithResponses) InspectionProfilesUpdateProfileWithResponse(ctx context.Context, deviceGroupId openapi_types.UUID, ...) (*InspectionProfilesUpdateProfileResponse, error)
- func (c *ClientWithResponses) InspectionProfilesUploadGoldenImageWithBodyWithResponse(ctx context.Context, deviceGroupId openapi_types.UUID, ...) (*InspectionProfilesUploadGoldenImageResponse, error)
- func (c *ClientWithResponses) InspectionProfilesUploadTrainingCaptureWithBodyWithResponse(ctx context.Context, deviceGroupId openapi_types.UUID, ...) (*InspectionProfilesUploadTrainingCaptureResponse, error)
- func (c *ClientWithResponses) InspectionPromoteCaptureToGoldenWithResponse(ctx context.Context, captureId openapi_types.UUID, ...) (*InspectionPromoteCaptureToGoldenResponse, error)
- func (c *ClientWithResponses) InspectionSetCaptureReferenceSetWithBodyWithResponse(ctx context.Context, captureId openapi_types.UUID, ...) (*InspectionSetCaptureReferenceSetResponse, error)
- func (c *ClientWithResponses) InspectionSetCaptureReferenceSetWithResponse(ctx context.Context, captureId openapi_types.UUID, ...) (*InspectionSetCaptureReferenceSetResponse, error)
- func (c *ClientWithResponses) InspectionUpdateAnnotationWithBodyWithResponse(ctx context.Context, annotationId openapi_types.UUID, ...) (*InspectionUpdateAnnotationResponse, error)
- func (c *ClientWithResponses) InspectionUpdateAnnotationWithResponse(ctx context.Context, annotationId openapi_types.UUID, ...) (*InspectionUpdateAnnotationResponse, error)
- func (c *ClientWithResponses) JetsonNanoCheckJetsonOnlineWithResponse(ctx context.Context, deviceId string, ...) (*JetsonNanoCheckJetsonOnlineResponse, error)
- func (c *ClientWithResponses) JetsonNanoGetDetectionDigestWithResponse(ctx context.Context, deviceId string, ...) (*JetsonNanoGetDetectionDigestResponse, error)
- func (c *ClientWithResponses) JetsonNanoGetDetectionStatusWithResponse(ctx context.Context, deviceId string, ...) (*JetsonNanoGetDetectionStatusResponse, error)
- func (c *ClientWithResponses) JetsonNanoGetJetsonConfigWithResponse(ctx context.Context, deviceId string, params *JetsonNanoGetJetsonConfigParams, ...) (*JetsonNanoGetJetsonConfigResponse, error)
- func (c *ClientWithResponses) JetsonNanoGetJetsonDeviceStatusWithResponse(ctx context.Context, deviceId string, ...) (*JetsonNanoGetJetsonDeviceStatusResponse, error)
- func (c *ClientWithResponses) JetsonNanoGetJetsonDevicesWithResponse(ctx context.Context, params *JetsonNanoGetJetsonDevicesParams, ...) (*JetsonNanoGetJetsonDevicesResponse, error)
- func (c *ClientWithResponses) JetsonNanoSendJetsonConfigWithBodyWithResponse(ctx context.Context, deviceId string, params *JetsonNanoSendJetsonConfigParams, ...) (*JetsonNanoSendJetsonConfigResponse, error)
- func (c *ClientWithResponses) JetsonNanoSendJetsonConfigWithResponse(ctx context.Context, deviceId string, params *JetsonNanoSendJetsonConfigParams, ...) (*JetsonNanoSendJetsonConfigResponse, error)
- func (c *ClientWithResponses) JetsonNanoSendJetsonControlWithBodyWithResponse(ctx context.Context, deviceId string, ...) (*JetsonNanoSendJetsonControlResponse, error)
- func (c *ClientWithResponses) JetsonNanoSendJetsonControlWithResponse(ctx context.Context, deviceId string, ...) (*JetsonNanoSendJetsonControlResponse, error)
- func (c *ClientWithResponses) LivekitGetViewerTokenWithResponse(ctx context.Context, params *LivekitGetViewerTokenParams, ...) (*LivekitGetViewerTokenResponse, error)
- func (c *ClientWithResponses) LivekitStartDeviceStreamWithResponse(ctx context.Context, deviceId string, params *LivekitStartDeviceStreamParams, ...) (*LivekitStartDeviceStreamResponse, error)
- func (c *ClientWithResponses) LivekitStopDeviceStreamWithResponse(ctx context.Context, deviceId string, params *LivekitStopDeviceStreamParams, ...) (*LivekitStopDeviceStreamResponse, error)
- func (c *ClientWithResponses) LocationsCreateLocationWithBodyWithResponse(ctx context.Context, params *LocationsCreateLocationParams, contentType string, ...) (*LocationsCreateLocationResponse, error)
- func (c *ClientWithResponses) LocationsCreateLocationWithResponse(ctx context.Context, params *LocationsCreateLocationParams, ...) (*LocationsCreateLocationResponse, error)
- func (c *ClientWithResponses) LocationsDeleteLocationWithResponse(ctx context.Context, locationId openapi_types.UUID, ...) (*LocationsDeleteLocationResponse, error)
- func (c *ClientWithResponses) LocationsGetLocationDevicesWithResponse(ctx context.Context, locationId openapi_types.UUID, ...) (*LocationsGetLocationDevicesResponse, error)
- func (c *ClientWithResponses) LocationsGetLocationIncidentsWithResponse(ctx context.Context, locationId openapi_types.UUID, ...) (*LocationsGetLocationIncidentsResponse, error)
- func (c *ClientWithResponses) LocationsGetLocationTreeWithResponse(ctx context.Context, params *LocationsGetLocationTreeParams, ...) (*LocationsGetLocationTreeResponse, error)
- func (c *ClientWithResponses) LocationsGetLocationWithResponse(ctx context.Context, locationId openapi_types.UUID, ...) (*LocationsGetLocationResponse, error)
- func (c *ClientWithResponses) LocationsListLocationsWithResponse(ctx context.Context, params *LocationsListLocationsParams, ...) (*LocationsListLocationsResponse, error)
- func (c *ClientWithResponses) LocationsUpdateLocationWithBodyWithResponse(ctx context.Context, locationId openapi_types.UUID, ...) (*LocationsUpdateLocationResponse, error)
- func (c *ClientWithResponses) LocationsUpdateLocationWithResponse(ctx context.Context, locationId openapi_types.UUID, ...) (*LocationsUpdateLocationResponse, error)
- func (c *ClientWithResponses) LoginAuthCallbackWithResponse(ctx context.Context, params *LoginAuthCallbackParams, ...) (*LoginAuthCallbackResponse, error)
- func (c *ClientWithResponses) LoginAuthLoginWithResponse(ctx context.Context, params *LoginAuthLoginParams, ...) (*LoginAuthLoginResponse, error)
- func (c *ClientWithResponses) LoginAuthLogoutWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*LoginAuthLogoutResponse, error)
- func (c *ClientWithResponses) LoginTestTokenWithResponse(ctx context.Context, params *LoginTestTokenParams, ...) (*LoginTestTokenResponse, error)
- func (c *ClientWithResponses) ModelOutputSchemasDeleteSchemaWithResponse(ctx context.Context, schemaId openapi_types.UUID, ...) (*ModelOutputSchemasDeleteSchemaResponse, error)
- func (c *ClientWithResponses) ModelOutputSchemasForkSchemaWithResponse(ctx context.Context, schemaId openapi_types.UUID, ...) (*ModelOutputSchemasForkSchemaResponse, error)
- func (c *ClientWithResponses) ModelOutputSchemasGetBindingsWithResponse(ctx context.Context, schemaId openapi_types.UUID, ...) (*ModelOutputSchemasGetBindingsResponse, error)
- func (c *ClientWithResponses) ModelOutputSchemasGetReviewTargetsWithResponse(ctx context.Context, schemaId openapi_types.UUID, ...) (*ModelOutputSchemasGetReviewTargetsResponse, error)
- func (c *ClientWithResponses) ModelOutputSchemasGetSchemaDetailWithResponse(ctx context.Context, schemaId openapi_types.UUID, ...) (*ModelOutputSchemasGetSchemaDetailResponse, error)
- func (c *ClientWithResponses) ModelOutputSchemasListSchemasWithResponse(ctx context.Context, params *ModelOutputSchemasListSchemasParams, ...) (*ModelOutputSchemasListSchemasResponse, error)
- func (c *ClientWithResponses) ModelOutputSchemasPatchSchemaWithBodyWithResponse(ctx context.Context, schemaId openapi_types.UUID, ...) (*ModelOutputSchemasPatchSchemaResponse, error)
- func (c *ClientWithResponses) ModelOutputSchemasPatchSchemaWithResponse(ctx context.Context, schemaId openapi_types.UUID, ...) (*ModelOutputSchemasPatchSchemaResponse, error)
- func (c *ClientWithResponses) ModelsDeleteModelWithResponse(ctx context.Context, modelId openapi_types.UUID, ...) (*ModelsDeleteModelResponse, error)
- func (c *ClientWithResponses) ModelsGetDownloadUrlWithResponse(ctx context.Context, modelId openapi_types.UUID, ...) (*ModelsGetDownloadUrlResponse, error)
- func (c *ClientWithResponses) ModelsGetModelWithResponse(ctx context.Context, modelId openapi_types.UUID, params *ModelsGetModelParams, ...) (*ModelsGetModelResponse, error)
- func (c *ClientWithResponses) ModelsListModelsWithResponse(ctx context.Context, params *ModelsListModelsParams, ...) (*ModelsListModelsResponse, error)
- func (c *ClientWithResponses) ModelsUploadModelWithBodyWithResponse(ctx context.Context, params *ModelsUploadModelParams, contentType string, ...) (*ModelsUploadModelResponse, error)
- func (c *ClientWithResponses) MqttGetMqttDevicesWithResponse(ctx context.Context, params *MqttGetMqttDevicesParams, ...) (*MqttGetMqttDevicesResponse, error)
- func (c *ClientWithResponses) MqttGetMqttStatusWithResponse(ctx context.Context, params *MqttGetMqttStatusParams, ...) (*MqttGetMqttStatusResponse, error)
- func (c *ClientWithResponses) MqttGetMqttTopicsWithResponse(ctx context.Context, params *MqttGetMqttTopicsParams, ...) (*MqttGetMqttTopicsResponse, error)
- func (c *ClientWithResponses) MqttSendFleetBroadcastWithBodyWithResponse(ctx context.Context, params *MqttSendFleetBroadcastParams, contentType string, ...) (*MqttSendFleetBroadcastResponse, error)
- func (c *ClientWithResponses) MqttSendFleetBroadcastWithResponse(ctx context.Context, params *MqttSendFleetBroadcastParams, ...) (*MqttSendFleetBroadcastResponse, error)
- func (c *ClientWithResponses) OrganizationsDeleteOrganizationLogoWithResponse(ctx context.Context, params *OrganizationsDeleteOrganizationLogoParams, ...) (*OrganizationsDeleteOrganizationLogoResponse, error)
- func (c *ClientWithResponses) OrganizationsGetOrganizationLogoWithResponse(ctx context.Context, params *OrganizationsGetOrganizationLogoParams, ...) (*OrganizationsGetOrganizationLogoResponse, error)
- func (c *ClientWithResponses) OrganizationsReadOrganizationMeWithResponse(ctx context.Context, params *OrganizationsReadOrganizationMeParams, ...) (*OrganizationsReadOrganizationMeResponse, error)
- func (c *ClientWithResponses) OrganizationsReadOrganizationMqttConfigWithResponse(ctx context.Context, params *OrganizationsReadOrganizationMqttConfigParams, ...) (*OrganizationsReadOrganizationMqttConfigResponse, error)
- func (c *ClientWithResponses) OrganizationsUpdateOrganizationMeWithBodyWithResponse(ctx context.Context, params *OrganizationsUpdateOrganizationMeParams, ...) (*OrganizationsUpdateOrganizationMeResponse, error)
- func (c *ClientWithResponses) OrganizationsUpdateOrganizationMeWithResponse(ctx context.Context, params *OrganizationsUpdateOrganizationMeParams, ...) (*OrganizationsUpdateOrganizationMeResponse, error)
- func (c *ClientWithResponses) OrganizationsUploadOrganizationLogoWithBodyWithResponse(ctx context.Context, params *OrganizationsUploadOrganizationLogoParams, ...) (*OrganizationsUploadOrganizationLogoResponse, error)
- func (c *ClientWithResponses) OtelEndpointsCreateOtelEndpointWithBodyWithResponse(ctx context.Context, deviceGroupId openapi_types.UUID, ...) (*OtelEndpointsCreateOtelEndpointResponse, error)
- func (c *ClientWithResponses) OtelEndpointsCreateOtelEndpointWithResponse(ctx context.Context, deviceGroupId openapi_types.UUID, ...) (*OtelEndpointsCreateOtelEndpointResponse, error)
- func (c *ClientWithResponses) OtelEndpointsDeleteOtelEndpointWithResponse(ctx context.Context, deviceGroupId openapi_types.UUID, ...) (*OtelEndpointsDeleteOtelEndpointResponse, error)
- func (c *ClientWithResponses) OtelEndpointsListOtelEndpointsWithResponse(ctx context.Context, deviceGroupId openapi_types.UUID, ...) (*OtelEndpointsListOtelEndpointsResponse, error)
- func (c *ClientWithResponses) OtelEndpointsTestOtelEndpointWithResponse(ctx context.Context, deviceGroupId openapi_types.UUID, ...) (*OtelEndpointsTestOtelEndpointResponse, error)
- func (c *ClientWithResponses) OtelEndpointsUpdateOtelEndpointWithBodyWithResponse(ctx context.Context, deviceGroupId openapi_types.UUID, ...) (*OtelEndpointsUpdateOtelEndpointResponse, error)
- func (c *ClientWithResponses) OtelEndpointsUpdateOtelEndpointWithResponse(ctx context.Context, deviceGroupId openapi_types.UUID, ...) (*OtelEndpointsUpdateOtelEndpointResponse, error)
- func (c *ClientWithResponses) PrivateCreateUserWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*PrivateCreateUserResponse, error)
- func (c *ClientWithResponses) PrivateCreateUserWithResponse(ctx context.Context, body PrivateCreateUserJSONRequestBody, ...) (*PrivateCreateUserResponse, error)
- func (c *ClientWithResponses) PrivateGetTenantByOrgIdWithResponse(ctx context.Context, params *PrivateGetTenantByOrgIdParams, ...) (*PrivateGetTenantByOrgIdResponse, error)
- func (c *ClientWithResponses) RefSheetsActivateRefSheetVersionWithResponse(ctx context.Context, sheetId openapi_types.UUID, versionId openapi_types.UUID, ...) (*RefSheetsActivateRefSheetVersionResponse, error)
- func (c *ClientWithResponses) RefSheetsCreateRefSheetVersionWithBodyWithResponse(ctx context.Context, sheetId openapi_types.UUID, ...) (*RefSheetsCreateRefSheetVersionResponse, error)
- func (c *ClientWithResponses) RefSheetsCreateRefSheetWithBodyWithResponse(ctx context.Context, params *RefSheetsCreateRefSheetParams, contentType string, ...) (*RefSheetsCreateRefSheetResponse, error)
- func (c *ClientWithResponses) RefSheetsDeleteRefSheetVersionWithResponse(ctx context.Context, sheetId openapi_types.UUID, versionId openapi_types.UUID, ...) (*RefSheetsDeleteRefSheetVersionResponse, error)
- func (c *ClientWithResponses) RefSheetsDeleteRefSheetWithResponse(ctx context.Context, sheetId openapi_types.UUID, ...) (*RefSheetsDeleteRefSheetResponse, error)
- func (c *ClientWithResponses) RefSheetsGetRefSheetWithResponse(ctx context.Context, sheetId openapi_types.UUID, ...) (*RefSheetsGetRefSheetResponse, error)
- func (c *ClientWithResponses) RefSheetsInspectExcelSheetsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*RefSheetsInspectExcelSheetsResponse, error)
- func (c *ClientWithResponses) RefSheetsListRefSheetVersionsWithResponse(ctx context.Context, sheetId openapi_types.UUID, ...) (*RefSheetsListRefSheetVersionsResponse, error)
- func (c *ClientWithResponses) RefSheetsListRefSheetsWithResponse(ctx context.Context, params *RefSheetsListRefSheetsParams, ...) (*RefSheetsListRefSheetsResponse, error)
- func (c *ClientWithResponses) RefSheetsUpdateRefSheetWithBodyWithResponse(ctx context.Context, sheetId openapi_types.UUID, ...) (*RefSheetsUpdateRefSheetResponse, error)
- func (c *ClientWithResponses) RefSheetsUpdateRefSheetWithResponse(ctx context.Context, sheetId openapi_types.UUID, ...) (*RefSheetsUpdateRefSheetResponse, error)
- func (c *ClientWithResponses) SearchSearchEntitiesWithResponse(ctx context.Context, params *SearchSearchEntitiesParams, ...) (*SearchSearchEntitiesResponse, error)
- func (c *ClientWithResponses) StarsListStarsWithResponse(ctx context.Context, params *StarsListStarsParams, ...) (*StarsListStarsResponse, error)
- func (c *ClientWithResponses) StarsStarEntityWithBodyWithResponse(ctx context.Context, params *StarsStarEntityParams, contentType string, ...) (*StarsStarEntityResponse, error)
- func (c *ClientWithResponses) StarsStarEntityWithResponse(ctx context.Context, params *StarsStarEntityParams, ...) (*StarsStarEntityResponse, error)
- func (c *ClientWithResponses) StarsUnstarEntityWithResponse(ctx context.Context, entityType string, entityId openapi_types.UUID, ...) (*StarsUnstarEntityResponse, error)
- func (c *ClientWithResponses) TeamsAddTeamMemberWithResponse(ctx context.Context, teamId openapi_types.UUID, ...) (*TeamsAddTeamMemberResponse, error)
- func (c *ClientWithResponses) TeamsCreateTeamWithBodyWithResponse(ctx context.Context, params *TeamsCreateTeamParams, contentType string, ...) (*TeamsCreateTeamResponse, error)
- func (c *ClientWithResponses) TeamsCreateTeamWithResponse(ctx context.Context, params *TeamsCreateTeamParams, ...) (*TeamsCreateTeamResponse, error)
- func (c *ClientWithResponses) TeamsDeleteTeamWithResponse(ctx context.Context, teamId openapi_types.UUID, params *TeamsDeleteTeamParams, ...) (*TeamsDeleteTeamResponse, error)
- func (c *ClientWithResponses) TeamsGetDefaultTeamWithResponse(ctx context.Context, params *TeamsGetDefaultTeamParams, ...) (*TeamsGetDefaultTeamResponse, error)
- func (c *ClientWithResponses) TeamsGetTeamWithResponse(ctx context.Context, teamId openapi_types.UUID, params *TeamsGetTeamParams, ...) (*TeamsGetTeamResponse, error)
- func (c *ClientWithResponses) TeamsListTeamMembersWithResponse(ctx context.Context, teamId openapi_types.UUID, ...) (*TeamsListTeamMembersResponse, error)
- func (c *ClientWithResponses) TeamsListTeamsWithResponse(ctx context.Context, params *TeamsListTeamsParams, ...) (*TeamsListTeamsResponse, error)
- func (c *ClientWithResponses) TeamsRemoveTeamMemberWithResponse(ctx context.Context, teamId openapi_types.UUID, userId openapi_types.UUID, ...) (*TeamsRemoveTeamMemberResponse, error)
- func (c *ClientWithResponses) TeamsUpdateTeamWithBodyWithResponse(ctx context.Context, teamId openapi_types.UUID, params *TeamsUpdateTeamParams, ...) (*TeamsUpdateTeamResponse, error)
- func (c *ClientWithResponses) TeamsUpdateTeamWithResponse(ctx context.Context, teamId openapi_types.UUID, params *TeamsUpdateTeamParams, ...) (*TeamsUpdateTeamResponse, error)
- func (c *ClientWithResponses) TelemetryReceiveOtlpMetricsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*TelemetryReceiveOtlpMetricsResponse, error)
- func (c *ClientWithResponses) TestHelpersCreateTestTenantWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*TestHelpersCreateTestTenantResponse, error)
- func (c *ClientWithResponses) TestHelpersCreateTestTenantWithResponse(ctx context.Context, body TestHelpersCreateTestTenantJSONRequestBody, ...) (*TestHelpersCreateTestTenantResponse, error)
- func (c *ClientWithResponses) TestHelpersDeleteTestTenantWithResponse(ctx context.Context, tenantId openapi_types.UUID, ...) (*TestHelpersDeleteTestTenantResponse, error)
- func (c *ClientWithResponses) TestHelpersSweepTestTenantsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*TestHelpersSweepTestTenantsResponse, error)
- func (c *ClientWithResponses) TestHelpersSweepTestTenantsWithResponse(ctx context.Context, body TestHelpersSweepTestTenantsJSONRequestBody, ...) (*TestHelpersSweepTestTenantsResponse, error)
- func (c *ClientWithResponses) TestHelpersSweepTestUsersWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*TestHelpersSweepTestUsersResponse, error)
- func (c *ClientWithResponses) UsersCreateUserWithBodyWithResponse(ctx context.Context, params *UsersCreateUserParams, contentType string, ...) (*UsersCreateUserResponse, error)
- func (c *ClientWithResponses) UsersCreateUserWithResponse(ctx context.Context, params *UsersCreateUserParams, ...) (*UsersCreateUserResponse, error)
- func (c *ClientWithResponses) UsersDeleteProfilePictureWithResponse(ctx context.Context, params *UsersDeleteProfilePictureParams, ...) (*UsersDeleteProfilePictureResponse, error)
- func (c *ClientWithResponses) UsersDeleteUserMeWithResponse(ctx context.Context, params *UsersDeleteUserMeParams, ...) (*UsersDeleteUserMeResponse, error)
- func (c *ClientWithResponses) UsersDeleteUserWithResponse(ctx context.Context, userId openapi_types.UUID, params *UsersDeleteUserParams, ...) (*UsersDeleteUserResponse, error)
- func (c *ClientWithResponses) UsersGetProfilePictureWithResponse(ctx context.Context, params *UsersGetProfilePictureParams, ...) (*UsersGetProfilePictureResponse, error)
- func (c *ClientWithResponses) UsersReadUserByIdWithResponse(ctx context.Context, userId openapi_types.UUID, ...) (*UsersReadUserByIdResponse, error)
- func (c *ClientWithResponses) UsersReadUserMeWithResponse(ctx context.Context, params *UsersReadUserMeParams, ...) (*UsersReadUserMeResponse, error)
- func (c *ClientWithResponses) UsersReadUsersWithResponse(ctx context.Context, params *UsersReadUsersParams, ...) (*UsersReadUsersResponse, error)
- func (c *ClientWithResponses) UsersUpdateUserMeWithBodyWithResponse(ctx context.Context, params *UsersUpdateUserMeParams, contentType string, ...) (*UsersUpdateUserMeResponse, error)
- func (c *ClientWithResponses) UsersUpdateUserMeWithResponse(ctx context.Context, params *UsersUpdateUserMeParams, ...) (*UsersUpdateUserMeResponse, error)
- func (c *ClientWithResponses) UsersUpdateUserWithBodyWithResponse(ctx context.Context, userId openapi_types.UUID, params *UsersUpdateUserParams, ...) (*UsersUpdateUserResponse, error)
- func (c *ClientWithResponses) UsersUpdateUserWithResponse(ctx context.Context, userId openapi_types.UUID, params *UsersUpdateUserParams, ...) (*UsersUpdateUserResponse, error)
- func (c *ClientWithResponses) UsersUploadProfilePictureWithBodyWithResponse(ctx context.Context, params *UsersUploadProfilePictureParams, ...) (*UsersUploadProfilePictureResponse, error)
- func (c *ClientWithResponses) UtilsHealthCheckWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*UtilsHealthCheckResponse, error)
- func (c *ClientWithResponses) UtilsTestEmailWithResponse(ctx context.Context, params *UtilsTestEmailParams, ...) (*UtilsTestEmailResponse, error)
- func (c *ClientWithResponses) VideosDebugVideoFileWithResponse(ctx context.Context, videoId openapi_types.UUID, ...) (*VideosDebugVideoFileResponse, error)
- func (c *ClientWithResponses) VideosDeleteCameraVideoWithResponse(ctx context.Context, videoId openapi_types.UUID, ...) (*VideosDeleteCameraVideoResponse, error)
- func (c *ClientWithResponses) VideosGetOriginalVideoWithResponse(ctx context.Context, videoId openapi_types.UUID, ...) (*VideosGetOriginalVideoResponse, error)
- func (c *ClientWithResponses) VideosGetProcessedVideoFileWithResponse(ctx context.Context, videoId openapi_types.UUID, ...) (*VideosGetProcessedVideoFileResponse, error)
- func (c *ClientWithResponses) VideosGetProcessedVideoWithResponse(ctx context.Context, filename string, params *VideosGetProcessedVideoParams, ...) (*VideosGetProcessedVideoResponse, error)
- func (c *ClientWithResponses) VideosGetProcessingStatusWithResponse(ctx context.Context, videoId openapi_types.UUID, ...) (*VideosGetProcessingStatusResponse, error)
- func (c *ClientWithResponses) VideosProcessVideoWithBodyWithResponse(ctx context.Context, params *VideosProcessVideoParams, contentType string, ...) (*VideosProcessVideoResponse, error)
- func (c *ClientWithResponses) VideosReadCameraVideoWithResponse(ctx context.Context, videoId openapi_types.UUID, ...) (*VideosReadCameraVideoResponse, error)
- func (c *ClientWithResponses) VideosReadCameraVideosWithResponse(ctx context.Context, params *VideosReadCameraVideosParams, ...) (*VideosReadCameraVideosResponse, error)
- func (c *ClientWithResponses) VideosReprocessCameraVideoWithResponse(ctx context.Context, videoId openapi_types.UUID, ...) (*VideosReprocessCameraVideoResponse, error)
- func (c *ClientWithResponses) VideosUpdateCameraVideoWithBodyWithResponse(ctx context.Context, videoId openapi_types.UUID, ...) (*VideosUpdateCameraVideoResponse, error)
- func (c *ClientWithResponses) VideosUpdateCameraVideoWithResponse(ctx context.Context, videoId openapi_types.UUID, ...) (*VideosUpdateCameraVideoResponse, error)
- func (c *ClientWithResponses) VideosUploadCameraVideoWithBodyWithResponse(ctx context.Context, params *VideosUploadCameraVideoParams, contentType string, ...) (*VideosUploadCameraVideoResponse, error)
- func (c *ClientWithResponses) VoiceTtsWithBodyWithResponse(ctx context.Context, params *VoiceTtsParams, contentType string, ...) (*VoiceTtsResponse, error)
- func (c *ClientWithResponses) VoiceTtsWithResponse(ctx context.Context, params *VoiceTtsParams, body VoiceTtsJSONRequestBody, ...) (*VoiceTtsResponse, error)
- type ClientWithResponsesInterface
- type ColumnMetadata
- type CreateTestTenantRequest
- type CreateTestTenantResponse
- type DashboardCreate
- type DashboardPublic
- type DashboardStatsResponse
- type DashboardUpdate
- type DashboardsCreateDashboardJSONRequestBody
- type DashboardsCreateDashboardParams
- type DashboardsCreateDashboardResponse
- type DashboardsDeleteDashboardParams
- type DashboardsDeleteDashboardResponse
- type DashboardsExportDashboardParams
- type DashboardsExportDashboardResponse
- type DashboardsGetAlertSummaryParams
- type DashboardsGetAlertSummaryResponse
- type DashboardsGetDashboardAnnotationsParams
- type DashboardsGetDashboardAnnotationsResponse
- type DashboardsGetDashboardParams
- type DashboardsGetDashboardResponse
- type DashboardsGetVariableValuesParams
- type DashboardsGetVariableValuesResponse
- type DashboardsGetVersionParams
- type DashboardsGetVersionResponse
- type DashboardsGetWidgetAlertEventsParams
- type DashboardsGetWidgetAlertEventsResponse
- type DashboardsImportDashboardJSONBody
- type DashboardsImportDashboardJSONRequestBody
- type DashboardsImportDashboardParams
- type DashboardsImportDashboardResponse
- type DashboardsImportTemplateParams
- type DashboardsImportTemplateResponse
- type DashboardsListDashboardsParams
- type DashboardsListDashboardsResponse
- type DashboardsListTemplatesResponse
- type DashboardsListVersionsParams
- type DashboardsListVersionsResponse
- type DashboardsPublic
- type DashboardsQueryWidgetParams
- type DashboardsQueryWidgetResponse
- type DashboardsRestoreVersionParams
- type DashboardsRestoreVersionResponse
- type DashboardsUpdateDashboardJSONRequestBody
- type DashboardsUpdateDashboardParams
- type DashboardsUpdateDashboardResponse
- type DataSourceConnectionCreate
- type DataSourceConnectionPublic
- type DataSourceConnectionUpdate
- type DataSourcesCreateDataSourceJSONRequestBody
- type DataSourcesCreateDataSourceParams
- type DataSourcesCreateDataSourceResponse
- type DataSourcesDeleteDataSourceParams
- type DataSourcesDeleteDataSourceResponse
- type DataSourcesGetDataSourceParams
- type DataSourcesGetDataSourceResponse
- type DataSourcesIntrospectDataSourceParams
- type DataSourcesIntrospectDataSourceResponse
- type DataSourcesListDataSourcesParams
- type DataSourcesListDataSourcesResponse
- type DataSourcesTestDataSourceParams
- type DataSourcesTestDataSourceResponse
- type DataSourcesUpdateDataSourceJSONRequestBody
- type DataSourcesUpdateDataSourceParams
- type DataSourcesUpdateDataSourceResponse
- type DeletedResponse
- type DemoConfigResponse
- type DemoEndDemoParams
- type DemoEndDemoResponse
- type DemoGetDemoConfigResponse
- type DemoGetDemoStatsParams
- type DemoGetDemoStatsResponse
- type DemoGetDemoStatusParams
- type DemoGetDemoStatusResponse
- type DemoGetMockDeviceStatesParams
- type DemoGetMockDeviceStatesResponse
- type DemoStartDemoJSONRequestBody
- type DemoStartDemoResponse
- type DemoStartRequest
- type DemoStartResponse
- type DemoStatsResponse
- type DemoStatusResponse
- type DemoTriggerDemoCleanupParams
- type DemoTriggerDemoCleanupResponse
- type Detection
- type DetectionDigest
- type DetectionDigestCounts
- type DetectionSource
- type DetectionStatus
- type DetectionSummary
- type DetectionTrendPoint
- type DetectionTrendsResponse
- type DetectionTypeStat
- type DetectionTypesResponse
- type DeviceControl
- type DeviceCreate
- type DeviceGroupCreate
- type DeviceGroupPublic
- type DeviceGroupUpdate
- type DeviceGroupsCreateDeviceGroupJSONRequestBody
- type DeviceGroupsCreateDeviceGroupParams
- type DeviceGroupsCreateDeviceGroupResponse
- type DeviceGroupsDeleteDeviceGroupParams
- type DeviceGroupsDeleteDeviceGroupResponse
- type DeviceGroupsGetDeviceGroupParams
- type DeviceGroupsGetDeviceGroupResponse
- type DeviceGroupsListDeviceGroupsParams
- type DeviceGroupsListDeviceGroupsResponse
- type DeviceGroupsPublic
- type DeviceGroupsUpdateDeviceGroupJSONRequestBody
- type DeviceGroupsUpdateDeviceGroupParams
- type DeviceGroupsUpdateDeviceGroupResponse
- type DeviceHealth
- type DeviceHealthPoint
- type DeviceHealthResponse
- type DevicePerformanceResponse
- type DevicePerformanceRow
- type DevicePublic
- type DeviceSyncStatus
- type DeviceTestResult
- type DeviceUpdate
- type DevicesCheckDeviceHealthParams
- type DevicesCheckDeviceHealthResponse
- type DevicesCreateDeviceJSONRequestBody
- type DevicesCreateDeviceParams
- type DevicesCreateDeviceResponse
- type DevicesDeleteDeviceParams
- type DevicesDeleteDeviceResponse
- type DevicesDiscoverDevicesParams
- type DevicesDiscoverDevicesResponse
- type DevicesGetDeviceParams
- type DevicesGetDeviceResponse
- type DevicesGetDeviceSyncStatusParams
- type DevicesGetDeviceSyncStatusResponse
- type DevicesListDevicesParams
- type DevicesListDevicesResponse
- type DevicesPublic
- type DevicesPushModelToDeviceParams
- type DevicesPushModelToDeviceResponse
- type DevicesTestDeviceConnectionParams
- type DevicesTestDeviceConnectionResponse
- type DevicesTriggerDeviceSyncParams
- type DevicesTriggerDeviceSyncResponse
- type DevicesUpdateDeviceJSONRequestBody
- type DevicesUpdateDeviceParams
- type DevicesUpdateDeviceResponse
- type DiscoverModelsRequest
- type DiscoverModelsResponse
- type DiscoveredDevice
- type EntityHistoryListRecentParams
- type EntityHistoryListRecentResponse
- type EntityHistoryRestoreParams
- type EntityHistoryRestoreResponse
- type EvalRunStatus
- type EventType
- type ExecutionTier
- type ExploreGetDataSourcesParams
- type ExploreGetDataSourcesResponse
- type ExploreRunRawQueryJSONRequestBody
- type ExploreRunRawQueryParams
- type ExploreRunRawQueryResponse
- type FleetBroadcast
- type FrameDetections
- type GatewayGatewaySetupSnippetParams
- type GatewayGatewaySetupSnippetResponse
- type GatewayGatewayStatusParams
- type GatewayGatewayStatusResponse
- type GatewayStatusResponse
- type GoldenImagePublic
- type GrafanaUrlResponse
- type HTTPValidationError
- type HookSecurityMode
- type HttpRequestDoer
- type ImagesCaptureAndObjectDetectionMultipartRequestBody
- type ImagesCaptureAndObjectDetectionParams
- type ImagesCaptureAndObjectDetectionResponse
- type ImagesCaptureImageMultipartRequestBody
- type ImagesCaptureImageParams
- type ImagesCaptureImageResponse
- type ImagesDeleteCameraImageParams
- type ImagesDeleteCameraImageResponse
- type ImagesGetDifferenceFileParams
- type ImagesGetDifferenceFileResponse
- type ImagesGetHeatmapFileParams
- type ImagesGetHeatmapFileResponse
- type ImagesGetOriginalFileParams
- type ImagesGetOriginalFileResponse
- type ImagesGetProcessedFileParams
- type ImagesGetProcessedFileResponse
- type ImagesPatchCameraImageReviewJSONRequestBody
- type ImagesPatchCameraImageReviewParams
- type ImagesPatchCameraImageReviewResponse
- type ImagesReadCameraImageParams
- type ImagesReadCameraImageResponse
- type ImagesReadCameraImagesParams
- type ImagesReadCameraImagesParamsSource
- type ImagesReadCameraImagesResponse
- type ImagesUpdateCameraImageJSONRequestBody
- type ImagesUpdateCameraImageParams
- type ImagesUpdateCameraImageResponse
- type ImpersonateImpersonationStatusParams
- type ImpersonateImpersonationStatusResponse
- type ImpersonateStartImpersonationJSONRequestBody
- type ImpersonateStartImpersonationParams
- type ImpersonateStartImpersonationResponse
- type ImpersonateStopImpersonationParams
- type ImpersonateStopImpersonationResponse
- type IncidentCreate
- type IncidentDevicePublic
- type IncidentNoteCreate
- type IncidentNotePublic
- type IncidentNoteUpdate
- type IncidentPublic
- type IncidentUpdate
- type IncidentWithDetails
- type IncidentsAddIncidentNoteJSONRequestBody
- type IncidentsAddIncidentNoteParams
- type IncidentsAddIncidentNoteResponse
- type IncidentsCreateIncidentJSONRequestBody
- type IncidentsCreateIncidentParams
- type IncidentsCreateIncidentResponse
- type IncidentsDeleteIncidentNoteParams
- type IncidentsDeleteIncidentNoteResponse
- type IncidentsDeleteIncidentParams
- type IncidentsDeleteIncidentResponse
- type IncidentsGetIncidentParams
- type IncidentsGetIncidentResponse
- type IncidentsLinkDeviceToIncidentParams
- type IncidentsLinkDeviceToIncidentResponse
- type IncidentsListIncidentNotesParams
- type IncidentsListIncidentNotesResponse
- type IncidentsListIncidentsParams
- type IncidentsListIncidentsResponse
- type IncidentsPublic
- type IncidentsUnlinkDeviceFromIncidentParams
- type IncidentsUnlinkDeviceFromIncidentResponse
- type IncidentsUpdateIncidentJSONRequestBody
- type IncidentsUpdateIncidentNoteJSONRequestBody
- type IncidentsUpdateIncidentNoteParams
- type IncidentsUpdateIncidentNoteResponse
- type IncidentsUpdateIncidentParams
- type IncidentsUpdateIncidentResponse
- type InspectionAnnotationPublic
- type InspectionCreateCaptureAnnotationJSONRequestBody
- type InspectionCreateCaptureAnnotationParams
- type InspectionCreateCaptureAnnotationResponse
- type InspectionDeleteAnnotationParams
- type InspectionDeleteAnnotationResponse
- type InspectionListCaptureAnnotationsParams
- type InspectionListCaptureAnnotationsResponse
- type InspectionProfileCreate
- type InspectionProfilePublic
- type InspectionProfileUpdate
- type InspectionProfileWithImages
- type InspectionProfilesActivateProfileParams
- type InspectionProfilesActivateProfileResponse
- type InspectionProfilesCaptureGoldenImageJSONRequestBody
- type InspectionProfilesCaptureGoldenImageParams
- type InspectionProfilesCaptureGoldenImageResponse
- type InspectionProfilesCreateProfileJSONRequestBody
- type InspectionProfilesCreateProfileParams
- type InspectionProfilesCreateProfileResponse
- type InspectionProfilesDeactivateProfileParams
- type InspectionProfilesDeactivateProfileResponse
- type InspectionProfilesDeleteGoldenImageParams
- type InspectionProfilesDeleteGoldenImageResponse
- type InspectionProfilesDeleteProfileParams
- type InspectionProfilesDeleteProfileResponse
- type InspectionProfilesGetProfileParams
- type InspectionProfilesGetProfileResponse
- type InspectionProfilesInspectCaptureJSONRequestBody
- type InspectionProfilesInspectCaptureParams
- type InspectionProfilesInspectCaptureResponse
- type InspectionProfilesListProfilesParams
- type InspectionProfilesListProfilesResponse
- type InspectionProfilesUpdateProfileJSONRequestBody
- type InspectionProfilesUpdateProfileParams
- type InspectionProfilesUpdateProfileResponse
- type InspectionProfilesUploadGoldenImageMultipartRequestBody
- type InspectionProfilesUploadGoldenImageParams
- type InspectionProfilesUploadGoldenImageResponse
- type InspectionProfilesUploadTrainingCaptureMultipartRequestBody
- type InspectionProfilesUploadTrainingCaptureParams
- type InspectionProfilesUploadTrainingCaptureResponse
- type InspectionPromoteCaptureToGoldenParams
- type InspectionPromoteCaptureToGoldenResponse
- type InspectionSetCaptureReferenceSetJSONRequestBody
- type InspectionSetCaptureReferenceSetParams
- type InspectionSetCaptureReferenceSetResponse
- type InspectionUpdateAnnotationJSONRequestBody
- type InspectionUpdateAnnotationParams
- type InspectionUpdateAnnotationResponse
- type JetsonNanoCheckJetsonOnlineParams
- type JetsonNanoCheckJetsonOnlineResponse
- type JetsonNanoConfigPublic
- type JetsonNanoConfigRequest
- type JetsonNanoGetDetectionDigestParams
- type JetsonNanoGetDetectionDigestResponse
- type JetsonNanoGetDetectionStatusParams
- type JetsonNanoGetDetectionStatusResponse
- type JetsonNanoGetJetsonConfigParams
- type JetsonNanoGetJetsonConfigResponse
- type JetsonNanoGetJetsonDeviceStatusParams
- type JetsonNanoGetJetsonDeviceStatusResponse
- type JetsonNanoGetJetsonDevicesParams
- type JetsonNanoGetJetsonDevicesResponse
- type JetsonNanoSendJetsonConfigJSONRequestBody
- type JetsonNanoSendJetsonConfigParams
- type JetsonNanoSendJetsonConfigResponse
- type JetsonNanoSendJetsonControlJSONRequestBody
- type JetsonNanoSendJetsonControlParams
- type JetsonNanoSendJetsonControlResponse
- type JetsonNanoStatus
- type LivekitGetViewerTokenParams
- type LivekitGetViewerTokenResponse
- type LivekitStartDeviceStreamParams
- type LivekitStartDeviceStreamResponse
- type LivekitStopDeviceStreamParams
- type LivekitStopDeviceStreamResponse
- type LocationCreate
- type LocationPublic
- type LocationUpdate
- type LocationWithChildren
- type LocationsCreateLocationJSONRequestBody
- type LocationsCreateLocationParams
- type LocationsCreateLocationResponse
- type LocationsDeleteLocationParams
- type LocationsDeleteLocationResponse
- type LocationsGetLocationDevicesParams
- type LocationsGetLocationDevicesResponse
- type LocationsGetLocationIncidentsParams
- type LocationsGetLocationIncidentsResponse
- type LocationsGetLocationParams
- type LocationsGetLocationResponse
- type LocationsGetLocationTreeParams
- type LocationsGetLocationTreeResponse
- type LocationsListLocationsParams
- type LocationsListLocationsResponse
- type LocationsPublic
- type LocationsUpdateLocationJSONRequestBody
- type LocationsUpdateLocationParams
- type LocationsUpdateLocationResponse
- type LoginAuthCallbackParams
- type LoginAuthCallbackResponse
- type LoginAuthLoginParams
- type LoginAuthLoginResponse
- type LoginAuthLogoutResponse
- type LoginTestTokenParams
- type LoginTestTokenResponse
- type MQTTStatus
- type Message
- type ModelFormat
- type ModelOutputSchemaPublic
- type ModelOutputSchemaPublicSource
- type ModelOutputSchemasDeleteSchemaParams
- type ModelOutputSchemasDeleteSchemaResponse
- type ModelOutputSchemasForkSchemaParams
- type ModelOutputSchemasForkSchemaResponse
- type ModelOutputSchemasGetBindingsParams
- type ModelOutputSchemasGetBindingsResponse
- type ModelOutputSchemasGetReviewTargetsParams
- type ModelOutputSchemasGetReviewTargetsResponse
- type ModelOutputSchemasGetSchemaDetailParams
- type ModelOutputSchemasGetSchemaDetailResponse
- type ModelOutputSchemasListSchemasParams
- type ModelOutputSchemasListSchemasResponse
- type ModelOutputSchemasPatchSchemaJSONRequestBody
- type ModelOutputSchemasPatchSchemaParams
- type ModelOutputSchemasPatchSchemaResponse
- type ModelPipeline
- type ModelType
- type ModelsDeleteModelParams
- type ModelsDeleteModelResponse
- type ModelsGetDownloadUrlParams
- type ModelsGetDownloadUrlResponse
- type ModelsGetModelParams
- type ModelsGetModelResponse
- type ModelsListModelsParams
- type ModelsListModelsResponse
- type ModelsUploadModelMultipartRequestBody
- type ModelsUploadModelParams
- type ModelsUploadModelResponse
- type MqttGetMqttDevicesParams
- type MqttGetMqttDevicesResponse
- type MqttGetMqttStatusParams
- type MqttGetMqttStatusResponse
- type MqttGetMqttTopicsParams
- type MqttGetMqttTopicsResponse
- type MqttSendFleetBroadcastJSONRequestBody
- type MqttSendFleetBroadcastParams
- type MqttSendFleetBroadcastResponse
- type OrganizationsDeleteOrganizationLogoParams
- type OrganizationsDeleteOrganizationLogoResponse
- type OrganizationsGetOrganizationLogoParams
- type OrganizationsGetOrganizationLogoResponse
- type OrganizationsReadOrganizationMeParams
- type OrganizationsReadOrganizationMeResponse
- type OrganizationsReadOrganizationMqttConfigParams
- type OrganizationsReadOrganizationMqttConfigResponse
- type OrganizationsUpdateOrganizationMeJSONRequestBody
- type OrganizationsUpdateOrganizationMeParams
- type OrganizationsUpdateOrganizationMeResponse
- type OrganizationsUploadOrganizationLogoMultipartRequestBody
- type OrganizationsUploadOrganizationLogoParams
- type OrganizationsUploadOrganizationLogoResponse
- type OtelEndpointCreate
- type OtelEndpointPublic
- type OtelEndpointUpdate
- type OtelEndpointsCreateOtelEndpointJSONRequestBody
- type OtelEndpointsCreateOtelEndpointParams
- type OtelEndpointsCreateOtelEndpointResponse
- type OtelEndpointsDeleteOtelEndpointParams
- type OtelEndpointsDeleteOtelEndpointResponse
- type OtelEndpointsListOtelEndpointsParams
- type OtelEndpointsListOtelEndpointsResponse
- type OtelEndpointsTestOtelEndpointParams
- type OtelEndpointsTestOtelEndpointResponse
- type OtelEndpointsUpdateOtelEndpointJSONRequestBody
- type OtelEndpointsUpdateOtelEndpointParams
- type OtelEndpointsUpdateOtelEndpointResponse
- type OutputTarget
- type PrivateCreateUserJSONRequestBody
- type PrivateCreateUserResponse
- type PrivateGetTenantByOrgIdParams
- type PrivateGetTenantByOrgIdResponse
- type PrivateUserCreate
- type ProjectDeviceLinkCreate
- type ProjectDeviceLinkPublic
- type ProjectDeviceLinkUpdate
- type ProjectDeviceLinksPublic
- type QueryColumn
- type RawQueryRequest
- type RawQueryResponse
- type RecentDeletion
- type RecentDeletionsResponse
- type RefSheetsActivateRefSheetVersionParams
- type RefSheetsActivateRefSheetVersionResponse
- type RefSheetsCreateRefSheetMultipartRequestBody
- type RefSheetsCreateRefSheetParams
- type RefSheetsCreateRefSheetResponse
- type RefSheetsCreateRefSheetVersionMultipartRequestBody
- type RefSheetsCreateRefSheetVersionParams
- type RefSheetsCreateRefSheetVersionResponse
- type RefSheetsDeleteRefSheetParams
- type RefSheetsDeleteRefSheetResponse
- type RefSheetsDeleteRefSheetVersionParams
- type RefSheetsDeleteRefSheetVersionResponse
- type RefSheetsGetRefSheetParams
- type RefSheetsGetRefSheetResponse
- type RefSheetsInspectExcelSheetsMultipartRequestBody
- type RefSheetsInspectExcelSheetsResponse
- type RefSheetsListRefSheetVersionsParams
- type RefSheetsListRefSheetVersionsResponse
- type RefSheetsListRefSheetsParams
- type RefSheetsListRefSheetsResponse
- type RefSheetsUpdateRefSheetJSONRequestBody
- type RefSheetsUpdateRefSheetParams
- type RefSheetsUpdateRefSheetResponse
- type ReferenceSheetPublic
- type ReferenceSheetUpdate
- type ReferenceSheetVersionPublic
- type ReferenceSheetWithVersions
- type RequestEditorFn
- type RestoreResponse
- type ReviewPayload
- type ReviewPayloadState
- type ReviewRef
- type ReviewRefKind
- type ReviewTarget
- type ReviewTargetSource
- type SaveMessagesPayload
- type SchemaBindingPublic
- type SchemaPatch
- type SearchResponse
- type SearchResult
- type SearchSearchEntitiesParams
- type SearchSearchEntitiesResponse
- type SessionStatus
- type SetupSnippetResponse
- type SkillScope
- type SkillStatus
- type StarCreate
- type StarItem
- type StarListResponse
- type StarsListStarsParams
- type StarsListStarsResponse
- type StarsStarEntityJSONRequestBody
- type StarsStarEntityParams
- type StarsStarEntityResponse
- type StarsUnstarEntityParams
- type StarsUnstarEntityResponse
- type StartRequest
- type StartResponse
- type StatCardResponse
- type StatusResponse
- type SweepRequest
- type SweepResponse
- type TTSRequest
- type TTSRequestLanguage
- type TableMetadata
- type TargetUserPublic
- type TeamCreate
- type TeamMemberPublic
- type TeamMemberUser
- type TeamMembersPublic
- type TeamPublic
- type TeamUpdate
- type TeamsAddTeamMemberParams
- type TeamsAddTeamMemberResponse
- type TeamsCreateTeamJSONRequestBody
- type TeamsCreateTeamParams
- type TeamsCreateTeamResponse
- type TeamsDeleteTeamParams
- type TeamsDeleteTeamResponse
- type TeamsGetDefaultTeamParams
- type TeamsGetDefaultTeamResponse
- type TeamsGetTeamParams
- type TeamsGetTeamResponse
- type TeamsListTeamMembersParams
- type TeamsListTeamMembersResponse
- type TeamsListTeamsParams
- type TeamsListTeamsResponse
- type TeamsPublic
- type TeamsRemoveTeamMemberParams
- type TeamsRemoveTeamMemberResponse
- type TeamsUpdateTeamJSONRequestBody
- type TeamsUpdateTeamParams
- type TeamsUpdateTeamResponse
- type TelemetryReceiveOtlpMetricsResponse
- type TelemetrySummary
- type TenantAIProviderCreate
- type TenantAIProviderPublic
- type TenantAIProviderUpdate
- type TenantAIProvidersPublic
- type TenantPublic
- type TenantPublicWithMQTT
- type TenantSkillCreate
- type TenantSkillPublic
- type TenantSkillUpdate
- type TenantSkillsPublic
- type TenantUpdate
- type TestHelpersCreateTestTenantJSONRequestBody
- type TestHelpersCreateTestTenantResponse
- type TestHelpersDeleteTestTenantResponse
- type TestHelpersSweepTestTenantsJSONRequestBody
- type TestHelpersSweepTestTenantsResponse
- type TestHelpersSweepTestUsersResponse
- type UpdateSessionPreferencesPayload
- type UserCreate
- type UserPublic
- type UserUpdate
- type UserUpdateMe
- type UsersCreateUserJSONRequestBody
- type UsersCreateUserParams
- type UsersCreateUserResponse
- type UsersDeleteProfilePictureParams
- type UsersDeleteProfilePictureResponse
- type UsersDeleteUserMeParams
- type UsersDeleteUserMeResponse
- type UsersDeleteUserParams
- type UsersDeleteUserResponse
- type UsersGetProfilePictureParams
- type UsersGetProfilePictureResponse
- type UsersPublic
- type UsersReadUserByIdParams
- type UsersReadUserByIdResponse
- type UsersReadUserMeParams
- type UsersReadUserMeResponse
- type UsersReadUsersParams
- type UsersReadUsersResponse
- type UsersUpdateUserJSONRequestBody
- type UsersUpdateUserMeJSONRequestBody
- type UsersUpdateUserMeParams
- type UsersUpdateUserMeResponse
- type UsersUpdateUserParams
- type UsersUpdateUserResponse
- type UsersUploadProfilePictureMultipartRequestBody
- type UsersUploadProfilePictureParams
- type UsersUploadProfilePictureResponse
- type UtilsHealthCheckResponse
- type UtilsTestEmailParams
- type UtilsTestEmailResponse
- type ValidationError
- type ValidationErrorLoc0
- type ValidationErrorLoc1
- type ValidationError_Loc_Item
- func (t ValidationError_Loc_Item) AsValidationErrorLoc0() (ValidationErrorLoc0, error)
- func (t ValidationError_Loc_Item) AsValidationErrorLoc1() (ValidationErrorLoc1, error)
- func (t *ValidationError_Loc_Item) FromValidationErrorLoc0(v ValidationErrorLoc0) error
- func (t *ValidationError_Loc_Item) FromValidationErrorLoc1(v ValidationErrorLoc1) error
- func (t ValidationError_Loc_Item) MarshalJSON() ([]byte, error)
- func (t *ValidationError_Loc_Item) MergeValidationErrorLoc0(v ValidationErrorLoc0) error
- func (t *ValidationError_Loc_Item) MergeValidationErrorLoc1(v ValidationErrorLoc1) error
- func (t *ValidationError_Loc_Item) UnmarshalJSON(b []byte) error
- type VideosDebugVideoFileParams
- type VideosDebugVideoFileResponse
- type VideosDeleteCameraVideoParams
- type VideosDeleteCameraVideoResponse
- type VideosGetOriginalVideoParams
- type VideosGetOriginalVideoResponse
- type VideosGetProcessedVideoFileParams
- type VideosGetProcessedVideoFileResponse
- type VideosGetProcessedVideoParams
- type VideosGetProcessedVideoResponse
- type VideosGetProcessingStatusParams
- type VideosGetProcessingStatusResponse
- type VideosProcessVideoMultipartRequestBody
- type VideosProcessVideoParams
- type VideosProcessVideoResponse
- type VideosReadCameraVideoParams
- type VideosReadCameraVideoResponse
- type VideosReadCameraVideosParams
- type VideosReadCameraVideosResponse
- type VideosReprocessCameraVideoParams
- type VideosReprocessCameraVideoResponse
- type VideosUpdateCameraVideoJSONRequestBody
- type VideosUpdateCameraVideoParams
- type VideosUpdateCameraVideoResponse
- type VideosUploadCameraVideoMultipartRequestBody
- type VideosUploadCameraVideoParams
- type VideosUploadCameraVideoResponse
- type VoiceTtsJSONRequestBody
- type VoiceTtsParams
- type VoiceTtsResponse
Constants ¶
const (
HTTPBearerScopes = "HTTPBearer.Scopes"
)
Variables ¶
This section is empty.
Functions ¶
func NewActivityListActivityRequest ¶
func NewActivityListActivityRequest(server string, params *ActivityListActivityParams) (*http.Request, error)
NewActivityListActivityRequest generates requests for ActivityListActivity
func NewAgentChatChatRequest ¶
func NewAgentChatChatRequest(server string, configId openapi_types.UUID, params *AgentChatChatParams) (*http.Request, error)
NewAgentChatChatRequest generates requests for AgentChatChat
func NewAgentEvalsCreateEvalDatasetRequest ¶
func NewAgentEvalsCreateEvalDatasetRequest(server string, configId openapi_types.UUID, params *AgentEvalsCreateEvalDatasetParams, body AgentEvalsCreateEvalDatasetJSONRequestBody) (*http.Request, error)
NewAgentEvalsCreateEvalDatasetRequest calls the generic AgentEvalsCreateEvalDataset builder with application/json body
func NewAgentEvalsCreateEvalDatasetRequestWithBody ¶
func NewAgentEvalsCreateEvalDatasetRequestWithBody(server string, configId openapi_types.UUID, params *AgentEvalsCreateEvalDatasetParams, contentType string, body io.Reader) (*http.Request, error)
NewAgentEvalsCreateEvalDatasetRequestWithBody generates requests for AgentEvalsCreateEvalDataset with any type of body
func NewAgentEvalsDeleteEvalDatasetRequest ¶
func NewAgentEvalsDeleteEvalDatasetRequest(server string, datasetId openapi_types.UUID, params *AgentEvalsDeleteEvalDatasetParams) (*http.Request, error)
NewAgentEvalsDeleteEvalDatasetRequest generates requests for AgentEvalsDeleteEvalDataset
func NewAgentEvalsGetEvalCasesRequest ¶
func NewAgentEvalsGetEvalCasesRequest(server string, datasetId openapi_types.UUID, params *AgentEvalsGetEvalCasesParams) (*http.Request, error)
NewAgentEvalsGetEvalCasesRequest generates requests for AgentEvalsGetEvalCases
func NewAgentEvalsGetEvalDatasetRequest ¶
func NewAgentEvalsGetEvalDatasetRequest(server string, datasetId openapi_types.UUID, params *AgentEvalsGetEvalDatasetParams) (*http.Request, error)
NewAgentEvalsGetEvalDatasetRequest generates requests for AgentEvalsGetEvalDataset
func NewAgentEvalsListEvalDatasetsRequest ¶
func NewAgentEvalsListEvalDatasetsRequest(server string, configId openapi_types.UUID, params *AgentEvalsListEvalDatasetsParams) (*http.Request, error)
NewAgentEvalsListEvalDatasetsRequest generates requests for AgentEvalsListEvalDatasets
func NewAgentEvalsListEvalRunsRequest ¶
func NewAgentEvalsListEvalRunsRequest(server string, datasetId openapi_types.UUID, params *AgentEvalsListEvalRunsParams) (*http.Request, error)
NewAgentEvalsListEvalRunsRequest generates requests for AgentEvalsListEvalRuns
func NewAgentEvalsPutEvalCasesRequest ¶
func NewAgentEvalsPutEvalCasesRequest(server string, datasetId openapi_types.UUID, params *AgentEvalsPutEvalCasesParams) (*http.Request, error)
NewAgentEvalsPutEvalCasesRequest generates requests for AgentEvalsPutEvalCases
func NewAgentEvalsRunEvalRequest ¶
func NewAgentEvalsRunEvalRequest(server string, datasetId openapi_types.UUID, params *AgentEvalsRunEvalParams) (*http.Request, error)
NewAgentEvalsRunEvalRequest generates requests for AgentEvalsRunEval
func NewAgentEvalsUpdateEvalDatasetRequest ¶
func NewAgentEvalsUpdateEvalDatasetRequest(server string, datasetId openapi_types.UUID, params *AgentEvalsUpdateEvalDatasetParams, body AgentEvalsUpdateEvalDatasetJSONRequestBody) (*http.Request, error)
NewAgentEvalsUpdateEvalDatasetRequest calls the generic AgentEvalsUpdateEvalDataset builder with application/json body
func NewAgentEvalsUpdateEvalDatasetRequestWithBody ¶
func NewAgentEvalsUpdateEvalDatasetRequestWithBody(server string, datasetId openapi_types.UUID, params *AgentEvalsUpdateEvalDatasetParams, contentType string, body io.Reader) (*http.Request, error)
NewAgentEvalsUpdateEvalDatasetRequestWithBody generates requests for AgentEvalsUpdateEvalDataset with any type of body
func NewAgentFilesDeleteFileRequest ¶
func NewAgentFilesDeleteFileRequest(server string, configId openapi_types.UUID, filePath string, params *AgentFilesDeleteFileParams) (*http.Request, error)
NewAgentFilesDeleteFileRequest generates requests for AgentFilesDeleteFile
func NewAgentFilesGetFileRequest ¶
func NewAgentFilesGetFileRequest(server string, configId openapi_types.UUID, filePath string, params *AgentFilesGetFileParams) (*http.Request, error)
NewAgentFilesGetFileRequest generates requests for AgentFilesGetFile
func NewAgentFilesListFilesRequest ¶
func NewAgentFilesListFilesRequest(server string, configId openapi_types.UUID, params *AgentFilesListFilesParams) (*http.Request, error)
NewAgentFilesListFilesRequest generates requests for AgentFilesListFiles
func NewAgentFilesPutFileRequest ¶
func NewAgentFilesPutFileRequest(server string, configId openapi_types.UUID, filePath string, params *AgentFilesPutFileParams) (*http.Request, error)
NewAgentFilesPutFileRequest generates requests for AgentFilesPutFile
func NewAgentSessionsGetSessionMessagesRequest ¶
func NewAgentSessionsGetSessionMessagesRequest(server string, sessionId string, params *AgentSessionsGetSessionMessagesParams) (*http.Request, error)
NewAgentSessionsGetSessionMessagesRequest generates requests for AgentSessionsGetSessionMessages
func NewAgentSessionsListSessionsRequest ¶
func NewAgentSessionsListSessionsRequest(server string, params *AgentSessionsListSessionsParams) (*http.Request, error)
NewAgentSessionsListSessionsRequest generates requests for AgentSessionsListSessions
func NewAgentSessionsSaveSessionMessagesEndpointRequest ¶
func NewAgentSessionsSaveSessionMessagesEndpointRequest(server string, sessionId string, params *AgentSessionsSaveSessionMessagesEndpointParams, body AgentSessionsSaveSessionMessagesEndpointJSONRequestBody) (*http.Request, error)
NewAgentSessionsSaveSessionMessagesEndpointRequest calls the generic AgentSessionsSaveSessionMessagesEndpoint builder with application/json body
func NewAgentSessionsSaveSessionMessagesEndpointRequestWithBody ¶
func NewAgentSessionsSaveSessionMessagesEndpointRequestWithBody(server string, sessionId string, params *AgentSessionsSaveSessionMessagesEndpointParams, contentType string, body io.Reader) (*http.Request, error)
NewAgentSessionsSaveSessionMessagesEndpointRequestWithBody generates requests for AgentSessionsSaveSessionMessagesEndpoint with any type of body
func NewAgentSessionsUpdateSessionPreferencesRequest ¶
func NewAgentSessionsUpdateSessionPreferencesRequest(server string, sessionId string, params *AgentSessionsUpdateSessionPreferencesParams, body AgentSessionsUpdateSessionPreferencesJSONRequestBody) (*http.Request, error)
NewAgentSessionsUpdateSessionPreferencesRequest calls the generic AgentSessionsUpdateSessionPreferences builder with application/json body
func NewAgentSessionsUpdateSessionPreferencesRequestWithBody ¶
func NewAgentSessionsUpdateSessionPreferencesRequestWithBody(server string, sessionId string, params *AgentSessionsUpdateSessionPreferencesParams, contentType string, body io.Reader) (*http.Request, error)
NewAgentSessionsUpdateSessionPreferencesRequestWithBody generates requests for AgentSessionsUpdateSessionPreferences with any type of body
func NewAgentSessionsUpdateSessionRequest ¶
func NewAgentSessionsUpdateSessionRequest(server string, sessionId string, params *AgentSessionsUpdateSessionParams) (*http.Request, error)
NewAgentSessionsUpdateSessionRequest generates requests for AgentSessionsUpdateSession
func NewAgentSkillFilesDeleteSkillFileRequest ¶
func NewAgentSkillFilesDeleteSkillFileRequest(server string, skillId openapi_types.UUID, filePath string, params *AgentSkillFilesDeleteSkillFileParams) (*http.Request, error)
NewAgentSkillFilesDeleteSkillFileRequest generates requests for AgentSkillFilesDeleteSkillFile
func NewAgentSkillFilesGetSkillFileRequest ¶
func NewAgentSkillFilesGetSkillFileRequest(server string, skillId openapi_types.UUID, filePath string, params *AgentSkillFilesGetSkillFileParams) (*http.Request, error)
NewAgentSkillFilesGetSkillFileRequest generates requests for AgentSkillFilesGetSkillFile
func NewAgentSkillFilesListSkillFilesRequest ¶
func NewAgentSkillFilesListSkillFilesRequest(server string, skillId openapi_types.UUID, params *AgentSkillFilesListSkillFilesParams) (*http.Request, error)
NewAgentSkillFilesListSkillFilesRequest generates requests for AgentSkillFilesListSkillFiles
func NewAgentSkillFilesPutSkillFileRequest ¶
func NewAgentSkillFilesPutSkillFileRequest(server string, skillId openapi_types.UUID, filePath string, params *AgentSkillFilesPutSkillFileParams) (*http.Request, error)
NewAgentSkillFilesPutSkillFileRequest generates requests for AgentSkillFilesPutSkillFile
func NewAgentSkillsCreateSkillRequest ¶
func NewAgentSkillsCreateSkillRequest(server string, params *AgentSkillsCreateSkillParams, body AgentSkillsCreateSkillJSONRequestBody) (*http.Request, error)
NewAgentSkillsCreateSkillRequest calls the generic AgentSkillsCreateSkill builder with application/json body
func NewAgentSkillsCreateSkillRequestWithBody ¶
func NewAgentSkillsCreateSkillRequestWithBody(server string, params *AgentSkillsCreateSkillParams, contentType string, body io.Reader) (*http.Request, error)
NewAgentSkillsCreateSkillRequestWithBody generates requests for AgentSkillsCreateSkill with any type of body
func NewAgentSkillsDeleteSkillRequest ¶
func NewAgentSkillsDeleteSkillRequest(server string, skillId openapi_types.UUID, params *AgentSkillsDeleteSkillParams) (*http.Request, error)
NewAgentSkillsDeleteSkillRequest generates requests for AgentSkillsDeleteSkill
func NewAgentSkillsForkSkillRequest ¶
func NewAgentSkillsForkSkillRequest(server string, skillId openapi_types.UUID, params *AgentSkillsForkSkillParams) (*http.Request, error)
NewAgentSkillsForkSkillRequest generates requests for AgentSkillsForkSkill
func NewAgentSkillsGetDefaultContentRequest ¶
func NewAgentSkillsGetDefaultContentRequest(server string, skillId openapi_types.UUID, params *AgentSkillsGetDefaultContentParams) (*http.Request, error)
NewAgentSkillsGetDefaultContentRequest generates requests for AgentSkillsGetDefaultContent
func NewAgentSkillsGetSkillContentRequest ¶
func NewAgentSkillsGetSkillContentRequest(server string, skillId openapi_types.UUID, params *AgentSkillsGetSkillContentParams) (*http.Request, error)
NewAgentSkillsGetSkillContentRequest generates requests for AgentSkillsGetSkillContent
func NewAgentSkillsGetSkillRequest ¶
func NewAgentSkillsGetSkillRequest(server string, skillId openapi_types.UUID, params *AgentSkillsGetSkillParams) (*http.Request, error)
NewAgentSkillsGetSkillRequest generates requests for AgentSkillsGetSkill
func NewAgentSkillsListSkillsRequest ¶
func NewAgentSkillsListSkillsRequest(server string, params *AgentSkillsListSkillsParams) (*http.Request, error)
NewAgentSkillsListSkillsRequest generates requests for AgentSkillsListSkills
func NewAgentSkillsPutSkillContentRequest ¶
func NewAgentSkillsPutSkillContentRequest(server string, skillId openapi_types.UUID, params *AgentSkillsPutSkillContentParams) (*http.Request, error)
NewAgentSkillsPutSkillContentRequest generates requests for AgentSkillsPutSkillContent
func NewAgentSkillsRevertForkRequest ¶
func NewAgentSkillsRevertForkRequest(server string, skillId openapi_types.UUID, params *AgentSkillsRevertForkParams) (*http.Request, error)
NewAgentSkillsRevertForkRequest generates requests for AgentSkillsRevertFork
func NewAgentSkillsUpdateSkillRequest ¶
func NewAgentSkillsUpdateSkillRequest(server string, skillId openapi_types.UUID, params *AgentSkillsUpdateSkillParams, body AgentSkillsUpdateSkillJSONRequestBody) (*http.Request, error)
NewAgentSkillsUpdateSkillRequest calls the generic AgentSkillsUpdateSkill builder with application/json body
func NewAgentSkillsUpdateSkillRequestWithBody ¶
func NewAgentSkillsUpdateSkillRequestWithBody(server string, skillId openapi_types.UUID, params *AgentSkillsUpdateSkillParams, contentType string, body io.Reader) (*http.Request, error)
NewAgentSkillsUpdateSkillRequestWithBody generates requests for AgentSkillsUpdateSkill with any type of body
func NewAgentStreamStreamSessionEventsRequest ¶
func NewAgentStreamStreamSessionEventsRequest(server string, sessionId string, params *AgentStreamStreamSessionEventsParams) (*http.Request, error)
NewAgentStreamStreamSessionEventsRequest generates requests for AgentStreamStreamSessionEvents
func NewAgentWorkspaceDefaultsGetDefaultSoulMdRequest ¶
func NewAgentWorkspaceDefaultsGetDefaultSoulMdRequest(server string, params *AgentWorkspaceDefaultsGetDefaultSoulMdParams) (*http.Request, error)
NewAgentWorkspaceDefaultsGetDefaultSoulMdRequest generates requests for AgentWorkspaceDefaultsGetDefaultSoulMd
func NewAgentWorkspaceDefaultsPutDefaultSoulMdRequest ¶
func NewAgentWorkspaceDefaultsPutDefaultSoulMdRequest(server string, params *AgentWorkspaceDefaultsPutDefaultSoulMdParams) (*http.Request, error)
NewAgentWorkspaceDefaultsPutDefaultSoulMdRequest generates requests for AgentWorkspaceDefaultsPutDefaultSoulMd
func NewAgentWorkspaceGetWorkspaceFileRequest ¶
func NewAgentWorkspaceGetWorkspaceFileRequest(server string, configId openapi_types.UUID, filename string, params *AgentWorkspaceGetWorkspaceFileParams) (*http.Request, error)
NewAgentWorkspaceGetWorkspaceFileRequest generates requests for AgentWorkspaceGetWorkspaceFile
func NewAgentWorkspaceListWorkspaceFilesRequest ¶
func NewAgentWorkspaceListWorkspaceFilesRequest(server string, configId openapi_types.UUID, params *AgentWorkspaceListWorkspaceFilesParams) (*http.Request, error)
NewAgentWorkspaceListWorkspaceFilesRequest generates requests for AgentWorkspaceListWorkspaceFiles
func NewAgentWorkspacePutWorkspaceFileRequest ¶
func NewAgentWorkspacePutWorkspaceFileRequest(server string, configId openapi_types.UUID, filename string, params *AgentWorkspacePutWorkspaceFileParams) (*http.Request, error)
NewAgentWorkspacePutWorkspaceFileRequest generates requests for AgentWorkspacePutWorkspaceFile
func NewAgentsCreateAgentConfigRequest ¶
func NewAgentsCreateAgentConfigRequest(server string, params *AgentsCreateAgentConfigParams, body AgentsCreateAgentConfigJSONRequestBody) (*http.Request, error)
NewAgentsCreateAgentConfigRequest calls the generic AgentsCreateAgentConfig builder with application/json body
func NewAgentsCreateAgentConfigRequestWithBody ¶
func NewAgentsCreateAgentConfigRequestWithBody(server string, params *AgentsCreateAgentConfigParams, contentType string, body io.Reader) (*http.Request, error)
NewAgentsCreateAgentConfigRequestWithBody generates requests for AgentsCreateAgentConfig with any type of body
func NewAgentsCreateHeartbeatTaskRequest ¶
func NewAgentsCreateHeartbeatTaskRequest(server string, configId openapi_types.UUID, params *AgentsCreateHeartbeatTaskParams, body AgentsCreateHeartbeatTaskJSONRequestBody) (*http.Request, error)
NewAgentsCreateHeartbeatTaskRequest calls the generic AgentsCreateHeartbeatTask builder with application/json body
func NewAgentsCreateHeartbeatTaskRequestWithBody ¶
func NewAgentsCreateHeartbeatTaskRequestWithBody(server string, configId openapi_types.UUID, params *AgentsCreateHeartbeatTaskParams, contentType string, body io.Reader) (*http.Request, error)
NewAgentsCreateHeartbeatTaskRequestWithBody generates requests for AgentsCreateHeartbeatTask with any type of body
func NewAgentsCreateHookRequest ¶
func NewAgentsCreateHookRequest(server string, configId openapi_types.UUID, params *AgentsCreateHookParams, body AgentsCreateHookJSONRequestBody) (*http.Request, error)
NewAgentsCreateHookRequest calls the generic AgentsCreateHook builder with application/json body
func NewAgentsCreateHookRequestWithBody ¶
func NewAgentsCreateHookRequestWithBody(server string, configId openapi_types.UUID, params *AgentsCreateHookParams, contentType string, body io.Reader) (*http.Request, error)
NewAgentsCreateHookRequestWithBody generates requests for AgentsCreateHook with any type of body
func NewAgentsDeleteAgentConfigRequest ¶
func NewAgentsDeleteAgentConfigRequest(server string, configId openapi_types.UUID, params *AgentsDeleteAgentConfigParams) (*http.Request, error)
NewAgentsDeleteAgentConfigRequest generates requests for AgentsDeleteAgentConfig
func NewAgentsDeleteHeartbeatTaskRequest ¶
func NewAgentsDeleteHeartbeatTaskRequest(server string, taskId openapi_types.UUID, params *AgentsDeleteHeartbeatTaskParams) (*http.Request, error)
NewAgentsDeleteHeartbeatTaskRequest generates requests for AgentsDeleteHeartbeatTask
func NewAgentsDeleteHookRequest ¶
func NewAgentsDeleteHookRequest(server string, hookId openapi_types.UUID, params *AgentsDeleteHookParams) (*http.Request, error)
NewAgentsDeleteHookRequest generates requests for AgentsDeleteHook
func NewAgentsExportHeartbeatMdRequest ¶
func NewAgentsExportHeartbeatMdRequest(server string, configId openapi_types.UUID, params *AgentsExportHeartbeatMdParams) (*http.Request, error)
NewAgentsExportHeartbeatMdRequest generates requests for AgentsExportHeartbeatMd
func NewAgentsGetAgentConfigRequest ¶
func NewAgentsGetAgentConfigRequest(server string, configId openapi_types.UUID, params *AgentsGetAgentConfigParams) (*http.Request, error)
NewAgentsGetAgentConfigRequest generates requests for AgentsGetAgentConfig
func NewAgentsGetHeartbeatTaskRequest ¶
func NewAgentsGetHeartbeatTaskRequest(server string, taskId openapi_types.UUID, params *AgentsGetHeartbeatTaskParams) (*http.Request, error)
NewAgentsGetHeartbeatTaskRequest generates requests for AgentsGetHeartbeatTask
func NewAgentsGetHookRequest ¶
func NewAgentsGetHookRequest(server string, hookId openapi_types.UUID, params *AgentsGetHookParams) (*http.Request, error)
NewAgentsGetHookRequest generates requests for AgentsGetHook
func NewAgentsListAgentConfigsRequest ¶
func NewAgentsListAgentConfigsRequest(server string, params *AgentsListAgentConfigsParams) (*http.Request, error)
NewAgentsListAgentConfigsRequest generates requests for AgentsListAgentConfigs
func NewAgentsListHeartbeatTasksRequest ¶
func NewAgentsListHeartbeatTasksRequest(server string, configId openapi_types.UUID, params *AgentsListHeartbeatTasksParams) (*http.Request, error)
NewAgentsListHeartbeatTasksRequest generates requests for AgentsListHeartbeatTasks
func NewAgentsListHooksRequest ¶
func NewAgentsListHooksRequest(server string, configId openapi_types.UUID, params *AgentsListHooksParams) (*http.Request, error)
NewAgentsListHooksRequest generates requests for AgentsListHooks
func NewAgentsListPageAgentsRequest ¶
func NewAgentsListPageAgentsRequest(server string, params *AgentsListPageAgentsParams) (*http.Request, error)
NewAgentsListPageAgentsRequest generates requests for AgentsListPageAgents
func NewAgentsSyncHeartbeatMdRequest ¶
func NewAgentsSyncHeartbeatMdRequest(server string, configId openapi_types.UUID, params *AgentsSyncHeartbeatMdParams) (*http.Request, error)
NewAgentsSyncHeartbeatMdRequest generates requests for AgentsSyncHeartbeatMd
func NewAgentsUpdateAgentConfigRequest ¶
func NewAgentsUpdateAgentConfigRequest(server string, configId openapi_types.UUID, params *AgentsUpdateAgentConfigParams, body AgentsUpdateAgentConfigJSONRequestBody) (*http.Request, error)
NewAgentsUpdateAgentConfigRequest calls the generic AgentsUpdateAgentConfig builder with application/json body
func NewAgentsUpdateAgentConfigRequestWithBody ¶
func NewAgentsUpdateAgentConfigRequestWithBody(server string, configId openapi_types.UUID, params *AgentsUpdateAgentConfigParams, contentType string, body io.Reader) (*http.Request, error)
NewAgentsUpdateAgentConfigRequestWithBody generates requests for AgentsUpdateAgentConfig with any type of body
func NewAgentsUpdateHeartbeatTaskRequest ¶
func NewAgentsUpdateHeartbeatTaskRequest(server string, taskId openapi_types.UUID, params *AgentsUpdateHeartbeatTaskParams, body AgentsUpdateHeartbeatTaskJSONRequestBody) (*http.Request, error)
NewAgentsUpdateHeartbeatTaskRequest calls the generic AgentsUpdateHeartbeatTask builder with application/json body
func NewAgentsUpdateHeartbeatTaskRequestWithBody ¶
func NewAgentsUpdateHeartbeatTaskRequestWithBody(server string, taskId openapi_types.UUID, params *AgentsUpdateHeartbeatTaskParams, contentType string, body io.Reader) (*http.Request, error)
NewAgentsUpdateHeartbeatTaskRequestWithBody generates requests for AgentsUpdateHeartbeatTask with any type of body
func NewAgentsUpdateHookRequest ¶
func NewAgentsUpdateHookRequest(server string, hookId openapi_types.UUID, params *AgentsUpdateHookParams, body AgentsUpdateHookJSONRequestBody) (*http.Request, error)
NewAgentsUpdateHookRequest calls the generic AgentsUpdateHook builder with application/json body
func NewAgentsUpdateHookRequestWithBody ¶
func NewAgentsUpdateHookRequestWithBody(server string, hookId openapi_types.UUID, params *AgentsUpdateHookParams, contentType string, body io.Reader) (*http.Request, error)
NewAgentsUpdateHookRequestWithBody generates requests for AgentsUpdateHook with any type of body
func NewAiConfigCreateOrReplaceAiConfigRequest ¶
func NewAiConfigCreateOrReplaceAiConfigRequest(server string, deviceGroupId openapi_types.UUID, params *AiConfigCreateOrReplaceAiConfigParams, body AiConfigCreateOrReplaceAiConfigJSONRequestBody) (*http.Request, error)
NewAiConfigCreateOrReplaceAiConfigRequest calls the generic AiConfigCreateOrReplaceAiConfig builder with application/json body
func NewAiConfigCreateOrReplaceAiConfigRequestWithBody ¶
func NewAiConfigCreateOrReplaceAiConfigRequestWithBody(server string, deviceGroupId openapi_types.UUID, params *AiConfigCreateOrReplaceAiConfigParams, contentType string, body io.Reader) (*http.Request, error)
NewAiConfigCreateOrReplaceAiConfigRequestWithBody generates requests for AiConfigCreateOrReplaceAiConfig with any type of body
func NewAiConfigDeleteAiConfigRequest ¶
func NewAiConfigDeleteAiConfigRequest(server string, deviceGroupId openapi_types.UUID, params *AiConfigDeleteAiConfigParams) (*http.Request, error)
NewAiConfigDeleteAiConfigRequest generates requests for AiConfigDeleteAiConfig
func NewAiConfigGetAiConfigRequest ¶
func NewAiConfigGetAiConfigRequest(server string, deviceGroupId openapi_types.UUID, params *AiConfigGetAiConfigParams) (*http.Request, error)
NewAiConfigGetAiConfigRequest generates requests for AiConfigGetAiConfig
func NewAiConfigUpdateAiConfigRequest ¶
func NewAiConfigUpdateAiConfigRequest(server string, deviceGroupId openapi_types.UUID, params *AiConfigUpdateAiConfigParams, body AiConfigUpdateAiConfigJSONRequestBody) (*http.Request, error)
NewAiConfigUpdateAiConfigRequest calls the generic AiConfigUpdateAiConfig builder with application/json body
func NewAiConfigUpdateAiConfigRequestWithBody ¶
func NewAiConfigUpdateAiConfigRequestWithBody(server string, deviceGroupId openapi_types.UUID, params *AiConfigUpdateAiConfigParams, contentType string, body io.Reader) (*http.Request, error)
NewAiConfigUpdateAiConfigRequestWithBody generates requests for AiConfigUpdateAiConfig with any type of body
func NewAiProvidersCreateAiProviderRequest ¶
func NewAiProvidersCreateAiProviderRequest(server string, params *AiProvidersCreateAiProviderParams, body AiProvidersCreateAiProviderJSONRequestBody) (*http.Request, error)
NewAiProvidersCreateAiProviderRequest calls the generic AiProvidersCreateAiProvider builder with application/json body
func NewAiProvidersCreateAiProviderRequestWithBody ¶
func NewAiProvidersCreateAiProviderRequestWithBody(server string, params *AiProvidersCreateAiProviderParams, contentType string, body io.Reader) (*http.Request, error)
NewAiProvidersCreateAiProviderRequestWithBody generates requests for AiProvidersCreateAiProvider with any type of body
func NewAiProvidersDeleteAiProviderRequest ¶
func NewAiProvidersDeleteAiProviderRequest(server string, providerId openapi_types.UUID, params *AiProvidersDeleteAiProviderParams) (*http.Request, error)
NewAiProvidersDeleteAiProviderRequest generates requests for AiProvidersDeleteAiProvider
func NewAiProvidersDiscoverModelsRequest ¶
func NewAiProvidersDiscoverModelsRequest(server string, params *AiProvidersDiscoverModelsParams, body AiProvidersDiscoverModelsJSONRequestBody) (*http.Request, error)
NewAiProvidersDiscoverModelsRequest calls the generic AiProvidersDiscoverModels builder with application/json body
func NewAiProvidersDiscoverModelsRequestWithBody ¶
func NewAiProvidersDiscoverModelsRequestWithBody(server string, params *AiProvidersDiscoverModelsParams, contentType string, body io.Reader) (*http.Request, error)
NewAiProvidersDiscoverModelsRequestWithBody generates requests for AiProvidersDiscoverModels with any type of body
func NewAiProvidersGetAiProviderRequest ¶
func NewAiProvidersGetAiProviderRequest(server string, providerId openapi_types.UUID, params *AiProvidersGetAiProviderParams) (*http.Request, error)
NewAiProvidersGetAiProviderRequest generates requests for AiProvidersGetAiProvider
func NewAiProvidersListAiProvidersRequest ¶
func NewAiProvidersListAiProvidersRequest(server string, params *AiProvidersListAiProvidersParams) (*http.Request, error)
NewAiProvidersListAiProvidersRequest generates requests for AiProvidersListAiProviders
func NewAiProvidersListProviderModelsRequest ¶
func NewAiProvidersListProviderModelsRequest(server string, providerId openapi_types.UUID, params *AiProvidersListProviderModelsParams) (*http.Request, error)
NewAiProvidersListProviderModelsRequest generates requests for AiProvidersListProviderModels
func NewAiProvidersUpdateAiProviderRequest ¶
func NewAiProvidersUpdateAiProviderRequest(server string, providerId openapi_types.UUID, params *AiProvidersUpdateAiProviderParams, body AiProvidersUpdateAiProviderJSONRequestBody) (*http.Request, error)
NewAiProvidersUpdateAiProviderRequest calls the generic AiProvidersUpdateAiProvider builder with application/json body
func NewAiProvidersUpdateAiProviderRequestWithBody ¶
func NewAiProvidersUpdateAiProviderRequestWithBody(server string, providerId openapi_types.UUID, params *AiProvidersUpdateAiProviderParams, contentType string, body io.Reader) (*http.Request, error)
NewAiProvidersUpdateAiProviderRequestWithBody generates requests for AiProvidersUpdateAiProvider with any type of body
func NewAlertsAcknowledgeAlertEventRequest ¶
func NewAlertsAcknowledgeAlertEventRequest(server string, eventId openapi_types.UUID, params *AlertsAcknowledgeAlertEventParams) (*http.Request, error)
NewAlertsAcknowledgeAlertEventRequest generates requests for AlertsAcknowledgeAlertEvent
func NewAlertsCreateAlertRuleRequest ¶
func NewAlertsCreateAlertRuleRequest(server string, params *AlertsCreateAlertRuleParams, body AlertsCreateAlertRuleJSONRequestBody) (*http.Request, error)
NewAlertsCreateAlertRuleRequest calls the generic AlertsCreateAlertRule builder with application/json body
func NewAlertsCreateAlertRuleRequestWithBody ¶
func NewAlertsCreateAlertRuleRequestWithBody(server string, params *AlertsCreateAlertRuleParams, contentType string, body io.Reader) (*http.Request, error)
NewAlertsCreateAlertRuleRequestWithBody generates requests for AlertsCreateAlertRule with any type of body
func NewAlertsDeleteAlertRuleRequest ¶
func NewAlertsDeleteAlertRuleRequest(server string, ruleId openapi_types.UUID, params *AlertsDeleteAlertRuleParams) (*http.Request, error)
NewAlertsDeleteAlertRuleRequest generates requests for AlertsDeleteAlertRule
func NewAlertsDisableAlertRuleRequest ¶
func NewAlertsDisableAlertRuleRequest(server string, ruleId openapi_types.UUID, params *AlertsDisableAlertRuleParams) (*http.Request, error)
NewAlertsDisableAlertRuleRequest generates requests for AlertsDisableAlertRule
func NewAlertsEnableAlertRuleRequest ¶
func NewAlertsEnableAlertRuleRequest(server string, ruleId openapi_types.UUID, params *AlertsEnableAlertRuleParams) (*http.Request, error)
NewAlertsEnableAlertRuleRequest generates requests for AlertsEnableAlertRule
func NewAlertsGetAlertEventRequest ¶
func NewAlertsGetAlertEventRequest(server string, eventId openapi_types.UUID, params *AlertsGetAlertEventParams) (*http.Request, error)
NewAlertsGetAlertEventRequest generates requests for AlertsGetAlertEvent
func NewAlertsGetAlertRuleRequest ¶
func NewAlertsGetAlertRuleRequest(server string, ruleId openapi_types.UUID, params *AlertsGetAlertRuleParams) (*http.Request, error)
NewAlertsGetAlertRuleRequest generates requests for AlertsGetAlertRule
func NewAlertsListAlertEventsRequest ¶
func NewAlertsListAlertEventsRequest(server string, params *AlertsListAlertEventsParams) (*http.Request, error)
NewAlertsListAlertEventsRequest generates requests for AlertsListAlertEvents
func NewAlertsListAlertRulesRequest ¶
func NewAlertsListAlertRulesRequest(server string, params *AlertsListAlertRulesParams) (*http.Request, error)
NewAlertsListAlertRulesRequest generates requests for AlertsListAlertRules
func NewAlertsUpdateAlertRuleRequest ¶
func NewAlertsUpdateAlertRuleRequest(server string, ruleId openapi_types.UUID, params *AlertsUpdateAlertRuleParams, body AlertsUpdateAlertRuleJSONRequestBody) (*http.Request, error)
NewAlertsUpdateAlertRuleRequest calls the generic AlertsUpdateAlertRule builder with application/json body
func NewAlertsUpdateAlertRuleRequestWithBody ¶
func NewAlertsUpdateAlertRuleRequestWithBody(server string, ruleId openapi_types.UUID, params *AlertsUpdateAlertRuleParams, contentType string, body io.Reader) (*http.Request, error)
NewAlertsUpdateAlertRuleRequestWithBody generates requests for AlertsUpdateAlertRule with any type of body
func NewAnalyticsGetAnalyticsSummaryRequest ¶
func NewAnalyticsGetAnalyticsSummaryRequest(server string, params *AnalyticsGetAnalyticsSummaryParams) (*http.Request, error)
NewAnalyticsGetAnalyticsSummaryRequest generates requests for AnalyticsGetAnalyticsSummary
func NewAnalyticsGetDashboardStatsRequest ¶
func NewAnalyticsGetDashboardStatsRequest(server string, params *AnalyticsGetDashboardStatsParams) (*http.Request, error)
NewAnalyticsGetDashboardStatsRequest generates requests for AnalyticsGetDashboardStats
func NewAnalyticsGetDetectionTrendsRequest ¶
func NewAnalyticsGetDetectionTrendsRequest(server string, params *AnalyticsGetDetectionTrendsParams) (*http.Request, error)
NewAnalyticsGetDetectionTrendsRequest generates requests for AnalyticsGetDetectionTrends
func NewAnalyticsGetDetectionTypesRequest ¶
func NewAnalyticsGetDetectionTypesRequest(server string, params *AnalyticsGetDetectionTypesParams) (*http.Request, error)
NewAnalyticsGetDetectionTypesRequest generates requests for AnalyticsGetDetectionTypes
func NewAnalyticsGetDeviceHealthRequest ¶
func NewAnalyticsGetDeviceHealthRequest(server string, params *AnalyticsGetDeviceHealthParams) (*http.Request, error)
NewAnalyticsGetDeviceHealthRequest generates requests for AnalyticsGetDeviceHealth
func NewAnalyticsGetDevicePerformanceRequest ¶
func NewAnalyticsGetDevicePerformanceRequest(server string, params *AnalyticsGetDevicePerformanceParams) (*http.Request, error)
NewAnalyticsGetDevicePerformanceRequest generates requests for AnalyticsGetDevicePerformance
func NewAnalyticsGetGrafanaUrlRequest ¶
func NewAnalyticsGetGrafanaUrlRequest(server string, params *AnalyticsGetGrafanaUrlParams) (*http.Request, error)
NewAnalyticsGetGrafanaUrlRequest generates requests for AnalyticsGetGrafanaUrl
func NewAnnotationSystemBulkAddMediaToProjectRequest ¶
func NewAnnotationSystemBulkAddMediaToProjectRequest(server string, projectId openapi_types.UUID, params *AnnotationSystemBulkAddMediaToProjectParams, body AnnotationSystemBulkAddMediaToProjectJSONRequestBody) (*http.Request, error)
NewAnnotationSystemBulkAddMediaToProjectRequest calls the generic AnnotationSystemBulkAddMediaToProject builder with application/json body
func NewAnnotationSystemBulkAddMediaToProjectRequestWithBody ¶
func NewAnnotationSystemBulkAddMediaToProjectRequestWithBody(server string, projectId openapi_types.UUID, params *AnnotationSystemBulkAddMediaToProjectParams, contentType string, body io.Reader) (*http.Request, error)
NewAnnotationSystemBulkAddMediaToProjectRequestWithBody generates requests for AnnotationSystemBulkAddMediaToProject with any type of body
func NewAnnotationSystemCopyLabelsFromProjectRequest ¶
func NewAnnotationSystemCopyLabelsFromProjectRequest(server string, projectId openapi_types.UUID, sourceProjectId openapi_types.UUID, params *AnnotationSystemCopyLabelsFromProjectParams) (*http.Request, error)
NewAnnotationSystemCopyLabelsFromProjectRequest generates requests for AnnotationSystemCopyLabelsFromProject
func NewAnnotationSystemCreateLabelRequest ¶
func NewAnnotationSystemCreateLabelRequest(server string, params *AnnotationSystemCreateLabelParams, body AnnotationSystemCreateLabelJSONRequestBody) (*http.Request, error)
NewAnnotationSystemCreateLabelRequest calls the generic AnnotationSystemCreateLabel builder with application/json body
func NewAnnotationSystemCreateLabelRequestWithBody ¶
func NewAnnotationSystemCreateLabelRequestWithBody(server string, params *AnnotationSystemCreateLabelParams, contentType string, body io.Reader) (*http.Request, error)
NewAnnotationSystemCreateLabelRequestWithBody generates requests for AnnotationSystemCreateLabel with any type of body
func NewAnnotationSystemCreateMediaRequest ¶
func NewAnnotationSystemCreateMediaRequest(server string, params *AnnotationSystemCreateMediaParams, body AnnotationSystemCreateMediaJSONRequestBody) (*http.Request, error)
NewAnnotationSystemCreateMediaRequest calls the generic AnnotationSystemCreateMedia builder with application/json body
func NewAnnotationSystemCreateMediaRequestWithBody ¶
func NewAnnotationSystemCreateMediaRequestWithBody(server string, params *AnnotationSystemCreateMediaParams, contentType string, body io.Reader) (*http.Request, error)
NewAnnotationSystemCreateMediaRequestWithBody generates requests for AnnotationSystemCreateMedia with any type of body
func NewAnnotationSystemCreateProjectDeviceLinkRequest ¶
func NewAnnotationSystemCreateProjectDeviceLinkRequest(server string, params *AnnotationSystemCreateProjectDeviceLinkParams, body AnnotationSystemCreateProjectDeviceLinkJSONRequestBody) (*http.Request, error)
NewAnnotationSystemCreateProjectDeviceLinkRequest calls the generic AnnotationSystemCreateProjectDeviceLink builder with application/json body
func NewAnnotationSystemCreateProjectDeviceLinkRequestWithBody ¶
func NewAnnotationSystemCreateProjectDeviceLinkRequestWithBody(server string, params *AnnotationSystemCreateProjectDeviceLinkParams, contentType string, body io.Reader) (*http.Request, error)
NewAnnotationSystemCreateProjectDeviceLinkRequestWithBody generates requests for AnnotationSystemCreateProjectDeviceLink with any type of body
func NewAnnotationSystemCreateProjectRequest ¶
func NewAnnotationSystemCreateProjectRequest(server string, params *AnnotationSystemCreateProjectParams, body AnnotationSystemCreateProjectJSONRequestBody) (*http.Request, error)
NewAnnotationSystemCreateProjectRequest calls the generic AnnotationSystemCreateProject builder with application/json body
func NewAnnotationSystemCreateProjectRequestWithBody ¶
func NewAnnotationSystemCreateProjectRequestWithBody(server string, params *AnnotationSystemCreateProjectParams, contentType string, body io.Reader) (*http.Request, error)
NewAnnotationSystemCreateProjectRequestWithBody generates requests for AnnotationSystemCreateProject with any type of body
func NewAnnotationSystemCreatePushRequest ¶
func NewAnnotationSystemCreatePushRequest(server string, params *AnnotationSystemCreatePushParams, body AnnotationSystemCreatePushJSONRequestBody) (*http.Request, error)
NewAnnotationSystemCreatePushRequest calls the generic AnnotationSystemCreatePush builder with application/json body
func NewAnnotationSystemCreatePushRequestWithBody ¶
func NewAnnotationSystemCreatePushRequestWithBody(server string, params *AnnotationSystemCreatePushParams, contentType string, body io.Reader) (*http.Request, error)
NewAnnotationSystemCreatePushRequestWithBody generates requests for AnnotationSystemCreatePush with any type of body
func NewAnnotationSystemCreateShapeRequest ¶
func NewAnnotationSystemCreateShapeRequest(server string, params *AnnotationSystemCreateShapeParams, body AnnotationSystemCreateShapeJSONRequestBody) (*http.Request, error)
NewAnnotationSystemCreateShapeRequest calls the generic AnnotationSystemCreateShape builder with application/json body
func NewAnnotationSystemCreateShapeRequestWithBody ¶
func NewAnnotationSystemCreateShapeRequestWithBody(server string, params *AnnotationSystemCreateShapeParams, contentType string, body io.Reader) (*http.Request, error)
NewAnnotationSystemCreateShapeRequestWithBody generates requests for AnnotationSystemCreateShape with any type of body
func NewAnnotationSystemCreateShapesBulkRequest ¶
func NewAnnotationSystemCreateShapesBulkRequest(server string, params *AnnotationSystemCreateShapesBulkParams, body AnnotationSystemCreateShapesBulkJSONRequestBody) (*http.Request, error)
NewAnnotationSystemCreateShapesBulkRequest calls the generic AnnotationSystemCreateShapesBulk builder with application/json body
func NewAnnotationSystemCreateShapesBulkRequestWithBody ¶
func NewAnnotationSystemCreateShapesBulkRequestWithBody(server string, params *AnnotationSystemCreateShapesBulkParams, contentType string, body io.Reader) (*http.Request, error)
NewAnnotationSystemCreateShapesBulkRequestWithBody generates requests for AnnotationSystemCreateShapesBulk with any type of body
func NewAnnotationSystemDeleteLabelRequest ¶
func NewAnnotationSystemDeleteLabelRequest(server string, labelId openapi_types.UUID, params *AnnotationSystemDeleteLabelParams) (*http.Request, error)
NewAnnotationSystemDeleteLabelRequest generates requests for AnnotationSystemDeleteLabel
func NewAnnotationSystemDeleteMediaRequest ¶
func NewAnnotationSystemDeleteMediaRequest(server string, mediaId openapi_types.UUID, params *AnnotationSystemDeleteMediaParams) (*http.Request, error)
NewAnnotationSystemDeleteMediaRequest generates requests for AnnotationSystemDeleteMedia
func NewAnnotationSystemDeleteProjectDeviceLinkRequest ¶
func NewAnnotationSystemDeleteProjectDeviceLinkRequest(server string, linkId openapi_types.UUID, params *AnnotationSystemDeleteProjectDeviceLinkParams) (*http.Request, error)
NewAnnotationSystemDeleteProjectDeviceLinkRequest generates requests for AnnotationSystemDeleteProjectDeviceLink
func NewAnnotationSystemDeleteProjectRequest ¶
func NewAnnotationSystemDeleteProjectRequest(server string, projectId openapi_types.UUID, params *AnnotationSystemDeleteProjectParams) (*http.Request, error)
NewAnnotationSystemDeleteProjectRequest generates requests for AnnotationSystemDeleteProject
func NewAnnotationSystemDeleteShapeRequest ¶
func NewAnnotationSystemDeleteShapeRequest(server string, shapeId openapi_types.UUID, params *AnnotationSystemDeleteShapeParams) (*http.Request, error)
NewAnnotationSystemDeleteShapeRequest generates requests for AnnotationSystemDeleteShape
func NewAnnotationSystemDeleteShapesByFrameRequest ¶
func NewAnnotationSystemDeleteShapesByFrameRequest(server string, annotationMediaId openapi_types.UUID, frameIndex int, params *AnnotationSystemDeleteShapesByFrameParams) (*http.Request, error)
NewAnnotationSystemDeleteShapesByFrameRequest generates requests for AnnotationSystemDeleteShapesByFrame
func NewAnnotationSystemDuplicateProjectRequest ¶
func NewAnnotationSystemDuplicateProjectRequest(server string, projectId openapi_types.UUID, params *AnnotationSystemDuplicateProjectParams) (*http.Request, error)
NewAnnotationSystemDuplicateProjectRequest generates requests for AnnotationSystemDuplicateProject
func NewAnnotationSystemGetLabelRequest ¶
func NewAnnotationSystemGetLabelRequest(server string, labelId openapi_types.UUID, params *AnnotationSystemGetLabelParams) (*http.Request, error)
NewAnnotationSystemGetLabelRequest generates requests for AnnotationSystemGetLabel
func NewAnnotationSystemGetLinksForProjectRequest ¶
func NewAnnotationSystemGetLinksForProjectRequest(server string, projectId openapi_types.UUID, params *AnnotationSystemGetLinksForProjectParams) (*http.Request, error)
NewAnnotationSystemGetLinksForProjectRequest generates requests for AnnotationSystemGetLinksForProject
func NewAnnotationSystemGetMediaFileRequest ¶
func NewAnnotationSystemGetMediaFileRequest(server string, mediaId openapi_types.UUID, params *AnnotationSystemGetMediaFileParams) (*http.Request, error)
NewAnnotationSystemGetMediaFileRequest generates requests for AnnotationSystemGetMediaFile
func NewAnnotationSystemGetMediaRequest ¶
func NewAnnotationSystemGetMediaRequest(server string, mediaId openapi_types.UUID, params *AnnotationSystemGetMediaParams) (*http.Request, error)
NewAnnotationSystemGetMediaRequest generates requests for AnnotationSystemGetMedia
func NewAnnotationSystemGetMediaWithShapesRequest ¶
func NewAnnotationSystemGetMediaWithShapesRequest(server string, mediaId openapi_types.UUID, params *AnnotationSystemGetMediaWithShapesParams) (*http.Request, error)
NewAnnotationSystemGetMediaWithShapesRequest generates requests for AnnotationSystemGetMediaWithShapes
func NewAnnotationSystemGetProjectDeviceLinkRequest ¶
func NewAnnotationSystemGetProjectDeviceLinkRequest(server string, linkId openapi_types.UUID, params *AnnotationSystemGetProjectDeviceLinkParams) (*http.Request, error)
NewAnnotationSystemGetProjectDeviceLinkRequest generates requests for AnnotationSystemGetProjectDeviceLink
func NewAnnotationSystemGetProjectRequest ¶
func NewAnnotationSystemGetProjectRequest(server string, projectId openapi_types.UUID, params *AnnotationSystemGetProjectParams) (*http.Request, error)
NewAnnotationSystemGetProjectRequest generates requests for AnnotationSystemGetProject
func NewAnnotationSystemGetProjectWithStatsRequest ¶
func NewAnnotationSystemGetProjectWithStatsRequest(server string, projectId openapi_types.UUID, params *AnnotationSystemGetProjectWithStatsParams) (*http.Request, error)
NewAnnotationSystemGetProjectWithStatsRequest generates requests for AnnotationSystemGetProjectWithStats
func NewAnnotationSystemGetPushDataRequest ¶
func NewAnnotationSystemGetPushDataRequest(server string, pushId openapi_types.UUID, params *AnnotationSystemGetPushDataParams) (*http.Request, error)
NewAnnotationSystemGetPushDataRequest generates requests for AnnotationSystemGetPushData
func NewAnnotationSystemGetPushRequest ¶
func NewAnnotationSystemGetPushRequest(server string, pushId openapi_types.UUID, params *AnnotationSystemGetPushParams) (*http.Request, error)
NewAnnotationSystemGetPushRequest generates requests for AnnotationSystemGetPush
func NewAnnotationSystemGetShapeRequest ¶
func NewAnnotationSystemGetShapeRequest(server string, shapeId openapi_types.UUID, params *AnnotationSystemGetShapeParams) (*http.Request, error)
NewAnnotationSystemGetShapeRequest generates requests for AnnotationSystemGetShape
func NewAnnotationSystemGetShapeWithLabelRequest ¶
func NewAnnotationSystemGetShapeWithLabelRequest(server string, shapeId openapi_types.UUID, params *AnnotationSystemGetShapeWithLabelParams) (*http.Request, error)
NewAnnotationSystemGetShapeWithLabelRequest generates requests for AnnotationSystemGetShapeWithLabel
func NewAnnotationSystemGetVideoFramesRequest ¶
func NewAnnotationSystemGetVideoFramesRequest(server string, mediaId openapi_types.UUID, params *AnnotationSystemGetVideoFramesParams) (*http.Request, error)
NewAnnotationSystemGetVideoFramesRequest generates requests for AnnotationSystemGetVideoFrames
func NewAnnotationSystemInitializeDefaultLabelsRequest ¶
func NewAnnotationSystemInitializeDefaultLabelsRequest(server string, projectId openapi_types.UUID, params *AnnotationSystemInitializeDefaultLabelsParams) (*http.Request, error)
NewAnnotationSystemInitializeDefaultLabelsRequest generates requests for AnnotationSystemInitializeDefaultLabels
func NewAnnotationSystemInterpolateShapesRequest ¶
func NewAnnotationSystemInterpolateShapesRequest(server string, annotationMediaId openapi_types.UUID, params *AnnotationSystemInterpolateShapesParams) (*http.Request, error)
NewAnnotationSystemInterpolateShapesRequest generates requests for AnnotationSystemInterpolateShapes
func NewAnnotationSystemListLabelsRequest ¶
func NewAnnotationSystemListLabelsRequest(server string, params *AnnotationSystemListLabelsParams) (*http.Request, error)
NewAnnotationSystemListLabelsRequest generates requests for AnnotationSystemListLabels
func NewAnnotationSystemListMediaRequest ¶
func NewAnnotationSystemListMediaRequest(server string, params *AnnotationSystemListMediaParams) (*http.Request, error)
NewAnnotationSystemListMediaRequest generates requests for AnnotationSystemListMedia
func NewAnnotationSystemListProjectDeviceLinksRequest ¶
func NewAnnotationSystemListProjectDeviceLinksRequest(server string, params *AnnotationSystemListProjectDeviceLinksParams) (*http.Request, error)
NewAnnotationSystemListProjectDeviceLinksRequest generates requests for AnnotationSystemListProjectDeviceLinks
func NewAnnotationSystemListProjectsRequest ¶
func NewAnnotationSystemListProjectsRequest(server string, params *AnnotationSystemListProjectsParams) (*http.Request, error)
NewAnnotationSystemListProjectsRequest generates requests for AnnotationSystemListProjects
func NewAnnotationSystemListPushesRequest ¶
func NewAnnotationSystemListPushesRequest(server string, params *AnnotationSystemListPushesParams) (*http.Request, error)
NewAnnotationSystemListPushesRequest generates requests for AnnotationSystemListPushes
func NewAnnotationSystemListShapesRequest ¶
func NewAnnotationSystemListShapesRequest(server string, params *AnnotationSystemListShapesParams) (*http.Request, error)
NewAnnotationSystemListShapesRequest generates requests for AnnotationSystemListShapes
func NewAnnotationSystemMoveMediaToProjectRequest ¶
func NewAnnotationSystemMoveMediaToProjectRequest(server string, mediaId openapi_types.UUID, projectId openapi_types.UUID, params *AnnotationSystemMoveMediaToProjectParams) (*http.Request, error)
NewAnnotationSystemMoveMediaToProjectRequest generates requests for AnnotationSystemMoveMediaToProject
func NewAnnotationSystemPreviewPushRequest ¶
func NewAnnotationSystemPreviewPushRequest(server string, params *AnnotationSystemPreviewPushParams) (*http.Request, error)
NewAnnotationSystemPreviewPushRequest generates requests for AnnotationSystemPreviewPush
func NewAnnotationSystemPushToAllLinkedRequest ¶
func NewAnnotationSystemPushToAllLinkedRequest(server string, params *AnnotationSystemPushToAllLinkedParams, body AnnotationSystemPushToAllLinkedJSONRequestBody) (*http.Request, error)
NewAnnotationSystemPushToAllLinkedRequest calls the generic AnnotationSystemPushToAllLinked builder with application/json body
func NewAnnotationSystemPushToAllLinkedRequestWithBody ¶
func NewAnnotationSystemPushToAllLinkedRequestWithBody(server string, params *AnnotationSystemPushToAllLinkedParams, contentType string, body io.Reader) (*http.Request, error)
NewAnnotationSystemPushToAllLinkedRequestWithBody generates requests for AnnotationSystemPushToAllLinked with any type of body
func NewAnnotationSystemQuickLinkDeviceGroupRequest ¶
func NewAnnotationSystemQuickLinkDeviceGroupRequest(server string, projectId openapi_types.UUID, deviceGroupId openapi_types.UUID, params *AnnotationSystemQuickLinkDeviceGroupParams) (*http.Request, error)
NewAnnotationSystemQuickLinkDeviceGroupRequest generates requests for AnnotationSystemQuickLinkDeviceGroup
func NewAnnotationSystemQuickLinkDeviceRequest ¶
func NewAnnotationSystemQuickLinkDeviceRequest(server string, projectId openapi_types.UUID, deviceId openapi_types.UUID, params *AnnotationSystemQuickLinkDeviceParams) (*http.Request, error)
NewAnnotationSystemQuickLinkDeviceRequest generates requests for AnnotationSystemQuickLinkDevice
func NewAnnotationSystemUpdateLabelRequest ¶
func NewAnnotationSystemUpdateLabelRequest(server string, labelId openapi_types.UUID, params *AnnotationSystemUpdateLabelParams, body AnnotationSystemUpdateLabelJSONRequestBody) (*http.Request, error)
NewAnnotationSystemUpdateLabelRequest calls the generic AnnotationSystemUpdateLabel builder with application/json body
func NewAnnotationSystemUpdateLabelRequestWithBody ¶
func NewAnnotationSystemUpdateLabelRequestWithBody(server string, labelId openapi_types.UUID, params *AnnotationSystemUpdateLabelParams, contentType string, body io.Reader) (*http.Request, error)
NewAnnotationSystemUpdateLabelRequestWithBody generates requests for AnnotationSystemUpdateLabel with any type of body
func NewAnnotationSystemUpdateMediaRequest ¶
func NewAnnotationSystemUpdateMediaRequest(server string, mediaId openapi_types.UUID, params *AnnotationSystemUpdateMediaParams, body AnnotationSystemUpdateMediaJSONRequestBody) (*http.Request, error)
NewAnnotationSystemUpdateMediaRequest calls the generic AnnotationSystemUpdateMedia builder with application/json body
func NewAnnotationSystemUpdateMediaRequestWithBody ¶
func NewAnnotationSystemUpdateMediaRequestWithBody(server string, mediaId openapi_types.UUID, params *AnnotationSystemUpdateMediaParams, contentType string, body io.Reader) (*http.Request, error)
NewAnnotationSystemUpdateMediaRequestWithBody generates requests for AnnotationSystemUpdateMedia with any type of body
func NewAnnotationSystemUpdateProjectDeviceLinkRequest ¶
func NewAnnotationSystemUpdateProjectDeviceLinkRequest(server string, linkId openapi_types.UUID, params *AnnotationSystemUpdateProjectDeviceLinkParams, body AnnotationSystemUpdateProjectDeviceLinkJSONRequestBody) (*http.Request, error)
NewAnnotationSystemUpdateProjectDeviceLinkRequest calls the generic AnnotationSystemUpdateProjectDeviceLink builder with application/json body
func NewAnnotationSystemUpdateProjectDeviceLinkRequestWithBody ¶
func NewAnnotationSystemUpdateProjectDeviceLinkRequestWithBody(server string, linkId openapi_types.UUID, params *AnnotationSystemUpdateProjectDeviceLinkParams, contentType string, body io.Reader) (*http.Request, error)
NewAnnotationSystemUpdateProjectDeviceLinkRequestWithBody generates requests for AnnotationSystemUpdateProjectDeviceLink with any type of body
func NewAnnotationSystemUpdateProjectRequest ¶
func NewAnnotationSystemUpdateProjectRequest(server string, projectId openapi_types.UUID, params *AnnotationSystemUpdateProjectParams, body AnnotationSystemUpdateProjectJSONRequestBody) (*http.Request, error)
NewAnnotationSystemUpdateProjectRequest calls the generic AnnotationSystemUpdateProject builder with application/json body
func NewAnnotationSystemUpdateProjectRequestWithBody ¶
func NewAnnotationSystemUpdateProjectRequestWithBody(server string, projectId openapi_types.UUID, params *AnnotationSystemUpdateProjectParams, contentType string, body io.Reader) (*http.Request, error)
NewAnnotationSystemUpdateProjectRequestWithBody generates requests for AnnotationSystemUpdateProject with any type of body
func NewAnnotationSystemUpdateShapeRequest ¶
func NewAnnotationSystemUpdateShapeRequest(server string, shapeId openapi_types.UUID, params *AnnotationSystemUpdateShapeParams, body AnnotationSystemUpdateShapeJSONRequestBody) (*http.Request, error)
NewAnnotationSystemUpdateShapeRequest calls the generic AnnotationSystemUpdateShape builder with application/json body
func NewAnnotationSystemUpdateShapeRequestWithBody ¶
func NewAnnotationSystemUpdateShapeRequestWithBody(server string, shapeId openapi_types.UUID, params *AnnotationSystemUpdateShapeParams, contentType string, body io.Reader) (*http.Request, error)
NewAnnotationSystemUpdateShapeRequestWithBody generates requests for AnnotationSystemUpdateShape with any type of body
func NewAnnotationSystemUploadMediaRequestWithBody ¶
func NewAnnotationSystemUploadMediaRequestWithBody(server string, params *AnnotationSystemUploadMediaParams, contentType string, body io.Reader) (*http.Request, error)
NewAnnotationSystemUploadMediaRequestWithBody generates requests for AnnotationSystemUploadMedia with any type of body
func NewAuthCreateApiKeyRequest ¶
func NewAuthCreateApiKeyRequest(server string, params *AuthCreateApiKeyParams, body AuthCreateApiKeyJSONRequestBody) (*http.Request, error)
NewAuthCreateApiKeyRequest calls the generic AuthCreateApiKey builder with application/json body
func NewAuthCreateApiKeyRequestWithBody ¶
func NewAuthCreateApiKeyRequestWithBody(server string, params *AuthCreateApiKeyParams, contentType string, body io.Reader) (*http.Request, error)
NewAuthCreateApiKeyRequestWithBody generates requests for AuthCreateApiKey with any type of body
func NewAuthListApiKeysRequest ¶
func NewAuthListApiKeysRequest(server string, params *AuthListApiKeysParams) (*http.Request, error)
NewAuthListApiKeysRequest generates requests for AuthListApiKeys
func NewAuthRevokeApiKeyRequest ¶
func NewAuthRevokeApiKeyRequest(server string, keyId openapi_types.UUID, params *AuthRevokeApiKeyParams) (*http.Request, error)
NewAuthRevokeApiKeyRequest generates requests for AuthRevokeApiKey
func NewCapturesBulkDeleteCapturesRequest ¶
func NewCapturesBulkDeleteCapturesRequest(server string, params *CapturesBulkDeleteCapturesParams, body CapturesBulkDeleteCapturesJSONRequestBody) (*http.Request, error)
NewCapturesBulkDeleteCapturesRequest calls the generic CapturesBulkDeleteCaptures builder with application/json body
func NewCapturesBulkDeleteCapturesRequestWithBody ¶
func NewCapturesBulkDeleteCapturesRequestWithBody(server string, params *CapturesBulkDeleteCapturesParams, contentType string, body io.Reader) (*http.Request, error)
NewCapturesBulkDeleteCapturesRequestWithBody generates requests for CapturesBulkDeleteCaptures with any type of body
func NewCapturesDeleteCaptureRequest ¶
func NewCapturesDeleteCaptureRequest(server string, captureId openapi_types.UUID, params *CapturesDeleteCaptureParams) (*http.Request, error)
NewCapturesDeleteCaptureRequest generates requests for CapturesDeleteCapture
func NewCapturesGetCaptureDetectionsRequest ¶
func NewCapturesGetCaptureDetectionsRequest(server string, captureId openapi_types.UUID, params *CapturesGetCaptureDetectionsParams) (*http.Request, error)
NewCapturesGetCaptureDetectionsRequest generates requests for CapturesGetCaptureDetections
func NewCapturesGetCaptureRequest ¶
func NewCapturesGetCaptureRequest(server string, captureId openapi_types.UUID, params *CapturesGetCaptureParams) (*http.Request, error)
NewCapturesGetCaptureRequest generates requests for CapturesGetCapture
func NewCapturesListCapturesRequest ¶
func NewCapturesListCapturesRequest(server string, params *CapturesListCapturesParams) (*http.Request, error)
NewCapturesListCapturesRequest generates requests for CapturesListCaptures
func NewDashboardsCreateDashboardRequest ¶
func NewDashboardsCreateDashboardRequest(server string, params *DashboardsCreateDashboardParams, body DashboardsCreateDashboardJSONRequestBody) (*http.Request, error)
NewDashboardsCreateDashboardRequest calls the generic DashboardsCreateDashboard builder with application/json body
func NewDashboardsCreateDashboardRequestWithBody ¶
func NewDashboardsCreateDashboardRequestWithBody(server string, params *DashboardsCreateDashboardParams, contentType string, body io.Reader) (*http.Request, error)
NewDashboardsCreateDashboardRequestWithBody generates requests for DashboardsCreateDashboard with any type of body
func NewDashboardsDeleteDashboardRequest ¶
func NewDashboardsDeleteDashboardRequest(server string, dashboardId openapi_types.UUID, params *DashboardsDeleteDashboardParams) (*http.Request, error)
NewDashboardsDeleteDashboardRequest generates requests for DashboardsDeleteDashboard
func NewDashboardsExportDashboardRequest ¶
func NewDashboardsExportDashboardRequest(server string, dashboardId openapi_types.UUID, params *DashboardsExportDashboardParams) (*http.Request, error)
NewDashboardsExportDashboardRequest generates requests for DashboardsExportDashboard
func NewDashboardsGetAlertSummaryRequest ¶
func NewDashboardsGetAlertSummaryRequest(server string, dashboardId openapi_types.UUID, params *DashboardsGetAlertSummaryParams) (*http.Request, error)
NewDashboardsGetAlertSummaryRequest generates requests for DashboardsGetAlertSummary
func NewDashboardsGetDashboardAnnotationsRequest ¶
func NewDashboardsGetDashboardAnnotationsRequest(server string, dashboardId openapi_types.UUID, params *DashboardsGetDashboardAnnotationsParams) (*http.Request, error)
NewDashboardsGetDashboardAnnotationsRequest generates requests for DashboardsGetDashboardAnnotations
func NewDashboardsGetDashboardRequest ¶
func NewDashboardsGetDashboardRequest(server string, dashboardId openapi_types.UUID, params *DashboardsGetDashboardParams) (*http.Request, error)
NewDashboardsGetDashboardRequest generates requests for DashboardsGetDashboard
func NewDashboardsGetVariableValuesRequest ¶
func NewDashboardsGetVariableValuesRequest(server string, dashboardId openapi_types.UUID, varName string, params *DashboardsGetVariableValuesParams) (*http.Request, error)
NewDashboardsGetVariableValuesRequest generates requests for DashboardsGetVariableValues
func NewDashboardsGetVersionRequest ¶
func NewDashboardsGetVersionRequest(server string, dashboardId openapi_types.UUID, version int, params *DashboardsGetVersionParams) (*http.Request, error)
NewDashboardsGetVersionRequest generates requests for DashboardsGetVersion
func NewDashboardsGetWidgetAlertEventsRequest ¶
func NewDashboardsGetWidgetAlertEventsRequest(server string, dashboardId openapi_types.UUID, widgetId string, params *DashboardsGetWidgetAlertEventsParams) (*http.Request, error)
NewDashboardsGetWidgetAlertEventsRequest generates requests for DashboardsGetWidgetAlertEvents
func NewDashboardsImportDashboardRequest ¶
func NewDashboardsImportDashboardRequest(server string, params *DashboardsImportDashboardParams, body DashboardsImportDashboardJSONRequestBody) (*http.Request, error)
NewDashboardsImportDashboardRequest calls the generic DashboardsImportDashboard builder with application/json body
func NewDashboardsImportDashboardRequestWithBody ¶
func NewDashboardsImportDashboardRequestWithBody(server string, params *DashboardsImportDashboardParams, contentType string, body io.Reader) (*http.Request, error)
NewDashboardsImportDashboardRequestWithBody generates requests for DashboardsImportDashboard with any type of body
func NewDashboardsImportTemplateRequest ¶
func NewDashboardsImportTemplateRequest(server string, templateKey string, params *DashboardsImportTemplateParams) (*http.Request, error)
NewDashboardsImportTemplateRequest generates requests for DashboardsImportTemplate
func NewDashboardsListDashboardsRequest ¶
func NewDashboardsListDashboardsRequest(server string, params *DashboardsListDashboardsParams) (*http.Request, error)
NewDashboardsListDashboardsRequest generates requests for DashboardsListDashboards
func NewDashboardsListTemplatesRequest ¶
NewDashboardsListTemplatesRequest generates requests for DashboardsListTemplates
func NewDashboardsListVersionsRequest ¶
func NewDashboardsListVersionsRequest(server string, dashboardId openapi_types.UUID, params *DashboardsListVersionsParams) (*http.Request, error)
NewDashboardsListVersionsRequest generates requests for DashboardsListVersions
func NewDashboardsQueryWidgetRequest ¶
func NewDashboardsQueryWidgetRequest(server string, dashboardId openapi_types.UUID, widgetId string, params *DashboardsQueryWidgetParams) (*http.Request, error)
NewDashboardsQueryWidgetRequest generates requests for DashboardsQueryWidget
func NewDashboardsRestoreVersionRequest ¶
func NewDashboardsRestoreVersionRequest(server string, dashboardId openapi_types.UUID, version int, params *DashboardsRestoreVersionParams) (*http.Request, error)
NewDashboardsRestoreVersionRequest generates requests for DashboardsRestoreVersion
func NewDashboardsUpdateDashboardRequest ¶
func NewDashboardsUpdateDashboardRequest(server string, dashboardId openapi_types.UUID, params *DashboardsUpdateDashboardParams, body DashboardsUpdateDashboardJSONRequestBody) (*http.Request, error)
NewDashboardsUpdateDashboardRequest calls the generic DashboardsUpdateDashboard builder with application/json body
func NewDashboardsUpdateDashboardRequestWithBody ¶
func NewDashboardsUpdateDashboardRequestWithBody(server string, dashboardId openapi_types.UUID, params *DashboardsUpdateDashboardParams, contentType string, body io.Reader) (*http.Request, error)
NewDashboardsUpdateDashboardRequestWithBody generates requests for DashboardsUpdateDashboard with any type of body
func NewDataSourcesCreateDataSourceRequest ¶
func NewDataSourcesCreateDataSourceRequest(server string, params *DataSourcesCreateDataSourceParams, body DataSourcesCreateDataSourceJSONRequestBody) (*http.Request, error)
NewDataSourcesCreateDataSourceRequest calls the generic DataSourcesCreateDataSource builder with application/json body
func NewDataSourcesCreateDataSourceRequestWithBody ¶
func NewDataSourcesCreateDataSourceRequestWithBody(server string, params *DataSourcesCreateDataSourceParams, contentType string, body io.Reader) (*http.Request, error)
NewDataSourcesCreateDataSourceRequestWithBody generates requests for DataSourcesCreateDataSource with any type of body
func NewDataSourcesDeleteDataSourceRequest ¶
func NewDataSourcesDeleteDataSourceRequest(server string, sourceId openapi_types.UUID, params *DataSourcesDeleteDataSourceParams) (*http.Request, error)
NewDataSourcesDeleteDataSourceRequest generates requests for DataSourcesDeleteDataSource
func NewDataSourcesGetDataSourceRequest ¶
func NewDataSourcesGetDataSourceRequest(server string, sourceId openapi_types.UUID, params *DataSourcesGetDataSourceParams) (*http.Request, error)
NewDataSourcesGetDataSourceRequest generates requests for DataSourcesGetDataSource
func NewDataSourcesIntrospectDataSourceRequest ¶
func NewDataSourcesIntrospectDataSourceRequest(server string, sourceId openapi_types.UUID, params *DataSourcesIntrospectDataSourceParams) (*http.Request, error)
NewDataSourcesIntrospectDataSourceRequest generates requests for DataSourcesIntrospectDataSource
func NewDataSourcesListDataSourcesRequest ¶
func NewDataSourcesListDataSourcesRequest(server string, params *DataSourcesListDataSourcesParams) (*http.Request, error)
NewDataSourcesListDataSourcesRequest generates requests for DataSourcesListDataSources
func NewDataSourcesTestDataSourceRequest ¶
func NewDataSourcesTestDataSourceRequest(server string, sourceId openapi_types.UUID, params *DataSourcesTestDataSourceParams) (*http.Request, error)
NewDataSourcesTestDataSourceRequest generates requests for DataSourcesTestDataSource
func NewDataSourcesUpdateDataSourceRequest ¶
func NewDataSourcesUpdateDataSourceRequest(server string, sourceId openapi_types.UUID, params *DataSourcesUpdateDataSourceParams, body DataSourcesUpdateDataSourceJSONRequestBody) (*http.Request, error)
NewDataSourcesUpdateDataSourceRequest calls the generic DataSourcesUpdateDataSource builder with application/json body
func NewDataSourcesUpdateDataSourceRequestWithBody ¶
func NewDataSourcesUpdateDataSourceRequestWithBody(server string, sourceId openapi_types.UUID, params *DataSourcesUpdateDataSourceParams, contentType string, body io.Reader) (*http.Request, error)
NewDataSourcesUpdateDataSourceRequestWithBody generates requests for DataSourcesUpdateDataSource with any type of body
func NewDemoEndDemoRequest ¶
func NewDemoEndDemoRequest(server string, params *DemoEndDemoParams) (*http.Request, error)
NewDemoEndDemoRequest generates requests for DemoEndDemo
func NewDemoGetDemoConfigRequest ¶
NewDemoGetDemoConfigRequest generates requests for DemoGetDemoConfig
func NewDemoGetDemoStatsRequest ¶
func NewDemoGetDemoStatsRequest(server string, params *DemoGetDemoStatsParams) (*http.Request, error)
NewDemoGetDemoStatsRequest generates requests for DemoGetDemoStats
func NewDemoGetDemoStatusRequest ¶
func NewDemoGetDemoStatusRequest(server string, params *DemoGetDemoStatusParams) (*http.Request, error)
NewDemoGetDemoStatusRequest generates requests for DemoGetDemoStatus
func NewDemoGetMockDeviceStatesRequest ¶
func NewDemoGetMockDeviceStatesRequest(server string, params *DemoGetMockDeviceStatesParams) (*http.Request, error)
NewDemoGetMockDeviceStatesRequest generates requests for DemoGetMockDeviceStates
func NewDemoStartDemoRequest ¶
func NewDemoStartDemoRequest(server string, body DemoStartDemoJSONRequestBody) (*http.Request, error)
NewDemoStartDemoRequest calls the generic DemoStartDemo builder with application/json body
func NewDemoStartDemoRequestWithBody ¶
func NewDemoStartDemoRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewDemoStartDemoRequestWithBody generates requests for DemoStartDemo with any type of body
func NewDemoTriggerDemoCleanupRequest ¶
func NewDemoTriggerDemoCleanupRequest(server string, params *DemoTriggerDemoCleanupParams) (*http.Request, error)
NewDemoTriggerDemoCleanupRequest generates requests for DemoTriggerDemoCleanup
func NewDeviceGroupsCreateDeviceGroupRequest ¶
func NewDeviceGroupsCreateDeviceGroupRequest(server string, params *DeviceGroupsCreateDeviceGroupParams, body DeviceGroupsCreateDeviceGroupJSONRequestBody) (*http.Request, error)
NewDeviceGroupsCreateDeviceGroupRequest calls the generic DeviceGroupsCreateDeviceGroup builder with application/json body
func NewDeviceGroupsCreateDeviceGroupRequestWithBody ¶
func NewDeviceGroupsCreateDeviceGroupRequestWithBody(server string, params *DeviceGroupsCreateDeviceGroupParams, contentType string, body io.Reader) (*http.Request, error)
NewDeviceGroupsCreateDeviceGroupRequestWithBody generates requests for DeviceGroupsCreateDeviceGroup with any type of body
func NewDeviceGroupsDeleteDeviceGroupRequest ¶
func NewDeviceGroupsDeleteDeviceGroupRequest(server string, deviceGroupId openapi_types.UUID, params *DeviceGroupsDeleteDeviceGroupParams) (*http.Request, error)
NewDeviceGroupsDeleteDeviceGroupRequest generates requests for DeviceGroupsDeleteDeviceGroup
func NewDeviceGroupsGetDeviceGroupRequest ¶
func NewDeviceGroupsGetDeviceGroupRequest(server string, deviceGroupId openapi_types.UUID, params *DeviceGroupsGetDeviceGroupParams) (*http.Request, error)
NewDeviceGroupsGetDeviceGroupRequest generates requests for DeviceGroupsGetDeviceGroup
func NewDeviceGroupsListDeviceGroupsRequest ¶
func NewDeviceGroupsListDeviceGroupsRequest(server string, params *DeviceGroupsListDeviceGroupsParams) (*http.Request, error)
NewDeviceGroupsListDeviceGroupsRequest generates requests for DeviceGroupsListDeviceGroups
func NewDeviceGroupsUpdateDeviceGroupRequest ¶
func NewDeviceGroupsUpdateDeviceGroupRequest(server string, deviceGroupId openapi_types.UUID, params *DeviceGroupsUpdateDeviceGroupParams, body DeviceGroupsUpdateDeviceGroupJSONRequestBody) (*http.Request, error)
NewDeviceGroupsUpdateDeviceGroupRequest calls the generic DeviceGroupsUpdateDeviceGroup builder with application/json body
func NewDeviceGroupsUpdateDeviceGroupRequestWithBody ¶
func NewDeviceGroupsUpdateDeviceGroupRequestWithBody(server string, deviceGroupId openapi_types.UUID, params *DeviceGroupsUpdateDeviceGroupParams, contentType string, body io.Reader) (*http.Request, error)
NewDeviceGroupsUpdateDeviceGroupRequestWithBody generates requests for DeviceGroupsUpdateDeviceGroup with any type of body
func NewDevicesCheckDeviceHealthRequest ¶
func NewDevicesCheckDeviceHealthRequest(server string, deviceId openapi_types.UUID, params *DevicesCheckDeviceHealthParams) (*http.Request, error)
NewDevicesCheckDeviceHealthRequest generates requests for DevicesCheckDeviceHealth
func NewDevicesCreateDeviceRequest ¶
func NewDevicesCreateDeviceRequest(server string, params *DevicesCreateDeviceParams, body DevicesCreateDeviceJSONRequestBody) (*http.Request, error)
NewDevicesCreateDeviceRequest calls the generic DevicesCreateDevice builder with application/json body
func NewDevicesCreateDeviceRequestWithBody ¶
func NewDevicesCreateDeviceRequestWithBody(server string, params *DevicesCreateDeviceParams, contentType string, body io.Reader) (*http.Request, error)
NewDevicesCreateDeviceRequestWithBody generates requests for DevicesCreateDevice with any type of body
func NewDevicesDeleteDeviceRequest ¶
func NewDevicesDeleteDeviceRequest(server string, deviceId openapi_types.UUID, params *DevicesDeleteDeviceParams) (*http.Request, error)
NewDevicesDeleteDeviceRequest generates requests for DevicesDeleteDevice
func NewDevicesDiscoverDevicesRequest ¶
func NewDevicesDiscoverDevicesRequest(server string, params *DevicesDiscoverDevicesParams) (*http.Request, error)
NewDevicesDiscoverDevicesRequest generates requests for DevicesDiscoverDevices
func NewDevicesGetDeviceRequest ¶
func NewDevicesGetDeviceRequest(server string, deviceId openapi_types.UUID, params *DevicesGetDeviceParams) (*http.Request, error)
NewDevicesGetDeviceRequest generates requests for DevicesGetDevice
func NewDevicesGetDeviceSyncStatusRequest ¶
func NewDevicesGetDeviceSyncStatusRequest(server string, deviceId openapi_types.UUID, params *DevicesGetDeviceSyncStatusParams) (*http.Request, error)
NewDevicesGetDeviceSyncStatusRequest generates requests for DevicesGetDeviceSyncStatus
func NewDevicesListDevicesRequest ¶
func NewDevicesListDevicesRequest(server string, params *DevicesListDevicesParams) (*http.Request, error)
NewDevicesListDevicesRequest generates requests for DevicesListDevices
func NewDevicesPushModelToDeviceRequest ¶
func NewDevicesPushModelToDeviceRequest(server string, deviceId openapi_types.UUID, modelId openapi_types.UUID, params *DevicesPushModelToDeviceParams) (*http.Request, error)
NewDevicesPushModelToDeviceRequest generates requests for DevicesPushModelToDevice
func NewDevicesTestDeviceConnectionRequest ¶
func NewDevicesTestDeviceConnectionRequest(server string, deviceId openapi_types.UUID, params *DevicesTestDeviceConnectionParams) (*http.Request, error)
NewDevicesTestDeviceConnectionRequest generates requests for DevicesTestDeviceConnection
func NewDevicesTriggerDeviceSyncRequest ¶
func NewDevicesTriggerDeviceSyncRequest(server string, deviceId openapi_types.UUID, params *DevicesTriggerDeviceSyncParams) (*http.Request, error)
NewDevicesTriggerDeviceSyncRequest generates requests for DevicesTriggerDeviceSync
func NewDevicesUpdateDeviceRequest ¶
func NewDevicesUpdateDeviceRequest(server string, deviceId openapi_types.UUID, params *DevicesUpdateDeviceParams, body DevicesUpdateDeviceJSONRequestBody) (*http.Request, error)
NewDevicesUpdateDeviceRequest calls the generic DevicesUpdateDevice builder with application/json body
func NewDevicesUpdateDeviceRequestWithBody ¶
func NewDevicesUpdateDeviceRequestWithBody(server string, deviceId openapi_types.UUID, params *DevicesUpdateDeviceParams, contentType string, body io.Reader) (*http.Request, error)
NewDevicesUpdateDeviceRequestWithBody generates requests for DevicesUpdateDevice with any type of body
func NewEntityHistoryListRecentRequest ¶
func NewEntityHistoryListRecentRequest(server string, params *EntityHistoryListRecentParams) (*http.Request, error)
NewEntityHistoryListRecentRequest generates requests for EntityHistoryListRecent
func NewEntityHistoryRestoreRequest ¶
func NewEntityHistoryRestoreRequest(server string, groupId openapi_types.UUID, params *EntityHistoryRestoreParams) (*http.Request, error)
NewEntityHistoryRestoreRequest generates requests for EntityHistoryRestore
func NewExploreGetDataSourcesRequest ¶
func NewExploreGetDataSourcesRequest(server string, params *ExploreGetDataSourcesParams) (*http.Request, error)
NewExploreGetDataSourcesRequest generates requests for ExploreGetDataSources
func NewExploreRunRawQueryRequest ¶
func NewExploreRunRawQueryRequest(server string, params *ExploreRunRawQueryParams, body ExploreRunRawQueryJSONRequestBody) (*http.Request, error)
NewExploreRunRawQueryRequest calls the generic ExploreRunRawQuery builder with application/json body
func NewExploreRunRawQueryRequestWithBody ¶
func NewExploreRunRawQueryRequestWithBody(server string, params *ExploreRunRawQueryParams, contentType string, body io.Reader) (*http.Request, error)
NewExploreRunRawQueryRequestWithBody generates requests for ExploreRunRawQuery with any type of body
func NewGatewayGatewaySetupSnippetRequest ¶
func NewGatewayGatewaySetupSnippetRequest(server string, params *GatewayGatewaySetupSnippetParams) (*http.Request, error)
NewGatewayGatewaySetupSnippetRequest generates requests for GatewayGatewaySetupSnippet
func NewGatewayGatewayStatusRequest ¶
func NewGatewayGatewayStatusRequest(server string, params *GatewayGatewayStatusParams) (*http.Request, error)
NewGatewayGatewayStatusRequest generates requests for GatewayGatewayStatus
func NewImagesCaptureAndObjectDetectionRequestWithBody ¶
func NewImagesCaptureAndObjectDetectionRequestWithBody(server string, params *ImagesCaptureAndObjectDetectionParams, contentType string, body io.Reader) (*http.Request, error)
NewImagesCaptureAndObjectDetectionRequestWithBody generates requests for ImagesCaptureAndObjectDetection with any type of body
func NewImagesCaptureImageRequestWithBody ¶
func NewImagesCaptureImageRequestWithBody(server string, params *ImagesCaptureImageParams, contentType string, body io.Reader) (*http.Request, error)
NewImagesCaptureImageRequestWithBody generates requests for ImagesCaptureImage with any type of body
func NewImagesDeleteCameraImageRequest ¶
func NewImagesDeleteCameraImageRequest(server string, imageId openapi_types.UUID, params *ImagesDeleteCameraImageParams) (*http.Request, error)
NewImagesDeleteCameraImageRequest generates requests for ImagesDeleteCameraImage
func NewImagesGetDifferenceFileRequest ¶
func NewImagesGetDifferenceFileRequest(server string, imageId openapi_types.UUID, params *ImagesGetDifferenceFileParams) (*http.Request, error)
NewImagesGetDifferenceFileRequest generates requests for ImagesGetDifferenceFile
func NewImagesGetHeatmapFileRequest ¶
func NewImagesGetHeatmapFileRequest(server string, imageId openapi_types.UUID, params *ImagesGetHeatmapFileParams) (*http.Request, error)
NewImagesGetHeatmapFileRequest generates requests for ImagesGetHeatmapFile
func NewImagesGetOriginalFileRequest ¶
func NewImagesGetOriginalFileRequest(server string, imageId openapi_types.UUID, params *ImagesGetOriginalFileParams) (*http.Request, error)
NewImagesGetOriginalFileRequest generates requests for ImagesGetOriginalFile
func NewImagesGetProcessedFileRequest ¶
func NewImagesGetProcessedFileRequest(server string, imageId openapi_types.UUID, params *ImagesGetProcessedFileParams) (*http.Request, error)
NewImagesGetProcessedFileRequest generates requests for ImagesGetProcessedFile
func NewImagesPatchCameraImageReviewRequest ¶
func NewImagesPatchCameraImageReviewRequest(server string, imageId openapi_types.UUID, params *ImagesPatchCameraImageReviewParams, body ImagesPatchCameraImageReviewJSONRequestBody) (*http.Request, error)
NewImagesPatchCameraImageReviewRequest calls the generic ImagesPatchCameraImageReview builder with application/json body
func NewImagesPatchCameraImageReviewRequestWithBody ¶
func NewImagesPatchCameraImageReviewRequestWithBody(server string, imageId openapi_types.UUID, params *ImagesPatchCameraImageReviewParams, contentType string, body io.Reader) (*http.Request, error)
NewImagesPatchCameraImageReviewRequestWithBody generates requests for ImagesPatchCameraImageReview with any type of body
func NewImagesReadCameraImageRequest ¶
func NewImagesReadCameraImageRequest(server string, imageId openapi_types.UUID, params *ImagesReadCameraImageParams) (*http.Request, error)
NewImagesReadCameraImageRequest generates requests for ImagesReadCameraImage
func NewImagesReadCameraImagesRequest ¶
func NewImagesReadCameraImagesRequest(server string, params *ImagesReadCameraImagesParams) (*http.Request, error)
NewImagesReadCameraImagesRequest generates requests for ImagesReadCameraImages
func NewImagesUpdateCameraImageRequest ¶
func NewImagesUpdateCameraImageRequest(server string, imageId openapi_types.UUID, params *ImagesUpdateCameraImageParams, body ImagesUpdateCameraImageJSONRequestBody) (*http.Request, error)
NewImagesUpdateCameraImageRequest calls the generic ImagesUpdateCameraImage builder with application/json body
func NewImagesUpdateCameraImageRequestWithBody ¶
func NewImagesUpdateCameraImageRequestWithBody(server string, imageId openapi_types.UUID, params *ImagesUpdateCameraImageParams, contentType string, body io.Reader) (*http.Request, error)
NewImagesUpdateCameraImageRequestWithBody generates requests for ImagesUpdateCameraImage with any type of body
func NewImpersonateImpersonationStatusRequest ¶
func NewImpersonateImpersonationStatusRequest(server string, params *ImpersonateImpersonationStatusParams) (*http.Request, error)
NewImpersonateImpersonationStatusRequest generates requests for ImpersonateImpersonationStatus
func NewImpersonateStartImpersonationRequest ¶
func NewImpersonateStartImpersonationRequest(server string, params *ImpersonateStartImpersonationParams, body ImpersonateStartImpersonationJSONRequestBody) (*http.Request, error)
NewImpersonateStartImpersonationRequest calls the generic ImpersonateStartImpersonation builder with application/json body
func NewImpersonateStartImpersonationRequestWithBody ¶
func NewImpersonateStartImpersonationRequestWithBody(server string, params *ImpersonateStartImpersonationParams, contentType string, body io.Reader) (*http.Request, error)
NewImpersonateStartImpersonationRequestWithBody generates requests for ImpersonateStartImpersonation with any type of body
func NewImpersonateStopImpersonationRequest ¶
func NewImpersonateStopImpersonationRequest(server string, params *ImpersonateStopImpersonationParams) (*http.Request, error)
NewImpersonateStopImpersonationRequest generates requests for ImpersonateStopImpersonation
func NewIncidentsAddIncidentNoteRequest ¶
func NewIncidentsAddIncidentNoteRequest(server string, incidentId openapi_types.UUID, params *IncidentsAddIncidentNoteParams, body IncidentsAddIncidentNoteJSONRequestBody) (*http.Request, error)
NewIncidentsAddIncidentNoteRequest calls the generic IncidentsAddIncidentNote builder with application/json body
func NewIncidentsAddIncidentNoteRequestWithBody ¶
func NewIncidentsAddIncidentNoteRequestWithBody(server string, incidentId openapi_types.UUID, params *IncidentsAddIncidentNoteParams, contentType string, body io.Reader) (*http.Request, error)
NewIncidentsAddIncidentNoteRequestWithBody generates requests for IncidentsAddIncidentNote with any type of body
func NewIncidentsCreateIncidentRequest ¶
func NewIncidentsCreateIncidentRequest(server string, params *IncidentsCreateIncidentParams, body IncidentsCreateIncidentJSONRequestBody) (*http.Request, error)
NewIncidentsCreateIncidentRequest calls the generic IncidentsCreateIncident builder with application/json body
func NewIncidentsCreateIncidentRequestWithBody ¶
func NewIncidentsCreateIncidentRequestWithBody(server string, params *IncidentsCreateIncidentParams, contentType string, body io.Reader) (*http.Request, error)
NewIncidentsCreateIncidentRequestWithBody generates requests for IncidentsCreateIncident with any type of body
func NewIncidentsDeleteIncidentNoteRequest ¶
func NewIncidentsDeleteIncidentNoteRequest(server string, incidentId openapi_types.UUID, noteId openapi_types.UUID, params *IncidentsDeleteIncidentNoteParams) (*http.Request, error)
NewIncidentsDeleteIncidentNoteRequest generates requests for IncidentsDeleteIncidentNote
func NewIncidentsDeleteIncidentRequest ¶
func NewIncidentsDeleteIncidentRequest(server string, incidentId openapi_types.UUID, params *IncidentsDeleteIncidentParams) (*http.Request, error)
NewIncidentsDeleteIncidentRequest generates requests for IncidentsDeleteIncident
func NewIncidentsGetIncidentRequest ¶
func NewIncidentsGetIncidentRequest(server string, incidentId openapi_types.UUID, params *IncidentsGetIncidentParams) (*http.Request, error)
NewIncidentsGetIncidentRequest generates requests for IncidentsGetIncident
func NewIncidentsLinkDeviceToIncidentRequest ¶
func NewIncidentsLinkDeviceToIncidentRequest(server string, incidentId openapi_types.UUID, deviceId openapi_types.UUID, params *IncidentsLinkDeviceToIncidentParams) (*http.Request, error)
NewIncidentsLinkDeviceToIncidentRequest generates requests for IncidentsLinkDeviceToIncident
func NewIncidentsListIncidentNotesRequest ¶
func NewIncidentsListIncidentNotesRequest(server string, incidentId openapi_types.UUID, params *IncidentsListIncidentNotesParams) (*http.Request, error)
NewIncidentsListIncidentNotesRequest generates requests for IncidentsListIncidentNotes
func NewIncidentsListIncidentsRequest ¶
func NewIncidentsListIncidentsRequest(server string, params *IncidentsListIncidentsParams) (*http.Request, error)
NewIncidentsListIncidentsRequest generates requests for IncidentsListIncidents
func NewIncidentsUnlinkDeviceFromIncidentRequest ¶
func NewIncidentsUnlinkDeviceFromIncidentRequest(server string, incidentId openapi_types.UUID, deviceId openapi_types.UUID, params *IncidentsUnlinkDeviceFromIncidentParams) (*http.Request, error)
NewIncidentsUnlinkDeviceFromIncidentRequest generates requests for IncidentsUnlinkDeviceFromIncident
func NewIncidentsUpdateIncidentNoteRequest ¶
func NewIncidentsUpdateIncidentNoteRequest(server string, incidentId openapi_types.UUID, noteId openapi_types.UUID, params *IncidentsUpdateIncidentNoteParams, body IncidentsUpdateIncidentNoteJSONRequestBody) (*http.Request, error)
NewIncidentsUpdateIncidentNoteRequest calls the generic IncidentsUpdateIncidentNote builder with application/json body
func NewIncidentsUpdateIncidentNoteRequestWithBody ¶
func NewIncidentsUpdateIncidentNoteRequestWithBody(server string, incidentId openapi_types.UUID, noteId openapi_types.UUID, params *IncidentsUpdateIncidentNoteParams, contentType string, body io.Reader) (*http.Request, error)
NewIncidentsUpdateIncidentNoteRequestWithBody generates requests for IncidentsUpdateIncidentNote with any type of body
func NewIncidentsUpdateIncidentRequest ¶
func NewIncidentsUpdateIncidentRequest(server string, incidentId openapi_types.UUID, params *IncidentsUpdateIncidentParams, body IncidentsUpdateIncidentJSONRequestBody) (*http.Request, error)
NewIncidentsUpdateIncidentRequest calls the generic IncidentsUpdateIncident builder with application/json body
func NewIncidentsUpdateIncidentRequestWithBody ¶
func NewIncidentsUpdateIncidentRequestWithBody(server string, incidentId openapi_types.UUID, params *IncidentsUpdateIncidentParams, contentType string, body io.Reader) (*http.Request, error)
NewIncidentsUpdateIncidentRequestWithBody generates requests for IncidentsUpdateIncident with any type of body
func NewInspectionCreateCaptureAnnotationRequest ¶
func NewInspectionCreateCaptureAnnotationRequest(server string, captureId openapi_types.UUID, params *InspectionCreateCaptureAnnotationParams, body InspectionCreateCaptureAnnotationJSONRequestBody) (*http.Request, error)
NewInspectionCreateCaptureAnnotationRequest calls the generic InspectionCreateCaptureAnnotation builder with application/json body
func NewInspectionCreateCaptureAnnotationRequestWithBody ¶
func NewInspectionCreateCaptureAnnotationRequestWithBody(server string, captureId openapi_types.UUID, params *InspectionCreateCaptureAnnotationParams, contentType string, body io.Reader) (*http.Request, error)
NewInspectionCreateCaptureAnnotationRequestWithBody generates requests for InspectionCreateCaptureAnnotation with any type of body
func NewInspectionDeleteAnnotationRequest ¶
func NewInspectionDeleteAnnotationRequest(server string, annotationId openapi_types.UUID, params *InspectionDeleteAnnotationParams) (*http.Request, error)
NewInspectionDeleteAnnotationRequest generates requests for InspectionDeleteAnnotation
func NewInspectionListCaptureAnnotationsRequest ¶
func NewInspectionListCaptureAnnotationsRequest(server string, captureId openapi_types.UUID, params *InspectionListCaptureAnnotationsParams) (*http.Request, error)
NewInspectionListCaptureAnnotationsRequest generates requests for InspectionListCaptureAnnotations
func NewInspectionProfilesActivateProfileRequest ¶
func NewInspectionProfilesActivateProfileRequest(server string, deviceGroupId openapi_types.UUID, profileId openapi_types.UUID, params *InspectionProfilesActivateProfileParams) (*http.Request, error)
NewInspectionProfilesActivateProfileRequest generates requests for InspectionProfilesActivateProfile
func NewInspectionProfilesCaptureGoldenImageRequest ¶
func NewInspectionProfilesCaptureGoldenImageRequest(server string, deviceGroupId openapi_types.UUID, profileId openapi_types.UUID, params *InspectionProfilesCaptureGoldenImageParams, body InspectionProfilesCaptureGoldenImageJSONRequestBody) (*http.Request, error)
NewInspectionProfilesCaptureGoldenImageRequest calls the generic InspectionProfilesCaptureGoldenImage builder with application/json body
func NewInspectionProfilesCaptureGoldenImageRequestWithBody ¶
func NewInspectionProfilesCaptureGoldenImageRequestWithBody(server string, deviceGroupId openapi_types.UUID, profileId openapi_types.UUID, params *InspectionProfilesCaptureGoldenImageParams, contentType string, body io.Reader) (*http.Request, error)
NewInspectionProfilesCaptureGoldenImageRequestWithBody generates requests for InspectionProfilesCaptureGoldenImage with any type of body
func NewInspectionProfilesCreateProfileRequest ¶
func NewInspectionProfilesCreateProfileRequest(server string, deviceGroupId openapi_types.UUID, params *InspectionProfilesCreateProfileParams, body InspectionProfilesCreateProfileJSONRequestBody) (*http.Request, error)
NewInspectionProfilesCreateProfileRequest calls the generic InspectionProfilesCreateProfile builder with application/json body
func NewInspectionProfilesCreateProfileRequestWithBody ¶
func NewInspectionProfilesCreateProfileRequestWithBody(server string, deviceGroupId openapi_types.UUID, params *InspectionProfilesCreateProfileParams, contentType string, body io.Reader) (*http.Request, error)
NewInspectionProfilesCreateProfileRequestWithBody generates requests for InspectionProfilesCreateProfile with any type of body
func NewInspectionProfilesDeactivateProfileRequest ¶
func NewInspectionProfilesDeactivateProfileRequest(server string, deviceGroupId openapi_types.UUID, profileId openapi_types.UUID, params *InspectionProfilesDeactivateProfileParams) (*http.Request, error)
NewInspectionProfilesDeactivateProfileRequest generates requests for InspectionProfilesDeactivateProfile
func NewInspectionProfilesDeleteGoldenImageRequest ¶
func NewInspectionProfilesDeleteGoldenImageRequest(server string, deviceGroupId openapi_types.UUID, profileId openapi_types.UUID, imageId openapi_types.UUID, params *InspectionProfilesDeleteGoldenImageParams) (*http.Request, error)
NewInspectionProfilesDeleteGoldenImageRequest generates requests for InspectionProfilesDeleteGoldenImage
func NewInspectionProfilesDeleteProfileRequest ¶
func NewInspectionProfilesDeleteProfileRequest(server string, deviceGroupId openapi_types.UUID, profileId openapi_types.UUID, params *InspectionProfilesDeleteProfileParams) (*http.Request, error)
NewInspectionProfilesDeleteProfileRequest generates requests for InspectionProfilesDeleteProfile
func NewInspectionProfilesGetProfileRequest ¶
func NewInspectionProfilesGetProfileRequest(server string, deviceGroupId openapi_types.UUID, profileId openapi_types.UUID, params *InspectionProfilesGetProfileParams) (*http.Request, error)
NewInspectionProfilesGetProfileRequest generates requests for InspectionProfilesGetProfile
func NewInspectionProfilesInspectCaptureRequest ¶
func NewInspectionProfilesInspectCaptureRequest(server string, deviceGroupId openapi_types.UUID, profileId openapi_types.UUID, params *InspectionProfilesInspectCaptureParams, body InspectionProfilesInspectCaptureJSONRequestBody) (*http.Request, error)
NewInspectionProfilesInspectCaptureRequest calls the generic InspectionProfilesInspectCapture builder with application/json body
func NewInspectionProfilesInspectCaptureRequestWithBody ¶
func NewInspectionProfilesInspectCaptureRequestWithBody(server string, deviceGroupId openapi_types.UUID, profileId openapi_types.UUID, params *InspectionProfilesInspectCaptureParams, contentType string, body io.Reader) (*http.Request, error)
NewInspectionProfilesInspectCaptureRequestWithBody generates requests for InspectionProfilesInspectCapture with any type of body
func NewInspectionProfilesListProfilesRequest ¶
func NewInspectionProfilesListProfilesRequest(server string, deviceGroupId openapi_types.UUID, params *InspectionProfilesListProfilesParams) (*http.Request, error)
NewInspectionProfilesListProfilesRequest generates requests for InspectionProfilesListProfiles
func NewInspectionProfilesUpdateProfileRequest ¶
func NewInspectionProfilesUpdateProfileRequest(server string, deviceGroupId openapi_types.UUID, profileId openapi_types.UUID, params *InspectionProfilesUpdateProfileParams, body InspectionProfilesUpdateProfileJSONRequestBody) (*http.Request, error)
NewInspectionProfilesUpdateProfileRequest calls the generic InspectionProfilesUpdateProfile builder with application/json body
func NewInspectionProfilesUpdateProfileRequestWithBody ¶
func NewInspectionProfilesUpdateProfileRequestWithBody(server string, deviceGroupId openapi_types.UUID, profileId openapi_types.UUID, params *InspectionProfilesUpdateProfileParams, contentType string, body io.Reader) (*http.Request, error)
NewInspectionProfilesUpdateProfileRequestWithBody generates requests for InspectionProfilesUpdateProfile with any type of body
func NewInspectionProfilesUploadGoldenImageRequestWithBody ¶
func NewInspectionProfilesUploadGoldenImageRequestWithBody(server string, deviceGroupId openapi_types.UUID, profileId openapi_types.UUID, params *InspectionProfilesUploadGoldenImageParams, contentType string, body io.Reader) (*http.Request, error)
NewInspectionProfilesUploadGoldenImageRequestWithBody generates requests for InspectionProfilesUploadGoldenImage with any type of body
func NewInspectionProfilesUploadTrainingCaptureRequestWithBody ¶
func NewInspectionProfilesUploadTrainingCaptureRequestWithBody(server string, deviceGroupId openapi_types.UUID, profileId openapi_types.UUID, params *InspectionProfilesUploadTrainingCaptureParams, contentType string, body io.Reader) (*http.Request, error)
NewInspectionProfilesUploadTrainingCaptureRequestWithBody generates requests for InspectionProfilesUploadTrainingCapture with any type of body
func NewInspectionPromoteCaptureToGoldenRequest ¶
func NewInspectionPromoteCaptureToGoldenRequest(server string, captureId openapi_types.UUID, params *InspectionPromoteCaptureToGoldenParams) (*http.Request, error)
NewInspectionPromoteCaptureToGoldenRequest generates requests for InspectionPromoteCaptureToGolden
func NewInspectionSetCaptureReferenceSetRequest ¶
func NewInspectionSetCaptureReferenceSetRequest(server string, captureId openapi_types.UUID, params *InspectionSetCaptureReferenceSetParams, body InspectionSetCaptureReferenceSetJSONRequestBody) (*http.Request, error)
NewInspectionSetCaptureReferenceSetRequest calls the generic InspectionSetCaptureReferenceSet builder with application/json body
func NewInspectionSetCaptureReferenceSetRequestWithBody ¶
func NewInspectionSetCaptureReferenceSetRequestWithBody(server string, captureId openapi_types.UUID, params *InspectionSetCaptureReferenceSetParams, contentType string, body io.Reader) (*http.Request, error)
NewInspectionSetCaptureReferenceSetRequestWithBody generates requests for InspectionSetCaptureReferenceSet with any type of body
func NewInspectionUpdateAnnotationRequest ¶
func NewInspectionUpdateAnnotationRequest(server string, annotationId openapi_types.UUID, params *InspectionUpdateAnnotationParams, body InspectionUpdateAnnotationJSONRequestBody) (*http.Request, error)
NewInspectionUpdateAnnotationRequest calls the generic InspectionUpdateAnnotation builder with application/json body
func NewInspectionUpdateAnnotationRequestWithBody ¶
func NewInspectionUpdateAnnotationRequestWithBody(server string, annotationId openapi_types.UUID, params *InspectionUpdateAnnotationParams, contentType string, body io.Reader) (*http.Request, error)
NewInspectionUpdateAnnotationRequestWithBody generates requests for InspectionUpdateAnnotation with any type of body
func NewJetsonNanoCheckJetsonOnlineRequest ¶
func NewJetsonNanoCheckJetsonOnlineRequest(server string, deviceId string, params *JetsonNanoCheckJetsonOnlineParams) (*http.Request, error)
NewJetsonNanoCheckJetsonOnlineRequest generates requests for JetsonNanoCheckJetsonOnline
func NewJetsonNanoGetDetectionDigestRequest ¶
func NewJetsonNanoGetDetectionDigestRequest(server string, deviceId string, params *JetsonNanoGetDetectionDigestParams) (*http.Request, error)
NewJetsonNanoGetDetectionDigestRequest generates requests for JetsonNanoGetDetectionDigest
func NewJetsonNanoGetDetectionStatusRequest ¶
func NewJetsonNanoGetDetectionStatusRequest(server string, deviceId string, params *JetsonNanoGetDetectionStatusParams) (*http.Request, error)
NewJetsonNanoGetDetectionStatusRequest generates requests for JetsonNanoGetDetectionStatus
func NewJetsonNanoGetJetsonConfigRequest ¶
func NewJetsonNanoGetJetsonConfigRequest(server string, deviceId string, params *JetsonNanoGetJetsonConfigParams) (*http.Request, error)
NewJetsonNanoGetJetsonConfigRequest generates requests for JetsonNanoGetJetsonConfig
func NewJetsonNanoGetJetsonDeviceStatusRequest ¶
func NewJetsonNanoGetJetsonDeviceStatusRequest(server string, deviceId string, params *JetsonNanoGetJetsonDeviceStatusParams) (*http.Request, error)
NewJetsonNanoGetJetsonDeviceStatusRequest generates requests for JetsonNanoGetJetsonDeviceStatus
func NewJetsonNanoGetJetsonDevicesRequest ¶
func NewJetsonNanoGetJetsonDevicesRequest(server string, params *JetsonNanoGetJetsonDevicesParams) (*http.Request, error)
NewJetsonNanoGetJetsonDevicesRequest generates requests for JetsonNanoGetJetsonDevices
func NewJetsonNanoSendJetsonConfigRequest ¶
func NewJetsonNanoSendJetsonConfigRequest(server string, deviceId string, params *JetsonNanoSendJetsonConfigParams, body JetsonNanoSendJetsonConfigJSONRequestBody) (*http.Request, error)
NewJetsonNanoSendJetsonConfigRequest calls the generic JetsonNanoSendJetsonConfig builder with application/json body
func NewJetsonNanoSendJetsonConfigRequestWithBody ¶
func NewJetsonNanoSendJetsonConfigRequestWithBody(server string, deviceId string, params *JetsonNanoSendJetsonConfigParams, contentType string, body io.Reader) (*http.Request, error)
NewJetsonNanoSendJetsonConfigRequestWithBody generates requests for JetsonNanoSendJetsonConfig with any type of body
func NewJetsonNanoSendJetsonControlRequest ¶
func NewJetsonNanoSendJetsonControlRequest(server string, deviceId string, params *JetsonNanoSendJetsonControlParams, body JetsonNanoSendJetsonControlJSONRequestBody) (*http.Request, error)
NewJetsonNanoSendJetsonControlRequest calls the generic JetsonNanoSendJetsonControl builder with application/json body
func NewJetsonNanoSendJetsonControlRequestWithBody ¶
func NewJetsonNanoSendJetsonControlRequestWithBody(server string, deviceId string, params *JetsonNanoSendJetsonControlParams, contentType string, body io.Reader) (*http.Request, error)
NewJetsonNanoSendJetsonControlRequestWithBody generates requests for JetsonNanoSendJetsonControl with any type of body
func NewLivekitGetViewerTokenRequest ¶
func NewLivekitGetViewerTokenRequest(server string, params *LivekitGetViewerTokenParams) (*http.Request, error)
NewLivekitGetViewerTokenRequest generates requests for LivekitGetViewerToken
func NewLivekitStartDeviceStreamRequest ¶
func NewLivekitStartDeviceStreamRequest(server string, deviceId string, params *LivekitStartDeviceStreamParams) (*http.Request, error)
NewLivekitStartDeviceStreamRequest generates requests for LivekitStartDeviceStream
func NewLivekitStopDeviceStreamRequest ¶
func NewLivekitStopDeviceStreamRequest(server string, deviceId string, params *LivekitStopDeviceStreamParams) (*http.Request, error)
NewLivekitStopDeviceStreamRequest generates requests for LivekitStopDeviceStream
func NewLocationsCreateLocationRequest ¶
func NewLocationsCreateLocationRequest(server string, params *LocationsCreateLocationParams, body LocationsCreateLocationJSONRequestBody) (*http.Request, error)
NewLocationsCreateLocationRequest calls the generic LocationsCreateLocation builder with application/json body
func NewLocationsCreateLocationRequestWithBody ¶
func NewLocationsCreateLocationRequestWithBody(server string, params *LocationsCreateLocationParams, contentType string, body io.Reader) (*http.Request, error)
NewLocationsCreateLocationRequestWithBody generates requests for LocationsCreateLocation with any type of body
func NewLocationsDeleteLocationRequest ¶
func NewLocationsDeleteLocationRequest(server string, locationId openapi_types.UUID, params *LocationsDeleteLocationParams) (*http.Request, error)
NewLocationsDeleteLocationRequest generates requests for LocationsDeleteLocation
func NewLocationsGetLocationDevicesRequest ¶
func NewLocationsGetLocationDevicesRequest(server string, locationId openapi_types.UUID, params *LocationsGetLocationDevicesParams) (*http.Request, error)
NewLocationsGetLocationDevicesRequest generates requests for LocationsGetLocationDevices
func NewLocationsGetLocationIncidentsRequest ¶
func NewLocationsGetLocationIncidentsRequest(server string, locationId openapi_types.UUID, params *LocationsGetLocationIncidentsParams) (*http.Request, error)
NewLocationsGetLocationIncidentsRequest generates requests for LocationsGetLocationIncidents
func NewLocationsGetLocationRequest ¶
func NewLocationsGetLocationRequest(server string, locationId openapi_types.UUID, params *LocationsGetLocationParams) (*http.Request, error)
NewLocationsGetLocationRequest generates requests for LocationsGetLocation
func NewLocationsGetLocationTreeRequest ¶
func NewLocationsGetLocationTreeRequest(server string, params *LocationsGetLocationTreeParams) (*http.Request, error)
NewLocationsGetLocationTreeRequest generates requests for LocationsGetLocationTree
func NewLocationsListLocationsRequest ¶
func NewLocationsListLocationsRequest(server string, params *LocationsListLocationsParams) (*http.Request, error)
NewLocationsListLocationsRequest generates requests for LocationsListLocations
func NewLocationsUpdateLocationRequest ¶
func NewLocationsUpdateLocationRequest(server string, locationId openapi_types.UUID, params *LocationsUpdateLocationParams, body LocationsUpdateLocationJSONRequestBody) (*http.Request, error)
NewLocationsUpdateLocationRequest calls the generic LocationsUpdateLocation builder with application/json body
func NewLocationsUpdateLocationRequestWithBody ¶
func NewLocationsUpdateLocationRequestWithBody(server string, locationId openapi_types.UUID, params *LocationsUpdateLocationParams, contentType string, body io.Reader) (*http.Request, error)
NewLocationsUpdateLocationRequestWithBody generates requests for LocationsUpdateLocation with any type of body
func NewLoginAuthCallbackRequest ¶
func NewLoginAuthCallbackRequest(server string, params *LoginAuthCallbackParams) (*http.Request, error)
NewLoginAuthCallbackRequest generates requests for LoginAuthCallback
func NewLoginAuthLoginRequest ¶
func NewLoginAuthLoginRequest(server string, params *LoginAuthLoginParams) (*http.Request, error)
NewLoginAuthLoginRequest generates requests for LoginAuthLogin
func NewLoginAuthLogoutRequest ¶
NewLoginAuthLogoutRequest generates requests for LoginAuthLogout
func NewLoginTestTokenRequest ¶
func NewLoginTestTokenRequest(server string, params *LoginTestTokenParams) (*http.Request, error)
NewLoginTestTokenRequest generates requests for LoginTestToken
func NewModelOutputSchemasDeleteSchemaRequest ¶
func NewModelOutputSchemasDeleteSchemaRequest(server string, schemaId openapi_types.UUID, params *ModelOutputSchemasDeleteSchemaParams) (*http.Request, error)
NewModelOutputSchemasDeleteSchemaRequest generates requests for ModelOutputSchemasDeleteSchema
func NewModelOutputSchemasForkSchemaRequest ¶
func NewModelOutputSchemasForkSchemaRequest(server string, schemaId openapi_types.UUID, params *ModelOutputSchemasForkSchemaParams) (*http.Request, error)
NewModelOutputSchemasForkSchemaRequest generates requests for ModelOutputSchemasForkSchema
func NewModelOutputSchemasGetBindingsRequest ¶
func NewModelOutputSchemasGetBindingsRequest(server string, schemaId openapi_types.UUID, params *ModelOutputSchemasGetBindingsParams) (*http.Request, error)
NewModelOutputSchemasGetBindingsRequest generates requests for ModelOutputSchemasGetBindings
func NewModelOutputSchemasGetReviewTargetsRequest ¶
func NewModelOutputSchemasGetReviewTargetsRequest(server string, schemaId openapi_types.UUID, params *ModelOutputSchemasGetReviewTargetsParams) (*http.Request, error)
NewModelOutputSchemasGetReviewTargetsRequest generates requests for ModelOutputSchemasGetReviewTargets
func NewModelOutputSchemasGetSchemaDetailRequest ¶
func NewModelOutputSchemasGetSchemaDetailRequest(server string, schemaId openapi_types.UUID, params *ModelOutputSchemasGetSchemaDetailParams) (*http.Request, error)
NewModelOutputSchemasGetSchemaDetailRequest generates requests for ModelOutputSchemasGetSchemaDetail
func NewModelOutputSchemasListSchemasRequest ¶
func NewModelOutputSchemasListSchemasRequest(server string, params *ModelOutputSchemasListSchemasParams) (*http.Request, error)
NewModelOutputSchemasListSchemasRequest generates requests for ModelOutputSchemasListSchemas
func NewModelOutputSchemasPatchSchemaRequest ¶
func NewModelOutputSchemasPatchSchemaRequest(server string, schemaId openapi_types.UUID, params *ModelOutputSchemasPatchSchemaParams, body ModelOutputSchemasPatchSchemaJSONRequestBody) (*http.Request, error)
NewModelOutputSchemasPatchSchemaRequest calls the generic ModelOutputSchemasPatchSchema builder with application/json body
func NewModelOutputSchemasPatchSchemaRequestWithBody ¶
func NewModelOutputSchemasPatchSchemaRequestWithBody(server string, schemaId openapi_types.UUID, params *ModelOutputSchemasPatchSchemaParams, contentType string, body io.Reader) (*http.Request, error)
NewModelOutputSchemasPatchSchemaRequestWithBody generates requests for ModelOutputSchemasPatchSchema with any type of body
func NewModelsDeleteModelRequest ¶
func NewModelsDeleteModelRequest(server string, modelId openapi_types.UUID, params *ModelsDeleteModelParams) (*http.Request, error)
NewModelsDeleteModelRequest generates requests for ModelsDeleteModel
func NewModelsGetDownloadUrlRequest ¶
func NewModelsGetDownloadUrlRequest(server string, modelId openapi_types.UUID, params *ModelsGetDownloadUrlParams) (*http.Request, error)
NewModelsGetDownloadUrlRequest generates requests for ModelsGetDownloadUrl
func NewModelsGetModelRequest ¶
func NewModelsGetModelRequest(server string, modelId openapi_types.UUID, params *ModelsGetModelParams) (*http.Request, error)
NewModelsGetModelRequest generates requests for ModelsGetModel
func NewModelsListModelsRequest ¶
func NewModelsListModelsRequest(server string, params *ModelsListModelsParams) (*http.Request, error)
NewModelsListModelsRequest generates requests for ModelsListModels
func NewModelsUploadModelRequestWithBody ¶
func NewModelsUploadModelRequestWithBody(server string, params *ModelsUploadModelParams, contentType string, body io.Reader) (*http.Request, error)
NewModelsUploadModelRequestWithBody generates requests for ModelsUploadModel with any type of body
func NewMqttGetMqttDevicesRequest ¶
func NewMqttGetMqttDevicesRequest(server string, params *MqttGetMqttDevicesParams) (*http.Request, error)
NewMqttGetMqttDevicesRequest generates requests for MqttGetMqttDevices
func NewMqttGetMqttStatusRequest ¶
func NewMqttGetMqttStatusRequest(server string, params *MqttGetMqttStatusParams) (*http.Request, error)
NewMqttGetMqttStatusRequest generates requests for MqttGetMqttStatus
func NewMqttGetMqttTopicsRequest ¶
func NewMqttGetMqttTopicsRequest(server string, params *MqttGetMqttTopicsParams) (*http.Request, error)
NewMqttGetMqttTopicsRequest generates requests for MqttGetMqttTopics
func NewMqttSendFleetBroadcastRequest ¶
func NewMqttSendFleetBroadcastRequest(server string, params *MqttSendFleetBroadcastParams, body MqttSendFleetBroadcastJSONRequestBody) (*http.Request, error)
NewMqttSendFleetBroadcastRequest calls the generic MqttSendFleetBroadcast builder with application/json body
func NewMqttSendFleetBroadcastRequestWithBody ¶
func NewMqttSendFleetBroadcastRequestWithBody(server string, params *MqttSendFleetBroadcastParams, contentType string, body io.Reader) (*http.Request, error)
NewMqttSendFleetBroadcastRequestWithBody generates requests for MqttSendFleetBroadcast with any type of body
func NewOrganizationsDeleteOrganizationLogoRequest ¶
func NewOrganizationsDeleteOrganizationLogoRequest(server string, params *OrganizationsDeleteOrganizationLogoParams) (*http.Request, error)
NewOrganizationsDeleteOrganizationLogoRequest generates requests for OrganizationsDeleteOrganizationLogo
func NewOrganizationsGetOrganizationLogoRequest ¶
func NewOrganizationsGetOrganizationLogoRequest(server string, params *OrganizationsGetOrganizationLogoParams) (*http.Request, error)
NewOrganizationsGetOrganizationLogoRequest generates requests for OrganizationsGetOrganizationLogo
func NewOrganizationsReadOrganizationMeRequest ¶
func NewOrganizationsReadOrganizationMeRequest(server string, params *OrganizationsReadOrganizationMeParams) (*http.Request, error)
NewOrganizationsReadOrganizationMeRequest generates requests for OrganizationsReadOrganizationMe
func NewOrganizationsReadOrganizationMqttConfigRequest ¶
func NewOrganizationsReadOrganizationMqttConfigRequest(server string, params *OrganizationsReadOrganizationMqttConfigParams) (*http.Request, error)
NewOrganizationsReadOrganizationMqttConfigRequest generates requests for OrganizationsReadOrganizationMqttConfig
func NewOrganizationsUpdateOrganizationMeRequest ¶
func NewOrganizationsUpdateOrganizationMeRequest(server string, params *OrganizationsUpdateOrganizationMeParams, body OrganizationsUpdateOrganizationMeJSONRequestBody) (*http.Request, error)
NewOrganizationsUpdateOrganizationMeRequest calls the generic OrganizationsUpdateOrganizationMe builder with application/json body
func NewOrganizationsUpdateOrganizationMeRequestWithBody ¶
func NewOrganizationsUpdateOrganizationMeRequestWithBody(server string, params *OrganizationsUpdateOrganizationMeParams, contentType string, body io.Reader) (*http.Request, error)
NewOrganizationsUpdateOrganizationMeRequestWithBody generates requests for OrganizationsUpdateOrganizationMe with any type of body
func NewOrganizationsUploadOrganizationLogoRequestWithBody ¶
func NewOrganizationsUploadOrganizationLogoRequestWithBody(server string, params *OrganizationsUploadOrganizationLogoParams, contentType string, body io.Reader) (*http.Request, error)
NewOrganizationsUploadOrganizationLogoRequestWithBody generates requests for OrganizationsUploadOrganizationLogo with any type of body
func NewOtelEndpointsCreateOtelEndpointRequest ¶
func NewOtelEndpointsCreateOtelEndpointRequest(server string, deviceGroupId openapi_types.UUID, params *OtelEndpointsCreateOtelEndpointParams, body OtelEndpointsCreateOtelEndpointJSONRequestBody) (*http.Request, error)
NewOtelEndpointsCreateOtelEndpointRequest calls the generic OtelEndpointsCreateOtelEndpoint builder with application/json body
func NewOtelEndpointsCreateOtelEndpointRequestWithBody ¶
func NewOtelEndpointsCreateOtelEndpointRequestWithBody(server string, deviceGroupId openapi_types.UUID, params *OtelEndpointsCreateOtelEndpointParams, contentType string, body io.Reader) (*http.Request, error)
NewOtelEndpointsCreateOtelEndpointRequestWithBody generates requests for OtelEndpointsCreateOtelEndpoint with any type of body
func NewOtelEndpointsDeleteOtelEndpointRequest ¶
func NewOtelEndpointsDeleteOtelEndpointRequest(server string, deviceGroupId openapi_types.UUID, endpointId openapi_types.UUID, params *OtelEndpointsDeleteOtelEndpointParams) (*http.Request, error)
NewOtelEndpointsDeleteOtelEndpointRequest generates requests for OtelEndpointsDeleteOtelEndpoint
func NewOtelEndpointsListOtelEndpointsRequest ¶
func NewOtelEndpointsListOtelEndpointsRequest(server string, deviceGroupId openapi_types.UUID, params *OtelEndpointsListOtelEndpointsParams) (*http.Request, error)
NewOtelEndpointsListOtelEndpointsRequest generates requests for OtelEndpointsListOtelEndpoints
func NewOtelEndpointsTestOtelEndpointRequest ¶
func NewOtelEndpointsTestOtelEndpointRequest(server string, deviceGroupId openapi_types.UUID, endpointId openapi_types.UUID, params *OtelEndpointsTestOtelEndpointParams) (*http.Request, error)
NewOtelEndpointsTestOtelEndpointRequest generates requests for OtelEndpointsTestOtelEndpoint
func NewOtelEndpointsUpdateOtelEndpointRequest ¶
func NewOtelEndpointsUpdateOtelEndpointRequest(server string, deviceGroupId openapi_types.UUID, endpointId openapi_types.UUID, params *OtelEndpointsUpdateOtelEndpointParams, body OtelEndpointsUpdateOtelEndpointJSONRequestBody) (*http.Request, error)
NewOtelEndpointsUpdateOtelEndpointRequest calls the generic OtelEndpointsUpdateOtelEndpoint builder with application/json body
func NewOtelEndpointsUpdateOtelEndpointRequestWithBody ¶
func NewOtelEndpointsUpdateOtelEndpointRequestWithBody(server string, deviceGroupId openapi_types.UUID, endpointId openapi_types.UUID, params *OtelEndpointsUpdateOtelEndpointParams, contentType string, body io.Reader) (*http.Request, error)
NewOtelEndpointsUpdateOtelEndpointRequestWithBody generates requests for OtelEndpointsUpdateOtelEndpoint with any type of body
func NewPrivateCreateUserRequest ¶
func NewPrivateCreateUserRequest(server string, body PrivateCreateUserJSONRequestBody) (*http.Request, error)
NewPrivateCreateUserRequest calls the generic PrivateCreateUser builder with application/json body
func NewPrivateCreateUserRequestWithBody ¶
func NewPrivateCreateUserRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewPrivateCreateUserRequestWithBody generates requests for PrivateCreateUser with any type of body
func NewPrivateGetTenantByOrgIdRequest ¶
func NewPrivateGetTenantByOrgIdRequest(server string, params *PrivateGetTenantByOrgIdParams) (*http.Request, error)
NewPrivateGetTenantByOrgIdRequest generates requests for PrivateGetTenantByOrgId
func NewRefSheetsActivateRefSheetVersionRequest ¶
func NewRefSheetsActivateRefSheetVersionRequest(server string, sheetId openapi_types.UUID, versionId openapi_types.UUID, params *RefSheetsActivateRefSheetVersionParams) (*http.Request, error)
NewRefSheetsActivateRefSheetVersionRequest generates requests for RefSheetsActivateRefSheetVersion
func NewRefSheetsCreateRefSheetRequestWithBody ¶
func NewRefSheetsCreateRefSheetRequestWithBody(server string, params *RefSheetsCreateRefSheetParams, contentType string, body io.Reader) (*http.Request, error)
NewRefSheetsCreateRefSheetRequestWithBody generates requests for RefSheetsCreateRefSheet with any type of body
func NewRefSheetsCreateRefSheetVersionRequestWithBody ¶
func NewRefSheetsCreateRefSheetVersionRequestWithBody(server string, sheetId openapi_types.UUID, params *RefSheetsCreateRefSheetVersionParams, contentType string, body io.Reader) (*http.Request, error)
NewRefSheetsCreateRefSheetVersionRequestWithBody generates requests for RefSheetsCreateRefSheetVersion with any type of body
func NewRefSheetsDeleteRefSheetRequest ¶
func NewRefSheetsDeleteRefSheetRequest(server string, sheetId openapi_types.UUID, params *RefSheetsDeleteRefSheetParams) (*http.Request, error)
NewRefSheetsDeleteRefSheetRequest generates requests for RefSheetsDeleteRefSheet
func NewRefSheetsDeleteRefSheetVersionRequest ¶
func NewRefSheetsDeleteRefSheetVersionRequest(server string, sheetId openapi_types.UUID, versionId openapi_types.UUID, params *RefSheetsDeleteRefSheetVersionParams) (*http.Request, error)
NewRefSheetsDeleteRefSheetVersionRequest generates requests for RefSheetsDeleteRefSheetVersion
func NewRefSheetsGetRefSheetRequest ¶
func NewRefSheetsGetRefSheetRequest(server string, sheetId openapi_types.UUID, params *RefSheetsGetRefSheetParams) (*http.Request, error)
NewRefSheetsGetRefSheetRequest generates requests for RefSheetsGetRefSheet
func NewRefSheetsInspectExcelSheetsRequestWithBody ¶
func NewRefSheetsInspectExcelSheetsRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewRefSheetsInspectExcelSheetsRequestWithBody generates requests for RefSheetsInspectExcelSheets with any type of body
func NewRefSheetsListRefSheetVersionsRequest ¶
func NewRefSheetsListRefSheetVersionsRequest(server string, sheetId openapi_types.UUID, params *RefSheetsListRefSheetVersionsParams) (*http.Request, error)
NewRefSheetsListRefSheetVersionsRequest generates requests for RefSheetsListRefSheetVersions
func NewRefSheetsListRefSheetsRequest ¶
func NewRefSheetsListRefSheetsRequest(server string, params *RefSheetsListRefSheetsParams) (*http.Request, error)
NewRefSheetsListRefSheetsRequest generates requests for RefSheetsListRefSheets
func NewRefSheetsUpdateRefSheetRequest ¶
func NewRefSheetsUpdateRefSheetRequest(server string, sheetId openapi_types.UUID, params *RefSheetsUpdateRefSheetParams, body RefSheetsUpdateRefSheetJSONRequestBody) (*http.Request, error)
NewRefSheetsUpdateRefSheetRequest calls the generic RefSheetsUpdateRefSheet builder with application/json body
func NewRefSheetsUpdateRefSheetRequestWithBody ¶
func NewRefSheetsUpdateRefSheetRequestWithBody(server string, sheetId openapi_types.UUID, params *RefSheetsUpdateRefSheetParams, contentType string, body io.Reader) (*http.Request, error)
NewRefSheetsUpdateRefSheetRequestWithBody generates requests for RefSheetsUpdateRefSheet with any type of body
func NewSearchSearchEntitiesRequest ¶
func NewSearchSearchEntitiesRequest(server string, params *SearchSearchEntitiesParams) (*http.Request, error)
NewSearchSearchEntitiesRequest generates requests for SearchSearchEntities
func NewStarsListStarsRequest ¶
func NewStarsListStarsRequest(server string, params *StarsListStarsParams) (*http.Request, error)
NewStarsListStarsRequest generates requests for StarsListStars
func NewStarsStarEntityRequest ¶
func NewStarsStarEntityRequest(server string, params *StarsStarEntityParams, body StarsStarEntityJSONRequestBody) (*http.Request, error)
NewStarsStarEntityRequest calls the generic StarsStarEntity builder with application/json body
func NewStarsStarEntityRequestWithBody ¶
func NewStarsStarEntityRequestWithBody(server string, params *StarsStarEntityParams, contentType string, body io.Reader) (*http.Request, error)
NewStarsStarEntityRequestWithBody generates requests for StarsStarEntity with any type of body
func NewStarsUnstarEntityRequest ¶
func NewStarsUnstarEntityRequest(server string, entityType string, entityId openapi_types.UUID, params *StarsUnstarEntityParams) (*http.Request, error)
NewStarsUnstarEntityRequest generates requests for StarsUnstarEntity
func NewTeamsAddTeamMemberRequest ¶
func NewTeamsAddTeamMemberRequest(server string, teamId openapi_types.UUID, params *TeamsAddTeamMemberParams) (*http.Request, error)
NewTeamsAddTeamMemberRequest generates requests for TeamsAddTeamMember
func NewTeamsCreateTeamRequest ¶
func NewTeamsCreateTeamRequest(server string, params *TeamsCreateTeamParams, body TeamsCreateTeamJSONRequestBody) (*http.Request, error)
NewTeamsCreateTeamRequest calls the generic TeamsCreateTeam builder with application/json body
func NewTeamsCreateTeamRequestWithBody ¶
func NewTeamsCreateTeamRequestWithBody(server string, params *TeamsCreateTeamParams, contentType string, body io.Reader) (*http.Request, error)
NewTeamsCreateTeamRequestWithBody generates requests for TeamsCreateTeam with any type of body
func NewTeamsDeleteTeamRequest ¶
func NewTeamsDeleteTeamRequest(server string, teamId openapi_types.UUID, params *TeamsDeleteTeamParams) (*http.Request, error)
NewTeamsDeleteTeamRequest generates requests for TeamsDeleteTeam
func NewTeamsGetDefaultTeamRequest ¶
func NewTeamsGetDefaultTeamRequest(server string, params *TeamsGetDefaultTeamParams) (*http.Request, error)
NewTeamsGetDefaultTeamRequest generates requests for TeamsGetDefaultTeam
func NewTeamsGetTeamRequest ¶
func NewTeamsGetTeamRequest(server string, teamId openapi_types.UUID, params *TeamsGetTeamParams) (*http.Request, error)
NewTeamsGetTeamRequest generates requests for TeamsGetTeam
func NewTeamsListTeamMembersRequest ¶
func NewTeamsListTeamMembersRequest(server string, teamId openapi_types.UUID, params *TeamsListTeamMembersParams) (*http.Request, error)
NewTeamsListTeamMembersRequest generates requests for TeamsListTeamMembers
func NewTeamsListTeamsRequest ¶
func NewTeamsListTeamsRequest(server string, params *TeamsListTeamsParams) (*http.Request, error)
NewTeamsListTeamsRequest generates requests for TeamsListTeams
func NewTeamsRemoveTeamMemberRequest ¶
func NewTeamsRemoveTeamMemberRequest(server string, teamId openapi_types.UUID, userId openapi_types.UUID, params *TeamsRemoveTeamMemberParams) (*http.Request, error)
NewTeamsRemoveTeamMemberRequest generates requests for TeamsRemoveTeamMember
func NewTeamsUpdateTeamRequest ¶
func NewTeamsUpdateTeamRequest(server string, teamId openapi_types.UUID, params *TeamsUpdateTeamParams, body TeamsUpdateTeamJSONRequestBody) (*http.Request, error)
NewTeamsUpdateTeamRequest calls the generic TeamsUpdateTeam builder with application/json body
func NewTeamsUpdateTeamRequestWithBody ¶
func NewTeamsUpdateTeamRequestWithBody(server string, teamId openapi_types.UUID, params *TeamsUpdateTeamParams, contentType string, body io.Reader) (*http.Request, error)
NewTeamsUpdateTeamRequestWithBody generates requests for TeamsUpdateTeam with any type of body
func NewTelemetryReceiveOtlpMetricsRequest ¶
NewTelemetryReceiveOtlpMetricsRequest generates requests for TelemetryReceiveOtlpMetrics
func NewTestHelpersCreateTestTenantRequest ¶
func NewTestHelpersCreateTestTenantRequest(server string, body TestHelpersCreateTestTenantJSONRequestBody) (*http.Request, error)
NewTestHelpersCreateTestTenantRequest calls the generic TestHelpersCreateTestTenant builder with application/json body
func NewTestHelpersCreateTestTenantRequestWithBody ¶
func NewTestHelpersCreateTestTenantRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewTestHelpersCreateTestTenantRequestWithBody generates requests for TestHelpersCreateTestTenant with any type of body
func NewTestHelpersDeleteTestTenantRequest ¶
func NewTestHelpersDeleteTestTenantRequest(server string, tenantId openapi_types.UUID) (*http.Request, error)
NewTestHelpersDeleteTestTenantRequest generates requests for TestHelpersDeleteTestTenant
func NewTestHelpersSweepTestTenantsRequest ¶
func NewTestHelpersSweepTestTenantsRequest(server string, body TestHelpersSweepTestTenantsJSONRequestBody) (*http.Request, error)
NewTestHelpersSweepTestTenantsRequest calls the generic TestHelpersSweepTestTenants builder with application/json body
func NewTestHelpersSweepTestTenantsRequestWithBody ¶
func NewTestHelpersSweepTestTenantsRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewTestHelpersSweepTestTenantsRequestWithBody generates requests for TestHelpersSweepTestTenants with any type of body
func NewTestHelpersSweepTestUsersRequest ¶
NewTestHelpersSweepTestUsersRequest generates requests for TestHelpersSweepTestUsers
func NewUsersCreateUserRequest ¶
func NewUsersCreateUserRequest(server string, params *UsersCreateUserParams, body UsersCreateUserJSONRequestBody) (*http.Request, error)
NewUsersCreateUserRequest calls the generic UsersCreateUser builder with application/json body
func NewUsersCreateUserRequestWithBody ¶
func NewUsersCreateUserRequestWithBody(server string, params *UsersCreateUserParams, contentType string, body io.Reader) (*http.Request, error)
NewUsersCreateUserRequestWithBody generates requests for UsersCreateUser with any type of body
func NewUsersDeleteProfilePictureRequest ¶
func NewUsersDeleteProfilePictureRequest(server string, params *UsersDeleteProfilePictureParams) (*http.Request, error)
NewUsersDeleteProfilePictureRequest generates requests for UsersDeleteProfilePicture
func NewUsersDeleteUserMeRequest ¶
func NewUsersDeleteUserMeRequest(server string, params *UsersDeleteUserMeParams) (*http.Request, error)
NewUsersDeleteUserMeRequest generates requests for UsersDeleteUserMe
func NewUsersDeleteUserRequest ¶
func NewUsersDeleteUserRequest(server string, userId openapi_types.UUID, params *UsersDeleteUserParams) (*http.Request, error)
NewUsersDeleteUserRequest generates requests for UsersDeleteUser
func NewUsersGetProfilePictureRequest ¶
func NewUsersGetProfilePictureRequest(server string, params *UsersGetProfilePictureParams) (*http.Request, error)
NewUsersGetProfilePictureRequest generates requests for UsersGetProfilePicture
func NewUsersReadUserByIdRequest ¶
func NewUsersReadUserByIdRequest(server string, userId openapi_types.UUID, params *UsersReadUserByIdParams) (*http.Request, error)
NewUsersReadUserByIdRequest generates requests for UsersReadUserById
func NewUsersReadUserMeRequest ¶
func NewUsersReadUserMeRequest(server string, params *UsersReadUserMeParams) (*http.Request, error)
NewUsersReadUserMeRequest generates requests for UsersReadUserMe
func NewUsersReadUsersRequest ¶
func NewUsersReadUsersRequest(server string, params *UsersReadUsersParams) (*http.Request, error)
NewUsersReadUsersRequest generates requests for UsersReadUsers
func NewUsersUpdateUserMeRequest ¶
func NewUsersUpdateUserMeRequest(server string, params *UsersUpdateUserMeParams, body UsersUpdateUserMeJSONRequestBody) (*http.Request, error)
NewUsersUpdateUserMeRequest calls the generic UsersUpdateUserMe builder with application/json body
func NewUsersUpdateUserMeRequestWithBody ¶
func NewUsersUpdateUserMeRequestWithBody(server string, params *UsersUpdateUserMeParams, contentType string, body io.Reader) (*http.Request, error)
NewUsersUpdateUserMeRequestWithBody generates requests for UsersUpdateUserMe with any type of body
func NewUsersUpdateUserRequest ¶
func NewUsersUpdateUserRequest(server string, userId openapi_types.UUID, params *UsersUpdateUserParams, body UsersUpdateUserJSONRequestBody) (*http.Request, error)
NewUsersUpdateUserRequest calls the generic UsersUpdateUser builder with application/json body
func NewUsersUpdateUserRequestWithBody ¶
func NewUsersUpdateUserRequestWithBody(server string, userId openapi_types.UUID, params *UsersUpdateUserParams, contentType string, body io.Reader) (*http.Request, error)
NewUsersUpdateUserRequestWithBody generates requests for UsersUpdateUser with any type of body
func NewUsersUploadProfilePictureRequestWithBody ¶
func NewUsersUploadProfilePictureRequestWithBody(server string, params *UsersUploadProfilePictureParams, contentType string, body io.Reader) (*http.Request, error)
NewUsersUploadProfilePictureRequestWithBody generates requests for UsersUploadProfilePicture with any type of body
func NewUtilsHealthCheckRequest ¶
NewUtilsHealthCheckRequest generates requests for UtilsHealthCheck
func NewUtilsTestEmailRequest ¶
func NewUtilsTestEmailRequest(server string, params *UtilsTestEmailParams) (*http.Request, error)
NewUtilsTestEmailRequest generates requests for UtilsTestEmail
func NewVideosDebugVideoFileRequest ¶
func NewVideosDebugVideoFileRequest(server string, videoId openapi_types.UUID, params *VideosDebugVideoFileParams) (*http.Request, error)
NewVideosDebugVideoFileRequest generates requests for VideosDebugVideoFile
func NewVideosDeleteCameraVideoRequest ¶
func NewVideosDeleteCameraVideoRequest(server string, videoId openapi_types.UUID, params *VideosDeleteCameraVideoParams) (*http.Request, error)
NewVideosDeleteCameraVideoRequest generates requests for VideosDeleteCameraVideo
func NewVideosGetOriginalVideoRequest ¶
func NewVideosGetOriginalVideoRequest(server string, videoId openapi_types.UUID, params *VideosGetOriginalVideoParams) (*http.Request, error)
NewVideosGetOriginalVideoRequest generates requests for VideosGetOriginalVideo
func NewVideosGetProcessedVideoFileRequest ¶
func NewVideosGetProcessedVideoFileRequest(server string, videoId openapi_types.UUID, params *VideosGetProcessedVideoFileParams) (*http.Request, error)
NewVideosGetProcessedVideoFileRequest generates requests for VideosGetProcessedVideoFile
func NewVideosGetProcessedVideoRequest ¶
func NewVideosGetProcessedVideoRequest(server string, filename string, params *VideosGetProcessedVideoParams) (*http.Request, error)
NewVideosGetProcessedVideoRequest generates requests for VideosGetProcessedVideo
func NewVideosGetProcessingStatusRequest ¶
func NewVideosGetProcessingStatusRequest(server string, videoId openapi_types.UUID, params *VideosGetProcessingStatusParams) (*http.Request, error)
NewVideosGetProcessingStatusRequest generates requests for VideosGetProcessingStatus
func NewVideosProcessVideoRequestWithBody ¶
func NewVideosProcessVideoRequestWithBody(server string, params *VideosProcessVideoParams, contentType string, body io.Reader) (*http.Request, error)
NewVideosProcessVideoRequestWithBody generates requests for VideosProcessVideo with any type of body
func NewVideosReadCameraVideoRequest ¶
func NewVideosReadCameraVideoRequest(server string, videoId openapi_types.UUID, params *VideosReadCameraVideoParams) (*http.Request, error)
NewVideosReadCameraVideoRequest generates requests for VideosReadCameraVideo
func NewVideosReadCameraVideosRequest ¶
func NewVideosReadCameraVideosRequest(server string, params *VideosReadCameraVideosParams) (*http.Request, error)
NewVideosReadCameraVideosRequest generates requests for VideosReadCameraVideos
func NewVideosReprocessCameraVideoRequest ¶
func NewVideosReprocessCameraVideoRequest(server string, videoId openapi_types.UUID, params *VideosReprocessCameraVideoParams) (*http.Request, error)
NewVideosReprocessCameraVideoRequest generates requests for VideosReprocessCameraVideo
func NewVideosUpdateCameraVideoRequest ¶
func NewVideosUpdateCameraVideoRequest(server string, videoId openapi_types.UUID, params *VideosUpdateCameraVideoParams, body VideosUpdateCameraVideoJSONRequestBody) (*http.Request, error)
NewVideosUpdateCameraVideoRequest calls the generic VideosUpdateCameraVideo builder with application/json body
func NewVideosUpdateCameraVideoRequestWithBody ¶
func NewVideosUpdateCameraVideoRequestWithBody(server string, videoId openapi_types.UUID, params *VideosUpdateCameraVideoParams, contentType string, body io.Reader) (*http.Request, error)
NewVideosUpdateCameraVideoRequestWithBody generates requests for VideosUpdateCameraVideo with any type of body
func NewVideosUploadCameraVideoRequestWithBody ¶
func NewVideosUploadCameraVideoRequestWithBody(server string, params *VideosUploadCameraVideoParams, contentType string, body io.Reader) (*http.Request, error)
NewVideosUploadCameraVideoRequestWithBody generates requests for VideosUploadCameraVideo with any type of body
func NewVoiceTtsRequest ¶
func NewVoiceTtsRequest(server string, params *VoiceTtsParams, body VoiceTtsJSONRequestBody) (*http.Request, error)
NewVoiceTtsRequest calls the generic VoiceTts builder with application/json body
func NewVoiceTtsRequestWithBody ¶
func NewVoiceTtsRequestWithBody(server string, params *VoiceTtsParams, contentType string, body io.Reader) (*http.Request, error)
NewVoiceTtsRequestWithBody generates requests for VoiceTts with any type of body
Types ¶
type AIConfigCreate ¶
type AIConfigCreate struct {
// ActiveAnnotationProjectId Active annotation project for SAM3-LiteText visual prompts. Used when detection_source='annotation_project'.
ActiveAnnotationProjectId *openapi_types.UUID `json:"active_annotation_project_id,omitempty"`
// CaptureConfig Capture rules configuration (CaptureConfig JSON)
CaptureConfig *map[string]interface{} `json:"capture_config,omitempty"`
// DenoiseEnabled Enable lightweight denoising
DenoiseEnabled *bool `json:"denoise_enabled,omitempty"`
// DenoiseStrength Denoising strength (1-10, higher = more denoising)
DenoiseStrength *int `json:"denoise_strength,omitempty"`
// DetectionInterval Frame interval for detection (process every Nth frame)
DetectionInterval *int `json:"detection_interval,omitempty"`
// DetectionPublishIntervalSeconds Interval in seconds between detection digest MQTT publishes
DetectionPublishIntervalSeconds *float32 `json:"detection_publish_interval_seconds,omitempty"`
// DetectionSource Detection prompt source for SAM3-LiteText pipeline.
DetectionSource *DetectionSource `json:"detection_source,omitempty"`
// Enabled Enable object detection
Enabled *bool `json:"enabled,omitempty"`
// ImagePrompts Reference image prompts [{url, label}] for SAM3-LiteText
ImagePrompts *[]map[string]interface{} `json:"image_prompts,omitempty"`
// ModelPipeline Available AI model pipelines.
ModelPipeline *ModelPipeline `json:"model_pipeline,omitempty"`
// OverlayEnabled Draw AI detections overlay on video stream
OverlayEnabled *bool `json:"overlay_enabled,omitempty"`
// PadSquare Pad image to square for OWL predictor
PadSquare *bool `json:"pad_square,omitempty"`
// SamEnabled Enable SAM segmentation
SamEnabled *bool `json:"sam_enabled,omitempty"`
// SimilarityThreshold SSIM threshold for frame similarity
SimilarityThreshold *float32 `json:"similarity_threshold,omitempty"`
// TextQueries Text queries for object detection
TextQueries *[]string `json:"text_queries,omitempty"`
// Threshold Detection confidence threshold
Threshold *float32 `json:"threshold,omitempty"`
// TrackThresh Min detection confidence to initiate a new track in ByteTrack
TrackThresh *float32 `json:"track_thresh,omitempty"`
// TrackingEnabled Enable object tracking
TrackingEnabled *bool `json:"tracking_enabled,omitempty"`
// TrackingIouThreshold IoU match threshold for ByteTrack first-stage association (match_thresh)
TrackingIouThreshold *float32 `json:"tracking_iou_threshold,omitempty"`
// UseTreePredictor Use TreePredictor for complex queries
UseTreePredictor *bool `json:"use_tree_predictor,omitempty"`
}
AIConfigCreate Schema for creating AI config.
type AIConfigPublic ¶
type AIConfigPublic struct {
// ActiveAnnotationProjectId Active annotation project for SAM3-LiteText visual prompts. Used when detection_source='annotation_project'.
ActiveAnnotationProjectId *openapi_types.UUID `json:"active_annotation_project_id,omitempty"`
ActiveInspectionProfileId *openapi_types.UUID `json:"active_inspection_profile_id,omitempty"`
// CaptureConfig Capture rules configuration (CaptureConfig JSON)
CaptureConfig *map[string]interface{} `json:"capture_config,omitempty"`
CreatedAt string `json:"created_at"`
// DenoiseEnabled Enable lightweight denoising
DenoiseEnabled *bool `json:"denoise_enabled,omitempty"`
// DenoiseStrength Denoising strength (1-10, higher = more denoising)
DenoiseStrength *int `json:"denoise_strength,omitempty"`
// DetectionInterval Frame interval for detection (process every Nth frame)
DetectionInterval *int `json:"detection_interval,omitempty"`
// DetectionPublishIntervalSeconds Interval in seconds between detection digest MQTT publishes
DetectionPublishIntervalSeconds *float32 `json:"detection_publish_interval_seconds,omitempty"`
// DetectionSource Detection prompt source for SAM3-LiteText pipeline.
DetectionSource *DetectionSource `json:"detection_source,omitempty"`
DeviceGroupId openapi_types.UUID `json:"device_group_id"`
// Enabled Enable object detection
Enabled *bool `json:"enabled,omitempty"`
Id openapi_types.UUID `json:"id"`
// ImagePrompts Reference image prompts [{url, label}] for SAM3-LiteText
ImagePrompts *[]map[string]interface{} `json:"image_prompts,omitempty"`
// ModelPipeline Available AI model pipelines.
ModelPipeline *ModelPipeline `json:"model_pipeline,omitempty"`
// OverlayEnabled Draw AI detections overlay on video stream
OverlayEnabled *bool `json:"overlay_enabled,omitempty"`
// PadSquare Pad image to square for OWL predictor
PadSquare *bool `json:"pad_square,omitempty"`
// SamEnabled Enable SAM segmentation
SamEnabled *bool `json:"sam_enabled,omitempty"`
// SimilarityThreshold SSIM threshold for frame similarity
SimilarityThreshold *float32 `json:"similarity_threshold,omitempty"`
// TextQueries Text queries for object detection
TextQueries *[]string `json:"text_queries,omitempty"`
// Threshold Detection confidence threshold
Threshold *float32 `json:"threshold,omitempty"`
// TrackThresh Min detection confidence to initiate a new track in ByteTrack
TrackThresh *float32 `json:"track_thresh,omitempty"`
// TrackingEnabled Enable object tracking
TrackingEnabled *bool `json:"tracking_enabled,omitempty"`
// TrackingIouThreshold IoU match threshold for ByteTrack first-stage association (match_thresh)
TrackingIouThreshold *float32 `json:"tracking_iou_threshold,omitempty"`
UpdatedAt string `json:"updated_at"`
// UseTreePredictor Use TreePredictor for complex queries
UseTreePredictor *bool `json:"use_tree_predictor,omitempty"`
}
AIConfigPublic Public schema for AI configuration responses.
type AIConfigUpdate ¶
type AIConfigUpdate struct {
ActiveAnnotationProjectId *openapi_types.UUID `json:"active_annotation_project_id,omitempty"`
CaptureConfig *map[string]interface{} `json:"capture_config,omitempty"`
DenoiseEnabled *bool `json:"denoise_enabled,omitempty"`
DenoiseStrength *int `json:"denoise_strength,omitempty"`
DetectionInterval *int `json:"detection_interval,omitempty"`
DetectionPublishIntervalSeconds *float32 `json:"detection_publish_interval_seconds,omitempty"`
// DetectionSource Detection prompt source for SAM3-LiteText pipeline.
DetectionSource *DetectionSource `json:"detection_source,omitempty"`
Enabled *bool `json:"enabled,omitempty"`
ImagePrompts *[]map[string]interface{} `json:"image_prompts,omitempty"`
// ModelPipeline Available AI model pipelines.
ModelPipeline *ModelPipeline `json:"model_pipeline,omitempty"`
OverlayEnabled *bool `json:"overlay_enabled,omitempty"`
PadSquare *bool `json:"pad_square,omitempty"`
SamEnabled *bool `json:"sam_enabled,omitempty"`
SimilarityThreshold *float32 `json:"similarity_threshold,omitempty"`
TextQueries *[]string `json:"text_queries,omitempty"`
Threshold *float32 `json:"threshold,omitempty"`
TrackThresh *float32 `json:"track_thresh,omitempty"`
TrackingEnabled *bool `json:"tracking_enabled,omitempty"`
TrackingIouThreshold *float32 `json:"tracking_iou_threshold,omitempty"`
UseTreePredictor *bool `json:"use_tree_predictor,omitempty"`
}
AIConfigUpdate Update schema for AI configuration - all fields optional.
type AIModelPublic ¶
type AIModelPublic struct {
ChecksumSha256 string `json:"checksum_sha256"`
CreatedAt string `json:"created_at"`
CreatedById *openapi_types.UUID `json:"created_by_id"`
Description *string `json:"description,omitempty"`
FileSizeBytes int `json:"file_size_bytes"`
// Format File format: engine, onnx, pt, tflite
Format string `json:"format"`
Id openapi_types.UUID `json:"id"`
IsActive bool `json:"is_active"`
// ModelType Model type: nanoowl, nanosam, yolo, custom
ModelType string `json:"model_type"`
// Name Model name (e.g., 'nanoowl-base')
Name string `json:"name"`
StorageKey string `json:"storage_key"`
TenantId openapi_types.UUID `json:"tenant_id"`
// Version Semver version string
Version string `json:"version"`
}
AIModelPublic Public schema for AI model responses.
type AIModelsPublic ¶
type AIModelsPublic struct {
Count int `json:"count"`
Data []AIModelPublic `json:"data"`
}
AIModelsPublic Schema for listing AI models.
type AIProviderType ¶
type AIProviderType string
AIProviderType defines model for AIProviderType.
const ( Anthropic AIProviderType = "anthropic" Google AIProviderType = "google" Mistral AIProviderType = "mistral" Ollama AIProviderType = "ollama" Openai AIProviderType = "openai" OpenaiCompatible AIProviderType = "openai_compatible" Platform AIProviderType = "platform" )
Defines values for AIProviderType.
func (AIProviderType) Valid ¶
func (e AIProviderType) Valid() bool
Valid indicates whether the value is a known member of the AIProviderType enum.
type ActiveTrack ¶
type ActiveTrack struct {
Confidence float32 `json:"confidence"`
DurationSeconds float32 `json:"duration_seconds"`
FirstBbox *[]float32 `json:"first_bbox,omitempty"`
FirstSeen float32 `json:"first_seen"`
Label string `json:"label"`
LastBbox *[]float32 `json:"last_bbox,omitempty"`
LastSeen float32 `json:"last_seen"`
TrackId int `json:"track_id"`
}
ActiveTrack A tracked object in the detection digest.
type ActivityListActivityParams ¶
type ActivityListActivityParams struct {
Limit *int `form:"limit,omitempty" json:"limit,omitempty"`
// Before Cursor: return events older than this ID
Before *openapi_types.UUID `form:"before,omitempty" json:"before,omitempty"`
// EventType Comma-separated event type filter
EventType *string `form:"event_type,omitempty" json:"event_type,omitempty"`
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
ActivityListActivityParams defines parameters for ActivityListActivity.
type ActivityListActivityResponse ¶
type ActivityListActivityResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *ActivityLogsPublic
JSON422 *HTTPValidationError
}
func ParseActivityListActivityResponse ¶
func ParseActivityListActivityResponse(rsp *http.Response) (*ActivityListActivityResponse, error)
ParseActivityListActivityResponse parses an HTTP response from a ActivityListActivityWithResponse call
func (ActivityListActivityResponse) Status ¶
func (r ActivityListActivityResponse) Status() string
Status returns HTTPResponse.Status
func (ActivityListActivityResponse) StatusCode ¶
func (r ActivityListActivityResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type ActivityLogPublic ¶
type ActivityLogPublic struct {
ActorId *openapi_types.UUID `json:"actor_id"`
CreatedAt string `json:"created_at"`
EntityId openapi_types.UUID `json:"entity_id"`
EntityType string `json:"entity_type"`
EventType string `json:"event_type"`
Id openapi_types.UUID `json:"id"`
Metadata *map[string]interface{} `json:"metadata,omitempty"`
Summary string `json:"summary"`
}
ActivityLogPublic Public schema for activity log responses.
type ActivityLogsPublic ¶
type ActivityLogsPublic struct {
Count int `json:"count"`
Data []ActivityLogPublic `json:"data"`
}
ActivityLogsPublic Schema for listing activity log entries.
type AgentChatChatParams ¶
type AgentChatChatParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AgentChatChatParams defines parameters for AgentChatChat.
type AgentChatChatResponse ¶
type AgentChatChatResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *interface{}
JSON422 *HTTPValidationError
}
func ParseAgentChatChatResponse ¶
func ParseAgentChatChatResponse(rsp *http.Response) (*AgentChatChatResponse, error)
ParseAgentChatChatResponse parses an HTTP response from a AgentChatChatWithResponse call
func (AgentChatChatResponse) Status ¶
func (r AgentChatChatResponse) Status() string
Status returns HTTPResponse.Status
func (AgentChatChatResponse) StatusCode ¶
func (r AgentChatChatResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AgentConfigCreate ¶
type AgentConfigCreate struct {
// AgentMdContent Optional AGENT.md content to upload
AgentMdContent *string `json:"agent_md_content,omitempty"`
AgentRole *AgentRole `json:"agent_role,omitempty"`
CostBudgetUsd *float32 `json:"cost_budget_usd,omitempty"`
DataSources *[]string `json:"data_sources,omitempty"`
Description *string `json:"description,omitempty"`
ExecutionTier *ExecutionTier `json:"execution_tier,omitempty"`
IsDefault *bool `json:"is_default,omitempty"`
Model *string `json:"model,omitempty"`
Name string `json:"name"`
Skills *[]string `json:"skills,omitempty"`
// SoulMdContent Optional SOUL.md content to upload
SoulMdContent *string `json:"soul_md_content,omitempty"`
}
AgentConfigCreate defines model for AgentConfigCreate.
type AgentConfigPublic ¶
type AgentConfigPublic struct {
AgentRole *AgentRole `json:"agent_role,omitempty"`
CostBudgetUsd *float32 `json:"cost_budget_usd,omitempty"`
CreatedAt string `json:"created_at"`
CreatedById *openapi_types.UUID `json:"created_by_id,omitempty"`
CustomerDomain *string `json:"customer_domain,omitempty"`
DataSources *[]string `json:"data_sources,omitempty"`
Description *string `json:"description,omitempty"`
ExecutionTier *ExecutionTier `json:"execution_tier,omitempty"`
Id openapi_types.UUID `json:"id"`
IsActive *bool `json:"is_active,omitempty"`
IsDefault *bool `json:"is_default,omitempty"`
Model *string `json:"model,omitempty"`
Name string `json:"name"`
PageType *string `json:"page_type,omitempty"`
RefLookupCap *int `json:"ref_lookup_cap,omitempty"`
RefMaxK *int `json:"ref_max_k,omitempty"`
RefOverlayCap *int `json:"ref_overlay_cap,omitempty"`
SecurityPolicy *map[string]interface{} `json:"security_policy,omitempty"`
Skills *[]string `json:"skills,omitempty"`
TenantId openapi_types.UUID `json:"tenant_id"`
UpdatedAt string `json:"updated_at"`
UsesDefaultSoulMd *bool `json:"uses_default_soul_md,omitempty"`
// WorkspaceStoragePrefix S3 prefix: tenants/{tid}/agents/{aid}/
WorkspaceStoragePrefix string `json:"workspace_storage_prefix"`
}
AgentConfigPublic defines model for AgentConfigPublic.
type AgentConfigPublicRestricted ¶
type AgentConfigPublicRestricted struct {
AgentRole *AgentRole `json:"agent_role,omitempty"`
CreatedAt string `json:"created_at"`
CreatedById *openapi_types.UUID `json:"created_by_id,omitempty"`
DataSources *[]string `json:"data_sources,omitempty"`
Description *string `json:"description,omitempty"`
ExecutionTier *ExecutionTier `json:"execution_tier,omitempty"`
Id openapi_types.UUID `json:"id"`
IsActive *bool `json:"is_active,omitempty"`
IsDefault *bool `json:"is_default,omitempty"`
Name string `json:"name"`
Skills *[]string `json:"skills,omitempty"`
TenantId openapi_types.UUID `json:"tenant_id"`
UpdatedAt string `json:"updated_at"`
}
AgentConfigPublicRestricted Public view without model/cost fields — for non-admin users.
type AgentConfigUpdate ¶
type AgentConfigUpdate struct {
// AgentMdContent Updated AGENT.md content
AgentMdContent *string `json:"agent_md_content,omitempty"`
AgentRole *AgentRole `json:"agent_role,omitempty"`
CostBudgetUsd *float32 `json:"cost_budget_usd,omitempty"`
DataSources *[]string `json:"data_sources,omitempty"`
Description *string `json:"description,omitempty"`
ExecutionTier *ExecutionTier `json:"execution_tier,omitempty"`
IsActive *bool `json:"is_active,omitempty"`
IsDefault *bool `json:"is_default,omitempty"`
Model *string `json:"model,omitempty"`
Name *string `json:"name,omitempty"`
SecurityPolicy *map[string]interface{} `json:"security_policy,omitempty"`
Skills *[]string `json:"skills,omitempty"`
// SoulMdContent Updated SOUL.md content
SoulMdContent *string `json:"soul_md_content,omitempty"`
UsesDefaultSoulMd *bool `json:"uses_default_soul_md,omitempty"`
}
AgentConfigUpdate defines model for AgentConfigUpdate.
type AgentConfigsPublic ¶
type AgentConfigsPublic struct {
Count int `json:"count"`
Data []AgentConfigPublic `json:"data"`
}
AgentConfigsPublic defines model for AgentConfigsPublic.
type AgentConfigsPublicRestricted ¶
type AgentConfigsPublicRestricted struct {
Count int `json:"count"`
Data []AgentConfigPublicRestricted `json:"data"`
}
AgentConfigsPublicRestricted defines model for AgentConfigsPublicRestricted.
type AgentEvalDatasetCreate ¶
type AgentEvalDatasetCreate struct {
// CasesJson Serialized pydantic-evals Dataset JSON to upload
CasesJson *string `json:"cases_json,omitempty"`
Description *string `json:"description,omitempty"`
Name string `json:"name"`
ScenarioBAgentConfigId *openapi_types.UUID `json:"scenario_b_agent_config_id,omitempty"`
}
AgentEvalDatasetCreate defines model for AgentEvalDatasetCreate.
type AgentEvalDatasetPublic ¶
type AgentEvalDatasetPublic struct {
AgentConfigId openapi_types.UUID `json:"agent_config_id"`
CaseCount *int `json:"case_count,omitempty"`
CreatedAt string `json:"created_at"`
CreatedById *openapi_types.UUID `json:"created_by_id,omitempty"`
// DatasetStorageUri S3 key for serialized pydantic-evals Dataset JSON
DatasetStorageUri *string `json:"dataset_storage_uri,omitempty"`
Description *string `json:"description,omitempty"`
Id openapi_types.UUID `json:"id"`
Name string `json:"name"`
// ScenarioBAgentConfigId Optional second agent config for A/B comparison
ScenarioBAgentConfigId *openapi_types.UUID `json:"scenario_b_agent_config_id,omitempty"`
TenantId openapi_types.UUID `json:"tenant_id"`
UpdatedAt string `json:"updated_at"`
}
AgentEvalDatasetPublic defines model for AgentEvalDatasetPublic.
type AgentEvalDatasetUpdate ¶
type AgentEvalDatasetUpdate struct {
CasesJson *string `json:"cases_json,omitempty"`
Description *string `json:"description,omitempty"`
Name *string `json:"name,omitempty"`
ScenarioBAgentConfigId *openapi_types.UUID `json:"scenario_b_agent_config_id,omitempty"`
}
AgentEvalDatasetUpdate defines model for AgentEvalDatasetUpdate.
type AgentEvalDatasetsPublic ¶
type AgentEvalDatasetsPublic struct {
Count int `json:"count"`
Data []AgentEvalDatasetPublic `json:"data"`
}
AgentEvalDatasetsPublic defines model for AgentEvalDatasetsPublic.
type AgentEvalRunPublic ¶
type AgentEvalRunPublic struct {
AgentConfigId openapi_types.UUID `json:"agent_config_id"`
AvgDurationMs int `json:"avg_duration_ms"`
CreatedAt string `json:"created_at"`
DatasetId openapi_types.UUID `json:"dataset_id"`
ErrorMessage *string `json:"error_message,omitempty"`
Errors int `json:"errors"`
Failed int `json:"failed"`
Id openapi_types.UUID `json:"id"`
IsScenarioB bool `json:"is_scenario_b"`
ModelUsed string `json:"model_used"`
Passed int `json:"passed"`
Status EvalRunStatus `json:"status"`
TotalCases int `json:"total_cases"`
TotalTokens int `json:"total_tokens"`
}
AgentEvalRunPublic defines model for AgentEvalRunPublic.
type AgentEvalRunsPublic ¶
type AgentEvalRunsPublic struct {
Count int `json:"count"`
Data []AgentEvalRunPublic `json:"data"`
}
AgentEvalRunsPublic defines model for AgentEvalRunsPublic.
type AgentEvalsCreateEvalDatasetJSONRequestBody ¶
type AgentEvalsCreateEvalDatasetJSONRequestBody = AgentEvalDatasetCreate
AgentEvalsCreateEvalDatasetJSONRequestBody defines body for AgentEvalsCreateEvalDataset for application/json ContentType.
type AgentEvalsCreateEvalDatasetParams ¶
type AgentEvalsCreateEvalDatasetParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AgentEvalsCreateEvalDatasetParams defines parameters for AgentEvalsCreateEvalDataset.
type AgentEvalsCreateEvalDatasetResponse ¶
type AgentEvalsCreateEvalDatasetResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *AgentEvalDatasetPublic
JSON422 *HTTPValidationError
}
func ParseAgentEvalsCreateEvalDatasetResponse ¶
func ParseAgentEvalsCreateEvalDatasetResponse(rsp *http.Response) (*AgentEvalsCreateEvalDatasetResponse, error)
ParseAgentEvalsCreateEvalDatasetResponse parses an HTTP response from a AgentEvalsCreateEvalDatasetWithResponse call
func (AgentEvalsCreateEvalDatasetResponse) Status ¶
func (r AgentEvalsCreateEvalDatasetResponse) Status() string
Status returns HTTPResponse.Status
func (AgentEvalsCreateEvalDatasetResponse) StatusCode ¶
func (r AgentEvalsCreateEvalDatasetResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AgentEvalsDeleteEvalDatasetParams ¶
type AgentEvalsDeleteEvalDatasetParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AgentEvalsDeleteEvalDatasetParams defines parameters for AgentEvalsDeleteEvalDataset.
type AgentEvalsDeleteEvalDatasetResponse ¶
type AgentEvalsDeleteEvalDatasetResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *Message
JSON422 *HTTPValidationError
}
func ParseAgentEvalsDeleteEvalDatasetResponse ¶
func ParseAgentEvalsDeleteEvalDatasetResponse(rsp *http.Response) (*AgentEvalsDeleteEvalDatasetResponse, error)
ParseAgentEvalsDeleteEvalDatasetResponse parses an HTTP response from a AgentEvalsDeleteEvalDatasetWithResponse call
func (AgentEvalsDeleteEvalDatasetResponse) Status ¶
func (r AgentEvalsDeleteEvalDatasetResponse) Status() string
Status returns HTTPResponse.Status
func (AgentEvalsDeleteEvalDatasetResponse) StatusCode ¶
func (r AgentEvalsDeleteEvalDatasetResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AgentEvalsGetEvalCasesParams ¶
type AgentEvalsGetEvalCasesParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AgentEvalsGetEvalCasesParams defines parameters for AgentEvalsGetEvalCases.
type AgentEvalsGetEvalCasesResponse ¶
type AgentEvalsGetEvalCasesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *interface{}
JSON422 *HTTPValidationError
}
func ParseAgentEvalsGetEvalCasesResponse ¶
func ParseAgentEvalsGetEvalCasesResponse(rsp *http.Response) (*AgentEvalsGetEvalCasesResponse, error)
ParseAgentEvalsGetEvalCasesResponse parses an HTTP response from a AgentEvalsGetEvalCasesWithResponse call
func (AgentEvalsGetEvalCasesResponse) Status ¶
func (r AgentEvalsGetEvalCasesResponse) Status() string
Status returns HTTPResponse.Status
func (AgentEvalsGetEvalCasesResponse) StatusCode ¶
func (r AgentEvalsGetEvalCasesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AgentEvalsGetEvalDatasetParams ¶
type AgentEvalsGetEvalDatasetParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AgentEvalsGetEvalDatasetParams defines parameters for AgentEvalsGetEvalDataset.
type AgentEvalsGetEvalDatasetResponse ¶
type AgentEvalsGetEvalDatasetResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *AgentEvalDatasetPublic
JSON422 *HTTPValidationError
}
func ParseAgentEvalsGetEvalDatasetResponse ¶
func ParseAgentEvalsGetEvalDatasetResponse(rsp *http.Response) (*AgentEvalsGetEvalDatasetResponse, error)
ParseAgentEvalsGetEvalDatasetResponse parses an HTTP response from a AgentEvalsGetEvalDatasetWithResponse call
func (AgentEvalsGetEvalDatasetResponse) Status ¶
func (r AgentEvalsGetEvalDatasetResponse) Status() string
Status returns HTTPResponse.Status
func (AgentEvalsGetEvalDatasetResponse) StatusCode ¶
func (r AgentEvalsGetEvalDatasetResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AgentEvalsListEvalDatasetsParams ¶
type AgentEvalsListEvalDatasetsParams struct {
Skip *int `form:"skip,omitempty" json:"skip,omitempty"`
Limit *int `form:"limit,omitempty" json:"limit,omitempty"`
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AgentEvalsListEvalDatasetsParams defines parameters for AgentEvalsListEvalDatasets.
type AgentEvalsListEvalDatasetsResponse ¶
type AgentEvalsListEvalDatasetsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *AgentEvalDatasetsPublic
JSON422 *HTTPValidationError
}
func ParseAgentEvalsListEvalDatasetsResponse ¶
func ParseAgentEvalsListEvalDatasetsResponse(rsp *http.Response) (*AgentEvalsListEvalDatasetsResponse, error)
ParseAgentEvalsListEvalDatasetsResponse parses an HTTP response from a AgentEvalsListEvalDatasetsWithResponse call
func (AgentEvalsListEvalDatasetsResponse) Status ¶
func (r AgentEvalsListEvalDatasetsResponse) Status() string
Status returns HTTPResponse.Status
func (AgentEvalsListEvalDatasetsResponse) StatusCode ¶
func (r AgentEvalsListEvalDatasetsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AgentEvalsListEvalRunsParams ¶
type AgentEvalsListEvalRunsParams struct {
Skip *int `form:"skip,omitempty" json:"skip,omitempty"`
Limit *int `form:"limit,omitempty" json:"limit,omitempty"`
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AgentEvalsListEvalRunsParams defines parameters for AgentEvalsListEvalRuns.
type AgentEvalsListEvalRunsResponse ¶
type AgentEvalsListEvalRunsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *AgentEvalRunsPublic
JSON422 *HTTPValidationError
}
func ParseAgentEvalsListEvalRunsResponse ¶
func ParseAgentEvalsListEvalRunsResponse(rsp *http.Response) (*AgentEvalsListEvalRunsResponse, error)
ParseAgentEvalsListEvalRunsResponse parses an HTTP response from a AgentEvalsListEvalRunsWithResponse call
func (AgentEvalsListEvalRunsResponse) Status ¶
func (r AgentEvalsListEvalRunsResponse) Status() string
Status returns HTTPResponse.Status
func (AgentEvalsListEvalRunsResponse) StatusCode ¶
func (r AgentEvalsListEvalRunsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AgentEvalsPutEvalCasesParams ¶
type AgentEvalsPutEvalCasesParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AgentEvalsPutEvalCasesParams defines parameters for AgentEvalsPutEvalCases.
type AgentEvalsPutEvalCasesResponse ¶
type AgentEvalsPutEvalCasesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *map[string]interface{}
JSON422 *HTTPValidationError
}
func ParseAgentEvalsPutEvalCasesResponse ¶
func ParseAgentEvalsPutEvalCasesResponse(rsp *http.Response) (*AgentEvalsPutEvalCasesResponse, error)
ParseAgentEvalsPutEvalCasesResponse parses an HTTP response from a AgentEvalsPutEvalCasesWithResponse call
func (AgentEvalsPutEvalCasesResponse) Status ¶
func (r AgentEvalsPutEvalCasesResponse) Status() string
Status returns HTTPResponse.Status
func (AgentEvalsPutEvalCasesResponse) StatusCode ¶
func (r AgentEvalsPutEvalCasesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AgentEvalsRunEvalParams ¶
type AgentEvalsRunEvalParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AgentEvalsRunEvalParams defines parameters for AgentEvalsRunEval.
type AgentEvalsRunEvalResponse ¶
type AgentEvalsRunEvalResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *AgentEvalRunPublic
JSON422 *HTTPValidationError
}
func ParseAgentEvalsRunEvalResponse ¶
func ParseAgentEvalsRunEvalResponse(rsp *http.Response) (*AgentEvalsRunEvalResponse, error)
ParseAgentEvalsRunEvalResponse parses an HTTP response from a AgentEvalsRunEvalWithResponse call
func (AgentEvalsRunEvalResponse) Status ¶
func (r AgentEvalsRunEvalResponse) Status() string
Status returns HTTPResponse.Status
func (AgentEvalsRunEvalResponse) StatusCode ¶
func (r AgentEvalsRunEvalResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AgentEvalsUpdateEvalDatasetJSONRequestBody ¶
type AgentEvalsUpdateEvalDatasetJSONRequestBody = AgentEvalDatasetUpdate
AgentEvalsUpdateEvalDatasetJSONRequestBody defines body for AgentEvalsUpdateEvalDataset for application/json ContentType.
type AgentEvalsUpdateEvalDatasetParams ¶
type AgentEvalsUpdateEvalDatasetParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AgentEvalsUpdateEvalDatasetParams defines parameters for AgentEvalsUpdateEvalDataset.
type AgentEvalsUpdateEvalDatasetResponse ¶
type AgentEvalsUpdateEvalDatasetResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *AgentEvalDatasetPublic
JSON422 *HTTPValidationError
}
func ParseAgentEvalsUpdateEvalDatasetResponse ¶
func ParseAgentEvalsUpdateEvalDatasetResponse(rsp *http.Response) (*AgentEvalsUpdateEvalDatasetResponse, error)
ParseAgentEvalsUpdateEvalDatasetResponse parses an HTTP response from a AgentEvalsUpdateEvalDatasetWithResponse call
func (AgentEvalsUpdateEvalDatasetResponse) Status ¶
func (r AgentEvalsUpdateEvalDatasetResponse) Status() string
Status returns HTTPResponse.Status
func (AgentEvalsUpdateEvalDatasetResponse) StatusCode ¶
func (r AgentEvalsUpdateEvalDatasetResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AgentFilesDeleteFileParams ¶
type AgentFilesDeleteFileParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AgentFilesDeleteFileParams defines parameters for AgentFilesDeleteFile.
type AgentFilesDeleteFileResponse ¶
type AgentFilesDeleteFileResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *map[string]interface{}
JSON422 *HTTPValidationError
}
func ParseAgentFilesDeleteFileResponse ¶
func ParseAgentFilesDeleteFileResponse(rsp *http.Response) (*AgentFilesDeleteFileResponse, error)
ParseAgentFilesDeleteFileResponse parses an HTTP response from a AgentFilesDeleteFileWithResponse call
func (AgentFilesDeleteFileResponse) Status ¶
func (r AgentFilesDeleteFileResponse) Status() string
Status returns HTTPResponse.Status
func (AgentFilesDeleteFileResponse) StatusCode ¶
func (r AgentFilesDeleteFileResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AgentFilesGetFileParams ¶
type AgentFilesGetFileParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AgentFilesGetFileParams defines parameters for AgentFilesGetFile.
type AgentFilesGetFileResponse ¶
type AgentFilesGetFileResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *interface{}
JSON422 *HTTPValidationError
}
func ParseAgentFilesGetFileResponse ¶
func ParseAgentFilesGetFileResponse(rsp *http.Response) (*AgentFilesGetFileResponse, error)
ParseAgentFilesGetFileResponse parses an HTTP response from a AgentFilesGetFileWithResponse call
func (AgentFilesGetFileResponse) Status ¶
func (r AgentFilesGetFileResponse) Status() string
Status returns HTTPResponse.Status
func (AgentFilesGetFileResponse) StatusCode ¶
func (r AgentFilesGetFileResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AgentFilesListFilesParams ¶
type AgentFilesListFilesParams struct {
Prefix *string `form:"prefix,omitempty" json:"prefix,omitempty"`
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AgentFilesListFilesParams defines parameters for AgentFilesListFiles.
type AgentFilesListFilesResponse ¶
type AgentFilesListFilesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *[]map[string]interface{}
JSON422 *HTTPValidationError
}
func ParseAgentFilesListFilesResponse ¶
func ParseAgentFilesListFilesResponse(rsp *http.Response) (*AgentFilesListFilesResponse, error)
ParseAgentFilesListFilesResponse parses an HTTP response from a AgentFilesListFilesWithResponse call
func (AgentFilesListFilesResponse) Status ¶
func (r AgentFilesListFilesResponse) Status() string
Status returns HTTPResponse.Status
func (AgentFilesListFilesResponse) StatusCode ¶
func (r AgentFilesListFilesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AgentFilesPutFileParams ¶
type AgentFilesPutFileParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AgentFilesPutFileParams defines parameters for AgentFilesPutFile.
type AgentFilesPutFileResponse ¶
type AgentFilesPutFileResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *map[string]interface{}
JSON422 *HTTPValidationError
}
func ParseAgentFilesPutFileResponse ¶
func ParseAgentFilesPutFileResponse(rsp *http.Response) (*AgentFilesPutFileResponse, error)
ParseAgentFilesPutFileResponse parses an HTTP response from a AgentFilesPutFileWithResponse call
func (AgentFilesPutFileResponse) Status ¶
func (r AgentFilesPutFileResponse) Status() string
Status returns HTTPResponse.Status
func (AgentFilesPutFileResponse) StatusCode ¶
func (r AgentFilesPutFileResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AgentHeartbeatTaskCreate ¶
type AgentHeartbeatTaskCreate struct {
Description *string `json:"description,omitempty"`
Name string `json:"name"`
OutputConfig *map[string]interface{} `json:"output_config,omitempty"`
OutputTarget *OutputTarget `json:"output_target,omitempty"`
Prompt string `json:"prompt"`
Schedule string `json:"schedule"`
TargetAgentConfigId *openapi_types.UUID `json:"target_agent_config_id,omitempty"`
}
AgentHeartbeatTaskCreate defines model for AgentHeartbeatTaskCreate.
type AgentHeartbeatTaskPublic ¶
type AgentHeartbeatTaskPublic struct {
AgentConfigId openapi_types.UUID `json:"agent_config_id"`
CreatedAt string `json:"created_at"`
Description *string `json:"description,omitempty"`
Id openapi_types.UUID `json:"id"`
IsActive *bool `json:"is_active,omitempty"`
LastRunAt *string `json:"last_run_at,omitempty"`
LastRunStatus *string `json:"last_run_status,omitempty"`
Name string `json:"name"`
NextRunAt *string `json:"next_run_at,omitempty"`
OutputConfig *map[string]interface{} `json:"output_config,omitempty"`
OutputTarget *OutputTarget `json:"output_target,omitempty"`
Prompt string `json:"prompt"`
// Schedule Cron expression, e.g., '0 7 * * 1-5'
Schedule string `json:"schedule"`
TargetAgentConfigId *openapi_types.UUID `json:"target_agent_config_id,omitempty"`
TenantId openapi_types.UUID `json:"tenant_id"`
UpdatedAt string `json:"updated_at"`
}
AgentHeartbeatTaskPublic defines model for AgentHeartbeatTaskPublic.
type AgentHeartbeatTaskUpdate ¶
type AgentHeartbeatTaskUpdate struct {
Description *string `json:"description,omitempty"`
IsActive *bool `json:"is_active,omitempty"`
Name *string `json:"name,omitempty"`
OutputConfig *map[string]interface{} `json:"output_config,omitempty"`
OutputTarget *OutputTarget `json:"output_target,omitempty"`
Prompt *string `json:"prompt,omitempty"`
Schedule *string `json:"schedule,omitempty"`
TargetAgentConfigId *openapi_types.UUID `json:"target_agent_config_id,omitempty"`
}
AgentHeartbeatTaskUpdate defines model for AgentHeartbeatTaskUpdate.
type AgentHeartbeatTasksPublic ¶
type AgentHeartbeatTasksPublic struct {
Count int `json:"count"`
Data []AgentHeartbeatTaskPublic `json:"data"`
}
AgentHeartbeatTasksPublic defines model for AgentHeartbeatTasksPublic.
type AgentHookCreate ¶
type AgentHookCreate struct {
Description *string `json:"description,omitempty"`
EventType EventType `json:"event_type"`
Filter *map[string]interface{} `json:"filter,omitempty"`
Name string `json:"name"`
PromptTemplate string `json:"prompt_template"`
SecurityMode *HookSecurityMode `json:"security_mode,omitempty"`
}
AgentHookCreate defines model for AgentHookCreate.
type AgentHookPublic ¶
type AgentHookPublic struct {
AgentConfigId openapi_types.UUID `json:"agent_config_id"`
CreatedAt string `json:"created_at"`
Description *string `json:"description,omitempty"`
EventType EventType `json:"event_type"`
Filter *map[string]interface{} `json:"filter,omitempty"`
Id openapi_types.UUID `json:"id"`
IsActive *bool `json:"is_active,omitempty"`
IsDefault *bool `json:"is_default,omitempty"`
LastTriggeredAt *string `json:"last_triggered_at,omitempty"`
Name string `json:"name"`
PromptTemplate string `json:"prompt_template"`
Removable *bool `json:"removable,omitempty"`
SecurityMode *HookSecurityMode `json:"security_mode,omitempty"`
TenantId openapi_types.UUID `json:"tenant_id"`
TriggerCount *int `json:"trigger_count,omitempty"`
UpdatedAt string `json:"updated_at"`
}
AgentHookPublic defines model for AgentHookPublic.
type AgentHookUpdate ¶
type AgentHookUpdate struct {
Description *string `json:"description,omitempty"`
Filter *map[string]interface{} `json:"filter,omitempty"`
IsActive *bool `json:"is_active,omitempty"`
Name *string `json:"name,omitempty"`
PromptTemplate *string `json:"prompt_template,omitempty"`
SecurityMode *HookSecurityMode `json:"security_mode,omitempty"`
}
AgentHookUpdate defines model for AgentHookUpdate.
type AgentHooksPublic ¶
type AgentHooksPublic struct {
Count int `json:"count"`
Data []AgentHookPublic `json:"data"`
}
AgentHooksPublic defines model for AgentHooksPublic.
type AgentRole ¶
type AgentRole string
AgentRole defines model for AgentRole.
type AgentSessionPublic ¶
type AgentSessionPublic struct {
AgentConfigId openapi_types.UUID `json:"agent_config_id"`
CostUsd string `json:"cost_usd"`
CreatedAt string `json:"created_at"`
Id openapi_types.UUID `json:"id"`
MaxCarryTokens int `json:"max_carry_tokens"`
Origin string `json:"origin"`
SessionId string `json:"session_id"`
SessionPreferences *map[string]interface{} `json:"session_preferences,omitempty"`
Status SessionStatus `json:"status"`
TotalTokens int `json:"total_tokens"`
TotalToolCalls int `json:"total_tool_calls"`
TriggerLabel *string `json:"trigger_label,omitempty"`
UpdatedAt string `json:"updated_at"`
UserId *openapi_types.UUID `json:"user_id,omitempty"`
}
AgentSessionPublic defines model for AgentSessionPublic.
type AgentSessionsGetSessionMessagesParams ¶
type AgentSessionsGetSessionMessagesParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AgentSessionsGetSessionMessagesParams defines parameters for AgentSessionsGetSessionMessages.
type AgentSessionsGetSessionMessagesResponse ¶
type AgentSessionsGetSessionMessagesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *[]map[string]interface{}
JSON422 *HTTPValidationError
}
func ParseAgentSessionsGetSessionMessagesResponse ¶
func ParseAgentSessionsGetSessionMessagesResponse(rsp *http.Response) (*AgentSessionsGetSessionMessagesResponse, error)
ParseAgentSessionsGetSessionMessagesResponse parses an HTTP response from a AgentSessionsGetSessionMessagesWithResponse call
func (AgentSessionsGetSessionMessagesResponse) Status ¶
func (r AgentSessionsGetSessionMessagesResponse) Status() string
Status returns HTTPResponse.Status
func (AgentSessionsGetSessionMessagesResponse) StatusCode ¶
func (r AgentSessionsGetSessionMessagesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AgentSessionsListSessionsParams ¶
type AgentSessionsListSessionsParams struct {
AgentConfigId *openapi_types.UUID `form:"agent_config_id,omitempty" json:"agent_config_id,omitempty"`
Origin *string `form:"origin,omitempty" json:"origin,omitempty"`
Status *SessionStatus `form:"status,omitempty" json:"status,omitempty"`
InspectionCaptureId *openapi_types.UUID `form:"inspection_capture_id,omitempty" json:"inspection_capture_id,omitempty"`
Limit *int `form:"limit,omitempty" json:"limit,omitempty"`
Offset *int `form:"offset,omitempty" json:"offset,omitempty"`
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AgentSessionsListSessionsParams defines parameters for AgentSessionsListSessions.
type AgentSessionsListSessionsResponse ¶
type AgentSessionsListSessionsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *AgentSessionsPublic
JSON422 *HTTPValidationError
}
func ParseAgentSessionsListSessionsResponse ¶
func ParseAgentSessionsListSessionsResponse(rsp *http.Response) (*AgentSessionsListSessionsResponse, error)
ParseAgentSessionsListSessionsResponse parses an HTTP response from a AgentSessionsListSessionsWithResponse call
func (AgentSessionsListSessionsResponse) Status ¶
func (r AgentSessionsListSessionsResponse) Status() string
Status returns HTTPResponse.Status
func (AgentSessionsListSessionsResponse) StatusCode ¶
func (r AgentSessionsListSessionsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AgentSessionsPublic ¶
type AgentSessionsPublic struct {
Count int `json:"count"`
Data []AgentSessionPublic `json:"data"`
}
AgentSessionsPublic defines model for AgentSessionsPublic.
type AgentSessionsSaveSessionMessagesEndpointJSONRequestBody ¶
type AgentSessionsSaveSessionMessagesEndpointJSONRequestBody = SaveMessagesPayload
AgentSessionsSaveSessionMessagesEndpointJSONRequestBody defines body for AgentSessionsSaveSessionMessagesEndpoint for application/json ContentType.
type AgentSessionsSaveSessionMessagesEndpointParams ¶
type AgentSessionsSaveSessionMessagesEndpointParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AgentSessionsSaveSessionMessagesEndpointParams defines parameters for AgentSessionsSaveSessionMessagesEndpoint.
type AgentSessionsSaveSessionMessagesEndpointResponse ¶
type AgentSessionsSaveSessionMessagesEndpointResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *AgentSessionPublic
JSON422 *HTTPValidationError
}
func ParseAgentSessionsSaveSessionMessagesEndpointResponse ¶
func ParseAgentSessionsSaveSessionMessagesEndpointResponse(rsp *http.Response) (*AgentSessionsSaveSessionMessagesEndpointResponse, error)
ParseAgentSessionsSaveSessionMessagesEndpointResponse parses an HTTP response from a AgentSessionsSaveSessionMessagesEndpointWithResponse call
func (AgentSessionsSaveSessionMessagesEndpointResponse) Status ¶
func (r AgentSessionsSaveSessionMessagesEndpointResponse) Status() string
Status returns HTTPResponse.Status
func (AgentSessionsSaveSessionMessagesEndpointResponse) StatusCode ¶
func (r AgentSessionsSaveSessionMessagesEndpointResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AgentSessionsUpdateSessionParams ¶
type AgentSessionsUpdateSessionParams struct {
Status SessionStatus `form:"status" json:"status"`
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AgentSessionsUpdateSessionParams defines parameters for AgentSessionsUpdateSession.
type AgentSessionsUpdateSessionPreferencesJSONRequestBody ¶
type AgentSessionsUpdateSessionPreferencesJSONRequestBody = UpdateSessionPreferencesPayload
AgentSessionsUpdateSessionPreferencesJSONRequestBody defines body for AgentSessionsUpdateSessionPreferences for application/json ContentType.
type AgentSessionsUpdateSessionPreferencesParams ¶
type AgentSessionsUpdateSessionPreferencesParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AgentSessionsUpdateSessionPreferencesParams defines parameters for AgentSessionsUpdateSessionPreferences.
type AgentSessionsUpdateSessionPreferencesResponse ¶
type AgentSessionsUpdateSessionPreferencesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *AgentSessionPublic
JSON422 *HTTPValidationError
}
func ParseAgentSessionsUpdateSessionPreferencesResponse ¶
func ParseAgentSessionsUpdateSessionPreferencesResponse(rsp *http.Response) (*AgentSessionsUpdateSessionPreferencesResponse, error)
ParseAgentSessionsUpdateSessionPreferencesResponse parses an HTTP response from a AgentSessionsUpdateSessionPreferencesWithResponse call
func (AgentSessionsUpdateSessionPreferencesResponse) Status ¶
func (r AgentSessionsUpdateSessionPreferencesResponse) Status() string
Status returns HTTPResponse.Status
func (AgentSessionsUpdateSessionPreferencesResponse) StatusCode ¶
func (r AgentSessionsUpdateSessionPreferencesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AgentSessionsUpdateSessionResponse ¶
type AgentSessionsUpdateSessionResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *AgentSessionPublic
JSON422 *HTTPValidationError
}
func ParseAgentSessionsUpdateSessionResponse ¶
func ParseAgentSessionsUpdateSessionResponse(rsp *http.Response) (*AgentSessionsUpdateSessionResponse, error)
ParseAgentSessionsUpdateSessionResponse parses an HTTP response from a AgentSessionsUpdateSessionWithResponse call
func (AgentSessionsUpdateSessionResponse) Status ¶
func (r AgentSessionsUpdateSessionResponse) Status() string
Status returns HTTPResponse.Status
func (AgentSessionsUpdateSessionResponse) StatusCode ¶
func (r AgentSessionsUpdateSessionResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AgentSkillFilesDeleteSkillFileParams ¶
type AgentSkillFilesDeleteSkillFileParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AgentSkillFilesDeleteSkillFileParams defines parameters for AgentSkillFilesDeleteSkillFile.
type AgentSkillFilesDeleteSkillFileResponse ¶
type AgentSkillFilesDeleteSkillFileResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *map[string]interface{}
JSON422 *HTTPValidationError
}
func ParseAgentSkillFilesDeleteSkillFileResponse ¶
func ParseAgentSkillFilesDeleteSkillFileResponse(rsp *http.Response) (*AgentSkillFilesDeleteSkillFileResponse, error)
ParseAgentSkillFilesDeleteSkillFileResponse parses an HTTP response from a AgentSkillFilesDeleteSkillFileWithResponse call
func (AgentSkillFilesDeleteSkillFileResponse) Status ¶
func (r AgentSkillFilesDeleteSkillFileResponse) Status() string
Status returns HTTPResponse.Status
func (AgentSkillFilesDeleteSkillFileResponse) StatusCode ¶
func (r AgentSkillFilesDeleteSkillFileResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AgentSkillFilesGetSkillFileParams ¶
type AgentSkillFilesGetSkillFileParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AgentSkillFilesGetSkillFileParams defines parameters for AgentSkillFilesGetSkillFile.
type AgentSkillFilesGetSkillFileResponse ¶
type AgentSkillFilesGetSkillFileResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *interface{}
JSON422 *HTTPValidationError
}
func ParseAgentSkillFilesGetSkillFileResponse ¶
func ParseAgentSkillFilesGetSkillFileResponse(rsp *http.Response) (*AgentSkillFilesGetSkillFileResponse, error)
ParseAgentSkillFilesGetSkillFileResponse parses an HTTP response from a AgentSkillFilesGetSkillFileWithResponse call
func (AgentSkillFilesGetSkillFileResponse) Status ¶
func (r AgentSkillFilesGetSkillFileResponse) Status() string
Status returns HTTPResponse.Status
func (AgentSkillFilesGetSkillFileResponse) StatusCode ¶
func (r AgentSkillFilesGetSkillFileResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AgentSkillFilesListSkillFilesParams ¶
type AgentSkillFilesListSkillFilesParams struct {
Prefix *string `form:"prefix,omitempty" json:"prefix,omitempty"`
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AgentSkillFilesListSkillFilesParams defines parameters for AgentSkillFilesListSkillFiles.
type AgentSkillFilesListSkillFilesResponse ¶
type AgentSkillFilesListSkillFilesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *[]map[string]interface{}
JSON422 *HTTPValidationError
}
func ParseAgentSkillFilesListSkillFilesResponse ¶
func ParseAgentSkillFilesListSkillFilesResponse(rsp *http.Response) (*AgentSkillFilesListSkillFilesResponse, error)
ParseAgentSkillFilesListSkillFilesResponse parses an HTTP response from a AgentSkillFilesListSkillFilesWithResponse call
func (AgentSkillFilesListSkillFilesResponse) Status ¶
func (r AgentSkillFilesListSkillFilesResponse) Status() string
Status returns HTTPResponse.Status
func (AgentSkillFilesListSkillFilesResponse) StatusCode ¶
func (r AgentSkillFilesListSkillFilesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AgentSkillFilesPutSkillFileParams ¶
type AgentSkillFilesPutSkillFileParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AgentSkillFilesPutSkillFileParams defines parameters for AgentSkillFilesPutSkillFile.
type AgentSkillFilesPutSkillFileResponse ¶
type AgentSkillFilesPutSkillFileResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *map[string]interface{}
JSON422 *HTTPValidationError
}
func ParseAgentSkillFilesPutSkillFileResponse ¶
func ParseAgentSkillFilesPutSkillFileResponse(rsp *http.Response) (*AgentSkillFilesPutSkillFileResponse, error)
ParseAgentSkillFilesPutSkillFileResponse parses an HTTP response from a AgentSkillFilesPutSkillFileWithResponse call
func (AgentSkillFilesPutSkillFileResponse) Status ¶
func (r AgentSkillFilesPutSkillFileResponse) Status() string
Status returns HTTPResponse.Status
func (AgentSkillFilesPutSkillFileResponse) StatusCode ¶
func (r AgentSkillFilesPutSkillFileResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AgentSkillsCreateSkillJSONRequestBody ¶
type AgentSkillsCreateSkillJSONRequestBody = TenantSkillCreate
AgentSkillsCreateSkillJSONRequestBody defines body for AgentSkillsCreateSkill for application/json ContentType.
type AgentSkillsCreateSkillParams ¶
type AgentSkillsCreateSkillParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AgentSkillsCreateSkillParams defines parameters for AgentSkillsCreateSkill.
type AgentSkillsCreateSkillResponse ¶
type AgentSkillsCreateSkillResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *TenantSkillPublic
JSON422 *HTTPValidationError
}
func ParseAgentSkillsCreateSkillResponse ¶
func ParseAgentSkillsCreateSkillResponse(rsp *http.Response) (*AgentSkillsCreateSkillResponse, error)
ParseAgentSkillsCreateSkillResponse parses an HTTP response from a AgentSkillsCreateSkillWithResponse call
func (AgentSkillsCreateSkillResponse) Status ¶
func (r AgentSkillsCreateSkillResponse) Status() string
Status returns HTTPResponse.Status
func (AgentSkillsCreateSkillResponse) StatusCode ¶
func (r AgentSkillsCreateSkillResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AgentSkillsDeleteSkillParams ¶
type AgentSkillsDeleteSkillParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AgentSkillsDeleteSkillParams defines parameters for AgentSkillsDeleteSkill.
type AgentSkillsDeleteSkillResponse ¶
type AgentSkillsDeleteSkillResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *Message
JSON422 *HTTPValidationError
}
func ParseAgentSkillsDeleteSkillResponse ¶
func ParseAgentSkillsDeleteSkillResponse(rsp *http.Response) (*AgentSkillsDeleteSkillResponse, error)
ParseAgentSkillsDeleteSkillResponse parses an HTTP response from a AgentSkillsDeleteSkillWithResponse call
func (AgentSkillsDeleteSkillResponse) Status ¶
func (r AgentSkillsDeleteSkillResponse) Status() string
Status returns HTTPResponse.Status
func (AgentSkillsDeleteSkillResponse) StatusCode ¶
func (r AgentSkillsDeleteSkillResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AgentSkillsForkSkillParams ¶
type AgentSkillsForkSkillParams struct {
// TargetScope Scope for the fork
TargetScope *SkillScope `form:"target_scope,omitempty" json:"target_scope,omitempty"`
// TargetScopeRef agent_id or group_id for the fork
TargetScopeRef *string `form:"target_scope_ref,omitempty" json:"target_scope_ref,omitempty"`
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AgentSkillsForkSkillParams defines parameters for AgentSkillsForkSkill.
type AgentSkillsForkSkillResponse ¶
type AgentSkillsForkSkillResponse struct {
Body []byte
HTTPResponse *http.Response
JSON201 *TenantSkillPublic
JSON422 *HTTPValidationError
}
func ParseAgentSkillsForkSkillResponse ¶
func ParseAgentSkillsForkSkillResponse(rsp *http.Response) (*AgentSkillsForkSkillResponse, error)
ParseAgentSkillsForkSkillResponse parses an HTTP response from a AgentSkillsForkSkillWithResponse call
func (AgentSkillsForkSkillResponse) Status ¶
func (r AgentSkillsForkSkillResponse) Status() string
Status returns HTTPResponse.Status
func (AgentSkillsForkSkillResponse) StatusCode ¶
func (r AgentSkillsForkSkillResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AgentSkillsGetDefaultContentParams ¶
type AgentSkillsGetDefaultContentParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AgentSkillsGetDefaultContentParams defines parameters for AgentSkillsGetDefaultContent.
type AgentSkillsGetDefaultContentResponse ¶
type AgentSkillsGetDefaultContentResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *interface{}
JSON422 *HTTPValidationError
}
func ParseAgentSkillsGetDefaultContentResponse ¶
func ParseAgentSkillsGetDefaultContentResponse(rsp *http.Response) (*AgentSkillsGetDefaultContentResponse, error)
ParseAgentSkillsGetDefaultContentResponse parses an HTTP response from a AgentSkillsGetDefaultContentWithResponse call
func (AgentSkillsGetDefaultContentResponse) Status ¶
func (r AgentSkillsGetDefaultContentResponse) Status() string
Status returns HTTPResponse.Status
func (AgentSkillsGetDefaultContentResponse) StatusCode ¶
func (r AgentSkillsGetDefaultContentResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AgentSkillsGetSkillContentParams ¶
type AgentSkillsGetSkillContentParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AgentSkillsGetSkillContentParams defines parameters for AgentSkillsGetSkillContent.
type AgentSkillsGetSkillContentResponse ¶
type AgentSkillsGetSkillContentResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *interface{}
JSON422 *HTTPValidationError
}
func ParseAgentSkillsGetSkillContentResponse ¶
func ParseAgentSkillsGetSkillContentResponse(rsp *http.Response) (*AgentSkillsGetSkillContentResponse, error)
ParseAgentSkillsGetSkillContentResponse parses an HTTP response from a AgentSkillsGetSkillContentWithResponse call
func (AgentSkillsGetSkillContentResponse) Status ¶
func (r AgentSkillsGetSkillContentResponse) Status() string
Status returns HTTPResponse.Status
func (AgentSkillsGetSkillContentResponse) StatusCode ¶
func (r AgentSkillsGetSkillContentResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AgentSkillsGetSkillParams ¶
type AgentSkillsGetSkillParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AgentSkillsGetSkillParams defines parameters for AgentSkillsGetSkill.
type AgentSkillsGetSkillResponse ¶
type AgentSkillsGetSkillResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *TenantSkillPublic
JSON422 *HTTPValidationError
}
func ParseAgentSkillsGetSkillResponse ¶
func ParseAgentSkillsGetSkillResponse(rsp *http.Response) (*AgentSkillsGetSkillResponse, error)
ParseAgentSkillsGetSkillResponse parses an HTTP response from a AgentSkillsGetSkillWithResponse call
func (AgentSkillsGetSkillResponse) Status ¶
func (r AgentSkillsGetSkillResponse) Status() string
Status returns HTTPResponse.Status
func (AgentSkillsGetSkillResponse) StatusCode ¶
func (r AgentSkillsGetSkillResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AgentSkillsListSkillsParams ¶
type AgentSkillsListSkillsParams struct {
Status *SkillStatus `form:"status,omitempty" json:"status,omitempty"`
// Scope Filter by exact scope
Scope *SkillScope `form:"scope,omitempty" json:"scope,omitempty"`
// ScopeRef agent_id or group_id to filter by
ScopeRef *string `form:"scope_ref,omitempty" json:"scope_ref,omitempty"`
// IncludeInherited When scope_ref is set, also include global-scoped skills visible to that target
IncludeInherited *bool `form:"include_inherited,omitempty" json:"include_inherited,omitempty"`
Skip *int `form:"skip,omitempty" json:"skip,omitempty"`
Limit *int `form:"limit,omitempty" json:"limit,omitempty"`
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AgentSkillsListSkillsParams defines parameters for AgentSkillsListSkills.
type AgentSkillsListSkillsResponse ¶
type AgentSkillsListSkillsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *TenantSkillsPublic
JSON422 *HTTPValidationError
}
func ParseAgentSkillsListSkillsResponse ¶
func ParseAgentSkillsListSkillsResponse(rsp *http.Response) (*AgentSkillsListSkillsResponse, error)
ParseAgentSkillsListSkillsResponse parses an HTTP response from a AgentSkillsListSkillsWithResponse call
func (AgentSkillsListSkillsResponse) Status ¶
func (r AgentSkillsListSkillsResponse) Status() string
Status returns HTTPResponse.Status
func (AgentSkillsListSkillsResponse) StatusCode ¶
func (r AgentSkillsListSkillsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AgentSkillsPutSkillContentParams ¶
type AgentSkillsPutSkillContentParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AgentSkillsPutSkillContentParams defines parameters for AgentSkillsPutSkillContent.
type AgentSkillsPutSkillContentResponse ¶
type AgentSkillsPutSkillContentResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *map[string]interface{}
JSON422 *HTTPValidationError
}
func ParseAgentSkillsPutSkillContentResponse ¶
func ParseAgentSkillsPutSkillContentResponse(rsp *http.Response) (*AgentSkillsPutSkillContentResponse, error)
ParseAgentSkillsPutSkillContentResponse parses an HTTP response from a AgentSkillsPutSkillContentWithResponse call
func (AgentSkillsPutSkillContentResponse) Status ¶
func (r AgentSkillsPutSkillContentResponse) Status() string
Status returns HTTPResponse.Status
func (AgentSkillsPutSkillContentResponse) StatusCode ¶
func (r AgentSkillsPutSkillContentResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AgentSkillsRevertForkParams ¶
type AgentSkillsRevertForkParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AgentSkillsRevertForkParams defines parameters for AgentSkillsRevertFork.
type AgentSkillsRevertForkResponse ¶
type AgentSkillsRevertForkResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *TenantSkillPublic
JSON422 *HTTPValidationError
}
func ParseAgentSkillsRevertForkResponse ¶
func ParseAgentSkillsRevertForkResponse(rsp *http.Response) (*AgentSkillsRevertForkResponse, error)
ParseAgentSkillsRevertForkResponse parses an HTTP response from a AgentSkillsRevertForkWithResponse call
func (AgentSkillsRevertForkResponse) Status ¶
func (r AgentSkillsRevertForkResponse) Status() string
Status returns HTTPResponse.Status
func (AgentSkillsRevertForkResponse) StatusCode ¶
func (r AgentSkillsRevertForkResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AgentSkillsUpdateSkillJSONRequestBody ¶
type AgentSkillsUpdateSkillJSONRequestBody = TenantSkillUpdate
AgentSkillsUpdateSkillJSONRequestBody defines body for AgentSkillsUpdateSkill for application/json ContentType.
type AgentSkillsUpdateSkillParams ¶
type AgentSkillsUpdateSkillParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AgentSkillsUpdateSkillParams defines parameters for AgentSkillsUpdateSkill.
type AgentSkillsUpdateSkillResponse ¶
type AgentSkillsUpdateSkillResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *TenantSkillPublic
JSON422 *HTTPValidationError
}
func ParseAgentSkillsUpdateSkillResponse ¶
func ParseAgentSkillsUpdateSkillResponse(rsp *http.Response) (*AgentSkillsUpdateSkillResponse, error)
ParseAgentSkillsUpdateSkillResponse parses an HTTP response from a AgentSkillsUpdateSkillWithResponse call
func (AgentSkillsUpdateSkillResponse) Status ¶
func (r AgentSkillsUpdateSkillResponse) Status() string
Status returns HTTPResponse.Status
func (AgentSkillsUpdateSkillResponse) StatusCode ¶
func (r AgentSkillsUpdateSkillResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AgentStreamStreamSessionEventsParams ¶
type AgentStreamStreamSessionEventsParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AgentStreamStreamSessionEventsParams defines parameters for AgentStreamStreamSessionEvents.
type AgentStreamStreamSessionEventsResponse ¶
type AgentStreamStreamSessionEventsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *interface{}
JSON422 *HTTPValidationError
}
func ParseAgentStreamStreamSessionEventsResponse ¶
func ParseAgentStreamStreamSessionEventsResponse(rsp *http.Response) (*AgentStreamStreamSessionEventsResponse, error)
ParseAgentStreamStreamSessionEventsResponse parses an HTTP response from a AgentStreamStreamSessionEventsWithResponse call
func (AgentStreamStreamSessionEventsResponse) Status ¶
func (r AgentStreamStreamSessionEventsResponse) Status() string
Status returns HTTPResponse.Status
func (AgentStreamStreamSessionEventsResponse) StatusCode ¶
func (r AgentStreamStreamSessionEventsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AgentWorkspaceDefaultsGetDefaultSoulMdParams ¶
type AgentWorkspaceDefaultsGetDefaultSoulMdParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AgentWorkspaceDefaultsGetDefaultSoulMdParams defines parameters for AgentWorkspaceDefaultsGetDefaultSoulMd.
type AgentWorkspaceDefaultsGetDefaultSoulMdResponse ¶
type AgentWorkspaceDefaultsGetDefaultSoulMdResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *interface{}
JSON422 *HTTPValidationError
}
func ParseAgentWorkspaceDefaultsGetDefaultSoulMdResponse ¶
func ParseAgentWorkspaceDefaultsGetDefaultSoulMdResponse(rsp *http.Response) (*AgentWorkspaceDefaultsGetDefaultSoulMdResponse, error)
ParseAgentWorkspaceDefaultsGetDefaultSoulMdResponse parses an HTTP response from a AgentWorkspaceDefaultsGetDefaultSoulMdWithResponse call
func (AgentWorkspaceDefaultsGetDefaultSoulMdResponse) Status ¶
func (r AgentWorkspaceDefaultsGetDefaultSoulMdResponse) Status() string
Status returns HTTPResponse.Status
func (AgentWorkspaceDefaultsGetDefaultSoulMdResponse) StatusCode ¶
func (r AgentWorkspaceDefaultsGetDefaultSoulMdResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AgentWorkspaceDefaultsPutDefaultSoulMdParams ¶
type AgentWorkspaceDefaultsPutDefaultSoulMdParams struct {
// ApplyToExisting Reset all agents to use the default SOUL.md
ApplyToExisting *bool `form:"apply_to_existing,omitempty" json:"apply_to_existing,omitempty"`
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AgentWorkspaceDefaultsPutDefaultSoulMdParams defines parameters for AgentWorkspaceDefaultsPutDefaultSoulMd.
type AgentWorkspaceDefaultsPutDefaultSoulMdResponse ¶
type AgentWorkspaceDefaultsPutDefaultSoulMdResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *map[string]interface{}
JSON422 *HTTPValidationError
}
func ParseAgentWorkspaceDefaultsPutDefaultSoulMdResponse ¶
func ParseAgentWorkspaceDefaultsPutDefaultSoulMdResponse(rsp *http.Response) (*AgentWorkspaceDefaultsPutDefaultSoulMdResponse, error)
ParseAgentWorkspaceDefaultsPutDefaultSoulMdResponse parses an HTTP response from a AgentWorkspaceDefaultsPutDefaultSoulMdWithResponse call
func (AgentWorkspaceDefaultsPutDefaultSoulMdResponse) Status ¶
func (r AgentWorkspaceDefaultsPutDefaultSoulMdResponse) Status() string
Status returns HTTPResponse.Status
func (AgentWorkspaceDefaultsPutDefaultSoulMdResponse) StatusCode ¶
func (r AgentWorkspaceDefaultsPutDefaultSoulMdResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AgentWorkspaceGetWorkspaceFileParams ¶
type AgentWorkspaceGetWorkspaceFileParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AgentWorkspaceGetWorkspaceFileParams defines parameters for AgentWorkspaceGetWorkspaceFile.
type AgentWorkspaceGetWorkspaceFileResponse ¶
type AgentWorkspaceGetWorkspaceFileResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *interface{}
JSON422 *HTTPValidationError
}
func ParseAgentWorkspaceGetWorkspaceFileResponse ¶
func ParseAgentWorkspaceGetWorkspaceFileResponse(rsp *http.Response) (*AgentWorkspaceGetWorkspaceFileResponse, error)
ParseAgentWorkspaceGetWorkspaceFileResponse parses an HTTP response from a AgentWorkspaceGetWorkspaceFileWithResponse call
func (AgentWorkspaceGetWorkspaceFileResponse) Status ¶
func (r AgentWorkspaceGetWorkspaceFileResponse) Status() string
Status returns HTTPResponse.Status
func (AgentWorkspaceGetWorkspaceFileResponse) StatusCode ¶
func (r AgentWorkspaceGetWorkspaceFileResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AgentWorkspaceListWorkspaceFilesParams ¶
type AgentWorkspaceListWorkspaceFilesParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AgentWorkspaceListWorkspaceFilesParams defines parameters for AgentWorkspaceListWorkspaceFiles.
type AgentWorkspaceListWorkspaceFilesResponse ¶
type AgentWorkspaceListWorkspaceFilesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *[]map[string]interface{}
JSON422 *HTTPValidationError
}
func ParseAgentWorkspaceListWorkspaceFilesResponse ¶
func ParseAgentWorkspaceListWorkspaceFilesResponse(rsp *http.Response) (*AgentWorkspaceListWorkspaceFilesResponse, error)
ParseAgentWorkspaceListWorkspaceFilesResponse parses an HTTP response from a AgentWorkspaceListWorkspaceFilesWithResponse call
func (AgentWorkspaceListWorkspaceFilesResponse) Status ¶
func (r AgentWorkspaceListWorkspaceFilesResponse) Status() string
Status returns HTTPResponse.Status
func (AgentWorkspaceListWorkspaceFilesResponse) StatusCode ¶
func (r AgentWorkspaceListWorkspaceFilesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AgentWorkspacePutWorkspaceFileParams ¶
type AgentWorkspacePutWorkspaceFileParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AgentWorkspacePutWorkspaceFileParams defines parameters for AgentWorkspacePutWorkspaceFile.
type AgentWorkspacePutWorkspaceFileResponse ¶
type AgentWorkspacePutWorkspaceFileResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *map[string]interface{}
JSON422 *HTTPValidationError
}
func ParseAgentWorkspacePutWorkspaceFileResponse ¶
func ParseAgentWorkspacePutWorkspaceFileResponse(rsp *http.Response) (*AgentWorkspacePutWorkspaceFileResponse, error)
ParseAgentWorkspacePutWorkspaceFileResponse parses an HTTP response from a AgentWorkspacePutWorkspaceFileWithResponse call
func (AgentWorkspacePutWorkspaceFileResponse) Status ¶
func (r AgentWorkspacePutWorkspaceFileResponse) Status() string
Status returns HTTPResponse.Status
func (AgentWorkspacePutWorkspaceFileResponse) StatusCode ¶
func (r AgentWorkspacePutWorkspaceFileResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AgentsCreateAgentConfigJSONRequestBody ¶
type AgentsCreateAgentConfigJSONRequestBody = AgentConfigCreate
AgentsCreateAgentConfigJSONRequestBody defines body for AgentsCreateAgentConfig for application/json ContentType.
type AgentsCreateAgentConfigParams ¶
type AgentsCreateAgentConfigParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AgentsCreateAgentConfigParams defines parameters for AgentsCreateAgentConfig.
type AgentsCreateAgentConfigResponse ¶
type AgentsCreateAgentConfigResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *AgentConfigPublic
JSON422 *HTTPValidationError
}
func ParseAgentsCreateAgentConfigResponse ¶
func ParseAgentsCreateAgentConfigResponse(rsp *http.Response) (*AgentsCreateAgentConfigResponse, error)
ParseAgentsCreateAgentConfigResponse parses an HTTP response from a AgentsCreateAgentConfigWithResponse call
func (AgentsCreateAgentConfigResponse) Status ¶
func (r AgentsCreateAgentConfigResponse) Status() string
Status returns HTTPResponse.Status
func (AgentsCreateAgentConfigResponse) StatusCode ¶
func (r AgentsCreateAgentConfigResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AgentsCreateHeartbeatTaskJSONRequestBody ¶
type AgentsCreateHeartbeatTaskJSONRequestBody = AgentHeartbeatTaskCreate
AgentsCreateHeartbeatTaskJSONRequestBody defines body for AgentsCreateHeartbeatTask for application/json ContentType.
type AgentsCreateHeartbeatTaskParams ¶
type AgentsCreateHeartbeatTaskParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AgentsCreateHeartbeatTaskParams defines parameters for AgentsCreateHeartbeatTask.
type AgentsCreateHeartbeatTaskResponse ¶
type AgentsCreateHeartbeatTaskResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *AgentHeartbeatTaskPublic
JSON422 *HTTPValidationError
}
func ParseAgentsCreateHeartbeatTaskResponse ¶
func ParseAgentsCreateHeartbeatTaskResponse(rsp *http.Response) (*AgentsCreateHeartbeatTaskResponse, error)
ParseAgentsCreateHeartbeatTaskResponse parses an HTTP response from a AgentsCreateHeartbeatTaskWithResponse call
func (AgentsCreateHeartbeatTaskResponse) Status ¶
func (r AgentsCreateHeartbeatTaskResponse) Status() string
Status returns HTTPResponse.Status
func (AgentsCreateHeartbeatTaskResponse) StatusCode ¶
func (r AgentsCreateHeartbeatTaskResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AgentsCreateHookJSONRequestBody ¶
type AgentsCreateHookJSONRequestBody = AgentHookCreate
AgentsCreateHookJSONRequestBody defines body for AgentsCreateHook for application/json ContentType.
type AgentsCreateHookParams ¶
type AgentsCreateHookParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AgentsCreateHookParams defines parameters for AgentsCreateHook.
type AgentsCreateHookResponse ¶
type AgentsCreateHookResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *AgentHookPublic
JSON422 *HTTPValidationError
}
func ParseAgentsCreateHookResponse ¶
func ParseAgentsCreateHookResponse(rsp *http.Response) (*AgentsCreateHookResponse, error)
ParseAgentsCreateHookResponse parses an HTTP response from a AgentsCreateHookWithResponse call
func (AgentsCreateHookResponse) Status ¶
func (r AgentsCreateHookResponse) Status() string
Status returns HTTPResponse.Status
func (AgentsCreateHookResponse) StatusCode ¶
func (r AgentsCreateHookResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AgentsDeleteAgentConfigParams ¶
type AgentsDeleteAgentConfigParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AgentsDeleteAgentConfigParams defines parameters for AgentsDeleteAgentConfig.
type AgentsDeleteAgentConfigResponse ¶
type AgentsDeleteAgentConfigResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *DeletedResponse
JSON422 *HTTPValidationError
}
func ParseAgentsDeleteAgentConfigResponse ¶
func ParseAgentsDeleteAgentConfigResponse(rsp *http.Response) (*AgentsDeleteAgentConfigResponse, error)
ParseAgentsDeleteAgentConfigResponse parses an HTTP response from a AgentsDeleteAgentConfigWithResponse call
func (AgentsDeleteAgentConfigResponse) Status ¶
func (r AgentsDeleteAgentConfigResponse) Status() string
Status returns HTTPResponse.Status
func (AgentsDeleteAgentConfigResponse) StatusCode ¶
func (r AgentsDeleteAgentConfigResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AgentsDeleteHeartbeatTaskParams ¶
type AgentsDeleteHeartbeatTaskParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AgentsDeleteHeartbeatTaskParams defines parameters for AgentsDeleteHeartbeatTask.
type AgentsDeleteHeartbeatTaskResponse ¶
type AgentsDeleteHeartbeatTaskResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *Message
JSON422 *HTTPValidationError
}
func ParseAgentsDeleteHeartbeatTaskResponse ¶
func ParseAgentsDeleteHeartbeatTaskResponse(rsp *http.Response) (*AgentsDeleteHeartbeatTaskResponse, error)
ParseAgentsDeleteHeartbeatTaskResponse parses an HTTP response from a AgentsDeleteHeartbeatTaskWithResponse call
func (AgentsDeleteHeartbeatTaskResponse) Status ¶
func (r AgentsDeleteHeartbeatTaskResponse) Status() string
Status returns HTTPResponse.Status
func (AgentsDeleteHeartbeatTaskResponse) StatusCode ¶
func (r AgentsDeleteHeartbeatTaskResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AgentsDeleteHookParams ¶
type AgentsDeleteHookParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AgentsDeleteHookParams defines parameters for AgentsDeleteHook.
type AgentsDeleteHookResponse ¶
type AgentsDeleteHookResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *DeletedResponse
JSON422 *HTTPValidationError
}
func ParseAgentsDeleteHookResponse ¶
func ParseAgentsDeleteHookResponse(rsp *http.Response) (*AgentsDeleteHookResponse, error)
ParseAgentsDeleteHookResponse parses an HTTP response from a AgentsDeleteHookWithResponse call
func (AgentsDeleteHookResponse) Status ¶
func (r AgentsDeleteHookResponse) Status() string
Status returns HTTPResponse.Status
func (AgentsDeleteHookResponse) StatusCode ¶
func (r AgentsDeleteHookResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AgentsExportHeartbeatMdParams ¶
type AgentsExportHeartbeatMdParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AgentsExportHeartbeatMdParams defines parameters for AgentsExportHeartbeatMd.
type AgentsExportHeartbeatMdResponse ¶
type AgentsExportHeartbeatMdResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *interface{}
JSON422 *HTTPValidationError
}
func ParseAgentsExportHeartbeatMdResponse ¶
func ParseAgentsExportHeartbeatMdResponse(rsp *http.Response) (*AgentsExportHeartbeatMdResponse, error)
ParseAgentsExportHeartbeatMdResponse parses an HTTP response from a AgentsExportHeartbeatMdWithResponse call
func (AgentsExportHeartbeatMdResponse) Status ¶
func (r AgentsExportHeartbeatMdResponse) Status() string
Status returns HTTPResponse.Status
func (AgentsExportHeartbeatMdResponse) StatusCode ¶
func (r AgentsExportHeartbeatMdResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AgentsGetAgentConfigParams ¶
type AgentsGetAgentConfigParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AgentsGetAgentConfigParams defines parameters for AgentsGetAgentConfig.
type AgentsGetAgentConfigResponse ¶
type AgentsGetAgentConfigResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *struct {
// contains filtered or unexported fields
}
JSON422 *HTTPValidationError
}
func ParseAgentsGetAgentConfigResponse ¶
func ParseAgentsGetAgentConfigResponse(rsp *http.Response) (*AgentsGetAgentConfigResponse, error)
ParseAgentsGetAgentConfigResponse parses an HTTP response from a AgentsGetAgentConfigWithResponse call
func (AgentsGetAgentConfigResponse) Status ¶
func (r AgentsGetAgentConfigResponse) Status() string
Status returns HTTPResponse.Status
func (AgentsGetAgentConfigResponse) StatusCode ¶
func (r AgentsGetAgentConfigResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AgentsGetHeartbeatTaskParams ¶
type AgentsGetHeartbeatTaskParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AgentsGetHeartbeatTaskParams defines parameters for AgentsGetHeartbeatTask.
type AgentsGetHeartbeatTaskResponse ¶
type AgentsGetHeartbeatTaskResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *AgentHeartbeatTaskPublic
JSON422 *HTTPValidationError
}
func ParseAgentsGetHeartbeatTaskResponse ¶
func ParseAgentsGetHeartbeatTaskResponse(rsp *http.Response) (*AgentsGetHeartbeatTaskResponse, error)
ParseAgentsGetHeartbeatTaskResponse parses an HTTP response from a AgentsGetHeartbeatTaskWithResponse call
func (AgentsGetHeartbeatTaskResponse) Status ¶
func (r AgentsGetHeartbeatTaskResponse) Status() string
Status returns HTTPResponse.Status
func (AgentsGetHeartbeatTaskResponse) StatusCode ¶
func (r AgentsGetHeartbeatTaskResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AgentsGetHookParams ¶
type AgentsGetHookParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AgentsGetHookParams defines parameters for AgentsGetHook.
type AgentsGetHookResponse ¶
type AgentsGetHookResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *AgentHookPublic
JSON422 *HTTPValidationError
}
func ParseAgentsGetHookResponse ¶
func ParseAgentsGetHookResponse(rsp *http.Response) (*AgentsGetHookResponse, error)
ParseAgentsGetHookResponse parses an HTTP response from a AgentsGetHookWithResponse call
func (AgentsGetHookResponse) Status ¶
func (r AgentsGetHookResponse) Status() string
Status returns HTTPResponse.Status
func (AgentsGetHookResponse) StatusCode ¶
func (r AgentsGetHookResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AgentsListAgentConfigsParams ¶
type AgentsListAgentConfigsParams struct {
Skip *int `form:"skip,omitempty" json:"skip,omitempty"`
Limit *int `form:"limit,omitempty" json:"limit,omitempty"`
// Role Filter by agent role
Role *AgentRole `form:"role,omitempty" json:"role,omitempty"`
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AgentsListAgentConfigsParams defines parameters for AgentsListAgentConfigs.
type AgentsListAgentConfigsResponse ¶
type AgentsListAgentConfigsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *struct {
// contains filtered or unexported fields
}
JSON422 *HTTPValidationError
}
func ParseAgentsListAgentConfigsResponse ¶
func ParseAgentsListAgentConfigsResponse(rsp *http.Response) (*AgentsListAgentConfigsResponse, error)
ParseAgentsListAgentConfigsResponse parses an HTTP response from a AgentsListAgentConfigsWithResponse call
func (AgentsListAgentConfigsResponse) Status ¶
func (r AgentsListAgentConfigsResponse) Status() string
Status returns HTTPResponse.Status
func (AgentsListAgentConfigsResponse) StatusCode ¶
func (r AgentsListAgentConfigsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AgentsListHeartbeatTasksParams ¶
type AgentsListHeartbeatTasksParams struct {
Skip *int `form:"skip,omitempty" json:"skip,omitempty"`
Limit *int `form:"limit,omitempty" json:"limit,omitempty"`
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AgentsListHeartbeatTasksParams defines parameters for AgentsListHeartbeatTasks.
type AgentsListHeartbeatTasksResponse ¶
type AgentsListHeartbeatTasksResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *AgentHeartbeatTasksPublic
JSON422 *HTTPValidationError
}
func ParseAgentsListHeartbeatTasksResponse ¶
func ParseAgentsListHeartbeatTasksResponse(rsp *http.Response) (*AgentsListHeartbeatTasksResponse, error)
ParseAgentsListHeartbeatTasksResponse parses an HTTP response from a AgentsListHeartbeatTasksWithResponse call
func (AgentsListHeartbeatTasksResponse) Status ¶
func (r AgentsListHeartbeatTasksResponse) Status() string
Status returns HTTPResponse.Status
func (AgentsListHeartbeatTasksResponse) StatusCode ¶
func (r AgentsListHeartbeatTasksResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AgentsListHooksParams ¶
type AgentsListHooksParams struct {
EventType *string `form:"event_type,omitempty" json:"event_type,omitempty"`
Skip *int `form:"skip,omitempty" json:"skip,omitempty"`
Limit *int `form:"limit,omitempty" json:"limit,omitempty"`
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AgentsListHooksParams defines parameters for AgentsListHooks.
type AgentsListHooksResponse ¶
type AgentsListHooksResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *AgentHooksPublic
JSON422 *HTTPValidationError
}
func ParseAgentsListHooksResponse ¶
func ParseAgentsListHooksResponse(rsp *http.Response) (*AgentsListHooksResponse, error)
ParseAgentsListHooksResponse parses an HTTP response from a AgentsListHooksWithResponse call
func (AgentsListHooksResponse) Status ¶
func (r AgentsListHooksResponse) Status() string
Status returns HTTPResponse.Status
func (AgentsListHooksResponse) StatusCode ¶
func (r AgentsListHooksResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AgentsListPageAgentsParams ¶
type AgentsListPageAgentsParams struct {
// PageType Filter by agent page type
PageType string `form:"page_type" json:"page_type"`
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AgentsListPageAgentsParams defines parameters for AgentsListPageAgents.
type AgentsListPageAgentsResponse ¶
type AgentsListPageAgentsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *[]AgentConfigPublic
JSON422 *HTTPValidationError
}
func ParseAgentsListPageAgentsResponse ¶
func ParseAgentsListPageAgentsResponse(rsp *http.Response) (*AgentsListPageAgentsResponse, error)
ParseAgentsListPageAgentsResponse parses an HTTP response from a AgentsListPageAgentsWithResponse call
func (AgentsListPageAgentsResponse) Status ¶
func (r AgentsListPageAgentsResponse) Status() string
Status returns HTTPResponse.Status
func (AgentsListPageAgentsResponse) StatusCode ¶
func (r AgentsListPageAgentsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AgentsSyncHeartbeatMdParams ¶
type AgentsSyncHeartbeatMdParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AgentsSyncHeartbeatMdParams defines parameters for AgentsSyncHeartbeatMd.
type AgentsSyncHeartbeatMdResponse ¶
type AgentsSyncHeartbeatMdResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *map[string]int
JSON422 *HTTPValidationError
}
func ParseAgentsSyncHeartbeatMdResponse ¶
func ParseAgentsSyncHeartbeatMdResponse(rsp *http.Response) (*AgentsSyncHeartbeatMdResponse, error)
ParseAgentsSyncHeartbeatMdResponse parses an HTTP response from a AgentsSyncHeartbeatMdWithResponse call
func (AgentsSyncHeartbeatMdResponse) Status ¶
func (r AgentsSyncHeartbeatMdResponse) Status() string
Status returns HTTPResponse.Status
func (AgentsSyncHeartbeatMdResponse) StatusCode ¶
func (r AgentsSyncHeartbeatMdResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AgentsUpdateAgentConfigJSONRequestBody ¶
type AgentsUpdateAgentConfigJSONRequestBody = AgentConfigUpdate
AgentsUpdateAgentConfigJSONRequestBody defines body for AgentsUpdateAgentConfig for application/json ContentType.
type AgentsUpdateAgentConfigParams ¶
type AgentsUpdateAgentConfigParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AgentsUpdateAgentConfigParams defines parameters for AgentsUpdateAgentConfig.
type AgentsUpdateAgentConfigResponse ¶
type AgentsUpdateAgentConfigResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *AgentConfigPublic
JSON422 *HTTPValidationError
}
func ParseAgentsUpdateAgentConfigResponse ¶
func ParseAgentsUpdateAgentConfigResponse(rsp *http.Response) (*AgentsUpdateAgentConfigResponse, error)
ParseAgentsUpdateAgentConfigResponse parses an HTTP response from a AgentsUpdateAgentConfigWithResponse call
func (AgentsUpdateAgentConfigResponse) Status ¶
func (r AgentsUpdateAgentConfigResponse) Status() string
Status returns HTTPResponse.Status
func (AgentsUpdateAgentConfigResponse) StatusCode ¶
func (r AgentsUpdateAgentConfigResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AgentsUpdateHeartbeatTaskJSONRequestBody ¶
type AgentsUpdateHeartbeatTaskJSONRequestBody = AgentHeartbeatTaskUpdate
AgentsUpdateHeartbeatTaskJSONRequestBody defines body for AgentsUpdateHeartbeatTask for application/json ContentType.
type AgentsUpdateHeartbeatTaskParams ¶
type AgentsUpdateHeartbeatTaskParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AgentsUpdateHeartbeatTaskParams defines parameters for AgentsUpdateHeartbeatTask.
type AgentsUpdateHeartbeatTaskResponse ¶
type AgentsUpdateHeartbeatTaskResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *AgentHeartbeatTaskPublic
JSON422 *HTTPValidationError
}
func ParseAgentsUpdateHeartbeatTaskResponse ¶
func ParseAgentsUpdateHeartbeatTaskResponse(rsp *http.Response) (*AgentsUpdateHeartbeatTaskResponse, error)
ParseAgentsUpdateHeartbeatTaskResponse parses an HTTP response from a AgentsUpdateHeartbeatTaskWithResponse call
func (AgentsUpdateHeartbeatTaskResponse) Status ¶
func (r AgentsUpdateHeartbeatTaskResponse) Status() string
Status returns HTTPResponse.Status
func (AgentsUpdateHeartbeatTaskResponse) StatusCode ¶
func (r AgentsUpdateHeartbeatTaskResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AgentsUpdateHookJSONRequestBody ¶
type AgentsUpdateHookJSONRequestBody = AgentHookUpdate
AgentsUpdateHookJSONRequestBody defines body for AgentsUpdateHook for application/json ContentType.
type AgentsUpdateHookParams ¶
type AgentsUpdateHookParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AgentsUpdateHookParams defines parameters for AgentsUpdateHook.
type AgentsUpdateHookResponse ¶
type AgentsUpdateHookResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *AgentHookPublic
JSON422 *HTTPValidationError
}
func ParseAgentsUpdateHookResponse ¶
func ParseAgentsUpdateHookResponse(rsp *http.Response) (*AgentsUpdateHookResponse, error)
ParseAgentsUpdateHookResponse parses an HTTP response from a AgentsUpdateHookWithResponse call
func (AgentsUpdateHookResponse) Status ¶
func (r AgentsUpdateHookResponse) Status() string
Status returns HTTPResponse.Status
func (AgentsUpdateHookResponse) StatusCode ¶
func (r AgentsUpdateHookResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AiConfigCreateOrReplaceAiConfigJSONRequestBody ¶
type AiConfigCreateOrReplaceAiConfigJSONRequestBody = AIConfigCreate
AiConfigCreateOrReplaceAiConfigJSONRequestBody defines body for AiConfigCreateOrReplaceAiConfig for application/json ContentType.
type AiConfigCreateOrReplaceAiConfigParams ¶
type AiConfigCreateOrReplaceAiConfigParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AiConfigCreateOrReplaceAiConfigParams defines parameters for AiConfigCreateOrReplaceAiConfig.
type AiConfigCreateOrReplaceAiConfigResponse ¶
type AiConfigCreateOrReplaceAiConfigResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *AIConfigPublic
JSON422 *HTTPValidationError
}
func ParseAiConfigCreateOrReplaceAiConfigResponse ¶
func ParseAiConfigCreateOrReplaceAiConfigResponse(rsp *http.Response) (*AiConfigCreateOrReplaceAiConfigResponse, error)
ParseAiConfigCreateOrReplaceAiConfigResponse parses an HTTP response from a AiConfigCreateOrReplaceAiConfigWithResponse call
func (AiConfigCreateOrReplaceAiConfigResponse) Status ¶
func (r AiConfigCreateOrReplaceAiConfigResponse) Status() string
Status returns HTTPResponse.Status
func (AiConfigCreateOrReplaceAiConfigResponse) StatusCode ¶
func (r AiConfigCreateOrReplaceAiConfigResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AiConfigDeleteAiConfigParams ¶
type AiConfigDeleteAiConfigParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AiConfigDeleteAiConfigParams defines parameters for AiConfigDeleteAiConfig.
type AiConfigDeleteAiConfigResponse ¶
type AiConfigDeleteAiConfigResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *map[string]string
JSON422 *HTTPValidationError
}
func ParseAiConfigDeleteAiConfigResponse ¶
func ParseAiConfigDeleteAiConfigResponse(rsp *http.Response) (*AiConfigDeleteAiConfigResponse, error)
ParseAiConfigDeleteAiConfigResponse parses an HTTP response from a AiConfigDeleteAiConfigWithResponse call
func (AiConfigDeleteAiConfigResponse) Status ¶
func (r AiConfigDeleteAiConfigResponse) Status() string
Status returns HTTPResponse.Status
func (AiConfigDeleteAiConfigResponse) StatusCode ¶
func (r AiConfigDeleteAiConfigResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AiConfigGetAiConfigParams ¶
type AiConfigGetAiConfigParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AiConfigGetAiConfigParams defines parameters for AiConfigGetAiConfig.
type AiConfigGetAiConfigResponse ¶
type AiConfigGetAiConfigResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *AIConfigPublic
JSON422 *HTTPValidationError
}
func ParseAiConfigGetAiConfigResponse ¶
func ParseAiConfigGetAiConfigResponse(rsp *http.Response) (*AiConfigGetAiConfigResponse, error)
ParseAiConfigGetAiConfigResponse parses an HTTP response from a AiConfigGetAiConfigWithResponse call
func (AiConfigGetAiConfigResponse) Status ¶
func (r AiConfigGetAiConfigResponse) Status() string
Status returns HTTPResponse.Status
func (AiConfigGetAiConfigResponse) StatusCode ¶
func (r AiConfigGetAiConfigResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AiConfigUpdateAiConfigJSONRequestBody ¶
type AiConfigUpdateAiConfigJSONRequestBody = AIConfigUpdate
AiConfigUpdateAiConfigJSONRequestBody defines body for AiConfigUpdateAiConfig for application/json ContentType.
type AiConfigUpdateAiConfigParams ¶
type AiConfigUpdateAiConfigParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AiConfigUpdateAiConfigParams defines parameters for AiConfigUpdateAiConfig.
type AiConfigUpdateAiConfigResponse ¶
type AiConfigUpdateAiConfigResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *AIConfigPublic
JSON422 *HTTPValidationError
}
func ParseAiConfigUpdateAiConfigResponse ¶
func ParseAiConfigUpdateAiConfigResponse(rsp *http.Response) (*AiConfigUpdateAiConfigResponse, error)
ParseAiConfigUpdateAiConfigResponse parses an HTTP response from a AiConfigUpdateAiConfigWithResponse call
func (AiConfigUpdateAiConfigResponse) Status ¶
func (r AiConfigUpdateAiConfigResponse) Status() string
Status returns HTTPResponse.Status
func (AiConfigUpdateAiConfigResponse) StatusCode ¶
func (r AiConfigUpdateAiConfigResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AiProvidersCreateAiProviderJSONRequestBody ¶
type AiProvidersCreateAiProviderJSONRequestBody = TenantAIProviderCreate
AiProvidersCreateAiProviderJSONRequestBody defines body for AiProvidersCreateAiProvider for application/json ContentType.
type AiProvidersCreateAiProviderParams ¶
type AiProvidersCreateAiProviderParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AiProvidersCreateAiProviderParams defines parameters for AiProvidersCreateAiProvider.
type AiProvidersCreateAiProviderResponse ¶
type AiProvidersCreateAiProviderResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *TenantAIProviderPublic
JSON422 *HTTPValidationError
}
func ParseAiProvidersCreateAiProviderResponse ¶
func ParseAiProvidersCreateAiProviderResponse(rsp *http.Response) (*AiProvidersCreateAiProviderResponse, error)
ParseAiProvidersCreateAiProviderResponse parses an HTTP response from a AiProvidersCreateAiProviderWithResponse call
func (AiProvidersCreateAiProviderResponse) Status ¶
func (r AiProvidersCreateAiProviderResponse) Status() string
Status returns HTTPResponse.Status
func (AiProvidersCreateAiProviderResponse) StatusCode ¶
func (r AiProvidersCreateAiProviderResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AiProvidersDeleteAiProviderParams ¶
type AiProvidersDeleteAiProviderParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AiProvidersDeleteAiProviderParams defines parameters for AiProvidersDeleteAiProvider.
type AiProvidersDeleteAiProviderResponse ¶
type AiProvidersDeleteAiProviderResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *DeletedResponse
JSON422 *HTTPValidationError
}
func ParseAiProvidersDeleteAiProviderResponse ¶
func ParseAiProvidersDeleteAiProviderResponse(rsp *http.Response) (*AiProvidersDeleteAiProviderResponse, error)
ParseAiProvidersDeleteAiProviderResponse parses an HTTP response from a AiProvidersDeleteAiProviderWithResponse call
func (AiProvidersDeleteAiProviderResponse) Status ¶
func (r AiProvidersDeleteAiProviderResponse) Status() string
Status returns HTTPResponse.Status
func (AiProvidersDeleteAiProviderResponse) StatusCode ¶
func (r AiProvidersDeleteAiProviderResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AiProvidersDiscoverModelsJSONRequestBody ¶
type AiProvidersDiscoverModelsJSONRequestBody = DiscoverModelsRequest
AiProvidersDiscoverModelsJSONRequestBody defines body for AiProvidersDiscoverModels for application/json ContentType.
type AiProvidersDiscoverModelsParams ¶
type AiProvidersDiscoverModelsParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AiProvidersDiscoverModelsParams defines parameters for AiProvidersDiscoverModels.
type AiProvidersDiscoverModelsResponse ¶
type AiProvidersDiscoverModelsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *DiscoverModelsResponse
JSON422 *HTTPValidationError
}
func ParseAiProvidersDiscoverModelsResponse ¶
func ParseAiProvidersDiscoverModelsResponse(rsp *http.Response) (*AiProvidersDiscoverModelsResponse, error)
ParseAiProvidersDiscoverModelsResponse parses an HTTP response from a AiProvidersDiscoverModelsWithResponse call
func (AiProvidersDiscoverModelsResponse) Status ¶
func (r AiProvidersDiscoverModelsResponse) Status() string
Status returns HTTPResponse.Status
func (AiProvidersDiscoverModelsResponse) StatusCode ¶
func (r AiProvidersDiscoverModelsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AiProvidersGetAiProviderParams ¶
type AiProvidersGetAiProviderParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AiProvidersGetAiProviderParams defines parameters for AiProvidersGetAiProvider.
type AiProvidersGetAiProviderResponse ¶
type AiProvidersGetAiProviderResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *TenantAIProviderPublic
JSON422 *HTTPValidationError
}
func ParseAiProvidersGetAiProviderResponse ¶
func ParseAiProvidersGetAiProviderResponse(rsp *http.Response) (*AiProvidersGetAiProviderResponse, error)
ParseAiProvidersGetAiProviderResponse parses an HTTP response from a AiProvidersGetAiProviderWithResponse call
func (AiProvidersGetAiProviderResponse) Status ¶
func (r AiProvidersGetAiProviderResponse) Status() string
Status returns HTTPResponse.Status
func (AiProvidersGetAiProviderResponse) StatusCode ¶
func (r AiProvidersGetAiProviderResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AiProvidersListAiProvidersParams ¶
type AiProvidersListAiProvidersParams struct {
ActiveOnly *bool `form:"active_only,omitempty" json:"active_only,omitempty"`
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AiProvidersListAiProvidersParams defines parameters for AiProvidersListAiProviders.
type AiProvidersListAiProvidersResponse ¶
type AiProvidersListAiProvidersResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *TenantAIProvidersPublic
JSON422 *HTTPValidationError
}
func ParseAiProvidersListAiProvidersResponse ¶
func ParseAiProvidersListAiProvidersResponse(rsp *http.Response) (*AiProvidersListAiProvidersResponse, error)
ParseAiProvidersListAiProvidersResponse parses an HTTP response from a AiProvidersListAiProvidersWithResponse call
func (AiProvidersListAiProvidersResponse) Status ¶
func (r AiProvidersListAiProvidersResponse) Status() string
Status returns HTTPResponse.Status
func (AiProvidersListAiProvidersResponse) StatusCode ¶
func (r AiProvidersListAiProvidersResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AiProvidersListProviderModelsParams ¶
type AiProvidersListProviderModelsParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AiProvidersListProviderModelsParams defines parameters for AiProvidersListProviderModels.
type AiProvidersListProviderModelsResponse ¶
type AiProvidersListProviderModelsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *[]string
JSON422 *HTTPValidationError
}
func ParseAiProvidersListProviderModelsResponse ¶
func ParseAiProvidersListProviderModelsResponse(rsp *http.Response) (*AiProvidersListProviderModelsResponse, error)
ParseAiProvidersListProviderModelsResponse parses an HTTP response from a AiProvidersListProviderModelsWithResponse call
func (AiProvidersListProviderModelsResponse) Status ¶
func (r AiProvidersListProviderModelsResponse) Status() string
Status returns HTTPResponse.Status
func (AiProvidersListProviderModelsResponse) StatusCode ¶
func (r AiProvidersListProviderModelsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AiProvidersUpdateAiProviderJSONRequestBody ¶
type AiProvidersUpdateAiProviderJSONRequestBody = TenantAIProviderUpdate
AiProvidersUpdateAiProviderJSONRequestBody defines body for AiProvidersUpdateAiProvider for application/json ContentType.
type AiProvidersUpdateAiProviderParams ¶
type AiProvidersUpdateAiProviderParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AiProvidersUpdateAiProviderParams defines parameters for AiProvidersUpdateAiProvider.
type AiProvidersUpdateAiProviderResponse ¶
type AiProvidersUpdateAiProviderResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *TenantAIProviderPublic
JSON422 *HTTPValidationError
}
func ParseAiProvidersUpdateAiProviderResponse ¶
func ParseAiProvidersUpdateAiProviderResponse(rsp *http.Response) (*AiProvidersUpdateAiProviderResponse, error)
ParseAiProvidersUpdateAiProviderResponse parses an HTTP response from a AiProvidersUpdateAiProviderWithResponse call
func (AiProvidersUpdateAiProviderResponse) Status ¶
func (r AiProvidersUpdateAiProviderResponse) Status() string
Status returns HTTPResponse.Status
func (AiProvidersUpdateAiProviderResponse) StatusCode ¶
func (r AiProvidersUpdateAiProviderResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AlertEventPublic ¶
type AlertEventPublic struct {
Id openapi_types.UUID `json:"id"`
LinkedIncidentId *openapi_types.UUID `json:"linked_incident_id,omitempty"`
// Notified Whether notification was sent
Notified *bool `json:"notified,omitempty"`
ResolvedAt *string `json:"resolved_at"`
RuleId openapi_types.UUID `json:"rule_id"`
// Status Alert status
Status *string `json:"status,omitempty"`
TenantId openapi_types.UUID `json:"tenant_id"`
TriggeredAt string `json:"triggered_at"`
// Value The measured value that triggered the alert
Value float32 `json:"value"`
}
AlertEventPublic Public schema for alert event responses.
type AlertEventsPublic ¶
type AlertEventsPublic struct {
Count int `json:"count"`
Data []AlertEventPublic `json:"data"`
}
AlertEventsPublic Schema for listing alert events.
type AlertRuleCreate ¶
type AlertRuleCreate struct {
// ComparisonOp Comparison operator (gt/gte/lt/lte/eq/neq)
ComparisonOp *string `json:"comparison_op,omitempty"`
// ConditionSql SQL query returning a numeric value
ConditionSql string `json:"condition_sql"`
// Description What this rule monitors
Description *string `json:"description,omitempty"`
// Enabled Whether this rule is active
Enabled *bool `json:"enabled,omitempty"`
// EvaluationIntervalSeconds How often to check (seconds)
EvaluationIntervalSeconds *int `json:"evaluation_interval_seconds,omitempty"`
// Name Human-readable rule name
Name string `json:"name"`
// NotificationChannels Notification channels: webhook/mqtt
NotificationChannels *[]map[string]interface{} `json:"notification_channels,omitempty"`
// Severity Alert severity level
Severity *string `json:"severity,omitempty"`
SourceDashboardId *openapi_types.UUID `json:"source_dashboard_id,omitempty"`
SourceWidgetId *string `json:"source_widget_id,omitempty"`
// Threshold Comparison value
Threshold float32 `json:"threshold"`
}
AlertRuleCreate Properties to receive on alert rule creation.
type AlertRulePublic ¶
type AlertRulePublic struct {
// ComparisonOp Comparison operator (gt/gte/lt/lte/eq/neq)
ComparisonOp *string `json:"comparison_op,omitempty"`
// ConditionSql SQL query returning a numeric value
ConditionSql string `json:"condition_sql"`
CreatedAt string `json:"created_at"`
CreatedById *openapi_types.UUID `json:"created_by_id"`
// Description What this rule monitors
Description *string `json:"description,omitempty"`
// Enabled Whether this rule is active
Enabled *bool `json:"enabled,omitempty"`
// EvaluationIntervalSeconds How often to check (seconds)
EvaluationIntervalSeconds *int `json:"evaluation_interval_seconds,omitempty"`
Id openapi_types.UUID `json:"id"`
// Name Human-readable rule name
Name string `json:"name"`
NotificationChannels *[]map[string]interface{} `json:"notification_channels"`
// Severity Alert severity level
Severity *string `json:"severity,omitempty"`
SourceDashboardId *openapi_types.UUID `json:"source_dashboard_id,omitempty"`
SourceWidgetId *string `json:"source_widget_id,omitempty"`
TenantId openapi_types.UUID `json:"tenant_id"`
// Threshold Comparison value
Threshold float32 `json:"threshold"`
UpdatedAt string `json:"updated_at"`
}
AlertRulePublic Public schema for alert rule responses.
type AlertRuleUpdate ¶
type AlertRuleUpdate struct {
ComparisonOp *string `json:"comparison_op,omitempty"`
ConditionSql *string `json:"condition_sql,omitempty"`
Description *string `json:"description,omitempty"`
Enabled *bool `json:"enabled,omitempty"`
EvaluationIntervalSeconds *int `json:"evaluation_interval_seconds,omitempty"`
Name *string `json:"name,omitempty"`
NotificationChannels *[]map[string]interface{} `json:"notification_channels,omitempty"`
Severity *string `json:"severity,omitempty"`
Threshold *float32 `json:"threshold,omitempty"`
}
AlertRuleUpdate Properties to receive on alert rule update.
type AlertRulesPublic ¶
type AlertRulesPublic struct {
Count int `json:"count"`
Data []AlertRulePublic `json:"data"`
}
AlertRulesPublic Schema for listing alert rules.
type AlertsAcknowledgeAlertEventParams ¶
type AlertsAcknowledgeAlertEventParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AlertsAcknowledgeAlertEventParams defines parameters for AlertsAcknowledgeAlertEvent.
type AlertsAcknowledgeAlertEventResponse ¶
type AlertsAcknowledgeAlertEventResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *AlertEventPublic
JSON422 *HTTPValidationError
}
func ParseAlertsAcknowledgeAlertEventResponse ¶
func ParseAlertsAcknowledgeAlertEventResponse(rsp *http.Response) (*AlertsAcknowledgeAlertEventResponse, error)
ParseAlertsAcknowledgeAlertEventResponse parses an HTTP response from a AlertsAcknowledgeAlertEventWithResponse call
func (AlertsAcknowledgeAlertEventResponse) Status ¶
func (r AlertsAcknowledgeAlertEventResponse) Status() string
Status returns HTTPResponse.Status
func (AlertsAcknowledgeAlertEventResponse) StatusCode ¶
func (r AlertsAcknowledgeAlertEventResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AlertsCreateAlertRuleJSONRequestBody ¶
type AlertsCreateAlertRuleJSONRequestBody = AlertRuleCreate
AlertsCreateAlertRuleJSONRequestBody defines body for AlertsCreateAlertRule for application/json ContentType.
type AlertsCreateAlertRuleParams ¶
type AlertsCreateAlertRuleParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AlertsCreateAlertRuleParams defines parameters for AlertsCreateAlertRule.
type AlertsCreateAlertRuleResponse ¶
type AlertsCreateAlertRuleResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *AlertRulePublic
JSON422 *HTTPValidationError
}
func ParseAlertsCreateAlertRuleResponse ¶
func ParseAlertsCreateAlertRuleResponse(rsp *http.Response) (*AlertsCreateAlertRuleResponse, error)
ParseAlertsCreateAlertRuleResponse parses an HTTP response from a AlertsCreateAlertRuleWithResponse call
func (AlertsCreateAlertRuleResponse) Status ¶
func (r AlertsCreateAlertRuleResponse) Status() string
Status returns HTTPResponse.Status
func (AlertsCreateAlertRuleResponse) StatusCode ¶
func (r AlertsCreateAlertRuleResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AlertsDeleteAlertRuleParams ¶
type AlertsDeleteAlertRuleParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AlertsDeleteAlertRuleParams defines parameters for AlertsDeleteAlertRule.
type AlertsDeleteAlertRuleResponse ¶
type AlertsDeleteAlertRuleResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *DeletedResponse
JSON422 *HTTPValidationError
}
func ParseAlertsDeleteAlertRuleResponse ¶
func ParseAlertsDeleteAlertRuleResponse(rsp *http.Response) (*AlertsDeleteAlertRuleResponse, error)
ParseAlertsDeleteAlertRuleResponse parses an HTTP response from a AlertsDeleteAlertRuleWithResponse call
func (AlertsDeleteAlertRuleResponse) Status ¶
func (r AlertsDeleteAlertRuleResponse) Status() string
Status returns HTTPResponse.Status
func (AlertsDeleteAlertRuleResponse) StatusCode ¶
func (r AlertsDeleteAlertRuleResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AlertsDisableAlertRuleParams ¶
type AlertsDisableAlertRuleParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AlertsDisableAlertRuleParams defines parameters for AlertsDisableAlertRule.
type AlertsDisableAlertRuleResponse ¶
type AlertsDisableAlertRuleResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *AlertRulePublic
JSON422 *HTTPValidationError
}
func ParseAlertsDisableAlertRuleResponse ¶
func ParseAlertsDisableAlertRuleResponse(rsp *http.Response) (*AlertsDisableAlertRuleResponse, error)
ParseAlertsDisableAlertRuleResponse parses an HTTP response from a AlertsDisableAlertRuleWithResponse call
func (AlertsDisableAlertRuleResponse) Status ¶
func (r AlertsDisableAlertRuleResponse) Status() string
Status returns HTTPResponse.Status
func (AlertsDisableAlertRuleResponse) StatusCode ¶
func (r AlertsDisableAlertRuleResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AlertsEnableAlertRuleParams ¶
type AlertsEnableAlertRuleParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AlertsEnableAlertRuleParams defines parameters for AlertsEnableAlertRule.
type AlertsEnableAlertRuleResponse ¶
type AlertsEnableAlertRuleResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *AlertRulePublic
JSON422 *HTTPValidationError
}
func ParseAlertsEnableAlertRuleResponse ¶
func ParseAlertsEnableAlertRuleResponse(rsp *http.Response) (*AlertsEnableAlertRuleResponse, error)
ParseAlertsEnableAlertRuleResponse parses an HTTP response from a AlertsEnableAlertRuleWithResponse call
func (AlertsEnableAlertRuleResponse) Status ¶
func (r AlertsEnableAlertRuleResponse) Status() string
Status returns HTTPResponse.Status
func (AlertsEnableAlertRuleResponse) StatusCode ¶
func (r AlertsEnableAlertRuleResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AlertsGetAlertEventParams ¶
type AlertsGetAlertEventParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AlertsGetAlertEventParams defines parameters for AlertsGetAlertEvent.
type AlertsGetAlertEventResponse ¶
type AlertsGetAlertEventResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *AlertEventPublic
JSON422 *HTTPValidationError
}
func ParseAlertsGetAlertEventResponse ¶
func ParseAlertsGetAlertEventResponse(rsp *http.Response) (*AlertsGetAlertEventResponse, error)
ParseAlertsGetAlertEventResponse parses an HTTP response from a AlertsGetAlertEventWithResponse call
func (AlertsGetAlertEventResponse) Status ¶
func (r AlertsGetAlertEventResponse) Status() string
Status returns HTTPResponse.Status
func (AlertsGetAlertEventResponse) StatusCode ¶
func (r AlertsGetAlertEventResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AlertsGetAlertRuleParams ¶
type AlertsGetAlertRuleParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AlertsGetAlertRuleParams defines parameters for AlertsGetAlertRule.
type AlertsGetAlertRuleResponse ¶
type AlertsGetAlertRuleResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *AlertRulePublic
JSON422 *HTTPValidationError
}
func ParseAlertsGetAlertRuleResponse ¶
func ParseAlertsGetAlertRuleResponse(rsp *http.Response) (*AlertsGetAlertRuleResponse, error)
ParseAlertsGetAlertRuleResponse parses an HTTP response from a AlertsGetAlertRuleWithResponse call
func (AlertsGetAlertRuleResponse) Status ¶
func (r AlertsGetAlertRuleResponse) Status() string
Status returns HTTPResponse.Status
func (AlertsGetAlertRuleResponse) StatusCode ¶
func (r AlertsGetAlertRuleResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AlertsListAlertEventsParams ¶
type AlertsListAlertEventsParams struct {
Skip *int `form:"skip,omitempty" json:"skip,omitempty"`
Limit *int `form:"limit,omitempty" json:"limit,omitempty"`
Status *string `form:"status,omitempty" json:"status,omitempty"`
Severity *string `form:"severity,omitempty" json:"severity,omitempty"`
RuleId *openapi_types.UUID `form:"rule_id,omitempty" json:"rule_id,omitempty"`
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AlertsListAlertEventsParams defines parameters for AlertsListAlertEvents.
type AlertsListAlertEventsResponse ¶
type AlertsListAlertEventsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *AlertEventsPublic
JSON422 *HTTPValidationError
}
func ParseAlertsListAlertEventsResponse ¶
func ParseAlertsListAlertEventsResponse(rsp *http.Response) (*AlertsListAlertEventsResponse, error)
ParseAlertsListAlertEventsResponse parses an HTTP response from a AlertsListAlertEventsWithResponse call
func (AlertsListAlertEventsResponse) Status ¶
func (r AlertsListAlertEventsResponse) Status() string
Status returns HTTPResponse.Status
func (AlertsListAlertEventsResponse) StatusCode ¶
func (r AlertsListAlertEventsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AlertsListAlertRulesParams ¶
type AlertsListAlertRulesParams struct {
Skip *int `form:"skip,omitempty" json:"skip,omitempty"`
Limit *int `form:"limit,omitempty" json:"limit,omitempty"`
Enabled *bool `form:"enabled,omitempty" json:"enabled,omitempty"`
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AlertsListAlertRulesParams defines parameters for AlertsListAlertRules.
type AlertsListAlertRulesResponse ¶
type AlertsListAlertRulesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *AlertRulesPublic
JSON422 *HTTPValidationError
}
func ParseAlertsListAlertRulesResponse ¶
func ParseAlertsListAlertRulesResponse(rsp *http.Response) (*AlertsListAlertRulesResponse, error)
ParseAlertsListAlertRulesResponse parses an HTTP response from a AlertsListAlertRulesWithResponse call
func (AlertsListAlertRulesResponse) Status ¶
func (r AlertsListAlertRulesResponse) Status() string
Status returns HTTPResponse.Status
func (AlertsListAlertRulesResponse) StatusCode ¶
func (r AlertsListAlertRulesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AlertsUpdateAlertRuleJSONRequestBody ¶
type AlertsUpdateAlertRuleJSONRequestBody = AlertRuleUpdate
AlertsUpdateAlertRuleJSONRequestBody defines body for AlertsUpdateAlertRule for application/json ContentType.
type AlertsUpdateAlertRuleParams ¶
type AlertsUpdateAlertRuleParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AlertsUpdateAlertRuleParams defines parameters for AlertsUpdateAlertRule.
type AlertsUpdateAlertRuleResponse ¶
type AlertsUpdateAlertRuleResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *AlertRulePublic
JSON422 *HTTPValidationError
}
func ParseAlertsUpdateAlertRuleResponse ¶
func ParseAlertsUpdateAlertRuleResponse(rsp *http.Response) (*AlertsUpdateAlertRuleResponse, error)
ParseAlertsUpdateAlertRuleResponse parses an HTTP response from a AlertsUpdateAlertRuleWithResponse call
func (AlertsUpdateAlertRuleResponse) Status ¶
func (r AlertsUpdateAlertRuleResponse) Status() string
Status returns HTTPResponse.Status
func (AlertsUpdateAlertRuleResponse) StatusCode ¶
func (r AlertsUpdateAlertRuleResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AnalyticsGetAnalyticsSummaryParams ¶
type AnalyticsGetAnalyticsSummaryParams struct {
// Hours Hours of data to retrieve
Hours *int `form:"hours,omitempty" json:"hours,omitempty"`
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AnalyticsGetAnalyticsSummaryParams defines parameters for AnalyticsGetAnalyticsSummary.
type AnalyticsGetAnalyticsSummaryResponse ¶
type AnalyticsGetAnalyticsSummaryResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *AnalyticsSummaryResponse
JSON422 *HTTPValidationError
}
func ParseAnalyticsGetAnalyticsSummaryResponse ¶
func ParseAnalyticsGetAnalyticsSummaryResponse(rsp *http.Response) (*AnalyticsGetAnalyticsSummaryResponse, error)
ParseAnalyticsGetAnalyticsSummaryResponse parses an HTTP response from a AnalyticsGetAnalyticsSummaryWithResponse call
func (AnalyticsGetAnalyticsSummaryResponse) Status ¶
func (r AnalyticsGetAnalyticsSummaryResponse) Status() string
Status returns HTTPResponse.Status
func (AnalyticsGetAnalyticsSummaryResponse) StatusCode ¶
func (r AnalyticsGetAnalyticsSummaryResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AnalyticsGetDashboardStatsParams ¶
type AnalyticsGetDashboardStatsParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AnalyticsGetDashboardStatsParams defines parameters for AnalyticsGetDashboardStats.
type AnalyticsGetDashboardStatsResponse ¶
type AnalyticsGetDashboardStatsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *DashboardStatsResponse
JSON422 *HTTPValidationError
}
func ParseAnalyticsGetDashboardStatsResponse ¶
func ParseAnalyticsGetDashboardStatsResponse(rsp *http.Response) (*AnalyticsGetDashboardStatsResponse, error)
ParseAnalyticsGetDashboardStatsResponse parses an HTTP response from a AnalyticsGetDashboardStatsWithResponse call
func (AnalyticsGetDashboardStatsResponse) Status ¶
func (r AnalyticsGetDashboardStatsResponse) Status() string
Status returns HTTPResponse.Status
func (AnalyticsGetDashboardStatsResponse) StatusCode ¶
func (r AnalyticsGetDashboardStatsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AnalyticsGetDetectionTrendsParams ¶
type AnalyticsGetDetectionTrendsParams struct {
// Interval Time bucket interval
Interval *string `form:"interval,omitempty" json:"interval,omitempty"`
// Hours Hours of data to retrieve
Hours *int `form:"hours,omitempty" json:"hours,omitempty"`
// DeviceId Filter by specific device ID
DeviceId *string `form:"device_id,omitempty" json:"device_id,omitempty"`
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AnalyticsGetDetectionTrendsParams defines parameters for AnalyticsGetDetectionTrends.
type AnalyticsGetDetectionTrendsResponse ¶
type AnalyticsGetDetectionTrendsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *DetectionTrendsResponse
JSON422 *HTTPValidationError
}
func ParseAnalyticsGetDetectionTrendsResponse ¶
func ParseAnalyticsGetDetectionTrendsResponse(rsp *http.Response) (*AnalyticsGetDetectionTrendsResponse, error)
ParseAnalyticsGetDetectionTrendsResponse parses an HTTP response from a AnalyticsGetDetectionTrendsWithResponse call
func (AnalyticsGetDetectionTrendsResponse) Status ¶
func (r AnalyticsGetDetectionTrendsResponse) Status() string
Status returns HTTPResponse.Status
func (AnalyticsGetDetectionTrendsResponse) StatusCode ¶
func (r AnalyticsGetDetectionTrendsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AnalyticsGetDetectionTypesParams ¶
type AnalyticsGetDetectionTypesParams struct {
// Hours Hours of data to retrieve
Hours *int `form:"hours,omitempty" json:"hours,omitempty"`
// DeviceId Filter by specific device ID
DeviceId *string `form:"device_id,omitempty" json:"device_id,omitempty"`
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AnalyticsGetDetectionTypesParams defines parameters for AnalyticsGetDetectionTypes.
type AnalyticsGetDetectionTypesResponse ¶
type AnalyticsGetDetectionTypesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *DetectionTypesResponse
JSON422 *HTTPValidationError
}
func ParseAnalyticsGetDetectionTypesResponse ¶
func ParseAnalyticsGetDetectionTypesResponse(rsp *http.Response) (*AnalyticsGetDetectionTypesResponse, error)
ParseAnalyticsGetDetectionTypesResponse parses an HTTP response from a AnalyticsGetDetectionTypesWithResponse call
func (AnalyticsGetDetectionTypesResponse) Status ¶
func (r AnalyticsGetDetectionTypesResponse) Status() string
Status returns HTTPResponse.Status
func (AnalyticsGetDetectionTypesResponse) StatusCode ¶
func (r AnalyticsGetDetectionTypesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AnalyticsGetDeviceHealthParams ¶
type AnalyticsGetDeviceHealthParams struct {
// Interval Time bucket interval (e.g. '5 minutes', '1 hour', '1 day')
Interval *string `form:"interval,omitempty" json:"interval,omitempty"`
// Hours Hours of data to retrieve (max 7 days)
Hours *int `form:"hours,omitempty" json:"hours,omitempty"`
// DeviceId Filter by specific device ID
DeviceId *string `form:"device_id,omitempty" json:"device_id,omitempty"`
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AnalyticsGetDeviceHealthParams defines parameters for AnalyticsGetDeviceHealth.
type AnalyticsGetDeviceHealthResponse ¶
type AnalyticsGetDeviceHealthResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *DeviceHealthResponse
JSON422 *HTTPValidationError
}
func ParseAnalyticsGetDeviceHealthResponse ¶
func ParseAnalyticsGetDeviceHealthResponse(rsp *http.Response) (*AnalyticsGetDeviceHealthResponse, error)
ParseAnalyticsGetDeviceHealthResponse parses an HTTP response from a AnalyticsGetDeviceHealthWithResponse call
func (AnalyticsGetDeviceHealthResponse) Status ¶
func (r AnalyticsGetDeviceHealthResponse) Status() string
Status returns HTTPResponse.Status
func (AnalyticsGetDeviceHealthResponse) StatusCode ¶
func (r AnalyticsGetDeviceHealthResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AnalyticsGetDevicePerformanceParams ¶
type AnalyticsGetDevicePerformanceParams struct {
// Hours Hours of data to retrieve
Hours *int `form:"hours,omitempty" json:"hours,omitempty"`
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AnalyticsGetDevicePerformanceParams defines parameters for AnalyticsGetDevicePerformance.
type AnalyticsGetDevicePerformanceResponse ¶
type AnalyticsGetDevicePerformanceResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *DevicePerformanceResponse
JSON422 *HTTPValidationError
}
func ParseAnalyticsGetDevicePerformanceResponse ¶
func ParseAnalyticsGetDevicePerformanceResponse(rsp *http.Response) (*AnalyticsGetDevicePerformanceResponse, error)
ParseAnalyticsGetDevicePerformanceResponse parses an HTTP response from a AnalyticsGetDevicePerformanceWithResponse call
func (AnalyticsGetDevicePerformanceResponse) Status ¶
func (r AnalyticsGetDevicePerformanceResponse) Status() string
Status returns HTTPResponse.Status
func (AnalyticsGetDevicePerformanceResponse) StatusCode ¶
func (r AnalyticsGetDevicePerformanceResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AnalyticsGetGrafanaUrlParams ¶
type AnalyticsGetGrafanaUrlParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AnalyticsGetGrafanaUrlParams defines parameters for AnalyticsGetGrafanaUrl.
type AnalyticsGetGrafanaUrlResponse ¶
type AnalyticsGetGrafanaUrlResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *GrafanaUrlResponse
JSON422 *HTTPValidationError
}
func ParseAnalyticsGetGrafanaUrlResponse ¶
func ParseAnalyticsGetGrafanaUrlResponse(rsp *http.Response) (*AnalyticsGetGrafanaUrlResponse, error)
ParseAnalyticsGetGrafanaUrlResponse parses an HTTP response from a AnalyticsGetGrafanaUrlWithResponse call
func (AnalyticsGetGrafanaUrlResponse) Status ¶
func (r AnalyticsGetGrafanaUrlResponse) Status() string
Status returns HTTPResponse.Status
func (AnalyticsGetGrafanaUrlResponse) StatusCode ¶
func (r AnalyticsGetGrafanaUrlResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AnalyticsSummaryResponse ¶
type AnalyticsSummaryResponse struct {
Detections DetectionSummary `json:"detections"`
Hours int `json:"hours"`
Telemetry TelemetrySummary `json:"telemetry"`
}
AnalyticsSummaryResponse defines model for AnalyticsSummaryResponse.
type AnnotationCreateIn ¶
type AnnotationCreateIn struct {
DefectType string `json:"defect_type"`
Description *string `json:"description,omitempty"`
DetectionEventId *openapi_types.UUID `json:"detection_event_id,omitempty"`
DetectionEventTs *time.Time `json:"detection_event_ts,omitempty"`
Geometry map[string]interface{} `json:"geometry"`
Severity string `json:"severity"`
}
AnnotationCreateIn Body for POST /captures/{id}/annotations. `source` is NOT accepted — always 'user'.
type AnnotationLabelCreate ¶
type AnnotationLabelCreate struct {
// Category Label category
Category *string `json:"category,omitempty"`
// Color Hex color code for visualization
Color *string `json:"color,omitempty"`
// Description Label description
Description *string `json:"description,omitempty"`
// DisplayName Human-readable display name
DisplayName string `json:"display_name"`
// DisplayOrder Order in which labels appear in UI
DisplayOrder *int `json:"display_order,omitempty"`
// Hotkey Keyboard shortcut (e.g., '1', 'a')
Hotkey *string `json:"hotkey,omitempty"`
// IsActive Whether this label is currently active
IsActive *bool `json:"is_active,omitempty"`
// Name Label name (e.g., 'scratch', 'dent')
Name string `json:"name"`
// ProjectId Annotation project this label belongs to
ProjectId openapi_types.UUID `json:"project_id"`
}
AnnotationLabelCreate Properties to receive on annotation label creation.
type AnnotationLabelPublic ¶
type AnnotationLabelPublic struct {
// Category Label category
Category *string `json:"category,omitempty"`
// Color Hex color code for visualization
Color *string `json:"color,omitempty"`
CreatedAt string `json:"created_at"`
// Description Label description
Description *string `json:"description,omitempty"`
// DisplayName Human-readable display name
DisplayName string `json:"display_name"`
// DisplayOrder Order in which labels appear in UI
DisplayOrder *int `json:"display_order,omitempty"`
// Hotkey Keyboard shortcut (e.g., '1', 'a')
Hotkey *string `json:"hotkey,omitempty"`
Id openapi_types.UUID `json:"id"`
// IsActive Whether this label is currently active
IsActive *bool `json:"is_active,omitempty"`
// Name Label name (e.g., 'scratch', 'dent')
Name string `json:"name"`
ProjectId openapi_types.UUID `json:"project_id"`
TenantId openapi_types.UUID `json:"tenant_id"`
UpdatedAt string `json:"updated_at"`
}
AnnotationLabelPublic Public schema for annotation label responses.
type AnnotationLabelUpdate ¶
type AnnotationLabelUpdate struct {
Category *string `json:"category,omitempty"`
Color *string `json:"color,omitempty"`
Description *string `json:"description,omitempty"`
DisplayName *string `json:"display_name,omitempty"`
DisplayOrder *int `json:"display_order,omitempty"`
Hotkey *string `json:"hotkey,omitempty"`
IsActive *bool `json:"is_active,omitempty"`
Name *string `json:"name,omitempty"`
}
AnnotationLabelUpdate Properties to receive on annotation label update.
type AnnotationLabelsPublic ¶
type AnnotationLabelsPublic struct {
Count int `json:"count"`
Data []AnnotationLabelPublic `json:"data"`
}
AnnotationLabelsPublic Schema for listing annotation labels.
type AnnotationMediaCreate ¶
type AnnotationMediaCreate struct {
// CameraImageId Reference to CameraImage
CameraImageId *openapi_types.UUID `json:"camera_image_id,omitempty"`
// CameraVideoId Reference to CameraVideo
CameraVideoId *openapi_types.UUID `json:"camera_video_id,omitempty"`
Description *string `json:"description,omitempty"`
// Fps Frames per second (for videos)
Fps *float32 `json:"fps,omitempty"`
// FrameCount Number of frames (for videos)
FrameCount *int `json:"frame_count,omitempty"`
// Height Media height in pixels
Height *int `json:"height,omitempty"`
// MediaType Type of media (image/video)
MediaType *string `json:"media_type,omitempty"`
// ProjectId Annotation project this media belongs to
ProjectId openapi_types.UUID `json:"project_id"`
// Title Title for this annotation media (defaults to filename)
Title string `json:"title"`
// Width Media width in pixels
Width *int `json:"width,omitempty"`
}
AnnotationMediaCreate Properties to receive on annotation media creation.
type AnnotationMediaPublic ¶
type AnnotationMediaPublic struct {
CameraImageId *openapi_types.UUID `json:"camera_image_id"`
CameraVideoId *openapi_types.UUID `json:"camera_video_id"`
CreatedAt string `json:"created_at"`
CreatedById *openapi_types.UUID `json:"created_by_id"`
Description *string `json:"description,omitempty"`
// Fps Frames per second (for videos)
Fps *float32 `json:"fps,omitempty"`
// FrameCount Number of frames (for videos)
FrameCount *int `json:"frame_count,omitempty"`
// Height Media height in pixels
Height *int `json:"height,omitempty"`
Id openapi_types.UUID `json:"id"`
ImagePath *string `json:"image_path"`
MediaMetadata *map[string]interface{} `json:"media_metadata"`
// MediaType Type of media (image/video)
MediaType *string `json:"media_type,omitempty"`
ProjectId openapi_types.UUID `json:"project_id"`
StorageKey *string `json:"storage_key"`
TenantId openapi_types.UUID `json:"tenant_id"`
// Title Title for this annotation media (defaults to filename)
Title string `json:"title"`
UpdatedAt string `json:"updated_at"`
// Width Media width in pixels
Width *int `json:"width,omitempty"`
}
AnnotationMediaPublic Public schema for annotation media responses.
type AnnotationMediaUpdate ¶
type AnnotationMediaUpdate struct {
Description *string `json:"description,omitempty"`
Fps *float32 `json:"fps,omitempty"`
FrameCount *int `json:"frame_count,omitempty"`
Height *int `json:"height,omitempty"`
Title *string `json:"title,omitempty"`
Width *int `json:"width,omitempty"`
}
AnnotationMediaUpdate Properties to receive on annotation media update.
type AnnotationMediasPublic ¶
type AnnotationMediasPublic struct {
Count int `json:"count"`
Data []AnnotationMediaPublic `json:"data"`
}
AnnotationMediasPublic Schema for listing annotation media.
type AnnotationProjectCreate ¶
type AnnotationProjectCreate struct {
// Description Project description
Description *string `json:"description,omitempty"`
// IsActive Whether project is active
IsActive *bool `json:"is_active,omitempty"`
// Name Project name
Name string `json:"name"`
// Version Project version for tracking changes
Version *string `json:"version,omitempty"`
}
AnnotationProjectCreate Properties to receive on annotation project creation.
type AnnotationProjectPublic ¶
type AnnotationProjectPublic struct {
CreatedAt string `json:"created_at"`
CreatedById *openapi_types.UUID `json:"created_by_id"`
// Description Project description
Description *string `json:"description,omitempty"`
Id openapi_types.UUID `json:"id"`
// IsActive Whether project is active
IsActive *bool `json:"is_active,omitempty"`
// Name Project name
Name string `json:"name"`
ProjectMetadata *map[string]interface{} `json:"project_metadata"`
TenantId openapi_types.UUID `json:"tenant_id"`
UpdatedAt string `json:"updated_at"`
// Version Project version for tracking changes
Version *string `json:"version,omitempty"`
}
AnnotationProjectPublic Public schema for annotation project responses.
type AnnotationProjectUpdate ¶
type AnnotationProjectUpdate struct {
Description *string `json:"description,omitempty"`
IsActive *bool `json:"is_active,omitempty"`
Name *string `json:"name,omitempty"`
Version *string `json:"version,omitempty"`
}
AnnotationProjectUpdate Properties to receive on annotation project update.
type AnnotationProjectsPublic ¶
type AnnotationProjectsPublic struct {
Count int `json:"count"`
Data []AnnotationProjectPublic `json:"data"`
}
AnnotationProjectsPublic Schema for listing annotation projects.
type AnnotationPushCreate ¶
type AnnotationPushCreate struct {
// AnnotationMediaIds Specific media to push (all if not specified)
AnnotationMediaIds *[]openapi_types.UUID `json:"annotation_media_ids,omitempty"`
// DeviceGroupId Target device group (for group push)
DeviceGroupId *openapi_types.UUID `json:"device_group_id,omitempty"`
// DeviceId Target device (for canary push)
DeviceId *openapi_types.UUID `json:"device_id,omitempty"`
Format *string `json:"format,omitempty"`
// IncludeImages Include image files in push
IncludeImages *bool `json:"include_images,omitempty"`
// ProjectId Annotation project to push
ProjectId openapi_types.UUID `json:"project_id"`
}
AnnotationPushCreate Properties to receive on annotation push creation.
type AnnotationPushPublic ¶
type AnnotationPushPublic struct {
// AnnotationCount Number of annotations included
AnnotationCount *int `json:"annotation_count,omitempty"`
CompletedAt *string `json:"completed_at"`
CreatedAt string `json:"created_at"`
CreatedById *openapi_types.UUID `json:"created_by_id"`
DeviceGroupId *openapi_types.UUID `json:"device_group_id"`
DeviceId *openapi_types.UUID `json:"device_id"`
// ErrorMessage Error message if failed
ErrorMessage *string `json:"error_message,omitempty"`
// Format Export format
Format *string `json:"format,omitempty"`
Id openapi_types.UUID `json:"id"`
// ImageCount Number of images included
ImageCount *int `json:"image_count,omitempty"`
// IsCanary Whether this is a canary deployment
IsCanary *bool `json:"is_canary,omitempty"`
ManifestStorageKey *string `json:"manifest_storage_key"`
ProjectId openapi_types.UUID `json:"project_id"`
StartedAt *string `json:"started_at"`
// Status Push status
Status *string `json:"status,omitempty"`
// TargetType Target type (device_group or device)
TargetType *string `json:"target_type,omitempty"`
TenantId openapi_types.UUID `json:"tenant_id"`
// VideoCount Number of videos included
VideoCount *int `json:"video_count,omitempty"`
}
AnnotationPushPublic Public schema for annotation push responses.
type AnnotationPushesPublic ¶
type AnnotationPushesPublic struct {
Count int `json:"count"`
Data []AnnotationPushPublic `json:"data"`
}
AnnotationPushesPublic Schema for listing annotation pushes.
type AnnotationShapeBase ¶
type AnnotationShapeBase struct {
// Attributes Additional attributes
Attributes *map[string]interface{} `json:"attributes,omitempty"`
// Color Override color (uses label color if not set)
Color *string `json:"color,omitempty"`
// Confidence Confidence score (for model suggestions)
Confidence *float32 `json:"confidence,omitempty"`
// FrameIndex Frame index (0 for images, frame number for videos)
FrameIndex *int `json:"frame_index,omitempty"`
// Geometry Shape geometry data
Geometry map[string]interface{} `json:"geometry"`
// IsKeyframe Whether this is a keyframe (vs interpolated)
IsKeyframe *bool `json:"is_keyframe,omitempty"`
// ShapeType Type of shape
ShapeType *string `json:"shape_type,omitempty"`
// StrokeWidth Stroke width for drawing
StrokeWidth *int `json:"stroke_width,omitempty"`
// TrackId Object tracking ID across frames
TrackId *string `json:"track_id,omitempty"`
}
AnnotationShapeBase Base annotation shape properties.
type AnnotationShapeBulkCreate ¶
type AnnotationShapeBulkCreate struct {
AnnotationMediaId openapi_types.UUID `json:"annotation_media_id"`
LabelIds *[]*openapi_types.UUID `json:"label_ids,omitempty"`
Shapes []AnnotationShapeBase `json:"shapes"`
}
AnnotationShapeBulkCreate Bulk create shapes for a media item.
type AnnotationShapeCreate ¶
type AnnotationShapeCreate struct {
// AnnotationMediaId Media this shape belongs to
AnnotationMediaId openapi_types.UUID `json:"annotation_media_id"`
// Attributes Additional attributes
Attributes *map[string]interface{} `json:"attributes,omitempty"`
// Color Override color (uses label color if not set)
Color *string `json:"color,omitempty"`
// Confidence Confidence score (for model suggestions)
Confidence *float32 `json:"confidence,omitempty"`
// FrameIndex Frame index (0 for images, frame number for videos)
FrameIndex *int `json:"frame_index,omitempty"`
// Geometry Shape geometry data
Geometry map[string]interface{} `json:"geometry"`
// IsKeyframe Whether this is a keyframe (vs interpolated)
IsKeyframe *bool `json:"is_keyframe,omitempty"`
// LabelId Label for this shape
LabelId *openapi_types.UUID `json:"label_id,omitempty"`
// ShapeType Type of shape
ShapeType *string `json:"shape_type,omitempty"`
// StrokeWidth Stroke width for drawing
StrokeWidth *int `json:"stroke_width,omitempty"`
// TrackId Object tracking ID across frames
TrackId *string `json:"track_id,omitempty"`
}
AnnotationShapeCreate Properties to receive on annotation shape creation.
type AnnotationShapePublic ¶
type AnnotationShapePublic struct {
AnnotationMediaId openapi_types.UUID `json:"annotation_media_id"`
// Attributes Additional attributes
Attributes *map[string]interface{} `json:"attributes,omitempty"`
// Color Override color (uses label color if not set)
Color *string `json:"color,omitempty"`
// Confidence Confidence score (for model suggestions)
Confidence *float32 `json:"confidence,omitempty"`
CreatedAt string `json:"created_at"`
CreatedById *openapi_types.UUID `json:"created_by_id"`
// FrameIndex Frame index (0 for images, frame number for videos)
FrameIndex *int `json:"frame_index,omitempty"`
// Geometry Shape geometry data
Geometry map[string]interface{} `json:"geometry"`
Id openapi_types.UUID `json:"id"`
// IsKeyframe Whether this is a keyframe (vs interpolated)
IsKeyframe *bool `json:"is_keyframe,omitempty"`
LabelId *openapi_types.UUID `json:"label_id"`
// ShapeType Type of shape
ShapeType *string `json:"shape_type,omitempty"`
// StrokeWidth Stroke width for drawing
StrokeWidth *int `json:"stroke_width,omitempty"`
TenantId openapi_types.UUID `json:"tenant_id"`
// TrackId Object tracking ID across frames
TrackId *string `json:"track_id,omitempty"`
UpdatedAt string `json:"updated_at"`
}
AnnotationShapePublic Public schema for annotation shape responses.
type AnnotationShapeUpdate ¶
type AnnotationShapeUpdate struct {
Attributes *map[string]interface{} `json:"attributes,omitempty"`
Color *string `json:"color,omitempty"`
Confidence *float32 `json:"confidence,omitempty"`
FrameIndex *int `json:"frame_index,omitempty"`
Geometry *map[string]interface{} `json:"geometry,omitempty"`
IsKeyframe *bool `json:"is_keyframe,omitempty"`
LabelId *openapi_types.UUID `json:"label_id,omitempty"`
ShapeType *string `json:"shape_type,omitempty"`
StrokeWidth *int `json:"stroke_width,omitempty"`
TrackId *string `json:"track_id,omitempty"`
}
AnnotationShapeUpdate Properties to receive on annotation shape update.
type AnnotationShapesPublic ¶
type AnnotationShapesPublic struct {
Count int `json:"count"`
Data []AnnotationShapePublic `json:"data"`
}
AnnotationShapesPublic Schema for listing annotation shapes.
type AnnotationSystemBulkAddMediaToProjectJSONRequestBody ¶
type AnnotationSystemBulkAddMediaToProjectJSONRequestBody = BodyAnnotationSystemBulkAddMediaToProject
AnnotationSystemBulkAddMediaToProjectJSONRequestBody defines body for AnnotationSystemBulkAddMediaToProject for application/json ContentType.
type AnnotationSystemBulkAddMediaToProjectParams ¶
type AnnotationSystemBulkAddMediaToProjectParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AnnotationSystemBulkAddMediaToProjectParams defines parameters for AnnotationSystemBulkAddMediaToProject.
type AnnotationSystemBulkAddMediaToProjectResponse ¶
type AnnotationSystemBulkAddMediaToProjectResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *interface{}
JSON422 *HTTPValidationError
}
func ParseAnnotationSystemBulkAddMediaToProjectResponse ¶
func ParseAnnotationSystemBulkAddMediaToProjectResponse(rsp *http.Response) (*AnnotationSystemBulkAddMediaToProjectResponse, error)
ParseAnnotationSystemBulkAddMediaToProjectResponse parses an HTTP response from a AnnotationSystemBulkAddMediaToProjectWithResponse call
func (AnnotationSystemBulkAddMediaToProjectResponse) Status ¶
func (r AnnotationSystemBulkAddMediaToProjectResponse) Status() string
Status returns HTTPResponse.Status
func (AnnotationSystemBulkAddMediaToProjectResponse) StatusCode ¶
func (r AnnotationSystemBulkAddMediaToProjectResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AnnotationSystemCopyLabelsFromProjectParams ¶
type AnnotationSystemCopyLabelsFromProjectParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AnnotationSystemCopyLabelsFromProjectParams defines parameters for AnnotationSystemCopyLabelsFromProject.
type AnnotationSystemCopyLabelsFromProjectResponse ¶
type AnnotationSystemCopyLabelsFromProjectResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *AnnotationLabelsPublic
JSON422 *HTTPValidationError
}
func ParseAnnotationSystemCopyLabelsFromProjectResponse ¶
func ParseAnnotationSystemCopyLabelsFromProjectResponse(rsp *http.Response) (*AnnotationSystemCopyLabelsFromProjectResponse, error)
ParseAnnotationSystemCopyLabelsFromProjectResponse parses an HTTP response from a AnnotationSystemCopyLabelsFromProjectWithResponse call
func (AnnotationSystemCopyLabelsFromProjectResponse) Status ¶
func (r AnnotationSystemCopyLabelsFromProjectResponse) Status() string
Status returns HTTPResponse.Status
func (AnnotationSystemCopyLabelsFromProjectResponse) StatusCode ¶
func (r AnnotationSystemCopyLabelsFromProjectResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AnnotationSystemCreateLabelJSONRequestBody ¶
type AnnotationSystemCreateLabelJSONRequestBody = AnnotationLabelCreate
AnnotationSystemCreateLabelJSONRequestBody defines body for AnnotationSystemCreateLabel for application/json ContentType.
type AnnotationSystemCreateLabelParams ¶
type AnnotationSystemCreateLabelParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AnnotationSystemCreateLabelParams defines parameters for AnnotationSystemCreateLabel.
type AnnotationSystemCreateLabelResponse ¶
type AnnotationSystemCreateLabelResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *AnnotationLabelPublic
JSON422 *HTTPValidationError
}
func ParseAnnotationSystemCreateLabelResponse ¶
func ParseAnnotationSystemCreateLabelResponse(rsp *http.Response) (*AnnotationSystemCreateLabelResponse, error)
ParseAnnotationSystemCreateLabelResponse parses an HTTP response from a AnnotationSystemCreateLabelWithResponse call
func (AnnotationSystemCreateLabelResponse) Status ¶
func (r AnnotationSystemCreateLabelResponse) Status() string
Status returns HTTPResponse.Status
func (AnnotationSystemCreateLabelResponse) StatusCode ¶
func (r AnnotationSystemCreateLabelResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AnnotationSystemCreateMediaJSONRequestBody ¶
type AnnotationSystemCreateMediaJSONRequestBody = AnnotationMediaCreate
AnnotationSystemCreateMediaJSONRequestBody defines body for AnnotationSystemCreateMedia for application/json ContentType.
type AnnotationSystemCreateMediaParams ¶
type AnnotationSystemCreateMediaParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AnnotationSystemCreateMediaParams defines parameters for AnnotationSystemCreateMedia.
type AnnotationSystemCreateMediaResponse ¶
type AnnotationSystemCreateMediaResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *AnnotationMediaPublic
JSON422 *HTTPValidationError
}
func ParseAnnotationSystemCreateMediaResponse ¶
func ParseAnnotationSystemCreateMediaResponse(rsp *http.Response) (*AnnotationSystemCreateMediaResponse, error)
ParseAnnotationSystemCreateMediaResponse parses an HTTP response from a AnnotationSystemCreateMediaWithResponse call
func (AnnotationSystemCreateMediaResponse) Status ¶
func (r AnnotationSystemCreateMediaResponse) Status() string
Status returns HTTPResponse.Status
func (AnnotationSystemCreateMediaResponse) StatusCode ¶
func (r AnnotationSystemCreateMediaResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AnnotationSystemCreateProjectDeviceLinkJSONRequestBody ¶
type AnnotationSystemCreateProjectDeviceLinkJSONRequestBody = ProjectDeviceLinkCreate
AnnotationSystemCreateProjectDeviceLinkJSONRequestBody defines body for AnnotationSystemCreateProjectDeviceLink for application/json ContentType.
type AnnotationSystemCreateProjectDeviceLinkParams ¶
type AnnotationSystemCreateProjectDeviceLinkParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AnnotationSystemCreateProjectDeviceLinkParams defines parameters for AnnotationSystemCreateProjectDeviceLink.
type AnnotationSystemCreateProjectDeviceLinkResponse ¶
type AnnotationSystemCreateProjectDeviceLinkResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *ProjectDeviceLinkPublic
JSON422 *HTTPValidationError
}
func ParseAnnotationSystemCreateProjectDeviceLinkResponse ¶
func ParseAnnotationSystemCreateProjectDeviceLinkResponse(rsp *http.Response) (*AnnotationSystemCreateProjectDeviceLinkResponse, error)
ParseAnnotationSystemCreateProjectDeviceLinkResponse parses an HTTP response from a AnnotationSystemCreateProjectDeviceLinkWithResponse call
func (AnnotationSystemCreateProjectDeviceLinkResponse) Status ¶
func (r AnnotationSystemCreateProjectDeviceLinkResponse) Status() string
Status returns HTTPResponse.Status
func (AnnotationSystemCreateProjectDeviceLinkResponse) StatusCode ¶
func (r AnnotationSystemCreateProjectDeviceLinkResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AnnotationSystemCreateProjectJSONRequestBody ¶
type AnnotationSystemCreateProjectJSONRequestBody = AnnotationProjectCreate
AnnotationSystemCreateProjectJSONRequestBody defines body for AnnotationSystemCreateProject for application/json ContentType.
type AnnotationSystemCreateProjectParams ¶
type AnnotationSystemCreateProjectParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AnnotationSystemCreateProjectParams defines parameters for AnnotationSystemCreateProject.
type AnnotationSystemCreateProjectResponse ¶
type AnnotationSystemCreateProjectResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *AnnotationProjectPublic
JSON422 *HTTPValidationError
}
func ParseAnnotationSystemCreateProjectResponse ¶
func ParseAnnotationSystemCreateProjectResponse(rsp *http.Response) (*AnnotationSystemCreateProjectResponse, error)
ParseAnnotationSystemCreateProjectResponse parses an HTTP response from a AnnotationSystemCreateProjectWithResponse call
func (AnnotationSystemCreateProjectResponse) Status ¶
func (r AnnotationSystemCreateProjectResponse) Status() string
Status returns HTTPResponse.Status
func (AnnotationSystemCreateProjectResponse) StatusCode ¶
func (r AnnotationSystemCreateProjectResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AnnotationSystemCreatePushJSONRequestBody ¶
type AnnotationSystemCreatePushJSONRequestBody = AnnotationPushCreate
AnnotationSystemCreatePushJSONRequestBody defines body for AnnotationSystemCreatePush for application/json ContentType.
type AnnotationSystemCreatePushParams ¶
type AnnotationSystemCreatePushParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AnnotationSystemCreatePushParams defines parameters for AnnotationSystemCreatePush.
type AnnotationSystemCreatePushResponse ¶
type AnnotationSystemCreatePushResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *AnnotationPushPublic
JSON422 *HTTPValidationError
}
func ParseAnnotationSystemCreatePushResponse ¶
func ParseAnnotationSystemCreatePushResponse(rsp *http.Response) (*AnnotationSystemCreatePushResponse, error)
ParseAnnotationSystemCreatePushResponse parses an HTTP response from a AnnotationSystemCreatePushWithResponse call
func (AnnotationSystemCreatePushResponse) Status ¶
func (r AnnotationSystemCreatePushResponse) Status() string
Status returns HTTPResponse.Status
func (AnnotationSystemCreatePushResponse) StatusCode ¶
func (r AnnotationSystemCreatePushResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AnnotationSystemCreateShapeJSONRequestBody ¶
type AnnotationSystemCreateShapeJSONRequestBody = AnnotationShapeCreate
AnnotationSystemCreateShapeJSONRequestBody defines body for AnnotationSystemCreateShape for application/json ContentType.
type AnnotationSystemCreateShapeParams ¶
type AnnotationSystemCreateShapeParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AnnotationSystemCreateShapeParams defines parameters for AnnotationSystemCreateShape.
type AnnotationSystemCreateShapeResponse ¶
type AnnotationSystemCreateShapeResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *AnnotationShapePublic
JSON422 *HTTPValidationError
}
func ParseAnnotationSystemCreateShapeResponse ¶
func ParseAnnotationSystemCreateShapeResponse(rsp *http.Response) (*AnnotationSystemCreateShapeResponse, error)
ParseAnnotationSystemCreateShapeResponse parses an HTTP response from a AnnotationSystemCreateShapeWithResponse call
func (AnnotationSystemCreateShapeResponse) Status ¶
func (r AnnotationSystemCreateShapeResponse) Status() string
Status returns HTTPResponse.Status
func (AnnotationSystemCreateShapeResponse) StatusCode ¶
func (r AnnotationSystemCreateShapeResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AnnotationSystemCreateShapesBulkJSONRequestBody ¶
type AnnotationSystemCreateShapesBulkJSONRequestBody = AnnotationShapeBulkCreate
AnnotationSystemCreateShapesBulkJSONRequestBody defines body for AnnotationSystemCreateShapesBulk for application/json ContentType.
type AnnotationSystemCreateShapesBulkParams ¶
type AnnotationSystemCreateShapesBulkParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AnnotationSystemCreateShapesBulkParams defines parameters for AnnotationSystemCreateShapesBulk.
type AnnotationSystemCreateShapesBulkResponse ¶
type AnnotationSystemCreateShapesBulkResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *AnnotationShapesPublic
JSON422 *HTTPValidationError
}
func ParseAnnotationSystemCreateShapesBulkResponse ¶
func ParseAnnotationSystemCreateShapesBulkResponse(rsp *http.Response) (*AnnotationSystemCreateShapesBulkResponse, error)
ParseAnnotationSystemCreateShapesBulkResponse parses an HTTP response from a AnnotationSystemCreateShapesBulkWithResponse call
func (AnnotationSystemCreateShapesBulkResponse) Status ¶
func (r AnnotationSystemCreateShapesBulkResponse) Status() string
Status returns HTTPResponse.Status
func (AnnotationSystemCreateShapesBulkResponse) StatusCode ¶
func (r AnnotationSystemCreateShapesBulkResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AnnotationSystemDeleteLabelParams ¶
type AnnotationSystemDeleteLabelParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AnnotationSystemDeleteLabelParams defines parameters for AnnotationSystemDeleteLabel.
type AnnotationSystemDeleteLabelResponse ¶
type AnnotationSystemDeleteLabelResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *DeletedResponse
JSON422 *HTTPValidationError
}
func ParseAnnotationSystemDeleteLabelResponse ¶
func ParseAnnotationSystemDeleteLabelResponse(rsp *http.Response) (*AnnotationSystemDeleteLabelResponse, error)
ParseAnnotationSystemDeleteLabelResponse parses an HTTP response from a AnnotationSystemDeleteLabelWithResponse call
func (AnnotationSystemDeleteLabelResponse) Status ¶
func (r AnnotationSystemDeleteLabelResponse) Status() string
Status returns HTTPResponse.Status
func (AnnotationSystemDeleteLabelResponse) StatusCode ¶
func (r AnnotationSystemDeleteLabelResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AnnotationSystemDeleteMediaParams ¶
type AnnotationSystemDeleteMediaParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AnnotationSystemDeleteMediaParams defines parameters for AnnotationSystemDeleteMedia.
type AnnotationSystemDeleteMediaResponse ¶
type AnnotationSystemDeleteMediaResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *interface{}
JSON422 *HTTPValidationError
}
func ParseAnnotationSystemDeleteMediaResponse ¶
func ParseAnnotationSystemDeleteMediaResponse(rsp *http.Response) (*AnnotationSystemDeleteMediaResponse, error)
ParseAnnotationSystemDeleteMediaResponse parses an HTTP response from a AnnotationSystemDeleteMediaWithResponse call
func (AnnotationSystemDeleteMediaResponse) Status ¶
func (r AnnotationSystemDeleteMediaResponse) Status() string
Status returns HTTPResponse.Status
func (AnnotationSystemDeleteMediaResponse) StatusCode ¶
func (r AnnotationSystemDeleteMediaResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AnnotationSystemDeleteProjectDeviceLinkParams ¶
type AnnotationSystemDeleteProjectDeviceLinkParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AnnotationSystemDeleteProjectDeviceLinkParams defines parameters for AnnotationSystemDeleteProjectDeviceLink.
type AnnotationSystemDeleteProjectDeviceLinkResponse ¶
type AnnotationSystemDeleteProjectDeviceLinkResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *interface{}
JSON422 *HTTPValidationError
}
func ParseAnnotationSystemDeleteProjectDeviceLinkResponse ¶
func ParseAnnotationSystemDeleteProjectDeviceLinkResponse(rsp *http.Response) (*AnnotationSystemDeleteProjectDeviceLinkResponse, error)
ParseAnnotationSystemDeleteProjectDeviceLinkResponse parses an HTTP response from a AnnotationSystemDeleteProjectDeviceLinkWithResponse call
func (AnnotationSystemDeleteProjectDeviceLinkResponse) Status ¶
func (r AnnotationSystemDeleteProjectDeviceLinkResponse) Status() string
Status returns HTTPResponse.Status
func (AnnotationSystemDeleteProjectDeviceLinkResponse) StatusCode ¶
func (r AnnotationSystemDeleteProjectDeviceLinkResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AnnotationSystemDeleteProjectParams ¶
type AnnotationSystemDeleteProjectParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AnnotationSystemDeleteProjectParams defines parameters for AnnotationSystemDeleteProject.
type AnnotationSystemDeleteProjectResponse ¶
type AnnotationSystemDeleteProjectResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *interface{}
JSON422 *HTTPValidationError
}
func ParseAnnotationSystemDeleteProjectResponse ¶
func ParseAnnotationSystemDeleteProjectResponse(rsp *http.Response) (*AnnotationSystemDeleteProjectResponse, error)
ParseAnnotationSystemDeleteProjectResponse parses an HTTP response from a AnnotationSystemDeleteProjectWithResponse call
func (AnnotationSystemDeleteProjectResponse) Status ¶
func (r AnnotationSystemDeleteProjectResponse) Status() string
Status returns HTTPResponse.Status
func (AnnotationSystemDeleteProjectResponse) StatusCode ¶
func (r AnnotationSystemDeleteProjectResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AnnotationSystemDeleteShapeParams ¶
type AnnotationSystemDeleteShapeParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AnnotationSystemDeleteShapeParams defines parameters for AnnotationSystemDeleteShape.
type AnnotationSystemDeleteShapeResponse ¶
type AnnotationSystemDeleteShapeResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *interface{}
JSON422 *HTTPValidationError
}
func ParseAnnotationSystemDeleteShapeResponse ¶
func ParseAnnotationSystemDeleteShapeResponse(rsp *http.Response) (*AnnotationSystemDeleteShapeResponse, error)
ParseAnnotationSystemDeleteShapeResponse parses an HTTP response from a AnnotationSystemDeleteShapeWithResponse call
func (AnnotationSystemDeleteShapeResponse) Status ¶
func (r AnnotationSystemDeleteShapeResponse) Status() string
Status returns HTTPResponse.Status
func (AnnotationSystemDeleteShapeResponse) StatusCode ¶
func (r AnnotationSystemDeleteShapeResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AnnotationSystemDeleteShapesByFrameParams ¶
type AnnotationSystemDeleteShapesByFrameParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AnnotationSystemDeleteShapesByFrameParams defines parameters for AnnotationSystemDeleteShapesByFrame.
type AnnotationSystemDeleteShapesByFrameResponse ¶
type AnnotationSystemDeleteShapesByFrameResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *interface{}
JSON422 *HTTPValidationError
}
func ParseAnnotationSystemDeleteShapesByFrameResponse ¶
func ParseAnnotationSystemDeleteShapesByFrameResponse(rsp *http.Response) (*AnnotationSystemDeleteShapesByFrameResponse, error)
ParseAnnotationSystemDeleteShapesByFrameResponse parses an HTTP response from a AnnotationSystemDeleteShapesByFrameWithResponse call
func (AnnotationSystemDeleteShapesByFrameResponse) Status ¶
func (r AnnotationSystemDeleteShapesByFrameResponse) Status() string
Status returns HTTPResponse.Status
func (AnnotationSystemDeleteShapesByFrameResponse) StatusCode ¶
func (r AnnotationSystemDeleteShapesByFrameResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AnnotationSystemDuplicateProjectParams ¶
type AnnotationSystemDuplicateProjectParams struct {
NewName string `form:"new_name" json:"new_name"`
IncludeMedia *bool `form:"include_media,omitempty" json:"include_media,omitempty"`
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AnnotationSystemDuplicateProjectParams defines parameters for AnnotationSystemDuplicateProject.
type AnnotationSystemDuplicateProjectResponse ¶
type AnnotationSystemDuplicateProjectResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *AnnotationProjectPublic
JSON422 *HTTPValidationError
}
func ParseAnnotationSystemDuplicateProjectResponse ¶
func ParseAnnotationSystemDuplicateProjectResponse(rsp *http.Response) (*AnnotationSystemDuplicateProjectResponse, error)
ParseAnnotationSystemDuplicateProjectResponse parses an HTTP response from a AnnotationSystemDuplicateProjectWithResponse call
func (AnnotationSystemDuplicateProjectResponse) Status ¶
func (r AnnotationSystemDuplicateProjectResponse) Status() string
Status returns HTTPResponse.Status
func (AnnotationSystemDuplicateProjectResponse) StatusCode ¶
func (r AnnotationSystemDuplicateProjectResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AnnotationSystemGetLabelParams ¶
type AnnotationSystemGetLabelParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AnnotationSystemGetLabelParams defines parameters for AnnotationSystemGetLabel.
type AnnotationSystemGetLabelResponse ¶
type AnnotationSystemGetLabelResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *AnnotationLabelPublic
JSON422 *HTTPValidationError
}
func ParseAnnotationSystemGetLabelResponse ¶
func ParseAnnotationSystemGetLabelResponse(rsp *http.Response) (*AnnotationSystemGetLabelResponse, error)
ParseAnnotationSystemGetLabelResponse parses an HTTP response from a AnnotationSystemGetLabelWithResponse call
func (AnnotationSystemGetLabelResponse) Status ¶
func (r AnnotationSystemGetLabelResponse) Status() string
Status returns HTTPResponse.Status
func (AnnotationSystemGetLabelResponse) StatusCode ¶
func (r AnnotationSystemGetLabelResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AnnotationSystemGetLinksForProjectParams ¶
type AnnotationSystemGetLinksForProjectParams struct {
IncludeInactive *bool `form:"include_inactive,omitempty" json:"include_inactive,omitempty"`
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AnnotationSystemGetLinksForProjectParams defines parameters for AnnotationSystemGetLinksForProject.
type AnnotationSystemGetLinksForProjectResponse ¶
type AnnotationSystemGetLinksForProjectResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *interface{}
JSON422 *HTTPValidationError
}
func ParseAnnotationSystemGetLinksForProjectResponse ¶
func ParseAnnotationSystemGetLinksForProjectResponse(rsp *http.Response) (*AnnotationSystemGetLinksForProjectResponse, error)
ParseAnnotationSystemGetLinksForProjectResponse parses an HTTP response from a AnnotationSystemGetLinksForProjectWithResponse call
func (AnnotationSystemGetLinksForProjectResponse) Status ¶
func (r AnnotationSystemGetLinksForProjectResponse) Status() string
Status returns HTTPResponse.Status
func (AnnotationSystemGetLinksForProjectResponse) StatusCode ¶
func (r AnnotationSystemGetLinksForProjectResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AnnotationSystemGetMediaFileParams ¶
type AnnotationSystemGetMediaFileParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AnnotationSystemGetMediaFileParams defines parameters for AnnotationSystemGetMediaFile.
type AnnotationSystemGetMediaFileResponse ¶
type AnnotationSystemGetMediaFileResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *interface{}
JSON422 *HTTPValidationError
}
func ParseAnnotationSystemGetMediaFileResponse ¶
func ParseAnnotationSystemGetMediaFileResponse(rsp *http.Response) (*AnnotationSystemGetMediaFileResponse, error)
ParseAnnotationSystemGetMediaFileResponse parses an HTTP response from a AnnotationSystemGetMediaFileWithResponse call
func (AnnotationSystemGetMediaFileResponse) Status ¶
func (r AnnotationSystemGetMediaFileResponse) Status() string
Status returns HTTPResponse.Status
func (AnnotationSystemGetMediaFileResponse) StatusCode ¶
func (r AnnotationSystemGetMediaFileResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AnnotationSystemGetMediaParams ¶
type AnnotationSystemGetMediaParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AnnotationSystemGetMediaParams defines parameters for AnnotationSystemGetMedia.
type AnnotationSystemGetMediaResponse ¶
type AnnotationSystemGetMediaResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *AnnotationMediaPublic
JSON422 *HTTPValidationError
}
func ParseAnnotationSystemGetMediaResponse ¶
func ParseAnnotationSystemGetMediaResponse(rsp *http.Response) (*AnnotationSystemGetMediaResponse, error)
ParseAnnotationSystemGetMediaResponse parses an HTTP response from a AnnotationSystemGetMediaWithResponse call
func (AnnotationSystemGetMediaResponse) Status ¶
func (r AnnotationSystemGetMediaResponse) Status() string
Status returns HTTPResponse.Status
func (AnnotationSystemGetMediaResponse) StatusCode ¶
func (r AnnotationSystemGetMediaResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AnnotationSystemGetMediaWithShapesParams ¶
type AnnotationSystemGetMediaWithShapesParams struct {
FrameIndex *int `form:"frame_index,omitempty" json:"frame_index,omitempty"`
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AnnotationSystemGetMediaWithShapesParams defines parameters for AnnotationSystemGetMediaWithShapes.
type AnnotationSystemGetMediaWithShapesResponse ¶
type AnnotationSystemGetMediaWithShapesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *interface{}
JSON422 *HTTPValidationError
}
func ParseAnnotationSystemGetMediaWithShapesResponse ¶
func ParseAnnotationSystemGetMediaWithShapesResponse(rsp *http.Response) (*AnnotationSystemGetMediaWithShapesResponse, error)
ParseAnnotationSystemGetMediaWithShapesResponse parses an HTTP response from a AnnotationSystemGetMediaWithShapesWithResponse call
func (AnnotationSystemGetMediaWithShapesResponse) Status ¶
func (r AnnotationSystemGetMediaWithShapesResponse) Status() string
Status returns HTTPResponse.Status
func (AnnotationSystemGetMediaWithShapesResponse) StatusCode ¶
func (r AnnotationSystemGetMediaWithShapesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AnnotationSystemGetProjectDeviceLinkParams ¶
type AnnotationSystemGetProjectDeviceLinkParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AnnotationSystemGetProjectDeviceLinkParams defines parameters for AnnotationSystemGetProjectDeviceLink.
type AnnotationSystemGetProjectDeviceLinkResponse ¶
type AnnotationSystemGetProjectDeviceLinkResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *ProjectDeviceLinkPublic
JSON422 *HTTPValidationError
}
func ParseAnnotationSystemGetProjectDeviceLinkResponse ¶
func ParseAnnotationSystemGetProjectDeviceLinkResponse(rsp *http.Response) (*AnnotationSystemGetProjectDeviceLinkResponse, error)
ParseAnnotationSystemGetProjectDeviceLinkResponse parses an HTTP response from a AnnotationSystemGetProjectDeviceLinkWithResponse call
func (AnnotationSystemGetProjectDeviceLinkResponse) Status ¶
func (r AnnotationSystemGetProjectDeviceLinkResponse) Status() string
Status returns HTTPResponse.Status
func (AnnotationSystemGetProjectDeviceLinkResponse) StatusCode ¶
func (r AnnotationSystemGetProjectDeviceLinkResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AnnotationSystemGetProjectParams ¶
type AnnotationSystemGetProjectParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AnnotationSystemGetProjectParams defines parameters for AnnotationSystemGetProject.
type AnnotationSystemGetProjectResponse ¶
type AnnotationSystemGetProjectResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *AnnotationProjectPublic
JSON422 *HTTPValidationError
}
func ParseAnnotationSystemGetProjectResponse ¶
func ParseAnnotationSystemGetProjectResponse(rsp *http.Response) (*AnnotationSystemGetProjectResponse, error)
ParseAnnotationSystemGetProjectResponse parses an HTTP response from a AnnotationSystemGetProjectWithResponse call
func (AnnotationSystemGetProjectResponse) Status ¶
func (r AnnotationSystemGetProjectResponse) Status() string
Status returns HTTPResponse.Status
func (AnnotationSystemGetProjectResponse) StatusCode ¶
func (r AnnotationSystemGetProjectResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AnnotationSystemGetProjectWithStatsParams ¶
type AnnotationSystemGetProjectWithStatsParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AnnotationSystemGetProjectWithStatsParams defines parameters for AnnotationSystemGetProjectWithStats.
type AnnotationSystemGetProjectWithStatsResponse ¶
type AnnotationSystemGetProjectWithStatsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *interface{}
JSON422 *HTTPValidationError
}
func ParseAnnotationSystemGetProjectWithStatsResponse ¶
func ParseAnnotationSystemGetProjectWithStatsResponse(rsp *http.Response) (*AnnotationSystemGetProjectWithStatsResponse, error)
ParseAnnotationSystemGetProjectWithStatsResponse parses an HTTP response from a AnnotationSystemGetProjectWithStatsWithResponse call
func (AnnotationSystemGetProjectWithStatsResponse) Status ¶
func (r AnnotationSystemGetProjectWithStatsResponse) Status() string
Status returns HTTPResponse.Status
func (AnnotationSystemGetProjectWithStatsResponse) StatusCode ¶
func (r AnnotationSystemGetProjectWithStatsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AnnotationSystemGetPushDataParams ¶
type AnnotationSystemGetPushDataParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AnnotationSystemGetPushDataParams defines parameters for AnnotationSystemGetPushData.
type AnnotationSystemGetPushDataResponse ¶
type AnnotationSystemGetPushDataResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *interface{}
JSON422 *HTTPValidationError
}
func ParseAnnotationSystemGetPushDataResponse ¶
func ParseAnnotationSystemGetPushDataResponse(rsp *http.Response) (*AnnotationSystemGetPushDataResponse, error)
ParseAnnotationSystemGetPushDataResponse parses an HTTP response from a AnnotationSystemGetPushDataWithResponse call
func (AnnotationSystemGetPushDataResponse) Status ¶
func (r AnnotationSystemGetPushDataResponse) Status() string
Status returns HTTPResponse.Status
func (AnnotationSystemGetPushDataResponse) StatusCode ¶
func (r AnnotationSystemGetPushDataResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AnnotationSystemGetPushParams ¶
type AnnotationSystemGetPushParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AnnotationSystemGetPushParams defines parameters for AnnotationSystemGetPush.
type AnnotationSystemGetPushResponse ¶
type AnnotationSystemGetPushResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *AnnotationPushPublic
JSON422 *HTTPValidationError
}
func ParseAnnotationSystemGetPushResponse ¶
func ParseAnnotationSystemGetPushResponse(rsp *http.Response) (*AnnotationSystemGetPushResponse, error)
ParseAnnotationSystemGetPushResponse parses an HTTP response from a AnnotationSystemGetPushWithResponse call
func (AnnotationSystemGetPushResponse) Status ¶
func (r AnnotationSystemGetPushResponse) Status() string
Status returns HTTPResponse.Status
func (AnnotationSystemGetPushResponse) StatusCode ¶
func (r AnnotationSystemGetPushResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AnnotationSystemGetShapeParams ¶
type AnnotationSystemGetShapeParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AnnotationSystemGetShapeParams defines parameters for AnnotationSystemGetShape.
type AnnotationSystemGetShapeResponse ¶
type AnnotationSystemGetShapeResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *AnnotationShapePublic
JSON422 *HTTPValidationError
}
func ParseAnnotationSystemGetShapeResponse ¶
func ParseAnnotationSystemGetShapeResponse(rsp *http.Response) (*AnnotationSystemGetShapeResponse, error)
ParseAnnotationSystemGetShapeResponse parses an HTTP response from a AnnotationSystemGetShapeWithResponse call
func (AnnotationSystemGetShapeResponse) Status ¶
func (r AnnotationSystemGetShapeResponse) Status() string
Status returns HTTPResponse.Status
func (AnnotationSystemGetShapeResponse) StatusCode ¶
func (r AnnotationSystemGetShapeResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AnnotationSystemGetShapeWithLabelParams ¶
type AnnotationSystemGetShapeWithLabelParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AnnotationSystemGetShapeWithLabelParams defines parameters for AnnotationSystemGetShapeWithLabel.
type AnnotationSystemGetShapeWithLabelResponse ¶
type AnnotationSystemGetShapeWithLabelResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *interface{}
JSON422 *HTTPValidationError
}
func ParseAnnotationSystemGetShapeWithLabelResponse ¶
func ParseAnnotationSystemGetShapeWithLabelResponse(rsp *http.Response) (*AnnotationSystemGetShapeWithLabelResponse, error)
ParseAnnotationSystemGetShapeWithLabelResponse parses an HTTP response from a AnnotationSystemGetShapeWithLabelWithResponse call
func (AnnotationSystemGetShapeWithLabelResponse) Status ¶
func (r AnnotationSystemGetShapeWithLabelResponse) Status() string
Status returns HTTPResponse.Status
func (AnnotationSystemGetShapeWithLabelResponse) StatusCode ¶
func (r AnnotationSystemGetShapeWithLabelResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AnnotationSystemGetVideoFramesParams ¶
type AnnotationSystemGetVideoFramesParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AnnotationSystemGetVideoFramesParams defines parameters for AnnotationSystemGetVideoFrames.
type AnnotationSystemGetVideoFramesResponse ¶
type AnnotationSystemGetVideoFramesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *interface{}
JSON422 *HTTPValidationError
}
func ParseAnnotationSystemGetVideoFramesResponse ¶
func ParseAnnotationSystemGetVideoFramesResponse(rsp *http.Response) (*AnnotationSystemGetVideoFramesResponse, error)
ParseAnnotationSystemGetVideoFramesResponse parses an HTTP response from a AnnotationSystemGetVideoFramesWithResponse call
func (AnnotationSystemGetVideoFramesResponse) Status ¶
func (r AnnotationSystemGetVideoFramesResponse) Status() string
Status returns HTTPResponse.Status
func (AnnotationSystemGetVideoFramesResponse) StatusCode ¶
func (r AnnotationSystemGetVideoFramesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AnnotationSystemInitializeDefaultLabelsParams ¶
type AnnotationSystemInitializeDefaultLabelsParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AnnotationSystemInitializeDefaultLabelsParams defines parameters for AnnotationSystemInitializeDefaultLabels.
type AnnotationSystemInitializeDefaultLabelsResponse ¶
type AnnotationSystemInitializeDefaultLabelsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *AnnotationLabelsPublic
JSON422 *HTTPValidationError
}
func ParseAnnotationSystemInitializeDefaultLabelsResponse ¶
func ParseAnnotationSystemInitializeDefaultLabelsResponse(rsp *http.Response) (*AnnotationSystemInitializeDefaultLabelsResponse, error)
ParseAnnotationSystemInitializeDefaultLabelsResponse parses an HTTP response from a AnnotationSystemInitializeDefaultLabelsWithResponse call
func (AnnotationSystemInitializeDefaultLabelsResponse) Status ¶
func (r AnnotationSystemInitializeDefaultLabelsResponse) Status() string
Status returns HTTPResponse.Status
func (AnnotationSystemInitializeDefaultLabelsResponse) StatusCode ¶
func (r AnnotationSystemInitializeDefaultLabelsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AnnotationSystemInterpolateShapesParams ¶
type AnnotationSystemInterpolateShapesParams struct {
StartFrame int `form:"start_frame" json:"start_frame"`
EndFrame int `form:"end_frame" json:"end_frame"`
TrackId string `form:"track_id" json:"track_id"`
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AnnotationSystemInterpolateShapesParams defines parameters for AnnotationSystemInterpolateShapes.
type AnnotationSystemInterpolateShapesResponse ¶
type AnnotationSystemInterpolateShapesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *interface{}
JSON422 *HTTPValidationError
}
func ParseAnnotationSystemInterpolateShapesResponse ¶
func ParseAnnotationSystemInterpolateShapesResponse(rsp *http.Response) (*AnnotationSystemInterpolateShapesResponse, error)
ParseAnnotationSystemInterpolateShapesResponse parses an HTTP response from a AnnotationSystemInterpolateShapesWithResponse call
func (AnnotationSystemInterpolateShapesResponse) Status ¶
func (r AnnotationSystemInterpolateShapesResponse) Status() string
Status returns HTTPResponse.Status
func (AnnotationSystemInterpolateShapesResponse) StatusCode ¶
func (r AnnotationSystemInterpolateShapesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AnnotationSystemListLabelsParams ¶
type AnnotationSystemListLabelsParams struct {
ProjectId *openapi_types.UUID `form:"project_id,omitempty" json:"project_id,omitempty"`
IncludeInactive *bool `form:"include_inactive,omitempty" json:"include_inactive,omitempty"`
Skip *int `form:"skip,omitempty" json:"skip,omitempty"`
Limit *int `form:"limit,omitempty" json:"limit,omitempty"`
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AnnotationSystemListLabelsParams defines parameters for AnnotationSystemListLabels.
type AnnotationSystemListLabelsResponse ¶
type AnnotationSystemListLabelsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *AnnotationLabelsPublic
JSON422 *HTTPValidationError
}
func ParseAnnotationSystemListLabelsResponse ¶
func ParseAnnotationSystemListLabelsResponse(rsp *http.Response) (*AnnotationSystemListLabelsResponse, error)
ParseAnnotationSystemListLabelsResponse parses an HTTP response from a AnnotationSystemListLabelsWithResponse call
func (AnnotationSystemListLabelsResponse) Status ¶
func (r AnnotationSystemListLabelsResponse) Status() string
Status returns HTTPResponse.Status
func (AnnotationSystemListLabelsResponse) StatusCode ¶
func (r AnnotationSystemListLabelsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AnnotationSystemListMediaParams ¶
type AnnotationSystemListMediaParams struct {
MediaType *string `form:"media_type,omitempty" json:"media_type,omitempty"`
ProjectId *openapi_types.UUID `form:"project_id,omitempty" json:"project_id,omitempty"`
Skip *int `form:"skip,omitempty" json:"skip,omitempty"`
Limit *int `form:"limit,omitempty" json:"limit,omitempty"`
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AnnotationSystemListMediaParams defines parameters for AnnotationSystemListMedia.
type AnnotationSystemListMediaResponse ¶
type AnnotationSystemListMediaResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *AnnotationMediasPublic
JSON422 *HTTPValidationError
}
func ParseAnnotationSystemListMediaResponse ¶
func ParseAnnotationSystemListMediaResponse(rsp *http.Response) (*AnnotationSystemListMediaResponse, error)
ParseAnnotationSystemListMediaResponse parses an HTTP response from a AnnotationSystemListMediaWithResponse call
func (AnnotationSystemListMediaResponse) Status ¶
func (r AnnotationSystemListMediaResponse) Status() string
Status returns HTTPResponse.Status
func (AnnotationSystemListMediaResponse) StatusCode ¶
func (r AnnotationSystemListMediaResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AnnotationSystemListProjectDeviceLinksParams ¶
type AnnotationSystemListProjectDeviceLinksParams struct {
ProjectId *openapi_types.UUID `form:"project_id,omitempty" json:"project_id,omitempty"`
DeviceGroupId *openapi_types.UUID `form:"device_group_id,omitempty" json:"device_group_id,omitempty"`
DeviceId *openapi_types.UUID `form:"device_id,omitempty" json:"device_id,omitempty"`
IsActive *bool `form:"is_active,omitempty" json:"is_active,omitempty"`
Skip *int `form:"skip,omitempty" json:"skip,omitempty"`
Limit *int `form:"limit,omitempty" json:"limit,omitempty"`
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AnnotationSystemListProjectDeviceLinksParams defines parameters for AnnotationSystemListProjectDeviceLinks.
type AnnotationSystemListProjectDeviceLinksResponse ¶
type AnnotationSystemListProjectDeviceLinksResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *ProjectDeviceLinksPublic
JSON422 *HTTPValidationError
}
func ParseAnnotationSystemListProjectDeviceLinksResponse ¶
func ParseAnnotationSystemListProjectDeviceLinksResponse(rsp *http.Response) (*AnnotationSystemListProjectDeviceLinksResponse, error)
ParseAnnotationSystemListProjectDeviceLinksResponse parses an HTTP response from a AnnotationSystemListProjectDeviceLinksWithResponse call
func (AnnotationSystemListProjectDeviceLinksResponse) Status ¶
func (r AnnotationSystemListProjectDeviceLinksResponse) Status() string
Status returns HTTPResponse.Status
func (AnnotationSystemListProjectDeviceLinksResponse) StatusCode ¶
func (r AnnotationSystemListProjectDeviceLinksResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AnnotationSystemListProjectsParams ¶
type AnnotationSystemListProjectsParams struct {
IsActive *bool `form:"is_active,omitempty" json:"is_active,omitempty"`
Skip *int `form:"skip,omitempty" json:"skip,omitempty"`
Limit *int `form:"limit,omitempty" json:"limit,omitempty"`
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AnnotationSystemListProjectsParams defines parameters for AnnotationSystemListProjects.
type AnnotationSystemListProjectsResponse ¶
type AnnotationSystemListProjectsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *AnnotationProjectsPublic
JSON422 *HTTPValidationError
}
func ParseAnnotationSystemListProjectsResponse ¶
func ParseAnnotationSystemListProjectsResponse(rsp *http.Response) (*AnnotationSystemListProjectsResponse, error)
ParseAnnotationSystemListProjectsResponse parses an HTTP response from a AnnotationSystemListProjectsWithResponse call
func (AnnotationSystemListProjectsResponse) Status ¶
func (r AnnotationSystemListProjectsResponse) Status() string
Status returns HTTPResponse.Status
func (AnnotationSystemListProjectsResponse) StatusCode ¶
func (r AnnotationSystemListProjectsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AnnotationSystemListPushesParams ¶
type AnnotationSystemListPushesParams struct {
ProjectId *openapi_types.UUID `form:"project_id,omitempty" json:"project_id,omitempty"`
DeviceGroupId *openapi_types.UUID `form:"device_group_id,omitempty" json:"device_group_id,omitempty"`
DeviceId *openapi_types.UUID `form:"device_id,omitempty" json:"device_id,omitempty"`
Status *string `form:"status,omitempty" json:"status,omitempty"`
IsCanary *bool `form:"is_canary,omitempty" json:"is_canary,omitempty"`
Skip *int `form:"skip,omitempty" json:"skip,omitempty"`
Limit *int `form:"limit,omitempty" json:"limit,omitempty"`
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AnnotationSystemListPushesParams defines parameters for AnnotationSystemListPushes.
type AnnotationSystemListPushesResponse ¶
type AnnotationSystemListPushesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *AnnotationPushesPublic
JSON422 *HTTPValidationError
}
func ParseAnnotationSystemListPushesResponse ¶
func ParseAnnotationSystemListPushesResponse(rsp *http.Response) (*AnnotationSystemListPushesResponse, error)
ParseAnnotationSystemListPushesResponse parses an HTTP response from a AnnotationSystemListPushesWithResponse call
func (AnnotationSystemListPushesResponse) Status ¶
func (r AnnotationSystemListPushesResponse) Status() string
Status returns HTTPResponse.Status
func (AnnotationSystemListPushesResponse) StatusCode ¶
func (r AnnotationSystemListPushesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AnnotationSystemListShapesParams ¶
type AnnotationSystemListShapesParams struct {
AnnotationMediaId *openapi_types.UUID `form:"annotation_media_id,omitempty" json:"annotation_media_id,omitempty"`
FrameIndex *int `form:"frame_index,omitempty" json:"frame_index,omitempty"`
LabelId *openapi_types.UUID `form:"label_id,omitempty" json:"label_id,omitempty"`
ShapeType *string `form:"shape_type,omitempty" json:"shape_type,omitempty"`
TrackId *string `form:"track_id,omitempty" json:"track_id,omitempty"`
Skip *int `form:"skip,omitempty" json:"skip,omitempty"`
Limit *int `form:"limit,omitempty" json:"limit,omitempty"`
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AnnotationSystemListShapesParams defines parameters for AnnotationSystemListShapes.
type AnnotationSystemListShapesResponse ¶
type AnnotationSystemListShapesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *AnnotationShapesPublic
JSON422 *HTTPValidationError
}
func ParseAnnotationSystemListShapesResponse ¶
func ParseAnnotationSystemListShapesResponse(rsp *http.Response) (*AnnotationSystemListShapesResponse, error)
ParseAnnotationSystemListShapesResponse parses an HTTP response from a AnnotationSystemListShapesWithResponse call
func (AnnotationSystemListShapesResponse) Status ¶
func (r AnnotationSystemListShapesResponse) Status() string
Status returns HTTPResponse.Status
func (AnnotationSystemListShapesResponse) StatusCode ¶
func (r AnnotationSystemListShapesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AnnotationSystemMoveMediaToProjectParams ¶
type AnnotationSystemMoveMediaToProjectParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AnnotationSystemMoveMediaToProjectParams defines parameters for AnnotationSystemMoveMediaToProject.
type AnnotationSystemMoveMediaToProjectResponse ¶
type AnnotationSystemMoveMediaToProjectResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *AnnotationMediaPublic
JSON422 *HTTPValidationError
}
func ParseAnnotationSystemMoveMediaToProjectResponse ¶
func ParseAnnotationSystemMoveMediaToProjectResponse(rsp *http.Response) (*AnnotationSystemMoveMediaToProjectResponse, error)
ParseAnnotationSystemMoveMediaToProjectResponse parses an HTTP response from a AnnotationSystemMoveMediaToProjectWithResponse call
func (AnnotationSystemMoveMediaToProjectResponse) Status ¶
func (r AnnotationSystemMoveMediaToProjectResponse) Status() string
Status returns HTTPResponse.Status
func (AnnotationSystemMoveMediaToProjectResponse) StatusCode ¶
func (r AnnotationSystemMoveMediaToProjectResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AnnotationSystemPreviewPushParams ¶
type AnnotationSystemPreviewPushParams struct {
ProjectId openapi_types.UUID `form:"project_id" json:"project_id"`
ExportFormat *string `form:"export_format,omitempty" json:"export_format,omitempty"`
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AnnotationSystemPreviewPushParams defines parameters for AnnotationSystemPreviewPush.
type AnnotationSystemPreviewPushResponse ¶
type AnnotationSystemPreviewPushResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *interface{}
JSON422 *HTTPValidationError
}
func ParseAnnotationSystemPreviewPushResponse ¶
func ParseAnnotationSystemPreviewPushResponse(rsp *http.Response) (*AnnotationSystemPreviewPushResponse, error)
ParseAnnotationSystemPreviewPushResponse parses an HTTP response from a AnnotationSystemPreviewPushWithResponse call
func (AnnotationSystemPreviewPushResponse) Status ¶
func (r AnnotationSystemPreviewPushResponse) Status() string
Status returns HTTPResponse.Status
func (AnnotationSystemPreviewPushResponse) StatusCode ¶
func (r AnnotationSystemPreviewPushResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AnnotationSystemPushToAllLinkedJSONRequestBody ¶
type AnnotationSystemPushToAllLinkedJSONRequestBody = BodyAnnotationSystemPushToAllLinked
AnnotationSystemPushToAllLinkedJSONRequestBody defines body for AnnotationSystemPushToAllLinked for application/json ContentType.
type AnnotationSystemPushToAllLinkedParams ¶
type AnnotationSystemPushToAllLinkedParams struct {
ProjectId openapi_types.UUID `form:"project_id" json:"project_id"`
ExportFormat *string `form:"export_format,omitempty" json:"export_format,omitempty"`
IncludeCanaries *bool `form:"include_canaries,omitempty" json:"include_canaries,omitempty"`
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AnnotationSystemPushToAllLinkedParams defines parameters for AnnotationSystemPushToAllLinked.
type AnnotationSystemPushToAllLinkedResponse ¶
type AnnotationSystemPushToAllLinkedResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *interface{}
JSON422 *HTTPValidationError
}
func ParseAnnotationSystemPushToAllLinkedResponse ¶
func ParseAnnotationSystemPushToAllLinkedResponse(rsp *http.Response) (*AnnotationSystemPushToAllLinkedResponse, error)
ParseAnnotationSystemPushToAllLinkedResponse parses an HTTP response from a AnnotationSystemPushToAllLinkedWithResponse call
func (AnnotationSystemPushToAllLinkedResponse) Status ¶
func (r AnnotationSystemPushToAllLinkedResponse) Status() string
Status returns HTTPResponse.Status
func (AnnotationSystemPushToAllLinkedResponse) StatusCode ¶
func (r AnnotationSystemPushToAllLinkedResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AnnotationSystemQuickLinkDeviceGroupParams ¶
type AnnotationSystemQuickLinkDeviceGroupParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AnnotationSystemQuickLinkDeviceGroupParams defines parameters for AnnotationSystemQuickLinkDeviceGroup.
type AnnotationSystemQuickLinkDeviceGroupResponse ¶
type AnnotationSystemQuickLinkDeviceGroupResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *ProjectDeviceLinkPublic
JSON422 *HTTPValidationError
}
func ParseAnnotationSystemQuickLinkDeviceGroupResponse ¶
func ParseAnnotationSystemQuickLinkDeviceGroupResponse(rsp *http.Response) (*AnnotationSystemQuickLinkDeviceGroupResponse, error)
ParseAnnotationSystemQuickLinkDeviceGroupResponse parses an HTTP response from a AnnotationSystemQuickLinkDeviceGroupWithResponse call
func (AnnotationSystemQuickLinkDeviceGroupResponse) Status ¶
func (r AnnotationSystemQuickLinkDeviceGroupResponse) Status() string
Status returns HTTPResponse.Status
func (AnnotationSystemQuickLinkDeviceGroupResponse) StatusCode ¶
func (r AnnotationSystemQuickLinkDeviceGroupResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AnnotationSystemQuickLinkDeviceParams ¶
type AnnotationSystemQuickLinkDeviceParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AnnotationSystemQuickLinkDeviceParams defines parameters for AnnotationSystemQuickLinkDevice.
type AnnotationSystemQuickLinkDeviceResponse ¶
type AnnotationSystemQuickLinkDeviceResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *ProjectDeviceLinkPublic
JSON422 *HTTPValidationError
}
func ParseAnnotationSystemQuickLinkDeviceResponse ¶
func ParseAnnotationSystemQuickLinkDeviceResponse(rsp *http.Response) (*AnnotationSystemQuickLinkDeviceResponse, error)
ParseAnnotationSystemQuickLinkDeviceResponse parses an HTTP response from a AnnotationSystemQuickLinkDeviceWithResponse call
func (AnnotationSystemQuickLinkDeviceResponse) Status ¶
func (r AnnotationSystemQuickLinkDeviceResponse) Status() string
Status returns HTTPResponse.Status
func (AnnotationSystemQuickLinkDeviceResponse) StatusCode ¶
func (r AnnotationSystemQuickLinkDeviceResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AnnotationSystemUpdateLabelJSONRequestBody ¶
type AnnotationSystemUpdateLabelJSONRequestBody = AnnotationLabelUpdate
AnnotationSystemUpdateLabelJSONRequestBody defines body for AnnotationSystemUpdateLabel for application/json ContentType.
type AnnotationSystemUpdateLabelParams ¶
type AnnotationSystemUpdateLabelParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AnnotationSystemUpdateLabelParams defines parameters for AnnotationSystemUpdateLabel.
type AnnotationSystemUpdateLabelResponse ¶
type AnnotationSystemUpdateLabelResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *AnnotationLabelPublic
JSON422 *HTTPValidationError
}
func ParseAnnotationSystemUpdateLabelResponse ¶
func ParseAnnotationSystemUpdateLabelResponse(rsp *http.Response) (*AnnotationSystemUpdateLabelResponse, error)
ParseAnnotationSystemUpdateLabelResponse parses an HTTP response from a AnnotationSystemUpdateLabelWithResponse call
func (AnnotationSystemUpdateLabelResponse) Status ¶
func (r AnnotationSystemUpdateLabelResponse) Status() string
Status returns HTTPResponse.Status
func (AnnotationSystemUpdateLabelResponse) StatusCode ¶
func (r AnnotationSystemUpdateLabelResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AnnotationSystemUpdateMediaJSONRequestBody ¶
type AnnotationSystemUpdateMediaJSONRequestBody = AnnotationMediaUpdate
AnnotationSystemUpdateMediaJSONRequestBody defines body for AnnotationSystemUpdateMedia for application/json ContentType.
type AnnotationSystemUpdateMediaParams ¶
type AnnotationSystemUpdateMediaParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AnnotationSystemUpdateMediaParams defines parameters for AnnotationSystemUpdateMedia.
type AnnotationSystemUpdateMediaResponse ¶
type AnnotationSystemUpdateMediaResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *AnnotationMediaPublic
JSON422 *HTTPValidationError
}
func ParseAnnotationSystemUpdateMediaResponse ¶
func ParseAnnotationSystemUpdateMediaResponse(rsp *http.Response) (*AnnotationSystemUpdateMediaResponse, error)
ParseAnnotationSystemUpdateMediaResponse parses an HTTP response from a AnnotationSystemUpdateMediaWithResponse call
func (AnnotationSystemUpdateMediaResponse) Status ¶
func (r AnnotationSystemUpdateMediaResponse) Status() string
Status returns HTTPResponse.Status
func (AnnotationSystemUpdateMediaResponse) StatusCode ¶
func (r AnnotationSystemUpdateMediaResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AnnotationSystemUpdateProjectDeviceLinkJSONRequestBody ¶
type AnnotationSystemUpdateProjectDeviceLinkJSONRequestBody = ProjectDeviceLinkUpdate
AnnotationSystemUpdateProjectDeviceLinkJSONRequestBody defines body for AnnotationSystemUpdateProjectDeviceLink for application/json ContentType.
type AnnotationSystemUpdateProjectDeviceLinkParams ¶
type AnnotationSystemUpdateProjectDeviceLinkParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AnnotationSystemUpdateProjectDeviceLinkParams defines parameters for AnnotationSystemUpdateProjectDeviceLink.
type AnnotationSystemUpdateProjectDeviceLinkResponse ¶
type AnnotationSystemUpdateProjectDeviceLinkResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *ProjectDeviceLinkPublic
JSON422 *HTTPValidationError
}
func ParseAnnotationSystemUpdateProjectDeviceLinkResponse ¶
func ParseAnnotationSystemUpdateProjectDeviceLinkResponse(rsp *http.Response) (*AnnotationSystemUpdateProjectDeviceLinkResponse, error)
ParseAnnotationSystemUpdateProjectDeviceLinkResponse parses an HTTP response from a AnnotationSystemUpdateProjectDeviceLinkWithResponse call
func (AnnotationSystemUpdateProjectDeviceLinkResponse) Status ¶
func (r AnnotationSystemUpdateProjectDeviceLinkResponse) Status() string
Status returns HTTPResponse.Status
func (AnnotationSystemUpdateProjectDeviceLinkResponse) StatusCode ¶
func (r AnnotationSystemUpdateProjectDeviceLinkResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AnnotationSystemUpdateProjectJSONRequestBody ¶
type AnnotationSystemUpdateProjectJSONRequestBody = AnnotationProjectUpdate
AnnotationSystemUpdateProjectJSONRequestBody defines body for AnnotationSystemUpdateProject for application/json ContentType.
type AnnotationSystemUpdateProjectParams ¶
type AnnotationSystemUpdateProjectParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AnnotationSystemUpdateProjectParams defines parameters for AnnotationSystemUpdateProject.
type AnnotationSystemUpdateProjectResponse ¶
type AnnotationSystemUpdateProjectResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *AnnotationProjectPublic
JSON422 *HTTPValidationError
}
func ParseAnnotationSystemUpdateProjectResponse ¶
func ParseAnnotationSystemUpdateProjectResponse(rsp *http.Response) (*AnnotationSystemUpdateProjectResponse, error)
ParseAnnotationSystemUpdateProjectResponse parses an HTTP response from a AnnotationSystemUpdateProjectWithResponse call
func (AnnotationSystemUpdateProjectResponse) Status ¶
func (r AnnotationSystemUpdateProjectResponse) Status() string
Status returns HTTPResponse.Status
func (AnnotationSystemUpdateProjectResponse) StatusCode ¶
func (r AnnotationSystemUpdateProjectResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AnnotationSystemUpdateShapeJSONRequestBody ¶
type AnnotationSystemUpdateShapeJSONRequestBody = AnnotationShapeUpdate
AnnotationSystemUpdateShapeJSONRequestBody defines body for AnnotationSystemUpdateShape for application/json ContentType.
type AnnotationSystemUpdateShapeParams ¶
type AnnotationSystemUpdateShapeParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AnnotationSystemUpdateShapeParams defines parameters for AnnotationSystemUpdateShape.
type AnnotationSystemUpdateShapeResponse ¶
type AnnotationSystemUpdateShapeResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *AnnotationShapePublic
JSON422 *HTTPValidationError
}
func ParseAnnotationSystemUpdateShapeResponse ¶
func ParseAnnotationSystemUpdateShapeResponse(rsp *http.Response) (*AnnotationSystemUpdateShapeResponse, error)
ParseAnnotationSystemUpdateShapeResponse parses an HTTP response from a AnnotationSystemUpdateShapeWithResponse call
func (AnnotationSystemUpdateShapeResponse) Status ¶
func (r AnnotationSystemUpdateShapeResponse) Status() string
Status returns HTTPResponse.Status
func (AnnotationSystemUpdateShapeResponse) StatusCode ¶
func (r AnnotationSystemUpdateShapeResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AnnotationSystemUploadMediaMultipartRequestBody ¶
type AnnotationSystemUploadMediaMultipartRequestBody = BodyAnnotationSystemUploadMedia
AnnotationSystemUploadMediaMultipartRequestBody defines body for AnnotationSystemUploadMedia for multipart/form-data ContentType.
type AnnotationSystemUploadMediaParams ¶
type AnnotationSystemUploadMediaParams struct {
ProjectId openapi_types.UUID `form:"project_id" json:"project_id"`
Description *string `form:"description,omitempty" json:"description,omitempty"`
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AnnotationSystemUploadMediaParams defines parameters for AnnotationSystemUploadMedia.
type AnnotationSystemUploadMediaResponse ¶
type AnnotationSystemUploadMediaResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *AnnotationMediaPublic
JSON422 *HTTPValidationError
}
func ParseAnnotationSystemUploadMediaResponse ¶
func ParseAnnotationSystemUploadMediaResponse(rsp *http.Response) (*AnnotationSystemUploadMediaResponse, error)
ParseAnnotationSystemUploadMediaResponse parses an HTTP response from a AnnotationSystemUploadMediaWithResponse call
func (AnnotationSystemUploadMediaResponse) Status ¶
func (r AnnotationSystemUploadMediaResponse) Status() string
Status returns HTTPResponse.Status
func (AnnotationSystemUploadMediaResponse) StatusCode ¶
func (r AnnotationSystemUploadMediaResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AnnotationUpdateIn ¶
type AnnotationUpdateIn struct {
DefectType *string `json:"defect_type,omitempty"`
Description *string `json:"description,omitempty"`
Geometry *map[string]interface{} `json:"geometry,omitempty"`
Severity *string `json:"severity,omitempty"`
}
AnnotationUpdateIn Body for PATCH /inspection-annotations/{id}. Any subset of fields; `source` ignored if sent.
type ApiKeyCreate ¶
type ApiKeyCreate struct {
ExpiresAt *time.Time `json:"expires_at,omitempty"`
Name string `json:"name"`
Scopes []ApiKeyScope `json:"scopes"`
}
ApiKeyCreate Request body for creating a new key.
type ApiKeyCreatedResponse ¶
type ApiKeyCreatedResponse struct {
// Key Public schema — never includes the cleartext token.
Key ApiKeyPublic `json:"key"`
// Token Cleartext token. Shown once. Store securely; cannot be retrieved later.
Token string `json:"token"`
}
ApiKeyCreatedResponse Response from POST /api-keys — includes the cleartext token, shown once.
type ApiKeyPublic ¶
type ApiKeyPublic struct {
CreatedAt string `json:"created_at"`
ExpiresAt *string `json:"expires_at"`
Id openapi_types.UUID `json:"id"`
LastUsedAt *string `json:"last_used_at"`
Name string `json:"name"`
Prefix string `json:"prefix"`
RevokedAt *string `json:"revoked_at"`
Scopes []string `json:"scopes"`
}
ApiKeyPublic Public schema — never includes the cleartext token.
type ApiKeyScope ¶
type ApiKeyScope string
ApiKeyScope Scopes selectable per API key. Mirrors OpenAPI resource tags + r/w split.
See docs/superpowers/specs/2026-04-28-yomiro-cli-gateway-design.md § Scopes.
const ( AgentsChat ApiKeyScope = "agents:chat" AgentsRead ApiKeyScope = "agents:read" AgentsWrite ApiKeyScope = "agents:write" DashboardsRead ApiKeyScope = "dashboards:read" DashboardsWrite ApiKeyScope = "dashboards:write" DataRead ApiKeyScope = "data:read" DataWrite ApiKeyScope = "data:write" DevicesRead ApiKeyScope = "devices:read" DevicesWrite ApiKeyScope = "devices:write" GatewayTunnel ApiKeyScope = "gateway:tunnel" InspectionRead ApiKeyScope = "inspection:read" InspectionWrite ApiKeyScope = "inspection:write" TenantAdmin ApiKeyScope = "tenant:admin" )
Defines values for ApiKeyScope.
func (ApiKeyScope) Valid ¶
func (e ApiKeyScope) Valid() bool
Valid indicates whether the value is a known member of the ApiKeyScope enum.
type ApiKeysPublic ¶
type ApiKeysPublic struct {
Count int `json:"count"`
Data []ApiKeyPublic `json:"data"`
}
ApiKeysPublic List response.
type AuthCreateApiKeyJSONRequestBody ¶
type AuthCreateApiKeyJSONRequestBody = ApiKeyCreate
AuthCreateApiKeyJSONRequestBody defines body for AuthCreateApiKey for application/json ContentType.
type AuthCreateApiKeyParams ¶
type AuthCreateApiKeyParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AuthCreateApiKeyParams defines parameters for AuthCreateApiKey.
type AuthCreateApiKeyResponse ¶
type AuthCreateApiKeyResponse struct {
Body []byte
HTTPResponse *http.Response
JSON201 *ApiKeyCreatedResponse
JSON422 *HTTPValidationError
}
func ParseAuthCreateApiKeyResponse ¶
func ParseAuthCreateApiKeyResponse(rsp *http.Response) (*AuthCreateApiKeyResponse, error)
ParseAuthCreateApiKeyResponse parses an HTTP response from a AuthCreateApiKeyWithResponse call
func (AuthCreateApiKeyResponse) Status ¶
func (r AuthCreateApiKeyResponse) Status() string
Status returns HTTPResponse.Status
func (AuthCreateApiKeyResponse) StatusCode ¶
func (r AuthCreateApiKeyResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AuthListApiKeysParams ¶
type AuthListApiKeysParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AuthListApiKeysParams defines parameters for AuthListApiKeys.
type AuthListApiKeysResponse ¶
type AuthListApiKeysResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *ApiKeysPublic
JSON422 *HTTPValidationError
}
func ParseAuthListApiKeysResponse ¶
func ParseAuthListApiKeysResponse(rsp *http.Response) (*AuthListApiKeysResponse, error)
ParseAuthListApiKeysResponse parses an HTTP response from a AuthListApiKeysWithResponse call
func (AuthListApiKeysResponse) Status ¶
func (r AuthListApiKeysResponse) Status() string
Status returns HTTPResponse.Status
func (AuthListApiKeysResponse) StatusCode ¶
func (r AuthListApiKeysResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AuthRevokeApiKeyParams ¶
type AuthRevokeApiKeyParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
AuthRevokeApiKeyParams defines parameters for AuthRevokeApiKey.
type AuthRevokeApiKeyResponse ¶
type AuthRevokeApiKeyResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *Message
JSON422 *HTTPValidationError
}
func ParseAuthRevokeApiKeyResponse ¶
func ParseAuthRevokeApiKeyResponse(rsp *http.Response) (*AuthRevokeApiKeyResponse, error)
ParseAuthRevokeApiKeyResponse parses an HTTP response from a AuthRevokeApiKeyWithResponse call
func (AuthRevokeApiKeyResponse) Status ¶
func (r AuthRevokeApiKeyResponse) Status() string
Status returns HTTPResponse.Status
func (AuthRevokeApiKeyResponse) StatusCode ¶
func (r AuthRevokeApiKeyResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type BodyAnnotationSystemBulkAddMediaToProject ¶
type BodyAnnotationSystemBulkAddMediaToProject struct {
CameraImageIds *[]openapi_types.UUID `json:"camera_image_ids,omitempty"`
CameraVideoIds *[]openapi_types.UUID `json:"camera_video_ids,omitempty"`
}
BodyAnnotationSystemBulkAddMediaToProject defines model for Body_annotation-system-bulk_add_media_to_project.
type BodyAnnotationSystemPushToAllLinked ¶
type BodyAnnotationSystemPushToAllLinked struct {
DeviceGroupIds *[]openapi_types.UUID `json:"device_group_ids,omitempty"`
DeviceIds *[]openapi_types.UUID `json:"device_ids,omitempty"`
}
BodyAnnotationSystemPushToAllLinked defines model for Body_annotation-system-push_to_all_linked.
type BodyAnnotationSystemUploadMedia ¶
type BodyAnnotationSystemUploadMedia struct {
File openapi_types.File `json:"file"`
}
BodyAnnotationSystemUploadMedia defines model for Body_annotation-system-upload_media.
type BodyImagesCaptureAndObjectDetection ¶
type BodyImagesCaptureAndObjectDetection struct {
// Description Optional description
Description *string `json:"description,omitempty"`
File openapi_types.File `json:"file"`
// Title Title for the uploaded media
Title string `json:"title"`
}
BodyImagesCaptureAndObjectDetection defines model for Body_images-capture_and_object_detection.
type BodyImagesCaptureImage ¶
type BodyImagesCaptureImage struct {
// Description Optional description
Description *string `json:"description,omitempty"`
File openapi_types.File `json:"file"`
// Title Title for the uploaded media
Title string `json:"title"`
}
BodyImagesCaptureImage defines model for Body_images-capture_image.
type BodyInspectionProfilesUploadGoldenImage ¶
type BodyInspectionProfilesUploadGoldenImage struct {
File openapi_types.File `json:"file"`
}
BodyInspectionProfilesUploadGoldenImage defines model for Body_inspection-profiles-upload_golden_image.
type BodyInspectionProfilesUploadTrainingCapture ¶
type BodyInspectionProfilesUploadTrainingCapture struct {
File openapi_types.File `json:"file"`
}
BodyInspectionProfilesUploadTrainingCapture defines model for Body_inspection-profiles-upload_training_capture.
type BodyModelsUploadModel ¶
type BodyModelsUploadModel struct {
Description *string `json:"description,omitempty"`
File openapi_types.File `json:"file"`
// Format Supported AI model file formats.
Format ModelFormat `json:"format"`
// ModelType Supported AI model types.
ModelType ModelType `json:"model_type"`
Name string `json:"name"`
Version string `json:"version"`
}
BodyModelsUploadModel defines model for Body_models-upload_model.
type BodyOrganizationsUploadOrganizationLogo ¶
type BodyOrganizationsUploadOrganizationLogo struct {
File openapi_types.File `json:"file"`
}
BodyOrganizationsUploadOrganizationLogo defines model for Body_organizations-upload_organization_logo.
type BodyRefSheetsCreateRefSheet ¶
type BodyRefSheetsCreateRefSheet struct {
Description *string `json:"description,omitempty"`
File openapi_types.File `json:"file"`
Name *string `json:"name,omitempty"`
SheetName *string `json:"sheet_name,omitempty"`
}
BodyRefSheetsCreateRefSheet defines model for Body_ref-sheets-create_ref_sheet.
type BodyRefSheetsCreateRefSheetVersion ¶
type BodyRefSheetsCreateRefSheetVersion struct {
File openapi_types.File `json:"file"`
SheetName *string `json:"sheet_name,omitempty"`
}
BodyRefSheetsCreateRefSheetVersion defines model for Body_ref-sheets-create_ref_sheet_version.
type BodyRefSheetsInspectExcelSheets ¶
type BodyRefSheetsInspectExcelSheets struct {
File openapi_types.File `json:"file"`
}
BodyRefSheetsInspectExcelSheets defines model for Body_ref-sheets-inspect_excel_sheets.
type BodyUsersUploadProfilePicture ¶
type BodyUsersUploadProfilePicture struct {
File openapi_types.File `json:"file"`
}
BodyUsersUploadProfilePicture defines model for Body_users-upload_profile_picture.
type BodyVideosProcessVideo ¶
type BodyVideosProcessVideo struct {
File openapi_types.File `json:"file"`
}
BodyVideosProcessVideo defines model for Body_videos-process_video.
type BodyVideosUploadCameraVideo ¶
type BodyVideosUploadCameraVideo struct {
// Description Optional description
Description *string `json:"description,omitempty"`
// DeviceGroupId Device group ID whose AI config to use for processing
DeviceGroupId openapi_types.UUID `json:"device_group_id"`
File openapi_types.File `json:"file"`
// Title Title for the uploaded media
Title string `json:"title"`
}
BodyVideosUploadCameraVideo defines model for Body_videos-upload_camera_video.
type BulkDeleteRequest ¶
type BulkDeleteRequest struct {
CaptureIds []openapi_types.UUID `json:"capture_ids"`
}
BulkDeleteRequest defines model for BulkDeleteRequest.
type BulkDeleteResponse ¶
type BulkDeleteResponse struct {
Deleted int `json:"deleted"`
DeletionGroupId openapi_types.UUID `json:"deletion_group_id"`
Message string `json:"message"`
}
BulkDeleteResponse defines model for BulkDeleteResponse.
type CameraImagePublic ¶
type CameraImagePublic struct {
AgentSessionId *openapi_types.UUID `json:"agent_session_id,omitempty"`
CreatedAt string `json:"created_at"`
CreatedById *openapi_types.UUID `json:"created_by_id"`
Description *string `json:"description,omitempty"`
Id openapi_types.UUID `json:"id"`
InspectionProfileId *openapi_types.UUID `json:"inspection_profile_id,omitempty"`
IsReferenceSet *bool `json:"is_reference_set,omitempty"`
OriginalImagePath string `json:"original_image_path"`
ProcessedImagePath *string `json:"processed_image_path"`
ProcessedStorageKey *string `json:"processed_storage_key"`
ProcessingResults *map[string]interface{} `json:"processing_results"`
ProcessingStatus *string `json:"processing_status,omitempty"`
ReviewNote *string `json:"review_note,omitempty"`
ReviewState *CameraImagePublicReviewState `json:"review_state,omitempty"`
ReviewedAt *string `json:"reviewed_at,omitempty"`
ReviewedByUserId *openapi_types.UUID `json:"reviewed_by_user_id,omitempty"`
Source *string `json:"source,omitempty"`
StorageKey *string `json:"storage_key"`
TenantId openapi_types.UUID `json:"tenant_id"`
Title string `json:"title"`
UpdatedAt string `json:"updated_at"`
}
CameraImagePublic Public schema for camera image responses.
type CameraImagePublicReviewState ¶
type CameraImagePublicReviewState string
CameraImagePublicReviewState defines model for CameraImagePublic.ReviewState.
const ( CameraImagePublicReviewStateApproved CameraImagePublicReviewState = "approved" CameraImagePublicReviewStatePending CameraImagePublicReviewState = "pending" CameraImagePublicReviewStateRejected CameraImagePublicReviewState = "rejected" )
Defines values for CameraImagePublicReviewState.
func (CameraImagePublicReviewState) Valid ¶
func (e CameraImagePublicReviewState) Valid() bool
Valid indicates whether the value is a known member of the CameraImagePublicReviewState enum.
type CameraImageUpdate ¶
type CameraImageUpdate struct {
Description *string `json:"description,omitempty"`
ProcessingStatus *string `json:"processing_status,omitempty"`
Source *string `json:"source,omitempty"`
Title *string `json:"title,omitempty"`
}
CameraImageUpdate Properties to receive on camera image update.
type CameraImagesPublic ¶
type CameraImagesPublic struct {
Count int `json:"count"`
Data []CameraImagePublic `json:"data"`
}
CameraImagesPublic Schema for listing camera images.
type CameraVideoPublic ¶
type CameraVideoPublic struct {
CreatedAt string `json:"created_at"`
CreatedById *openapi_types.UUID `json:"created_by_id"`
Description *string `json:"description,omitempty"`
Id openapi_types.UUID `json:"id"`
OriginalVideoPath string `json:"original_video_path"`
ProcessedVideoPath *string `json:"processed_video_path"`
ProcessingResults *map[string]interface{} `json:"processing_results"`
ProcessingStatus *string `json:"processing_status,omitempty"`
TenantId openapi_types.UUID `json:"tenant_id"`
Title string `json:"title"`
UpdatedAt string `json:"updated_at"`
}
CameraVideoPublic Public schema for camera video responses.
type CameraVideoUpdate ¶
type CameraVideoUpdate struct {
Description *string `json:"description,omitempty"`
ProcessingStatus *string `json:"processing_status,omitempty"`
Title *string `json:"title,omitempty"`
}
CameraVideoUpdate Properties to receive on camera video update.
type CameraVideosPublic ¶
type CameraVideosPublic struct {
Count int `json:"count"`
Data []CameraVideoPublic `json:"data"`
}
CameraVideosPublic Schema for listing camera videos.
type CaptureDetectionsResponse ¶
type CaptureDetectionsResponse struct {
CaptureId openapi_types.UUID `json:"capture_id"`
Frames []FrameDetections `json:"frames"`
}
CaptureDetectionsResponse Per-frame detections for a capture's playback window.
type CaptureEventDetail ¶
type CaptureEventDetail struct {
ClipDurationSeconds float32 `json:"clip_duration_seconds"`
ClipS3Key string `json:"clip_s3_key"`
ClipUrl string `json:"clip_url"`
CreatedAt string `json:"created_at"`
DetectionsSummary *map[string]interface{} `json:"detections_summary,omitempty"`
DeviceGroupId openapi_types.UUID `json:"device_group_id"`
DeviceId string `json:"device_id"`
Id openapi_types.UUID `json:"id"`
MetadataS3Key string `json:"metadata_s3_key"`
MetadataUrl string `json:"metadata_url"`
Pipeline string `json:"pipeline"`
RuleName string `json:"rule_name"`
ThumbnailS3Key string `json:"thumbnail_s3_key"`
ThumbnailUrl string `json:"thumbnail_url"`
TriggerType string `json:"trigger_type"`
TriggeredAt string `json:"triggered_at"`
}
CaptureEventDetail CaptureEvent with presigned download URLs.
type CaptureEventListItem ¶
type CaptureEventListItem struct {
ClipDurationSeconds float32 `json:"clip_duration_seconds"`
ClipS3Key string `json:"clip_s3_key"`
CreatedAt string `json:"created_at"`
DetectionsSummary *map[string]interface{} `json:"detections_summary,omitempty"`
DeviceGroupId openapi_types.UUID `json:"device_group_id"`
DeviceId string `json:"device_id"`
Id openapi_types.UUID `json:"id"`
MetadataS3Key string `json:"metadata_s3_key"`
Pipeline string `json:"pipeline"`
RuleName string `json:"rule_name"`
ThumbnailS3Key string `json:"thumbnail_s3_key"`
ThumbnailUrl string `json:"thumbnail_url"`
TriggerType string `json:"trigger_type"`
TriggeredAt string `json:"triggered_at"`
}
CaptureEventListItem CaptureEvent with presigned thumbnail URL for grid display.
type CaptureReferenceSetIn ¶
type CaptureReferenceSetIn struct {
IsReferenceSet bool `json:"is_reference_set"`
}
CaptureReferenceSetIn Body for PATCH /captures/{id}/reference-set.
type CaptureRequest ¶
type CaptureRequest struct {
DeviceId openapi_types.UUID `json:"device_id"`
}
CaptureRequest Request body for golden image capture.
type CapturesBulkDeleteCapturesJSONRequestBody ¶
type CapturesBulkDeleteCapturesJSONRequestBody = BulkDeleteRequest
CapturesBulkDeleteCapturesJSONRequestBody defines body for CapturesBulkDeleteCaptures for application/json ContentType.
type CapturesBulkDeleteCapturesParams ¶
type CapturesBulkDeleteCapturesParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
CapturesBulkDeleteCapturesParams defines parameters for CapturesBulkDeleteCaptures.
type CapturesBulkDeleteCapturesResponse ¶
type CapturesBulkDeleteCapturesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *BulkDeleteResponse
JSON422 *HTTPValidationError
}
func ParseCapturesBulkDeleteCapturesResponse ¶
func ParseCapturesBulkDeleteCapturesResponse(rsp *http.Response) (*CapturesBulkDeleteCapturesResponse, error)
ParseCapturesBulkDeleteCapturesResponse parses an HTTP response from a CapturesBulkDeleteCapturesWithResponse call
func (CapturesBulkDeleteCapturesResponse) Status ¶
func (r CapturesBulkDeleteCapturesResponse) Status() string
Status returns HTTPResponse.Status
func (CapturesBulkDeleteCapturesResponse) StatusCode ¶
func (r CapturesBulkDeleteCapturesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type CapturesDeleteCaptureParams ¶
type CapturesDeleteCaptureParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
CapturesDeleteCaptureParams defines parameters for CapturesDeleteCapture.
type CapturesDeleteCaptureResponse ¶
type CapturesDeleteCaptureResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *DeletedResponse
JSON422 *HTTPValidationError
}
func ParseCapturesDeleteCaptureResponse ¶
func ParseCapturesDeleteCaptureResponse(rsp *http.Response) (*CapturesDeleteCaptureResponse, error)
ParseCapturesDeleteCaptureResponse parses an HTTP response from a CapturesDeleteCaptureWithResponse call
func (CapturesDeleteCaptureResponse) Status ¶
func (r CapturesDeleteCaptureResponse) Status() string
Status returns HTTPResponse.Status
func (CapturesDeleteCaptureResponse) StatusCode ¶
func (r CapturesDeleteCaptureResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type CapturesGetCaptureDetectionsParams ¶
type CapturesGetCaptureDetectionsParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
CapturesGetCaptureDetectionsParams defines parameters for CapturesGetCaptureDetections.
type CapturesGetCaptureDetectionsResponse ¶
type CapturesGetCaptureDetectionsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *CaptureDetectionsResponse
JSON422 *HTTPValidationError
}
func ParseCapturesGetCaptureDetectionsResponse ¶
func ParseCapturesGetCaptureDetectionsResponse(rsp *http.Response) (*CapturesGetCaptureDetectionsResponse, error)
ParseCapturesGetCaptureDetectionsResponse parses an HTTP response from a CapturesGetCaptureDetectionsWithResponse call
func (CapturesGetCaptureDetectionsResponse) Status ¶
func (r CapturesGetCaptureDetectionsResponse) Status() string
Status returns HTTPResponse.Status
func (CapturesGetCaptureDetectionsResponse) StatusCode ¶
func (r CapturesGetCaptureDetectionsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type CapturesGetCaptureParams ¶
type CapturesGetCaptureParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
CapturesGetCaptureParams defines parameters for CapturesGetCapture.
type CapturesGetCaptureResponse ¶
type CapturesGetCaptureResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *CaptureEventDetail
JSON422 *HTTPValidationError
}
func ParseCapturesGetCaptureResponse ¶
func ParseCapturesGetCaptureResponse(rsp *http.Response) (*CapturesGetCaptureResponse, error)
ParseCapturesGetCaptureResponse parses an HTTP response from a CapturesGetCaptureWithResponse call
func (CapturesGetCaptureResponse) Status ¶
func (r CapturesGetCaptureResponse) Status() string
Status returns HTTPResponse.Status
func (CapturesGetCaptureResponse) StatusCode ¶
func (r CapturesGetCaptureResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type CapturesListCapturesParams ¶
type CapturesListCapturesParams struct {
Skip *int `form:"skip,omitempty" json:"skip,omitempty"`
Limit *int `form:"limit,omitempty" json:"limit,omitempty"`
DeviceGroupId *openapi_types.UUID `form:"device_group_id,omitempty" json:"device_group_id,omitempty"`
RuleName *string `form:"rule_name,omitempty" json:"rule_name,omitempty"`
Pipeline *string `form:"pipeline,omitempty" json:"pipeline,omitempty"`
TriggeredAfter *time.Time `form:"triggered_after,omitempty" json:"triggered_after,omitempty"`
TriggeredBefore *time.Time `form:"triggered_before,omitempty" json:"triggered_before,omitempty"`
SortOrder *string `form:"sort_order,omitempty" json:"sort_order,omitempty"`
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
CapturesListCapturesParams defines parameters for CapturesListCaptures.
type CapturesListCapturesResponse ¶
type CapturesListCapturesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *CapturesListResponse
JSON422 *HTTPValidationError
}
func ParseCapturesListCapturesResponse ¶
func ParseCapturesListCapturesResponse(rsp *http.Response) (*CapturesListCapturesResponse, error)
ParseCapturesListCapturesResponse parses an HTTP response from a CapturesListCapturesWithResponse call
func (CapturesListCapturesResponse) Status ¶
func (r CapturesListCapturesResponse) Status() string
Status returns HTTPResponse.Status
func (CapturesListCapturesResponse) StatusCode ¶
func (r CapturesListCapturesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type CapturesListResponse ¶
type CapturesListResponse struct {
Count int `json:"count"`
Items []CaptureEventListItem `json:"items"`
}
CapturesListResponse Paginated list of capture events.
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) ActivityListActivity ¶
func (c *Client) ActivityListActivity(ctx context.Context, params *ActivityListActivityParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AgentChatChat ¶
func (c *Client) AgentChatChat(ctx context.Context, configId openapi_types.UUID, params *AgentChatChatParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AgentEvalsCreateEvalDataset ¶
func (c *Client) AgentEvalsCreateEvalDataset(ctx context.Context, configId openapi_types.UUID, params *AgentEvalsCreateEvalDatasetParams, body AgentEvalsCreateEvalDatasetJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AgentEvalsCreateEvalDatasetWithBody ¶
func (c *Client) AgentEvalsCreateEvalDatasetWithBody(ctx context.Context, configId openapi_types.UUID, params *AgentEvalsCreateEvalDatasetParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AgentEvalsDeleteEvalDataset ¶
func (c *Client) AgentEvalsDeleteEvalDataset(ctx context.Context, datasetId openapi_types.UUID, params *AgentEvalsDeleteEvalDatasetParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AgentEvalsGetEvalCases ¶
func (c *Client) AgentEvalsGetEvalCases(ctx context.Context, datasetId openapi_types.UUID, params *AgentEvalsGetEvalCasesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AgentEvalsGetEvalDataset ¶
func (c *Client) AgentEvalsGetEvalDataset(ctx context.Context, datasetId openapi_types.UUID, params *AgentEvalsGetEvalDatasetParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AgentEvalsListEvalDatasets ¶
func (c *Client) AgentEvalsListEvalDatasets(ctx context.Context, configId openapi_types.UUID, params *AgentEvalsListEvalDatasetsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AgentEvalsListEvalRuns ¶
func (c *Client) AgentEvalsListEvalRuns(ctx context.Context, datasetId openapi_types.UUID, params *AgentEvalsListEvalRunsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AgentEvalsPutEvalCases ¶
func (c *Client) AgentEvalsPutEvalCases(ctx context.Context, datasetId openapi_types.UUID, params *AgentEvalsPutEvalCasesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AgentEvalsRunEval ¶
func (c *Client) AgentEvalsRunEval(ctx context.Context, datasetId openapi_types.UUID, params *AgentEvalsRunEvalParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AgentEvalsUpdateEvalDataset ¶
func (c *Client) AgentEvalsUpdateEvalDataset(ctx context.Context, datasetId openapi_types.UUID, params *AgentEvalsUpdateEvalDatasetParams, body AgentEvalsUpdateEvalDatasetJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AgentEvalsUpdateEvalDatasetWithBody ¶
func (c *Client) AgentEvalsUpdateEvalDatasetWithBody(ctx context.Context, datasetId openapi_types.UUID, params *AgentEvalsUpdateEvalDatasetParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AgentFilesDeleteFile ¶
func (c *Client) AgentFilesDeleteFile(ctx context.Context, configId openapi_types.UUID, filePath string, params *AgentFilesDeleteFileParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AgentFilesGetFile ¶
func (c *Client) AgentFilesGetFile(ctx context.Context, configId openapi_types.UUID, filePath string, params *AgentFilesGetFileParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AgentFilesListFiles ¶
func (c *Client) AgentFilesListFiles(ctx context.Context, configId openapi_types.UUID, params *AgentFilesListFilesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AgentFilesPutFile ¶
func (c *Client) AgentFilesPutFile(ctx context.Context, configId openapi_types.UUID, filePath string, params *AgentFilesPutFileParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AgentSessionsGetSessionMessages ¶
func (c *Client) AgentSessionsGetSessionMessages(ctx context.Context, sessionId string, params *AgentSessionsGetSessionMessagesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AgentSessionsListSessions ¶
func (c *Client) AgentSessionsListSessions(ctx context.Context, params *AgentSessionsListSessionsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AgentSessionsSaveSessionMessagesEndpoint ¶
func (c *Client) AgentSessionsSaveSessionMessagesEndpoint(ctx context.Context, sessionId string, params *AgentSessionsSaveSessionMessagesEndpointParams, body AgentSessionsSaveSessionMessagesEndpointJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AgentSessionsSaveSessionMessagesEndpointWithBody ¶
func (*Client) AgentSessionsUpdateSession ¶
func (c *Client) AgentSessionsUpdateSession(ctx context.Context, sessionId string, params *AgentSessionsUpdateSessionParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AgentSessionsUpdateSessionPreferences ¶
func (c *Client) AgentSessionsUpdateSessionPreferences(ctx context.Context, sessionId string, params *AgentSessionsUpdateSessionPreferencesParams, body AgentSessionsUpdateSessionPreferencesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AgentSessionsUpdateSessionPreferencesWithBody ¶
func (*Client) AgentSkillFilesDeleteSkillFile ¶
func (c *Client) AgentSkillFilesDeleteSkillFile(ctx context.Context, skillId openapi_types.UUID, filePath string, params *AgentSkillFilesDeleteSkillFileParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AgentSkillFilesGetSkillFile ¶
func (c *Client) AgentSkillFilesGetSkillFile(ctx context.Context, skillId openapi_types.UUID, filePath string, params *AgentSkillFilesGetSkillFileParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AgentSkillFilesListSkillFiles ¶
func (c *Client) AgentSkillFilesListSkillFiles(ctx context.Context, skillId openapi_types.UUID, params *AgentSkillFilesListSkillFilesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AgentSkillFilesPutSkillFile ¶
func (c *Client) AgentSkillFilesPutSkillFile(ctx context.Context, skillId openapi_types.UUID, filePath string, params *AgentSkillFilesPutSkillFileParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AgentSkillsCreateSkill ¶
func (c *Client) AgentSkillsCreateSkill(ctx context.Context, params *AgentSkillsCreateSkillParams, body AgentSkillsCreateSkillJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AgentSkillsCreateSkillWithBody ¶
func (*Client) AgentSkillsDeleteSkill ¶
func (c *Client) AgentSkillsDeleteSkill(ctx context.Context, skillId openapi_types.UUID, params *AgentSkillsDeleteSkillParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AgentSkillsForkSkill ¶
func (c *Client) AgentSkillsForkSkill(ctx context.Context, skillId openapi_types.UUID, params *AgentSkillsForkSkillParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AgentSkillsGetDefaultContent ¶
func (c *Client) AgentSkillsGetDefaultContent(ctx context.Context, skillId openapi_types.UUID, params *AgentSkillsGetDefaultContentParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AgentSkillsGetSkill ¶
func (c *Client) AgentSkillsGetSkill(ctx context.Context, skillId openapi_types.UUID, params *AgentSkillsGetSkillParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AgentSkillsGetSkillContent ¶
func (c *Client) AgentSkillsGetSkillContent(ctx context.Context, skillId openapi_types.UUID, params *AgentSkillsGetSkillContentParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AgentSkillsListSkills ¶
func (c *Client) AgentSkillsListSkills(ctx context.Context, params *AgentSkillsListSkillsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AgentSkillsPutSkillContent ¶
func (c *Client) AgentSkillsPutSkillContent(ctx context.Context, skillId openapi_types.UUID, params *AgentSkillsPutSkillContentParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AgentSkillsRevertFork ¶
func (c *Client) AgentSkillsRevertFork(ctx context.Context, skillId openapi_types.UUID, params *AgentSkillsRevertForkParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AgentSkillsUpdateSkill ¶
func (c *Client) AgentSkillsUpdateSkill(ctx context.Context, skillId openapi_types.UUID, params *AgentSkillsUpdateSkillParams, body AgentSkillsUpdateSkillJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AgentSkillsUpdateSkillWithBody ¶
func (c *Client) AgentSkillsUpdateSkillWithBody(ctx context.Context, skillId openapi_types.UUID, params *AgentSkillsUpdateSkillParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AgentStreamStreamSessionEvents ¶
func (c *Client) AgentStreamStreamSessionEvents(ctx context.Context, sessionId string, params *AgentStreamStreamSessionEventsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AgentWorkspaceDefaultsGetDefaultSoulMd ¶
func (c *Client) AgentWorkspaceDefaultsGetDefaultSoulMd(ctx context.Context, params *AgentWorkspaceDefaultsGetDefaultSoulMdParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AgentWorkspaceDefaultsPutDefaultSoulMd ¶
func (c *Client) AgentWorkspaceDefaultsPutDefaultSoulMd(ctx context.Context, params *AgentWorkspaceDefaultsPutDefaultSoulMdParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AgentWorkspaceGetWorkspaceFile ¶
func (c *Client) AgentWorkspaceGetWorkspaceFile(ctx context.Context, configId openapi_types.UUID, filename string, params *AgentWorkspaceGetWorkspaceFileParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AgentWorkspaceListWorkspaceFiles ¶
func (c *Client) AgentWorkspaceListWorkspaceFiles(ctx context.Context, configId openapi_types.UUID, params *AgentWorkspaceListWorkspaceFilesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AgentWorkspacePutWorkspaceFile ¶
func (c *Client) AgentWorkspacePutWorkspaceFile(ctx context.Context, configId openapi_types.UUID, filename string, params *AgentWorkspacePutWorkspaceFileParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AgentsCreateAgentConfig ¶
func (c *Client) AgentsCreateAgentConfig(ctx context.Context, params *AgentsCreateAgentConfigParams, body AgentsCreateAgentConfigJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AgentsCreateAgentConfigWithBody ¶
func (*Client) AgentsCreateHeartbeatTask ¶
func (c *Client) AgentsCreateHeartbeatTask(ctx context.Context, configId openapi_types.UUID, params *AgentsCreateHeartbeatTaskParams, body AgentsCreateHeartbeatTaskJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AgentsCreateHeartbeatTaskWithBody ¶
func (c *Client) AgentsCreateHeartbeatTaskWithBody(ctx context.Context, configId openapi_types.UUID, params *AgentsCreateHeartbeatTaskParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AgentsCreateHook ¶
func (c *Client) AgentsCreateHook(ctx context.Context, configId openapi_types.UUID, params *AgentsCreateHookParams, body AgentsCreateHookJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AgentsCreateHookWithBody ¶
func (c *Client) AgentsCreateHookWithBody(ctx context.Context, configId openapi_types.UUID, params *AgentsCreateHookParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AgentsDeleteAgentConfig ¶
func (c *Client) AgentsDeleteAgentConfig(ctx context.Context, configId openapi_types.UUID, params *AgentsDeleteAgentConfigParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AgentsDeleteHeartbeatTask ¶
func (c *Client) AgentsDeleteHeartbeatTask(ctx context.Context, taskId openapi_types.UUID, params *AgentsDeleteHeartbeatTaskParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AgentsDeleteHook ¶
func (c *Client) AgentsDeleteHook(ctx context.Context, hookId openapi_types.UUID, params *AgentsDeleteHookParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AgentsExportHeartbeatMd ¶
func (c *Client) AgentsExportHeartbeatMd(ctx context.Context, configId openapi_types.UUID, params *AgentsExportHeartbeatMdParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AgentsGetAgentConfig ¶
func (c *Client) AgentsGetAgentConfig(ctx context.Context, configId openapi_types.UUID, params *AgentsGetAgentConfigParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AgentsGetHeartbeatTask ¶
func (c *Client) AgentsGetHeartbeatTask(ctx context.Context, taskId openapi_types.UUID, params *AgentsGetHeartbeatTaskParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AgentsGetHook ¶
func (c *Client) AgentsGetHook(ctx context.Context, hookId openapi_types.UUID, params *AgentsGetHookParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AgentsListAgentConfigs ¶
func (c *Client) AgentsListAgentConfigs(ctx context.Context, params *AgentsListAgentConfigsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AgentsListHeartbeatTasks ¶
func (c *Client) AgentsListHeartbeatTasks(ctx context.Context, configId openapi_types.UUID, params *AgentsListHeartbeatTasksParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AgentsListHooks ¶
func (c *Client) AgentsListHooks(ctx context.Context, configId openapi_types.UUID, params *AgentsListHooksParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AgentsListPageAgents ¶
func (c *Client) AgentsListPageAgents(ctx context.Context, params *AgentsListPageAgentsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AgentsSyncHeartbeatMd ¶
func (c *Client) AgentsSyncHeartbeatMd(ctx context.Context, configId openapi_types.UUID, params *AgentsSyncHeartbeatMdParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AgentsUpdateAgentConfig ¶
func (c *Client) AgentsUpdateAgentConfig(ctx context.Context, configId openapi_types.UUID, params *AgentsUpdateAgentConfigParams, body AgentsUpdateAgentConfigJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AgentsUpdateAgentConfigWithBody ¶
func (c *Client) AgentsUpdateAgentConfigWithBody(ctx context.Context, configId openapi_types.UUID, params *AgentsUpdateAgentConfigParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AgentsUpdateHeartbeatTask ¶
func (c *Client) AgentsUpdateHeartbeatTask(ctx context.Context, taskId openapi_types.UUID, params *AgentsUpdateHeartbeatTaskParams, body AgentsUpdateHeartbeatTaskJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AgentsUpdateHeartbeatTaskWithBody ¶
func (c *Client) AgentsUpdateHeartbeatTaskWithBody(ctx context.Context, taskId openapi_types.UUID, params *AgentsUpdateHeartbeatTaskParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AgentsUpdateHook ¶
func (c *Client) AgentsUpdateHook(ctx context.Context, hookId openapi_types.UUID, params *AgentsUpdateHookParams, body AgentsUpdateHookJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AgentsUpdateHookWithBody ¶
func (c *Client) AgentsUpdateHookWithBody(ctx context.Context, hookId openapi_types.UUID, params *AgentsUpdateHookParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AiConfigCreateOrReplaceAiConfig ¶
func (c *Client) AiConfigCreateOrReplaceAiConfig(ctx context.Context, deviceGroupId openapi_types.UUID, params *AiConfigCreateOrReplaceAiConfigParams, body AiConfigCreateOrReplaceAiConfigJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AiConfigCreateOrReplaceAiConfigWithBody ¶
func (c *Client) AiConfigCreateOrReplaceAiConfigWithBody(ctx context.Context, deviceGroupId openapi_types.UUID, params *AiConfigCreateOrReplaceAiConfigParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AiConfigDeleteAiConfig ¶
func (c *Client) AiConfigDeleteAiConfig(ctx context.Context, deviceGroupId openapi_types.UUID, params *AiConfigDeleteAiConfigParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AiConfigGetAiConfig ¶
func (c *Client) AiConfigGetAiConfig(ctx context.Context, deviceGroupId openapi_types.UUID, params *AiConfigGetAiConfigParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AiConfigUpdateAiConfig ¶
func (c *Client) AiConfigUpdateAiConfig(ctx context.Context, deviceGroupId openapi_types.UUID, params *AiConfigUpdateAiConfigParams, body AiConfigUpdateAiConfigJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AiConfigUpdateAiConfigWithBody ¶
func (c *Client) AiConfigUpdateAiConfigWithBody(ctx context.Context, deviceGroupId openapi_types.UUID, params *AiConfigUpdateAiConfigParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AiProvidersCreateAiProvider ¶
func (c *Client) AiProvidersCreateAiProvider(ctx context.Context, params *AiProvidersCreateAiProviderParams, body AiProvidersCreateAiProviderJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AiProvidersCreateAiProviderWithBody ¶
func (*Client) AiProvidersDeleteAiProvider ¶
func (c *Client) AiProvidersDeleteAiProvider(ctx context.Context, providerId openapi_types.UUID, params *AiProvidersDeleteAiProviderParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AiProvidersDiscoverModels ¶
func (c *Client) AiProvidersDiscoverModels(ctx context.Context, params *AiProvidersDiscoverModelsParams, body AiProvidersDiscoverModelsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AiProvidersDiscoverModelsWithBody ¶
func (*Client) AiProvidersGetAiProvider ¶
func (c *Client) AiProvidersGetAiProvider(ctx context.Context, providerId openapi_types.UUID, params *AiProvidersGetAiProviderParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AiProvidersListAiProviders ¶
func (c *Client) AiProvidersListAiProviders(ctx context.Context, params *AiProvidersListAiProvidersParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AiProvidersListProviderModels ¶
func (c *Client) AiProvidersListProviderModels(ctx context.Context, providerId openapi_types.UUID, params *AiProvidersListProviderModelsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AiProvidersUpdateAiProvider ¶
func (c *Client) AiProvidersUpdateAiProvider(ctx context.Context, providerId openapi_types.UUID, params *AiProvidersUpdateAiProviderParams, body AiProvidersUpdateAiProviderJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AiProvidersUpdateAiProviderWithBody ¶
func (c *Client) AiProvidersUpdateAiProviderWithBody(ctx context.Context, providerId openapi_types.UUID, params *AiProvidersUpdateAiProviderParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AlertsAcknowledgeAlertEvent ¶
func (c *Client) AlertsAcknowledgeAlertEvent(ctx context.Context, eventId openapi_types.UUID, params *AlertsAcknowledgeAlertEventParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AlertsCreateAlertRule ¶
func (c *Client) AlertsCreateAlertRule(ctx context.Context, params *AlertsCreateAlertRuleParams, body AlertsCreateAlertRuleJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AlertsCreateAlertRuleWithBody ¶
func (*Client) AlertsDeleteAlertRule ¶
func (c *Client) AlertsDeleteAlertRule(ctx context.Context, ruleId openapi_types.UUID, params *AlertsDeleteAlertRuleParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AlertsDisableAlertRule ¶
func (c *Client) AlertsDisableAlertRule(ctx context.Context, ruleId openapi_types.UUID, params *AlertsDisableAlertRuleParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AlertsEnableAlertRule ¶
func (c *Client) AlertsEnableAlertRule(ctx context.Context, ruleId openapi_types.UUID, params *AlertsEnableAlertRuleParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AlertsGetAlertEvent ¶
func (c *Client) AlertsGetAlertEvent(ctx context.Context, eventId openapi_types.UUID, params *AlertsGetAlertEventParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AlertsGetAlertRule ¶
func (c *Client) AlertsGetAlertRule(ctx context.Context, ruleId openapi_types.UUID, params *AlertsGetAlertRuleParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AlertsListAlertEvents ¶
func (c *Client) AlertsListAlertEvents(ctx context.Context, params *AlertsListAlertEventsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AlertsListAlertRules ¶
func (c *Client) AlertsListAlertRules(ctx context.Context, params *AlertsListAlertRulesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AlertsUpdateAlertRule ¶
func (c *Client) AlertsUpdateAlertRule(ctx context.Context, ruleId openapi_types.UUID, params *AlertsUpdateAlertRuleParams, body AlertsUpdateAlertRuleJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AlertsUpdateAlertRuleWithBody ¶
func (c *Client) AlertsUpdateAlertRuleWithBody(ctx context.Context, ruleId openapi_types.UUID, params *AlertsUpdateAlertRuleParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AnalyticsGetAnalyticsSummary ¶
func (c *Client) AnalyticsGetAnalyticsSummary(ctx context.Context, params *AnalyticsGetAnalyticsSummaryParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AnalyticsGetDashboardStats ¶
func (c *Client) AnalyticsGetDashboardStats(ctx context.Context, params *AnalyticsGetDashboardStatsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AnalyticsGetDetectionTrends ¶
func (c *Client) AnalyticsGetDetectionTrends(ctx context.Context, params *AnalyticsGetDetectionTrendsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AnalyticsGetDetectionTypes ¶
func (c *Client) AnalyticsGetDetectionTypes(ctx context.Context, params *AnalyticsGetDetectionTypesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AnalyticsGetDeviceHealth ¶
func (c *Client) AnalyticsGetDeviceHealth(ctx context.Context, params *AnalyticsGetDeviceHealthParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AnalyticsGetDevicePerformance ¶
func (c *Client) AnalyticsGetDevicePerformance(ctx context.Context, params *AnalyticsGetDevicePerformanceParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AnalyticsGetGrafanaUrl ¶
func (c *Client) AnalyticsGetGrafanaUrl(ctx context.Context, params *AnalyticsGetGrafanaUrlParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AnnotationSystemBulkAddMediaToProject ¶
func (c *Client) AnnotationSystemBulkAddMediaToProject(ctx context.Context, projectId openapi_types.UUID, params *AnnotationSystemBulkAddMediaToProjectParams, body AnnotationSystemBulkAddMediaToProjectJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AnnotationSystemBulkAddMediaToProjectWithBody ¶
func (c *Client) AnnotationSystemBulkAddMediaToProjectWithBody(ctx context.Context, projectId openapi_types.UUID, params *AnnotationSystemBulkAddMediaToProjectParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AnnotationSystemCopyLabelsFromProject ¶
func (c *Client) AnnotationSystemCopyLabelsFromProject(ctx context.Context, projectId openapi_types.UUID, sourceProjectId openapi_types.UUID, params *AnnotationSystemCopyLabelsFromProjectParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AnnotationSystemCreateLabel ¶
func (c *Client) AnnotationSystemCreateLabel(ctx context.Context, params *AnnotationSystemCreateLabelParams, body AnnotationSystemCreateLabelJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AnnotationSystemCreateLabelWithBody ¶
func (*Client) AnnotationSystemCreateMedia ¶
func (c *Client) AnnotationSystemCreateMedia(ctx context.Context, params *AnnotationSystemCreateMediaParams, body AnnotationSystemCreateMediaJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AnnotationSystemCreateMediaWithBody ¶
func (*Client) AnnotationSystemCreateProject ¶
func (c *Client) AnnotationSystemCreateProject(ctx context.Context, params *AnnotationSystemCreateProjectParams, body AnnotationSystemCreateProjectJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AnnotationSystemCreateProjectDeviceLink ¶
func (c *Client) AnnotationSystemCreateProjectDeviceLink(ctx context.Context, params *AnnotationSystemCreateProjectDeviceLinkParams, body AnnotationSystemCreateProjectDeviceLinkJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AnnotationSystemCreateProjectDeviceLinkWithBody ¶
func (*Client) AnnotationSystemCreateProjectWithBody ¶
func (*Client) AnnotationSystemCreatePush ¶
func (c *Client) AnnotationSystemCreatePush(ctx context.Context, params *AnnotationSystemCreatePushParams, body AnnotationSystemCreatePushJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AnnotationSystemCreatePushWithBody ¶
func (*Client) AnnotationSystemCreateShape ¶
func (c *Client) AnnotationSystemCreateShape(ctx context.Context, params *AnnotationSystemCreateShapeParams, body AnnotationSystemCreateShapeJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AnnotationSystemCreateShapeWithBody ¶
func (*Client) AnnotationSystemCreateShapesBulk ¶
func (c *Client) AnnotationSystemCreateShapesBulk(ctx context.Context, params *AnnotationSystemCreateShapesBulkParams, body AnnotationSystemCreateShapesBulkJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AnnotationSystemCreateShapesBulkWithBody ¶
func (*Client) AnnotationSystemDeleteLabel ¶
func (c *Client) AnnotationSystemDeleteLabel(ctx context.Context, labelId openapi_types.UUID, params *AnnotationSystemDeleteLabelParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AnnotationSystemDeleteMedia ¶
func (c *Client) AnnotationSystemDeleteMedia(ctx context.Context, mediaId openapi_types.UUID, params *AnnotationSystemDeleteMediaParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AnnotationSystemDeleteProject ¶
func (c *Client) AnnotationSystemDeleteProject(ctx context.Context, projectId openapi_types.UUID, params *AnnotationSystemDeleteProjectParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AnnotationSystemDeleteProjectDeviceLink ¶
func (c *Client) AnnotationSystemDeleteProjectDeviceLink(ctx context.Context, linkId openapi_types.UUID, params *AnnotationSystemDeleteProjectDeviceLinkParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AnnotationSystemDeleteShape ¶
func (c *Client) AnnotationSystemDeleteShape(ctx context.Context, shapeId openapi_types.UUID, params *AnnotationSystemDeleteShapeParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AnnotationSystemDeleteShapesByFrame ¶
func (c *Client) AnnotationSystemDeleteShapesByFrame(ctx context.Context, annotationMediaId openapi_types.UUID, frameIndex int, params *AnnotationSystemDeleteShapesByFrameParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AnnotationSystemDuplicateProject ¶
func (c *Client) AnnotationSystemDuplicateProject(ctx context.Context, projectId openapi_types.UUID, params *AnnotationSystemDuplicateProjectParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AnnotationSystemGetLabel ¶
func (c *Client) AnnotationSystemGetLabel(ctx context.Context, labelId openapi_types.UUID, params *AnnotationSystemGetLabelParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AnnotationSystemGetLinksForProject ¶
func (c *Client) AnnotationSystemGetLinksForProject(ctx context.Context, projectId openapi_types.UUID, params *AnnotationSystemGetLinksForProjectParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AnnotationSystemGetMedia ¶
func (c *Client) AnnotationSystemGetMedia(ctx context.Context, mediaId openapi_types.UUID, params *AnnotationSystemGetMediaParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AnnotationSystemGetMediaFile ¶
func (c *Client) AnnotationSystemGetMediaFile(ctx context.Context, mediaId openapi_types.UUID, params *AnnotationSystemGetMediaFileParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AnnotationSystemGetMediaWithShapes ¶
func (c *Client) AnnotationSystemGetMediaWithShapes(ctx context.Context, mediaId openapi_types.UUID, params *AnnotationSystemGetMediaWithShapesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AnnotationSystemGetProject ¶
func (c *Client) AnnotationSystemGetProject(ctx context.Context, projectId openapi_types.UUID, params *AnnotationSystemGetProjectParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AnnotationSystemGetProjectDeviceLink ¶
func (c *Client) AnnotationSystemGetProjectDeviceLink(ctx context.Context, linkId openapi_types.UUID, params *AnnotationSystemGetProjectDeviceLinkParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AnnotationSystemGetProjectWithStats ¶
func (c *Client) AnnotationSystemGetProjectWithStats(ctx context.Context, projectId openapi_types.UUID, params *AnnotationSystemGetProjectWithStatsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AnnotationSystemGetPush ¶
func (c *Client) AnnotationSystemGetPush(ctx context.Context, pushId openapi_types.UUID, params *AnnotationSystemGetPushParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AnnotationSystemGetPushData ¶
func (c *Client) AnnotationSystemGetPushData(ctx context.Context, pushId openapi_types.UUID, params *AnnotationSystemGetPushDataParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AnnotationSystemGetShape ¶
func (c *Client) AnnotationSystemGetShape(ctx context.Context, shapeId openapi_types.UUID, params *AnnotationSystemGetShapeParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AnnotationSystemGetShapeWithLabel ¶
func (c *Client) AnnotationSystemGetShapeWithLabel(ctx context.Context, shapeId openapi_types.UUID, params *AnnotationSystemGetShapeWithLabelParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AnnotationSystemGetVideoFrames ¶
func (c *Client) AnnotationSystemGetVideoFrames(ctx context.Context, mediaId openapi_types.UUID, params *AnnotationSystemGetVideoFramesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AnnotationSystemInitializeDefaultLabels ¶
func (c *Client) AnnotationSystemInitializeDefaultLabels(ctx context.Context, projectId openapi_types.UUID, params *AnnotationSystemInitializeDefaultLabelsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AnnotationSystemInterpolateShapes ¶
func (c *Client) AnnotationSystemInterpolateShapes(ctx context.Context, annotationMediaId openapi_types.UUID, params *AnnotationSystemInterpolateShapesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AnnotationSystemListLabels ¶
func (c *Client) AnnotationSystemListLabels(ctx context.Context, params *AnnotationSystemListLabelsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AnnotationSystemListMedia ¶
func (c *Client) AnnotationSystemListMedia(ctx context.Context, params *AnnotationSystemListMediaParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AnnotationSystemListProjectDeviceLinks ¶
func (c *Client) AnnotationSystemListProjectDeviceLinks(ctx context.Context, params *AnnotationSystemListProjectDeviceLinksParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AnnotationSystemListProjects ¶
func (c *Client) AnnotationSystemListProjects(ctx context.Context, params *AnnotationSystemListProjectsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AnnotationSystemListPushes ¶
func (c *Client) AnnotationSystemListPushes(ctx context.Context, params *AnnotationSystemListPushesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AnnotationSystemListShapes ¶
func (c *Client) AnnotationSystemListShapes(ctx context.Context, params *AnnotationSystemListShapesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AnnotationSystemMoveMediaToProject ¶
func (c *Client) AnnotationSystemMoveMediaToProject(ctx context.Context, mediaId openapi_types.UUID, projectId openapi_types.UUID, params *AnnotationSystemMoveMediaToProjectParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AnnotationSystemPreviewPush ¶
func (c *Client) AnnotationSystemPreviewPush(ctx context.Context, params *AnnotationSystemPreviewPushParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AnnotationSystemPushToAllLinked ¶
func (c *Client) AnnotationSystemPushToAllLinked(ctx context.Context, params *AnnotationSystemPushToAllLinkedParams, body AnnotationSystemPushToAllLinkedJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AnnotationSystemPushToAllLinkedWithBody ¶
func (*Client) AnnotationSystemQuickLinkDevice ¶
func (c *Client) AnnotationSystemQuickLinkDevice(ctx context.Context, projectId openapi_types.UUID, deviceId openapi_types.UUID, params *AnnotationSystemQuickLinkDeviceParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AnnotationSystemQuickLinkDeviceGroup ¶
func (c *Client) AnnotationSystemQuickLinkDeviceGroup(ctx context.Context, projectId openapi_types.UUID, deviceGroupId openapi_types.UUID, params *AnnotationSystemQuickLinkDeviceGroupParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AnnotationSystemUpdateLabel ¶
func (c *Client) AnnotationSystemUpdateLabel(ctx context.Context, labelId openapi_types.UUID, params *AnnotationSystemUpdateLabelParams, body AnnotationSystemUpdateLabelJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AnnotationSystemUpdateLabelWithBody ¶
func (c *Client) AnnotationSystemUpdateLabelWithBody(ctx context.Context, labelId openapi_types.UUID, params *AnnotationSystemUpdateLabelParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AnnotationSystemUpdateMedia ¶
func (c *Client) AnnotationSystemUpdateMedia(ctx context.Context, mediaId openapi_types.UUID, params *AnnotationSystemUpdateMediaParams, body AnnotationSystemUpdateMediaJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AnnotationSystemUpdateMediaWithBody ¶
func (c *Client) AnnotationSystemUpdateMediaWithBody(ctx context.Context, mediaId openapi_types.UUID, params *AnnotationSystemUpdateMediaParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AnnotationSystemUpdateProject ¶
func (c *Client) AnnotationSystemUpdateProject(ctx context.Context, projectId openapi_types.UUID, params *AnnotationSystemUpdateProjectParams, body AnnotationSystemUpdateProjectJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AnnotationSystemUpdateProjectDeviceLink ¶
func (c *Client) AnnotationSystemUpdateProjectDeviceLink(ctx context.Context, linkId openapi_types.UUID, params *AnnotationSystemUpdateProjectDeviceLinkParams, body AnnotationSystemUpdateProjectDeviceLinkJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AnnotationSystemUpdateProjectDeviceLinkWithBody ¶
func (c *Client) AnnotationSystemUpdateProjectDeviceLinkWithBody(ctx context.Context, linkId openapi_types.UUID, params *AnnotationSystemUpdateProjectDeviceLinkParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AnnotationSystemUpdateProjectWithBody ¶
func (c *Client) AnnotationSystemUpdateProjectWithBody(ctx context.Context, projectId openapi_types.UUID, params *AnnotationSystemUpdateProjectParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AnnotationSystemUpdateShape ¶
func (c *Client) AnnotationSystemUpdateShape(ctx context.Context, shapeId openapi_types.UUID, params *AnnotationSystemUpdateShapeParams, body AnnotationSystemUpdateShapeJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AnnotationSystemUpdateShapeWithBody ¶
func (c *Client) AnnotationSystemUpdateShapeWithBody(ctx context.Context, shapeId openapi_types.UUID, params *AnnotationSystemUpdateShapeParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AnnotationSystemUploadMediaWithBody ¶
func (*Client) AuthCreateApiKey ¶
func (c *Client) AuthCreateApiKey(ctx context.Context, params *AuthCreateApiKeyParams, body AuthCreateApiKeyJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AuthCreateApiKeyWithBody ¶
func (*Client) AuthListApiKeys ¶
func (c *Client) AuthListApiKeys(ctx context.Context, params *AuthListApiKeysParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AuthRevokeApiKey ¶
func (c *Client) AuthRevokeApiKey(ctx context.Context, keyId openapi_types.UUID, params *AuthRevokeApiKeyParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) CapturesBulkDeleteCaptures ¶
func (c *Client) CapturesBulkDeleteCaptures(ctx context.Context, params *CapturesBulkDeleteCapturesParams, body CapturesBulkDeleteCapturesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) CapturesBulkDeleteCapturesWithBody ¶
func (*Client) CapturesDeleteCapture ¶
func (c *Client) CapturesDeleteCapture(ctx context.Context, captureId openapi_types.UUID, params *CapturesDeleteCaptureParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) CapturesGetCapture ¶
func (c *Client) CapturesGetCapture(ctx context.Context, captureId openapi_types.UUID, params *CapturesGetCaptureParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) CapturesGetCaptureDetections ¶
func (c *Client) CapturesGetCaptureDetections(ctx context.Context, captureId openapi_types.UUID, params *CapturesGetCaptureDetectionsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) CapturesListCaptures ¶
func (c *Client) CapturesListCaptures(ctx context.Context, params *CapturesListCapturesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) DashboardsCreateDashboard ¶
func (c *Client) DashboardsCreateDashboard(ctx context.Context, params *DashboardsCreateDashboardParams, body DashboardsCreateDashboardJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) DashboardsCreateDashboardWithBody ¶
func (*Client) DashboardsDeleteDashboard ¶
func (c *Client) DashboardsDeleteDashboard(ctx context.Context, dashboardId openapi_types.UUID, params *DashboardsDeleteDashboardParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) DashboardsExportDashboard ¶
func (c *Client) DashboardsExportDashboard(ctx context.Context, dashboardId openapi_types.UUID, params *DashboardsExportDashboardParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) DashboardsGetAlertSummary ¶
func (c *Client) DashboardsGetAlertSummary(ctx context.Context, dashboardId openapi_types.UUID, params *DashboardsGetAlertSummaryParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) DashboardsGetDashboard ¶
func (c *Client) DashboardsGetDashboard(ctx context.Context, dashboardId openapi_types.UUID, params *DashboardsGetDashboardParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) DashboardsGetDashboardAnnotations ¶
func (c *Client) DashboardsGetDashboardAnnotations(ctx context.Context, dashboardId openapi_types.UUID, params *DashboardsGetDashboardAnnotationsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) DashboardsGetVariableValues ¶
func (c *Client) DashboardsGetVariableValues(ctx context.Context, dashboardId openapi_types.UUID, varName string, params *DashboardsGetVariableValuesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) DashboardsGetVersion ¶
func (c *Client) DashboardsGetVersion(ctx context.Context, dashboardId openapi_types.UUID, version int, params *DashboardsGetVersionParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) DashboardsGetWidgetAlertEvents ¶
func (c *Client) DashboardsGetWidgetAlertEvents(ctx context.Context, dashboardId openapi_types.UUID, widgetId string, params *DashboardsGetWidgetAlertEventsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) DashboardsImportDashboard ¶
func (c *Client) DashboardsImportDashboard(ctx context.Context, params *DashboardsImportDashboardParams, body DashboardsImportDashboardJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) DashboardsImportDashboardWithBody ¶
func (*Client) DashboardsImportTemplate ¶
func (c *Client) DashboardsImportTemplate(ctx context.Context, templateKey string, params *DashboardsImportTemplateParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) DashboardsListDashboards ¶
func (c *Client) DashboardsListDashboards(ctx context.Context, params *DashboardsListDashboardsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) DashboardsListTemplates ¶
func (*Client) DashboardsListVersions ¶
func (c *Client) DashboardsListVersions(ctx context.Context, dashboardId openapi_types.UUID, params *DashboardsListVersionsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) DashboardsQueryWidget ¶
func (c *Client) DashboardsQueryWidget(ctx context.Context, dashboardId openapi_types.UUID, widgetId string, params *DashboardsQueryWidgetParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) DashboardsRestoreVersion ¶
func (c *Client) DashboardsRestoreVersion(ctx context.Context, dashboardId openapi_types.UUID, version int, params *DashboardsRestoreVersionParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) DashboardsUpdateDashboard ¶
func (c *Client) DashboardsUpdateDashboard(ctx context.Context, dashboardId openapi_types.UUID, params *DashboardsUpdateDashboardParams, body DashboardsUpdateDashboardJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) DashboardsUpdateDashboardWithBody ¶
func (c *Client) DashboardsUpdateDashboardWithBody(ctx context.Context, dashboardId openapi_types.UUID, params *DashboardsUpdateDashboardParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) DataSourcesCreateDataSource ¶
func (c *Client) DataSourcesCreateDataSource(ctx context.Context, params *DataSourcesCreateDataSourceParams, body DataSourcesCreateDataSourceJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) DataSourcesCreateDataSourceWithBody ¶
func (*Client) DataSourcesDeleteDataSource ¶
func (c *Client) DataSourcesDeleteDataSource(ctx context.Context, sourceId openapi_types.UUID, params *DataSourcesDeleteDataSourceParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) DataSourcesGetDataSource ¶
func (c *Client) DataSourcesGetDataSource(ctx context.Context, sourceId openapi_types.UUID, params *DataSourcesGetDataSourceParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) DataSourcesIntrospectDataSource ¶
func (c *Client) DataSourcesIntrospectDataSource(ctx context.Context, sourceId openapi_types.UUID, params *DataSourcesIntrospectDataSourceParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) DataSourcesListDataSources ¶
func (c *Client) DataSourcesListDataSources(ctx context.Context, params *DataSourcesListDataSourcesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) DataSourcesTestDataSource ¶
func (c *Client) DataSourcesTestDataSource(ctx context.Context, sourceId openapi_types.UUID, params *DataSourcesTestDataSourceParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) DataSourcesUpdateDataSource ¶
func (c *Client) DataSourcesUpdateDataSource(ctx context.Context, sourceId openapi_types.UUID, params *DataSourcesUpdateDataSourceParams, body DataSourcesUpdateDataSourceJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) DataSourcesUpdateDataSourceWithBody ¶
func (c *Client) DataSourcesUpdateDataSourceWithBody(ctx context.Context, sourceId openapi_types.UUID, params *DataSourcesUpdateDataSourceParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) DemoEndDemo ¶
func (c *Client) DemoEndDemo(ctx context.Context, params *DemoEndDemoParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) DemoGetDemoConfig ¶
func (*Client) DemoGetDemoStats ¶
func (c *Client) DemoGetDemoStats(ctx context.Context, params *DemoGetDemoStatsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) DemoGetDemoStatus ¶
func (c *Client) DemoGetDemoStatus(ctx context.Context, params *DemoGetDemoStatusParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) DemoGetMockDeviceStates ¶
func (c *Client) DemoGetMockDeviceStates(ctx context.Context, params *DemoGetMockDeviceStatesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) DemoStartDemo ¶
func (c *Client) DemoStartDemo(ctx context.Context, body DemoStartDemoJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) DemoStartDemoWithBody ¶
func (*Client) DemoTriggerDemoCleanup ¶
func (c *Client) DemoTriggerDemoCleanup(ctx context.Context, params *DemoTriggerDemoCleanupParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) DeviceGroupsCreateDeviceGroup ¶
func (c *Client) DeviceGroupsCreateDeviceGroup(ctx context.Context, params *DeviceGroupsCreateDeviceGroupParams, body DeviceGroupsCreateDeviceGroupJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) DeviceGroupsCreateDeviceGroupWithBody ¶
func (*Client) DeviceGroupsDeleteDeviceGroup ¶
func (c *Client) DeviceGroupsDeleteDeviceGroup(ctx context.Context, deviceGroupId openapi_types.UUID, params *DeviceGroupsDeleteDeviceGroupParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) DeviceGroupsGetDeviceGroup ¶
func (c *Client) DeviceGroupsGetDeviceGroup(ctx context.Context, deviceGroupId openapi_types.UUID, params *DeviceGroupsGetDeviceGroupParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) DeviceGroupsListDeviceGroups ¶
func (c *Client) DeviceGroupsListDeviceGroups(ctx context.Context, params *DeviceGroupsListDeviceGroupsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) DeviceGroupsUpdateDeviceGroup ¶
func (c *Client) DeviceGroupsUpdateDeviceGroup(ctx context.Context, deviceGroupId openapi_types.UUID, params *DeviceGroupsUpdateDeviceGroupParams, body DeviceGroupsUpdateDeviceGroupJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) DeviceGroupsUpdateDeviceGroupWithBody ¶
func (c *Client) DeviceGroupsUpdateDeviceGroupWithBody(ctx context.Context, deviceGroupId openapi_types.UUID, params *DeviceGroupsUpdateDeviceGroupParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) DevicesCheckDeviceHealth ¶
func (c *Client) DevicesCheckDeviceHealth(ctx context.Context, deviceId openapi_types.UUID, params *DevicesCheckDeviceHealthParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) DevicesCreateDevice ¶
func (c *Client) DevicesCreateDevice(ctx context.Context, params *DevicesCreateDeviceParams, body DevicesCreateDeviceJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) DevicesCreateDeviceWithBody ¶
func (*Client) DevicesDeleteDevice ¶
func (c *Client) DevicesDeleteDevice(ctx context.Context, deviceId openapi_types.UUID, params *DevicesDeleteDeviceParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) DevicesDiscoverDevices ¶
func (c *Client) DevicesDiscoverDevices(ctx context.Context, params *DevicesDiscoverDevicesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) DevicesGetDevice ¶
func (c *Client) DevicesGetDevice(ctx context.Context, deviceId openapi_types.UUID, params *DevicesGetDeviceParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) DevicesGetDeviceSyncStatus ¶
func (c *Client) DevicesGetDeviceSyncStatus(ctx context.Context, deviceId openapi_types.UUID, params *DevicesGetDeviceSyncStatusParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) DevicesListDevices ¶
func (c *Client) DevicesListDevices(ctx context.Context, params *DevicesListDevicesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) DevicesPushModelToDevice ¶
func (c *Client) DevicesPushModelToDevice(ctx context.Context, deviceId openapi_types.UUID, modelId openapi_types.UUID, params *DevicesPushModelToDeviceParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) DevicesTestDeviceConnection ¶
func (c *Client) DevicesTestDeviceConnection(ctx context.Context, deviceId openapi_types.UUID, params *DevicesTestDeviceConnectionParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) DevicesTriggerDeviceSync ¶
func (c *Client) DevicesTriggerDeviceSync(ctx context.Context, deviceId openapi_types.UUID, params *DevicesTriggerDeviceSyncParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) DevicesUpdateDevice ¶
func (c *Client) DevicesUpdateDevice(ctx context.Context, deviceId openapi_types.UUID, params *DevicesUpdateDeviceParams, body DevicesUpdateDeviceJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) DevicesUpdateDeviceWithBody ¶
func (c *Client) DevicesUpdateDeviceWithBody(ctx context.Context, deviceId openapi_types.UUID, params *DevicesUpdateDeviceParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) EntityHistoryListRecent ¶
func (c *Client) EntityHistoryListRecent(ctx context.Context, params *EntityHistoryListRecentParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) EntityHistoryRestore ¶
func (c *Client) EntityHistoryRestore(ctx context.Context, groupId openapi_types.UUID, params *EntityHistoryRestoreParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) ExploreGetDataSources ¶
func (c *Client) ExploreGetDataSources(ctx context.Context, params *ExploreGetDataSourcesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) ExploreRunRawQuery ¶
func (c *Client) ExploreRunRawQuery(ctx context.Context, params *ExploreRunRawQueryParams, body ExploreRunRawQueryJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) ExploreRunRawQueryWithBody ¶
func (*Client) GatewayGatewaySetupSnippet ¶
func (c *Client) GatewayGatewaySetupSnippet(ctx context.Context, params *GatewayGatewaySetupSnippetParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GatewayGatewayStatus ¶
func (c *Client) GatewayGatewayStatus(ctx context.Context, params *GatewayGatewayStatusParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) ImagesCaptureAndObjectDetectionWithBody ¶
func (*Client) ImagesCaptureImageWithBody ¶
func (*Client) ImagesDeleteCameraImage ¶
func (c *Client) ImagesDeleteCameraImage(ctx context.Context, imageId openapi_types.UUID, params *ImagesDeleteCameraImageParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) ImagesGetDifferenceFile ¶
func (c *Client) ImagesGetDifferenceFile(ctx context.Context, imageId openapi_types.UUID, params *ImagesGetDifferenceFileParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) ImagesGetHeatmapFile ¶
func (c *Client) ImagesGetHeatmapFile(ctx context.Context, imageId openapi_types.UUID, params *ImagesGetHeatmapFileParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) ImagesGetOriginalFile ¶
func (c *Client) ImagesGetOriginalFile(ctx context.Context, imageId openapi_types.UUID, params *ImagesGetOriginalFileParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) ImagesGetProcessedFile ¶
func (c *Client) ImagesGetProcessedFile(ctx context.Context, imageId openapi_types.UUID, params *ImagesGetProcessedFileParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) ImagesPatchCameraImageReview ¶
func (c *Client) ImagesPatchCameraImageReview(ctx context.Context, imageId openapi_types.UUID, params *ImagesPatchCameraImageReviewParams, body ImagesPatchCameraImageReviewJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) ImagesPatchCameraImageReviewWithBody ¶
func (c *Client) ImagesPatchCameraImageReviewWithBody(ctx context.Context, imageId openapi_types.UUID, params *ImagesPatchCameraImageReviewParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) ImagesReadCameraImage ¶
func (c *Client) ImagesReadCameraImage(ctx context.Context, imageId openapi_types.UUID, params *ImagesReadCameraImageParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) ImagesReadCameraImages ¶
func (c *Client) ImagesReadCameraImages(ctx context.Context, params *ImagesReadCameraImagesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) ImagesUpdateCameraImage ¶
func (c *Client) ImagesUpdateCameraImage(ctx context.Context, imageId openapi_types.UUID, params *ImagesUpdateCameraImageParams, body ImagesUpdateCameraImageJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) ImagesUpdateCameraImageWithBody ¶
func (c *Client) ImagesUpdateCameraImageWithBody(ctx context.Context, imageId openapi_types.UUID, params *ImagesUpdateCameraImageParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) ImpersonateImpersonationStatus ¶
func (c *Client) ImpersonateImpersonationStatus(ctx context.Context, params *ImpersonateImpersonationStatusParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) ImpersonateStartImpersonation ¶
func (c *Client) ImpersonateStartImpersonation(ctx context.Context, params *ImpersonateStartImpersonationParams, body ImpersonateStartImpersonationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) ImpersonateStartImpersonationWithBody ¶
func (*Client) ImpersonateStopImpersonation ¶
func (c *Client) ImpersonateStopImpersonation(ctx context.Context, params *ImpersonateStopImpersonationParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) IncidentsAddIncidentNote ¶
func (c *Client) IncidentsAddIncidentNote(ctx context.Context, incidentId openapi_types.UUID, params *IncidentsAddIncidentNoteParams, body IncidentsAddIncidentNoteJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) IncidentsAddIncidentNoteWithBody ¶
func (c *Client) IncidentsAddIncidentNoteWithBody(ctx context.Context, incidentId openapi_types.UUID, params *IncidentsAddIncidentNoteParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) IncidentsCreateIncident ¶
func (c *Client) IncidentsCreateIncident(ctx context.Context, params *IncidentsCreateIncidentParams, body IncidentsCreateIncidentJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) IncidentsCreateIncidentWithBody ¶
func (*Client) IncidentsDeleteIncident ¶
func (c *Client) IncidentsDeleteIncident(ctx context.Context, incidentId openapi_types.UUID, params *IncidentsDeleteIncidentParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) IncidentsDeleteIncidentNote ¶
func (c *Client) IncidentsDeleteIncidentNote(ctx context.Context, incidentId openapi_types.UUID, noteId openapi_types.UUID, params *IncidentsDeleteIncidentNoteParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) IncidentsGetIncident ¶
func (c *Client) IncidentsGetIncident(ctx context.Context, incidentId openapi_types.UUID, params *IncidentsGetIncidentParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) IncidentsLinkDeviceToIncident ¶
func (c *Client) IncidentsLinkDeviceToIncident(ctx context.Context, incidentId openapi_types.UUID, deviceId openapi_types.UUID, params *IncidentsLinkDeviceToIncidentParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) IncidentsListIncidentNotes ¶
func (c *Client) IncidentsListIncidentNotes(ctx context.Context, incidentId openapi_types.UUID, params *IncidentsListIncidentNotesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) IncidentsListIncidents ¶
func (c *Client) IncidentsListIncidents(ctx context.Context, params *IncidentsListIncidentsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) IncidentsUnlinkDeviceFromIncident ¶
func (c *Client) IncidentsUnlinkDeviceFromIncident(ctx context.Context, incidentId openapi_types.UUID, deviceId openapi_types.UUID, params *IncidentsUnlinkDeviceFromIncidentParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) IncidentsUpdateIncident ¶
func (c *Client) IncidentsUpdateIncident(ctx context.Context, incidentId openapi_types.UUID, params *IncidentsUpdateIncidentParams, body IncidentsUpdateIncidentJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) IncidentsUpdateIncidentNote ¶
func (c *Client) IncidentsUpdateIncidentNote(ctx context.Context, incidentId openapi_types.UUID, noteId openapi_types.UUID, params *IncidentsUpdateIncidentNoteParams, body IncidentsUpdateIncidentNoteJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) IncidentsUpdateIncidentNoteWithBody ¶
func (c *Client) IncidentsUpdateIncidentNoteWithBody(ctx context.Context, incidentId openapi_types.UUID, noteId openapi_types.UUID, params *IncidentsUpdateIncidentNoteParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) IncidentsUpdateIncidentWithBody ¶
func (c *Client) IncidentsUpdateIncidentWithBody(ctx context.Context, incidentId openapi_types.UUID, params *IncidentsUpdateIncidentParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) InspectionCreateCaptureAnnotation ¶
func (c *Client) InspectionCreateCaptureAnnotation(ctx context.Context, captureId openapi_types.UUID, params *InspectionCreateCaptureAnnotationParams, body InspectionCreateCaptureAnnotationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) InspectionCreateCaptureAnnotationWithBody ¶
func (c *Client) InspectionCreateCaptureAnnotationWithBody(ctx context.Context, captureId openapi_types.UUID, params *InspectionCreateCaptureAnnotationParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) InspectionDeleteAnnotation ¶
func (c *Client) InspectionDeleteAnnotation(ctx context.Context, annotationId openapi_types.UUID, params *InspectionDeleteAnnotationParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) InspectionListCaptureAnnotations ¶
func (c *Client) InspectionListCaptureAnnotations(ctx context.Context, captureId openapi_types.UUID, params *InspectionListCaptureAnnotationsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) InspectionProfilesActivateProfile ¶
func (c *Client) InspectionProfilesActivateProfile(ctx context.Context, deviceGroupId openapi_types.UUID, profileId openapi_types.UUID, params *InspectionProfilesActivateProfileParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) InspectionProfilesCaptureGoldenImage ¶
func (c *Client) InspectionProfilesCaptureGoldenImage(ctx context.Context, deviceGroupId openapi_types.UUID, profileId openapi_types.UUID, params *InspectionProfilesCaptureGoldenImageParams, body InspectionProfilesCaptureGoldenImageJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) InspectionProfilesCaptureGoldenImageWithBody ¶
func (c *Client) InspectionProfilesCaptureGoldenImageWithBody(ctx context.Context, deviceGroupId openapi_types.UUID, profileId openapi_types.UUID, params *InspectionProfilesCaptureGoldenImageParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) InspectionProfilesCreateProfile ¶
func (c *Client) InspectionProfilesCreateProfile(ctx context.Context, deviceGroupId openapi_types.UUID, params *InspectionProfilesCreateProfileParams, body InspectionProfilesCreateProfileJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) InspectionProfilesCreateProfileWithBody ¶
func (c *Client) InspectionProfilesCreateProfileWithBody(ctx context.Context, deviceGroupId openapi_types.UUID, params *InspectionProfilesCreateProfileParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) InspectionProfilesDeactivateProfile ¶
func (c *Client) InspectionProfilesDeactivateProfile(ctx context.Context, deviceGroupId openapi_types.UUID, profileId openapi_types.UUID, params *InspectionProfilesDeactivateProfileParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) InspectionProfilesDeleteGoldenImage ¶
func (c *Client) InspectionProfilesDeleteGoldenImage(ctx context.Context, deviceGroupId openapi_types.UUID, profileId openapi_types.UUID, imageId openapi_types.UUID, params *InspectionProfilesDeleteGoldenImageParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) InspectionProfilesDeleteProfile ¶
func (c *Client) InspectionProfilesDeleteProfile(ctx context.Context, deviceGroupId openapi_types.UUID, profileId openapi_types.UUID, params *InspectionProfilesDeleteProfileParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) InspectionProfilesGetProfile ¶
func (c *Client) InspectionProfilesGetProfile(ctx context.Context, deviceGroupId openapi_types.UUID, profileId openapi_types.UUID, params *InspectionProfilesGetProfileParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) InspectionProfilesInspectCapture ¶
func (c *Client) InspectionProfilesInspectCapture(ctx context.Context, deviceGroupId openapi_types.UUID, profileId openapi_types.UUID, params *InspectionProfilesInspectCaptureParams, body InspectionProfilesInspectCaptureJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) InspectionProfilesInspectCaptureWithBody ¶
func (c *Client) InspectionProfilesInspectCaptureWithBody(ctx context.Context, deviceGroupId openapi_types.UUID, profileId openapi_types.UUID, params *InspectionProfilesInspectCaptureParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) InspectionProfilesListProfiles ¶
func (c *Client) InspectionProfilesListProfiles(ctx context.Context, deviceGroupId openapi_types.UUID, params *InspectionProfilesListProfilesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) InspectionProfilesUpdateProfile ¶
func (c *Client) InspectionProfilesUpdateProfile(ctx context.Context, deviceGroupId openapi_types.UUID, profileId openapi_types.UUID, params *InspectionProfilesUpdateProfileParams, body InspectionProfilesUpdateProfileJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) InspectionProfilesUpdateProfileWithBody ¶
func (c *Client) InspectionProfilesUpdateProfileWithBody(ctx context.Context, deviceGroupId openapi_types.UUID, profileId openapi_types.UUID, params *InspectionProfilesUpdateProfileParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) InspectionProfilesUploadGoldenImageWithBody ¶
func (c *Client) InspectionProfilesUploadGoldenImageWithBody(ctx context.Context, deviceGroupId openapi_types.UUID, profileId openapi_types.UUID, params *InspectionProfilesUploadGoldenImageParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) InspectionProfilesUploadTrainingCaptureWithBody ¶
func (c *Client) InspectionProfilesUploadTrainingCaptureWithBody(ctx context.Context, deviceGroupId openapi_types.UUID, profileId openapi_types.UUID, params *InspectionProfilesUploadTrainingCaptureParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) InspectionPromoteCaptureToGolden ¶
func (c *Client) InspectionPromoteCaptureToGolden(ctx context.Context, captureId openapi_types.UUID, params *InspectionPromoteCaptureToGoldenParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) InspectionSetCaptureReferenceSet ¶
func (c *Client) InspectionSetCaptureReferenceSet(ctx context.Context, captureId openapi_types.UUID, params *InspectionSetCaptureReferenceSetParams, body InspectionSetCaptureReferenceSetJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) InspectionSetCaptureReferenceSetWithBody ¶
func (c *Client) InspectionSetCaptureReferenceSetWithBody(ctx context.Context, captureId openapi_types.UUID, params *InspectionSetCaptureReferenceSetParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) InspectionUpdateAnnotation ¶
func (c *Client) InspectionUpdateAnnotation(ctx context.Context, annotationId openapi_types.UUID, params *InspectionUpdateAnnotationParams, body InspectionUpdateAnnotationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) InspectionUpdateAnnotationWithBody ¶
func (c *Client) InspectionUpdateAnnotationWithBody(ctx context.Context, annotationId openapi_types.UUID, params *InspectionUpdateAnnotationParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) JetsonNanoCheckJetsonOnline ¶
func (c *Client) JetsonNanoCheckJetsonOnline(ctx context.Context, deviceId string, params *JetsonNanoCheckJetsonOnlineParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) JetsonNanoGetDetectionDigest ¶
func (c *Client) JetsonNanoGetDetectionDigest(ctx context.Context, deviceId string, params *JetsonNanoGetDetectionDigestParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) JetsonNanoGetDetectionStatus ¶
func (c *Client) JetsonNanoGetDetectionStatus(ctx context.Context, deviceId string, params *JetsonNanoGetDetectionStatusParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) JetsonNanoGetJetsonConfig ¶
func (c *Client) JetsonNanoGetJetsonConfig(ctx context.Context, deviceId string, params *JetsonNanoGetJetsonConfigParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) JetsonNanoGetJetsonDeviceStatus ¶
func (c *Client) JetsonNanoGetJetsonDeviceStatus(ctx context.Context, deviceId string, params *JetsonNanoGetJetsonDeviceStatusParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) JetsonNanoGetJetsonDevices ¶
func (c *Client) JetsonNanoGetJetsonDevices(ctx context.Context, params *JetsonNanoGetJetsonDevicesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) JetsonNanoSendJetsonConfig ¶
func (c *Client) JetsonNanoSendJetsonConfig(ctx context.Context, deviceId string, params *JetsonNanoSendJetsonConfigParams, body JetsonNanoSendJetsonConfigJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) JetsonNanoSendJetsonConfigWithBody ¶
func (*Client) JetsonNanoSendJetsonControl ¶
func (c *Client) JetsonNanoSendJetsonControl(ctx context.Context, deviceId string, params *JetsonNanoSendJetsonControlParams, body JetsonNanoSendJetsonControlJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) JetsonNanoSendJetsonControlWithBody ¶
func (*Client) LivekitGetViewerToken ¶
func (c *Client) LivekitGetViewerToken(ctx context.Context, params *LivekitGetViewerTokenParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) LivekitStartDeviceStream ¶
func (c *Client) LivekitStartDeviceStream(ctx context.Context, deviceId string, params *LivekitStartDeviceStreamParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) LivekitStopDeviceStream ¶
func (c *Client) LivekitStopDeviceStream(ctx context.Context, deviceId string, params *LivekitStopDeviceStreamParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) LocationsCreateLocation ¶
func (c *Client) LocationsCreateLocation(ctx context.Context, params *LocationsCreateLocationParams, body LocationsCreateLocationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) LocationsCreateLocationWithBody ¶
func (*Client) LocationsDeleteLocation ¶
func (c *Client) LocationsDeleteLocation(ctx context.Context, locationId openapi_types.UUID, params *LocationsDeleteLocationParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) LocationsGetLocation ¶
func (c *Client) LocationsGetLocation(ctx context.Context, locationId openapi_types.UUID, params *LocationsGetLocationParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) LocationsGetLocationDevices ¶
func (c *Client) LocationsGetLocationDevices(ctx context.Context, locationId openapi_types.UUID, params *LocationsGetLocationDevicesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) LocationsGetLocationIncidents ¶
func (c *Client) LocationsGetLocationIncidents(ctx context.Context, locationId openapi_types.UUID, params *LocationsGetLocationIncidentsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) LocationsGetLocationTree ¶
func (c *Client) LocationsGetLocationTree(ctx context.Context, params *LocationsGetLocationTreeParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) LocationsListLocations ¶
func (c *Client) LocationsListLocations(ctx context.Context, params *LocationsListLocationsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) LocationsUpdateLocation ¶
func (c *Client) LocationsUpdateLocation(ctx context.Context, locationId openapi_types.UUID, params *LocationsUpdateLocationParams, body LocationsUpdateLocationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) LocationsUpdateLocationWithBody ¶
func (c *Client) LocationsUpdateLocationWithBody(ctx context.Context, locationId openapi_types.UUID, params *LocationsUpdateLocationParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) LoginAuthCallback ¶
func (c *Client) LoginAuthCallback(ctx context.Context, params *LoginAuthCallbackParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) LoginAuthLogin ¶
func (c *Client) LoginAuthLogin(ctx context.Context, params *LoginAuthLoginParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) LoginAuthLogout ¶
func (*Client) LoginTestToken ¶
func (c *Client) LoginTestToken(ctx context.Context, params *LoginTestTokenParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) ModelOutputSchemasDeleteSchema ¶
func (c *Client) ModelOutputSchemasDeleteSchema(ctx context.Context, schemaId openapi_types.UUID, params *ModelOutputSchemasDeleteSchemaParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) ModelOutputSchemasForkSchema ¶
func (c *Client) ModelOutputSchemasForkSchema(ctx context.Context, schemaId openapi_types.UUID, params *ModelOutputSchemasForkSchemaParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) ModelOutputSchemasGetBindings ¶
func (c *Client) ModelOutputSchemasGetBindings(ctx context.Context, schemaId openapi_types.UUID, params *ModelOutputSchemasGetBindingsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) ModelOutputSchemasGetReviewTargets ¶
func (c *Client) ModelOutputSchemasGetReviewTargets(ctx context.Context, schemaId openapi_types.UUID, params *ModelOutputSchemasGetReviewTargetsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) ModelOutputSchemasGetSchemaDetail ¶
func (c *Client) ModelOutputSchemasGetSchemaDetail(ctx context.Context, schemaId openapi_types.UUID, params *ModelOutputSchemasGetSchemaDetailParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) ModelOutputSchemasListSchemas ¶
func (c *Client) ModelOutputSchemasListSchemas(ctx context.Context, params *ModelOutputSchemasListSchemasParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) ModelOutputSchemasPatchSchema ¶
func (c *Client) ModelOutputSchemasPatchSchema(ctx context.Context, schemaId openapi_types.UUID, params *ModelOutputSchemasPatchSchemaParams, body ModelOutputSchemasPatchSchemaJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) ModelOutputSchemasPatchSchemaWithBody ¶
func (c *Client) ModelOutputSchemasPatchSchemaWithBody(ctx context.Context, schemaId openapi_types.UUID, params *ModelOutputSchemasPatchSchemaParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) ModelsDeleteModel ¶
func (c *Client) ModelsDeleteModel(ctx context.Context, modelId openapi_types.UUID, params *ModelsDeleteModelParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) ModelsGetDownloadUrl ¶
func (c *Client) ModelsGetDownloadUrl(ctx context.Context, modelId openapi_types.UUID, params *ModelsGetDownloadUrlParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) ModelsGetModel ¶
func (c *Client) ModelsGetModel(ctx context.Context, modelId openapi_types.UUID, params *ModelsGetModelParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) ModelsListModels ¶
func (c *Client) ModelsListModels(ctx context.Context, params *ModelsListModelsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) ModelsUploadModelWithBody ¶
func (*Client) MqttGetMqttDevices ¶
func (c *Client) MqttGetMqttDevices(ctx context.Context, params *MqttGetMqttDevicesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) MqttGetMqttStatus ¶
func (c *Client) MqttGetMqttStatus(ctx context.Context, params *MqttGetMqttStatusParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) MqttGetMqttTopics ¶
func (c *Client) MqttGetMqttTopics(ctx context.Context, params *MqttGetMqttTopicsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) MqttSendFleetBroadcast ¶
func (c *Client) MqttSendFleetBroadcast(ctx context.Context, params *MqttSendFleetBroadcastParams, body MqttSendFleetBroadcastJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) MqttSendFleetBroadcastWithBody ¶
func (*Client) OrganizationsDeleteOrganizationLogo ¶
func (c *Client) OrganizationsDeleteOrganizationLogo(ctx context.Context, params *OrganizationsDeleteOrganizationLogoParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) OrganizationsGetOrganizationLogo ¶
func (c *Client) OrganizationsGetOrganizationLogo(ctx context.Context, params *OrganizationsGetOrganizationLogoParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) OrganizationsReadOrganizationMe ¶
func (c *Client) OrganizationsReadOrganizationMe(ctx context.Context, params *OrganizationsReadOrganizationMeParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) OrganizationsReadOrganizationMqttConfig ¶
func (c *Client) OrganizationsReadOrganizationMqttConfig(ctx context.Context, params *OrganizationsReadOrganizationMqttConfigParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) OrganizationsUpdateOrganizationMe ¶
func (c *Client) OrganizationsUpdateOrganizationMe(ctx context.Context, params *OrganizationsUpdateOrganizationMeParams, body OrganizationsUpdateOrganizationMeJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) OrganizationsUpdateOrganizationMeWithBody ¶
func (*Client) OrganizationsUploadOrganizationLogoWithBody ¶
func (*Client) OtelEndpointsCreateOtelEndpoint ¶
func (c *Client) OtelEndpointsCreateOtelEndpoint(ctx context.Context, deviceGroupId openapi_types.UUID, params *OtelEndpointsCreateOtelEndpointParams, body OtelEndpointsCreateOtelEndpointJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) OtelEndpointsCreateOtelEndpointWithBody ¶
func (c *Client) OtelEndpointsCreateOtelEndpointWithBody(ctx context.Context, deviceGroupId openapi_types.UUID, params *OtelEndpointsCreateOtelEndpointParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) OtelEndpointsDeleteOtelEndpoint ¶
func (c *Client) OtelEndpointsDeleteOtelEndpoint(ctx context.Context, deviceGroupId openapi_types.UUID, endpointId openapi_types.UUID, params *OtelEndpointsDeleteOtelEndpointParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) OtelEndpointsListOtelEndpoints ¶
func (c *Client) OtelEndpointsListOtelEndpoints(ctx context.Context, deviceGroupId openapi_types.UUID, params *OtelEndpointsListOtelEndpointsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) OtelEndpointsTestOtelEndpoint ¶
func (c *Client) OtelEndpointsTestOtelEndpoint(ctx context.Context, deviceGroupId openapi_types.UUID, endpointId openapi_types.UUID, params *OtelEndpointsTestOtelEndpointParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) OtelEndpointsUpdateOtelEndpoint ¶
func (c *Client) OtelEndpointsUpdateOtelEndpoint(ctx context.Context, deviceGroupId openapi_types.UUID, endpointId openapi_types.UUID, params *OtelEndpointsUpdateOtelEndpointParams, body OtelEndpointsUpdateOtelEndpointJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) OtelEndpointsUpdateOtelEndpointWithBody ¶
func (c *Client) OtelEndpointsUpdateOtelEndpointWithBody(ctx context.Context, deviceGroupId openapi_types.UUID, endpointId openapi_types.UUID, params *OtelEndpointsUpdateOtelEndpointParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) PrivateCreateUser ¶
func (c *Client) PrivateCreateUser(ctx context.Context, body PrivateCreateUserJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) PrivateCreateUserWithBody ¶
func (*Client) PrivateGetTenantByOrgId ¶
func (c *Client) PrivateGetTenantByOrgId(ctx context.Context, params *PrivateGetTenantByOrgIdParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) RefSheetsActivateRefSheetVersion ¶
func (c *Client) RefSheetsActivateRefSheetVersion(ctx context.Context, sheetId openapi_types.UUID, versionId openapi_types.UUID, params *RefSheetsActivateRefSheetVersionParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) RefSheetsCreateRefSheetVersionWithBody ¶
func (c *Client) RefSheetsCreateRefSheetVersionWithBody(ctx context.Context, sheetId openapi_types.UUID, params *RefSheetsCreateRefSheetVersionParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) RefSheetsCreateRefSheetWithBody ¶
func (*Client) RefSheetsDeleteRefSheet ¶
func (c *Client) RefSheetsDeleteRefSheet(ctx context.Context, sheetId openapi_types.UUID, params *RefSheetsDeleteRefSheetParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) RefSheetsDeleteRefSheetVersion ¶
func (c *Client) RefSheetsDeleteRefSheetVersion(ctx context.Context, sheetId openapi_types.UUID, versionId openapi_types.UUID, params *RefSheetsDeleteRefSheetVersionParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) RefSheetsGetRefSheet ¶
func (c *Client) RefSheetsGetRefSheet(ctx context.Context, sheetId openapi_types.UUID, params *RefSheetsGetRefSheetParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) RefSheetsInspectExcelSheetsWithBody ¶
func (*Client) RefSheetsListRefSheetVersions ¶
func (c *Client) RefSheetsListRefSheetVersions(ctx context.Context, sheetId openapi_types.UUID, params *RefSheetsListRefSheetVersionsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) RefSheetsListRefSheets ¶
func (c *Client) RefSheetsListRefSheets(ctx context.Context, params *RefSheetsListRefSheetsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) RefSheetsUpdateRefSheet ¶
func (c *Client) RefSheetsUpdateRefSheet(ctx context.Context, sheetId openapi_types.UUID, params *RefSheetsUpdateRefSheetParams, body RefSheetsUpdateRefSheetJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) RefSheetsUpdateRefSheetWithBody ¶
func (c *Client) RefSheetsUpdateRefSheetWithBody(ctx context.Context, sheetId openapi_types.UUID, params *RefSheetsUpdateRefSheetParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) SearchSearchEntities ¶
func (c *Client) SearchSearchEntities(ctx context.Context, params *SearchSearchEntitiesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) StarsListStars ¶
func (c *Client) StarsListStars(ctx context.Context, params *StarsListStarsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) StarsStarEntity ¶
func (c *Client) StarsStarEntity(ctx context.Context, params *StarsStarEntityParams, body StarsStarEntityJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) StarsStarEntityWithBody ¶
func (*Client) StarsUnstarEntity ¶
func (c *Client) StarsUnstarEntity(ctx context.Context, entityType string, entityId openapi_types.UUID, params *StarsUnstarEntityParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) TeamsAddTeamMember ¶
func (c *Client) TeamsAddTeamMember(ctx context.Context, teamId openapi_types.UUID, params *TeamsAddTeamMemberParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) TeamsCreateTeam ¶
func (c *Client) TeamsCreateTeam(ctx context.Context, params *TeamsCreateTeamParams, body TeamsCreateTeamJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) TeamsCreateTeamWithBody ¶
func (*Client) TeamsDeleteTeam ¶
func (c *Client) TeamsDeleteTeam(ctx context.Context, teamId openapi_types.UUID, params *TeamsDeleteTeamParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) TeamsGetDefaultTeam ¶
func (c *Client) TeamsGetDefaultTeam(ctx context.Context, params *TeamsGetDefaultTeamParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) TeamsGetTeam ¶
func (c *Client) TeamsGetTeam(ctx context.Context, teamId openapi_types.UUID, params *TeamsGetTeamParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) TeamsListTeamMembers ¶
func (c *Client) TeamsListTeamMembers(ctx context.Context, teamId openapi_types.UUID, params *TeamsListTeamMembersParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) TeamsListTeams ¶
func (c *Client) TeamsListTeams(ctx context.Context, params *TeamsListTeamsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) TeamsRemoveTeamMember ¶
func (c *Client) TeamsRemoveTeamMember(ctx context.Context, teamId openapi_types.UUID, userId openapi_types.UUID, params *TeamsRemoveTeamMemberParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) TeamsUpdateTeam ¶
func (c *Client) TeamsUpdateTeam(ctx context.Context, teamId openapi_types.UUID, params *TeamsUpdateTeamParams, body TeamsUpdateTeamJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) TeamsUpdateTeamWithBody ¶
func (c *Client) TeamsUpdateTeamWithBody(ctx context.Context, teamId openapi_types.UUID, params *TeamsUpdateTeamParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) TelemetryReceiveOtlpMetrics ¶
func (*Client) TestHelpersCreateTestTenant ¶
func (c *Client) TestHelpersCreateTestTenant(ctx context.Context, body TestHelpersCreateTestTenantJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) TestHelpersCreateTestTenantWithBody ¶
func (*Client) TestHelpersDeleteTestTenant ¶
func (c *Client) TestHelpersDeleteTestTenant(ctx context.Context, tenantId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) TestHelpersSweepTestTenants ¶
func (c *Client) TestHelpersSweepTestTenants(ctx context.Context, body TestHelpersSweepTestTenantsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) TestHelpersSweepTestTenantsWithBody ¶
func (*Client) TestHelpersSweepTestUsers ¶
func (*Client) UsersCreateUser ¶
func (c *Client) UsersCreateUser(ctx context.Context, params *UsersCreateUserParams, body UsersCreateUserJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) UsersCreateUserWithBody ¶
func (*Client) UsersDeleteProfilePicture ¶
func (c *Client) UsersDeleteProfilePicture(ctx context.Context, params *UsersDeleteProfilePictureParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) UsersDeleteUser ¶
func (c *Client) UsersDeleteUser(ctx context.Context, userId openapi_types.UUID, params *UsersDeleteUserParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) UsersDeleteUserMe ¶
func (c *Client) UsersDeleteUserMe(ctx context.Context, params *UsersDeleteUserMeParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) UsersGetProfilePicture ¶
func (c *Client) UsersGetProfilePicture(ctx context.Context, params *UsersGetProfilePictureParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) UsersReadUserById ¶
func (c *Client) UsersReadUserById(ctx context.Context, userId openapi_types.UUID, params *UsersReadUserByIdParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) UsersReadUserMe ¶
func (c *Client) UsersReadUserMe(ctx context.Context, params *UsersReadUserMeParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) UsersReadUsers ¶
func (c *Client) UsersReadUsers(ctx context.Context, params *UsersReadUsersParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) UsersUpdateUser ¶
func (c *Client) UsersUpdateUser(ctx context.Context, userId openapi_types.UUID, params *UsersUpdateUserParams, body UsersUpdateUserJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) UsersUpdateUserMe ¶
func (c *Client) UsersUpdateUserMe(ctx context.Context, params *UsersUpdateUserMeParams, body UsersUpdateUserMeJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) UsersUpdateUserMeWithBody ¶
func (*Client) UsersUpdateUserWithBody ¶
func (c *Client) UsersUpdateUserWithBody(ctx context.Context, userId openapi_types.UUID, params *UsersUpdateUserParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) UsersUploadProfilePictureWithBody ¶
func (*Client) UtilsHealthCheck ¶
func (*Client) UtilsTestEmail ¶
func (c *Client) UtilsTestEmail(ctx context.Context, params *UtilsTestEmailParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) VideosDebugVideoFile ¶
func (c *Client) VideosDebugVideoFile(ctx context.Context, videoId openapi_types.UUID, params *VideosDebugVideoFileParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) VideosDeleteCameraVideo ¶
func (c *Client) VideosDeleteCameraVideo(ctx context.Context, videoId openapi_types.UUID, params *VideosDeleteCameraVideoParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) VideosGetOriginalVideo ¶
func (c *Client) VideosGetOriginalVideo(ctx context.Context, videoId openapi_types.UUID, params *VideosGetOriginalVideoParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) VideosGetProcessedVideo ¶
func (c *Client) VideosGetProcessedVideo(ctx context.Context, filename string, params *VideosGetProcessedVideoParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) VideosGetProcessedVideoFile ¶
func (c *Client) VideosGetProcessedVideoFile(ctx context.Context, videoId openapi_types.UUID, params *VideosGetProcessedVideoFileParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) VideosGetProcessingStatus ¶
func (c *Client) VideosGetProcessingStatus(ctx context.Context, videoId openapi_types.UUID, params *VideosGetProcessingStatusParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) VideosProcessVideoWithBody ¶
func (*Client) VideosReadCameraVideo ¶
func (c *Client) VideosReadCameraVideo(ctx context.Context, videoId openapi_types.UUID, params *VideosReadCameraVideoParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) VideosReadCameraVideos ¶
func (c *Client) VideosReadCameraVideos(ctx context.Context, params *VideosReadCameraVideosParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) VideosReprocessCameraVideo ¶
func (c *Client) VideosReprocessCameraVideo(ctx context.Context, videoId openapi_types.UUID, params *VideosReprocessCameraVideoParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) VideosUpdateCameraVideo ¶
func (c *Client) VideosUpdateCameraVideo(ctx context.Context, videoId openapi_types.UUID, params *VideosUpdateCameraVideoParams, body VideosUpdateCameraVideoJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) VideosUpdateCameraVideoWithBody ¶
func (c *Client) VideosUpdateCameraVideoWithBody(ctx context.Context, videoId openapi_types.UUID, params *VideosUpdateCameraVideoParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) VideosUploadCameraVideoWithBody ¶
func (*Client) VoiceTts ¶
func (c *Client) VoiceTts(ctx context.Context, params *VoiceTtsParams, body VoiceTtsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) VoiceTtsWithBody ¶
type ClientInterface ¶
type ClientInterface interface {
// ActivityListActivity request
ActivityListActivity(ctx context.Context, params *ActivityListActivityParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// AgentChatChat request
AgentChatChat(ctx context.Context, configId openapi_types.UUID, params *AgentChatChatParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// AgentsListAgentConfigs request
AgentsListAgentConfigs(ctx context.Context, params *AgentsListAgentConfigsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// AgentsCreateAgentConfigWithBody request with any body
AgentsCreateAgentConfigWithBody(ctx context.Context, params *AgentsCreateAgentConfigParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
AgentsCreateAgentConfig(ctx context.Context, params *AgentsCreateAgentConfigParams, body AgentsCreateAgentConfigJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// AgentsDeleteAgentConfig request
AgentsDeleteAgentConfig(ctx context.Context, configId openapi_types.UUID, params *AgentsDeleteAgentConfigParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// AgentsGetAgentConfig request
AgentsGetAgentConfig(ctx context.Context, configId openapi_types.UUID, params *AgentsGetAgentConfigParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// AgentsUpdateAgentConfigWithBody request with any body
AgentsUpdateAgentConfigWithBody(ctx context.Context, configId openapi_types.UUID, params *AgentsUpdateAgentConfigParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
AgentsUpdateAgentConfig(ctx context.Context, configId openapi_types.UUID, params *AgentsUpdateAgentConfigParams, body AgentsUpdateAgentConfigJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// AgentEvalsListEvalDatasets request
AgentEvalsListEvalDatasets(ctx context.Context, configId openapi_types.UUID, params *AgentEvalsListEvalDatasetsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// AgentEvalsCreateEvalDatasetWithBody request with any body
AgentEvalsCreateEvalDatasetWithBody(ctx context.Context, configId openapi_types.UUID, params *AgentEvalsCreateEvalDatasetParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
AgentEvalsCreateEvalDataset(ctx context.Context, configId openapi_types.UUID, params *AgentEvalsCreateEvalDatasetParams, body AgentEvalsCreateEvalDatasetJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// AgentFilesListFiles request
AgentFilesListFiles(ctx context.Context, configId openapi_types.UUID, params *AgentFilesListFilesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// AgentFilesDeleteFile request
AgentFilesDeleteFile(ctx context.Context, configId openapi_types.UUID, filePath string, params *AgentFilesDeleteFileParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// AgentFilesGetFile request
AgentFilesGetFile(ctx context.Context, configId openapi_types.UUID, filePath string, params *AgentFilesGetFileParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// AgentFilesPutFile request
AgentFilesPutFile(ctx context.Context, configId openapi_types.UUID, filePath string, params *AgentFilesPutFileParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// AgentsListHeartbeatTasks request
AgentsListHeartbeatTasks(ctx context.Context, configId openapi_types.UUID, params *AgentsListHeartbeatTasksParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// AgentsCreateHeartbeatTaskWithBody request with any body
AgentsCreateHeartbeatTaskWithBody(ctx context.Context, configId openapi_types.UUID, params *AgentsCreateHeartbeatTaskParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
AgentsCreateHeartbeatTask(ctx context.Context, configId openapi_types.UUID, params *AgentsCreateHeartbeatTaskParams, body AgentsCreateHeartbeatTaskJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// AgentsExportHeartbeatMd request
AgentsExportHeartbeatMd(ctx context.Context, configId openapi_types.UUID, params *AgentsExportHeartbeatMdParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// AgentsSyncHeartbeatMd request
AgentsSyncHeartbeatMd(ctx context.Context, configId openapi_types.UUID, params *AgentsSyncHeartbeatMdParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// AgentsListHooks request
AgentsListHooks(ctx context.Context, configId openapi_types.UUID, params *AgentsListHooksParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// AgentsCreateHookWithBody request with any body
AgentsCreateHookWithBody(ctx context.Context, configId openapi_types.UUID, params *AgentsCreateHookParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
AgentsCreateHook(ctx context.Context, configId openapi_types.UUID, params *AgentsCreateHookParams, body AgentsCreateHookJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// AgentWorkspaceListWorkspaceFiles request
AgentWorkspaceListWorkspaceFiles(ctx context.Context, configId openapi_types.UUID, params *AgentWorkspaceListWorkspaceFilesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// AgentWorkspaceGetWorkspaceFile request
AgentWorkspaceGetWorkspaceFile(ctx context.Context, configId openapi_types.UUID, filename string, params *AgentWorkspaceGetWorkspaceFileParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// AgentWorkspacePutWorkspaceFile request
AgentWorkspacePutWorkspaceFile(ctx context.Context, configId openapi_types.UUID, filename string, params *AgentWorkspacePutWorkspaceFileParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// AgentEvalsDeleteEvalDataset request
AgentEvalsDeleteEvalDataset(ctx context.Context, datasetId openapi_types.UUID, params *AgentEvalsDeleteEvalDatasetParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// AgentEvalsGetEvalDataset request
AgentEvalsGetEvalDataset(ctx context.Context, datasetId openapi_types.UUID, params *AgentEvalsGetEvalDatasetParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// AgentEvalsUpdateEvalDatasetWithBody request with any body
AgentEvalsUpdateEvalDatasetWithBody(ctx context.Context, datasetId openapi_types.UUID, params *AgentEvalsUpdateEvalDatasetParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
AgentEvalsUpdateEvalDataset(ctx context.Context, datasetId openapi_types.UUID, params *AgentEvalsUpdateEvalDatasetParams, body AgentEvalsUpdateEvalDatasetJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// AgentEvalsGetEvalCases request
AgentEvalsGetEvalCases(ctx context.Context, datasetId openapi_types.UUID, params *AgentEvalsGetEvalCasesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// AgentEvalsPutEvalCases request
AgentEvalsPutEvalCases(ctx context.Context, datasetId openapi_types.UUID, params *AgentEvalsPutEvalCasesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// AgentEvalsRunEval request
AgentEvalsRunEval(ctx context.Context, datasetId openapi_types.UUID, params *AgentEvalsRunEvalParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// AgentEvalsListEvalRuns request
AgentEvalsListEvalRuns(ctx context.Context, datasetId openapi_types.UUID, params *AgentEvalsListEvalRunsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// AgentsDeleteHeartbeatTask request
AgentsDeleteHeartbeatTask(ctx context.Context, taskId openapi_types.UUID, params *AgentsDeleteHeartbeatTaskParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// AgentsGetHeartbeatTask request
AgentsGetHeartbeatTask(ctx context.Context, taskId openapi_types.UUID, params *AgentsGetHeartbeatTaskParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// AgentsUpdateHeartbeatTaskWithBody request with any body
AgentsUpdateHeartbeatTaskWithBody(ctx context.Context, taskId openapi_types.UUID, params *AgentsUpdateHeartbeatTaskParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
AgentsUpdateHeartbeatTask(ctx context.Context, taskId openapi_types.UUID, params *AgentsUpdateHeartbeatTaskParams, body AgentsUpdateHeartbeatTaskJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// AgentsDeleteHook request
AgentsDeleteHook(ctx context.Context, hookId openapi_types.UUID, params *AgentsDeleteHookParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// AgentsGetHook request
AgentsGetHook(ctx context.Context, hookId openapi_types.UUID, params *AgentsGetHookParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// AgentsUpdateHookWithBody request with any body
AgentsUpdateHookWithBody(ctx context.Context, hookId openapi_types.UUID, params *AgentsUpdateHookParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
AgentsUpdateHook(ctx context.Context, hookId openapi_types.UUID, params *AgentsUpdateHookParams, body AgentsUpdateHookJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// AgentsListPageAgents request
AgentsListPageAgents(ctx context.Context, params *AgentsListPageAgentsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// AgentSessionsListSessions request
AgentSessionsListSessions(ctx context.Context, params *AgentSessionsListSessionsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// AgentSessionsUpdateSession request
AgentSessionsUpdateSession(ctx context.Context, sessionId string, params *AgentSessionsUpdateSessionParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// AgentSessionsGetSessionMessages request
AgentSessionsGetSessionMessages(ctx context.Context, sessionId string, params *AgentSessionsGetSessionMessagesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// AgentSessionsSaveSessionMessagesEndpointWithBody request with any body
AgentSessionsSaveSessionMessagesEndpointWithBody(ctx context.Context, sessionId string, params *AgentSessionsSaveSessionMessagesEndpointParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
AgentSessionsSaveSessionMessagesEndpoint(ctx context.Context, sessionId string, params *AgentSessionsSaveSessionMessagesEndpointParams, body AgentSessionsSaveSessionMessagesEndpointJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// AgentSessionsUpdateSessionPreferencesWithBody request with any body
AgentSessionsUpdateSessionPreferencesWithBody(ctx context.Context, sessionId string, params *AgentSessionsUpdateSessionPreferencesParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
AgentSessionsUpdateSessionPreferences(ctx context.Context, sessionId string, params *AgentSessionsUpdateSessionPreferencesParams, body AgentSessionsUpdateSessionPreferencesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// AgentStreamStreamSessionEvents request
AgentStreamStreamSessionEvents(ctx context.Context, sessionId string, params *AgentStreamStreamSessionEventsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// AgentSkillsListSkills request
AgentSkillsListSkills(ctx context.Context, params *AgentSkillsListSkillsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// AgentSkillsCreateSkillWithBody request with any body
AgentSkillsCreateSkillWithBody(ctx context.Context, params *AgentSkillsCreateSkillParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
AgentSkillsCreateSkill(ctx context.Context, params *AgentSkillsCreateSkillParams, body AgentSkillsCreateSkillJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// AgentSkillsDeleteSkill request
AgentSkillsDeleteSkill(ctx context.Context, skillId openapi_types.UUID, params *AgentSkillsDeleteSkillParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// AgentSkillsGetSkill request
AgentSkillsGetSkill(ctx context.Context, skillId openapi_types.UUID, params *AgentSkillsGetSkillParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// AgentSkillsUpdateSkillWithBody request with any body
AgentSkillsUpdateSkillWithBody(ctx context.Context, skillId openapi_types.UUID, params *AgentSkillsUpdateSkillParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
AgentSkillsUpdateSkill(ctx context.Context, skillId openapi_types.UUID, params *AgentSkillsUpdateSkillParams, body AgentSkillsUpdateSkillJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// AgentSkillsGetSkillContent request
AgentSkillsGetSkillContent(ctx context.Context, skillId openapi_types.UUID, params *AgentSkillsGetSkillContentParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// AgentSkillsPutSkillContent request
AgentSkillsPutSkillContent(ctx context.Context, skillId openapi_types.UUID, params *AgentSkillsPutSkillContentParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// AgentSkillsGetDefaultContent request
AgentSkillsGetDefaultContent(ctx context.Context, skillId openapi_types.UUID, params *AgentSkillsGetDefaultContentParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// AgentSkillFilesListSkillFiles request
AgentSkillFilesListSkillFiles(ctx context.Context, skillId openapi_types.UUID, params *AgentSkillFilesListSkillFilesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// AgentSkillFilesDeleteSkillFile request
AgentSkillFilesDeleteSkillFile(ctx context.Context, skillId openapi_types.UUID, filePath string, params *AgentSkillFilesDeleteSkillFileParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// AgentSkillFilesGetSkillFile request
AgentSkillFilesGetSkillFile(ctx context.Context, skillId openapi_types.UUID, filePath string, params *AgentSkillFilesGetSkillFileParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// AgentSkillFilesPutSkillFile request
AgentSkillFilesPutSkillFile(ctx context.Context, skillId openapi_types.UUID, filePath string, params *AgentSkillFilesPutSkillFileParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// AgentSkillsForkSkill request
AgentSkillsForkSkill(ctx context.Context, skillId openapi_types.UUID, params *AgentSkillsForkSkillParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// AgentSkillsRevertFork request
AgentSkillsRevertFork(ctx context.Context, skillId openapi_types.UUID, params *AgentSkillsRevertForkParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// AgentWorkspaceDefaultsGetDefaultSoulMd request
AgentWorkspaceDefaultsGetDefaultSoulMd(ctx context.Context, params *AgentWorkspaceDefaultsGetDefaultSoulMdParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// AgentWorkspaceDefaultsPutDefaultSoulMd request
AgentWorkspaceDefaultsPutDefaultSoulMd(ctx context.Context, params *AgentWorkspaceDefaultsPutDefaultSoulMdParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// AiProvidersListAiProviders request
AiProvidersListAiProviders(ctx context.Context, params *AiProvidersListAiProvidersParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// AiProvidersCreateAiProviderWithBody request with any body
AiProvidersCreateAiProviderWithBody(ctx context.Context, params *AiProvidersCreateAiProviderParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
AiProvidersCreateAiProvider(ctx context.Context, params *AiProvidersCreateAiProviderParams, body AiProvidersCreateAiProviderJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// AiProvidersDiscoverModelsWithBody request with any body
AiProvidersDiscoverModelsWithBody(ctx context.Context, params *AiProvidersDiscoverModelsParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
AiProvidersDiscoverModels(ctx context.Context, params *AiProvidersDiscoverModelsParams, body AiProvidersDiscoverModelsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// AiProvidersDeleteAiProvider request
AiProvidersDeleteAiProvider(ctx context.Context, providerId openapi_types.UUID, params *AiProvidersDeleteAiProviderParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// AiProvidersGetAiProvider request
AiProvidersGetAiProvider(ctx context.Context, providerId openapi_types.UUID, params *AiProvidersGetAiProviderParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// AiProvidersUpdateAiProviderWithBody request with any body
AiProvidersUpdateAiProviderWithBody(ctx context.Context, providerId openapi_types.UUID, params *AiProvidersUpdateAiProviderParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
AiProvidersUpdateAiProvider(ctx context.Context, providerId openapi_types.UUID, params *AiProvidersUpdateAiProviderParams, body AiProvidersUpdateAiProviderJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// AiProvidersListProviderModels request
AiProvidersListProviderModels(ctx context.Context, providerId openapi_types.UUID, params *AiProvidersListProviderModelsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// AlertsListAlertEvents request
AlertsListAlertEvents(ctx context.Context, params *AlertsListAlertEventsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// AlertsGetAlertEvent request
AlertsGetAlertEvent(ctx context.Context, eventId openapi_types.UUID, params *AlertsGetAlertEventParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// AlertsAcknowledgeAlertEvent request
AlertsAcknowledgeAlertEvent(ctx context.Context, eventId openapi_types.UUID, params *AlertsAcknowledgeAlertEventParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// AlertsListAlertRules request
AlertsListAlertRules(ctx context.Context, params *AlertsListAlertRulesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// AlertsCreateAlertRuleWithBody request with any body
AlertsCreateAlertRuleWithBody(ctx context.Context, params *AlertsCreateAlertRuleParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
AlertsCreateAlertRule(ctx context.Context, params *AlertsCreateAlertRuleParams, body AlertsCreateAlertRuleJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// AlertsDeleteAlertRule request
AlertsDeleteAlertRule(ctx context.Context, ruleId openapi_types.UUID, params *AlertsDeleteAlertRuleParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// AlertsGetAlertRule request
AlertsGetAlertRule(ctx context.Context, ruleId openapi_types.UUID, params *AlertsGetAlertRuleParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// AlertsUpdateAlertRuleWithBody request with any body
AlertsUpdateAlertRuleWithBody(ctx context.Context, ruleId openapi_types.UUID, params *AlertsUpdateAlertRuleParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
AlertsUpdateAlertRule(ctx context.Context, ruleId openapi_types.UUID, params *AlertsUpdateAlertRuleParams, body AlertsUpdateAlertRuleJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// AlertsDisableAlertRule request
AlertsDisableAlertRule(ctx context.Context, ruleId openapi_types.UUID, params *AlertsDisableAlertRuleParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// AlertsEnableAlertRule request
AlertsEnableAlertRule(ctx context.Context, ruleId openapi_types.UUID, params *AlertsEnableAlertRuleParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// AnalyticsGetDashboardStats request
AnalyticsGetDashboardStats(ctx context.Context, params *AnalyticsGetDashboardStatsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// AnalyticsGetDetectionTrends request
AnalyticsGetDetectionTrends(ctx context.Context, params *AnalyticsGetDetectionTrendsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// AnalyticsGetDetectionTypes request
AnalyticsGetDetectionTypes(ctx context.Context, params *AnalyticsGetDetectionTypesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// AnalyticsGetDeviceHealth request
AnalyticsGetDeviceHealth(ctx context.Context, params *AnalyticsGetDeviceHealthParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// AnalyticsGetDevicePerformance request
AnalyticsGetDevicePerformance(ctx context.Context, params *AnalyticsGetDevicePerformanceParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// AnalyticsGetGrafanaUrl request
AnalyticsGetGrafanaUrl(ctx context.Context, params *AnalyticsGetGrafanaUrlParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// AnalyticsGetAnalyticsSummary request
AnalyticsGetAnalyticsSummary(ctx context.Context, params *AnalyticsGetAnalyticsSummaryParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// AnnotationSystemListLabels request
AnnotationSystemListLabels(ctx context.Context, params *AnnotationSystemListLabelsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// AnnotationSystemCreateLabelWithBody request with any body
AnnotationSystemCreateLabelWithBody(ctx context.Context, params *AnnotationSystemCreateLabelParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
AnnotationSystemCreateLabel(ctx context.Context, params *AnnotationSystemCreateLabelParams, body AnnotationSystemCreateLabelJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// AnnotationSystemCopyLabelsFromProject request
AnnotationSystemCopyLabelsFromProject(ctx context.Context, projectId openapi_types.UUID, sourceProjectId openapi_types.UUID, params *AnnotationSystemCopyLabelsFromProjectParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// AnnotationSystemInitializeDefaultLabels request
AnnotationSystemInitializeDefaultLabels(ctx context.Context, projectId openapi_types.UUID, params *AnnotationSystemInitializeDefaultLabelsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// AnnotationSystemDeleteLabel request
AnnotationSystemDeleteLabel(ctx context.Context, labelId openapi_types.UUID, params *AnnotationSystemDeleteLabelParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// AnnotationSystemGetLabel request
AnnotationSystemGetLabel(ctx context.Context, labelId openapi_types.UUID, params *AnnotationSystemGetLabelParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// AnnotationSystemUpdateLabelWithBody request with any body
AnnotationSystemUpdateLabelWithBody(ctx context.Context, labelId openapi_types.UUID, params *AnnotationSystemUpdateLabelParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
AnnotationSystemUpdateLabel(ctx context.Context, labelId openapi_types.UUID, params *AnnotationSystemUpdateLabelParams, body AnnotationSystemUpdateLabelJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// AnnotationSystemListMedia request
AnnotationSystemListMedia(ctx context.Context, params *AnnotationSystemListMediaParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// AnnotationSystemCreateMediaWithBody request with any body
AnnotationSystemCreateMediaWithBody(ctx context.Context, params *AnnotationSystemCreateMediaParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
AnnotationSystemCreateMedia(ctx context.Context, params *AnnotationSystemCreateMediaParams, body AnnotationSystemCreateMediaJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// AnnotationSystemBulkAddMediaToProjectWithBody request with any body
AnnotationSystemBulkAddMediaToProjectWithBody(ctx context.Context, projectId openapi_types.UUID, params *AnnotationSystemBulkAddMediaToProjectParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
AnnotationSystemBulkAddMediaToProject(ctx context.Context, projectId openapi_types.UUID, params *AnnotationSystemBulkAddMediaToProjectParams, body AnnotationSystemBulkAddMediaToProjectJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// AnnotationSystemUploadMediaWithBody request with any body
AnnotationSystemUploadMediaWithBody(ctx context.Context, params *AnnotationSystemUploadMediaParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
// AnnotationSystemDeleteMedia request
AnnotationSystemDeleteMedia(ctx context.Context, mediaId openapi_types.UUID, params *AnnotationSystemDeleteMediaParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// AnnotationSystemGetMedia request
AnnotationSystemGetMedia(ctx context.Context, mediaId openapi_types.UUID, params *AnnotationSystemGetMediaParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// AnnotationSystemUpdateMediaWithBody request with any body
AnnotationSystemUpdateMediaWithBody(ctx context.Context, mediaId openapi_types.UUID, params *AnnotationSystemUpdateMediaParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
AnnotationSystemUpdateMedia(ctx context.Context, mediaId openapi_types.UUID, params *AnnotationSystemUpdateMediaParams, body AnnotationSystemUpdateMediaJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// AnnotationSystemGetMediaFile request
AnnotationSystemGetMediaFile(ctx context.Context, mediaId openapi_types.UUID, params *AnnotationSystemGetMediaFileParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// AnnotationSystemGetVideoFrames request
AnnotationSystemGetVideoFrames(ctx context.Context, mediaId openapi_types.UUID, params *AnnotationSystemGetVideoFramesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// AnnotationSystemMoveMediaToProject request
AnnotationSystemMoveMediaToProject(ctx context.Context, mediaId openapi_types.UUID, projectId openapi_types.UUID, params *AnnotationSystemMoveMediaToProjectParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// AnnotationSystemGetMediaWithShapes request
AnnotationSystemGetMediaWithShapes(ctx context.Context, mediaId openapi_types.UUID, params *AnnotationSystemGetMediaWithShapesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// AnnotationSystemListProjectDeviceLinks request
AnnotationSystemListProjectDeviceLinks(ctx context.Context, params *AnnotationSystemListProjectDeviceLinksParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// AnnotationSystemCreateProjectDeviceLinkWithBody request with any body
AnnotationSystemCreateProjectDeviceLinkWithBody(ctx context.Context, params *AnnotationSystemCreateProjectDeviceLinkParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
AnnotationSystemCreateProjectDeviceLink(ctx context.Context, params *AnnotationSystemCreateProjectDeviceLinkParams, body AnnotationSystemCreateProjectDeviceLinkJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// AnnotationSystemGetLinksForProject request
AnnotationSystemGetLinksForProject(ctx context.Context, projectId openapi_types.UUID, params *AnnotationSystemGetLinksForProjectParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// AnnotationSystemQuickLinkDeviceGroup request
AnnotationSystemQuickLinkDeviceGroup(ctx context.Context, projectId openapi_types.UUID, deviceGroupId openapi_types.UUID, params *AnnotationSystemQuickLinkDeviceGroupParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// AnnotationSystemQuickLinkDevice request
AnnotationSystemQuickLinkDevice(ctx context.Context, projectId openapi_types.UUID, deviceId openapi_types.UUID, params *AnnotationSystemQuickLinkDeviceParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// AnnotationSystemDeleteProjectDeviceLink request
AnnotationSystemDeleteProjectDeviceLink(ctx context.Context, linkId openapi_types.UUID, params *AnnotationSystemDeleteProjectDeviceLinkParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// AnnotationSystemGetProjectDeviceLink request
AnnotationSystemGetProjectDeviceLink(ctx context.Context, linkId openapi_types.UUID, params *AnnotationSystemGetProjectDeviceLinkParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// AnnotationSystemUpdateProjectDeviceLinkWithBody request with any body
AnnotationSystemUpdateProjectDeviceLinkWithBody(ctx context.Context, linkId openapi_types.UUID, params *AnnotationSystemUpdateProjectDeviceLinkParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
AnnotationSystemUpdateProjectDeviceLink(ctx context.Context, linkId openapi_types.UUID, params *AnnotationSystemUpdateProjectDeviceLinkParams, body AnnotationSystemUpdateProjectDeviceLinkJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// AnnotationSystemListProjects request
AnnotationSystemListProjects(ctx context.Context, params *AnnotationSystemListProjectsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// AnnotationSystemCreateProjectWithBody request with any body
AnnotationSystemCreateProjectWithBody(ctx context.Context, params *AnnotationSystemCreateProjectParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
AnnotationSystemCreateProject(ctx context.Context, params *AnnotationSystemCreateProjectParams, body AnnotationSystemCreateProjectJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// AnnotationSystemDeleteProject request
AnnotationSystemDeleteProject(ctx context.Context, projectId openapi_types.UUID, params *AnnotationSystemDeleteProjectParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// AnnotationSystemGetProject request
AnnotationSystemGetProject(ctx context.Context, projectId openapi_types.UUID, params *AnnotationSystemGetProjectParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// AnnotationSystemUpdateProjectWithBody request with any body
AnnotationSystemUpdateProjectWithBody(ctx context.Context, projectId openapi_types.UUID, params *AnnotationSystemUpdateProjectParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
AnnotationSystemUpdateProject(ctx context.Context, projectId openapi_types.UUID, params *AnnotationSystemUpdateProjectParams, body AnnotationSystemUpdateProjectJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// AnnotationSystemDuplicateProject request
AnnotationSystemDuplicateProject(ctx context.Context, projectId openapi_types.UUID, params *AnnotationSystemDuplicateProjectParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// AnnotationSystemGetProjectWithStats request
AnnotationSystemGetProjectWithStats(ctx context.Context, projectId openapi_types.UUID, params *AnnotationSystemGetProjectWithStatsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// AnnotationSystemListPushes request
AnnotationSystemListPushes(ctx context.Context, params *AnnotationSystemListPushesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// AnnotationSystemCreatePushWithBody request with any body
AnnotationSystemCreatePushWithBody(ctx context.Context, params *AnnotationSystemCreatePushParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
AnnotationSystemCreatePush(ctx context.Context, params *AnnotationSystemCreatePushParams, body AnnotationSystemCreatePushJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// AnnotationSystemPreviewPush request
AnnotationSystemPreviewPush(ctx context.Context, params *AnnotationSystemPreviewPushParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// AnnotationSystemPushToAllLinkedWithBody request with any body
AnnotationSystemPushToAllLinkedWithBody(ctx context.Context, params *AnnotationSystemPushToAllLinkedParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
AnnotationSystemPushToAllLinked(ctx context.Context, params *AnnotationSystemPushToAllLinkedParams, body AnnotationSystemPushToAllLinkedJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// AnnotationSystemGetPush request
AnnotationSystemGetPush(ctx context.Context, pushId openapi_types.UUID, params *AnnotationSystemGetPushParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// AnnotationSystemGetPushData request
AnnotationSystemGetPushData(ctx context.Context, pushId openapi_types.UUID, params *AnnotationSystemGetPushDataParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// AnnotationSystemListShapes request
AnnotationSystemListShapes(ctx context.Context, params *AnnotationSystemListShapesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// AnnotationSystemCreateShapeWithBody request with any body
AnnotationSystemCreateShapeWithBody(ctx context.Context, params *AnnotationSystemCreateShapeParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
AnnotationSystemCreateShape(ctx context.Context, params *AnnotationSystemCreateShapeParams, body AnnotationSystemCreateShapeJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// AnnotationSystemCreateShapesBulkWithBody request with any body
AnnotationSystemCreateShapesBulkWithBody(ctx context.Context, params *AnnotationSystemCreateShapesBulkParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
AnnotationSystemCreateShapesBulk(ctx context.Context, params *AnnotationSystemCreateShapesBulkParams, body AnnotationSystemCreateShapesBulkJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// AnnotationSystemDeleteShapesByFrame request
AnnotationSystemDeleteShapesByFrame(ctx context.Context, annotationMediaId openapi_types.UUID, frameIndex int, params *AnnotationSystemDeleteShapesByFrameParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// AnnotationSystemInterpolateShapes request
AnnotationSystemInterpolateShapes(ctx context.Context, annotationMediaId openapi_types.UUID, params *AnnotationSystemInterpolateShapesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// AnnotationSystemDeleteShape request
AnnotationSystemDeleteShape(ctx context.Context, shapeId openapi_types.UUID, params *AnnotationSystemDeleteShapeParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// AnnotationSystemGetShape request
AnnotationSystemGetShape(ctx context.Context, shapeId openapi_types.UUID, params *AnnotationSystemGetShapeParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// AnnotationSystemUpdateShapeWithBody request with any body
AnnotationSystemUpdateShapeWithBody(ctx context.Context, shapeId openapi_types.UUID, params *AnnotationSystemUpdateShapeParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
AnnotationSystemUpdateShape(ctx context.Context, shapeId openapi_types.UUID, params *AnnotationSystemUpdateShapeParams, body AnnotationSystemUpdateShapeJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// AnnotationSystemGetShapeWithLabel request
AnnotationSystemGetShapeWithLabel(ctx context.Context, shapeId openapi_types.UUID, params *AnnotationSystemGetShapeWithLabelParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// AuthListApiKeys request
AuthListApiKeys(ctx context.Context, params *AuthListApiKeysParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// AuthCreateApiKeyWithBody request with any body
AuthCreateApiKeyWithBody(ctx context.Context, params *AuthCreateApiKeyParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
AuthCreateApiKey(ctx context.Context, params *AuthCreateApiKeyParams, body AuthCreateApiKeyJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// AuthRevokeApiKey request
AuthRevokeApiKey(ctx context.Context, keyId openapi_types.UUID, params *AuthRevokeApiKeyParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// LoginAuthCallback request
LoginAuthCallback(ctx context.Context, params *LoginAuthCallbackParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// LoginAuthLogin request
LoginAuthLogin(ctx context.Context, params *LoginAuthLoginParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// LoginAuthLogout request
LoginAuthLogout(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
// CapturesListCaptures request
CapturesListCaptures(ctx context.Context, params *CapturesListCapturesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// CapturesBulkDeleteCapturesWithBody request with any body
CapturesBulkDeleteCapturesWithBody(ctx context.Context, params *CapturesBulkDeleteCapturesParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
CapturesBulkDeleteCaptures(ctx context.Context, params *CapturesBulkDeleteCapturesParams, body CapturesBulkDeleteCapturesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// CapturesDeleteCapture request
CapturesDeleteCapture(ctx context.Context, captureId openapi_types.UUID, params *CapturesDeleteCaptureParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// CapturesGetCapture request
CapturesGetCapture(ctx context.Context, captureId openapi_types.UUID, params *CapturesGetCaptureParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// CapturesGetCaptureDetections request
CapturesGetCaptureDetections(ctx context.Context, captureId openapi_types.UUID, params *CapturesGetCaptureDetectionsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// DashboardsListDashboards request
DashboardsListDashboards(ctx context.Context, params *DashboardsListDashboardsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// DashboardsCreateDashboardWithBody request with any body
DashboardsCreateDashboardWithBody(ctx context.Context, params *DashboardsCreateDashboardParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
DashboardsCreateDashboard(ctx context.Context, params *DashboardsCreateDashboardParams, body DashboardsCreateDashboardJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// DashboardsImportDashboardWithBody request with any body
DashboardsImportDashboardWithBody(ctx context.Context, params *DashboardsImportDashboardParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
DashboardsImportDashboard(ctx context.Context, params *DashboardsImportDashboardParams, body DashboardsImportDashboardJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// DashboardsListTemplates request
DashboardsListTemplates(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
// DashboardsImportTemplate request
DashboardsImportTemplate(ctx context.Context, templateKey string, params *DashboardsImportTemplateParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// DashboardsDeleteDashboard request
DashboardsDeleteDashboard(ctx context.Context, dashboardId openapi_types.UUID, params *DashboardsDeleteDashboardParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// DashboardsGetDashboard request
DashboardsGetDashboard(ctx context.Context, dashboardId openapi_types.UUID, params *DashboardsGetDashboardParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// DashboardsUpdateDashboardWithBody request with any body
DashboardsUpdateDashboardWithBody(ctx context.Context, dashboardId openapi_types.UUID, params *DashboardsUpdateDashboardParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
DashboardsUpdateDashboard(ctx context.Context, dashboardId openapi_types.UUID, params *DashboardsUpdateDashboardParams, body DashboardsUpdateDashboardJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// DashboardsGetAlertSummary request
DashboardsGetAlertSummary(ctx context.Context, dashboardId openapi_types.UUID, params *DashboardsGetAlertSummaryParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// DashboardsGetDashboardAnnotations request
DashboardsGetDashboardAnnotations(ctx context.Context, dashboardId openapi_types.UUID, params *DashboardsGetDashboardAnnotationsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// DashboardsExportDashboard request
DashboardsExportDashboard(ctx context.Context, dashboardId openapi_types.UUID, params *DashboardsExportDashboardParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// DashboardsQueryWidget request
DashboardsQueryWidget(ctx context.Context, dashboardId openapi_types.UUID, widgetId string, params *DashboardsQueryWidgetParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// DashboardsGetVariableValues request
DashboardsGetVariableValues(ctx context.Context, dashboardId openapi_types.UUID, varName string, params *DashboardsGetVariableValuesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// DashboardsListVersions request
DashboardsListVersions(ctx context.Context, dashboardId openapi_types.UUID, params *DashboardsListVersionsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// DashboardsGetVersion request
DashboardsGetVersion(ctx context.Context, dashboardId openapi_types.UUID, version int, params *DashboardsGetVersionParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// DashboardsRestoreVersion request
DashboardsRestoreVersion(ctx context.Context, dashboardId openapi_types.UUID, version int, params *DashboardsRestoreVersionParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// DashboardsGetWidgetAlertEvents request
DashboardsGetWidgetAlertEvents(ctx context.Context, dashboardId openapi_types.UUID, widgetId string, params *DashboardsGetWidgetAlertEventsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// DataSourcesListDataSources request
DataSourcesListDataSources(ctx context.Context, params *DataSourcesListDataSourcesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// DataSourcesCreateDataSourceWithBody request with any body
DataSourcesCreateDataSourceWithBody(ctx context.Context, params *DataSourcesCreateDataSourceParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
DataSourcesCreateDataSource(ctx context.Context, params *DataSourcesCreateDataSourceParams, body DataSourcesCreateDataSourceJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// DataSourcesDeleteDataSource request
DataSourcesDeleteDataSource(ctx context.Context, sourceId openapi_types.UUID, params *DataSourcesDeleteDataSourceParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// DataSourcesGetDataSource request
DataSourcesGetDataSource(ctx context.Context, sourceId openapi_types.UUID, params *DataSourcesGetDataSourceParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// DataSourcesUpdateDataSourceWithBody request with any body
DataSourcesUpdateDataSourceWithBody(ctx context.Context, sourceId openapi_types.UUID, params *DataSourcesUpdateDataSourceParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
DataSourcesUpdateDataSource(ctx context.Context, sourceId openapi_types.UUID, params *DataSourcesUpdateDataSourceParams, body DataSourcesUpdateDataSourceJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// DataSourcesIntrospectDataSource request
DataSourcesIntrospectDataSource(ctx context.Context, sourceId openapi_types.UUID, params *DataSourcesIntrospectDataSourceParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// DataSourcesTestDataSource request
DataSourcesTestDataSource(ctx context.Context, sourceId openapi_types.UUID, params *DataSourcesTestDataSourceParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// DemoTriggerDemoCleanup request
DemoTriggerDemoCleanup(ctx context.Context, params *DemoTriggerDemoCleanupParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// DemoGetDemoConfig request
DemoGetDemoConfig(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
// DemoEndDemo request
DemoEndDemo(ctx context.Context, params *DemoEndDemoParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// DemoGetMockDeviceStates request
DemoGetMockDeviceStates(ctx context.Context, params *DemoGetMockDeviceStatesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// DemoStartDemoWithBody request with any body
DemoStartDemoWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
DemoStartDemo(ctx context.Context, body DemoStartDemoJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// DemoGetDemoStats request
DemoGetDemoStats(ctx context.Context, params *DemoGetDemoStatsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// DemoGetDemoStatus request
DemoGetDemoStatus(ctx context.Context, params *DemoGetDemoStatusParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// DeviceGroupsListDeviceGroups request
DeviceGroupsListDeviceGroups(ctx context.Context, params *DeviceGroupsListDeviceGroupsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// DeviceGroupsCreateDeviceGroupWithBody request with any body
DeviceGroupsCreateDeviceGroupWithBody(ctx context.Context, params *DeviceGroupsCreateDeviceGroupParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
DeviceGroupsCreateDeviceGroup(ctx context.Context, params *DeviceGroupsCreateDeviceGroupParams, body DeviceGroupsCreateDeviceGroupJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// DeviceGroupsDeleteDeviceGroup request
DeviceGroupsDeleteDeviceGroup(ctx context.Context, deviceGroupId openapi_types.UUID, params *DeviceGroupsDeleteDeviceGroupParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// DeviceGroupsGetDeviceGroup request
DeviceGroupsGetDeviceGroup(ctx context.Context, deviceGroupId openapi_types.UUID, params *DeviceGroupsGetDeviceGroupParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// DeviceGroupsUpdateDeviceGroupWithBody request with any body
DeviceGroupsUpdateDeviceGroupWithBody(ctx context.Context, deviceGroupId openapi_types.UUID, params *DeviceGroupsUpdateDeviceGroupParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
DeviceGroupsUpdateDeviceGroup(ctx context.Context, deviceGroupId openapi_types.UUID, params *DeviceGroupsUpdateDeviceGroupParams, body DeviceGroupsUpdateDeviceGroupJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// AiConfigDeleteAiConfig request
AiConfigDeleteAiConfig(ctx context.Context, deviceGroupId openapi_types.UUID, params *AiConfigDeleteAiConfigParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// AiConfigGetAiConfig request
AiConfigGetAiConfig(ctx context.Context, deviceGroupId openapi_types.UUID, params *AiConfigGetAiConfigParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// AiConfigUpdateAiConfigWithBody request with any body
AiConfigUpdateAiConfigWithBody(ctx context.Context, deviceGroupId openapi_types.UUID, params *AiConfigUpdateAiConfigParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
AiConfigUpdateAiConfig(ctx context.Context, deviceGroupId openapi_types.UUID, params *AiConfigUpdateAiConfigParams, body AiConfigUpdateAiConfigJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// AiConfigCreateOrReplaceAiConfigWithBody request with any body
AiConfigCreateOrReplaceAiConfigWithBody(ctx context.Context, deviceGroupId openapi_types.UUID, params *AiConfigCreateOrReplaceAiConfigParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
AiConfigCreateOrReplaceAiConfig(ctx context.Context, deviceGroupId openapi_types.UUID, params *AiConfigCreateOrReplaceAiConfigParams, body AiConfigCreateOrReplaceAiConfigJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// InspectionProfilesListProfiles request
InspectionProfilesListProfiles(ctx context.Context, deviceGroupId openapi_types.UUID, params *InspectionProfilesListProfilesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// InspectionProfilesCreateProfileWithBody request with any body
InspectionProfilesCreateProfileWithBody(ctx context.Context, deviceGroupId openapi_types.UUID, params *InspectionProfilesCreateProfileParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
InspectionProfilesCreateProfile(ctx context.Context, deviceGroupId openapi_types.UUID, params *InspectionProfilesCreateProfileParams, body InspectionProfilesCreateProfileJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// InspectionProfilesDeleteProfile request
InspectionProfilesDeleteProfile(ctx context.Context, deviceGroupId openapi_types.UUID, profileId openapi_types.UUID, params *InspectionProfilesDeleteProfileParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// InspectionProfilesGetProfile request
InspectionProfilesGetProfile(ctx context.Context, deviceGroupId openapi_types.UUID, profileId openapi_types.UUID, params *InspectionProfilesGetProfileParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// InspectionProfilesUpdateProfileWithBody request with any body
InspectionProfilesUpdateProfileWithBody(ctx context.Context, deviceGroupId openapi_types.UUID, profileId openapi_types.UUID, params *InspectionProfilesUpdateProfileParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
InspectionProfilesUpdateProfile(ctx context.Context, deviceGroupId openapi_types.UUID, profileId openapi_types.UUID, params *InspectionProfilesUpdateProfileParams, body InspectionProfilesUpdateProfileJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// InspectionProfilesActivateProfile request
InspectionProfilesActivateProfile(ctx context.Context, deviceGroupId openapi_types.UUID, profileId openapi_types.UUID, params *InspectionProfilesActivateProfileParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// InspectionProfilesDeactivateProfile request
InspectionProfilesDeactivateProfile(ctx context.Context, deviceGroupId openapi_types.UUID, profileId openapi_types.UUID, params *InspectionProfilesDeactivateProfileParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// InspectionProfilesCaptureGoldenImageWithBody request with any body
InspectionProfilesCaptureGoldenImageWithBody(ctx context.Context, deviceGroupId openapi_types.UUID, profileId openapi_types.UUID, params *InspectionProfilesCaptureGoldenImageParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
InspectionProfilesCaptureGoldenImage(ctx context.Context, deviceGroupId openapi_types.UUID, profileId openapi_types.UUID, params *InspectionProfilesCaptureGoldenImageParams, body InspectionProfilesCaptureGoldenImageJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// InspectionProfilesUploadGoldenImageWithBody request with any body
InspectionProfilesUploadGoldenImageWithBody(ctx context.Context, deviceGroupId openapi_types.UUID, profileId openapi_types.UUID, params *InspectionProfilesUploadGoldenImageParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
// InspectionProfilesDeleteGoldenImage request
InspectionProfilesDeleteGoldenImage(ctx context.Context, deviceGroupId openapi_types.UUID, profileId openapi_types.UUID, imageId openapi_types.UUID, params *InspectionProfilesDeleteGoldenImageParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// InspectionProfilesInspectCaptureWithBody request with any body
InspectionProfilesInspectCaptureWithBody(ctx context.Context, deviceGroupId openapi_types.UUID, profileId openapi_types.UUID, params *InspectionProfilesInspectCaptureParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
InspectionProfilesInspectCapture(ctx context.Context, deviceGroupId openapi_types.UUID, profileId openapi_types.UUID, params *InspectionProfilesInspectCaptureParams, body InspectionProfilesInspectCaptureJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// InspectionProfilesUploadTrainingCaptureWithBody request with any body
InspectionProfilesUploadTrainingCaptureWithBody(ctx context.Context, deviceGroupId openapi_types.UUID, profileId openapi_types.UUID, params *InspectionProfilesUploadTrainingCaptureParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
// OtelEndpointsListOtelEndpoints request
OtelEndpointsListOtelEndpoints(ctx context.Context, deviceGroupId openapi_types.UUID, params *OtelEndpointsListOtelEndpointsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// OtelEndpointsCreateOtelEndpointWithBody request with any body
OtelEndpointsCreateOtelEndpointWithBody(ctx context.Context, deviceGroupId openapi_types.UUID, params *OtelEndpointsCreateOtelEndpointParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
OtelEndpointsCreateOtelEndpoint(ctx context.Context, deviceGroupId openapi_types.UUID, params *OtelEndpointsCreateOtelEndpointParams, body OtelEndpointsCreateOtelEndpointJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// OtelEndpointsDeleteOtelEndpoint request
OtelEndpointsDeleteOtelEndpoint(ctx context.Context, deviceGroupId openapi_types.UUID, endpointId openapi_types.UUID, params *OtelEndpointsDeleteOtelEndpointParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// OtelEndpointsUpdateOtelEndpointWithBody request with any body
OtelEndpointsUpdateOtelEndpointWithBody(ctx context.Context, deviceGroupId openapi_types.UUID, endpointId openapi_types.UUID, params *OtelEndpointsUpdateOtelEndpointParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
OtelEndpointsUpdateOtelEndpoint(ctx context.Context, deviceGroupId openapi_types.UUID, endpointId openapi_types.UUID, params *OtelEndpointsUpdateOtelEndpointParams, body OtelEndpointsUpdateOtelEndpointJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// OtelEndpointsTestOtelEndpoint request
OtelEndpointsTestOtelEndpoint(ctx context.Context, deviceGroupId openapi_types.UUID, endpointId openapi_types.UUID, params *OtelEndpointsTestOtelEndpointParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// DevicesListDevices request
DevicesListDevices(ctx context.Context, params *DevicesListDevicesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// DevicesCreateDeviceWithBody request with any body
DevicesCreateDeviceWithBody(ctx context.Context, params *DevicesCreateDeviceParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
DevicesCreateDevice(ctx context.Context, params *DevicesCreateDeviceParams, body DevicesCreateDeviceJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// DevicesDiscoverDevices request
DevicesDiscoverDevices(ctx context.Context, params *DevicesDiscoverDevicesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// DevicesDeleteDevice request
DevicesDeleteDevice(ctx context.Context, deviceId openapi_types.UUID, params *DevicesDeleteDeviceParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// DevicesGetDevice request
DevicesGetDevice(ctx context.Context, deviceId openapi_types.UUID, params *DevicesGetDeviceParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// DevicesUpdateDeviceWithBody request with any body
DevicesUpdateDeviceWithBody(ctx context.Context, deviceId openapi_types.UUID, params *DevicesUpdateDeviceParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
DevicesUpdateDevice(ctx context.Context, deviceId openapi_types.UUID, params *DevicesUpdateDeviceParams, body DevicesUpdateDeviceJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// DevicesCheckDeviceHealth request
DevicesCheckDeviceHealth(ctx context.Context, deviceId openapi_types.UUID, params *DevicesCheckDeviceHealthParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// DevicesPushModelToDevice request
DevicesPushModelToDevice(ctx context.Context, deviceId openapi_types.UUID, modelId openapi_types.UUID, params *DevicesPushModelToDeviceParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// DevicesTriggerDeviceSync request
DevicesTriggerDeviceSync(ctx context.Context, deviceId openapi_types.UUID, params *DevicesTriggerDeviceSyncParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// DevicesGetDeviceSyncStatus request
DevicesGetDeviceSyncStatus(ctx context.Context, deviceId openapi_types.UUID, params *DevicesGetDeviceSyncStatusParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// DevicesTestDeviceConnection request
DevicesTestDeviceConnection(ctx context.Context, deviceId openapi_types.UUID, params *DevicesTestDeviceConnectionParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// EntityHistoryListRecent request
EntityHistoryListRecent(ctx context.Context, params *EntityHistoryListRecentParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// EntityHistoryRestore request
EntityHistoryRestore(ctx context.Context, groupId openapi_types.UUID, params *EntityHistoryRestoreParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// ExploreGetDataSources request
ExploreGetDataSources(ctx context.Context, params *ExploreGetDataSourcesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// ExploreRunRawQueryWithBody request with any body
ExploreRunRawQueryWithBody(ctx context.Context, params *ExploreRunRawQueryParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
ExploreRunRawQuery(ctx context.Context, params *ExploreRunRawQueryParams, body ExploreRunRawQueryJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// GatewayGatewaySetupSnippet request
GatewayGatewaySetupSnippet(ctx context.Context, params *GatewayGatewaySetupSnippetParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// GatewayGatewayStatus request
GatewayGatewayStatus(ctx context.Context, params *GatewayGatewayStatusParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// ImagesReadCameraImages request
ImagesReadCameraImages(ctx context.Context, params *ImagesReadCameraImagesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// ImagesCaptureImageWithBody request with any body
ImagesCaptureImageWithBody(ctx context.Context, params *ImagesCaptureImageParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
// ImagesCaptureAndObjectDetectionWithBody request with any body
ImagesCaptureAndObjectDetectionWithBody(ctx context.Context, params *ImagesCaptureAndObjectDetectionParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
// ImagesDeleteCameraImage request
ImagesDeleteCameraImage(ctx context.Context, imageId openapi_types.UUID, params *ImagesDeleteCameraImageParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// ImagesReadCameraImage request
ImagesReadCameraImage(ctx context.Context, imageId openapi_types.UUID, params *ImagesReadCameraImageParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// ImagesUpdateCameraImageWithBody request with any body
ImagesUpdateCameraImageWithBody(ctx context.Context, imageId openapi_types.UUID, params *ImagesUpdateCameraImageParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
ImagesUpdateCameraImage(ctx context.Context, imageId openapi_types.UUID, params *ImagesUpdateCameraImageParams, body ImagesUpdateCameraImageJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// ImagesGetDifferenceFile request
ImagesGetDifferenceFile(ctx context.Context, imageId openapi_types.UUID, params *ImagesGetDifferenceFileParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// ImagesGetHeatmapFile request
ImagesGetHeatmapFile(ctx context.Context, imageId openapi_types.UUID, params *ImagesGetHeatmapFileParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// ImagesGetOriginalFile request
ImagesGetOriginalFile(ctx context.Context, imageId openapi_types.UUID, params *ImagesGetOriginalFileParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// ImagesGetProcessedFile request
ImagesGetProcessedFile(ctx context.Context, imageId openapi_types.UUID, params *ImagesGetProcessedFileParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// ImagesPatchCameraImageReviewWithBody request with any body
ImagesPatchCameraImageReviewWithBody(ctx context.Context, imageId openapi_types.UUID, params *ImagesPatchCameraImageReviewParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
ImagesPatchCameraImageReview(ctx context.Context, imageId openapi_types.UUID, params *ImagesPatchCameraImageReviewParams, body ImagesPatchCameraImageReviewJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// ImpersonateStartImpersonationWithBody request with any body
ImpersonateStartImpersonationWithBody(ctx context.Context, params *ImpersonateStartImpersonationParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
ImpersonateStartImpersonation(ctx context.Context, params *ImpersonateStartImpersonationParams, body ImpersonateStartImpersonationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// ImpersonateImpersonationStatus request
ImpersonateImpersonationStatus(ctx context.Context, params *ImpersonateImpersonationStatusParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// ImpersonateStopImpersonation request
ImpersonateStopImpersonation(ctx context.Context, params *ImpersonateStopImpersonationParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// IncidentsListIncidents request
IncidentsListIncidents(ctx context.Context, params *IncidentsListIncidentsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// IncidentsCreateIncidentWithBody request with any body
IncidentsCreateIncidentWithBody(ctx context.Context, params *IncidentsCreateIncidentParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
IncidentsCreateIncident(ctx context.Context, params *IncidentsCreateIncidentParams, body IncidentsCreateIncidentJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// IncidentsDeleteIncident request
IncidentsDeleteIncident(ctx context.Context, incidentId openapi_types.UUID, params *IncidentsDeleteIncidentParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// IncidentsGetIncident request
IncidentsGetIncident(ctx context.Context, incidentId openapi_types.UUID, params *IncidentsGetIncidentParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// IncidentsUpdateIncidentWithBody request with any body
IncidentsUpdateIncidentWithBody(ctx context.Context, incidentId openapi_types.UUID, params *IncidentsUpdateIncidentParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
IncidentsUpdateIncident(ctx context.Context, incidentId openapi_types.UUID, params *IncidentsUpdateIncidentParams, body IncidentsUpdateIncidentJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// IncidentsUnlinkDeviceFromIncident request
IncidentsUnlinkDeviceFromIncident(ctx context.Context, incidentId openapi_types.UUID, deviceId openapi_types.UUID, params *IncidentsUnlinkDeviceFromIncidentParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// IncidentsLinkDeviceToIncident request
IncidentsLinkDeviceToIncident(ctx context.Context, incidentId openapi_types.UUID, deviceId openapi_types.UUID, params *IncidentsLinkDeviceToIncidentParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// IncidentsListIncidentNotes request
IncidentsListIncidentNotes(ctx context.Context, incidentId openapi_types.UUID, params *IncidentsListIncidentNotesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// IncidentsAddIncidentNoteWithBody request with any body
IncidentsAddIncidentNoteWithBody(ctx context.Context, incidentId openapi_types.UUID, params *IncidentsAddIncidentNoteParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
IncidentsAddIncidentNote(ctx context.Context, incidentId openapi_types.UUID, params *IncidentsAddIncidentNoteParams, body IncidentsAddIncidentNoteJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// IncidentsDeleteIncidentNote request
IncidentsDeleteIncidentNote(ctx context.Context, incidentId openapi_types.UUID, noteId openapi_types.UUID, params *IncidentsDeleteIncidentNoteParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// IncidentsUpdateIncidentNoteWithBody request with any body
IncidentsUpdateIncidentNoteWithBody(ctx context.Context, incidentId openapi_types.UUID, noteId openapi_types.UUID, params *IncidentsUpdateIncidentNoteParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
IncidentsUpdateIncidentNote(ctx context.Context, incidentId openapi_types.UUID, noteId openapi_types.UUID, params *IncidentsUpdateIncidentNoteParams, body IncidentsUpdateIncidentNoteJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// InspectionListCaptureAnnotations request
InspectionListCaptureAnnotations(ctx context.Context, captureId openapi_types.UUID, params *InspectionListCaptureAnnotationsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// InspectionCreateCaptureAnnotationWithBody request with any body
InspectionCreateCaptureAnnotationWithBody(ctx context.Context, captureId openapi_types.UUID, params *InspectionCreateCaptureAnnotationParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
InspectionCreateCaptureAnnotation(ctx context.Context, captureId openapi_types.UUID, params *InspectionCreateCaptureAnnotationParams, body InspectionCreateCaptureAnnotationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// InspectionPromoteCaptureToGolden request
InspectionPromoteCaptureToGolden(ctx context.Context, captureId openapi_types.UUID, params *InspectionPromoteCaptureToGoldenParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// InspectionSetCaptureReferenceSetWithBody request with any body
InspectionSetCaptureReferenceSetWithBody(ctx context.Context, captureId openapi_types.UUID, params *InspectionSetCaptureReferenceSetParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
InspectionSetCaptureReferenceSet(ctx context.Context, captureId openapi_types.UUID, params *InspectionSetCaptureReferenceSetParams, body InspectionSetCaptureReferenceSetJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// InspectionDeleteAnnotation request
InspectionDeleteAnnotation(ctx context.Context, annotationId openapi_types.UUID, params *InspectionDeleteAnnotationParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// InspectionUpdateAnnotationWithBody request with any body
InspectionUpdateAnnotationWithBody(ctx context.Context, annotationId openapi_types.UUID, params *InspectionUpdateAnnotationParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
InspectionUpdateAnnotation(ctx context.Context, annotationId openapi_types.UUID, params *InspectionUpdateAnnotationParams, body InspectionUpdateAnnotationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// JetsonNanoGetJetsonDevices request
JetsonNanoGetJetsonDevices(ctx context.Context, params *JetsonNanoGetJetsonDevicesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// JetsonNanoGetJetsonConfig request
JetsonNanoGetJetsonConfig(ctx context.Context, deviceId string, params *JetsonNanoGetJetsonConfigParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// JetsonNanoSendJetsonConfigWithBody request with any body
JetsonNanoSendJetsonConfigWithBody(ctx context.Context, deviceId string, params *JetsonNanoSendJetsonConfigParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
JetsonNanoSendJetsonConfig(ctx context.Context, deviceId string, params *JetsonNanoSendJetsonConfigParams, body JetsonNanoSendJetsonConfigJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// JetsonNanoSendJetsonControlWithBody request with any body
JetsonNanoSendJetsonControlWithBody(ctx context.Context, deviceId string, params *JetsonNanoSendJetsonControlParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
JetsonNanoSendJetsonControl(ctx context.Context, deviceId string, params *JetsonNanoSendJetsonControlParams, body JetsonNanoSendJetsonControlJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// JetsonNanoGetDetectionDigest request
JetsonNanoGetDetectionDigest(ctx context.Context, deviceId string, params *JetsonNanoGetDetectionDigestParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// JetsonNanoGetDetectionStatus request
JetsonNanoGetDetectionStatus(ctx context.Context, deviceId string, params *JetsonNanoGetDetectionStatusParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// JetsonNanoCheckJetsonOnline request
JetsonNanoCheckJetsonOnline(ctx context.Context, deviceId string, params *JetsonNanoCheckJetsonOnlineParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// JetsonNanoGetJetsonDeviceStatus request
JetsonNanoGetJetsonDeviceStatus(ctx context.Context, deviceId string, params *JetsonNanoGetJetsonDeviceStatusParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// LivekitStartDeviceStream request
LivekitStartDeviceStream(ctx context.Context, deviceId string, params *LivekitStartDeviceStreamParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// LivekitStopDeviceStream request
LivekitStopDeviceStream(ctx context.Context, deviceId string, params *LivekitStopDeviceStreamParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// LivekitGetViewerToken request
LivekitGetViewerToken(ctx context.Context, params *LivekitGetViewerTokenParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// LocationsListLocations request
LocationsListLocations(ctx context.Context, params *LocationsListLocationsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// LocationsCreateLocationWithBody request with any body
LocationsCreateLocationWithBody(ctx context.Context, params *LocationsCreateLocationParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
LocationsCreateLocation(ctx context.Context, params *LocationsCreateLocationParams, body LocationsCreateLocationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// LocationsGetLocationTree request
LocationsGetLocationTree(ctx context.Context, params *LocationsGetLocationTreeParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// LocationsDeleteLocation request
LocationsDeleteLocation(ctx context.Context, locationId openapi_types.UUID, params *LocationsDeleteLocationParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// LocationsGetLocation request
LocationsGetLocation(ctx context.Context, locationId openapi_types.UUID, params *LocationsGetLocationParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// LocationsUpdateLocationWithBody request with any body
LocationsUpdateLocationWithBody(ctx context.Context, locationId openapi_types.UUID, params *LocationsUpdateLocationParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
LocationsUpdateLocation(ctx context.Context, locationId openapi_types.UUID, params *LocationsUpdateLocationParams, body LocationsUpdateLocationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// LocationsGetLocationDevices request
LocationsGetLocationDevices(ctx context.Context, locationId openapi_types.UUID, params *LocationsGetLocationDevicesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// LocationsGetLocationIncidents request
LocationsGetLocationIncidents(ctx context.Context, locationId openapi_types.UUID, params *LocationsGetLocationIncidentsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// LoginTestToken request
LoginTestToken(ctx context.Context, params *LoginTestTokenParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// ModelOutputSchemasListSchemas request
ModelOutputSchemasListSchemas(ctx context.Context, params *ModelOutputSchemasListSchemasParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// ModelOutputSchemasDeleteSchema request
ModelOutputSchemasDeleteSchema(ctx context.Context, schemaId openapi_types.UUID, params *ModelOutputSchemasDeleteSchemaParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// ModelOutputSchemasGetSchemaDetail request
ModelOutputSchemasGetSchemaDetail(ctx context.Context, schemaId openapi_types.UUID, params *ModelOutputSchemasGetSchemaDetailParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// ModelOutputSchemasPatchSchemaWithBody request with any body
ModelOutputSchemasPatchSchemaWithBody(ctx context.Context, schemaId openapi_types.UUID, params *ModelOutputSchemasPatchSchemaParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
ModelOutputSchemasPatchSchema(ctx context.Context, schemaId openapi_types.UUID, params *ModelOutputSchemasPatchSchemaParams, body ModelOutputSchemasPatchSchemaJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// ModelOutputSchemasGetBindings request
ModelOutputSchemasGetBindings(ctx context.Context, schemaId openapi_types.UUID, params *ModelOutputSchemasGetBindingsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// ModelOutputSchemasForkSchema request
ModelOutputSchemasForkSchema(ctx context.Context, schemaId openapi_types.UUID, params *ModelOutputSchemasForkSchemaParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// ModelOutputSchemasGetReviewTargets request
ModelOutputSchemasGetReviewTargets(ctx context.Context, schemaId openapi_types.UUID, params *ModelOutputSchemasGetReviewTargetsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// ModelsListModels request
ModelsListModels(ctx context.Context, params *ModelsListModelsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// ModelsUploadModelWithBody request with any body
ModelsUploadModelWithBody(ctx context.Context, params *ModelsUploadModelParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
// ModelsDeleteModel request
ModelsDeleteModel(ctx context.Context, modelId openapi_types.UUID, params *ModelsDeleteModelParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// ModelsGetModel request
ModelsGetModel(ctx context.Context, modelId openapi_types.UUID, params *ModelsGetModelParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// ModelsGetDownloadUrl request
ModelsGetDownloadUrl(ctx context.Context, modelId openapi_types.UUID, params *ModelsGetDownloadUrlParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// MqttGetMqttDevices request
MqttGetMqttDevices(ctx context.Context, params *MqttGetMqttDevicesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// MqttSendFleetBroadcastWithBody request with any body
MqttSendFleetBroadcastWithBody(ctx context.Context, params *MqttSendFleetBroadcastParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
MqttSendFleetBroadcast(ctx context.Context, params *MqttSendFleetBroadcastParams, body MqttSendFleetBroadcastJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// MqttGetMqttStatus request
MqttGetMqttStatus(ctx context.Context, params *MqttGetMqttStatusParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// MqttGetMqttTopics request
MqttGetMqttTopics(ctx context.Context, params *MqttGetMqttTopicsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// OrganizationsReadOrganizationMe request
OrganizationsReadOrganizationMe(ctx context.Context, params *OrganizationsReadOrganizationMeParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// OrganizationsUpdateOrganizationMeWithBody request with any body
OrganizationsUpdateOrganizationMeWithBody(ctx context.Context, params *OrganizationsUpdateOrganizationMeParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
OrganizationsUpdateOrganizationMe(ctx context.Context, params *OrganizationsUpdateOrganizationMeParams, body OrganizationsUpdateOrganizationMeJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// OrganizationsDeleteOrganizationLogo request
OrganizationsDeleteOrganizationLogo(ctx context.Context, params *OrganizationsDeleteOrganizationLogoParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// OrganizationsGetOrganizationLogo request
OrganizationsGetOrganizationLogo(ctx context.Context, params *OrganizationsGetOrganizationLogoParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// OrganizationsUploadOrganizationLogoWithBody request with any body
OrganizationsUploadOrganizationLogoWithBody(ctx context.Context, params *OrganizationsUploadOrganizationLogoParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
// OrganizationsReadOrganizationMqttConfig request
OrganizationsReadOrganizationMqttConfig(ctx context.Context, params *OrganizationsReadOrganizationMqttConfigParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// PrivateGetTenantByOrgId request
PrivateGetTenantByOrgId(ctx context.Context, params *PrivateGetTenantByOrgIdParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// PrivateCreateUserWithBody request with any body
PrivateCreateUserWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
PrivateCreateUser(ctx context.Context, body PrivateCreateUserJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// RefSheetsListRefSheets request
RefSheetsListRefSheets(ctx context.Context, params *RefSheetsListRefSheetsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// RefSheetsCreateRefSheetWithBody request with any body
RefSheetsCreateRefSheetWithBody(ctx context.Context, params *RefSheetsCreateRefSheetParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
// RefSheetsInspectExcelSheetsWithBody request with any body
RefSheetsInspectExcelSheetsWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
// RefSheetsDeleteRefSheet request
RefSheetsDeleteRefSheet(ctx context.Context, sheetId openapi_types.UUID, params *RefSheetsDeleteRefSheetParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// RefSheetsGetRefSheet request
RefSheetsGetRefSheet(ctx context.Context, sheetId openapi_types.UUID, params *RefSheetsGetRefSheetParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// RefSheetsUpdateRefSheetWithBody request with any body
RefSheetsUpdateRefSheetWithBody(ctx context.Context, sheetId openapi_types.UUID, params *RefSheetsUpdateRefSheetParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
RefSheetsUpdateRefSheet(ctx context.Context, sheetId openapi_types.UUID, params *RefSheetsUpdateRefSheetParams, body RefSheetsUpdateRefSheetJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// RefSheetsListRefSheetVersions request
RefSheetsListRefSheetVersions(ctx context.Context, sheetId openapi_types.UUID, params *RefSheetsListRefSheetVersionsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// RefSheetsCreateRefSheetVersionWithBody request with any body
RefSheetsCreateRefSheetVersionWithBody(ctx context.Context, sheetId openapi_types.UUID, params *RefSheetsCreateRefSheetVersionParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
// RefSheetsDeleteRefSheetVersion request
RefSheetsDeleteRefSheetVersion(ctx context.Context, sheetId openapi_types.UUID, versionId openapi_types.UUID, params *RefSheetsDeleteRefSheetVersionParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// RefSheetsActivateRefSheetVersion request
RefSheetsActivateRefSheetVersion(ctx context.Context, sheetId openapi_types.UUID, versionId openapi_types.UUID, params *RefSheetsActivateRefSheetVersionParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// SearchSearchEntities request
SearchSearchEntities(ctx context.Context, params *SearchSearchEntitiesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// StarsListStars request
StarsListStars(ctx context.Context, params *StarsListStarsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// StarsStarEntityWithBody request with any body
StarsStarEntityWithBody(ctx context.Context, params *StarsStarEntityParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
StarsStarEntity(ctx context.Context, params *StarsStarEntityParams, body StarsStarEntityJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// StarsUnstarEntity request
StarsUnstarEntity(ctx context.Context, entityType string, entityId openapi_types.UUID, params *StarsUnstarEntityParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// TeamsListTeams request
TeamsListTeams(ctx context.Context, params *TeamsListTeamsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// TeamsCreateTeamWithBody request with any body
TeamsCreateTeamWithBody(ctx context.Context, params *TeamsCreateTeamParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
TeamsCreateTeam(ctx context.Context, params *TeamsCreateTeamParams, body TeamsCreateTeamJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// TeamsGetDefaultTeam request
TeamsGetDefaultTeam(ctx context.Context, params *TeamsGetDefaultTeamParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// TeamsDeleteTeam request
TeamsDeleteTeam(ctx context.Context, teamId openapi_types.UUID, params *TeamsDeleteTeamParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// TeamsGetTeam request
TeamsGetTeam(ctx context.Context, teamId openapi_types.UUID, params *TeamsGetTeamParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// TeamsUpdateTeamWithBody request with any body
TeamsUpdateTeamWithBody(ctx context.Context, teamId openapi_types.UUID, params *TeamsUpdateTeamParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
TeamsUpdateTeam(ctx context.Context, teamId openapi_types.UUID, params *TeamsUpdateTeamParams, body TeamsUpdateTeamJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// TeamsListTeamMembers request
TeamsListTeamMembers(ctx context.Context, teamId openapi_types.UUID, params *TeamsListTeamMembersParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// TeamsAddTeamMember request
TeamsAddTeamMember(ctx context.Context, teamId openapi_types.UUID, params *TeamsAddTeamMemberParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// TeamsRemoveTeamMember request
TeamsRemoveTeamMember(ctx context.Context, teamId openapi_types.UUID, userId openapi_types.UUID, params *TeamsRemoveTeamMemberParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// TelemetryReceiveOtlpMetrics request
TelemetryReceiveOtlpMetrics(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
// TestHelpersCreateTestTenantWithBody request with any body
TestHelpersCreateTestTenantWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
TestHelpersCreateTestTenant(ctx context.Context, body TestHelpersCreateTestTenantJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// TestHelpersSweepTestTenantsWithBody request with any body
TestHelpersSweepTestTenantsWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
TestHelpersSweepTestTenants(ctx context.Context, body TestHelpersSweepTestTenantsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// TestHelpersDeleteTestTenant request
TestHelpersDeleteTestTenant(ctx context.Context, tenantId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
// TestHelpersSweepTestUsers request
TestHelpersSweepTestUsers(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
// UsersReadUsers request
UsersReadUsers(ctx context.Context, params *UsersReadUsersParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// UsersCreateUserWithBody request with any body
UsersCreateUserWithBody(ctx context.Context, params *UsersCreateUserParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
UsersCreateUser(ctx context.Context, params *UsersCreateUserParams, body UsersCreateUserJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// UsersDeleteUserMe request
UsersDeleteUserMe(ctx context.Context, params *UsersDeleteUserMeParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// UsersReadUserMe request
UsersReadUserMe(ctx context.Context, params *UsersReadUserMeParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// UsersUpdateUserMeWithBody request with any body
UsersUpdateUserMeWithBody(ctx context.Context, params *UsersUpdateUserMeParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
UsersUpdateUserMe(ctx context.Context, params *UsersUpdateUserMeParams, body UsersUpdateUserMeJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// UsersDeleteProfilePicture request
UsersDeleteProfilePicture(ctx context.Context, params *UsersDeleteProfilePictureParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// UsersGetProfilePicture request
UsersGetProfilePicture(ctx context.Context, params *UsersGetProfilePictureParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// UsersUploadProfilePictureWithBody request with any body
UsersUploadProfilePictureWithBody(ctx context.Context, params *UsersUploadProfilePictureParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
// UsersDeleteUser request
UsersDeleteUser(ctx context.Context, userId openapi_types.UUID, params *UsersDeleteUserParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// UsersReadUserById request
UsersReadUserById(ctx context.Context, userId openapi_types.UUID, params *UsersReadUserByIdParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// UsersUpdateUserWithBody request with any body
UsersUpdateUserWithBody(ctx context.Context, userId openapi_types.UUID, params *UsersUpdateUserParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
UsersUpdateUser(ctx context.Context, userId openapi_types.UUID, params *UsersUpdateUserParams, body UsersUpdateUserJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// UtilsHealthCheck request
UtilsHealthCheck(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
// UtilsTestEmail request
UtilsTestEmail(ctx context.Context, params *UtilsTestEmailParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// VideosReadCameraVideos request
VideosReadCameraVideos(ctx context.Context, params *VideosReadCameraVideosParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// VideosProcessVideoWithBody request with any body
VideosProcessVideoWithBody(ctx context.Context, params *VideosProcessVideoParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
// VideosUploadCameraVideoWithBody request with any body
VideosUploadCameraVideoWithBody(ctx context.Context, params *VideosUploadCameraVideoParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
// VideosGetProcessedVideo request
VideosGetProcessedVideo(ctx context.Context, filename string, params *VideosGetProcessedVideoParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// VideosDeleteCameraVideo request
VideosDeleteCameraVideo(ctx context.Context, videoId openapi_types.UUID, params *VideosDeleteCameraVideoParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// VideosReadCameraVideo request
VideosReadCameraVideo(ctx context.Context, videoId openapi_types.UUID, params *VideosReadCameraVideoParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// VideosUpdateCameraVideoWithBody request with any body
VideosUpdateCameraVideoWithBody(ctx context.Context, videoId openapi_types.UUID, params *VideosUpdateCameraVideoParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
VideosUpdateCameraVideo(ctx context.Context, videoId openapi_types.UUID, params *VideosUpdateCameraVideoParams, body VideosUpdateCameraVideoJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// VideosDebugVideoFile request
VideosDebugVideoFile(ctx context.Context, videoId openapi_types.UUID, params *VideosDebugVideoFileParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// VideosGetOriginalVideo request
VideosGetOriginalVideo(ctx context.Context, videoId openapi_types.UUID, params *VideosGetOriginalVideoParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// VideosGetProcessedVideoFile request
VideosGetProcessedVideoFile(ctx context.Context, videoId openapi_types.UUID, params *VideosGetProcessedVideoFileParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// VideosGetProcessingStatus request
VideosGetProcessingStatus(ctx context.Context, videoId openapi_types.UUID, params *VideosGetProcessingStatusParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// VideosReprocessCameraVideo request
VideosReprocessCameraVideo(ctx context.Context, videoId openapi_types.UUID, params *VideosReprocessCameraVideoParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// VoiceTtsWithBody request with any body
VoiceTtsWithBody(ctx context.Context, params *VoiceTtsParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
VoiceTts(ctx context.Context, params *VoiceTtsParams, body VoiceTtsJSONRequestBody, 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) ActivityListActivityWithResponse ¶
func (c *ClientWithResponses) ActivityListActivityWithResponse(ctx context.Context, params *ActivityListActivityParams, reqEditors ...RequestEditorFn) (*ActivityListActivityResponse, error)
ActivityListActivityWithResponse request returning *ActivityListActivityResponse
func (*ClientWithResponses) AgentChatChatWithResponse ¶
func (c *ClientWithResponses) AgentChatChatWithResponse(ctx context.Context, configId openapi_types.UUID, params *AgentChatChatParams, reqEditors ...RequestEditorFn) (*AgentChatChatResponse, error)
AgentChatChatWithResponse request returning *AgentChatChatResponse
func (*ClientWithResponses) AgentEvalsCreateEvalDatasetWithBodyWithResponse ¶
func (c *ClientWithResponses) AgentEvalsCreateEvalDatasetWithBodyWithResponse(ctx context.Context, configId openapi_types.UUID, params *AgentEvalsCreateEvalDatasetParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AgentEvalsCreateEvalDatasetResponse, error)
AgentEvalsCreateEvalDatasetWithBodyWithResponse request with arbitrary body returning *AgentEvalsCreateEvalDatasetResponse
func (*ClientWithResponses) AgentEvalsCreateEvalDatasetWithResponse ¶
func (c *ClientWithResponses) AgentEvalsCreateEvalDatasetWithResponse(ctx context.Context, configId openapi_types.UUID, params *AgentEvalsCreateEvalDatasetParams, body AgentEvalsCreateEvalDatasetJSONRequestBody, reqEditors ...RequestEditorFn) (*AgentEvalsCreateEvalDatasetResponse, error)
func (*ClientWithResponses) AgentEvalsDeleteEvalDatasetWithResponse ¶
func (c *ClientWithResponses) AgentEvalsDeleteEvalDatasetWithResponse(ctx context.Context, datasetId openapi_types.UUID, params *AgentEvalsDeleteEvalDatasetParams, reqEditors ...RequestEditorFn) (*AgentEvalsDeleteEvalDatasetResponse, error)
AgentEvalsDeleteEvalDatasetWithResponse request returning *AgentEvalsDeleteEvalDatasetResponse
func (*ClientWithResponses) AgentEvalsGetEvalCasesWithResponse ¶
func (c *ClientWithResponses) AgentEvalsGetEvalCasesWithResponse(ctx context.Context, datasetId openapi_types.UUID, params *AgentEvalsGetEvalCasesParams, reqEditors ...RequestEditorFn) (*AgentEvalsGetEvalCasesResponse, error)
AgentEvalsGetEvalCasesWithResponse request returning *AgentEvalsGetEvalCasesResponse
func (*ClientWithResponses) AgentEvalsGetEvalDatasetWithResponse ¶
func (c *ClientWithResponses) AgentEvalsGetEvalDatasetWithResponse(ctx context.Context, datasetId openapi_types.UUID, params *AgentEvalsGetEvalDatasetParams, reqEditors ...RequestEditorFn) (*AgentEvalsGetEvalDatasetResponse, error)
AgentEvalsGetEvalDatasetWithResponse request returning *AgentEvalsGetEvalDatasetResponse
func (*ClientWithResponses) AgentEvalsListEvalDatasetsWithResponse ¶
func (c *ClientWithResponses) AgentEvalsListEvalDatasetsWithResponse(ctx context.Context, configId openapi_types.UUID, params *AgentEvalsListEvalDatasetsParams, reqEditors ...RequestEditorFn) (*AgentEvalsListEvalDatasetsResponse, error)
AgentEvalsListEvalDatasetsWithResponse request returning *AgentEvalsListEvalDatasetsResponse
func (*ClientWithResponses) AgentEvalsListEvalRunsWithResponse ¶
func (c *ClientWithResponses) AgentEvalsListEvalRunsWithResponse(ctx context.Context, datasetId openapi_types.UUID, params *AgentEvalsListEvalRunsParams, reqEditors ...RequestEditorFn) (*AgentEvalsListEvalRunsResponse, error)
AgentEvalsListEvalRunsWithResponse request returning *AgentEvalsListEvalRunsResponse
func (*ClientWithResponses) AgentEvalsPutEvalCasesWithResponse ¶
func (c *ClientWithResponses) AgentEvalsPutEvalCasesWithResponse(ctx context.Context, datasetId openapi_types.UUID, params *AgentEvalsPutEvalCasesParams, reqEditors ...RequestEditorFn) (*AgentEvalsPutEvalCasesResponse, error)
AgentEvalsPutEvalCasesWithResponse request returning *AgentEvalsPutEvalCasesResponse
func (*ClientWithResponses) AgentEvalsRunEvalWithResponse ¶
func (c *ClientWithResponses) AgentEvalsRunEvalWithResponse(ctx context.Context, datasetId openapi_types.UUID, params *AgentEvalsRunEvalParams, reqEditors ...RequestEditorFn) (*AgentEvalsRunEvalResponse, error)
AgentEvalsRunEvalWithResponse request returning *AgentEvalsRunEvalResponse
func (*ClientWithResponses) AgentEvalsUpdateEvalDatasetWithBodyWithResponse ¶
func (c *ClientWithResponses) AgentEvalsUpdateEvalDatasetWithBodyWithResponse(ctx context.Context, datasetId openapi_types.UUID, params *AgentEvalsUpdateEvalDatasetParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AgentEvalsUpdateEvalDatasetResponse, error)
AgentEvalsUpdateEvalDatasetWithBodyWithResponse request with arbitrary body returning *AgentEvalsUpdateEvalDatasetResponse
func (*ClientWithResponses) AgentEvalsUpdateEvalDatasetWithResponse ¶
func (c *ClientWithResponses) AgentEvalsUpdateEvalDatasetWithResponse(ctx context.Context, datasetId openapi_types.UUID, params *AgentEvalsUpdateEvalDatasetParams, body AgentEvalsUpdateEvalDatasetJSONRequestBody, reqEditors ...RequestEditorFn) (*AgentEvalsUpdateEvalDatasetResponse, error)
func (*ClientWithResponses) AgentFilesDeleteFileWithResponse ¶
func (c *ClientWithResponses) AgentFilesDeleteFileWithResponse(ctx context.Context, configId openapi_types.UUID, filePath string, params *AgentFilesDeleteFileParams, reqEditors ...RequestEditorFn) (*AgentFilesDeleteFileResponse, error)
AgentFilesDeleteFileWithResponse request returning *AgentFilesDeleteFileResponse
func (*ClientWithResponses) AgentFilesGetFileWithResponse ¶
func (c *ClientWithResponses) AgentFilesGetFileWithResponse(ctx context.Context, configId openapi_types.UUID, filePath string, params *AgentFilesGetFileParams, reqEditors ...RequestEditorFn) (*AgentFilesGetFileResponse, error)
AgentFilesGetFileWithResponse request returning *AgentFilesGetFileResponse
func (*ClientWithResponses) AgentFilesListFilesWithResponse ¶
func (c *ClientWithResponses) AgentFilesListFilesWithResponse(ctx context.Context, configId openapi_types.UUID, params *AgentFilesListFilesParams, reqEditors ...RequestEditorFn) (*AgentFilesListFilesResponse, error)
AgentFilesListFilesWithResponse request returning *AgentFilesListFilesResponse
func (*ClientWithResponses) AgentFilesPutFileWithResponse ¶
func (c *ClientWithResponses) AgentFilesPutFileWithResponse(ctx context.Context, configId openapi_types.UUID, filePath string, params *AgentFilesPutFileParams, reqEditors ...RequestEditorFn) (*AgentFilesPutFileResponse, error)
AgentFilesPutFileWithResponse request returning *AgentFilesPutFileResponse
func (*ClientWithResponses) AgentSessionsGetSessionMessagesWithResponse ¶
func (c *ClientWithResponses) AgentSessionsGetSessionMessagesWithResponse(ctx context.Context, sessionId string, params *AgentSessionsGetSessionMessagesParams, reqEditors ...RequestEditorFn) (*AgentSessionsGetSessionMessagesResponse, error)
AgentSessionsGetSessionMessagesWithResponse request returning *AgentSessionsGetSessionMessagesResponse
func (*ClientWithResponses) AgentSessionsListSessionsWithResponse ¶
func (c *ClientWithResponses) AgentSessionsListSessionsWithResponse(ctx context.Context, params *AgentSessionsListSessionsParams, reqEditors ...RequestEditorFn) (*AgentSessionsListSessionsResponse, error)
AgentSessionsListSessionsWithResponse request returning *AgentSessionsListSessionsResponse
func (*ClientWithResponses) AgentSessionsSaveSessionMessagesEndpointWithBodyWithResponse ¶
func (c *ClientWithResponses) AgentSessionsSaveSessionMessagesEndpointWithBodyWithResponse(ctx context.Context, sessionId string, params *AgentSessionsSaveSessionMessagesEndpointParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AgentSessionsSaveSessionMessagesEndpointResponse, error)
AgentSessionsSaveSessionMessagesEndpointWithBodyWithResponse request with arbitrary body returning *AgentSessionsSaveSessionMessagesEndpointResponse
func (*ClientWithResponses) AgentSessionsSaveSessionMessagesEndpointWithResponse ¶
func (c *ClientWithResponses) AgentSessionsSaveSessionMessagesEndpointWithResponse(ctx context.Context, sessionId string, params *AgentSessionsSaveSessionMessagesEndpointParams, body AgentSessionsSaveSessionMessagesEndpointJSONRequestBody, reqEditors ...RequestEditorFn) (*AgentSessionsSaveSessionMessagesEndpointResponse, error)
func (*ClientWithResponses) AgentSessionsUpdateSessionPreferencesWithBodyWithResponse ¶
func (c *ClientWithResponses) AgentSessionsUpdateSessionPreferencesWithBodyWithResponse(ctx context.Context, sessionId string, params *AgentSessionsUpdateSessionPreferencesParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AgentSessionsUpdateSessionPreferencesResponse, error)
AgentSessionsUpdateSessionPreferencesWithBodyWithResponse request with arbitrary body returning *AgentSessionsUpdateSessionPreferencesResponse
func (*ClientWithResponses) AgentSessionsUpdateSessionPreferencesWithResponse ¶
func (c *ClientWithResponses) AgentSessionsUpdateSessionPreferencesWithResponse(ctx context.Context, sessionId string, params *AgentSessionsUpdateSessionPreferencesParams, body AgentSessionsUpdateSessionPreferencesJSONRequestBody, reqEditors ...RequestEditorFn) (*AgentSessionsUpdateSessionPreferencesResponse, error)
func (*ClientWithResponses) AgentSessionsUpdateSessionWithResponse ¶
func (c *ClientWithResponses) AgentSessionsUpdateSessionWithResponse(ctx context.Context, sessionId string, params *AgentSessionsUpdateSessionParams, reqEditors ...RequestEditorFn) (*AgentSessionsUpdateSessionResponse, error)
AgentSessionsUpdateSessionWithResponse request returning *AgentSessionsUpdateSessionResponse
func (*ClientWithResponses) AgentSkillFilesDeleteSkillFileWithResponse ¶
func (c *ClientWithResponses) AgentSkillFilesDeleteSkillFileWithResponse(ctx context.Context, skillId openapi_types.UUID, filePath string, params *AgentSkillFilesDeleteSkillFileParams, reqEditors ...RequestEditorFn) (*AgentSkillFilesDeleteSkillFileResponse, error)
AgentSkillFilesDeleteSkillFileWithResponse request returning *AgentSkillFilesDeleteSkillFileResponse
func (*ClientWithResponses) AgentSkillFilesGetSkillFileWithResponse ¶
func (c *ClientWithResponses) AgentSkillFilesGetSkillFileWithResponse(ctx context.Context, skillId openapi_types.UUID, filePath string, params *AgentSkillFilesGetSkillFileParams, reqEditors ...RequestEditorFn) (*AgentSkillFilesGetSkillFileResponse, error)
AgentSkillFilesGetSkillFileWithResponse request returning *AgentSkillFilesGetSkillFileResponse
func (*ClientWithResponses) AgentSkillFilesListSkillFilesWithResponse ¶
func (c *ClientWithResponses) AgentSkillFilesListSkillFilesWithResponse(ctx context.Context, skillId openapi_types.UUID, params *AgentSkillFilesListSkillFilesParams, reqEditors ...RequestEditorFn) (*AgentSkillFilesListSkillFilesResponse, error)
AgentSkillFilesListSkillFilesWithResponse request returning *AgentSkillFilesListSkillFilesResponse
func (*ClientWithResponses) AgentSkillFilesPutSkillFileWithResponse ¶
func (c *ClientWithResponses) AgentSkillFilesPutSkillFileWithResponse(ctx context.Context, skillId openapi_types.UUID, filePath string, params *AgentSkillFilesPutSkillFileParams, reqEditors ...RequestEditorFn) (*AgentSkillFilesPutSkillFileResponse, error)
AgentSkillFilesPutSkillFileWithResponse request returning *AgentSkillFilesPutSkillFileResponse
func (*ClientWithResponses) AgentSkillsCreateSkillWithBodyWithResponse ¶
func (c *ClientWithResponses) AgentSkillsCreateSkillWithBodyWithResponse(ctx context.Context, params *AgentSkillsCreateSkillParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AgentSkillsCreateSkillResponse, error)
AgentSkillsCreateSkillWithBodyWithResponse request with arbitrary body returning *AgentSkillsCreateSkillResponse
func (*ClientWithResponses) AgentSkillsCreateSkillWithResponse ¶
func (c *ClientWithResponses) AgentSkillsCreateSkillWithResponse(ctx context.Context, params *AgentSkillsCreateSkillParams, body AgentSkillsCreateSkillJSONRequestBody, reqEditors ...RequestEditorFn) (*AgentSkillsCreateSkillResponse, error)
func (*ClientWithResponses) AgentSkillsDeleteSkillWithResponse ¶
func (c *ClientWithResponses) AgentSkillsDeleteSkillWithResponse(ctx context.Context, skillId openapi_types.UUID, params *AgentSkillsDeleteSkillParams, reqEditors ...RequestEditorFn) (*AgentSkillsDeleteSkillResponse, error)
AgentSkillsDeleteSkillWithResponse request returning *AgentSkillsDeleteSkillResponse
func (*ClientWithResponses) AgentSkillsForkSkillWithResponse ¶
func (c *ClientWithResponses) AgentSkillsForkSkillWithResponse(ctx context.Context, skillId openapi_types.UUID, params *AgentSkillsForkSkillParams, reqEditors ...RequestEditorFn) (*AgentSkillsForkSkillResponse, error)
AgentSkillsForkSkillWithResponse request returning *AgentSkillsForkSkillResponse
func (*ClientWithResponses) AgentSkillsGetDefaultContentWithResponse ¶
func (c *ClientWithResponses) AgentSkillsGetDefaultContentWithResponse(ctx context.Context, skillId openapi_types.UUID, params *AgentSkillsGetDefaultContentParams, reqEditors ...RequestEditorFn) (*AgentSkillsGetDefaultContentResponse, error)
AgentSkillsGetDefaultContentWithResponse request returning *AgentSkillsGetDefaultContentResponse
func (*ClientWithResponses) AgentSkillsGetSkillContentWithResponse ¶
func (c *ClientWithResponses) AgentSkillsGetSkillContentWithResponse(ctx context.Context, skillId openapi_types.UUID, params *AgentSkillsGetSkillContentParams, reqEditors ...RequestEditorFn) (*AgentSkillsGetSkillContentResponse, error)
AgentSkillsGetSkillContentWithResponse request returning *AgentSkillsGetSkillContentResponse
func (*ClientWithResponses) AgentSkillsGetSkillWithResponse ¶
func (c *ClientWithResponses) AgentSkillsGetSkillWithResponse(ctx context.Context, skillId openapi_types.UUID, params *AgentSkillsGetSkillParams, reqEditors ...RequestEditorFn) (*AgentSkillsGetSkillResponse, error)
AgentSkillsGetSkillWithResponse request returning *AgentSkillsGetSkillResponse
func (*ClientWithResponses) AgentSkillsListSkillsWithResponse ¶
func (c *ClientWithResponses) AgentSkillsListSkillsWithResponse(ctx context.Context, params *AgentSkillsListSkillsParams, reqEditors ...RequestEditorFn) (*AgentSkillsListSkillsResponse, error)
AgentSkillsListSkillsWithResponse request returning *AgentSkillsListSkillsResponse
func (*ClientWithResponses) AgentSkillsPutSkillContentWithResponse ¶
func (c *ClientWithResponses) AgentSkillsPutSkillContentWithResponse(ctx context.Context, skillId openapi_types.UUID, params *AgentSkillsPutSkillContentParams, reqEditors ...RequestEditorFn) (*AgentSkillsPutSkillContentResponse, error)
AgentSkillsPutSkillContentWithResponse request returning *AgentSkillsPutSkillContentResponse
func (*ClientWithResponses) AgentSkillsRevertForkWithResponse ¶
func (c *ClientWithResponses) AgentSkillsRevertForkWithResponse(ctx context.Context, skillId openapi_types.UUID, params *AgentSkillsRevertForkParams, reqEditors ...RequestEditorFn) (*AgentSkillsRevertForkResponse, error)
AgentSkillsRevertForkWithResponse request returning *AgentSkillsRevertForkResponse
func (*ClientWithResponses) AgentSkillsUpdateSkillWithBodyWithResponse ¶
func (c *ClientWithResponses) AgentSkillsUpdateSkillWithBodyWithResponse(ctx context.Context, skillId openapi_types.UUID, params *AgentSkillsUpdateSkillParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AgentSkillsUpdateSkillResponse, error)
AgentSkillsUpdateSkillWithBodyWithResponse request with arbitrary body returning *AgentSkillsUpdateSkillResponse
func (*ClientWithResponses) AgentSkillsUpdateSkillWithResponse ¶
func (c *ClientWithResponses) AgentSkillsUpdateSkillWithResponse(ctx context.Context, skillId openapi_types.UUID, params *AgentSkillsUpdateSkillParams, body AgentSkillsUpdateSkillJSONRequestBody, reqEditors ...RequestEditorFn) (*AgentSkillsUpdateSkillResponse, error)
func (*ClientWithResponses) AgentStreamStreamSessionEventsWithResponse ¶
func (c *ClientWithResponses) AgentStreamStreamSessionEventsWithResponse(ctx context.Context, sessionId string, params *AgentStreamStreamSessionEventsParams, reqEditors ...RequestEditorFn) (*AgentStreamStreamSessionEventsResponse, error)
AgentStreamStreamSessionEventsWithResponse request returning *AgentStreamStreamSessionEventsResponse
func (*ClientWithResponses) AgentWorkspaceDefaultsGetDefaultSoulMdWithResponse ¶
func (c *ClientWithResponses) AgentWorkspaceDefaultsGetDefaultSoulMdWithResponse(ctx context.Context, params *AgentWorkspaceDefaultsGetDefaultSoulMdParams, reqEditors ...RequestEditorFn) (*AgentWorkspaceDefaultsGetDefaultSoulMdResponse, error)
AgentWorkspaceDefaultsGetDefaultSoulMdWithResponse request returning *AgentWorkspaceDefaultsGetDefaultSoulMdResponse
func (*ClientWithResponses) AgentWorkspaceDefaultsPutDefaultSoulMdWithResponse ¶
func (c *ClientWithResponses) AgentWorkspaceDefaultsPutDefaultSoulMdWithResponse(ctx context.Context, params *AgentWorkspaceDefaultsPutDefaultSoulMdParams, reqEditors ...RequestEditorFn) (*AgentWorkspaceDefaultsPutDefaultSoulMdResponse, error)
AgentWorkspaceDefaultsPutDefaultSoulMdWithResponse request returning *AgentWorkspaceDefaultsPutDefaultSoulMdResponse
func (*ClientWithResponses) AgentWorkspaceGetWorkspaceFileWithResponse ¶
func (c *ClientWithResponses) AgentWorkspaceGetWorkspaceFileWithResponse(ctx context.Context, configId openapi_types.UUID, filename string, params *AgentWorkspaceGetWorkspaceFileParams, reqEditors ...RequestEditorFn) (*AgentWorkspaceGetWorkspaceFileResponse, error)
AgentWorkspaceGetWorkspaceFileWithResponse request returning *AgentWorkspaceGetWorkspaceFileResponse
func (*ClientWithResponses) AgentWorkspaceListWorkspaceFilesWithResponse ¶
func (c *ClientWithResponses) AgentWorkspaceListWorkspaceFilesWithResponse(ctx context.Context, configId openapi_types.UUID, params *AgentWorkspaceListWorkspaceFilesParams, reqEditors ...RequestEditorFn) (*AgentWorkspaceListWorkspaceFilesResponse, error)
AgentWorkspaceListWorkspaceFilesWithResponse request returning *AgentWorkspaceListWorkspaceFilesResponse
func (*ClientWithResponses) AgentWorkspacePutWorkspaceFileWithResponse ¶
func (c *ClientWithResponses) AgentWorkspacePutWorkspaceFileWithResponse(ctx context.Context, configId openapi_types.UUID, filename string, params *AgentWorkspacePutWorkspaceFileParams, reqEditors ...RequestEditorFn) (*AgentWorkspacePutWorkspaceFileResponse, error)
AgentWorkspacePutWorkspaceFileWithResponse request returning *AgentWorkspacePutWorkspaceFileResponse
func (*ClientWithResponses) AgentsCreateAgentConfigWithBodyWithResponse ¶
func (c *ClientWithResponses) AgentsCreateAgentConfigWithBodyWithResponse(ctx context.Context, params *AgentsCreateAgentConfigParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AgentsCreateAgentConfigResponse, error)
AgentsCreateAgentConfigWithBodyWithResponse request with arbitrary body returning *AgentsCreateAgentConfigResponse
func (*ClientWithResponses) AgentsCreateAgentConfigWithResponse ¶
func (c *ClientWithResponses) AgentsCreateAgentConfigWithResponse(ctx context.Context, params *AgentsCreateAgentConfigParams, body AgentsCreateAgentConfigJSONRequestBody, reqEditors ...RequestEditorFn) (*AgentsCreateAgentConfigResponse, error)
func (*ClientWithResponses) AgentsCreateHeartbeatTaskWithBodyWithResponse ¶
func (c *ClientWithResponses) AgentsCreateHeartbeatTaskWithBodyWithResponse(ctx context.Context, configId openapi_types.UUID, params *AgentsCreateHeartbeatTaskParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AgentsCreateHeartbeatTaskResponse, error)
AgentsCreateHeartbeatTaskWithBodyWithResponse request with arbitrary body returning *AgentsCreateHeartbeatTaskResponse
func (*ClientWithResponses) AgentsCreateHeartbeatTaskWithResponse ¶
func (c *ClientWithResponses) AgentsCreateHeartbeatTaskWithResponse(ctx context.Context, configId openapi_types.UUID, params *AgentsCreateHeartbeatTaskParams, body AgentsCreateHeartbeatTaskJSONRequestBody, reqEditors ...RequestEditorFn) (*AgentsCreateHeartbeatTaskResponse, error)
func (*ClientWithResponses) AgentsCreateHookWithBodyWithResponse ¶
func (c *ClientWithResponses) AgentsCreateHookWithBodyWithResponse(ctx context.Context, configId openapi_types.UUID, params *AgentsCreateHookParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AgentsCreateHookResponse, error)
AgentsCreateHookWithBodyWithResponse request with arbitrary body returning *AgentsCreateHookResponse
func (*ClientWithResponses) AgentsCreateHookWithResponse ¶
func (c *ClientWithResponses) AgentsCreateHookWithResponse(ctx context.Context, configId openapi_types.UUID, params *AgentsCreateHookParams, body AgentsCreateHookJSONRequestBody, reqEditors ...RequestEditorFn) (*AgentsCreateHookResponse, error)
func (*ClientWithResponses) AgentsDeleteAgentConfigWithResponse ¶
func (c *ClientWithResponses) AgentsDeleteAgentConfigWithResponse(ctx context.Context, configId openapi_types.UUID, params *AgentsDeleteAgentConfigParams, reqEditors ...RequestEditorFn) (*AgentsDeleteAgentConfigResponse, error)
AgentsDeleteAgentConfigWithResponse request returning *AgentsDeleteAgentConfigResponse
func (*ClientWithResponses) AgentsDeleteHeartbeatTaskWithResponse ¶
func (c *ClientWithResponses) AgentsDeleteHeartbeatTaskWithResponse(ctx context.Context, taskId openapi_types.UUID, params *AgentsDeleteHeartbeatTaskParams, reqEditors ...RequestEditorFn) (*AgentsDeleteHeartbeatTaskResponse, error)
AgentsDeleteHeartbeatTaskWithResponse request returning *AgentsDeleteHeartbeatTaskResponse
func (*ClientWithResponses) AgentsDeleteHookWithResponse ¶
func (c *ClientWithResponses) AgentsDeleteHookWithResponse(ctx context.Context, hookId openapi_types.UUID, params *AgentsDeleteHookParams, reqEditors ...RequestEditorFn) (*AgentsDeleteHookResponse, error)
AgentsDeleteHookWithResponse request returning *AgentsDeleteHookResponse
func (*ClientWithResponses) AgentsExportHeartbeatMdWithResponse ¶
func (c *ClientWithResponses) AgentsExportHeartbeatMdWithResponse(ctx context.Context, configId openapi_types.UUID, params *AgentsExportHeartbeatMdParams, reqEditors ...RequestEditorFn) (*AgentsExportHeartbeatMdResponse, error)
AgentsExportHeartbeatMdWithResponse request returning *AgentsExportHeartbeatMdResponse
func (*ClientWithResponses) AgentsGetAgentConfigWithResponse ¶
func (c *ClientWithResponses) AgentsGetAgentConfigWithResponse(ctx context.Context, configId openapi_types.UUID, params *AgentsGetAgentConfigParams, reqEditors ...RequestEditorFn) (*AgentsGetAgentConfigResponse, error)
AgentsGetAgentConfigWithResponse request returning *AgentsGetAgentConfigResponse
func (*ClientWithResponses) AgentsGetHeartbeatTaskWithResponse ¶
func (c *ClientWithResponses) AgentsGetHeartbeatTaskWithResponse(ctx context.Context, taskId openapi_types.UUID, params *AgentsGetHeartbeatTaskParams, reqEditors ...RequestEditorFn) (*AgentsGetHeartbeatTaskResponse, error)
AgentsGetHeartbeatTaskWithResponse request returning *AgentsGetHeartbeatTaskResponse
func (*ClientWithResponses) AgentsGetHookWithResponse ¶
func (c *ClientWithResponses) AgentsGetHookWithResponse(ctx context.Context, hookId openapi_types.UUID, params *AgentsGetHookParams, reqEditors ...RequestEditorFn) (*AgentsGetHookResponse, error)
AgentsGetHookWithResponse request returning *AgentsGetHookResponse
func (*ClientWithResponses) AgentsListAgentConfigsWithResponse ¶
func (c *ClientWithResponses) AgentsListAgentConfigsWithResponse(ctx context.Context, params *AgentsListAgentConfigsParams, reqEditors ...RequestEditorFn) (*AgentsListAgentConfigsResponse, error)
AgentsListAgentConfigsWithResponse request returning *AgentsListAgentConfigsResponse
func (*ClientWithResponses) AgentsListHeartbeatTasksWithResponse ¶
func (c *ClientWithResponses) AgentsListHeartbeatTasksWithResponse(ctx context.Context, configId openapi_types.UUID, params *AgentsListHeartbeatTasksParams, reqEditors ...RequestEditorFn) (*AgentsListHeartbeatTasksResponse, error)
AgentsListHeartbeatTasksWithResponse request returning *AgentsListHeartbeatTasksResponse
func (*ClientWithResponses) AgentsListHooksWithResponse ¶
func (c *ClientWithResponses) AgentsListHooksWithResponse(ctx context.Context, configId openapi_types.UUID, params *AgentsListHooksParams, reqEditors ...RequestEditorFn) (*AgentsListHooksResponse, error)
AgentsListHooksWithResponse request returning *AgentsListHooksResponse
func (*ClientWithResponses) AgentsListPageAgentsWithResponse ¶
func (c *ClientWithResponses) AgentsListPageAgentsWithResponse(ctx context.Context, params *AgentsListPageAgentsParams, reqEditors ...RequestEditorFn) (*AgentsListPageAgentsResponse, error)
AgentsListPageAgentsWithResponse request returning *AgentsListPageAgentsResponse
func (*ClientWithResponses) AgentsSyncHeartbeatMdWithResponse ¶
func (c *ClientWithResponses) AgentsSyncHeartbeatMdWithResponse(ctx context.Context, configId openapi_types.UUID, params *AgentsSyncHeartbeatMdParams, reqEditors ...RequestEditorFn) (*AgentsSyncHeartbeatMdResponse, error)
AgentsSyncHeartbeatMdWithResponse request returning *AgentsSyncHeartbeatMdResponse
func (*ClientWithResponses) AgentsUpdateAgentConfigWithBodyWithResponse ¶
func (c *ClientWithResponses) AgentsUpdateAgentConfigWithBodyWithResponse(ctx context.Context, configId openapi_types.UUID, params *AgentsUpdateAgentConfigParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AgentsUpdateAgentConfigResponse, error)
AgentsUpdateAgentConfigWithBodyWithResponse request with arbitrary body returning *AgentsUpdateAgentConfigResponse
func (*ClientWithResponses) AgentsUpdateAgentConfigWithResponse ¶
func (c *ClientWithResponses) AgentsUpdateAgentConfigWithResponse(ctx context.Context, configId openapi_types.UUID, params *AgentsUpdateAgentConfigParams, body AgentsUpdateAgentConfigJSONRequestBody, reqEditors ...RequestEditorFn) (*AgentsUpdateAgentConfigResponse, error)
func (*ClientWithResponses) AgentsUpdateHeartbeatTaskWithBodyWithResponse ¶
func (c *ClientWithResponses) AgentsUpdateHeartbeatTaskWithBodyWithResponse(ctx context.Context, taskId openapi_types.UUID, params *AgentsUpdateHeartbeatTaskParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AgentsUpdateHeartbeatTaskResponse, error)
AgentsUpdateHeartbeatTaskWithBodyWithResponse request with arbitrary body returning *AgentsUpdateHeartbeatTaskResponse
func (*ClientWithResponses) AgentsUpdateHeartbeatTaskWithResponse ¶
func (c *ClientWithResponses) AgentsUpdateHeartbeatTaskWithResponse(ctx context.Context, taskId openapi_types.UUID, params *AgentsUpdateHeartbeatTaskParams, body AgentsUpdateHeartbeatTaskJSONRequestBody, reqEditors ...RequestEditorFn) (*AgentsUpdateHeartbeatTaskResponse, error)
func (*ClientWithResponses) AgentsUpdateHookWithBodyWithResponse ¶
func (c *ClientWithResponses) AgentsUpdateHookWithBodyWithResponse(ctx context.Context, hookId openapi_types.UUID, params *AgentsUpdateHookParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AgentsUpdateHookResponse, error)
AgentsUpdateHookWithBodyWithResponse request with arbitrary body returning *AgentsUpdateHookResponse
func (*ClientWithResponses) AgentsUpdateHookWithResponse ¶
func (c *ClientWithResponses) AgentsUpdateHookWithResponse(ctx context.Context, hookId openapi_types.UUID, params *AgentsUpdateHookParams, body AgentsUpdateHookJSONRequestBody, reqEditors ...RequestEditorFn) (*AgentsUpdateHookResponse, error)
func (*ClientWithResponses) AiConfigCreateOrReplaceAiConfigWithBodyWithResponse ¶
func (c *ClientWithResponses) AiConfigCreateOrReplaceAiConfigWithBodyWithResponse(ctx context.Context, deviceGroupId openapi_types.UUID, params *AiConfigCreateOrReplaceAiConfigParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AiConfigCreateOrReplaceAiConfigResponse, error)
AiConfigCreateOrReplaceAiConfigWithBodyWithResponse request with arbitrary body returning *AiConfigCreateOrReplaceAiConfigResponse
func (*ClientWithResponses) AiConfigCreateOrReplaceAiConfigWithResponse ¶
func (c *ClientWithResponses) AiConfigCreateOrReplaceAiConfigWithResponse(ctx context.Context, deviceGroupId openapi_types.UUID, params *AiConfigCreateOrReplaceAiConfigParams, body AiConfigCreateOrReplaceAiConfigJSONRequestBody, reqEditors ...RequestEditorFn) (*AiConfigCreateOrReplaceAiConfigResponse, error)
func (*ClientWithResponses) AiConfigDeleteAiConfigWithResponse ¶
func (c *ClientWithResponses) AiConfigDeleteAiConfigWithResponse(ctx context.Context, deviceGroupId openapi_types.UUID, params *AiConfigDeleteAiConfigParams, reqEditors ...RequestEditorFn) (*AiConfigDeleteAiConfigResponse, error)
AiConfigDeleteAiConfigWithResponse request returning *AiConfigDeleteAiConfigResponse
func (*ClientWithResponses) AiConfigGetAiConfigWithResponse ¶
func (c *ClientWithResponses) AiConfigGetAiConfigWithResponse(ctx context.Context, deviceGroupId openapi_types.UUID, params *AiConfigGetAiConfigParams, reqEditors ...RequestEditorFn) (*AiConfigGetAiConfigResponse, error)
AiConfigGetAiConfigWithResponse request returning *AiConfigGetAiConfigResponse
func (*ClientWithResponses) AiConfigUpdateAiConfigWithBodyWithResponse ¶
func (c *ClientWithResponses) AiConfigUpdateAiConfigWithBodyWithResponse(ctx context.Context, deviceGroupId openapi_types.UUID, params *AiConfigUpdateAiConfigParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AiConfigUpdateAiConfigResponse, error)
AiConfigUpdateAiConfigWithBodyWithResponse request with arbitrary body returning *AiConfigUpdateAiConfigResponse
func (*ClientWithResponses) AiConfigUpdateAiConfigWithResponse ¶
func (c *ClientWithResponses) AiConfigUpdateAiConfigWithResponse(ctx context.Context, deviceGroupId openapi_types.UUID, params *AiConfigUpdateAiConfigParams, body AiConfigUpdateAiConfigJSONRequestBody, reqEditors ...RequestEditorFn) (*AiConfigUpdateAiConfigResponse, error)
func (*ClientWithResponses) AiProvidersCreateAiProviderWithBodyWithResponse ¶
func (c *ClientWithResponses) AiProvidersCreateAiProviderWithBodyWithResponse(ctx context.Context, params *AiProvidersCreateAiProviderParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AiProvidersCreateAiProviderResponse, error)
AiProvidersCreateAiProviderWithBodyWithResponse request with arbitrary body returning *AiProvidersCreateAiProviderResponse
func (*ClientWithResponses) AiProvidersCreateAiProviderWithResponse ¶
func (c *ClientWithResponses) AiProvidersCreateAiProviderWithResponse(ctx context.Context, params *AiProvidersCreateAiProviderParams, body AiProvidersCreateAiProviderJSONRequestBody, reqEditors ...RequestEditorFn) (*AiProvidersCreateAiProviderResponse, error)
func (*ClientWithResponses) AiProvidersDeleteAiProviderWithResponse ¶
func (c *ClientWithResponses) AiProvidersDeleteAiProviderWithResponse(ctx context.Context, providerId openapi_types.UUID, params *AiProvidersDeleteAiProviderParams, reqEditors ...RequestEditorFn) (*AiProvidersDeleteAiProviderResponse, error)
AiProvidersDeleteAiProviderWithResponse request returning *AiProvidersDeleteAiProviderResponse
func (*ClientWithResponses) AiProvidersDiscoverModelsWithBodyWithResponse ¶
func (c *ClientWithResponses) AiProvidersDiscoverModelsWithBodyWithResponse(ctx context.Context, params *AiProvidersDiscoverModelsParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AiProvidersDiscoverModelsResponse, error)
AiProvidersDiscoverModelsWithBodyWithResponse request with arbitrary body returning *AiProvidersDiscoverModelsResponse
func (*ClientWithResponses) AiProvidersDiscoverModelsWithResponse ¶
func (c *ClientWithResponses) AiProvidersDiscoverModelsWithResponse(ctx context.Context, params *AiProvidersDiscoverModelsParams, body AiProvidersDiscoverModelsJSONRequestBody, reqEditors ...RequestEditorFn) (*AiProvidersDiscoverModelsResponse, error)
func (*ClientWithResponses) AiProvidersGetAiProviderWithResponse ¶
func (c *ClientWithResponses) AiProvidersGetAiProviderWithResponse(ctx context.Context, providerId openapi_types.UUID, params *AiProvidersGetAiProviderParams, reqEditors ...RequestEditorFn) (*AiProvidersGetAiProviderResponse, error)
AiProvidersGetAiProviderWithResponse request returning *AiProvidersGetAiProviderResponse
func (*ClientWithResponses) AiProvidersListAiProvidersWithResponse ¶
func (c *ClientWithResponses) AiProvidersListAiProvidersWithResponse(ctx context.Context, params *AiProvidersListAiProvidersParams, reqEditors ...RequestEditorFn) (*AiProvidersListAiProvidersResponse, error)
AiProvidersListAiProvidersWithResponse request returning *AiProvidersListAiProvidersResponse
func (*ClientWithResponses) AiProvidersListProviderModelsWithResponse ¶
func (c *ClientWithResponses) AiProvidersListProviderModelsWithResponse(ctx context.Context, providerId openapi_types.UUID, params *AiProvidersListProviderModelsParams, reqEditors ...RequestEditorFn) (*AiProvidersListProviderModelsResponse, error)
AiProvidersListProviderModelsWithResponse request returning *AiProvidersListProviderModelsResponse
func (*ClientWithResponses) AiProvidersUpdateAiProviderWithBodyWithResponse ¶
func (c *ClientWithResponses) AiProvidersUpdateAiProviderWithBodyWithResponse(ctx context.Context, providerId openapi_types.UUID, params *AiProvidersUpdateAiProviderParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AiProvidersUpdateAiProviderResponse, error)
AiProvidersUpdateAiProviderWithBodyWithResponse request with arbitrary body returning *AiProvidersUpdateAiProviderResponse
func (*ClientWithResponses) AiProvidersUpdateAiProviderWithResponse ¶
func (c *ClientWithResponses) AiProvidersUpdateAiProviderWithResponse(ctx context.Context, providerId openapi_types.UUID, params *AiProvidersUpdateAiProviderParams, body AiProvidersUpdateAiProviderJSONRequestBody, reqEditors ...RequestEditorFn) (*AiProvidersUpdateAiProviderResponse, error)
func (*ClientWithResponses) AlertsAcknowledgeAlertEventWithResponse ¶
func (c *ClientWithResponses) AlertsAcknowledgeAlertEventWithResponse(ctx context.Context, eventId openapi_types.UUID, params *AlertsAcknowledgeAlertEventParams, reqEditors ...RequestEditorFn) (*AlertsAcknowledgeAlertEventResponse, error)
AlertsAcknowledgeAlertEventWithResponse request returning *AlertsAcknowledgeAlertEventResponse
func (*ClientWithResponses) AlertsCreateAlertRuleWithBodyWithResponse ¶
func (c *ClientWithResponses) AlertsCreateAlertRuleWithBodyWithResponse(ctx context.Context, params *AlertsCreateAlertRuleParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AlertsCreateAlertRuleResponse, error)
AlertsCreateAlertRuleWithBodyWithResponse request with arbitrary body returning *AlertsCreateAlertRuleResponse
func (*ClientWithResponses) AlertsCreateAlertRuleWithResponse ¶
func (c *ClientWithResponses) AlertsCreateAlertRuleWithResponse(ctx context.Context, params *AlertsCreateAlertRuleParams, body AlertsCreateAlertRuleJSONRequestBody, reqEditors ...RequestEditorFn) (*AlertsCreateAlertRuleResponse, error)
func (*ClientWithResponses) AlertsDeleteAlertRuleWithResponse ¶
func (c *ClientWithResponses) AlertsDeleteAlertRuleWithResponse(ctx context.Context, ruleId openapi_types.UUID, params *AlertsDeleteAlertRuleParams, reqEditors ...RequestEditorFn) (*AlertsDeleteAlertRuleResponse, error)
AlertsDeleteAlertRuleWithResponse request returning *AlertsDeleteAlertRuleResponse
func (*ClientWithResponses) AlertsDisableAlertRuleWithResponse ¶
func (c *ClientWithResponses) AlertsDisableAlertRuleWithResponse(ctx context.Context, ruleId openapi_types.UUID, params *AlertsDisableAlertRuleParams, reqEditors ...RequestEditorFn) (*AlertsDisableAlertRuleResponse, error)
AlertsDisableAlertRuleWithResponse request returning *AlertsDisableAlertRuleResponse
func (*ClientWithResponses) AlertsEnableAlertRuleWithResponse ¶
func (c *ClientWithResponses) AlertsEnableAlertRuleWithResponse(ctx context.Context, ruleId openapi_types.UUID, params *AlertsEnableAlertRuleParams, reqEditors ...RequestEditorFn) (*AlertsEnableAlertRuleResponse, error)
AlertsEnableAlertRuleWithResponse request returning *AlertsEnableAlertRuleResponse
func (*ClientWithResponses) AlertsGetAlertEventWithResponse ¶
func (c *ClientWithResponses) AlertsGetAlertEventWithResponse(ctx context.Context, eventId openapi_types.UUID, params *AlertsGetAlertEventParams, reqEditors ...RequestEditorFn) (*AlertsGetAlertEventResponse, error)
AlertsGetAlertEventWithResponse request returning *AlertsGetAlertEventResponse
func (*ClientWithResponses) AlertsGetAlertRuleWithResponse ¶
func (c *ClientWithResponses) AlertsGetAlertRuleWithResponse(ctx context.Context, ruleId openapi_types.UUID, params *AlertsGetAlertRuleParams, reqEditors ...RequestEditorFn) (*AlertsGetAlertRuleResponse, error)
AlertsGetAlertRuleWithResponse request returning *AlertsGetAlertRuleResponse
func (*ClientWithResponses) AlertsListAlertEventsWithResponse ¶
func (c *ClientWithResponses) AlertsListAlertEventsWithResponse(ctx context.Context, params *AlertsListAlertEventsParams, reqEditors ...RequestEditorFn) (*AlertsListAlertEventsResponse, error)
AlertsListAlertEventsWithResponse request returning *AlertsListAlertEventsResponse
func (*ClientWithResponses) AlertsListAlertRulesWithResponse ¶
func (c *ClientWithResponses) AlertsListAlertRulesWithResponse(ctx context.Context, params *AlertsListAlertRulesParams, reqEditors ...RequestEditorFn) (*AlertsListAlertRulesResponse, error)
AlertsListAlertRulesWithResponse request returning *AlertsListAlertRulesResponse
func (*ClientWithResponses) AlertsUpdateAlertRuleWithBodyWithResponse ¶
func (c *ClientWithResponses) AlertsUpdateAlertRuleWithBodyWithResponse(ctx context.Context, ruleId openapi_types.UUID, params *AlertsUpdateAlertRuleParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AlertsUpdateAlertRuleResponse, error)
AlertsUpdateAlertRuleWithBodyWithResponse request with arbitrary body returning *AlertsUpdateAlertRuleResponse
func (*ClientWithResponses) AlertsUpdateAlertRuleWithResponse ¶
func (c *ClientWithResponses) AlertsUpdateAlertRuleWithResponse(ctx context.Context, ruleId openapi_types.UUID, params *AlertsUpdateAlertRuleParams, body AlertsUpdateAlertRuleJSONRequestBody, reqEditors ...RequestEditorFn) (*AlertsUpdateAlertRuleResponse, error)
func (*ClientWithResponses) AnalyticsGetAnalyticsSummaryWithResponse ¶
func (c *ClientWithResponses) AnalyticsGetAnalyticsSummaryWithResponse(ctx context.Context, params *AnalyticsGetAnalyticsSummaryParams, reqEditors ...RequestEditorFn) (*AnalyticsGetAnalyticsSummaryResponse, error)
AnalyticsGetAnalyticsSummaryWithResponse request returning *AnalyticsGetAnalyticsSummaryResponse
func (*ClientWithResponses) AnalyticsGetDashboardStatsWithResponse ¶
func (c *ClientWithResponses) AnalyticsGetDashboardStatsWithResponse(ctx context.Context, params *AnalyticsGetDashboardStatsParams, reqEditors ...RequestEditorFn) (*AnalyticsGetDashboardStatsResponse, error)
AnalyticsGetDashboardStatsWithResponse request returning *AnalyticsGetDashboardStatsResponse
func (*ClientWithResponses) AnalyticsGetDetectionTrendsWithResponse ¶
func (c *ClientWithResponses) AnalyticsGetDetectionTrendsWithResponse(ctx context.Context, params *AnalyticsGetDetectionTrendsParams, reqEditors ...RequestEditorFn) (*AnalyticsGetDetectionTrendsResponse, error)
AnalyticsGetDetectionTrendsWithResponse request returning *AnalyticsGetDetectionTrendsResponse
func (*ClientWithResponses) AnalyticsGetDetectionTypesWithResponse ¶
func (c *ClientWithResponses) AnalyticsGetDetectionTypesWithResponse(ctx context.Context, params *AnalyticsGetDetectionTypesParams, reqEditors ...RequestEditorFn) (*AnalyticsGetDetectionTypesResponse, error)
AnalyticsGetDetectionTypesWithResponse request returning *AnalyticsGetDetectionTypesResponse
func (*ClientWithResponses) AnalyticsGetDeviceHealthWithResponse ¶
func (c *ClientWithResponses) AnalyticsGetDeviceHealthWithResponse(ctx context.Context, params *AnalyticsGetDeviceHealthParams, reqEditors ...RequestEditorFn) (*AnalyticsGetDeviceHealthResponse, error)
AnalyticsGetDeviceHealthWithResponse request returning *AnalyticsGetDeviceHealthResponse
func (*ClientWithResponses) AnalyticsGetDevicePerformanceWithResponse ¶
func (c *ClientWithResponses) AnalyticsGetDevicePerformanceWithResponse(ctx context.Context, params *AnalyticsGetDevicePerformanceParams, reqEditors ...RequestEditorFn) (*AnalyticsGetDevicePerformanceResponse, error)
AnalyticsGetDevicePerformanceWithResponse request returning *AnalyticsGetDevicePerformanceResponse
func (*ClientWithResponses) AnalyticsGetGrafanaUrlWithResponse ¶
func (c *ClientWithResponses) AnalyticsGetGrafanaUrlWithResponse(ctx context.Context, params *AnalyticsGetGrafanaUrlParams, reqEditors ...RequestEditorFn) (*AnalyticsGetGrafanaUrlResponse, error)
AnalyticsGetGrafanaUrlWithResponse request returning *AnalyticsGetGrafanaUrlResponse
func (*ClientWithResponses) AnnotationSystemBulkAddMediaToProjectWithBodyWithResponse ¶
func (c *ClientWithResponses) AnnotationSystemBulkAddMediaToProjectWithBodyWithResponse(ctx context.Context, projectId openapi_types.UUID, params *AnnotationSystemBulkAddMediaToProjectParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AnnotationSystemBulkAddMediaToProjectResponse, error)
AnnotationSystemBulkAddMediaToProjectWithBodyWithResponse request with arbitrary body returning *AnnotationSystemBulkAddMediaToProjectResponse
func (*ClientWithResponses) AnnotationSystemBulkAddMediaToProjectWithResponse ¶
func (c *ClientWithResponses) AnnotationSystemBulkAddMediaToProjectWithResponse(ctx context.Context, projectId openapi_types.UUID, params *AnnotationSystemBulkAddMediaToProjectParams, body AnnotationSystemBulkAddMediaToProjectJSONRequestBody, reqEditors ...RequestEditorFn) (*AnnotationSystemBulkAddMediaToProjectResponse, error)
func (*ClientWithResponses) AnnotationSystemCopyLabelsFromProjectWithResponse ¶
func (c *ClientWithResponses) AnnotationSystemCopyLabelsFromProjectWithResponse(ctx context.Context, projectId openapi_types.UUID, sourceProjectId openapi_types.UUID, params *AnnotationSystemCopyLabelsFromProjectParams, reqEditors ...RequestEditorFn) (*AnnotationSystemCopyLabelsFromProjectResponse, error)
AnnotationSystemCopyLabelsFromProjectWithResponse request returning *AnnotationSystemCopyLabelsFromProjectResponse
func (*ClientWithResponses) AnnotationSystemCreateLabelWithBodyWithResponse ¶
func (c *ClientWithResponses) AnnotationSystemCreateLabelWithBodyWithResponse(ctx context.Context, params *AnnotationSystemCreateLabelParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AnnotationSystemCreateLabelResponse, error)
AnnotationSystemCreateLabelWithBodyWithResponse request with arbitrary body returning *AnnotationSystemCreateLabelResponse
func (*ClientWithResponses) AnnotationSystemCreateLabelWithResponse ¶
func (c *ClientWithResponses) AnnotationSystemCreateLabelWithResponse(ctx context.Context, params *AnnotationSystemCreateLabelParams, body AnnotationSystemCreateLabelJSONRequestBody, reqEditors ...RequestEditorFn) (*AnnotationSystemCreateLabelResponse, error)
func (*ClientWithResponses) AnnotationSystemCreateMediaWithBodyWithResponse ¶
func (c *ClientWithResponses) AnnotationSystemCreateMediaWithBodyWithResponse(ctx context.Context, params *AnnotationSystemCreateMediaParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AnnotationSystemCreateMediaResponse, error)
AnnotationSystemCreateMediaWithBodyWithResponse request with arbitrary body returning *AnnotationSystemCreateMediaResponse
func (*ClientWithResponses) AnnotationSystemCreateMediaWithResponse ¶
func (c *ClientWithResponses) AnnotationSystemCreateMediaWithResponse(ctx context.Context, params *AnnotationSystemCreateMediaParams, body AnnotationSystemCreateMediaJSONRequestBody, reqEditors ...RequestEditorFn) (*AnnotationSystemCreateMediaResponse, error)
func (*ClientWithResponses) AnnotationSystemCreateProjectDeviceLinkWithBodyWithResponse ¶
func (c *ClientWithResponses) AnnotationSystemCreateProjectDeviceLinkWithBodyWithResponse(ctx context.Context, params *AnnotationSystemCreateProjectDeviceLinkParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AnnotationSystemCreateProjectDeviceLinkResponse, error)
AnnotationSystemCreateProjectDeviceLinkWithBodyWithResponse request with arbitrary body returning *AnnotationSystemCreateProjectDeviceLinkResponse
func (*ClientWithResponses) AnnotationSystemCreateProjectDeviceLinkWithResponse ¶
func (c *ClientWithResponses) AnnotationSystemCreateProjectDeviceLinkWithResponse(ctx context.Context, params *AnnotationSystemCreateProjectDeviceLinkParams, body AnnotationSystemCreateProjectDeviceLinkJSONRequestBody, reqEditors ...RequestEditorFn) (*AnnotationSystemCreateProjectDeviceLinkResponse, error)
func (*ClientWithResponses) AnnotationSystemCreateProjectWithBodyWithResponse ¶
func (c *ClientWithResponses) AnnotationSystemCreateProjectWithBodyWithResponse(ctx context.Context, params *AnnotationSystemCreateProjectParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AnnotationSystemCreateProjectResponse, error)
AnnotationSystemCreateProjectWithBodyWithResponse request with arbitrary body returning *AnnotationSystemCreateProjectResponse
func (*ClientWithResponses) AnnotationSystemCreateProjectWithResponse ¶
func (c *ClientWithResponses) AnnotationSystemCreateProjectWithResponse(ctx context.Context, params *AnnotationSystemCreateProjectParams, body AnnotationSystemCreateProjectJSONRequestBody, reqEditors ...RequestEditorFn) (*AnnotationSystemCreateProjectResponse, error)
func (*ClientWithResponses) AnnotationSystemCreatePushWithBodyWithResponse ¶
func (c *ClientWithResponses) AnnotationSystemCreatePushWithBodyWithResponse(ctx context.Context, params *AnnotationSystemCreatePushParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AnnotationSystemCreatePushResponse, error)
AnnotationSystemCreatePushWithBodyWithResponse request with arbitrary body returning *AnnotationSystemCreatePushResponse
func (*ClientWithResponses) AnnotationSystemCreatePushWithResponse ¶
func (c *ClientWithResponses) AnnotationSystemCreatePushWithResponse(ctx context.Context, params *AnnotationSystemCreatePushParams, body AnnotationSystemCreatePushJSONRequestBody, reqEditors ...RequestEditorFn) (*AnnotationSystemCreatePushResponse, error)
func (*ClientWithResponses) AnnotationSystemCreateShapeWithBodyWithResponse ¶
func (c *ClientWithResponses) AnnotationSystemCreateShapeWithBodyWithResponse(ctx context.Context, params *AnnotationSystemCreateShapeParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AnnotationSystemCreateShapeResponse, error)
AnnotationSystemCreateShapeWithBodyWithResponse request with arbitrary body returning *AnnotationSystemCreateShapeResponse
func (*ClientWithResponses) AnnotationSystemCreateShapeWithResponse ¶
func (c *ClientWithResponses) AnnotationSystemCreateShapeWithResponse(ctx context.Context, params *AnnotationSystemCreateShapeParams, body AnnotationSystemCreateShapeJSONRequestBody, reqEditors ...RequestEditorFn) (*AnnotationSystemCreateShapeResponse, error)
func (*ClientWithResponses) AnnotationSystemCreateShapesBulkWithBodyWithResponse ¶
func (c *ClientWithResponses) AnnotationSystemCreateShapesBulkWithBodyWithResponse(ctx context.Context, params *AnnotationSystemCreateShapesBulkParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AnnotationSystemCreateShapesBulkResponse, error)
AnnotationSystemCreateShapesBulkWithBodyWithResponse request with arbitrary body returning *AnnotationSystemCreateShapesBulkResponse
func (*ClientWithResponses) AnnotationSystemCreateShapesBulkWithResponse ¶
func (c *ClientWithResponses) AnnotationSystemCreateShapesBulkWithResponse(ctx context.Context, params *AnnotationSystemCreateShapesBulkParams, body AnnotationSystemCreateShapesBulkJSONRequestBody, reqEditors ...RequestEditorFn) (*AnnotationSystemCreateShapesBulkResponse, error)
func (*ClientWithResponses) AnnotationSystemDeleteLabelWithResponse ¶
func (c *ClientWithResponses) AnnotationSystemDeleteLabelWithResponse(ctx context.Context, labelId openapi_types.UUID, params *AnnotationSystemDeleteLabelParams, reqEditors ...RequestEditorFn) (*AnnotationSystemDeleteLabelResponse, error)
AnnotationSystemDeleteLabelWithResponse request returning *AnnotationSystemDeleteLabelResponse
func (*ClientWithResponses) AnnotationSystemDeleteMediaWithResponse ¶
func (c *ClientWithResponses) AnnotationSystemDeleteMediaWithResponse(ctx context.Context, mediaId openapi_types.UUID, params *AnnotationSystemDeleteMediaParams, reqEditors ...RequestEditorFn) (*AnnotationSystemDeleteMediaResponse, error)
AnnotationSystemDeleteMediaWithResponse request returning *AnnotationSystemDeleteMediaResponse
func (*ClientWithResponses) AnnotationSystemDeleteProjectDeviceLinkWithResponse ¶
func (c *ClientWithResponses) AnnotationSystemDeleteProjectDeviceLinkWithResponse(ctx context.Context, linkId openapi_types.UUID, params *AnnotationSystemDeleteProjectDeviceLinkParams, reqEditors ...RequestEditorFn) (*AnnotationSystemDeleteProjectDeviceLinkResponse, error)
AnnotationSystemDeleteProjectDeviceLinkWithResponse request returning *AnnotationSystemDeleteProjectDeviceLinkResponse
func (*ClientWithResponses) AnnotationSystemDeleteProjectWithResponse ¶
func (c *ClientWithResponses) AnnotationSystemDeleteProjectWithResponse(ctx context.Context, projectId openapi_types.UUID, params *AnnotationSystemDeleteProjectParams, reqEditors ...RequestEditorFn) (*AnnotationSystemDeleteProjectResponse, error)
AnnotationSystemDeleteProjectWithResponse request returning *AnnotationSystemDeleteProjectResponse
func (*ClientWithResponses) AnnotationSystemDeleteShapeWithResponse ¶
func (c *ClientWithResponses) AnnotationSystemDeleteShapeWithResponse(ctx context.Context, shapeId openapi_types.UUID, params *AnnotationSystemDeleteShapeParams, reqEditors ...RequestEditorFn) (*AnnotationSystemDeleteShapeResponse, error)
AnnotationSystemDeleteShapeWithResponse request returning *AnnotationSystemDeleteShapeResponse
func (*ClientWithResponses) AnnotationSystemDeleteShapesByFrameWithResponse ¶
func (c *ClientWithResponses) AnnotationSystemDeleteShapesByFrameWithResponse(ctx context.Context, annotationMediaId openapi_types.UUID, frameIndex int, params *AnnotationSystemDeleteShapesByFrameParams, reqEditors ...RequestEditorFn) (*AnnotationSystemDeleteShapesByFrameResponse, error)
AnnotationSystemDeleteShapesByFrameWithResponse request returning *AnnotationSystemDeleteShapesByFrameResponse
func (*ClientWithResponses) AnnotationSystemDuplicateProjectWithResponse ¶
func (c *ClientWithResponses) AnnotationSystemDuplicateProjectWithResponse(ctx context.Context, projectId openapi_types.UUID, params *AnnotationSystemDuplicateProjectParams, reqEditors ...RequestEditorFn) (*AnnotationSystemDuplicateProjectResponse, error)
AnnotationSystemDuplicateProjectWithResponse request returning *AnnotationSystemDuplicateProjectResponse
func (*ClientWithResponses) AnnotationSystemGetLabelWithResponse ¶
func (c *ClientWithResponses) AnnotationSystemGetLabelWithResponse(ctx context.Context, labelId openapi_types.UUID, params *AnnotationSystemGetLabelParams, reqEditors ...RequestEditorFn) (*AnnotationSystemGetLabelResponse, error)
AnnotationSystemGetLabelWithResponse request returning *AnnotationSystemGetLabelResponse
func (*ClientWithResponses) AnnotationSystemGetLinksForProjectWithResponse ¶
func (c *ClientWithResponses) AnnotationSystemGetLinksForProjectWithResponse(ctx context.Context, projectId openapi_types.UUID, params *AnnotationSystemGetLinksForProjectParams, reqEditors ...RequestEditorFn) (*AnnotationSystemGetLinksForProjectResponse, error)
AnnotationSystemGetLinksForProjectWithResponse request returning *AnnotationSystemGetLinksForProjectResponse
func (*ClientWithResponses) AnnotationSystemGetMediaFileWithResponse ¶
func (c *ClientWithResponses) AnnotationSystemGetMediaFileWithResponse(ctx context.Context, mediaId openapi_types.UUID, params *AnnotationSystemGetMediaFileParams, reqEditors ...RequestEditorFn) (*AnnotationSystemGetMediaFileResponse, error)
AnnotationSystemGetMediaFileWithResponse request returning *AnnotationSystemGetMediaFileResponse
func (*ClientWithResponses) AnnotationSystemGetMediaWithResponse ¶
func (c *ClientWithResponses) AnnotationSystemGetMediaWithResponse(ctx context.Context, mediaId openapi_types.UUID, params *AnnotationSystemGetMediaParams, reqEditors ...RequestEditorFn) (*AnnotationSystemGetMediaResponse, error)
AnnotationSystemGetMediaWithResponse request returning *AnnotationSystemGetMediaResponse
func (*ClientWithResponses) AnnotationSystemGetMediaWithShapesWithResponse ¶
func (c *ClientWithResponses) AnnotationSystemGetMediaWithShapesWithResponse(ctx context.Context, mediaId openapi_types.UUID, params *AnnotationSystemGetMediaWithShapesParams, reqEditors ...RequestEditorFn) (*AnnotationSystemGetMediaWithShapesResponse, error)
AnnotationSystemGetMediaWithShapesWithResponse request returning *AnnotationSystemGetMediaWithShapesResponse
func (*ClientWithResponses) AnnotationSystemGetProjectDeviceLinkWithResponse ¶
func (c *ClientWithResponses) AnnotationSystemGetProjectDeviceLinkWithResponse(ctx context.Context, linkId openapi_types.UUID, params *AnnotationSystemGetProjectDeviceLinkParams, reqEditors ...RequestEditorFn) (*AnnotationSystemGetProjectDeviceLinkResponse, error)
AnnotationSystemGetProjectDeviceLinkWithResponse request returning *AnnotationSystemGetProjectDeviceLinkResponse
func (*ClientWithResponses) AnnotationSystemGetProjectWithResponse ¶
func (c *ClientWithResponses) AnnotationSystemGetProjectWithResponse(ctx context.Context, projectId openapi_types.UUID, params *AnnotationSystemGetProjectParams, reqEditors ...RequestEditorFn) (*AnnotationSystemGetProjectResponse, error)
AnnotationSystemGetProjectWithResponse request returning *AnnotationSystemGetProjectResponse
func (*ClientWithResponses) AnnotationSystemGetProjectWithStatsWithResponse ¶
func (c *ClientWithResponses) AnnotationSystemGetProjectWithStatsWithResponse(ctx context.Context, projectId openapi_types.UUID, params *AnnotationSystemGetProjectWithStatsParams, reqEditors ...RequestEditorFn) (*AnnotationSystemGetProjectWithStatsResponse, error)
AnnotationSystemGetProjectWithStatsWithResponse request returning *AnnotationSystemGetProjectWithStatsResponse
func (*ClientWithResponses) AnnotationSystemGetPushDataWithResponse ¶
func (c *ClientWithResponses) AnnotationSystemGetPushDataWithResponse(ctx context.Context, pushId openapi_types.UUID, params *AnnotationSystemGetPushDataParams, reqEditors ...RequestEditorFn) (*AnnotationSystemGetPushDataResponse, error)
AnnotationSystemGetPushDataWithResponse request returning *AnnotationSystemGetPushDataResponse
func (*ClientWithResponses) AnnotationSystemGetPushWithResponse ¶
func (c *ClientWithResponses) AnnotationSystemGetPushWithResponse(ctx context.Context, pushId openapi_types.UUID, params *AnnotationSystemGetPushParams, reqEditors ...RequestEditorFn) (*AnnotationSystemGetPushResponse, error)
AnnotationSystemGetPushWithResponse request returning *AnnotationSystemGetPushResponse
func (*ClientWithResponses) AnnotationSystemGetShapeWithLabelWithResponse ¶
func (c *ClientWithResponses) AnnotationSystemGetShapeWithLabelWithResponse(ctx context.Context, shapeId openapi_types.UUID, params *AnnotationSystemGetShapeWithLabelParams, reqEditors ...RequestEditorFn) (*AnnotationSystemGetShapeWithLabelResponse, error)
AnnotationSystemGetShapeWithLabelWithResponse request returning *AnnotationSystemGetShapeWithLabelResponse
func (*ClientWithResponses) AnnotationSystemGetShapeWithResponse ¶
func (c *ClientWithResponses) AnnotationSystemGetShapeWithResponse(ctx context.Context, shapeId openapi_types.UUID, params *AnnotationSystemGetShapeParams, reqEditors ...RequestEditorFn) (*AnnotationSystemGetShapeResponse, error)
AnnotationSystemGetShapeWithResponse request returning *AnnotationSystemGetShapeResponse
func (*ClientWithResponses) AnnotationSystemGetVideoFramesWithResponse ¶
func (c *ClientWithResponses) AnnotationSystemGetVideoFramesWithResponse(ctx context.Context, mediaId openapi_types.UUID, params *AnnotationSystemGetVideoFramesParams, reqEditors ...RequestEditorFn) (*AnnotationSystemGetVideoFramesResponse, error)
AnnotationSystemGetVideoFramesWithResponse request returning *AnnotationSystemGetVideoFramesResponse
func (*ClientWithResponses) AnnotationSystemInitializeDefaultLabelsWithResponse ¶
func (c *ClientWithResponses) AnnotationSystemInitializeDefaultLabelsWithResponse(ctx context.Context, projectId openapi_types.UUID, params *AnnotationSystemInitializeDefaultLabelsParams, reqEditors ...RequestEditorFn) (*AnnotationSystemInitializeDefaultLabelsResponse, error)
AnnotationSystemInitializeDefaultLabelsWithResponse request returning *AnnotationSystemInitializeDefaultLabelsResponse
func (*ClientWithResponses) AnnotationSystemInterpolateShapesWithResponse ¶
func (c *ClientWithResponses) AnnotationSystemInterpolateShapesWithResponse(ctx context.Context, annotationMediaId openapi_types.UUID, params *AnnotationSystemInterpolateShapesParams, reqEditors ...RequestEditorFn) (*AnnotationSystemInterpolateShapesResponse, error)
AnnotationSystemInterpolateShapesWithResponse request returning *AnnotationSystemInterpolateShapesResponse
func (*ClientWithResponses) AnnotationSystemListLabelsWithResponse ¶
func (c *ClientWithResponses) AnnotationSystemListLabelsWithResponse(ctx context.Context, params *AnnotationSystemListLabelsParams, reqEditors ...RequestEditorFn) (*AnnotationSystemListLabelsResponse, error)
AnnotationSystemListLabelsWithResponse request returning *AnnotationSystemListLabelsResponse
func (*ClientWithResponses) AnnotationSystemListMediaWithResponse ¶
func (c *ClientWithResponses) AnnotationSystemListMediaWithResponse(ctx context.Context, params *AnnotationSystemListMediaParams, reqEditors ...RequestEditorFn) (*AnnotationSystemListMediaResponse, error)
AnnotationSystemListMediaWithResponse request returning *AnnotationSystemListMediaResponse
func (*ClientWithResponses) AnnotationSystemListProjectDeviceLinksWithResponse ¶
func (c *ClientWithResponses) AnnotationSystemListProjectDeviceLinksWithResponse(ctx context.Context, params *AnnotationSystemListProjectDeviceLinksParams, reqEditors ...RequestEditorFn) (*AnnotationSystemListProjectDeviceLinksResponse, error)
AnnotationSystemListProjectDeviceLinksWithResponse request returning *AnnotationSystemListProjectDeviceLinksResponse
func (*ClientWithResponses) AnnotationSystemListProjectsWithResponse ¶
func (c *ClientWithResponses) AnnotationSystemListProjectsWithResponse(ctx context.Context, params *AnnotationSystemListProjectsParams, reqEditors ...RequestEditorFn) (*AnnotationSystemListProjectsResponse, error)
AnnotationSystemListProjectsWithResponse request returning *AnnotationSystemListProjectsResponse
func (*ClientWithResponses) AnnotationSystemListPushesWithResponse ¶
func (c *ClientWithResponses) AnnotationSystemListPushesWithResponse(ctx context.Context, params *AnnotationSystemListPushesParams, reqEditors ...RequestEditorFn) (*AnnotationSystemListPushesResponse, error)
AnnotationSystemListPushesWithResponse request returning *AnnotationSystemListPushesResponse
func (*ClientWithResponses) AnnotationSystemListShapesWithResponse ¶
func (c *ClientWithResponses) AnnotationSystemListShapesWithResponse(ctx context.Context, params *AnnotationSystemListShapesParams, reqEditors ...RequestEditorFn) (*AnnotationSystemListShapesResponse, error)
AnnotationSystemListShapesWithResponse request returning *AnnotationSystemListShapesResponse
func (*ClientWithResponses) AnnotationSystemMoveMediaToProjectWithResponse ¶
func (c *ClientWithResponses) AnnotationSystemMoveMediaToProjectWithResponse(ctx context.Context, mediaId openapi_types.UUID, projectId openapi_types.UUID, params *AnnotationSystemMoveMediaToProjectParams, reqEditors ...RequestEditorFn) (*AnnotationSystemMoveMediaToProjectResponse, error)
AnnotationSystemMoveMediaToProjectWithResponse request returning *AnnotationSystemMoveMediaToProjectResponse
func (*ClientWithResponses) AnnotationSystemPreviewPushWithResponse ¶
func (c *ClientWithResponses) AnnotationSystemPreviewPushWithResponse(ctx context.Context, params *AnnotationSystemPreviewPushParams, reqEditors ...RequestEditorFn) (*AnnotationSystemPreviewPushResponse, error)
AnnotationSystemPreviewPushWithResponse request returning *AnnotationSystemPreviewPushResponse
func (*ClientWithResponses) AnnotationSystemPushToAllLinkedWithBodyWithResponse ¶
func (c *ClientWithResponses) AnnotationSystemPushToAllLinkedWithBodyWithResponse(ctx context.Context, params *AnnotationSystemPushToAllLinkedParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AnnotationSystemPushToAllLinkedResponse, error)
AnnotationSystemPushToAllLinkedWithBodyWithResponse request with arbitrary body returning *AnnotationSystemPushToAllLinkedResponse
func (*ClientWithResponses) AnnotationSystemPushToAllLinkedWithResponse ¶
func (c *ClientWithResponses) AnnotationSystemPushToAllLinkedWithResponse(ctx context.Context, params *AnnotationSystemPushToAllLinkedParams, body AnnotationSystemPushToAllLinkedJSONRequestBody, reqEditors ...RequestEditorFn) (*AnnotationSystemPushToAllLinkedResponse, error)
func (*ClientWithResponses) AnnotationSystemQuickLinkDeviceGroupWithResponse ¶
func (c *ClientWithResponses) AnnotationSystemQuickLinkDeviceGroupWithResponse(ctx context.Context, projectId openapi_types.UUID, deviceGroupId openapi_types.UUID, params *AnnotationSystemQuickLinkDeviceGroupParams, reqEditors ...RequestEditorFn) (*AnnotationSystemQuickLinkDeviceGroupResponse, error)
AnnotationSystemQuickLinkDeviceGroupWithResponse request returning *AnnotationSystemQuickLinkDeviceGroupResponse
func (*ClientWithResponses) AnnotationSystemQuickLinkDeviceWithResponse ¶
func (c *ClientWithResponses) AnnotationSystemQuickLinkDeviceWithResponse(ctx context.Context, projectId openapi_types.UUID, deviceId openapi_types.UUID, params *AnnotationSystemQuickLinkDeviceParams, reqEditors ...RequestEditorFn) (*AnnotationSystemQuickLinkDeviceResponse, error)
AnnotationSystemQuickLinkDeviceWithResponse request returning *AnnotationSystemQuickLinkDeviceResponse
func (*ClientWithResponses) AnnotationSystemUpdateLabelWithBodyWithResponse ¶
func (c *ClientWithResponses) AnnotationSystemUpdateLabelWithBodyWithResponse(ctx context.Context, labelId openapi_types.UUID, params *AnnotationSystemUpdateLabelParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AnnotationSystemUpdateLabelResponse, error)
AnnotationSystemUpdateLabelWithBodyWithResponse request with arbitrary body returning *AnnotationSystemUpdateLabelResponse
func (*ClientWithResponses) AnnotationSystemUpdateLabelWithResponse ¶
func (c *ClientWithResponses) AnnotationSystemUpdateLabelWithResponse(ctx context.Context, labelId openapi_types.UUID, params *AnnotationSystemUpdateLabelParams, body AnnotationSystemUpdateLabelJSONRequestBody, reqEditors ...RequestEditorFn) (*AnnotationSystemUpdateLabelResponse, error)
func (*ClientWithResponses) AnnotationSystemUpdateMediaWithBodyWithResponse ¶
func (c *ClientWithResponses) AnnotationSystemUpdateMediaWithBodyWithResponse(ctx context.Context, mediaId openapi_types.UUID, params *AnnotationSystemUpdateMediaParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AnnotationSystemUpdateMediaResponse, error)
AnnotationSystemUpdateMediaWithBodyWithResponse request with arbitrary body returning *AnnotationSystemUpdateMediaResponse
func (*ClientWithResponses) AnnotationSystemUpdateMediaWithResponse ¶
func (c *ClientWithResponses) AnnotationSystemUpdateMediaWithResponse(ctx context.Context, mediaId openapi_types.UUID, params *AnnotationSystemUpdateMediaParams, body AnnotationSystemUpdateMediaJSONRequestBody, reqEditors ...RequestEditorFn) (*AnnotationSystemUpdateMediaResponse, error)
func (*ClientWithResponses) AnnotationSystemUpdateProjectDeviceLinkWithBodyWithResponse ¶
func (c *ClientWithResponses) AnnotationSystemUpdateProjectDeviceLinkWithBodyWithResponse(ctx context.Context, linkId openapi_types.UUID, params *AnnotationSystemUpdateProjectDeviceLinkParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AnnotationSystemUpdateProjectDeviceLinkResponse, error)
AnnotationSystemUpdateProjectDeviceLinkWithBodyWithResponse request with arbitrary body returning *AnnotationSystemUpdateProjectDeviceLinkResponse
func (*ClientWithResponses) AnnotationSystemUpdateProjectDeviceLinkWithResponse ¶
func (c *ClientWithResponses) AnnotationSystemUpdateProjectDeviceLinkWithResponse(ctx context.Context, linkId openapi_types.UUID, params *AnnotationSystemUpdateProjectDeviceLinkParams, body AnnotationSystemUpdateProjectDeviceLinkJSONRequestBody, reqEditors ...RequestEditorFn) (*AnnotationSystemUpdateProjectDeviceLinkResponse, error)
func (*ClientWithResponses) AnnotationSystemUpdateProjectWithBodyWithResponse ¶
func (c *ClientWithResponses) AnnotationSystemUpdateProjectWithBodyWithResponse(ctx context.Context, projectId openapi_types.UUID, params *AnnotationSystemUpdateProjectParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AnnotationSystemUpdateProjectResponse, error)
AnnotationSystemUpdateProjectWithBodyWithResponse request with arbitrary body returning *AnnotationSystemUpdateProjectResponse
func (*ClientWithResponses) AnnotationSystemUpdateProjectWithResponse ¶
func (c *ClientWithResponses) AnnotationSystemUpdateProjectWithResponse(ctx context.Context, projectId openapi_types.UUID, params *AnnotationSystemUpdateProjectParams, body AnnotationSystemUpdateProjectJSONRequestBody, reqEditors ...RequestEditorFn) (*AnnotationSystemUpdateProjectResponse, error)
func (*ClientWithResponses) AnnotationSystemUpdateShapeWithBodyWithResponse ¶
func (c *ClientWithResponses) AnnotationSystemUpdateShapeWithBodyWithResponse(ctx context.Context, shapeId openapi_types.UUID, params *AnnotationSystemUpdateShapeParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AnnotationSystemUpdateShapeResponse, error)
AnnotationSystemUpdateShapeWithBodyWithResponse request with arbitrary body returning *AnnotationSystemUpdateShapeResponse
func (*ClientWithResponses) AnnotationSystemUpdateShapeWithResponse ¶
func (c *ClientWithResponses) AnnotationSystemUpdateShapeWithResponse(ctx context.Context, shapeId openapi_types.UUID, params *AnnotationSystemUpdateShapeParams, body AnnotationSystemUpdateShapeJSONRequestBody, reqEditors ...RequestEditorFn) (*AnnotationSystemUpdateShapeResponse, error)
func (*ClientWithResponses) AnnotationSystemUploadMediaWithBodyWithResponse ¶
func (c *ClientWithResponses) AnnotationSystemUploadMediaWithBodyWithResponse(ctx context.Context, params *AnnotationSystemUploadMediaParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AnnotationSystemUploadMediaResponse, error)
AnnotationSystemUploadMediaWithBodyWithResponse request with arbitrary body returning *AnnotationSystemUploadMediaResponse
func (*ClientWithResponses) AuthCreateApiKeyWithBodyWithResponse ¶
func (c *ClientWithResponses) AuthCreateApiKeyWithBodyWithResponse(ctx context.Context, params *AuthCreateApiKeyParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AuthCreateApiKeyResponse, error)
AuthCreateApiKeyWithBodyWithResponse request with arbitrary body returning *AuthCreateApiKeyResponse
func (*ClientWithResponses) AuthCreateApiKeyWithResponse ¶
func (c *ClientWithResponses) AuthCreateApiKeyWithResponse(ctx context.Context, params *AuthCreateApiKeyParams, body AuthCreateApiKeyJSONRequestBody, reqEditors ...RequestEditorFn) (*AuthCreateApiKeyResponse, error)
func (*ClientWithResponses) AuthListApiKeysWithResponse ¶
func (c *ClientWithResponses) AuthListApiKeysWithResponse(ctx context.Context, params *AuthListApiKeysParams, reqEditors ...RequestEditorFn) (*AuthListApiKeysResponse, error)
AuthListApiKeysWithResponse request returning *AuthListApiKeysResponse
func (*ClientWithResponses) AuthRevokeApiKeyWithResponse ¶
func (c *ClientWithResponses) AuthRevokeApiKeyWithResponse(ctx context.Context, keyId openapi_types.UUID, params *AuthRevokeApiKeyParams, reqEditors ...RequestEditorFn) (*AuthRevokeApiKeyResponse, error)
AuthRevokeApiKeyWithResponse request returning *AuthRevokeApiKeyResponse
func (*ClientWithResponses) CapturesBulkDeleteCapturesWithBodyWithResponse ¶
func (c *ClientWithResponses) CapturesBulkDeleteCapturesWithBodyWithResponse(ctx context.Context, params *CapturesBulkDeleteCapturesParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CapturesBulkDeleteCapturesResponse, error)
CapturesBulkDeleteCapturesWithBodyWithResponse request with arbitrary body returning *CapturesBulkDeleteCapturesResponse
func (*ClientWithResponses) CapturesBulkDeleteCapturesWithResponse ¶
func (c *ClientWithResponses) CapturesBulkDeleteCapturesWithResponse(ctx context.Context, params *CapturesBulkDeleteCapturesParams, body CapturesBulkDeleteCapturesJSONRequestBody, reqEditors ...RequestEditorFn) (*CapturesBulkDeleteCapturesResponse, error)
func (*ClientWithResponses) CapturesDeleteCaptureWithResponse ¶
func (c *ClientWithResponses) CapturesDeleteCaptureWithResponse(ctx context.Context, captureId openapi_types.UUID, params *CapturesDeleteCaptureParams, reqEditors ...RequestEditorFn) (*CapturesDeleteCaptureResponse, error)
CapturesDeleteCaptureWithResponse request returning *CapturesDeleteCaptureResponse
func (*ClientWithResponses) CapturesGetCaptureDetectionsWithResponse ¶
func (c *ClientWithResponses) CapturesGetCaptureDetectionsWithResponse(ctx context.Context, captureId openapi_types.UUID, params *CapturesGetCaptureDetectionsParams, reqEditors ...RequestEditorFn) (*CapturesGetCaptureDetectionsResponse, error)
CapturesGetCaptureDetectionsWithResponse request returning *CapturesGetCaptureDetectionsResponse
func (*ClientWithResponses) CapturesGetCaptureWithResponse ¶
func (c *ClientWithResponses) CapturesGetCaptureWithResponse(ctx context.Context, captureId openapi_types.UUID, params *CapturesGetCaptureParams, reqEditors ...RequestEditorFn) (*CapturesGetCaptureResponse, error)
CapturesGetCaptureWithResponse request returning *CapturesGetCaptureResponse
func (*ClientWithResponses) CapturesListCapturesWithResponse ¶
func (c *ClientWithResponses) CapturesListCapturesWithResponse(ctx context.Context, params *CapturesListCapturesParams, reqEditors ...RequestEditorFn) (*CapturesListCapturesResponse, error)
CapturesListCapturesWithResponse request returning *CapturesListCapturesResponse
func (*ClientWithResponses) DashboardsCreateDashboardWithBodyWithResponse ¶
func (c *ClientWithResponses) DashboardsCreateDashboardWithBodyWithResponse(ctx context.Context, params *DashboardsCreateDashboardParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DashboardsCreateDashboardResponse, error)
DashboardsCreateDashboardWithBodyWithResponse request with arbitrary body returning *DashboardsCreateDashboardResponse
func (*ClientWithResponses) DashboardsCreateDashboardWithResponse ¶
func (c *ClientWithResponses) DashboardsCreateDashboardWithResponse(ctx context.Context, params *DashboardsCreateDashboardParams, body DashboardsCreateDashboardJSONRequestBody, reqEditors ...RequestEditorFn) (*DashboardsCreateDashboardResponse, error)
func (*ClientWithResponses) DashboardsDeleteDashboardWithResponse ¶
func (c *ClientWithResponses) DashboardsDeleteDashboardWithResponse(ctx context.Context, dashboardId openapi_types.UUID, params *DashboardsDeleteDashboardParams, reqEditors ...RequestEditorFn) (*DashboardsDeleteDashboardResponse, error)
DashboardsDeleteDashboardWithResponse request returning *DashboardsDeleteDashboardResponse
func (*ClientWithResponses) DashboardsExportDashboardWithResponse ¶
func (c *ClientWithResponses) DashboardsExportDashboardWithResponse(ctx context.Context, dashboardId openapi_types.UUID, params *DashboardsExportDashboardParams, reqEditors ...RequestEditorFn) (*DashboardsExportDashboardResponse, error)
DashboardsExportDashboardWithResponse request returning *DashboardsExportDashboardResponse
func (*ClientWithResponses) DashboardsGetAlertSummaryWithResponse ¶
func (c *ClientWithResponses) DashboardsGetAlertSummaryWithResponse(ctx context.Context, dashboardId openapi_types.UUID, params *DashboardsGetAlertSummaryParams, reqEditors ...RequestEditorFn) (*DashboardsGetAlertSummaryResponse, error)
DashboardsGetAlertSummaryWithResponse request returning *DashboardsGetAlertSummaryResponse
func (*ClientWithResponses) DashboardsGetDashboardAnnotationsWithResponse ¶
func (c *ClientWithResponses) DashboardsGetDashboardAnnotationsWithResponse(ctx context.Context, dashboardId openapi_types.UUID, params *DashboardsGetDashboardAnnotationsParams, reqEditors ...RequestEditorFn) (*DashboardsGetDashboardAnnotationsResponse, error)
DashboardsGetDashboardAnnotationsWithResponse request returning *DashboardsGetDashboardAnnotationsResponse
func (*ClientWithResponses) DashboardsGetDashboardWithResponse ¶
func (c *ClientWithResponses) DashboardsGetDashboardWithResponse(ctx context.Context, dashboardId openapi_types.UUID, params *DashboardsGetDashboardParams, reqEditors ...RequestEditorFn) (*DashboardsGetDashboardResponse, error)
DashboardsGetDashboardWithResponse request returning *DashboardsGetDashboardResponse
func (*ClientWithResponses) DashboardsGetVariableValuesWithResponse ¶
func (c *ClientWithResponses) DashboardsGetVariableValuesWithResponse(ctx context.Context, dashboardId openapi_types.UUID, varName string, params *DashboardsGetVariableValuesParams, reqEditors ...RequestEditorFn) (*DashboardsGetVariableValuesResponse, error)
DashboardsGetVariableValuesWithResponse request returning *DashboardsGetVariableValuesResponse
func (*ClientWithResponses) DashboardsGetVersionWithResponse ¶
func (c *ClientWithResponses) DashboardsGetVersionWithResponse(ctx context.Context, dashboardId openapi_types.UUID, version int, params *DashboardsGetVersionParams, reqEditors ...RequestEditorFn) (*DashboardsGetVersionResponse, error)
DashboardsGetVersionWithResponse request returning *DashboardsGetVersionResponse
func (*ClientWithResponses) DashboardsGetWidgetAlertEventsWithResponse ¶
func (c *ClientWithResponses) DashboardsGetWidgetAlertEventsWithResponse(ctx context.Context, dashboardId openapi_types.UUID, widgetId string, params *DashboardsGetWidgetAlertEventsParams, reqEditors ...RequestEditorFn) (*DashboardsGetWidgetAlertEventsResponse, error)
DashboardsGetWidgetAlertEventsWithResponse request returning *DashboardsGetWidgetAlertEventsResponse
func (*ClientWithResponses) DashboardsImportDashboardWithBodyWithResponse ¶
func (c *ClientWithResponses) DashboardsImportDashboardWithBodyWithResponse(ctx context.Context, params *DashboardsImportDashboardParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DashboardsImportDashboardResponse, error)
DashboardsImportDashboardWithBodyWithResponse request with arbitrary body returning *DashboardsImportDashboardResponse
func (*ClientWithResponses) DashboardsImportDashboardWithResponse ¶
func (c *ClientWithResponses) DashboardsImportDashboardWithResponse(ctx context.Context, params *DashboardsImportDashboardParams, body DashboardsImportDashboardJSONRequestBody, reqEditors ...RequestEditorFn) (*DashboardsImportDashboardResponse, error)
func (*ClientWithResponses) DashboardsImportTemplateWithResponse ¶
func (c *ClientWithResponses) DashboardsImportTemplateWithResponse(ctx context.Context, templateKey string, params *DashboardsImportTemplateParams, reqEditors ...RequestEditorFn) (*DashboardsImportTemplateResponse, error)
DashboardsImportTemplateWithResponse request returning *DashboardsImportTemplateResponse
func (*ClientWithResponses) DashboardsListDashboardsWithResponse ¶
func (c *ClientWithResponses) DashboardsListDashboardsWithResponse(ctx context.Context, params *DashboardsListDashboardsParams, reqEditors ...RequestEditorFn) (*DashboardsListDashboardsResponse, error)
DashboardsListDashboardsWithResponse request returning *DashboardsListDashboardsResponse
func (*ClientWithResponses) DashboardsListTemplatesWithResponse ¶
func (c *ClientWithResponses) DashboardsListTemplatesWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*DashboardsListTemplatesResponse, error)
DashboardsListTemplatesWithResponse request returning *DashboardsListTemplatesResponse
func (*ClientWithResponses) DashboardsListVersionsWithResponse ¶
func (c *ClientWithResponses) DashboardsListVersionsWithResponse(ctx context.Context, dashboardId openapi_types.UUID, params *DashboardsListVersionsParams, reqEditors ...RequestEditorFn) (*DashboardsListVersionsResponse, error)
DashboardsListVersionsWithResponse request returning *DashboardsListVersionsResponse
func (*ClientWithResponses) DashboardsQueryWidgetWithResponse ¶
func (c *ClientWithResponses) DashboardsQueryWidgetWithResponse(ctx context.Context, dashboardId openapi_types.UUID, widgetId string, params *DashboardsQueryWidgetParams, reqEditors ...RequestEditorFn) (*DashboardsQueryWidgetResponse, error)
DashboardsQueryWidgetWithResponse request returning *DashboardsQueryWidgetResponse
func (*ClientWithResponses) DashboardsRestoreVersionWithResponse ¶
func (c *ClientWithResponses) DashboardsRestoreVersionWithResponse(ctx context.Context, dashboardId openapi_types.UUID, version int, params *DashboardsRestoreVersionParams, reqEditors ...RequestEditorFn) (*DashboardsRestoreVersionResponse, error)
DashboardsRestoreVersionWithResponse request returning *DashboardsRestoreVersionResponse
func (*ClientWithResponses) DashboardsUpdateDashboardWithBodyWithResponse ¶
func (c *ClientWithResponses) DashboardsUpdateDashboardWithBodyWithResponse(ctx context.Context, dashboardId openapi_types.UUID, params *DashboardsUpdateDashboardParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DashboardsUpdateDashboardResponse, error)
DashboardsUpdateDashboardWithBodyWithResponse request with arbitrary body returning *DashboardsUpdateDashboardResponse
func (*ClientWithResponses) DashboardsUpdateDashboardWithResponse ¶
func (c *ClientWithResponses) DashboardsUpdateDashboardWithResponse(ctx context.Context, dashboardId openapi_types.UUID, params *DashboardsUpdateDashboardParams, body DashboardsUpdateDashboardJSONRequestBody, reqEditors ...RequestEditorFn) (*DashboardsUpdateDashboardResponse, error)
func (*ClientWithResponses) DataSourcesCreateDataSourceWithBodyWithResponse ¶
func (c *ClientWithResponses) DataSourcesCreateDataSourceWithBodyWithResponse(ctx context.Context, params *DataSourcesCreateDataSourceParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DataSourcesCreateDataSourceResponse, error)
DataSourcesCreateDataSourceWithBodyWithResponse request with arbitrary body returning *DataSourcesCreateDataSourceResponse
func (*ClientWithResponses) DataSourcesCreateDataSourceWithResponse ¶
func (c *ClientWithResponses) DataSourcesCreateDataSourceWithResponse(ctx context.Context, params *DataSourcesCreateDataSourceParams, body DataSourcesCreateDataSourceJSONRequestBody, reqEditors ...RequestEditorFn) (*DataSourcesCreateDataSourceResponse, error)
func (*ClientWithResponses) DataSourcesDeleteDataSourceWithResponse ¶
func (c *ClientWithResponses) DataSourcesDeleteDataSourceWithResponse(ctx context.Context, sourceId openapi_types.UUID, params *DataSourcesDeleteDataSourceParams, reqEditors ...RequestEditorFn) (*DataSourcesDeleteDataSourceResponse, error)
DataSourcesDeleteDataSourceWithResponse request returning *DataSourcesDeleteDataSourceResponse
func (*ClientWithResponses) DataSourcesGetDataSourceWithResponse ¶
func (c *ClientWithResponses) DataSourcesGetDataSourceWithResponse(ctx context.Context, sourceId openapi_types.UUID, params *DataSourcesGetDataSourceParams, reqEditors ...RequestEditorFn) (*DataSourcesGetDataSourceResponse, error)
DataSourcesGetDataSourceWithResponse request returning *DataSourcesGetDataSourceResponse
func (*ClientWithResponses) DataSourcesIntrospectDataSourceWithResponse ¶
func (c *ClientWithResponses) DataSourcesIntrospectDataSourceWithResponse(ctx context.Context, sourceId openapi_types.UUID, params *DataSourcesIntrospectDataSourceParams, reqEditors ...RequestEditorFn) (*DataSourcesIntrospectDataSourceResponse, error)
DataSourcesIntrospectDataSourceWithResponse request returning *DataSourcesIntrospectDataSourceResponse
func (*ClientWithResponses) DataSourcesListDataSourcesWithResponse ¶
func (c *ClientWithResponses) DataSourcesListDataSourcesWithResponse(ctx context.Context, params *DataSourcesListDataSourcesParams, reqEditors ...RequestEditorFn) (*DataSourcesListDataSourcesResponse, error)
DataSourcesListDataSourcesWithResponse request returning *DataSourcesListDataSourcesResponse
func (*ClientWithResponses) DataSourcesTestDataSourceWithResponse ¶
func (c *ClientWithResponses) DataSourcesTestDataSourceWithResponse(ctx context.Context, sourceId openapi_types.UUID, params *DataSourcesTestDataSourceParams, reqEditors ...RequestEditorFn) (*DataSourcesTestDataSourceResponse, error)
DataSourcesTestDataSourceWithResponse request returning *DataSourcesTestDataSourceResponse
func (*ClientWithResponses) DataSourcesUpdateDataSourceWithBodyWithResponse ¶
func (c *ClientWithResponses) DataSourcesUpdateDataSourceWithBodyWithResponse(ctx context.Context, sourceId openapi_types.UUID, params *DataSourcesUpdateDataSourceParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DataSourcesUpdateDataSourceResponse, error)
DataSourcesUpdateDataSourceWithBodyWithResponse request with arbitrary body returning *DataSourcesUpdateDataSourceResponse
func (*ClientWithResponses) DataSourcesUpdateDataSourceWithResponse ¶
func (c *ClientWithResponses) DataSourcesUpdateDataSourceWithResponse(ctx context.Context, sourceId openapi_types.UUID, params *DataSourcesUpdateDataSourceParams, body DataSourcesUpdateDataSourceJSONRequestBody, reqEditors ...RequestEditorFn) (*DataSourcesUpdateDataSourceResponse, error)
func (*ClientWithResponses) DemoEndDemoWithResponse ¶
func (c *ClientWithResponses) DemoEndDemoWithResponse(ctx context.Context, params *DemoEndDemoParams, reqEditors ...RequestEditorFn) (*DemoEndDemoResponse, error)
DemoEndDemoWithResponse request returning *DemoEndDemoResponse
func (*ClientWithResponses) DemoGetDemoConfigWithResponse ¶
func (c *ClientWithResponses) DemoGetDemoConfigWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*DemoGetDemoConfigResponse, error)
DemoGetDemoConfigWithResponse request returning *DemoGetDemoConfigResponse
func (*ClientWithResponses) DemoGetDemoStatsWithResponse ¶
func (c *ClientWithResponses) DemoGetDemoStatsWithResponse(ctx context.Context, params *DemoGetDemoStatsParams, reqEditors ...RequestEditorFn) (*DemoGetDemoStatsResponse, error)
DemoGetDemoStatsWithResponse request returning *DemoGetDemoStatsResponse
func (*ClientWithResponses) DemoGetDemoStatusWithResponse ¶
func (c *ClientWithResponses) DemoGetDemoStatusWithResponse(ctx context.Context, params *DemoGetDemoStatusParams, reqEditors ...RequestEditorFn) (*DemoGetDemoStatusResponse, error)
DemoGetDemoStatusWithResponse request returning *DemoGetDemoStatusResponse
func (*ClientWithResponses) DemoGetMockDeviceStatesWithResponse ¶
func (c *ClientWithResponses) DemoGetMockDeviceStatesWithResponse(ctx context.Context, params *DemoGetMockDeviceStatesParams, reqEditors ...RequestEditorFn) (*DemoGetMockDeviceStatesResponse, error)
DemoGetMockDeviceStatesWithResponse request returning *DemoGetMockDeviceStatesResponse
func (*ClientWithResponses) DemoStartDemoWithBodyWithResponse ¶
func (c *ClientWithResponses) DemoStartDemoWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DemoStartDemoResponse, error)
DemoStartDemoWithBodyWithResponse request with arbitrary body returning *DemoStartDemoResponse
func (*ClientWithResponses) DemoStartDemoWithResponse ¶
func (c *ClientWithResponses) DemoStartDemoWithResponse(ctx context.Context, body DemoStartDemoJSONRequestBody, reqEditors ...RequestEditorFn) (*DemoStartDemoResponse, error)
func (*ClientWithResponses) DemoTriggerDemoCleanupWithResponse ¶
func (c *ClientWithResponses) DemoTriggerDemoCleanupWithResponse(ctx context.Context, params *DemoTriggerDemoCleanupParams, reqEditors ...RequestEditorFn) (*DemoTriggerDemoCleanupResponse, error)
DemoTriggerDemoCleanupWithResponse request returning *DemoTriggerDemoCleanupResponse
func (*ClientWithResponses) DeviceGroupsCreateDeviceGroupWithBodyWithResponse ¶
func (c *ClientWithResponses) DeviceGroupsCreateDeviceGroupWithBodyWithResponse(ctx context.Context, params *DeviceGroupsCreateDeviceGroupParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DeviceGroupsCreateDeviceGroupResponse, error)
DeviceGroupsCreateDeviceGroupWithBodyWithResponse request with arbitrary body returning *DeviceGroupsCreateDeviceGroupResponse
func (*ClientWithResponses) DeviceGroupsCreateDeviceGroupWithResponse ¶
func (c *ClientWithResponses) DeviceGroupsCreateDeviceGroupWithResponse(ctx context.Context, params *DeviceGroupsCreateDeviceGroupParams, body DeviceGroupsCreateDeviceGroupJSONRequestBody, reqEditors ...RequestEditorFn) (*DeviceGroupsCreateDeviceGroupResponse, error)
func (*ClientWithResponses) DeviceGroupsDeleteDeviceGroupWithResponse ¶
func (c *ClientWithResponses) DeviceGroupsDeleteDeviceGroupWithResponse(ctx context.Context, deviceGroupId openapi_types.UUID, params *DeviceGroupsDeleteDeviceGroupParams, reqEditors ...RequestEditorFn) (*DeviceGroupsDeleteDeviceGroupResponse, error)
DeviceGroupsDeleteDeviceGroupWithResponse request returning *DeviceGroupsDeleteDeviceGroupResponse
func (*ClientWithResponses) DeviceGroupsGetDeviceGroupWithResponse ¶
func (c *ClientWithResponses) DeviceGroupsGetDeviceGroupWithResponse(ctx context.Context, deviceGroupId openapi_types.UUID, params *DeviceGroupsGetDeviceGroupParams, reqEditors ...RequestEditorFn) (*DeviceGroupsGetDeviceGroupResponse, error)
DeviceGroupsGetDeviceGroupWithResponse request returning *DeviceGroupsGetDeviceGroupResponse
func (*ClientWithResponses) DeviceGroupsListDeviceGroupsWithResponse ¶
func (c *ClientWithResponses) DeviceGroupsListDeviceGroupsWithResponse(ctx context.Context, params *DeviceGroupsListDeviceGroupsParams, reqEditors ...RequestEditorFn) (*DeviceGroupsListDeviceGroupsResponse, error)
DeviceGroupsListDeviceGroupsWithResponse request returning *DeviceGroupsListDeviceGroupsResponse
func (*ClientWithResponses) DeviceGroupsUpdateDeviceGroupWithBodyWithResponse ¶
func (c *ClientWithResponses) DeviceGroupsUpdateDeviceGroupWithBodyWithResponse(ctx context.Context, deviceGroupId openapi_types.UUID, params *DeviceGroupsUpdateDeviceGroupParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DeviceGroupsUpdateDeviceGroupResponse, error)
DeviceGroupsUpdateDeviceGroupWithBodyWithResponse request with arbitrary body returning *DeviceGroupsUpdateDeviceGroupResponse
func (*ClientWithResponses) DeviceGroupsUpdateDeviceGroupWithResponse ¶
func (c *ClientWithResponses) DeviceGroupsUpdateDeviceGroupWithResponse(ctx context.Context, deviceGroupId openapi_types.UUID, params *DeviceGroupsUpdateDeviceGroupParams, body DeviceGroupsUpdateDeviceGroupJSONRequestBody, reqEditors ...RequestEditorFn) (*DeviceGroupsUpdateDeviceGroupResponse, error)
func (*ClientWithResponses) DevicesCheckDeviceHealthWithResponse ¶
func (c *ClientWithResponses) DevicesCheckDeviceHealthWithResponse(ctx context.Context, deviceId openapi_types.UUID, params *DevicesCheckDeviceHealthParams, reqEditors ...RequestEditorFn) (*DevicesCheckDeviceHealthResponse, error)
DevicesCheckDeviceHealthWithResponse request returning *DevicesCheckDeviceHealthResponse
func (*ClientWithResponses) DevicesCreateDeviceWithBodyWithResponse ¶
func (c *ClientWithResponses) DevicesCreateDeviceWithBodyWithResponse(ctx context.Context, params *DevicesCreateDeviceParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DevicesCreateDeviceResponse, error)
DevicesCreateDeviceWithBodyWithResponse request with arbitrary body returning *DevicesCreateDeviceResponse
func (*ClientWithResponses) DevicesCreateDeviceWithResponse ¶
func (c *ClientWithResponses) DevicesCreateDeviceWithResponse(ctx context.Context, params *DevicesCreateDeviceParams, body DevicesCreateDeviceJSONRequestBody, reqEditors ...RequestEditorFn) (*DevicesCreateDeviceResponse, error)
func (*ClientWithResponses) DevicesDeleteDeviceWithResponse ¶
func (c *ClientWithResponses) DevicesDeleteDeviceWithResponse(ctx context.Context, deviceId openapi_types.UUID, params *DevicesDeleteDeviceParams, reqEditors ...RequestEditorFn) (*DevicesDeleteDeviceResponse, error)
DevicesDeleteDeviceWithResponse request returning *DevicesDeleteDeviceResponse
func (*ClientWithResponses) DevicesDiscoverDevicesWithResponse ¶
func (c *ClientWithResponses) DevicesDiscoverDevicesWithResponse(ctx context.Context, params *DevicesDiscoverDevicesParams, reqEditors ...RequestEditorFn) (*DevicesDiscoverDevicesResponse, error)
DevicesDiscoverDevicesWithResponse request returning *DevicesDiscoverDevicesResponse
func (*ClientWithResponses) DevicesGetDeviceSyncStatusWithResponse ¶
func (c *ClientWithResponses) DevicesGetDeviceSyncStatusWithResponse(ctx context.Context, deviceId openapi_types.UUID, params *DevicesGetDeviceSyncStatusParams, reqEditors ...RequestEditorFn) (*DevicesGetDeviceSyncStatusResponse, error)
DevicesGetDeviceSyncStatusWithResponse request returning *DevicesGetDeviceSyncStatusResponse
func (*ClientWithResponses) DevicesGetDeviceWithResponse ¶
func (c *ClientWithResponses) DevicesGetDeviceWithResponse(ctx context.Context, deviceId openapi_types.UUID, params *DevicesGetDeviceParams, reqEditors ...RequestEditorFn) (*DevicesGetDeviceResponse, error)
DevicesGetDeviceWithResponse request returning *DevicesGetDeviceResponse
func (*ClientWithResponses) DevicesListDevicesWithResponse ¶
func (c *ClientWithResponses) DevicesListDevicesWithResponse(ctx context.Context, params *DevicesListDevicesParams, reqEditors ...RequestEditorFn) (*DevicesListDevicesResponse, error)
DevicesListDevicesWithResponse request returning *DevicesListDevicesResponse
func (*ClientWithResponses) DevicesPushModelToDeviceWithResponse ¶
func (c *ClientWithResponses) DevicesPushModelToDeviceWithResponse(ctx context.Context, deviceId openapi_types.UUID, modelId openapi_types.UUID, params *DevicesPushModelToDeviceParams, reqEditors ...RequestEditorFn) (*DevicesPushModelToDeviceResponse, error)
DevicesPushModelToDeviceWithResponse request returning *DevicesPushModelToDeviceResponse
func (*ClientWithResponses) DevicesTestDeviceConnectionWithResponse ¶
func (c *ClientWithResponses) DevicesTestDeviceConnectionWithResponse(ctx context.Context, deviceId openapi_types.UUID, params *DevicesTestDeviceConnectionParams, reqEditors ...RequestEditorFn) (*DevicesTestDeviceConnectionResponse, error)
DevicesTestDeviceConnectionWithResponse request returning *DevicesTestDeviceConnectionResponse
func (*ClientWithResponses) DevicesTriggerDeviceSyncWithResponse ¶
func (c *ClientWithResponses) DevicesTriggerDeviceSyncWithResponse(ctx context.Context, deviceId openapi_types.UUID, params *DevicesTriggerDeviceSyncParams, reqEditors ...RequestEditorFn) (*DevicesTriggerDeviceSyncResponse, error)
DevicesTriggerDeviceSyncWithResponse request returning *DevicesTriggerDeviceSyncResponse
func (*ClientWithResponses) DevicesUpdateDeviceWithBodyWithResponse ¶
func (c *ClientWithResponses) DevicesUpdateDeviceWithBodyWithResponse(ctx context.Context, deviceId openapi_types.UUID, params *DevicesUpdateDeviceParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DevicesUpdateDeviceResponse, error)
DevicesUpdateDeviceWithBodyWithResponse request with arbitrary body returning *DevicesUpdateDeviceResponse
func (*ClientWithResponses) DevicesUpdateDeviceWithResponse ¶
func (c *ClientWithResponses) DevicesUpdateDeviceWithResponse(ctx context.Context, deviceId openapi_types.UUID, params *DevicesUpdateDeviceParams, body DevicesUpdateDeviceJSONRequestBody, reqEditors ...RequestEditorFn) (*DevicesUpdateDeviceResponse, error)
func (*ClientWithResponses) EntityHistoryListRecentWithResponse ¶
func (c *ClientWithResponses) EntityHistoryListRecentWithResponse(ctx context.Context, params *EntityHistoryListRecentParams, reqEditors ...RequestEditorFn) (*EntityHistoryListRecentResponse, error)
EntityHistoryListRecentWithResponse request returning *EntityHistoryListRecentResponse
func (*ClientWithResponses) EntityHistoryRestoreWithResponse ¶
func (c *ClientWithResponses) EntityHistoryRestoreWithResponse(ctx context.Context, groupId openapi_types.UUID, params *EntityHistoryRestoreParams, reqEditors ...RequestEditorFn) (*EntityHistoryRestoreResponse, error)
EntityHistoryRestoreWithResponse request returning *EntityHistoryRestoreResponse
func (*ClientWithResponses) ExploreGetDataSourcesWithResponse ¶
func (c *ClientWithResponses) ExploreGetDataSourcesWithResponse(ctx context.Context, params *ExploreGetDataSourcesParams, reqEditors ...RequestEditorFn) (*ExploreGetDataSourcesResponse, error)
ExploreGetDataSourcesWithResponse request returning *ExploreGetDataSourcesResponse
func (*ClientWithResponses) ExploreRunRawQueryWithBodyWithResponse ¶
func (c *ClientWithResponses) ExploreRunRawQueryWithBodyWithResponse(ctx context.Context, params *ExploreRunRawQueryParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ExploreRunRawQueryResponse, error)
ExploreRunRawQueryWithBodyWithResponse request with arbitrary body returning *ExploreRunRawQueryResponse
func (*ClientWithResponses) ExploreRunRawQueryWithResponse ¶
func (c *ClientWithResponses) ExploreRunRawQueryWithResponse(ctx context.Context, params *ExploreRunRawQueryParams, body ExploreRunRawQueryJSONRequestBody, reqEditors ...RequestEditorFn) (*ExploreRunRawQueryResponse, error)
func (*ClientWithResponses) GatewayGatewaySetupSnippetWithResponse ¶
func (c *ClientWithResponses) GatewayGatewaySetupSnippetWithResponse(ctx context.Context, params *GatewayGatewaySetupSnippetParams, reqEditors ...RequestEditorFn) (*GatewayGatewaySetupSnippetResponse, error)
GatewayGatewaySetupSnippetWithResponse request returning *GatewayGatewaySetupSnippetResponse
func (*ClientWithResponses) GatewayGatewayStatusWithResponse ¶
func (c *ClientWithResponses) GatewayGatewayStatusWithResponse(ctx context.Context, params *GatewayGatewayStatusParams, reqEditors ...RequestEditorFn) (*GatewayGatewayStatusResponse, error)
GatewayGatewayStatusWithResponse request returning *GatewayGatewayStatusResponse
func (*ClientWithResponses) ImagesCaptureAndObjectDetectionWithBodyWithResponse ¶
func (c *ClientWithResponses) ImagesCaptureAndObjectDetectionWithBodyWithResponse(ctx context.Context, params *ImagesCaptureAndObjectDetectionParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ImagesCaptureAndObjectDetectionResponse, error)
ImagesCaptureAndObjectDetectionWithBodyWithResponse request with arbitrary body returning *ImagesCaptureAndObjectDetectionResponse
func (*ClientWithResponses) ImagesCaptureImageWithBodyWithResponse ¶
func (c *ClientWithResponses) ImagesCaptureImageWithBodyWithResponse(ctx context.Context, params *ImagesCaptureImageParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ImagesCaptureImageResponse, error)
ImagesCaptureImageWithBodyWithResponse request with arbitrary body returning *ImagesCaptureImageResponse
func (*ClientWithResponses) ImagesDeleteCameraImageWithResponse ¶
func (c *ClientWithResponses) ImagesDeleteCameraImageWithResponse(ctx context.Context, imageId openapi_types.UUID, params *ImagesDeleteCameraImageParams, reqEditors ...RequestEditorFn) (*ImagesDeleteCameraImageResponse, error)
ImagesDeleteCameraImageWithResponse request returning *ImagesDeleteCameraImageResponse
func (*ClientWithResponses) ImagesGetDifferenceFileWithResponse ¶
func (c *ClientWithResponses) ImagesGetDifferenceFileWithResponse(ctx context.Context, imageId openapi_types.UUID, params *ImagesGetDifferenceFileParams, reqEditors ...RequestEditorFn) (*ImagesGetDifferenceFileResponse, error)
ImagesGetDifferenceFileWithResponse request returning *ImagesGetDifferenceFileResponse
func (*ClientWithResponses) ImagesGetHeatmapFileWithResponse ¶
func (c *ClientWithResponses) ImagesGetHeatmapFileWithResponse(ctx context.Context, imageId openapi_types.UUID, params *ImagesGetHeatmapFileParams, reqEditors ...RequestEditorFn) (*ImagesGetHeatmapFileResponse, error)
ImagesGetHeatmapFileWithResponse request returning *ImagesGetHeatmapFileResponse
func (*ClientWithResponses) ImagesGetOriginalFileWithResponse ¶
func (c *ClientWithResponses) ImagesGetOriginalFileWithResponse(ctx context.Context, imageId openapi_types.UUID, params *ImagesGetOriginalFileParams, reqEditors ...RequestEditorFn) (*ImagesGetOriginalFileResponse, error)
ImagesGetOriginalFileWithResponse request returning *ImagesGetOriginalFileResponse
func (*ClientWithResponses) ImagesGetProcessedFileWithResponse ¶
func (c *ClientWithResponses) ImagesGetProcessedFileWithResponse(ctx context.Context, imageId openapi_types.UUID, params *ImagesGetProcessedFileParams, reqEditors ...RequestEditorFn) (*ImagesGetProcessedFileResponse, error)
ImagesGetProcessedFileWithResponse request returning *ImagesGetProcessedFileResponse
func (*ClientWithResponses) ImagesPatchCameraImageReviewWithBodyWithResponse ¶
func (c *ClientWithResponses) ImagesPatchCameraImageReviewWithBodyWithResponse(ctx context.Context, imageId openapi_types.UUID, params *ImagesPatchCameraImageReviewParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ImagesPatchCameraImageReviewResponse, error)
ImagesPatchCameraImageReviewWithBodyWithResponse request with arbitrary body returning *ImagesPatchCameraImageReviewResponse
func (*ClientWithResponses) ImagesPatchCameraImageReviewWithResponse ¶
func (c *ClientWithResponses) ImagesPatchCameraImageReviewWithResponse(ctx context.Context, imageId openapi_types.UUID, params *ImagesPatchCameraImageReviewParams, body ImagesPatchCameraImageReviewJSONRequestBody, reqEditors ...RequestEditorFn) (*ImagesPatchCameraImageReviewResponse, error)
func (*ClientWithResponses) ImagesReadCameraImageWithResponse ¶
func (c *ClientWithResponses) ImagesReadCameraImageWithResponse(ctx context.Context, imageId openapi_types.UUID, params *ImagesReadCameraImageParams, reqEditors ...RequestEditorFn) (*ImagesReadCameraImageResponse, error)
ImagesReadCameraImageWithResponse request returning *ImagesReadCameraImageResponse
func (*ClientWithResponses) ImagesReadCameraImagesWithResponse ¶
func (c *ClientWithResponses) ImagesReadCameraImagesWithResponse(ctx context.Context, params *ImagesReadCameraImagesParams, reqEditors ...RequestEditorFn) (*ImagesReadCameraImagesResponse, error)
ImagesReadCameraImagesWithResponse request returning *ImagesReadCameraImagesResponse
func (*ClientWithResponses) ImagesUpdateCameraImageWithBodyWithResponse ¶
func (c *ClientWithResponses) ImagesUpdateCameraImageWithBodyWithResponse(ctx context.Context, imageId openapi_types.UUID, params *ImagesUpdateCameraImageParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ImagesUpdateCameraImageResponse, error)
ImagesUpdateCameraImageWithBodyWithResponse request with arbitrary body returning *ImagesUpdateCameraImageResponse
func (*ClientWithResponses) ImagesUpdateCameraImageWithResponse ¶
func (c *ClientWithResponses) ImagesUpdateCameraImageWithResponse(ctx context.Context, imageId openapi_types.UUID, params *ImagesUpdateCameraImageParams, body ImagesUpdateCameraImageJSONRequestBody, reqEditors ...RequestEditorFn) (*ImagesUpdateCameraImageResponse, error)
func (*ClientWithResponses) ImpersonateImpersonationStatusWithResponse ¶
func (c *ClientWithResponses) ImpersonateImpersonationStatusWithResponse(ctx context.Context, params *ImpersonateImpersonationStatusParams, reqEditors ...RequestEditorFn) (*ImpersonateImpersonationStatusResponse, error)
ImpersonateImpersonationStatusWithResponse request returning *ImpersonateImpersonationStatusResponse
func (*ClientWithResponses) ImpersonateStartImpersonationWithBodyWithResponse ¶
func (c *ClientWithResponses) ImpersonateStartImpersonationWithBodyWithResponse(ctx context.Context, params *ImpersonateStartImpersonationParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ImpersonateStartImpersonationResponse, error)
ImpersonateStartImpersonationWithBodyWithResponse request with arbitrary body returning *ImpersonateStartImpersonationResponse
func (*ClientWithResponses) ImpersonateStartImpersonationWithResponse ¶
func (c *ClientWithResponses) ImpersonateStartImpersonationWithResponse(ctx context.Context, params *ImpersonateStartImpersonationParams, body ImpersonateStartImpersonationJSONRequestBody, reqEditors ...RequestEditorFn) (*ImpersonateStartImpersonationResponse, error)
func (*ClientWithResponses) ImpersonateStopImpersonationWithResponse ¶
func (c *ClientWithResponses) ImpersonateStopImpersonationWithResponse(ctx context.Context, params *ImpersonateStopImpersonationParams, reqEditors ...RequestEditorFn) (*ImpersonateStopImpersonationResponse, error)
ImpersonateStopImpersonationWithResponse request returning *ImpersonateStopImpersonationResponse
func (*ClientWithResponses) IncidentsAddIncidentNoteWithBodyWithResponse ¶
func (c *ClientWithResponses) IncidentsAddIncidentNoteWithBodyWithResponse(ctx context.Context, incidentId openapi_types.UUID, params *IncidentsAddIncidentNoteParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*IncidentsAddIncidentNoteResponse, error)
IncidentsAddIncidentNoteWithBodyWithResponse request with arbitrary body returning *IncidentsAddIncidentNoteResponse
func (*ClientWithResponses) IncidentsAddIncidentNoteWithResponse ¶
func (c *ClientWithResponses) IncidentsAddIncidentNoteWithResponse(ctx context.Context, incidentId openapi_types.UUID, params *IncidentsAddIncidentNoteParams, body IncidentsAddIncidentNoteJSONRequestBody, reqEditors ...RequestEditorFn) (*IncidentsAddIncidentNoteResponse, error)
func (*ClientWithResponses) IncidentsCreateIncidentWithBodyWithResponse ¶
func (c *ClientWithResponses) IncidentsCreateIncidentWithBodyWithResponse(ctx context.Context, params *IncidentsCreateIncidentParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*IncidentsCreateIncidentResponse, error)
IncidentsCreateIncidentWithBodyWithResponse request with arbitrary body returning *IncidentsCreateIncidentResponse
func (*ClientWithResponses) IncidentsCreateIncidentWithResponse ¶
func (c *ClientWithResponses) IncidentsCreateIncidentWithResponse(ctx context.Context, params *IncidentsCreateIncidentParams, body IncidentsCreateIncidentJSONRequestBody, reqEditors ...RequestEditorFn) (*IncidentsCreateIncidentResponse, error)
func (*ClientWithResponses) IncidentsDeleteIncidentNoteWithResponse ¶
func (c *ClientWithResponses) IncidentsDeleteIncidentNoteWithResponse(ctx context.Context, incidentId openapi_types.UUID, noteId openapi_types.UUID, params *IncidentsDeleteIncidentNoteParams, reqEditors ...RequestEditorFn) (*IncidentsDeleteIncidentNoteResponse, error)
IncidentsDeleteIncidentNoteWithResponse request returning *IncidentsDeleteIncidentNoteResponse
func (*ClientWithResponses) IncidentsDeleteIncidentWithResponse ¶
func (c *ClientWithResponses) IncidentsDeleteIncidentWithResponse(ctx context.Context, incidentId openapi_types.UUID, params *IncidentsDeleteIncidentParams, reqEditors ...RequestEditorFn) (*IncidentsDeleteIncidentResponse, error)
IncidentsDeleteIncidentWithResponse request returning *IncidentsDeleteIncidentResponse
func (*ClientWithResponses) IncidentsGetIncidentWithResponse ¶
func (c *ClientWithResponses) IncidentsGetIncidentWithResponse(ctx context.Context, incidentId openapi_types.UUID, params *IncidentsGetIncidentParams, reqEditors ...RequestEditorFn) (*IncidentsGetIncidentResponse, error)
IncidentsGetIncidentWithResponse request returning *IncidentsGetIncidentResponse
func (*ClientWithResponses) IncidentsLinkDeviceToIncidentWithResponse ¶
func (c *ClientWithResponses) IncidentsLinkDeviceToIncidentWithResponse(ctx context.Context, incidentId openapi_types.UUID, deviceId openapi_types.UUID, params *IncidentsLinkDeviceToIncidentParams, reqEditors ...RequestEditorFn) (*IncidentsLinkDeviceToIncidentResponse, error)
IncidentsLinkDeviceToIncidentWithResponse request returning *IncidentsLinkDeviceToIncidentResponse
func (*ClientWithResponses) IncidentsListIncidentNotesWithResponse ¶
func (c *ClientWithResponses) IncidentsListIncidentNotesWithResponse(ctx context.Context, incidentId openapi_types.UUID, params *IncidentsListIncidentNotesParams, reqEditors ...RequestEditorFn) (*IncidentsListIncidentNotesResponse, error)
IncidentsListIncidentNotesWithResponse request returning *IncidentsListIncidentNotesResponse
func (*ClientWithResponses) IncidentsListIncidentsWithResponse ¶
func (c *ClientWithResponses) IncidentsListIncidentsWithResponse(ctx context.Context, params *IncidentsListIncidentsParams, reqEditors ...RequestEditorFn) (*IncidentsListIncidentsResponse, error)
IncidentsListIncidentsWithResponse request returning *IncidentsListIncidentsResponse
func (*ClientWithResponses) IncidentsUnlinkDeviceFromIncidentWithResponse ¶
func (c *ClientWithResponses) IncidentsUnlinkDeviceFromIncidentWithResponse(ctx context.Context, incidentId openapi_types.UUID, deviceId openapi_types.UUID, params *IncidentsUnlinkDeviceFromIncidentParams, reqEditors ...RequestEditorFn) (*IncidentsUnlinkDeviceFromIncidentResponse, error)
IncidentsUnlinkDeviceFromIncidentWithResponse request returning *IncidentsUnlinkDeviceFromIncidentResponse
func (*ClientWithResponses) IncidentsUpdateIncidentNoteWithBodyWithResponse ¶
func (c *ClientWithResponses) IncidentsUpdateIncidentNoteWithBodyWithResponse(ctx context.Context, incidentId openapi_types.UUID, noteId openapi_types.UUID, params *IncidentsUpdateIncidentNoteParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*IncidentsUpdateIncidentNoteResponse, error)
IncidentsUpdateIncidentNoteWithBodyWithResponse request with arbitrary body returning *IncidentsUpdateIncidentNoteResponse
func (*ClientWithResponses) IncidentsUpdateIncidentNoteWithResponse ¶
func (c *ClientWithResponses) IncidentsUpdateIncidentNoteWithResponse(ctx context.Context, incidentId openapi_types.UUID, noteId openapi_types.UUID, params *IncidentsUpdateIncidentNoteParams, body IncidentsUpdateIncidentNoteJSONRequestBody, reqEditors ...RequestEditorFn) (*IncidentsUpdateIncidentNoteResponse, error)
func (*ClientWithResponses) IncidentsUpdateIncidentWithBodyWithResponse ¶
func (c *ClientWithResponses) IncidentsUpdateIncidentWithBodyWithResponse(ctx context.Context, incidentId openapi_types.UUID, params *IncidentsUpdateIncidentParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*IncidentsUpdateIncidentResponse, error)
IncidentsUpdateIncidentWithBodyWithResponse request with arbitrary body returning *IncidentsUpdateIncidentResponse
func (*ClientWithResponses) IncidentsUpdateIncidentWithResponse ¶
func (c *ClientWithResponses) IncidentsUpdateIncidentWithResponse(ctx context.Context, incidentId openapi_types.UUID, params *IncidentsUpdateIncidentParams, body IncidentsUpdateIncidentJSONRequestBody, reqEditors ...RequestEditorFn) (*IncidentsUpdateIncidentResponse, error)
func (*ClientWithResponses) InspectionCreateCaptureAnnotationWithBodyWithResponse ¶
func (c *ClientWithResponses) InspectionCreateCaptureAnnotationWithBodyWithResponse(ctx context.Context, captureId openapi_types.UUID, params *InspectionCreateCaptureAnnotationParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*InspectionCreateCaptureAnnotationResponse, error)
InspectionCreateCaptureAnnotationWithBodyWithResponse request with arbitrary body returning *InspectionCreateCaptureAnnotationResponse
func (*ClientWithResponses) InspectionCreateCaptureAnnotationWithResponse ¶
func (c *ClientWithResponses) InspectionCreateCaptureAnnotationWithResponse(ctx context.Context, captureId openapi_types.UUID, params *InspectionCreateCaptureAnnotationParams, body InspectionCreateCaptureAnnotationJSONRequestBody, reqEditors ...RequestEditorFn) (*InspectionCreateCaptureAnnotationResponse, error)
func (*ClientWithResponses) InspectionDeleteAnnotationWithResponse ¶
func (c *ClientWithResponses) InspectionDeleteAnnotationWithResponse(ctx context.Context, annotationId openapi_types.UUID, params *InspectionDeleteAnnotationParams, reqEditors ...RequestEditorFn) (*InspectionDeleteAnnotationResponse, error)
InspectionDeleteAnnotationWithResponse request returning *InspectionDeleteAnnotationResponse
func (*ClientWithResponses) InspectionListCaptureAnnotationsWithResponse ¶
func (c *ClientWithResponses) InspectionListCaptureAnnotationsWithResponse(ctx context.Context, captureId openapi_types.UUID, params *InspectionListCaptureAnnotationsParams, reqEditors ...RequestEditorFn) (*InspectionListCaptureAnnotationsResponse, error)
InspectionListCaptureAnnotationsWithResponse request returning *InspectionListCaptureAnnotationsResponse
func (*ClientWithResponses) InspectionProfilesActivateProfileWithResponse ¶
func (c *ClientWithResponses) InspectionProfilesActivateProfileWithResponse(ctx context.Context, deviceGroupId openapi_types.UUID, profileId openapi_types.UUID, params *InspectionProfilesActivateProfileParams, reqEditors ...RequestEditorFn) (*InspectionProfilesActivateProfileResponse, error)
InspectionProfilesActivateProfileWithResponse request returning *InspectionProfilesActivateProfileResponse
func (*ClientWithResponses) InspectionProfilesCaptureGoldenImageWithBodyWithResponse ¶
func (c *ClientWithResponses) InspectionProfilesCaptureGoldenImageWithBodyWithResponse(ctx context.Context, deviceGroupId openapi_types.UUID, profileId openapi_types.UUID, params *InspectionProfilesCaptureGoldenImageParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*InspectionProfilesCaptureGoldenImageResponse, error)
InspectionProfilesCaptureGoldenImageWithBodyWithResponse request with arbitrary body returning *InspectionProfilesCaptureGoldenImageResponse
func (*ClientWithResponses) InspectionProfilesCaptureGoldenImageWithResponse ¶
func (c *ClientWithResponses) InspectionProfilesCaptureGoldenImageWithResponse(ctx context.Context, deviceGroupId openapi_types.UUID, profileId openapi_types.UUID, params *InspectionProfilesCaptureGoldenImageParams, body InspectionProfilesCaptureGoldenImageJSONRequestBody, reqEditors ...RequestEditorFn) (*InspectionProfilesCaptureGoldenImageResponse, error)
func (*ClientWithResponses) InspectionProfilesCreateProfileWithBodyWithResponse ¶
func (c *ClientWithResponses) InspectionProfilesCreateProfileWithBodyWithResponse(ctx context.Context, deviceGroupId openapi_types.UUID, params *InspectionProfilesCreateProfileParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*InspectionProfilesCreateProfileResponse, error)
InspectionProfilesCreateProfileWithBodyWithResponse request with arbitrary body returning *InspectionProfilesCreateProfileResponse
func (*ClientWithResponses) InspectionProfilesCreateProfileWithResponse ¶
func (c *ClientWithResponses) InspectionProfilesCreateProfileWithResponse(ctx context.Context, deviceGroupId openapi_types.UUID, params *InspectionProfilesCreateProfileParams, body InspectionProfilesCreateProfileJSONRequestBody, reqEditors ...RequestEditorFn) (*InspectionProfilesCreateProfileResponse, error)
func (*ClientWithResponses) InspectionProfilesDeactivateProfileWithResponse ¶
func (c *ClientWithResponses) InspectionProfilesDeactivateProfileWithResponse(ctx context.Context, deviceGroupId openapi_types.UUID, profileId openapi_types.UUID, params *InspectionProfilesDeactivateProfileParams, reqEditors ...RequestEditorFn) (*InspectionProfilesDeactivateProfileResponse, error)
InspectionProfilesDeactivateProfileWithResponse request returning *InspectionProfilesDeactivateProfileResponse
func (*ClientWithResponses) InspectionProfilesDeleteGoldenImageWithResponse ¶
func (c *ClientWithResponses) InspectionProfilesDeleteGoldenImageWithResponse(ctx context.Context, deviceGroupId openapi_types.UUID, profileId openapi_types.UUID, imageId openapi_types.UUID, params *InspectionProfilesDeleteGoldenImageParams, reqEditors ...RequestEditorFn) (*InspectionProfilesDeleteGoldenImageResponse, error)
InspectionProfilesDeleteGoldenImageWithResponse request returning *InspectionProfilesDeleteGoldenImageResponse
func (*ClientWithResponses) InspectionProfilesDeleteProfileWithResponse ¶
func (c *ClientWithResponses) InspectionProfilesDeleteProfileWithResponse(ctx context.Context, deviceGroupId openapi_types.UUID, profileId openapi_types.UUID, params *InspectionProfilesDeleteProfileParams, reqEditors ...RequestEditorFn) (*InspectionProfilesDeleteProfileResponse, error)
InspectionProfilesDeleteProfileWithResponse request returning *InspectionProfilesDeleteProfileResponse
func (*ClientWithResponses) InspectionProfilesGetProfileWithResponse ¶
func (c *ClientWithResponses) InspectionProfilesGetProfileWithResponse(ctx context.Context, deviceGroupId openapi_types.UUID, profileId openapi_types.UUID, params *InspectionProfilesGetProfileParams, reqEditors ...RequestEditorFn) (*InspectionProfilesGetProfileResponse, error)
InspectionProfilesGetProfileWithResponse request returning *InspectionProfilesGetProfileResponse
func (*ClientWithResponses) InspectionProfilesInspectCaptureWithBodyWithResponse ¶
func (c *ClientWithResponses) InspectionProfilesInspectCaptureWithBodyWithResponse(ctx context.Context, deviceGroupId openapi_types.UUID, profileId openapi_types.UUID, params *InspectionProfilesInspectCaptureParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*InspectionProfilesInspectCaptureResponse, error)
InspectionProfilesInspectCaptureWithBodyWithResponse request with arbitrary body returning *InspectionProfilesInspectCaptureResponse
func (*ClientWithResponses) InspectionProfilesInspectCaptureWithResponse ¶
func (c *ClientWithResponses) InspectionProfilesInspectCaptureWithResponse(ctx context.Context, deviceGroupId openapi_types.UUID, profileId openapi_types.UUID, params *InspectionProfilesInspectCaptureParams, body InspectionProfilesInspectCaptureJSONRequestBody, reqEditors ...RequestEditorFn) (*InspectionProfilesInspectCaptureResponse, error)
func (*ClientWithResponses) InspectionProfilesListProfilesWithResponse ¶
func (c *ClientWithResponses) InspectionProfilesListProfilesWithResponse(ctx context.Context, deviceGroupId openapi_types.UUID, params *InspectionProfilesListProfilesParams, reqEditors ...RequestEditorFn) (*InspectionProfilesListProfilesResponse, error)
InspectionProfilesListProfilesWithResponse request returning *InspectionProfilesListProfilesResponse
func (*ClientWithResponses) InspectionProfilesUpdateProfileWithBodyWithResponse ¶
func (c *ClientWithResponses) InspectionProfilesUpdateProfileWithBodyWithResponse(ctx context.Context, deviceGroupId openapi_types.UUID, profileId openapi_types.UUID, params *InspectionProfilesUpdateProfileParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*InspectionProfilesUpdateProfileResponse, error)
InspectionProfilesUpdateProfileWithBodyWithResponse request with arbitrary body returning *InspectionProfilesUpdateProfileResponse
func (*ClientWithResponses) InspectionProfilesUpdateProfileWithResponse ¶
func (c *ClientWithResponses) InspectionProfilesUpdateProfileWithResponse(ctx context.Context, deviceGroupId openapi_types.UUID, profileId openapi_types.UUID, params *InspectionProfilesUpdateProfileParams, body InspectionProfilesUpdateProfileJSONRequestBody, reqEditors ...RequestEditorFn) (*InspectionProfilesUpdateProfileResponse, error)
func (*ClientWithResponses) InspectionProfilesUploadGoldenImageWithBodyWithResponse ¶
func (c *ClientWithResponses) InspectionProfilesUploadGoldenImageWithBodyWithResponse(ctx context.Context, deviceGroupId openapi_types.UUID, profileId openapi_types.UUID, params *InspectionProfilesUploadGoldenImageParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*InspectionProfilesUploadGoldenImageResponse, error)
InspectionProfilesUploadGoldenImageWithBodyWithResponse request with arbitrary body returning *InspectionProfilesUploadGoldenImageResponse
func (*ClientWithResponses) InspectionProfilesUploadTrainingCaptureWithBodyWithResponse ¶
func (c *ClientWithResponses) InspectionProfilesUploadTrainingCaptureWithBodyWithResponse(ctx context.Context, deviceGroupId openapi_types.UUID, profileId openapi_types.UUID, params *InspectionProfilesUploadTrainingCaptureParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*InspectionProfilesUploadTrainingCaptureResponse, error)
InspectionProfilesUploadTrainingCaptureWithBodyWithResponse request with arbitrary body returning *InspectionProfilesUploadTrainingCaptureResponse
func (*ClientWithResponses) InspectionPromoteCaptureToGoldenWithResponse ¶
func (c *ClientWithResponses) InspectionPromoteCaptureToGoldenWithResponse(ctx context.Context, captureId openapi_types.UUID, params *InspectionPromoteCaptureToGoldenParams, reqEditors ...RequestEditorFn) (*InspectionPromoteCaptureToGoldenResponse, error)
InspectionPromoteCaptureToGoldenWithResponse request returning *InspectionPromoteCaptureToGoldenResponse
func (*ClientWithResponses) InspectionSetCaptureReferenceSetWithBodyWithResponse ¶
func (c *ClientWithResponses) InspectionSetCaptureReferenceSetWithBodyWithResponse(ctx context.Context, captureId openapi_types.UUID, params *InspectionSetCaptureReferenceSetParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*InspectionSetCaptureReferenceSetResponse, error)
InspectionSetCaptureReferenceSetWithBodyWithResponse request with arbitrary body returning *InspectionSetCaptureReferenceSetResponse
func (*ClientWithResponses) InspectionSetCaptureReferenceSetWithResponse ¶
func (c *ClientWithResponses) InspectionSetCaptureReferenceSetWithResponse(ctx context.Context, captureId openapi_types.UUID, params *InspectionSetCaptureReferenceSetParams, body InspectionSetCaptureReferenceSetJSONRequestBody, reqEditors ...RequestEditorFn) (*InspectionSetCaptureReferenceSetResponse, error)
func (*ClientWithResponses) InspectionUpdateAnnotationWithBodyWithResponse ¶
func (c *ClientWithResponses) InspectionUpdateAnnotationWithBodyWithResponse(ctx context.Context, annotationId openapi_types.UUID, params *InspectionUpdateAnnotationParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*InspectionUpdateAnnotationResponse, error)
InspectionUpdateAnnotationWithBodyWithResponse request with arbitrary body returning *InspectionUpdateAnnotationResponse
func (*ClientWithResponses) InspectionUpdateAnnotationWithResponse ¶
func (c *ClientWithResponses) InspectionUpdateAnnotationWithResponse(ctx context.Context, annotationId openapi_types.UUID, params *InspectionUpdateAnnotationParams, body InspectionUpdateAnnotationJSONRequestBody, reqEditors ...RequestEditorFn) (*InspectionUpdateAnnotationResponse, error)
func (*ClientWithResponses) JetsonNanoCheckJetsonOnlineWithResponse ¶
func (c *ClientWithResponses) JetsonNanoCheckJetsonOnlineWithResponse(ctx context.Context, deviceId string, params *JetsonNanoCheckJetsonOnlineParams, reqEditors ...RequestEditorFn) (*JetsonNanoCheckJetsonOnlineResponse, error)
JetsonNanoCheckJetsonOnlineWithResponse request returning *JetsonNanoCheckJetsonOnlineResponse
func (*ClientWithResponses) JetsonNanoGetDetectionDigestWithResponse ¶
func (c *ClientWithResponses) JetsonNanoGetDetectionDigestWithResponse(ctx context.Context, deviceId string, params *JetsonNanoGetDetectionDigestParams, reqEditors ...RequestEditorFn) (*JetsonNanoGetDetectionDigestResponse, error)
JetsonNanoGetDetectionDigestWithResponse request returning *JetsonNanoGetDetectionDigestResponse
func (*ClientWithResponses) JetsonNanoGetDetectionStatusWithResponse ¶
func (c *ClientWithResponses) JetsonNanoGetDetectionStatusWithResponse(ctx context.Context, deviceId string, params *JetsonNanoGetDetectionStatusParams, reqEditors ...RequestEditorFn) (*JetsonNanoGetDetectionStatusResponse, error)
JetsonNanoGetDetectionStatusWithResponse request returning *JetsonNanoGetDetectionStatusResponse
func (*ClientWithResponses) JetsonNanoGetJetsonConfigWithResponse ¶
func (c *ClientWithResponses) JetsonNanoGetJetsonConfigWithResponse(ctx context.Context, deviceId string, params *JetsonNanoGetJetsonConfigParams, reqEditors ...RequestEditorFn) (*JetsonNanoGetJetsonConfigResponse, error)
JetsonNanoGetJetsonConfigWithResponse request returning *JetsonNanoGetJetsonConfigResponse
func (*ClientWithResponses) JetsonNanoGetJetsonDeviceStatusWithResponse ¶
func (c *ClientWithResponses) JetsonNanoGetJetsonDeviceStatusWithResponse(ctx context.Context, deviceId string, params *JetsonNanoGetJetsonDeviceStatusParams, reqEditors ...RequestEditorFn) (*JetsonNanoGetJetsonDeviceStatusResponse, error)
JetsonNanoGetJetsonDeviceStatusWithResponse request returning *JetsonNanoGetJetsonDeviceStatusResponse
func (*ClientWithResponses) JetsonNanoGetJetsonDevicesWithResponse ¶
func (c *ClientWithResponses) JetsonNanoGetJetsonDevicesWithResponse(ctx context.Context, params *JetsonNanoGetJetsonDevicesParams, reqEditors ...RequestEditorFn) (*JetsonNanoGetJetsonDevicesResponse, error)
JetsonNanoGetJetsonDevicesWithResponse request returning *JetsonNanoGetJetsonDevicesResponse
func (*ClientWithResponses) JetsonNanoSendJetsonConfigWithBodyWithResponse ¶
func (c *ClientWithResponses) JetsonNanoSendJetsonConfigWithBodyWithResponse(ctx context.Context, deviceId string, params *JetsonNanoSendJetsonConfigParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*JetsonNanoSendJetsonConfigResponse, error)
JetsonNanoSendJetsonConfigWithBodyWithResponse request with arbitrary body returning *JetsonNanoSendJetsonConfigResponse
func (*ClientWithResponses) JetsonNanoSendJetsonConfigWithResponse ¶
func (c *ClientWithResponses) JetsonNanoSendJetsonConfigWithResponse(ctx context.Context, deviceId string, params *JetsonNanoSendJetsonConfigParams, body JetsonNanoSendJetsonConfigJSONRequestBody, reqEditors ...RequestEditorFn) (*JetsonNanoSendJetsonConfigResponse, error)
func (*ClientWithResponses) JetsonNanoSendJetsonControlWithBodyWithResponse ¶
func (c *ClientWithResponses) JetsonNanoSendJetsonControlWithBodyWithResponse(ctx context.Context, deviceId string, params *JetsonNanoSendJetsonControlParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*JetsonNanoSendJetsonControlResponse, error)
JetsonNanoSendJetsonControlWithBodyWithResponse request with arbitrary body returning *JetsonNanoSendJetsonControlResponse
func (*ClientWithResponses) JetsonNanoSendJetsonControlWithResponse ¶
func (c *ClientWithResponses) JetsonNanoSendJetsonControlWithResponse(ctx context.Context, deviceId string, params *JetsonNanoSendJetsonControlParams, body JetsonNanoSendJetsonControlJSONRequestBody, reqEditors ...RequestEditorFn) (*JetsonNanoSendJetsonControlResponse, error)
func (*ClientWithResponses) LivekitGetViewerTokenWithResponse ¶
func (c *ClientWithResponses) LivekitGetViewerTokenWithResponse(ctx context.Context, params *LivekitGetViewerTokenParams, reqEditors ...RequestEditorFn) (*LivekitGetViewerTokenResponse, error)
LivekitGetViewerTokenWithResponse request returning *LivekitGetViewerTokenResponse
func (*ClientWithResponses) LivekitStartDeviceStreamWithResponse ¶
func (c *ClientWithResponses) LivekitStartDeviceStreamWithResponse(ctx context.Context, deviceId string, params *LivekitStartDeviceStreamParams, reqEditors ...RequestEditorFn) (*LivekitStartDeviceStreamResponse, error)
LivekitStartDeviceStreamWithResponse request returning *LivekitStartDeviceStreamResponse
func (*ClientWithResponses) LivekitStopDeviceStreamWithResponse ¶
func (c *ClientWithResponses) LivekitStopDeviceStreamWithResponse(ctx context.Context, deviceId string, params *LivekitStopDeviceStreamParams, reqEditors ...RequestEditorFn) (*LivekitStopDeviceStreamResponse, error)
LivekitStopDeviceStreamWithResponse request returning *LivekitStopDeviceStreamResponse
func (*ClientWithResponses) LocationsCreateLocationWithBodyWithResponse ¶
func (c *ClientWithResponses) LocationsCreateLocationWithBodyWithResponse(ctx context.Context, params *LocationsCreateLocationParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*LocationsCreateLocationResponse, error)
LocationsCreateLocationWithBodyWithResponse request with arbitrary body returning *LocationsCreateLocationResponse
func (*ClientWithResponses) LocationsCreateLocationWithResponse ¶
func (c *ClientWithResponses) LocationsCreateLocationWithResponse(ctx context.Context, params *LocationsCreateLocationParams, body LocationsCreateLocationJSONRequestBody, reqEditors ...RequestEditorFn) (*LocationsCreateLocationResponse, error)
func (*ClientWithResponses) LocationsDeleteLocationWithResponse ¶
func (c *ClientWithResponses) LocationsDeleteLocationWithResponse(ctx context.Context, locationId openapi_types.UUID, params *LocationsDeleteLocationParams, reqEditors ...RequestEditorFn) (*LocationsDeleteLocationResponse, error)
LocationsDeleteLocationWithResponse request returning *LocationsDeleteLocationResponse
func (*ClientWithResponses) LocationsGetLocationDevicesWithResponse ¶
func (c *ClientWithResponses) LocationsGetLocationDevicesWithResponse(ctx context.Context, locationId openapi_types.UUID, params *LocationsGetLocationDevicesParams, reqEditors ...RequestEditorFn) (*LocationsGetLocationDevicesResponse, error)
LocationsGetLocationDevicesWithResponse request returning *LocationsGetLocationDevicesResponse
func (*ClientWithResponses) LocationsGetLocationIncidentsWithResponse ¶
func (c *ClientWithResponses) LocationsGetLocationIncidentsWithResponse(ctx context.Context, locationId openapi_types.UUID, params *LocationsGetLocationIncidentsParams, reqEditors ...RequestEditorFn) (*LocationsGetLocationIncidentsResponse, error)
LocationsGetLocationIncidentsWithResponse request returning *LocationsGetLocationIncidentsResponse
func (*ClientWithResponses) LocationsGetLocationTreeWithResponse ¶
func (c *ClientWithResponses) LocationsGetLocationTreeWithResponse(ctx context.Context, params *LocationsGetLocationTreeParams, reqEditors ...RequestEditorFn) (*LocationsGetLocationTreeResponse, error)
LocationsGetLocationTreeWithResponse request returning *LocationsGetLocationTreeResponse
func (*ClientWithResponses) LocationsGetLocationWithResponse ¶
func (c *ClientWithResponses) LocationsGetLocationWithResponse(ctx context.Context, locationId openapi_types.UUID, params *LocationsGetLocationParams, reqEditors ...RequestEditorFn) (*LocationsGetLocationResponse, error)
LocationsGetLocationWithResponse request returning *LocationsGetLocationResponse
func (*ClientWithResponses) LocationsListLocationsWithResponse ¶
func (c *ClientWithResponses) LocationsListLocationsWithResponse(ctx context.Context, params *LocationsListLocationsParams, reqEditors ...RequestEditorFn) (*LocationsListLocationsResponse, error)
LocationsListLocationsWithResponse request returning *LocationsListLocationsResponse
func (*ClientWithResponses) LocationsUpdateLocationWithBodyWithResponse ¶
func (c *ClientWithResponses) LocationsUpdateLocationWithBodyWithResponse(ctx context.Context, locationId openapi_types.UUID, params *LocationsUpdateLocationParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*LocationsUpdateLocationResponse, error)
LocationsUpdateLocationWithBodyWithResponse request with arbitrary body returning *LocationsUpdateLocationResponse
func (*ClientWithResponses) LocationsUpdateLocationWithResponse ¶
func (c *ClientWithResponses) LocationsUpdateLocationWithResponse(ctx context.Context, locationId openapi_types.UUID, params *LocationsUpdateLocationParams, body LocationsUpdateLocationJSONRequestBody, reqEditors ...RequestEditorFn) (*LocationsUpdateLocationResponse, error)
func (*ClientWithResponses) LoginAuthCallbackWithResponse ¶
func (c *ClientWithResponses) LoginAuthCallbackWithResponse(ctx context.Context, params *LoginAuthCallbackParams, reqEditors ...RequestEditorFn) (*LoginAuthCallbackResponse, error)
LoginAuthCallbackWithResponse request returning *LoginAuthCallbackResponse
func (*ClientWithResponses) LoginAuthLoginWithResponse ¶
func (c *ClientWithResponses) LoginAuthLoginWithResponse(ctx context.Context, params *LoginAuthLoginParams, reqEditors ...RequestEditorFn) (*LoginAuthLoginResponse, error)
LoginAuthLoginWithResponse request returning *LoginAuthLoginResponse
func (*ClientWithResponses) LoginAuthLogoutWithResponse ¶
func (c *ClientWithResponses) LoginAuthLogoutWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*LoginAuthLogoutResponse, error)
LoginAuthLogoutWithResponse request returning *LoginAuthLogoutResponse
func (*ClientWithResponses) LoginTestTokenWithResponse ¶
func (c *ClientWithResponses) LoginTestTokenWithResponse(ctx context.Context, params *LoginTestTokenParams, reqEditors ...RequestEditorFn) (*LoginTestTokenResponse, error)
LoginTestTokenWithResponse request returning *LoginTestTokenResponse
func (*ClientWithResponses) ModelOutputSchemasDeleteSchemaWithResponse ¶
func (c *ClientWithResponses) ModelOutputSchemasDeleteSchemaWithResponse(ctx context.Context, schemaId openapi_types.UUID, params *ModelOutputSchemasDeleteSchemaParams, reqEditors ...RequestEditorFn) (*ModelOutputSchemasDeleteSchemaResponse, error)
ModelOutputSchemasDeleteSchemaWithResponse request returning *ModelOutputSchemasDeleteSchemaResponse
func (*ClientWithResponses) ModelOutputSchemasForkSchemaWithResponse ¶
func (c *ClientWithResponses) ModelOutputSchemasForkSchemaWithResponse(ctx context.Context, schemaId openapi_types.UUID, params *ModelOutputSchemasForkSchemaParams, reqEditors ...RequestEditorFn) (*ModelOutputSchemasForkSchemaResponse, error)
ModelOutputSchemasForkSchemaWithResponse request returning *ModelOutputSchemasForkSchemaResponse
func (*ClientWithResponses) ModelOutputSchemasGetBindingsWithResponse ¶
func (c *ClientWithResponses) ModelOutputSchemasGetBindingsWithResponse(ctx context.Context, schemaId openapi_types.UUID, params *ModelOutputSchemasGetBindingsParams, reqEditors ...RequestEditorFn) (*ModelOutputSchemasGetBindingsResponse, error)
ModelOutputSchemasGetBindingsWithResponse request returning *ModelOutputSchemasGetBindingsResponse
func (*ClientWithResponses) ModelOutputSchemasGetReviewTargetsWithResponse ¶
func (c *ClientWithResponses) ModelOutputSchemasGetReviewTargetsWithResponse(ctx context.Context, schemaId openapi_types.UUID, params *ModelOutputSchemasGetReviewTargetsParams, reqEditors ...RequestEditorFn) (*ModelOutputSchemasGetReviewTargetsResponse, error)
ModelOutputSchemasGetReviewTargetsWithResponse request returning *ModelOutputSchemasGetReviewTargetsResponse
func (*ClientWithResponses) ModelOutputSchemasGetSchemaDetailWithResponse ¶
func (c *ClientWithResponses) ModelOutputSchemasGetSchemaDetailWithResponse(ctx context.Context, schemaId openapi_types.UUID, params *ModelOutputSchemasGetSchemaDetailParams, reqEditors ...RequestEditorFn) (*ModelOutputSchemasGetSchemaDetailResponse, error)
ModelOutputSchemasGetSchemaDetailWithResponse request returning *ModelOutputSchemasGetSchemaDetailResponse
func (*ClientWithResponses) ModelOutputSchemasListSchemasWithResponse ¶
func (c *ClientWithResponses) ModelOutputSchemasListSchemasWithResponse(ctx context.Context, params *ModelOutputSchemasListSchemasParams, reqEditors ...RequestEditorFn) (*ModelOutputSchemasListSchemasResponse, error)
ModelOutputSchemasListSchemasWithResponse request returning *ModelOutputSchemasListSchemasResponse
func (*ClientWithResponses) ModelOutputSchemasPatchSchemaWithBodyWithResponse ¶
func (c *ClientWithResponses) ModelOutputSchemasPatchSchemaWithBodyWithResponse(ctx context.Context, schemaId openapi_types.UUID, params *ModelOutputSchemasPatchSchemaParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ModelOutputSchemasPatchSchemaResponse, error)
ModelOutputSchemasPatchSchemaWithBodyWithResponse request with arbitrary body returning *ModelOutputSchemasPatchSchemaResponse
func (*ClientWithResponses) ModelOutputSchemasPatchSchemaWithResponse ¶
func (c *ClientWithResponses) ModelOutputSchemasPatchSchemaWithResponse(ctx context.Context, schemaId openapi_types.UUID, params *ModelOutputSchemasPatchSchemaParams, body ModelOutputSchemasPatchSchemaJSONRequestBody, reqEditors ...RequestEditorFn) (*ModelOutputSchemasPatchSchemaResponse, error)
func (*ClientWithResponses) ModelsDeleteModelWithResponse ¶
func (c *ClientWithResponses) ModelsDeleteModelWithResponse(ctx context.Context, modelId openapi_types.UUID, params *ModelsDeleteModelParams, reqEditors ...RequestEditorFn) (*ModelsDeleteModelResponse, error)
ModelsDeleteModelWithResponse request returning *ModelsDeleteModelResponse
func (*ClientWithResponses) ModelsGetDownloadUrlWithResponse ¶
func (c *ClientWithResponses) ModelsGetDownloadUrlWithResponse(ctx context.Context, modelId openapi_types.UUID, params *ModelsGetDownloadUrlParams, reqEditors ...RequestEditorFn) (*ModelsGetDownloadUrlResponse, error)
ModelsGetDownloadUrlWithResponse request returning *ModelsGetDownloadUrlResponse
func (*ClientWithResponses) ModelsGetModelWithResponse ¶
func (c *ClientWithResponses) ModelsGetModelWithResponse(ctx context.Context, modelId openapi_types.UUID, params *ModelsGetModelParams, reqEditors ...RequestEditorFn) (*ModelsGetModelResponse, error)
ModelsGetModelWithResponse request returning *ModelsGetModelResponse
func (*ClientWithResponses) ModelsListModelsWithResponse ¶
func (c *ClientWithResponses) ModelsListModelsWithResponse(ctx context.Context, params *ModelsListModelsParams, reqEditors ...RequestEditorFn) (*ModelsListModelsResponse, error)
ModelsListModelsWithResponse request returning *ModelsListModelsResponse
func (*ClientWithResponses) ModelsUploadModelWithBodyWithResponse ¶
func (c *ClientWithResponses) ModelsUploadModelWithBodyWithResponse(ctx context.Context, params *ModelsUploadModelParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ModelsUploadModelResponse, error)
ModelsUploadModelWithBodyWithResponse request with arbitrary body returning *ModelsUploadModelResponse
func (*ClientWithResponses) MqttGetMqttDevicesWithResponse ¶
func (c *ClientWithResponses) MqttGetMqttDevicesWithResponse(ctx context.Context, params *MqttGetMqttDevicesParams, reqEditors ...RequestEditorFn) (*MqttGetMqttDevicesResponse, error)
MqttGetMqttDevicesWithResponse request returning *MqttGetMqttDevicesResponse
func (*ClientWithResponses) MqttGetMqttStatusWithResponse ¶
func (c *ClientWithResponses) MqttGetMqttStatusWithResponse(ctx context.Context, params *MqttGetMqttStatusParams, reqEditors ...RequestEditorFn) (*MqttGetMqttStatusResponse, error)
MqttGetMqttStatusWithResponse request returning *MqttGetMqttStatusResponse
func (*ClientWithResponses) MqttGetMqttTopicsWithResponse ¶
func (c *ClientWithResponses) MqttGetMqttTopicsWithResponse(ctx context.Context, params *MqttGetMqttTopicsParams, reqEditors ...RequestEditorFn) (*MqttGetMqttTopicsResponse, error)
MqttGetMqttTopicsWithResponse request returning *MqttGetMqttTopicsResponse
func (*ClientWithResponses) MqttSendFleetBroadcastWithBodyWithResponse ¶
func (c *ClientWithResponses) MqttSendFleetBroadcastWithBodyWithResponse(ctx context.Context, params *MqttSendFleetBroadcastParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*MqttSendFleetBroadcastResponse, error)
MqttSendFleetBroadcastWithBodyWithResponse request with arbitrary body returning *MqttSendFleetBroadcastResponse
func (*ClientWithResponses) MqttSendFleetBroadcastWithResponse ¶
func (c *ClientWithResponses) MqttSendFleetBroadcastWithResponse(ctx context.Context, params *MqttSendFleetBroadcastParams, body MqttSendFleetBroadcastJSONRequestBody, reqEditors ...RequestEditorFn) (*MqttSendFleetBroadcastResponse, error)
func (*ClientWithResponses) OrganizationsDeleteOrganizationLogoWithResponse ¶
func (c *ClientWithResponses) OrganizationsDeleteOrganizationLogoWithResponse(ctx context.Context, params *OrganizationsDeleteOrganizationLogoParams, reqEditors ...RequestEditorFn) (*OrganizationsDeleteOrganizationLogoResponse, error)
OrganizationsDeleteOrganizationLogoWithResponse request returning *OrganizationsDeleteOrganizationLogoResponse
func (*ClientWithResponses) OrganizationsGetOrganizationLogoWithResponse ¶
func (c *ClientWithResponses) OrganizationsGetOrganizationLogoWithResponse(ctx context.Context, params *OrganizationsGetOrganizationLogoParams, reqEditors ...RequestEditorFn) (*OrganizationsGetOrganizationLogoResponse, error)
OrganizationsGetOrganizationLogoWithResponse request returning *OrganizationsGetOrganizationLogoResponse
func (*ClientWithResponses) OrganizationsReadOrganizationMeWithResponse ¶
func (c *ClientWithResponses) OrganizationsReadOrganizationMeWithResponse(ctx context.Context, params *OrganizationsReadOrganizationMeParams, reqEditors ...RequestEditorFn) (*OrganizationsReadOrganizationMeResponse, error)
OrganizationsReadOrganizationMeWithResponse request returning *OrganizationsReadOrganizationMeResponse
func (*ClientWithResponses) OrganizationsReadOrganizationMqttConfigWithResponse ¶
func (c *ClientWithResponses) OrganizationsReadOrganizationMqttConfigWithResponse(ctx context.Context, params *OrganizationsReadOrganizationMqttConfigParams, reqEditors ...RequestEditorFn) (*OrganizationsReadOrganizationMqttConfigResponse, error)
OrganizationsReadOrganizationMqttConfigWithResponse request returning *OrganizationsReadOrganizationMqttConfigResponse
func (*ClientWithResponses) OrganizationsUpdateOrganizationMeWithBodyWithResponse ¶
func (c *ClientWithResponses) OrganizationsUpdateOrganizationMeWithBodyWithResponse(ctx context.Context, params *OrganizationsUpdateOrganizationMeParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*OrganizationsUpdateOrganizationMeResponse, error)
OrganizationsUpdateOrganizationMeWithBodyWithResponse request with arbitrary body returning *OrganizationsUpdateOrganizationMeResponse
func (*ClientWithResponses) OrganizationsUpdateOrganizationMeWithResponse ¶
func (c *ClientWithResponses) OrganizationsUpdateOrganizationMeWithResponse(ctx context.Context, params *OrganizationsUpdateOrganizationMeParams, body OrganizationsUpdateOrganizationMeJSONRequestBody, reqEditors ...RequestEditorFn) (*OrganizationsUpdateOrganizationMeResponse, error)
func (*ClientWithResponses) OrganizationsUploadOrganizationLogoWithBodyWithResponse ¶
func (c *ClientWithResponses) OrganizationsUploadOrganizationLogoWithBodyWithResponse(ctx context.Context, params *OrganizationsUploadOrganizationLogoParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*OrganizationsUploadOrganizationLogoResponse, error)
OrganizationsUploadOrganizationLogoWithBodyWithResponse request with arbitrary body returning *OrganizationsUploadOrganizationLogoResponse
func (*ClientWithResponses) OtelEndpointsCreateOtelEndpointWithBodyWithResponse ¶
func (c *ClientWithResponses) OtelEndpointsCreateOtelEndpointWithBodyWithResponse(ctx context.Context, deviceGroupId openapi_types.UUID, params *OtelEndpointsCreateOtelEndpointParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*OtelEndpointsCreateOtelEndpointResponse, error)
OtelEndpointsCreateOtelEndpointWithBodyWithResponse request with arbitrary body returning *OtelEndpointsCreateOtelEndpointResponse
func (*ClientWithResponses) OtelEndpointsCreateOtelEndpointWithResponse ¶
func (c *ClientWithResponses) OtelEndpointsCreateOtelEndpointWithResponse(ctx context.Context, deviceGroupId openapi_types.UUID, params *OtelEndpointsCreateOtelEndpointParams, body OtelEndpointsCreateOtelEndpointJSONRequestBody, reqEditors ...RequestEditorFn) (*OtelEndpointsCreateOtelEndpointResponse, error)
func (*ClientWithResponses) OtelEndpointsDeleteOtelEndpointWithResponse ¶
func (c *ClientWithResponses) OtelEndpointsDeleteOtelEndpointWithResponse(ctx context.Context, deviceGroupId openapi_types.UUID, endpointId openapi_types.UUID, params *OtelEndpointsDeleteOtelEndpointParams, reqEditors ...RequestEditorFn) (*OtelEndpointsDeleteOtelEndpointResponse, error)
OtelEndpointsDeleteOtelEndpointWithResponse request returning *OtelEndpointsDeleteOtelEndpointResponse
func (*ClientWithResponses) OtelEndpointsListOtelEndpointsWithResponse ¶
func (c *ClientWithResponses) OtelEndpointsListOtelEndpointsWithResponse(ctx context.Context, deviceGroupId openapi_types.UUID, params *OtelEndpointsListOtelEndpointsParams, reqEditors ...RequestEditorFn) (*OtelEndpointsListOtelEndpointsResponse, error)
OtelEndpointsListOtelEndpointsWithResponse request returning *OtelEndpointsListOtelEndpointsResponse
func (*ClientWithResponses) OtelEndpointsTestOtelEndpointWithResponse ¶
func (c *ClientWithResponses) OtelEndpointsTestOtelEndpointWithResponse(ctx context.Context, deviceGroupId openapi_types.UUID, endpointId openapi_types.UUID, params *OtelEndpointsTestOtelEndpointParams, reqEditors ...RequestEditorFn) (*OtelEndpointsTestOtelEndpointResponse, error)
OtelEndpointsTestOtelEndpointWithResponse request returning *OtelEndpointsTestOtelEndpointResponse
func (*ClientWithResponses) OtelEndpointsUpdateOtelEndpointWithBodyWithResponse ¶
func (c *ClientWithResponses) OtelEndpointsUpdateOtelEndpointWithBodyWithResponse(ctx context.Context, deviceGroupId openapi_types.UUID, endpointId openapi_types.UUID, params *OtelEndpointsUpdateOtelEndpointParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*OtelEndpointsUpdateOtelEndpointResponse, error)
OtelEndpointsUpdateOtelEndpointWithBodyWithResponse request with arbitrary body returning *OtelEndpointsUpdateOtelEndpointResponse
func (*ClientWithResponses) OtelEndpointsUpdateOtelEndpointWithResponse ¶
func (c *ClientWithResponses) OtelEndpointsUpdateOtelEndpointWithResponse(ctx context.Context, deviceGroupId openapi_types.UUID, endpointId openapi_types.UUID, params *OtelEndpointsUpdateOtelEndpointParams, body OtelEndpointsUpdateOtelEndpointJSONRequestBody, reqEditors ...RequestEditorFn) (*OtelEndpointsUpdateOtelEndpointResponse, error)
func (*ClientWithResponses) PrivateCreateUserWithBodyWithResponse ¶
func (c *ClientWithResponses) PrivateCreateUserWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PrivateCreateUserResponse, error)
PrivateCreateUserWithBodyWithResponse request with arbitrary body returning *PrivateCreateUserResponse
func (*ClientWithResponses) PrivateCreateUserWithResponse ¶
func (c *ClientWithResponses) PrivateCreateUserWithResponse(ctx context.Context, body PrivateCreateUserJSONRequestBody, reqEditors ...RequestEditorFn) (*PrivateCreateUserResponse, error)
func (*ClientWithResponses) PrivateGetTenantByOrgIdWithResponse ¶
func (c *ClientWithResponses) PrivateGetTenantByOrgIdWithResponse(ctx context.Context, params *PrivateGetTenantByOrgIdParams, reqEditors ...RequestEditorFn) (*PrivateGetTenantByOrgIdResponse, error)
PrivateGetTenantByOrgIdWithResponse request returning *PrivateGetTenantByOrgIdResponse
func (*ClientWithResponses) RefSheetsActivateRefSheetVersionWithResponse ¶
func (c *ClientWithResponses) RefSheetsActivateRefSheetVersionWithResponse(ctx context.Context, sheetId openapi_types.UUID, versionId openapi_types.UUID, params *RefSheetsActivateRefSheetVersionParams, reqEditors ...RequestEditorFn) (*RefSheetsActivateRefSheetVersionResponse, error)
RefSheetsActivateRefSheetVersionWithResponse request returning *RefSheetsActivateRefSheetVersionResponse
func (*ClientWithResponses) RefSheetsCreateRefSheetVersionWithBodyWithResponse ¶
func (c *ClientWithResponses) RefSheetsCreateRefSheetVersionWithBodyWithResponse(ctx context.Context, sheetId openapi_types.UUID, params *RefSheetsCreateRefSheetVersionParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RefSheetsCreateRefSheetVersionResponse, error)
RefSheetsCreateRefSheetVersionWithBodyWithResponse request with arbitrary body returning *RefSheetsCreateRefSheetVersionResponse
func (*ClientWithResponses) RefSheetsCreateRefSheetWithBodyWithResponse ¶
func (c *ClientWithResponses) RefSheetsCreateRefSheetWithBodyWithResponse(ctx context.Context, params *RefSheetsCreateRefSheetParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RefSheetsCreateRefSheetResponse, error)
RefSheetsCreateRefSheetWithBodyWithResponse request with arbitrary body returning *RefSheetsCreateRefSheetResponse
func (*ClientWithResponses) RefSheetsDeleteRefSheetVersionWithResponse ¶
func (c *ClientWithResponses) RefSheetsDeleteRefSheetVersionWithResponse(ctx context.Context, sheetId openapi_types.UUID, versionId openapi_types.UUID, params *RefSheetsDeleteRefSheetVersionParams, reqEditors ...RequestEditorFn) (*RefSheetsDeleteRefSheetVersionResponse, error)
RefSheetsDeleteRefSheetVersionWithResponse request returning *RefSheetsDeleteRefSheetVersionResponse
func (*ClientWithResponses) RefSheetsDeleteRefSheetWithResponse ¶
func (c *ClientWithResponses) RefSheetsDeleteRefSheetWithResponse(ctx context.Context, sheetId openapi_types.UUID, params *RefSheetsDeleteRefSheetParams, reqEditors ...RequestEditorFn) (*RefSheetsDeleteRefSheetResponse, error)
RefSheetsDeleteRefSheetWithResponse request returning *RefSheetsDeleteRefSheetResponse
func (*ClientWithResponses) RefSheetsGetRefSheetWithResponse ¶
func (c *ClientWithResponses) RefSheetsGetRefSheetWithResponse(ctx context.Context, sheetId openapi_types.UUID, params *RefSheetsGetRefSheetParams, reqEditors ...RequestEditorFn) (*RefSheetsGetRefSheetResponse, error)
RefSheetsGetRefSheetWithResponse request returning *RefSheetsGetRefSheetResponse
func (*ClientWithResponses) RefSheetsInspectExcelSheetsWithBodyWithResponse ¶
func (c *ClientWithResponses) RefSheetsInspectExcelSheetsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RefSheetsInspectExcelSheetsResponse, error)
RefSheetsInspectExcelSheetsWithBodyWithResponse request with arbitrary body returning *RefSheetsInspectExcelSheetsResponse
func (*ClientWithResponses) RefSheetsListRefSheetVersionsWithResponse ¶
func (c *ClientWithResponses) RefSheetsListRefSheetVersionsWithResponse(ctx context.Context, sheetId openapi_types.UUID, params *RefSheetsListRefSheetVersionsParams, reqEditors ...RequestEditorFn) (*RefSheetsListRefSheetVersionsResponse, error)
RefSheetsListRefSheetVersionsWithResponse request returning *RefSheetsListRefSheetVersionsResponse
func (*ClientWithResponses) RefSheetsListRefSheetsWithResponse ¶
func (c *ClientWithResponses) RefSheetsListRefSheetsWithResponse(ctx context.Context, params *RefSheetsListRefSheetsParams, reqEditors ...RequestEditorFn) (*RefSheetsListRefSheetsResponse, error)
RefSheetsListRefSheetsWithResponse request returning *RefSheetsListRefSheetsResponse
func (*ClientWithResponses) RefSheetsUpdateRefSheetWithBodyWithResponse ¶
func (c *ClientWithResponses) RefSheetsUpdateRefSheetWithBodyWithResponse(ctx context.Context, sheetId openapi_types.UUID, params *RefSheetsUpdateRefSheetParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RefSheetsUpdateRefSheetResponse, error)
RefSheetsUpdateRefSheetWithBodyWithResponse request with arbitrary body returning *RefSheetsUpdateRefSheetResponse
func (*ClientWithResponses) RefSheetsUpdateRefSheetWithResponse ¶
func (c *ClientWithResponses) RefSheetsUpdateRefSheetWithResponse(ctx context.Context, sheetId openapi_types.UUID, params *RefSheetsUpdateRefSheetParams, body RefSheetsUpdateRefSheetJSONRequestBody, reqEditors ...RequestEditorFn) (*RefSheetsUpdateRefSheetResponse, error)
func (*ClientWithResponses) SearchSearchEntitiesWithResponse ¶
func (c *ClientWithResponses) SearchSearchEntitiesWithResponse(ctx context.Context, params *SearchSearchEntitiesParams, reqEditors ...RequestEditorFn) (*SearchSearchEntitiesResponse, error)
SearchSearchEntitiesWithResponse request returning *SearchSearchEntitiesResponse
func (*ClientWithResponses) StarsListStarsWithResponse ¶
func (c *ClientWithResponses) StarsListStarsWithResponse(ctx context.Context, params *StarsListStarsParams, reqEditors ...RequestEditorFn) (*StarsListStarsResponse, error)
StarsListStarsWithResponse request returning *StarsListStarsResponse
func (*ClientWithResponses) StarsStarEntityWithBodyWithResponse ¶
func (c *ClientWithResponses) StarsStarEntityWithBodyWithResponse(ctx context.Context, params *StarsStarEntityParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*StarsStarEntityResponse, error)
StarsStarEntityWithBodyWithResponse request with arbitrary body returning *StarsStarEntityResponse
func (*ClientWithResponses) StarsStarEntityWithResponse ¶
func (c *ClientWithResponses) StarsStarEntityWithResponse(ctx context.Context, params *StarsStarEntityParams, body StarsStarEntityJSONRequestBody, reqEditors ...RequestEditorFn) (*StarsStarEntityResponse, error)
func (*ClientWithResponses) StarsUnstarEntityWithResponse ¶
func (c *ClientWithResponses) StarsUnstarEntityWithResponse(ctx context.Context, entityType string, entityId openapi_types.UUID, params *StarsUnstarEntityParams, reqEditors ...RequestEditorFn) (*StarsUnstarEntityResponse, error)
StarsUnstarEntityWithResponse request returning *StarsUnstarEntityResponse
func (*ClientWithResponses) TeamsAddTeamMemberWithResponse ¶
func (c *ClientWithResponses) TeamsAddTeamMemberWithResponse(ctx context.Context, teamId openapi_types.UUID, params *TeamsAddTeamMemberParams, reqEditors ...RequestEditorFn) (*TeamsAddTeamMemberResponse, error)
TeamsAddTeamMemberWithResponse request returning *TeamsAddTeamMemberResponse
func (*ClientWithResponses) TeamsCreateTeamWithBodyWithResponse ¶
func (c *ClientWithResponses) TeamsCreateTeamWithBodyWithResponse(ctx context.Context, params *TeamsCreateTeamParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*TeamsCreateTeamResponse, error)
TeamsCreateTeamWithBodyWithResponse request with arbitrary body returning *TeamsCreateTeamResponse
func (*ClientWithResponses) TeamsCreateTeamWithResponse ¶
func (c *ClientWithResponses) TeamsCreateTeamWithResponse(ctx context.Context, params *TeamsCreateTeamParams, body TeamsCreateTeamJSONRequestBody, reqEditors ...RequestEditorFn) (*TeamsCreateTeamResponse, error)
func (*ClientWithResponses) TeamsDeleteTeamWithResponse ¶
func (c *ClientWithResponses) TeamsDeleteTeamWithResponse(ctx context.Context, teamId openapi_types.UUID, params *TeamsDeleteTeamParams, reqEditors ...RequestEditorFn) (*TeamsDeleteTeamResponse, error)
TeamsDeleteTeamWithResponse request returning *TeamsDeleteTeamResponse
func (*ClientWithResponses) TeamsGetDefaultTeamWithResponse ¶
func (c *ClientWithResponses) TeamsGetDefaultTeamWithResponse(ctx context.Context, params *TeamsGetDefaultTeamParams, reqEditors ...RequestEditorFn) (*TeamsGetDefaultTeamResponse, error)
TeamsGetDefaultTeamWithResponse request returning *TeamsGetDefaultTeamResponse
func (*ClientWithResponses) TeamsGetTeamWithResponse ¶
func (c *ClientWithResponses) TeamsGetTeamWithResponse(ctx context.Context, teamId openapi_types.UUID, params *TeamsGetTeamParams, reqEditors ...RequestEditorFn) (*TeamsGetTeamResponse, error)
TeamsGetTeamWithResponse request returning *TeamsGetTeamResponse
func (*ClientWithResponses) TeamsListTeamMembersWithResponse ¶
func (c *ClientWithResponses) TeamsListTeamMembersWithResponse(ctx context.Context, teamId openapi_types.UUID, params *TeamsListTeamMembersParams, reqEditors ...RequestEditorFn) (*TeamsListTeamMembersResponse, error)
TeamsListTeamMembersWithResponse request returning *TeamsListTeamMembersResponse
func (*ClientWithResponses) TeamsListTeamsWithResponse ¶
func (c *ClientWithResponses) TeamsListTeamsWithResponse(ctx context.Context, params *TeamsListTeamsParams, reqEditors ...RequestEditorFn) (*TeamsListTeamsResponse, error)
TeamsListTeamsWithResponse request returning *TeamsListTeamsResponse
func (*ClientWithResponses) TeamsRemoveTeamMemberWithResponse ¶
func (c *ClientWithResponses) TeamsRemoveTeamMemberWithResponse(ctx context.Context, teamId openapi_types.UUID, userId openapi_types.UUID, params *TeamsRemoveTeamMemberParams, reqEditors ...RequestEditorFn) (*TeamsRemoveTeamMemberResponse, error)
TeamsRemoveTeamMemberWithResponse request returning *TeamsRemoveTeamMemberResponse
func (*ClientWithResponses) TeamsUpdateTeamWithBodyWithResponse ¶
func (c *ClientWithResponses) TeamsUpdateTeamWithBodyWithResponse(ctx context.Context, teamId openapi_types.UUID, params *TeamsUpdateTeamParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*TeamsUpdateTeamResponse, error)
TeamsUpdateTeamWithBodyWithResponse request with arbitrary body returning *TeamsUpdateTeamResponse
func (*ClientWithResponses) TeamsUpdateTeamWithResponse ¶
func (c *ClientWithResponses) TeamsUpdateTeamWithResponse(ctx context.Context, teamId openapi_types.UUID, params *TeamsUpdateTeamParams, body TeamsUpdateTeamJSONRequestBody, reqEditors ...RequestEditorFn) (*TeamsUpdateTeamResponse, error)
func (*ClientWithResponses) TelemetryReceiveOtlpMetricsWithResponse ¶
func (c *ClientWithResponses) TelemetryReceiveOtlpMetricsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*TelemetryReceiveOtlpMetricsResponse, error)
TelemetryReceiveOtlpMetricsWithResponse request returning *TelemetryReceiveOtlpMetricsResponse
func (*ClientWithResponses) TestHelpersCreateTestTenantWithBodyWithResponse ¶
func (c *ClientWithResponses) TestHelpersCreateTestTenantWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*TestHelpersCreateTestTenantResponse, error)
TestHelpersCreateTestTenantWithBodyWithResponse request with arbitrary body returning *TestHelpersCreateTestTenantResponse
func (*ClientWithResponses) TestHelpersCreateTestTenantWithResponse ¶
func (c *ClientWithResponses) TestHelpersCreateTestTenantWithResponse(ctx context.Context, body TestHelpersCreateTestTenantJSONRequestBody, reqEditors ...RequestEditorFn) (*TestHelpersCreateTestTenantResponse, error)
func (*ClientWithResponses) TestHelpersDeleteTestTenantWithResponse ¶
func (c *ClientWithResponses) TestHelpersDeleteTestTenantWithResponse(ctx context.Context, tenantId openapi_types.UUID, reqEditors ...RequestEditorFn) (*TestHelpersDeleteTestTenantResponse, error)
TestHelpersDeleteTestTenantWithResponse request returning *TestHelpersDeleteTestTenantResponse
func (*ClientWithResponses) TestHelpersSweepTestTenantsWithBodyWithResponse ¶
func (c *ClientWithResponses) TestHelpersSweepTestTenantsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*TestHelpersSweepTestTenantsResponse, error)
TestHelpersSweepTestTenantsWithBodyWithResponse request with arbitrary body returning *TestHelpersSweepTestTenantsResponse
func (*ClientWithResponses) TestHelpersSweepTestTenantsWithResponse ¶
func (c *ClientWithResponses) TestHelpersSweepTestTenantsWithResponse(ctx context.Context, body TestHelpersSweepTestTenantsJSONRequestBody, reqEditors ...RequestEditorFn) (*TestHelpersSweepTestTenantsResponse, error)
func (*ClientWithResponses) TestHelpersSweepTestUsersWithResponse ¶
func (c *ClientWithResponses) TestHelpersSweepTestUsersWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*TestHelpersSweepTestUsersResponse, error)
TestHelpersSweepTestUsersWithResponse request returning *TestHelpersSweepTestUsersResponse
func (*ClientWithResponses) UsersCreateUserWithBodyWithResponse ¶
func (c *ClientWithResponses) UsersCreateUserWithBodyWithResponse(ctx context.Context, params *UsersCreateUserParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UsersCreateUserResponse, error)
UsersCreateUserWithBodyWithResponse request with arbitrary body returning *UsersCreateUserResponse
func (*ClientWithResponses) UsersCreateUserWithResponse ¶
func (c *ClientWithResponses) UsersCreateUserWithResponse(ctx context.Context, params *UsersCreateUserParams, body UsersCreateUserJSONRequestBody, reqEditors ...RequestEditorFn) (*UsersCreateUserResponse, error)
func (*ClientWithResponses) UsersDeleteProfilePictureWithResponse ¶
func (c *ClientWithResponses) UsersDeleteProfilePictureWithResponse(ctx context.Context, params *UsersDeleteProfilePictureParams, reqEditors ...RequestEditorFn) (*UsersDeleteProfilePictureResponse, error)
UsersDeleteProfilePictureWithResponse request returning *UsersDeleteProfilePictureResponse
func (*ClientWithResponses) UsersDeleteUserMeWithResponse ¶
func (c *ClientWithResponses) UsersDeleteUserMeWithResponse(ctx context.Context, params *UsersDeleteUserMeParams, reqEditors ...RequestEditorFn) (*UsersDeleteUserMeResponse, error)
UsersDeleteUserMeWithResponse request returning *UsersDeleteUserMeResponse
func (*ClientWithResponses) UsersDeleteUserWithResponse ¶
func (c *ClientWithResponses) UsersDeleteUserWithResponse(ctx context.Context, userId openapi_types.UUID, params *UsersDeleteUserParams, reqEditors ...RequestEditorFn) (*UsersDeleteUserResponse, error)
UsersDeleteUserWithResponse request returning *UsersDeleteUserResponse
func (*ClientWithResponses) UsersGetProfilePictureWithResponse ¶
func (c *ClientWithResponses) UsersGetProfilePictureWithResponse(ctx context.Context, params *UsersGetProfilePictureParams, reqEditors ...RequestEditorFn) (*UsersGetProfilePictureResponse, error)
UsersGetProfilePictureWithResponse request returning *UsersGetProfilePictureResponse
func (*ClientWithResponses) UsersReadUserByIdWithResponse ¶
func (c *ClientWithResponses) UsersReadUserByIdWithResponse(ctx context.Context, userId openapi_types.UUID, params *UsersReadUserByIdParams, reqEditors ...RequestEditorFn) (*UsersReadUserByIdResponse, error)
UsersReadUserByIdWithResponse request returning *UsersReadUserByIdResponse
func (*ClientWithResponses) UsersReadUserMeWithResponse ¶
func (c *ClientWithResponses) UsersReadUserMeWithResponse(ctx context.Context, params *UsersReadUserMeParams, reqEditors ...RequestEditorFn) (*UsersReadUserMeResponse, error)
UsersReadUserMeWithResponse request returning *UsersReadUserMeResponse
func (*ClientWithResponses) UsersReadUsersWithResponse ¶
func (c *ClientWithResponses) UsersReadUsersWithResponse(ctx context.Context, params *UsersReadUsersParams, reqEditors ...RequestEditorFn) (*UsersReadUsersResponse, error)
UsersReadUsersWithResponse request returning *UsersReadUsersResponse
func (*ClientWithResponses) UsersUpdateUserMeWithBodyWithResponse ¶
func (c *ClientWithResponses) UsersUpdateUserMeWithBodyWithResponse(ctx context.Context, params *UsersUpdateUserMeParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UsersUpdateUserMeResponse, error)
UsersUpdateUserMeWithBodyWithResponse request with arbitrary body returning *UsersUpdateUserMeResponse
func (*ClientWithResponses) UsersUpdateUserMeWithResponse ¶
func (c *ClientWithResponses) UsersUpdateUserMeWithResponse(ctx context.Context, params *UsersUpdateUserMeParams, body UsersUpdateUserMeJSONRequestBody, reqEditors ...RequestEditorFn) (*UsersUpdateUserMeResponse, error)
func (*ClientWithResponses) UsersUpdateUserWithBodyWithResponse ¶
func (c *ClientWithResponses) UsersUpdateUserWithBodyWithResponse(ctx context.Context, userId openapi_types.UUID, params *UsersUpdateUserParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UsersUpdateUserResponse, error)
UsersUpdateUserWithBodyWithResponse request with arbitrary body returning *UsersUpdateUserResponse
func (*ClientWithResponses) UsersUpdateUserWithResponse ¶
func (c *ClientWithResponses) UsersUpdateUserWithResponse(ctx context.Context, userId openapi_types.UUID, params *UsersUpdateUserParams, body UsersUpdateUserJSONRequestBody, reqEditors ...RequestEditorFn) (*UsersUpdateUserResponse, error)
func (*ClientWithResponses) UsersUploadProfilePictureWithBodyWithResponse ¶
func (c *ClientWithResponses) UsersUploadProfilePictureWithBodyWithResponse(ctx context.Context, params *UsersUploadProfilePictureParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UsersUploadProfilePictureResponse, error)
UsersUploadProfilePictureWithBodyWithResponse request with arbitrary body returning *UsersUploadProfilePictureResponse
func (*ClientWithResponses) UtilsHealthCheckWithResponse ¶
func (c *ClientWithResponses) UtilsHealthCheckWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*UtilsHealthCheckResponse, error)
UtilsHealthCheckWithResponse request returning *UtilsHealthCheckResponse
func (*ClientWithResponses) UtilsTestEmailWithResponse ¶
func (c *ClientWithResponses) UtilsTestEmailWithResponse(ctx context.Context, params *UtilsTestEmailParams, reqEditors ...RequestEditorFn) (*UtilsTestEmailResponse, error)
UtilsTestEmailWithResponse request returning *UtilsTestEmailResponse
func (*ClientWithResponses) VideosDebugVideoFileWithResponse ¶
func (c *ClientWithResponses) VideosDebugVideoFileWithResponse(ctx context.Context, videoId openapi_types.UUID, params *VideosDebugVideoFileParams, reqEditors ...RequestEditorFn) (*VideosDebugVideoFileResponse, error)
VideosDebugVideoFileWithResponse request returning *VideosDebugVideoFileResponse
func (*ClientWithResponses) VideosDeleteCameraVideoWithResponse ¶
func (c *ClientWithResponses) VideosDeleteCameraVideoWithResponse(ctx context.Context, videoId openapi_types.UUID, params *VideosDeleteCameraVideoParams, reqEditors ...RequestEditorFn) (*VideosDeleteCameraVideoResponse, error)
VideosDeleteCameraVideoWithResponse request returning *VideosDeleteCameraVideoResponse
func (*ClientWithResponses) VideosGetOriginalVideoWithResponse ¶
func (c *ClientWithResponses) VideosGetOriginalVideoWithResponse(ctx context.Context, videoId openapi_types.UUID, params *VideosGetOriginalVideoParams, reqEditors ...RequestEditorFn) (*VideosGetOriginalVideoResponse, error)
VideosGetOriginalVideoWithResponse request returning *VideosGetOriginalVideoResponse
func (*ClientWithResponses) VideosGetProcessedVideoFileWithResponse ¶
func (c *ClientWithResponses) VideosGetProcessedVideoFileWithResponse(ctx context.Context, videoId openapi_types.UUID, params *VideosGetProcessedVideoFileParams, reqEditors ...RequestEditorFn) (*VideosGetProcessedVideoFileResponse, error)
VideosGetProcessedVideoFileWithResponse request returning *VideosGetProcessedVideoFileResponse
func (*ClientWithResponses) VideosGetProcessedVideoWithResponse ¶
func (c *ClientWithResponses) VideosGetProcessedVideoWithResponse(ctx context.Context, filename string, params *VideosGetProcessedVideoParams, reqEditors ...RequestEditorFn) (*VideosGetProcessedVideoResponse, error)
VideosGetProcessedVideoWithResponse request returning *VideosGetProcessedVideoResponse
func (*ClientWithResponses) VideosGetProcessingStatusWithResponse ¶
func (c *ClientWithResponses) VideosGetProcessingStatusWithResponse(ctx context.Context, videoId openapi_types.UUID, params *VideosGetProcessingStatusParams, reqEditors ...RequestEditorFn) (*VideosGetProcessingStatusResponse, error)
VideosGetProcessingStatusWithResponse request returning *VideosGetProcessingStatusResponse
func (*ClientWithResponses) VideosProcessVideoWithBodyWithResponse ¶
func (c *ClientWithResponses) VideosProcessVideoWithBodyWithResponse(ctx context.Context, params *VideosProcessVideoParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*VideosProcessVideoResponse, error)
VideosProcessVideoWithBodyWithResponse request with arbitrary body returning *VideosProcessVideoResponse
func (*ClientWithResponses) VideosReadCameraVideoWithResponse ¶
func (c *ClientWithResponses) VideosReadCameraVideoWithResponse(ctx context.Context, videoId openapi_types.UUID, params *VideosReadCameraVideoParams, reqEditors ...RequestEditorFn) (*VideosReadCameraVideoResponse, error)
VideosReadCameraVideoWithResponse request returning *VideosReadCameraVideoResponse
func (*ClientWithResponses) VideosReadCameraVideosWithResponse ¶
func (c *ClientWithResponses) VideosReadCameraVideosWithResponse(ctx context.Context, params *VideosReadCameraVideosParams, reqEditors ...RequestEditorFn) (*VideosReadCameraVideosResponse, error)
VideosReadCameraVideosWithResponse request returning *VideosReadCameraVideosResponse
func (*ClientWithResponses) VideosReprocessCameraVideoWithResponse ¶
func (c *ClientWithResponses) VideosReprocessCameraVideoWithResponse(ctx context.Context, videoId openapi_types.UUID, params *VideosReprocessCameraVideoParams, reqEditors ...RequestEditorFn) (*VideosReprocessCameraVideoResponse, error)
VideosReprocessCameraVideoWithResponse request returning *VideosReprocessCameraVideoResponse
func (*ClientWithResponses) VideosUpdateCameraVideoWithBodyWithResponse ¶
func (c *ClientWithResponses) VideosUpdateCameraVideoWithBodyWithResponse(ctx context.Context, videoId openapi_types.UUID, params *VideosUpdateCameraVideoParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*VideosUpdateCameraVideoResponse, error)
VideosUpdateCameraVideoWithBodyWithResponse request with arbitrary body returning *VideosUpdateCameraVideoResponse
func (*ClientWithResponses) VideosUpdateCameraVideoWithResponse ¶
func (c *ClientWithResponses) VideosUpdateCameraVideoWithResponse(ctx context.Context, videoId openapi_types.UUID, params *VideosUpdateCameraVideoParams, body VideosUpdateCameraVideoJSONRequestBody, reqEditors ...RequestEditorFn) (*VideosUpdateCameraVideoResponse, error)
func (*ClientWithResponses) VideosUploadCameraVideoWithBodyWithResponse ¶
func (c *ClientWithResponses) VideosUploadCameraVideoWithBodyWithResponse(ctx context.Context, params *VideosUploadCameraVideoParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*VideosUploadCameraVideoResponse, error)
VideosUploadCameraVideoWithBodyWithResponse request with arbitrary body returning *VideosUploadCameraVideoResponse
func (*ClientWithResponses) VoiceTtsWithBodyWithResponse ¶
func (c *ClientWithResponses) VoiceTtsWithBodyWithResponse(ctx context.Context, params *VoiceTtsParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*VoiceTtsResponse, error)
VoiceTtsWithBodyWithResponse request with arbitrary body returning *VoiceTtsResponse
func (*ClientWithResponses) VoiceTtsWithResponse ¶
func (c *ClientWithResponses) VoiceTtsWithResponse(ctx context.Context, params *VoiceTtsParams, body VoiceTtsJSONRequestBody, reqEditors ...RequestEditorFn) (*VoiceTtsResponse, error)
type ClientWithResponsesInterface ¶
type ClientWithResponsesInterface interface {
// ActivityListActivityWithResponse request
ActivityListActivityWithResponse(ctx context.Context, params *ActivityListActivityParams, reqEditors ...RequestEditorFn) (*ActivityListActivityResponse, error)
// AgentChatChatWithResponse request
AgentChatChatWithResponse(ctx context.Context, configId openapi_types.UUID, params *AgentChatChatParams, reqEditors ...RequestEditorFn) (*AgentChatChatResponse, error)
// AgentsListAgentConfigsWithResponse request
AgentsListAgentConfigsWithResponse(ctx context.Context, params *AgentsListAgentConfigsParams, reqEditors ...RequestEditorFn) (*AgentsListAgentConfigsResponse, error)
// AgentsCreateAgentConfigWithBodyWithResponse request with any body
AgentsCreateAgentConfigWithBodyWithResponse(ctx context.Context, params *AgentsCreateAgentConfigParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AgentsCreateAgentConfigResponse, error)
AgentsCreateAgentConfigWithResponse(ctx context.Context, params *AgentsCreateAgentConfigParams, body AgentsCreateAgentConfigJSONRequestBody, reqEditors ...RequestEditorFn) (*AgentsCreateAgentConfigResponse, error)
// AgentsDeleteAgentConfigWithResponse request
AgentsDeleteAgentConfigWithResponse(ctx context.Context, configId openapi_types.UUID, params *AgentsDeleteAgentConfigParams, reqEditors ...RequestEditorFn) (*AgentsDeleteAgentConfigResponse, error)
// AgentsGetAgentConfigWithResponse request
AgentsGetAgentConfigWithResponse(ctx context.Context, configId openapi_types.UUID, params *AgentsGetAgentConfigParams, reqEditors ...RequestEditorFn) (*AgentsGetAgentConfigResponse, error)
// AgentsUpdateAgentConfigWithBodyWithResponse request with any body
AgentsUpdateAgentConfigWithBodyWithResponse(ctx context.Context, configId openapi_types.UUID, params *AgentsUpdateAgentConfigParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AgentsUpdateAgentConfigResponse, error)
AgentsUpdateAgentConfigWithResponse(ctx context.Context, configId openapi_types.UUID, params *AgentsUpdateAgentConfigParams, body AgentsUpdateAgentConfigJSONRequestBody, reqEditors ...RequestEditorFn) (*AgentsUpdateAgentConfigResponse, error)
// AgentEvalsListEvalDatasetsWithResponse request
AgentEvalsListEvalDatasetsWithResponse(ctx context.Context, configId openapi_types.UUID, params *AgentEvalsListEvalDatasetsParams, reqEditors ...RequestEditorFn) (*AgentEvalsListEvalDatasetsResponse, error)
// AgentEvalsCreateEvalDatasetWithBodyWithResponse request with any body
AgentEvalsCreateEvalDatasetWithBodyWithResponse(ctx context.Context, configId openapi_types.UUID, params *AgentEvalsCreateEvalDatasetParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AgentEvalsCreateEvalDatasetResponse, error)
AgentEvalsCreateEvalDatasetWithResponse(ctx context.Context, configId openapi_types.UUID, params *AgentEvalsCreateEvalDatasetParams, body AgentEvalsCreateEvalDatasetJSONRequestBody, reqEditors ...RequestEditorFn) (*AgentEvalsCreateEvalDatasetResponse, error)
// AgentFilesListFilesWithResponse request
AgentFilesListFilesWithResponse(ctx context.Context, configId openapi_types.UUID, params *AgentFilesListFilesParams, reqEditors ...RequestEditorFn) (*AgentFilesListFilesResponse, error)
// AgentFilesDeleteFileWithResponse request
AgentFilesDeleteFileWithResponse(ctx context.Context, configId openapi_types.UUID, filePath string, params *AgentFilesDeleteFileParams, reqEditors ...RequestEditorFn) (*AgentFilesDeleteFileResponse, error)
// AgentFilesGetFileWithResponse request
AgentFilesGetFileWithResponse(ctx context.Context, configId openapi_types.UUID, filePath string, params *AgentFilesGetFileParams, reqEditors ...RequestEditorFn) (*AgentFilesGetFileResponse, error)
// AgentFilesPutFileWithResponse request
AgentFilesPutFileWithResponse(ctx context.Context, configId openapi_types.UUID, filePath string, params *AgentFilesPutFileParams, reqEditors ...RequestEditorFn) (*AgentFilesPutFileResponse, error)
// AgentsListHeartbeatTasksWithResponse request
AgentsListHeartbeatTasksWithResponse(ctx context.Context, configId openapi_types.UUID, params *AgentsListHeartbeatTasksParams, reqEditors ...RequestEditorFn) (*AgentsListHeartbeatTasksResponse, error)
// AgentsCreateHeartbeatTaskWithBodyWithResponse request with any body
AgentsCreateHeartbeatTaskWithBodyWithResponse(ctx context.Context, configId openapi_types.UUID, params *AgentsCreateHeartbeatTaskParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AgentsCreateHeartbeatTaskResponse, error)
AgentsCreateHeartbeatTaskWithResponse(ctx context.Context, configId openapi_types.UUID, params *AgentsCreateHeartbeatTaskParams, body AgentsCreateHeartbeatTaskJSONRequestBody, reqEditors ...RequestEditorFn) (*AgentsCreateHeartbeatTaskResponse, error)
// AgentsExportHeartbeatMdWithResponse request
AgentsExportHeartbeatMdWithResponse(ctx context.Context, configId openapi_types.UUID, params *AgentsExportHeartbeatMdParams, reqEditors ...RequestEditorFn) (*AgentsExportHeartbeatMdResponse, error)
// AgentsSyncHeartbeatMdWithResponse request
AgentsSyncHeartbeatMdWithResponse(ctx context.Context, configId openapi_types.UUID, params *AgentsSyncHeartbeatMdParams, reqEditors ...RequestEditorFn) (*AgentsSyncHeartbeatMdResponse, error)
// AgentsListHooksWithResponse request
AgentsListHooksWithResponse(ctx context.Context, configId openapi_types.UUID, params *AgentsListHooksParams, reqEditors ...RequestEditorFn) (*AgentsListHooksResponse, error)
// AgentsCreateHookWithBodyWithResponse request with any body
AgentsCreateHookWithBodyWithResponse(ctx context.Context, configId openapi_types.UUID, params *AgentsCreateHookParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AgentsCreateHookResponse, error)
AgentsCreateHookWithResponse(ctx context.Context, configId openapi_types.UUID, params *AgentsCreateHookParams, body AgentsCreateHookJSONRequestBody, reqEditors ...RequestEditorFn) (*AgentsCreateHookResponse, error)
// AgentWorkspaceListWorkspaceFilesWithResponse request
AgentWorkspaceListWorkspaceFilesWithResponse(ctx context.Context, configId openapi_types.UUID, params *AgentWorkspaceListWorkspaceFilesParams, reqEditors ...RequestEditorFn) (*AgentWorkspaceListWorkspaceFilesResponse, error)
// AgentWorkspaceGetWorkspaceFileWithResponse request
AgentWorkspaceGetWorkspaceFileWithResponse(ctx context.Context, configId openapi_types.UUID, filename string, params *AgentWorkspaceGetWorkspaceFileParams, reqEditors ...RequestEditorFn) (*AgentWorkspaceGetWorkspaceFileResponse, error)
// AgentWorkspacePutWorkspaceFileWithResponse request
AgentWorkspacePutWorkspaceFileWithResponse(ctx context.Context, configId openapi_types.UUID, filename string, params *AgentWorkspacePutWorkspaceFileParams, reqEditors ...RequestEditorFn) (*AgentWorkspacePutWorkspaceFileResponse, error)
// AgentEvalsDeleteEvalDatasetWithResponse request
AgentEvalsDeleteEvalDatasetWithResponse(ctx context.Context, datasetId openapi_types.UUID, params *AgentEvalsDeleteEvalDatasetParams, reqEditors ...RequestEditorFn) (*AgentEvalsDeleteEvalDatasetResponse, error)
// AgentEvalsGetEvalDatasetWithResponse request
AgentEvalsGetEvalDatasetWithResponse(ctx context.Context, datasetId openapi_types.UUID, params *AgentEvalsGetEvalDatasetParams, reqEditors ...RequestEditorFn) (*AgentEvalsGetEvalDatasetResponse, error)
// AgentEvalsUpdateEvalDatasetWithBodyWithResponse request with any body
AgentEvalsUpdateEvalDatasetWithBodyWithResponse(ctx context.Context, datasetId openapi_types.UUID, params *AgentEvalsUpdateEvalDatasetParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AgentEvalsUpdateEvalDatasetResponse, error)
AgentEvalsUpdateEvalDatasetWithResponse(ctx context.Context, datasetId openapi_types.UUID, params *AgentEvalsUpdateEvalDatasetParams, body AgentEvalsUpdateEvalDatasetJSONRequestBody, reqEditors ...RequestEditorFn) (*AgentEvalsUpdateEvalDatasetResponse, error)
// AgentEvalsGetEvalCasesWithResponse request
AgentEvalsGetEvalCasesWithResponse(ctx context.Context, datasetId openapi_types.UUID, params *AgentEvalsGetEvalCasesParams, reqEditors ...RequestEditorFn) (*AgentEvalsGetEvalCasesResponse, error)
// AgentEvalsPutEvalCasesWithResponse request
AgentEvalsPutEvalCasesWithResponse(ctx context.Context, datasetId openapi_types.UUID, params *AgentEvalsPutEvalCasesParams, reqEditors ...RequestEditorFn) (*AgentEvalsPutEvalCasesResponse, error)
// AgentEvalsRunEvalWithResponse request
AgentEvalsRunEvalWithResponse(ctx context.Context, datasetId openapi_types.UUID, params *AgentEvalsRunEvalParams, reqEditors ...RequestEditorFn) (*AgentEvalsRunEvalResponse, error)
// AgentEvalsListEvalRunsWithResponse request
AgentEvalsListEvalRunsWithResponse(ctx context.Context, datasetId openapi_types.UUID, params *AgentEvalsListEvalRunsParams, reqEditors ...RequestEditorFn) (*AgentEvalsListEvalRunsResponse, error)
// AgentsDeleteHeartbeatTaskWithResponse request
AgentsDeleteHeartbeatTaskWithResponse(ctx context.Context, taskId openapi_types.UUID, params *AgentsDeleteHeartbeatTaskParams, reqEditors ...RequestEditorFn) (*AgentsDeleteHeartbeatTaskResponse, error)
// AgentsGetHeartbeatTaskWithResponse request
AgentsGetHeartbeatTaskWithResponse(ctx context.Context, taskId openapi_types.UUID, params *AgentsGetHeartbeatTaskParams, reqEditors ...RequestEditorFn) (*AgentsGetHeartbeatTaskResponse, error)
// AgentsUpdateHeartbeatTaskWithBodyWithResponse request with any body
AgentsUpdateHeartbeatTaskWithBodyWithResponse(ctx context.Context, taskId openapi_types.UUID, params *AgentsUpdateHeartbeatTaskParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AgentsUpdateHeartbeatTaskResponse, error)
AgentsUpdateHeartbeatTaskWithResponse(ctx context.Context, taskId openapi_types.UUID, params *AgentsUpdateHeartbeatTaskParams, body AgentsUpdateHeartbeatTaskJSONRequestBody, reqEditors ...RequestEditorFn) (*AgentsUpdateHeartbeatTaskResponse, error)
// AgentsDeleteHookWithResponse request
AgentsDeleteHookWithResponse(ctx context.Context, hookId openapi_types.UUID, params *AgentsDeleteHookParams, reqEditors ...RequestEditorFn) (*AgentsDeleteHookResponse, error)
// AgentsGetHookWithResponse request
AgentsGetHookWithResponse(ctx context.Context, hookId openapi_types.UUID, params *AgentsGetHookParams, reqEditors ...RequestEditorFn) (*AgentsGetHookResponse, error)
// AgentsUpdateHookWithBodyWithResponse request with any body
AgentsUpdateHookWithBodyWithResponse(ctx context.Context, hookId openapi_types.UUID, params *AgentsUpdateHookParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AgentsUpdateHookResponse, error)
AgentsUpdateHookWithResponse(ctx context.Context, hookId openapi_types.UUID, params *AgentsUpdateHookParams, body AgentsUpdateHookJSONRequestBody, reqEditors ...RequestEditorFn) (*AgentsUpdateHookResponse, error)
// AgentsListPageAgentsWithResponse request
AgentsListPageAgentsWithResponse(ctx context.Context, params *AgentsListPageAgentsParams, reqEditors ...RequestEditorFn) (*AgentsListPageAgentsResponse, error)
// AgentSessionsListSessionsWithResponse request
AgentSessionsListSessionsWithResponse(ctx context.Context, params *AgentSessionsListSessionsParams, reqEditors ...RequestEditorFn) (*AgentSessionsListSessionsResponse, error)
// AgentSessionsUpdateSessionWithResponse request
AgentSessionsUpdateSessionWithResponse(ctx context.Context, sessionId string, params *AgentSessionsUpdateSessionParams, reqEditors ...RequestEditorFn) (*AgentSessionsUpdateSessionResponse, error)
// AgentSessionsGetSessionMessagesWithResponse request
AgentSessionsGetSessionMessagesWithResponse(ctx context.Context, sessionId string, params *AgentSessionsGetSessionMessagesParams, reqEditors ...RequestEditorFn) (*AgentSessionsGetSessionMessagesResponse, error)
// AgentSessionsSaveSessionMessagesEndpointWithBodyWithResponse request with any body
AgentSessionsSaveSessionMessagesEndpointWithBodyWithResponse(ctx context.Context, sessionId string, params *AgentSessionsSaveSessionMessagesEndpointParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AgentSessionsSaveSessionMessagesEndpointResponse, error)
AgentSessionsSaveSessionMessagesEndpointWithResponse(ctx context.Context, sessionId string, params *AgentSessionsSaveSessionMessagesEndpointParams, body AgentSessionsSaveSessionMessagesEndpointJSONRequestBody, reqEditors ...RequestEditorFn) (*AgentSessionsSaveSessionMessagesEndpointResponse, error)
// AgentSessionsUpdateSessionPreferencesWithBodyWithResponse request with any body
AgentSessionsUpdateSessionPreferencesWithBodyWithResponse(ctx context.Context, sessionId string, params *AgentSessionsUpdateSessionPreferencesParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AgentSessionsUpdateSessionPreferencesResponse, error)
AgentSessionsUpdateSessionPreferencesWithResponse(ctx context.Context, sessionId string, params *AgentSessionsUpdateSessionPreferencesParams, body AgentSessionsUpdateSessionPreferencesJSONRequestBody, reqEditors ...RequestEditorFn) (*AgentSessionsUpdateSessionPreferencesResponse, error)
// AgentStreamStreamSessionEventsWithResponse request
AgentStreamStreamSessionEventsWithResponse(ctx context.Context, sessionId string, params *AgentStreamStreamSessionEventsParams, reqEditors ...RequestEditorFn) (*AgentStreamStreamSessionEventsResponse, error)
// AgentSkillsListSkillsWithResponse request
AgentSkillsListSkillsWithResponse(ctx context.Context, params *AgentSkillsListSkillsParams, reqEditors ...RequestEditorFn) (*AgentSkillsListSkillsResponse, error)
// AgentSkillsCreateSkillWithBodyWithResponse request with any body
AgentSkillsCreateSkillWithBodyWithResponse(ctx context.Context, params *AgentSkillsCreateSkillParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AgentSkillsCreateSkillResponse, error)
AgentSkillsCreateSkillWithResponse(ctx context.Context, params *AgentSkillsCreateSkillParams, body AgentSkillsCreateSkillJSONRequestBody, reqEditors ...RequestEditorFn) (*AgentSkillsCreateSkillResponse, error)
// AgentSkillsDeleteSkillWithResponse request
AgentSkillsDeleteSkillWithResponse(ctx context.Context, skillId openapi_types.UUID, params *AgentSkillsDeleteSkillParams, reqEditors ...RequestEditorFn) (*AgentSkillsDeleteSkillResponse, error)
// AgentSkillsGetSkillWithResponse request
AgentSkillsGetSkillWithResponse(ctx context.Context, skillId openapi_types.UUID, params *AgentSkillsGetSkillParams, reqEditors ...RequestEditorFn) (*AgentSkillsGetSkillResponse, error)
// AgentSkillsUpdateSkillWithBodyWithResponse request with any body
AgentSkillsUpdateSkillWithBodyWithResponse(ctx context.Context, skillId openapi_types.UUID, params *AgentSkillsUpdateSkillParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AgentSkillsUpdateSkillResponse, error)
AgentSkillsUpdateSkillWithResponse(ctx context.Context, skillId openapi_types.UUID, params *AgentSkillsUpdateSkillParams, body AgentSkillsUpdateSkillJSONRequestBody, reqEditors ...RequestEditorFn) (*AgentSkillsUpdateSkillResponse, error)
// AgentSkillsGetSkillContentWithResponse request
AgentSkillsGetSkillContentWithResponse(ctx context.Context, skillId openapi_types.UUID, params *AgentSkillsGetSkillContentParams, reqEditors ...RequestEditorFn) (*AgentSkillsGetSkillContentResponse, error)
// AgentSkillsPutSkillContentWithResponse request
AgentSkillsPutSkillContentWithResponse(ctx context.Context, skillId openapi_types.UUID, params *AgentSkillsPutSkillContentParams, reqEditors ...RequestEditorFn) (*AgentSkillsPutSkillContentResponse, error)
// AgentSkillsGetDefaultContentWithResponse request
AgentSkillsGetDefaultContentWithResponse(ctx context.Context, skillId openapi_types.UUID, params *AgentSkillsGetDefaultContentParams, reqEditors ...RequestEditorFn) (*AgentSkillsGetDefaultContentResponse, error)
// AgentSkillFilesListSkillFilesWithResponse request
AgentSkillFilesListSkillFilesWithResponse(ctx context.Context, skillId openapi_types.UUID, params *AgentSkillFilesListSkillFilesParams, reqEditors ...RequestEditorFn) (*AgentSkillFilesListSkillFilesResponse, error)
// AgentSkillFilesDeleteSkillFileWithResponse request
AgentSkillFilesDeleteSkillFileWithResponse(ctx context.Context, skillId openapi_types.UUID, filePath string, params *AgentSkillFilesDeleteSkillFileParams, reqEditors ...RequestEditorFn) (*AgentSkillFilesDeleteSkillFileResponse, error)
// AgentSkillFilesGetSkillFileWithResponse request
AgentSkillFilesGetSkillFileWithResponse(ctx context.Context, skillId openapi_types.UUID, filePath string, params *AgentSkillFilesGetSkillFileParams, reqEditors ...RequestEditorFn) (*AgentSkillFilesGetSkillFileResponse, error)
// AgentSkillFilesPutSkillFileWithResponse request
AgentSkillFilesPutSkillFileWithResponse(ctx context.Context, skillId openapi_types.UUID, filePath string, params *AgentSkillFilesPutSkillFileParams, reqEditors ...RequestEditorFn) (*AgentSkillFilesPutSkillFileResponse, error)
// AgentSkillsForkSkillWithResponse request
AgentSkillsForkSkillWithResponse(ctx context.Context, skillId openapi_types.UUID, params *AgentSkillsForkSkillParams, reqEditors ...RequestEditorFn) (*AgentSkillsForkSkillResponse, error)
// AgentSkillsRevertForkWithResponse request
AgentSkillsRevertForkWithResponse(ctx context.Context, skillId openapi_types.UUID, params *AgentSkillsRevertForkParams, reqEditors ...RequestEditorFn) (*AgentSkillsRevertForkResponse, error)
// AgentWorkspaceDefaultsGetDefaultSoulMdWithResponse request
AgentWorkspaceDefaultsGetDefaultSoulMdWithResponse(ctx context.Context, params *AgentWorkspaceDefaultsGetDefaultSoulMdParams, reqEditors ...RequestEditorFn) (*AgentWorkspaceDefaultsGetDefaultSoulMdResponse, error)
// AgentWorkspaceDefaultsPutDefaultSoulMdWithResponse request
AgentWorkspaceDefaultsPutDefaultSoulMdWithResponse(ctx context.Context, params *AgentWorkspaceDefaultsPutDefaultSoulMdParams, reqEditors ...RequestEditorFn) (*AgentWorkspaceDefaultsPutDefaultSoulMdResponse, error)
// AiProvidersListAiProvidersWithResponse request
AiProvidersListAiProvidersWithResponse(ctx context.Context, params *AiProvidersListAiProvidersParams, reqEditors ...RequestEditorFn) (*AiProvidersListAiProvidersResponse, error)
// AiProvidersCreateAiProviderWithBodyWithResponse request with any body
AiProvidersCreateAiProviderWithBodyWithResponse(ctx context.Context, params *AiProvidersCreateAiProviderParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AiProvidersCreateAiProviderResponse, error)
AiProvidersCreateAiProviderWithResponse(ctx context.Context, params *AiProvidersCreateAiProviderParams, body AiProvidersCreateAiProviderJSONRequestBody, reqEditors ...RequestEditorFn) (*AiProvidersCreateAiProviderResponse, error)
// AiProvidersDiscoverModelsWithBodyWithResponse request with any body
AiProvidersDiscoverModelsWithBodyWithResponse(ctx context.Context, params *AiProvidersDiscoverModelsParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AiProvidersDiscoverModelsResponse, error)
AiProvidersDiscoverModelsWithResponse(ctx context.Context, params *AiProvidersDiscoverModelsParams, body AiProvidersDiscoverModelsJSONRequestBody, reqEditors ...RequestEditorFn) (*AiProvidersDiscoverModelsResponse, error)
// AiProvidersDeleteAiProviderWithResponse request
AiProvidersDeleteAiProviderWithResponse(ctx context.Context, providerId openapi_types.UUID, params *AiProvidersDeleteAiProviderParams, reqEditors ...RequestEditorFn) (*AiProvidersDeleteAiProviderResponse, error)
// AiProvidersGetAiProviderWithResponse request
AiProvidersGetAiProviderWithResponse(ctx context.Context, providerId openapi_types.UUID, params *AiProvidersGetAiProviderParams, reqEditors ...RequestEditorFn) (*AiProvidersGetAiProviderResponse, error)
// AiProvidersUpdateAiProviderWithBodyWithResponse request with any body
AiProvidersUpdateAiProviderWithBodyWithResponse(ctx context.Context, providerId openapi_types.UUID, params *AiProvidersUpdateAiProviderParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AiProvidersUpdateAiProviderResponse, error)
AiProvidersUpdateAiProviderWithResponse(ctx context.Context, providerId openapi_types.UUID, params *AiProvidersUpdateAiProviderParams, body AiProvidersUpdateAiProviderJSONRequestBody, reqEditors ...RequestEditorFn) (*AiProvidersUpdateAiProviderResponse, error)
// AiProvidersListProviderModelsWithResponse request
AiProvidersListProviderModelsWithResponse(ctx context.Context, providerId openapi_types.UUID, params *AiProvidersListProviderModelsParams, reqEditors ...RequestEditorFn) (*AiProvidersListProviderModelsResponse, error)
// AlertsListAlertEventsWithResponse request
AlertsListAlertEventsWithResponse(ctx context.Context, params *AlertsListAlertEventsParams, reqEditors ...RequestEditorFn) (*AlertsListAlertEventsResponse, error)
// AlertsGetAlertEventWithResponse request
AlertsGetAlertEventWithResponse(ctx context.Context, eventId openapi_types.UUID, params *AlertsGetAlertEventParams, reqEditors ...RequestEditorFn) (*AlertsGetAlertEventResponse, error)
// AlertsAcknowledgeAlertEventWithResponse request
AlertsAcknowledgeAlertEventWithResponse(ctx context.Context, eventId openapi_types.UUID, params *AlertsAcknowledgeAlertEventParams, reqEditors ...RequestEditorFn) (*AlertsAcknowledgeAlertEventResponse, error)
// AlertsListAlertRulesWithResponse request
AlertsListAlertRulesWithResponse(ctx context.Context, params *AlertsListAlertRulesParams, reqEditors ...RequestEditorFn) (*AlertsListAlertRulesResponse, error)
// AlertsCreateAlertRuleWithBodyWithResponse request with any body
AlertsCreateAlertRuleWithBodyWithResponse(ctx context.Context, params *AlertsCreateAlertRuleParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AlertsCreateAlertRuleResponse, error)
AlertsCreateAlertRuleWithResponse(ctx context.Context, params *AlertsCreateAlertRuleParams, body AlertsCreateAlertRuleJSONRequestBody, reqEditors ...RequestEditorFn) (*AlertsCreateAlertRuleResponse, error)
// AlertsDeleteAlertRuleWithResponse request
AlertsDeleteAlertRuleWithResponse(ctx context.Context, ruleId openapi_types.UUID, params *AlertsDeleteAlertRuleParams, reqEditors ...RequestEditorFn) (*AlertsDeleteAlertRuleResponse, error)
// AlertsGetAlertRuleWithResponse request
AlertsGetAlertRuleWithResponse(ctx context.Context, ruleId openapi_types.UUID, params *AlertsGetAlertRuleParams, reqEditors ...RequestEditorFn) (*AlertsGetAlertRuleResponse, error)
// AlertsUpdateAlertRuleWithBodyWithResponse request with any body
AlertsUpdateAlertRuleWithBodyWithResponse(ctx context.Context, ruleId openapi_types.UUID, params *AlertsUpdateAlertRuleParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AlertsUpdateAlertRuleResponse, error)
AlertsUpdateAlertRuleWithResponse(ctx context.Context, ruleId openapi_types.UUID, params *AlertsUpdateAlertRuleParams, body AlertsUpdateAlertRuleJSONRequestBody, reqEditors ...RequestEditorFn) (*AlertsUpdateAlertRuleResponse, error)
// AlertsDisableAlertRuleWithResponse request
AlertsDisableAlertRuleWithResponse(ctx context.Context, ruleId openapi_types.UUID, params *AlertsDisableAlertRuleParams, reqEditors ...RequestEditorFn) (*AlertsDisableAlertRuleResponse, error)
// AlertsEnableAlertRuleWithResponse request
AlertsEnableAlertRuleWithResponse(ctx context.Context, ruleId openapi_types.UUID, params *AlertsEnableAlertRuleParams, reqEditors ...RequestEditorFn) (*AlertsEnableAlertRuleResponse, error)
// AnalyticsGetDashboardStatsWithResponse request
AnalyticsGetDashboardStatsWithResponse(ctx context.Context, params *AnalyticsGetDashboardStatsParams, reqEditors ...RequestEditorFn) (*AnalyticsGetDashboardStatsResponse, error)
// AnalyticsGetDetectionTrendsWithResponse request
AnalyticsGetDetectionTrendsWithResponse(ctx context.Context, params *AnalyticsGetDetectionTrendsParams, reqEditors ...RequestEditorFn) (*AnalyticsGetDetectionTrendsResponse, error)
// AnalyticsGetDetectionTypesWithResponse request
AnalyticsGetDetectionTypesWithResponse(ctx context.Context, params *AnalyticsGetDetectionTypesParams, reqEditors ...RequestEditorFn) (*AnalyticsGetDetectionTypesResponse, error)
// AnalyticsGetDeviceHealthWithResponse request
AnalyticsGetDeviceHealthWithResponse(ctx context.Context, params *AnalyticsGetDeviceHealthParams, reqEditors ...RequestEditorFn) (*AnalyticsGetDeviceHealthResponse, error)
// AnalyticsGetDevicePerformanceWithResponse request
AnalyticsGetDevicePerformanceWithResponse(ctx context.Context, params *AnalyticsGetDevicePerformanceParams, reqEditors ...RequestEditorFn) (*AnalyticsGetDevicePerformanceResponse, error)
// AnalyticsGetGrafanaUrlWithResponse request
AnalyticsGetGrafanaUrlWithResponse(ctx context.Context, params *AnalyticsGetGrafanaUrlParams, reqEditors ...RequestEditorFn) (*AnalyticsGetGrafanaUrlResponse, error)
// AnalyticsGetAnalyticsSummaryWithResponse request
AnalyticsGetAnalyticsSummaryWithResponse(ctx context.Context, params *AnalyticsGetAnalyticsSummaryParams, reqEditors ...RequestEditorFn) (*AnalyticsGetAnalyticsSummaryResponse, error)
// AnnotationSystemListLabelsWithResponse request
AnnotationSystemListLabelsWithResponse(ctx context.Context, params *AnnotationSystemListLabelsParams, reqEditors ...RequestEditorFn) (*AnnotationSystemListLabelsResponse, error)
// AnnotationSystemCreateLabelWithBodyWithResponse request with any body
AnnotationSystemCreateLabelWithBodyWithResponse(ctx context.Context, params *AnnotationSystemCreateLabelParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AnnotationSystemCreateLabelResponse, error)
AnnotationSystemCreateLabelWithResponse(ctx context.Context, params *AnnotationSystemCreateLabelParams, body AnnotationSystemCreateLabelJSONRequestBody, reqEditors ...RequestEditorFn) (*AnnotationSystemCreateLabelResponse, error)
// AnnotationSystemCopyLabelsFromProjectWithResponse request
AnnotationSystemCopyLabelsFromProjectWithResponse(ctx context.Context, projectId openapi_types.UUID, sourceProjectId openapi_types.UUID, params *AnnotationSystemCopyLabelsFromProjectParams, reqEditors ...RequestEditorFn) (*AnnotationSystemCopyLabelsFromProjectResponse, error)
// AnnotationSystemInitializeDefaultLabelsWithResponse request
AnnotationSystemInitializeDefaultLabelsWithResponse(ctx context.Context, projectId openapi_types.UUID, params *AnnotationSystemInitializeDefaultLabelsParams, reqEditors ...RequestEditorFn) (*AnnotationSystemInitializeDefaultLabelsResponse, error)
// AnnotationSystemDeleteLabelWithResponse request
AnnotationSystemDeleteLabelWithResponse(ctx context.Context, labelId openapi_types.UUID, params *AnnotationSystemDeleteLabelParams, reqEditors ...RequestEditorFn) (*AnnotationSystemDeleteLabelResponse, error)
// AnnotationSystemGetLabelWithResponse request
AnnotationSystemGetLabelWithResponse(ctx context.Context, labelId openapi_types.UUID, params *AnnotationSystemGetLabelParams, reqEditors ...RequestEditorFn) (*AnnotationSystemGetLabelResponse, error)
// AnnotationSystemUpdateLabelWithBodyWithResponse request with any body
AnnotationSystemUpdateLabelWithBodyWithResponse(ctx context.Context, labelId openapi_types.UUID, params *AnnotationSystemUpdateLabelParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AnnotationSystemUpdateLabelResponse, error)
AnnotationSystemUpdateLabelWithResponse(ctx context.Context, labelId openapi_types.UUID, params *AnnotationSystemUpdateLabelParams, body AnnotationSystemUpdateLabelJSONRequestBody, reqEditors ...RequestEditorFn) (*AnnotationSystemUpdateLabelResponse, error)
// AnnotationSystemListMediaWithResponse request
AnnotationSystemListMediaWithResponse(ctx context.Context, params *AnnotationSystemListMediaParams, reqEditors ...RequestEditorFn) (*AnnotationSystemListMediaResponse, error)
// AnnotationSystemCreateMediaWithBodyWithResponse request with any body
AnnotationSystemCreateMediaWithBodyWithResponse(ctx context.Context, params *AnnotationSystemCreateMediaParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AnnotationSystemCreateMediaResponse, error)
AnnotationSystemCreateMediaWithResponse(ctx context.Context, params *AnnotationSystemCreateMediaParams, body AnnotationSystemCreateMediaJSONRequestBody, reqEditors ...RequestEditorFn) (*AnnotationSystemCreateMediaResponse, error)
// AnnotationSystemBulkAddMediaToProjectWithBodyWithResponse request with any body
AnnotationSystemBulkAddMediaToProjectWithBodyWithResponse(ctx context.Context, projectId openapi_types.UUID, params *AnnotationSystemBulkAddMediaToProjectParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AnnotationSystemBulkAddMediaToProjectResponse, error)
AnnotationSystemBulkAddMediaToProjectWithResponse(ctx context.Context, projectId openapi_types.UUID, params *AnnotationSystemBulkAddMediaToProjectParams, body AnnotationSystemBulkAddMediaToProjectJSONRequestBody, reqEditors ...RequestEditorFn) (*AnnotationSystemBulkAddMediaToProjectResponse, error)
// AnnotationSystemUploadMediaWithBodyWithResponse request with any body
AnnotationSystemUploadMediaWithBodyWithResponse(ctx context.Context, params *AnnotationSystemUploadMediaParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AnnotationSystemUploadMediaResponse, error)
// AnnotationSystemDeleteMediaWithResponse request
AnnotationSystemDeleteMediaWithResponse(ctx context.Context, mediaId openapi_types.UUID, params *AnnotationSystemDeleteMediaParams, reqEditors ...RequestEditorFn) (*AnnotationSystemDeleteMediaResponse, error)
// AnnotationSystemGetMediaWithResponse request
AnnotationSystemGetMediaWithResponse(ctx context.Context, mediaId openapi_types.UUID, params *AnnotationSystemGetMediaParams, reqEditors ...RequestEditorFn) (*AnnotationSystemGetMediaResponse, error)
// AnnotationSystemUpdateMediaWithBodyWithResponse request with any body
AnnotationSystemUpdateMediaWithBodyWithResponse(ctx context.Context, mediaId openapi_types.UUID, params *AnnotationSystemUpdateMediaParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AnnotationSystemUpdateMediaResponse, error)
AnnotationSystemUpdateMediaWithResponse(ctx context.Context, mediaId openapi_types.UUID, params *AnnotationSystemUpdateMediaParams, body AnnotationSystemUpdateMediaJSONRequestBody, reqEditors ...RequestEditorFn) (*AnnotationSystemUpdateMediaResponse, error)
// AnnotationSystemGetMediaFileWithResponse request
AnnotationSystemGetMediaFileWithResponse(ctx context.Context, mediaId openapi_types.UUID, params *AnnotationSystemGetMediaFileParams, reqEditors ...RequestEditorFn) (*AnnotationSystemGetMediaFileResponse, error)
// AnnotationSystemGetVideoFramesWithResponse request
AnnotationSystemGetVideoFramesWithResponse(ctx context.Context, mediaId openapi_types.UUID, params *AnnotationSystemGetVideoFramesParams, reqEditors ...RequestEditorFn) (*AnnotationSystemGetVideoFramesResponse, error)
// AnnotationSystemMoveMediaToProjectWithResponse request
AnnotationSystemMoveMediaToProjectWithResponse(ctx context.Context, mediaId openapi_types.UUID, projectId openapi_types.UUID, params *AnnotationSystemMoveMediaToProjectParams, reqEditors ...RequestEditorFn) (*AnnotationSystemMoveMediaToProjectResponse, error)
// AnnotationSystemGetMediaWithShapesWithResponse request
AnnotationSystemGetMediaWithShapesWithResponse(ctx context.Context, mediaId openapi_types.UUID, params *AnnotationSystemGetMediaWithShapesParams, reqEditors ...RequestEditorFn) (*AnnotationSystemGetMediaWithShapesResponse, error)
// AnnotationSystemListProjectDeviceLinksWithResponse request
AnnotationSystemListProjectDeviceLinksWithResponse(ctx context.Context, params *AnnotationSystemListProjectDeviceLinksParams, reqEditors ...RequestEditorFn) (*AnnotationSystemListProjectDeviceLinksResponse, error)
// AnnotationSystemCreateProjectDeviceLinkWithBodyWithResponse request with any body
AnnotationSystemCreateProjectDeviceLinkWithBodyWithResponse(ctx context.Context, params *AnnotationSystemCreateProjectDeviceLinkParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AnnotationSystemCreateProjectDeviceLinkResponse, error)
AnnotationSystemCreateProjectDeviceLinkWithResponse(ctx context.Context, params *AnnotationSystemCreateProjectDeviceLinkParams, body AnnotationSystemCreateProjectDeviceLinkJSONRequestBody, reqEditors ...RequestEditorFn) (*AnnotationSystemCreateProjectDeviceLinkResponse, error)
// AnnotationSystemGetLinksForProjectWithResponse request
AnnotationSystemGetLinksForProjectWithResponse(ctx context.Context, projectId openapi_types.UUID, params *AnnotationSystemGetLinksForProjectParams, reqEditors ...RequestEditorFn) (*AnnotationSystemGetLinksForProjectResponse, error)
// AnnotationSystemQuickLinkDeviceGroupWithResponse request
AnnotationSystemQuickLinkDeviceGroupWithResponse(ctx context.Context, projectId openapi_types.UUID, deviceGroupId openapi_types.UUID, params *AnnotationSystemQuickLinkDeviceGroupParams, reqEditors ...RequestEditorFn) (*AnnotationSystemQuickLinkDeviceGroupResponse, error)
// AnnotationSystemQuickLinkDeviceWithResponse request
AnnotationSystemQuickLinkDeviceWithResponse(ctx context.Context, projectId openapi_types.UUID, deviceId openapi_types.UUID, params *AnnotationSystemQuickLinkDeviceParams, reqEditors ...RequestEditorFn) (*AnnotationSystemQuickLinkDeviceResponse, error)
// AnnotationSystemDeleteProjectDeviceLinkWithResponse request
AnnotationSystemDeleteProjectDeviceLinkWithResponse(ctx context.Context, linkId openapi_types.UUID, params *AnnotationSystemDeleteProjectDeviceLinkParams, reqEditors ...RequestEditorFn) (*AnnotationSystemDeleteProjectDeviceLinkResponse, error)
// AnnotationSystemGetProjectDeviceLinkWithResponse request
AnnotationSystemGetProjectDeviceLinkWithResponse(ctx context.Context, linkId openapi_types.UUID, params *AnnotationSystemGetProjectDeviceLinkParams, reqEditors ...RequestEditorFn) (*AnnotationSystemGetProjectDeviceLinkResponse, error)
// AnnotationSystemUpdateProjectDeviceLinkWithBodyWithResponse request with any body
AnnotationSystemUpdateProjectDeviceLinkWithBodyWithResponse(ctx context.Context, linkId openapi_types.UUID, params *AnnotationSystemUpdateProjectDeviceLinkParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AnnotationSystemUpdateProjectDeviceLinkResponse, error)
AnnotationSystemUpdateProjectDeviceLinkWithResponse(ctx context.Context, linkId openapi_types.UUID, params *AnnotationSystemUpdateProjectDeviceLinkParams, body AnnotationSystemUpdateProjectDeviceLinkJSONRequestBody, reqEditors ...RequestEditorFn) (*AnnotationSystemUpdateProjectDeviceLinkResponse, error)
// AnnotationSystemListProjectsWithResponse request
AnnotationSystemListProjectsWithResponse(ctx context.Context, params *AnnotationSystemListProjectsParams, reqEditors ...RequestEditorFn) (*AnnotationSystemListProjectsResponse, error)
// AnnotationSystemCreateProjectWithBodyWithResponse request with any body
AnnotationSystemCreateProjectWithBodyWithResponse(ctx context.Context, params *AnnotationSystemCreateProjectParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AnnotationSystemCreateProjectResponse, error)
AnnotationSystemCreateProjectWithResponse(ctx context.Context, params *AnnotationSystemCreateProjectParams, body AnnotationSystemCreateProjectJSONRequestBody, reqEditors ...RequestEditorFn) (*AnnotationSystemCreateProjectResponse, error)
// AnnotationSystemDeleteProjectWithResponse request
AnnotationSystemDeleteProjectWithResponse(ctx context.Context, projectId openapi_types.UUID, params *AnnotationSystemDeleteProjectParams, reqEditors ...RequestEditorFn) (*AnnotationSystemDeleteProjectResponse, error)
// AnnotationSystemGetProjectWithResponse request
AnnotationSystemGetProjectWithResponse(ctx context.Context, projectId openapi_types.UUID, params *AnnotationSystemGetProjectParams, reqEditors ...RequestEditorFn) (*AnnotationSystemGetProjectResponse, error)
// AnnotationSystemUpdateProjectWithBodyWithResponse request with any body
AnnotationSystemUpdateProjectWithBodyWithResponse(ctx context.Context, projectId openapi_types.UUID, params *AnnotationSystemUpdateProjectParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AnnotationSystemUpdateProjectResponse, error)
AnnotationSystemUpdateProjectWithResponse(ctx context.Context, projectId openapi_types.UUID, params *AnnotationSystemUpdateProjectParams, body AnnotationSystemUpdateProjectJSONRequestBody, reqEditors ...RequestEditorFn) (*AnnotationSystemUpdateProjectResponse, error)
// AnnotationSystemDuplicateProjectWithResponse request
AnnotationSystemDuplicateProjectWithResponse(ctx context.Context, projectId openapi_types.UUID, params *AnnotationSystemDuplicateProjectParams, reqEditors ...RequestEditorFn) (*AnnotationSystemDuplicateProjectResponse, error)
// AnnotationSystemGetProjectWithStatsWithResponse request
AnnotationSystemGetProjectWithStatsWithResponse(ctx context.Context, projectId openapi_types.UUID, params *AnnotationSystemGetProjectWithStatsParams, reqEditors ...RequestEditorFn) (*AnnotationSystemGetProjectWithStatsResponse, error)
// AnnotationSystemListPushesWithResponse request
AnnotationSystemListPushesWithResponse(ctx context.Context, params *AnnotationSystemListPushesParams, reqEditors ...RequestEditorFn) (*AnnotationSystemListPushesResponse, error)
// AnnotationSystemCreatePushWithBodyWithResponse request with any body
AnnotationSystemCreatePushWithBodyWithResponse(ctx context.Context, params *AnnotationSystemCreatePushParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AnnotationSystemCreatePushResponse, error)
AnnotationSystemCreatePushWithResponse(ctx context.Context, params *AnnotationSystemCreatePushParams, body AnnotationSystemCreatePushJSONRequestBody, reqEditors ...RequestEditorFn) (*AnnotationSystemCreatePushResponse, error)
// AnnotationSystemPreviewPushWithResponse request
AnnotationSystemPreviewPushWithResponse(ctx context.Context, params *AnnotationSystemPreviewPushParams, reqEditors ...RequestEditorFn) (*AnnotationSystemPreviewPushResponse, error)
// AnnotationSystemPushToAllLinkedWithBodyWithResponse request with any body
AnnotationSystemPushToAllLinkedWithBodyWithResponse(ctx context.Context, params *AnnotationSystemPushToAllLinkedParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AnnotationSystemPushToAllLinkedResponse, error)
AnnotationSystemPushToAllLinkedWithResponse(ctx context.Context, params *AnnotationSystemPushToAllLinkedParams, body AnnotationSystemPushToAllLinkedJSONRequestBody, reqEditors ...RequestEditorFn) (*AnnotationSystemPushToAllLinkedResponse, error)
// AnnotationSystemGetPushWithResponse request
AnnotationSystemGetPushWithResponse(ctx context.Context, pushId openapi_types.UUID, params *AnnotationSystemGetPushParams, reqEditors ...RequestEditorFn) (*AnnotationSystemGetPushResponse, error)
// AnnotationSystemGetPushDataWithResponse request
AnnotationSystemGetPushDataWithResponse(ctx context.Context, pushId openapi_types.UUID, params *AnnotationSystemGetPushDataParams, reqEditors ...RequestEditorFn) (*AnnotationSystemGetPushDataResponse, error)
// AnnotationSystemListShapesWithResponse request
AnnotationSystemListShapesWithResponse(ctx context.Context, params *AnnotationSystemListShapesParams, reqEditors ...RequestEditorFn) (*AnnotationSystemListShapesResponse, error)
// AnnotationSystemCreateShapeWithBodyWithResponse request with any body
AnnotationSystemCreateShapeWithBodyWithResponse(ctx context.Context, params *AnnotationSystemCreateShapeParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AnnotationSystemCreateShapeResponse, error)
AnnotationSystemCreateShapeWithResponse(ctx context.Context, params *AnnotationSystemCreateShapeParams, body AnnotationSystemCreateShapeJSONRequestBody, reqEditors ...RequestEditorFn) (*AnnotationSystemCreateShapeResponse, error)
// AnnotationSystemCreateShapesBulkWithBodyWithResponse request with any body
AnnotationSystemCreateShapesBulkWithBodyWithResponse(ctx context.Context, params *AnnotationSystemCreateShapesBulkParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AnnotationSystemCreateShapesBulkResponse, error)
AnnotationSystemCreateShapesBulkWithResponse(ctx context.Context, params *AnnotationSystemCreateShapesBulkParams, body AnnotationSystemCreateShapesBulkJSONRequestBody, reqEditors ...RequestEditorFn) (*AnnotationSystemCreateShapesBulkResponse, error)
// AnnotationSystemDeleteShapesByFrameWithResponse request
AnnotationSystemDeleteShapesByFrameWithResponse(ctx context.Context, annotationMediaId openapi_types.UUID, frameIndex int, params *AnnotationSystemDeleteShapesByFrameParams, reqEditors ...RequestEditorFn) (*AnnotationSystemDeleteShapesByFrameResponse, error)
// AnnotationSystemInterpolateShapesWithResponse request
AnnotationSystemInterpolateShapesWithResponse(ctx context.Context, annotationMediaId openapi_types.UUID, params *AnnotationSystemInterpolateShapesParams, reqEditors ...RequestEditorFn) (*AnnotationSystemInterpolateShapesResponse, error)
// AnnotationSystemDeleteShapeWithResponse request
AnnotationSystemDeleteShapeWithResponse(ctx context.Context, shapeId openapi_types.UUID, params *AnnotationSystemDeleteShapeParams, reqEditors ...RequestEditorFn) (*AnnotationSystemDeleteShapeResponse, error)
// AnnotationSystemGetShapeWithResponse request
AnnotationSystemGetShapeWithResponse(ctx context.Context, shapeId openapi_types.UUID, params *AnnotationSystemGetShapeParams, reqEditors ...RequestEditorFn) (*AnnotationSystemGetShapeResponse, error)
// AnnotationSystemUpdateShapeWithBodyWithResponse request with any body
AnnotationSystemUpdateShapeWithBodyWithResponse(ctx context.Context, shapeId openapi_types.UUID, params *AnnotationSystemUpdateShapeParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AnnotationSystemUpdateShapeResponse, error)
AnnotationSystemUpdateShapeWithResponse(ctx context.Context, shapeId openapi_types.UUID, params *AnnotationSystemUpdateShapeParams, body AnnotationSystemUpdateShapeJSONRequestBody, reqEditors ...RequestEditorFn) (*AnnotationSystemUpdateShapeResponse, error)
// AnnotationSystemGetShapeWithLabelWithResponse request
AnnotationSystemGetShapeWithLabelWithResponse(ctx context.Context, shapeId openapi_types.UUID, params *AnnotationSystemGetShapeWithLabelParams, reqEditors ...RequestEditorFn) (*AnnotationSystemGetShapeWithLabelResponse, error)
// AuthListApiKeysWithResponse request
AuthListApiKeysWithResponse(ctx context.Context, params *AuthListApiKeysParams, reqEditors ...RequestEditorFn) (*AuthListApiKeysResponse, error)
// AuthCreateApiKeyWithBodyWithResponse request with any body
AuthCreateApiKeyWithBodyWithResponse(ctx context.Context, params *AuthCreateApiKeyParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AuthCreateApiKeyResponse, error)
AuthCreateApiKeyWithResponse(ctx context.Context, params *AuthCreateApiKeyParams, body AuthCreateApiKeyJSONRequestBody, reqEditors ...RequestEditorFn) (*AuthCreateApiKeyResponse, error)
// AuthRevokeApiKeyWithResponse request
AuthRevokeApiKeyWithResponse(ctx context.Context, keyId openapi_types.UUID, params *AuthRevokeApiKeyParams, reqEditors ...RequestEditorFn) (*AuthRevokeApiKeyResponse, error)
// LoginAuthCallbackWithResponse request
LoginAuthCallbackWithResponse(ctx context.Context, params *LoginAuthCallbackParams, reqEditors ...RequestEditorFn) (*LoginAuthCallbackResponse, error)
// LoginAuthLoginWithResponse request
LoginAuthLoginWithResponse(ctx context.Context, params *LoginAuthLoginParams, reqEditors ...RequestEditorFn) (*LoginAuthLoginResponse, error)
// LoginAuthLogoutWithResponse request
LoginAuthLogoutWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*LoginAuthLogoutResponse, error)
// CapturesListCapturesWithResponse request
CapturesListCapturesWithResponse(ctx context.Context, params *CapturesListCapturesParams, reqEditors ...RequestEditorFn) (*CapturesListCapturesResponse, error)
// CapturesBulkDeleteCapturesWithBodyWithResponse request with any body
CapturesBulkDeleteCapturesWithBodyWithResponse(ctx context.Context, params *CapturesBulkDeleteCapturesParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CapturesBulkDeleteCapturesResponse, error)
CapturesBulkDeleteCapturesWithResponse(ctx context.Context, params *CapturesBulkDeleteCapturesParams, body CapturesBulkDeleteCapturesJSONRequestBody, reqEditors ...RequestEditorFn) (*CapturesBulkDeleteCapturesResponse, error)
// CapturesDeleteCaptureWithResponse request
CapturesDeleteCaptureWithResponse(ctx context.Context, captureId openapi_types.UUID, params *CapturesDeleteCaptureParams, reqEditors ...RequestEditorFn) (*CapturesDeleteCaptureResponse, error)
// CapturesGetCaptureWithResponse request
CapturesGetCaptureWithResponse(ctx context.Context, captureId openapi_types.UUID, params *CapturesGetCaptureParams, reqEditors ...RequestEditorFn) (*CapturesGetCaptureResponse, error)
// CapturesGetCaptureDetectionsWithResponse request
CapturesGetCaptureDetectionsWithResponse(ctx context.Context, captureId openapi_types.UUID, params *CapturesGetCaptureDetectionsParams, reqEditors ...RequestEditorFn) (*CapturesGetCaptureDetectionsResponse, error)
// DashboardsListDashboardsWithResponse request
DashboardsListDashboardsWithResponse(ctx context.Context, params *DashboardsListDashboardsParams, reqEditors ...RequestEditorFn) (*DashboardsListDashboardsResponse, error)
// DashboardsCreateDashboardWithBodyWithResponse request with any body
DashboardsCreateDashboardWithBodyWithResponse(ctx context.Context, params *DashboardsCreateDashboardParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DashboardsCreateDashboardResponse, error)
DashboardsCreateDashboardWithResponse(ctx context.Context, params *DashboardsCreateDashboardParams, body DashboardsCreateDashboardJSONRequestBody, reqEditors ...RequestEditorFn) (*DashboardsCreateDashboardResponse, error)
// DashboardsImportDashboardWithBodyWithResponse request with any body
DashboardsImportDashboardWithBodyWithResponse(ctx context.Context, params *DashboardsImportDashboardParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DashboardsImportDashboardResponse, error)
DashboardsImportDashboardWithResponse(ctx context.Context, params *DashboardsImportDashboardParams, body DashboardsImportDashboardJSONRequestBody, reqEditors ...RequestEditorFn) (*DashboardsImportDashboardResponse, error)
// DashboardsListTemplatesWithResponse request
DashboardsListTemplatesWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*DashboardsListTemplatesResponse, error)
// DashboardsImportTemplateWithResponse request
DashboardsImportTemplateWithResponse(ctx context.Context, templateKey string, params *DashboardsImportTemplateParams, reqEditors ...RequestEditorFn) (*DashboardsImportTemplateResponse, error)
// DashboardsDeleteDashboardWithResponse request
DashboardsDeleteDashboardWithResponse(ctx context.Context, dashboardId openapi_types.UUID, params *DashboardsDeleteDashboardParams, reqEditors ...RequestEditorFn) (*DashboardsDeleteDashboardResponse, error)
// DashboardsGetDashboardWithResponse request
DashboardsGetDashboardWithResponse(ctx context.Context, dashboardId openapi_types.UUID, params *DashboardsGetDashboardParams, reqEditors ...RequestEditorFn) (*DashboardsGetDashboardResponse, error)
// DashboardsUpdateDashboardWithBodyWithResponse request with any body
DashboardsUpdateDashboardWithBodyWithResponse(ctx context.Context, dashboardId openapi_types.UUID, params *DashboardsUpdateDashboardParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DashboardsUpdateDashboardResponse, error)
DashboardsUpdateDashboardWithResponse(ctx context.Context, dashboardId openapi_types.UUID, params *DashboardsUpdateDashboardParams, body DashboardsUpdateDashboardJSONRequestBody, reqEditors ...RequestEditorFn) (*DashboardsUpdateDashboardResponse, error)
// DashboardsGetAlertSummaryWithResponse request
DashboardsGetAlertSummaryWithResponse(ctx context.Context, dashboardId openapi_types.UUID, params *DashboardsGetAlertSummaryParams, reqEditors ...RequestEditorFn) (*DashboardsGetAlertSummaryResponse, error)
// DashboardsGetDashboardAnnotationsWithResponse request
DashboardsGetDashboardAnnotationsWithResponse(ctx context.Context, dashboardId openapi_types.UUID, params *DashboardsGetDashboardAnnotationsParams, reqEditors ...RequestEditorFn) (*DashboardsGetDashboardAnnotationsResponse, error)
// DashboardsExportDashboardWithResponse request
DashboardsExportDashboardWithResponse(ctx context.Context, dashboardId openapi_types.UUID, params *DashboardsExportDashboardParams, reqEditors ...RequestEditorFn) (*DashboardsExportDashboardResponse, error)
// DashboardsQueryWidgetWithResponse request
DashboardsQueryWidgetWithResponse(ctx context.Context, dashboardId openapi_types.UUID, widgetId string, params *DashboardsQueryWidgetParams, reqEditors ...RequestEditorFn) (*DashboardsQueryWidgetResponse, error)
// DashboardsGetVariableValuesWithResponse request
DashboardsGetVariableValuesWithResponse(ctx context.Context, dashboardId openapi_types.UUID, varName string, params *DashboardsGetVariableValuesParams, reqEditors ...RequestEditorFn) (*DashboardsGetVariableValuesResponse, error)
// DashboardsListVersionsWithResponse request
DashboardsListVersionsWithResponse(ctx context.Context, dashboardId openapi_types.UUID, params *DashboardsListVersionsParams, reqEditors ...RequestEditorFn) (*DashboardsListVersionsResponse, error)
// DashboardsGetVersionWithResponse request
DashboardsGetVersionWithResponse(ctx context.Context, dashboardId openapi_types.UUID, version int, params *DashboardsGetVersionParams, reqEditors ...RequestEditorFn) (*DashboardsGetVersionResponse, error)
// DashboardsRestoreVersionWithResponse request
DashboardsRestoreVersionWithResponse(ctx context.Context, dashboardId openapi_types.UUID, version int, params *DashboardsRestoreVersionParams, reqEditors ...RequestEditorFn) (*DashboardsRestoreVersionResponse, error)
// DashboardsGetWidgetAlertEventsWithResponse request
DashboardsGetWidgetAlertEventsWithResponse(ctx context.Context, dashboardId openapi_types.UUID, widgetId string, params *DashboardsGetWidgetAlertEventsParams, reqEditors ...RequestEditorFn) (*DashboardsGetWidgetAlertEventsResponse, error)
// DataSourcesListDataSourcesWithResponse request
DataSourcesListDataSourcesWithResponse(ctx context.Context, params *DataSourcesListDataSourcesParams, reqEditors ...RequestEditorFn) (*DataSourcesListDataSourcesResponse, error)
// DataSourcesCreateDataSourceWithBodyWithResponse request with any body
DataSourcesCreateDataSourceWithBodyWithResponse(ctx context.Context, params *DataSourcesCreateDataSourceParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DataSourcesCreateDataSourceResponse, error)
DataSourcesCreateDataSourceWithResponse(ctx context.Context, params *DataSourcesCreateDataSourceParams, body DataSourcesCreateDataSourceJSONRequestBody, reqEditors ...RequestEditorFn) (*DataSourcesCreateDataSourceResponse, error)
// DataSourcesDeleteDataSourceWithResponse request
DataSourcesDeleteDataSourceWithResponse(ctx context.Context, sourceId openapi_types.UUID, params *DataSourcesDeleteDataSourceParams, reqEditors ...RequestEditorFn) (*DataSourcesDeleteDataSourceResponse, error)
// DataSourcesGetDataSourceWithResponse request
DataSourcesGetDataSourceWithResponse(ctx context.Context, sourceId openapi_types.UUID, params *DataSourcesGetDataSourceParams, reqEditors ...RequestEditorFn) (*DataSourcesGetDataSourceResponse, error)
// DataSourcesUpdateDataSourceWithBodyWithResponse request with any body
DataSourcesUpdateDataSourceWithBodyWithResponse(ctx context.Context, sourceId openapi_types.UUID, params *DataSourcesUpdateDataSourceParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DataSourcesUpdateDataSourceResponse, error)
DataSourcesUpdateDataSourceWithResponse(ctx context.Context, sourceId openapi_types.UUID, params *DataSourcesUpdateDataSourceParams, body DataSourcesUpdateDataSourceJSONRequestBody, reqEditors ...RequestEditorFn) (*DataSourcesUpdateDataSourceResponse, error)
// DataSourcesIntrospectDataSourceWithResponse request
DataSourcesIntrospectDataSourceWithResponse(ctx context.Context, sourceId openapi_types.UUID, params *DataSourcesIntrospectDataSourceParams, reqEditors ...RequestEditorFn) (*DataSourcesIntrospectDataSourceResponse, error)
// DataSourcesTestDataSourceWithResponse request
DataSourcesTestDataSourceWithResponse(ctx context.Context, sourceId openapi_types.UUID, params *DataSourcesTestDataSourceParams, reqEditors ...RequestEditorFn) (*DataSourcesTestDataSourceResponse, error)
// DemoTriggerDemoCleanupWithResponse request
DemoTriggerDemoCleanupWithResponse(ctx context.Context, params *DemoTriggerDemoCleanupParams, reqEditors ...RequestEditorFn) (*DemoTriggerDemoCleanupResponse, error)
// DemoGetDemoConfigWithResponse request
DemoGetDemoConfigWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*DemoGetDemoConfigResponse, error)
// DemoEndDemoWithResponse request
DemoEndDemoWithResponse(ctx context.Context, params *DemoEndDemoParams, reqEditors ...RequestEditorFn) (*DemoEndDemoResponse, error)
// DemoGetMockDeviceStatesWithResponse request
DemoGetMockDeviceStatesWithResponse(ctx context.Context, params *DemoGetMockDeviceStatesParams, reqEditors ...RequestEditorFn) (*DemoGetMockDeviceStatesResponse, error)
// DemoStartDemoWithBodyWithResponse request with any body
DemoStartDemoWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DemoStartDemoResponse, error)
DemoStartDemoWithResponse(ctx context.Context, body DemoStartDemoJSONRequestBody, reqEditors ...RequestEditorFn) (*DemoStartDemoResponse, error)
// DemoGetDemoStatsWithResponse request
DemoGetDemoStatsWithResponse(ctx context.Context, params *DemoGetDemoStatsParams, reqEditors ...RequestEditorFn) (*DemoGetDemoStatsResponse, error)
// DemoGetDemoStatusWithResponse request
DemoGetDemoStatusWithResponse(ctx context.Context, params *DemoGetDemoStatusParams, reqEditors ...RequestEditorFn) (*DemoGetDemoStatusResponse, error)
// DeviceGroupsListDeviceGroupsWithResponse request
DeviceGroupsListDeviceGroupsWithResponse(ctx context.Context, params *DeviceGroupsListDeviceGroupsParams, reqEditors ...RequestEditorFn) (*DeviceGroupsListDeviceGroupsResponse, error)
// DeviceGroupsCreateDeviceGroupWithBodyWithResponse request with any body
DeviceGroupsCreateDeviceGroupWithBodyWithResponse(ctx context.Context, params *DeviceGroupsCreateDeviceGroupParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DeviceGroupsCreateDeviceGroupResponse, error)
DeviceGroupsCreateDeviceGroupWithResponse(ctx context.Context, params *DeviceGroupsCreateDeviceGroupParams, body DeviceGroupsCreateDeviceGroupJSONRequestBody, reqEditors ...RequestEditorFn) (*DeviceGroupsCreateDeviceGroupResponse, error)
// DeviceGroupsDeleteDeviceGroupWithResponse request
DeviceGroupsDeleteDeviceGroupWithResponse(ctx context.Context, deviceGroupId openapi_types.UUID, params *DeviceGroupsDeleteDeviceGroupParams, reqEditors ...RequestEditorFn) (*DeviceGroupsDeleteDeviceGroupResponse, error)
// DeviceGroupsGetDeviceGroupWithResponse request
DeviceGroupsGetDeviceGroupWithResponse(ctx context.Context, deviceGroupId openapi_types.UUID, params *DeviceGroupsGetDeviceGroupParams, reqEditors ...RequestEditorFn) (*DeviceGroupsGetDeviceGroupResponse, error)
// DeviceGroupsUpdateDeviceGroupWithBodyWithResponse request with any body
DeviceGroupsUpdateDeviceGroupWithBodyWithResponse(ctx context.Context, deviceGroupId openapi_types.UUID, params *DeviceGroupsUpdateDeviceGroupParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DeviceGroupsUpdateDeviceGroupResponse, error)
DeviceGroupsUpdateDeviceGroupWithResponse(ctx context.Context, deviceGroupId openapi_types.UUID, params *DeviceGroupsUpdateDeviceGroupParams, body DeviceGroupsUpdateDeviceGroupJSONRequestBody, reqEditors ...RequestEditorFn) (*DeviceGroupsUpdateDeviceGroupResponse, error)
// AiConfigDeleteAiConfigWithResponse request
AiConfigDeleteAiConfigWithResponse(ctx context.Context, deviceGroupId openapi_types.UUID, params *AiConfigDeleteAiConfigParams, reqEditors ...RequestEditorFn) (*AiConfigDeleteAiConfigResponse, error)
// AiConfigGetAiConfigWithResponse request
AiConfigGetAiConfigWithResponse(ctx context.Context, deviceGroupId openapi_types.UUID, params *AiConfigGetAiConfigParams, reqEditors ...RequestEditorFn) (*AiConfigGetAiConfigResponse, error)
// AiConfigUpdateAiConfigWithBodyWithResponse request with any body
AiConfigUpdateAiConfigWithBodyWithResponse(ctx context.Context, deviceGroupId openapi_types.UUID, params *AiConfigUpdateAiConfigParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AiConfigUpdateAiConfigResponse, error)
AiConfigUpdateAiConfigWithResponse(ctx context.Context, deviceGroupId openapi_types.UUID, params *AiConfigUpdateAiConfigParams, body AiConfigUpdateAiConfigJSONRequestBody, reqEditors ...RequestEditorFn) (*AiConfigUpdateAiConfigResponse, error)
// AiConfigCreateOrReplaceAiConfigWithBodyWithResponse request with any body
AiConfigCreateOrReplaceAiConfigWithBodyWithResponse(ctx context.Context, deviceGroupId openapi_types.UUID, params *AiConfigCreateOrReplaceAiConfigParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AiConfigCreateOrReplaceAiConfigResponse, error)
AiConfigCreateOrReplaceAiConfigWithResponse(ctx context.Context, deviceGroupId openapi_types.UUID, params *AiConfigCreateOrReplaceAiConfigParams, body AiConfigCreateOrReplaceAiConfigJSONRequestBody, reqEditors ...RequestEditorFn) (*AiConfigCreateOrReplaceAiConfigResponse, error)
// InspectionProfilesListProfilesWithResponse request
InspectionProfilesListProfilesWithResponse(ctx context.Context, deviceGroupId openapi_types.UUID, params *InspectionProfilesListProfilesParams, reqEditors ...RequestEditorFn) (*InspectionProfilesListProfilesResponse, error)
// InspectionProfilesCreateProfileWithBodyWithResponse request with any body
InspectionProfilesCreateProfileWithBodyWithResponse(ctx context.Context, deviceGroupId openapi_types.UUID, params *InspectionProfilesCreateProfileParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*InspectionProfilesCreateProfileResponse, error)
InspectionProfilesCreateProfileWithResponse(ctx context.Context, deviceGroupId openapi_types.UUID, params *InspectionProfilesCreateProfileParams, body InspectionProfilesCreateProfileJSONRequestBody, reqEditors ...RequestEditorFn) (*InspectionProfilesCreateProfileResponse, error)
// InspectionProfilesDeleteProfileWithResponse request
InspectionProfilesDeleteProfileWithResponse(ctx context.Context, deviceGroupId openapi_types.UUID, profileId openapi_types.UUID, params *InspectionProfilesDeleteProfileParams, reqEditors ...RequestEditorFn) (*InspectionProfilesDeleteProfileResponse, error)
// InspectionProfilesGetProfileWithResponse request
InspectionProfilesGetProfileWithResponse(ctx context.Context, deviceGroupId openapi_types.UUID, profileId openapi_types.UUID, params *InspectionProfilesGetProfileParams, reqEditors ...RequestEditorFn) (*InspectionProfilesGetProfileResponse, error)
// InspectionProfilesUpdateProfileWithBodyWithResponse request with any body
InspectionProfilesUpdateProfileWithBodyWithResponse(ctx context.Context, deviceGroupId openapi_types.UUID, profileId openapi_types.UUID, params *InspectionProfilesUpdateProfileParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*InspectionProfilesUpdateProfileResponse, error)
InspectionProfilesUpdateProfileWithResponse(ctx context.Context, deviceGroupId openapi_types.UUID, profileId openapi_types.UUID, params *InspectionProfilesUpdateProfileParams, body InspectionProfilesUpdateProfileJSONRequestBody, reqEditors ...RequestEditorFn) (*InspectionProfilesUpdateProfileResponse, error)
// InspectionProfilesActivateProfileWithResponse request
InspectionProfilesActivateProfileWithResponse(ctx context.Context, deviceGroupId openapi_types.UUID, profileId openapi_types.UUID, params *InspectionProfilesActivateProfileParams, reqEditors ...RequestEditorFn) (*InspectionProfilesActivateProfileResponse, error)
// InspectionProfilesDeactivateProfileWithResponse request
InspectionProfilesDeactivateProfileWithResponse(ctx context.Context, deviceGroupId openapi_types.UUID, profileId openapi_types.UUID, params *InspectionProfilesDeactivateProfileParams, reqEditors ...RequestEditorFn) (*InspectionProfilesDeactivateProfileResponse, error)
// InspectionProfilesCaptureGoldenImageWithBodyWithResponse request with any body
InspectionProfilesCaptureGoldenImageWithBodyWithResponse(ctx context.Context, deviceGroupId openapi_types.UUID, profileId openapi_types.UUID, params *InspectionProfilesCaptureGoldenImageParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*InspectionProfilesCaptureGoldenImageResponse, error)
InspectionProfilesCaptureGoldenImageWithResponse(ctx context.Context, deviceGroupId openapi_types.UUID, profileId openapi_types.UUID, params *InspectionProfilesCaptureGoldenImageParams, body InspectionProfilesCaptureGoldenImageJSONRequestBody, reqEditors ...RequestEditorFn) (*InspectionProfilesCaptureGoldenImageResponse, error)
// InspectionProfilesUploadGoldenImageWithBodyWithResponse request with any body
InspectionProfilesUploadGoldenImageWithBodyWithResponse(ctx context.Context, deviceGroupId openapi_types.UUID, profileId openapi_types.UUID, params *InspectionProfilesUploadGoldenImageParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*InspectionProfilesUploadGoldenImageResponse, error)
// InspectionProfilesDeleteGoldenImageWithResponse request
InspectionProfilesDeleteGoldenImageWithResponse(ctx context.Context, deviceGroupId openapi_types.UUID, profileId openapi_types.UUID, imageId openapi_types.UUID, params *InspectionProfilesDeleteGoldenImageParams, reqEditors ...RequestEditorFn) (*InspectionProfilesDeleteGoldenImageResponse, error)
// InspectionProfilesInspectCaptureWithBodyWithResponse request with any body
InspectionProfilesInspectCaptureWithBodyWithResponse(ctx context.Context, deviceGroupId openapi_types.UUID, profileId openapi_types.UUID, params *InspectionProfilesInspectCaptureParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*InspectionProfilesInspectCaptureResponse, error)
InspectionProfilesInspectCaptureWithResponse(ctx context.Context, deviceGroupId openapi_types.UUID, profileId openapi_types.UUID, params *InspectionProfilesInspectCaptureParams, body InspectionProfilesInspectCaptureJSONRequestBody, reqEditors ...RequestEditorFn) (*InspectionProfilesInspectCaptureResponse, error)
// InspectionProfilesUploadTrainingCaptureWithBodyWithResponse request with any body
InspectionProfilesUploadTrainingCaptureWithBodyWithResponse(ctx context.Context, deviceGroupId openapi_types.UUID, profileId openapi_types.UUID, params *InspectionProfilesUploadTrainingCaptureParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*InspectionProfilesUploadTrainingCaptureResponse, error)
// OtelEndpointsListOtelEndpointsWithResponse request
OtelEndpointsListOtelEndpointsWithResponse(ctx context.Context, deviceGroupId openapi_types.UUID, params *OtelEndpointsListOtelEndpointsParams, reqEditors ...RequestEditorFn) (*OtelEndpointsListOtelEndpointsResponse, error)
// OtelEndpointsCreateOtelEndpointWithBodyWithResponse request with any body
OtelEndpointsCreateOtelEndpointWithBodyWithResponse(ctx context.Context, deviceGroupId openapi_types.UUID, params *OtelEndpointsCreateOtelEndpointParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*OtelEndpointsCreateOtelEndpointResponse, error)
OtelEndpointsCreateOtelEndpointWithResponse(ctx context.Context, deviceGroupId openapi_types.UUID, params *OtelEndpointsCreateOtelEndpointParams, body OtelEndpointsCreateOtelEndpointJSONRequestBody, reqEditors ...RequestEditorFn) (*OtelEndpointsCreateOtelEndpointResponse, error)
// OtelEndpointsDeleteOtelEndpointWithResponse request
OtelEndpointsDeleteOtelEndpointWithResponse(ctx context.Context, deviceGroupId openapi_types.UUID, endpointId openapi_types.UUID, params *OtelEndpointsDeleteOtelEndpointParams, reqEditors ...RequestEditorFn) (*OtelEndpointsDeleteOtelEndpointResponse, error)
// OtelEndpointsUpdateOtelEndpointWithBodyWithResponse request with any body
OtelEndpointsUpdateOtelEndpointWithBodyWithResponse(ctx context.Context, deviceGroupId openapi_types.UUID, endpointId openapi_types.UUID, params *OtelEndpointsUpdateOtelEndpointParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*OtelEndpointsUpdateOtelEndpointResponse, error)
OtelEndpointsUpdateOtelEndpointWithResponse(ctx context.Context, deviceGroupId openapi_types.UUID, endpointId openapi_types.UUID, params *OtelEndpointsUpdateOtelEndpointParams, body OtelEndpointsUpdateOtelEndpointJSONRequestBody, reqEditors ...RequestEditorFn) (*OtelEndpointsUpdateOtelEndpointResponse, error)
// OtelEndpointsTestOtelEndpointWithResponse request
OtelEndpointsTestOtelEndpointWithResponse(ctx context.Context, deviceGroupId openapi_types.UUID, endpointId openapi_types.UUID, params *OtelEndpointsTestOtelEndpointParams, reqEditors ...RequestEditorFn) (*OtelEndpointsTestOtelEndpointResponse, error)
// DevicesListDevicesWithResponse request
DevicesListDevicesWithResponse(ctx context.Context, params *DevicesListDevicesParams, reqEditors ...RequestEditorFn) (*DevicesListDevicesResponse, error)
// DevicesCreateDeviceWithBodyWithResponse request with any body
DevicesCreateDeviceWithBodyWithResponse(ctx context.Context, params *DevicesCreateDeviceParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DevicesCreateDeviceResponse, error)
DevicesCreateDeviceWithResponse(ctx context.Context, params *DevicesCreateDeviceParams, body DevicesCreateDeviceJSONRequestBody, reqEditors ...RequestEditorFn) (*DevicesCreateDeviceResponse, error)
// DevicesDiscoverDevicesWithResponse request
DevicesDiscoverDevicesWithResponse(ctx context.Context, params *DevicesDiscoverDevicesParams, reqEditors ...RequestEditorFn) (*DevicesDiscoverDevicesResponse, error)
// DevicesDeleteDeviceWithResponse request
DevicesDeleteDeviceWithResponse(ctx context.Context, deviceId openapi_types.UUID, params *DevicesDeleteDeviceParams, reqEditors ...RequestEditorFn) (*DevicesDeleteDeviceResponse, error)
// DevicesGetDeviceWithResponse request
DevicesGetDeviceWithResponse(ctx context.Context, deviceId openapi_types.UUID, params *DevicesGetDeviceParams, reqEditors ...RequestEditorFn) (*DevicesGetDeviceResponse, error)
// DevicesUpdateDeviceWithBodyWithResponse request with any body
DevicesUpdateDeviceWithBodyWithResponse(ctx context.Context, deviceId openapi_types.UUID, params *DevicesUpdateDeviceParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DevicesUpdateDeviceResponse, error)
DevicesUpdateDeviceWithResponse(ctx context.Context, deviceId openapi_types.UUID, params *DevicesUpdateDeviceParams, body DevicesUpdateDeviceJSONRequestBody, reqEditors ...RequestEditorFn) (*DevicesUpdateDeviceResponse, error)
// DevicesCheckDeviceHealthWithResponse request
DevicesCheckDeviceHealthWithResponse(ctx context.Context, deviceId openapi_types.UUID, params *DevicesCheckDeviceHealthParams, reqEditors ...RequestEditorFn) (*DevicesCheckDeviceHealthResponse, error)
// DevicesPushModelToDeviceWithResponse request
DevicesPushModelToDeviceWithResponse(ctx context.Context, deviceId openapi_types.UUID, modelId openapi_types.UUID, params *DevicesPushModelToDeviceParams, reqEditors ...RequestEditorFn) (*DevicesPushModelToDeviceResponse, error)
// DevicesTriggerDeviceSyncWithResponse request
DevicesTriggerDeviceSyncWithResponse(ctx context.Context, deviceId openapi_types.UUID, params *DevicesTriggerDeviceSyncParams, reqEditors ...RequestEditorFn) (*DevicesTriggerDeviceSyncResponse, error)
// DevicesGetDeviceSyncStatusWithResponse request
DevicesGetDeviceSyncStatusWithResponse(ctx context.Context, deviceId openapi_types.UUID, params *DevicesGetDeviceSyncStatusParams, reqEditors ...RequestEditorFn) (*DevicesGetDeviceSyncStatusResponse, error)
// DevicesTestDeviceConnectionWithResponse request
DevicesTestDeviceConnectionWithResponse(ctx context.Context, deviceId openapi_types.UUID, params *DevicesTestDeviceConnectionParams, reqEditors ...RequestEditorFn) (*DevicesTestDeviceConnectionResponse, error)
// EntityHistoryListRecentWithResponse request
EntityHistoryListRecentWithResponse(ctx context.Context, params *EntityHistoryListRecentParams, reqEditors ...RequestEditorFn) (*EntityHistoryListRecentResponse, error)
// EntityHistoryRestoreWithResponse request
EntityHistoryRestoreWithResponse(ctx context.Context, groupId openapi_types.UUID, params *EntityHistoryRestoreParams, reqEditors ...RequestEditorFn) (*EntityHistoryRestoreResponse, error)
// ExploreGetDataSourcesWithResponse request
ExploreGetDataSourcesWithResponse(ctx context.Context, params *ExploreGetDataSourcesParams, reqEditors ...RequestEditorFn) (*ExploreGetDataSourcesResponse, error)
// ExploreRunRawQueryWithBodyWithResponse request with any body
ExploreRunRawQueryWithBodyWithResponse(ctx context.Context, params *ExploreRunRawQueryParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ExploreRunRawQueryResponse, error)
ExploreRunRawQueryWithResponse(ctx context.Context, params *ExploreRunRawQueryParams, body ExploreRunRawQueryJSONRequestBody, reqEditors ...RequestEditorFn) (*ExploreRunRawQueryResponse, error)
// GatewayGatewaySetupSnippetWithResponse request
GatewayGatewaySetupSnippetWithResponse(ctx context.Context, params *GatewayGatewaySetupSnippetParams, reqEditors ...RequestEditorFn) (*GatewayGatewaySetupSnippetResponse, error)
// GatewayGatewayStatusWithResponse request
GatewayGatewayStatusWithResponse(ctx context.Context, params *GatewayGatewayStatusParams, reqEditors ...RequestEditorFn) (*GatewayGatewayStatusResponse, error)
// ImagesReadCameraImagesWithResponse request
ImagesReadCameraImagesWithResponse(ctx context.Context, params *ImagesReadCameraImagesParams, reqEditors ...RequestEditorFn) (*ImagesReadCameraImagesResponse, error)
// ImagesCaptureImageWithBodyWithResponse request with any body
ImagesCaptureImageWithBodyWithResponse(ctx context.Context, params *ImagesCaptureImageParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ImagesCaptureImageResponse, error)
// ImagesCaptureAndObjectDetectionWithBodyWithResponse request with any body
ImagesCaptureAndObjectDetectionWithBodyWithResponse(ctx context.Context, params *ImagesCaptureAndObjectDetectionParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ImagesCaptureAndObjectDetectionResponse, error)
// ImagesDeleteCameraImageWithResponse request
ImagesDeleteCameraImageWithResponse(ctx context.Context, imageId openapi_types.UUID, params *ImagesDeleteCameraImageParams, reqEditors ...RequestEditorFn) (*ImagesDeleteCameraImageResponse, error)
// ImagesReadCameraImageWithResponse request
ImagesReadCameraImageWithResponse(ctx context.Context, imageId openapi_types.UUID, params *ImagesReadCameraImageParams, reqEditors ...RequestEditorFn) (*ImagesReadCameraImageResponse, error)
// ImagesUpdateCameraImageWithBodyWithResponse request with any body
ImagesUpdateCameraImageWithBodyWithResponse(ctx context.Context, imageId openapi_types.UUID, params *ImagesUpdateCameraImageParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ImagesUpdateCameraImageResponse, error)
ImagesUpdateCameraImageWithResponse(ctx context.Context, imageId openapi_types.UUID, params *ImagesUpdateCameraImageParams, body ImagesUpdateCameraImageJSONRequestBody, reqEditors ...RequestEditorFn) (*ImagesUpdateCameraImageResponse, error)
// ImagesGetDifferenceFileWithResponse request
ImagesGetDifferenceFileWithResponse(ctx context.Context, imageId openapi_types.UUID, params *ImagesGetDifferenceFileParams, reqEditors ...RequestEditorFn) (*ImagesGetDifferenceFileResponse, error)
// ImagesGetHeatmapFileWithResponse request
ImagesGetHeatmapFileWithResponse(ctx context.Context, imageId openapi_types.UUID, params *ImagesGetHeatmapFileParams, reqEditors ...RequestEditorFn) (*ImagesGetHeatmapFileResponse, error)
// ImagesGetOriginalFileWithResponse request
ImagesGetOriginalFileWithResponse(ctx context.Context, imageId openapi_types.UUID, params *ImagesGetOriginalFileParams, reqEditors ...RequestEditorFn) (*ImagesGetOriginalFileResponse, error)
// ImagesGetProcessedFileWithResponse request
ImagesGetProcessedFileWithResponse(ctx context.Context, imageId openapi_types.UUID, params *ImagesGetProcessedFileParams, reqEditors ...RequestEditorFn) (*ImagesGetProcessedFileResponse, error)
// ImagesPatchCameraImageReviewWithBodyWithResponse request with any body
ImagesPatchCameraImageReviewWithBodyWithResponse(ctx context.Context, imageId openapi_types.UUID, params *ImagesPatchCameraImageReviewParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ImagesPatchCameraImageReviewResponse, error)
ImagesPatchCameraImageReviewWithResponse(ctx context.Context, imageId openapi_types.UUID, params *ImagesPatchCameraImageReviewParams, body ImagesPatchCameraImageReviewJSONRequestBody, reqEditors ...RequestEditorFn) (*ImagesPatchCameraImageReviewResponse, error)
// ImpersonateStartImpersonationWithBodyWithResponse request with any body
ImpersonateStartImpersonationWithBodyWithResponse(ctx context.Context, params *ImpersonateStartImpersonationParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ImpersonateStartImpersonationResponse, error)
ImpersonateStartImpersonationWithResponse(ctx context.Context, params *ImpersonateStartImpersonationParams, body ImpersonateStartImpersonationJSONRequestBody, reqEditors ...RequestEditorFn) (*ImpersonateStartImpersonationResponse, error)
// ImpersonateImpersonationStatusWithResponse request
ImpersonateImpersonationStatusWithResponse(ctx context.Context, params *ImpersonateImpersonationStatusParams, reqEditors ...RequestEditorFn) (*ImpersonateImpersonationStatusResponse, error)
// ImpersonateStopImpersonationWithResponse request
ImpersonateStopImpersonationWithResponse(ctx context.Context, params *ImpersonateStopImpersonationParams, reqEditors ...RequestEditorFn) (*ImpersonateStopImpersonationResponse, error)
// IncidentsListIncidentsWithResponse request
IncidentsListIncidentsWithResponse(ctx context.Context, params *IncidentsListIncidentsParams, reqEditors ...RequestEditorFn) (*IncidentsListIncidentsResponse, error)
// IncidentsCreateIncidentWithBodyWithResponse request with any body
IncidentsCreateIncidentWithBodyWithResponse(ctx context.Context, params *IncidentsCreateIncidentParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*IncidentsCreateIncidentResponse, error)
IncidentsCreateIncidentWithResponse(ctx context.Context, params *IncidentsCreateIncidentParams, body IncidentsCreateIncidentJSONRequestBody, reqEditors ...RequestEditorFn) (*IncidentsCreateIncidentResponse, error)
// IncidentsDeleteIncidentWithResponse request
IncidentsDeleteIncidentWithResponse(ctx context.Context, incidentId openapi_types.UUID, params *IncidentsDeleteIncidentParams, reqEditors ...RequestEditorFn) (*IncidentsDeleteIncidentResponse, error)
// IncidentsGetIncidentWithResponse request
IncidentsGetIncidentWithResponse(ctx context.Context, incidentId openapi_types.UUID, params *IncidentsGetIncidentParams, reqEditors ...RequestEditorFn) (*IncidentsGetIncidentResponse, error)
// IncidentsUpdateIncidentWithBodyWithResponse request with any body
IncidentsUpdateIncidentWithBodyWithResponse(ctx context.Context, incidentId openapi_types.UUID, params *IncidentsUpdateIncidentParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*IncidentsUpdateIncidentResponse, error)
IncidentsUpdateIncidentWithResponse(ctx context.Context, incidentId openapi_types.UUID, params *IncidentsUpdateIncidentParams, body IncidentsUpdateIncidentJSONRequestBody, reqEditors ...RequestEditorFn) (*IncidentsUpdateIncidentResponse, error)
// IncidentsUnlinkDeviceFromIncidentWithResponse request
IncidentsUnlinkDeviceFromIncidentWithResponse(ctx context.Context, incidentId openapi_types.UUID, deviceId openapi_types.UUID, params *IncidentsUnlinkDeviceFromIncidentParams, reqEditors ...RequestEditorFn) (*IncidentsUnlinkDeviceFromIncidentResponse, error)
// IncidentsLinkDeviceToIncidentWithResponse request
IncidentsLinkDeviceToIncidentWithResponse(ctx context.Context, incidentId openapi_types.UUID, deviceId openapi_types.UUID, params *IncidentsLinkDeviceToIncidentParams, reqEditors ...RequestEditorFn) (*IncidentsLinkDeviceToIncidentResponse, error)
// IncidentsListIncidentNotesWithResponse request
IncidentsListIncidentNotesWithResponse(ctx context.Context, incidentId openapi_types.UUID, params *IncidentsListIncidentNotesParams, reqEditors ...RequestEditorFn) (*IncidentsListIncidentNotesResponse, error)
// IncidentsAddIncidentNoteWithBodyWithResponse request with any body
IncidentsAddIncidentNoteWithBodyWithResponse(ctx context.Context, incidentId openapi_types.UUID, params *IncidentsAddIncidentNoteParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*IncidentsAddIncidentNoteResponse, error)
IncidentsAddIncidentNoteWithResponse(ctx context.Context, incidentId openapi_types.UUID, params *IncidentsAddIncidentNoteParams, body IncidentsAddIncidentNoteJSONRequestBody, reqEditors ...RequestEditorFn) (*IncidentsAddIncidentNoteResponse, error)
// IncidentsDeleteIncidentNoteWithResponse request
IncidentsDeleteIncidentNoteWithResponse(ctx context.Context, incidentId openapi_types.UUID, noteId openapi_types.UUID, params *IncidentsDeleteIncidentNoteParams, reqEditors ...RequestEditorFn) (*IncidentsDeleteIncidentNoteResponse, error)
// IncidentsUpdateIncidentNoteWithBodyWithResponse request with any body
IncidentsUpdateIncidentNoteWithBodyWithResponse(ctx context.Context, incidentId openapi_types.UUID, noteId openapi_types.UUID, params *IncidentsUpdateIncidentNoteParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*IncidentsUpdateIncidentNoteResponse, error)
IncidentsUpdateIncidentNoteWithResponse(ctx context.Context, incidentId openapi_types.UUID, noteId openapi_types.UUID, params *IncidentsUpdateIncidentNoteParams, body IncidentsUpdateIncidentNoteJSONRequestBody, reqEditors ...RequestEditorFn) (*IncidentsUpdateIncidentNoteResponse, error)
// InspectionListCaptureAnnotationsWithResponse request
InspectionListCaptureAnnotationsWithResponse(ctx context.Context, captureId openapi_types.UUID, params *InspectionListCaptureAnnotationsParams, reqEditors ...RequestEditorFn) (*InspectionListCaptureAnnotationsResponse, error)
// InspectionCreateCaptureAnnotationWithBodyWithResponse request with any body
InspectionCreateCaptureAnnotationWithBodyWithResponse(ctx context.Context, captureId openapi_types.UUID, params *InspectionCreateCaptureAnnotationParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*InspectionCreateCaptureAnnotationResponse, error)
InspectionCreateCaptureAnnotationWithResponse(ctx context.Context, captureId openapi_types.UUID, params *InspectionCreateCaptureAnnotationParams, body InspectionCreateCaptureAnnotationJSONRequestBody, reqEditors ...RequestEditorFn) (*InspectionCreateCaptureAnnotationResponse, error)
// InspectionPromoteCaptureToGoldenWithResponse request
InspectionPromoteCaptureToGoldenWithResponse(ctx context.Context, captureId openapi_types.UUID, params *InspectionPromoteCaptureToGoldenParams, reqEditors ...RequestEditorFn) (*InspectionPromoteCaptureToGoldenResponse, error)
// InspectionSetCaptureReferenceSetWithBodyWithResponse request with any body
InspectionSetCaptureReferenceSetWithBodyWithResponse(ctx context.Context, captureId openapi_types.UUID, params *InspectionSetCaptureReferenceSetParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*InspectionSetCaptureReferenceSetResponse, error)
InspectionSetCaptureReferenceSetWithResponse(ctx context.Context, captureId openapi_types.UUID, params *InspectionSetCaptureReferenceSetParams, body InspectionSetCaptureReferenceSetJSONRequestBody, reqEditors ...RequestEditorFn) (*InspectionSetCaptureReferenceSetResponse, error)
// InspectionDeleteAnnotationWithResponse request
InspectionDeleteAnnotationWithResponse(ctx context.Context, annotationId openapi_types.UUID, params *InspectionDeleteAnnotationParams, reqEditors ...RequestEditorFn) (*InspectionDeleteAnnotationResponse, error)
// InspectionUpdateAnnotationWithBodyWithResponse request with any body
InspectionUpdateAnnotationWithBodyWithResponse(ctx context.Context, annotationId openapi_types.UUID, params *InspectionUpdateAnnotationParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*InspectionUpdateAnnotationResponse, error)
InspectionUpdateAnnotationWithResponse(ctx context.Context, annotationId openapi_types.UUID, params *InspectionUpdateAnnotationParams, body InspectionUpdateAnnotationJSONRequestBody, reqEditors ...RequestEditorFn) (*InspectionUpdateAnnotationResponse, error)
// JetsonNanoGetJetsonDevicesWithResponse request
JetsonNanoGetJetsonDevicesWithResponse(ctx context.Context, params *JetsonNanoGetJetsonDevicesParams, reqEditors ...RequestEditorFn) (*JetsonNanoGetJetsonDevicesResponse, error)
// JetsonNanoGetJetsonConfigWithResponse request
JetsonNanoGetJetsonConfigWithResponse(ctx context.Context, deviceId string, params *JetsonNanoGetJetsonConfigParams, reqEditors ...RequestEditorFn) (*JetsonNanoGetJetsonConfigResponse, error)
// JetsonNanoSendJetsonConfigWithBodyWithResponse request with any body
JetsonNanoSendJetsonConfigWithBodyWithResponse(ctx context.Context, deviceId string, params *JetsonNanoSendJetsonConfigParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*JetsonNanoSendJetsonConfigResponse, error)
JetsonNanoSendJetsonConfigWithResponse(ctx context.Context, deviceId string, params *JetsonNanoSendJetsonConfigParams, body JetsonNanoSendJetsonConfigJSONRequestBody, reqEditors ...RequestEditorFn) (*JetsonNanoSendJetsonConfigResponse, error)
// JetsonNanoSendJetsonControlWithBodyWithResponse request with any body
JetsonNanoSendJetsonControlWithBodyWithResponse(ctx context.Context, deviceId string, params *JetsonNanoSendJetsonControlParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*JetsonNanoSendJetsonControlResponse, error)
JetsonNanoSendJetsonControlWithResponse(ctx context.Context, deviceId string, params *JetsonNanoSendJetsonControlParams, body JetsonNanoSendJetsonControlJSONRequestBody, reqEditors ...RequestEditorFn) (*JetsonNanoSendJetsonControlResponse, error)
// JetsonNanoGetDetectionDigestWithResponse request
JetsonNanoGetDetectionDigestWithResponse(ctx context.Context, deviceId string, params *JetsonNanoGetDetectionDigestParams, reqEditors ...RequestEditorFn) (*JetsonNanoGetDetectionDigestResponse, error)
// JetsonNanoGetDetectionStatusWithResponse request
JetsonNanoGetDetectionStatusWithResponse(ctx context.Context, deviceId string, params *JetsonNanoGetDetectionStatusParams, reqEditors ...RequestEditorFn) (*JetsonNanoGetDetectionStatusResponse, error)
// JetsonNanoCheckJetsonOnlineWithResponse request
JetsonNanoCheckJetsonOnlineWithResponse(ctx context.Context, deviceId string, params *JetsonNanoCheckJetsonOnlineParams, reqEditors ...RequestEditorFn) (*JetsonNanoCheckJetsonOnlineResponse, error)
// JetsonNanoGetJetsonDeviceStatusWithResponse request
JetsonNanoGetJetsonDeviceStatusWithResponse(ctx context.Context, deviceId string, params *JetsonNanoGetJetsonDeviceStatusParams, reqEditors ...RequestEditorFn) (*JetsonNanoGetJetsonDeviceStatusResponse, error)
// LivekitStartDeviceStreamWithResponse request
LivekitStartDeviceStreamWithResponse(ctx context.Context, deviceId string, params *LivekitStartDeviceStreamParams, reqEditors ...RequestEditorFn) (*LivekitStartDeviceStreamResponse, error)
// LivekitStopDeviceStreamWithResponse request
LivekitStopDeviceStreamWithResponse(ctx context.Context, deviceId string, params *LivekitStopDeviceStreamParams, reqEditors ...RequestEditorFn) (*LivekitStopDeviceStreamResponse, error)
// LivekitGetViewerTokenWithResponse request
LivekitGetViewerTokenWithResponse(ctx context.Context, params *LivekitGetViewerTokenParams, reqEditors ...RequestEditorFn) (*LivekitGetViewerTokenResponse, error)
// LocationsListLocationsWithResponse request
LocationsListLocationsWithResponse(ctx context.Context, params *LocationsListLocationsParams, reqEditors ...RequestEditorFn) (*LocationsListLocationsResponse, error)
// LocationsCreateLocationWithBodyWithResponse request with any body
LocationsCreateLocationWithBodyWithResponse(ctx context.Context, params *LocationsCreateLocationParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*LocationsCreateLocationResponse, error)
LocationsCreateLocationWithResponse(ctx context.Context, params *LocationsCreateLocationParams, body LocationsCreateLocationJSONRequestBody, reqEditors ...RequestEditorFn) (*LocationsCreateLocationResponse, error)
// LocationsGetLocationTreeWithResponse request
LocationsGetLocationTreeWithResponse(ctx context.Context, params *LocationsGetLocationTreeParams, reqEditors ...RequestEditorFn) (*LocationsGetLocationTreeResponse, error)
// LocationsDeleteLocationWithResponse request
LocationsDeleteLocationWithResponse(ctx context.Context, locationId openapi_types.UUID, params *LocationsDeleteLocationParams, reqEditors ...RequestEditorFn) (*LocationsDeleteLocationResponse, error)
// LocationsGetLocationWithResponse request
LocationsGetLocationWithResponse(ctx context.Context, locationId openapi_types.UUID, params *LocationsGetLocationParams, reqEditors ...RequestEditorFn) (*LocationsGetLocationResponse, error)
// LocationsUpdateLocationWithBodyWithResponse request with any body
LocationsUpdateLocationWithBodyWithResponse(ctx context.Context, locationId openapi_types.UUID, params *LocationsUpdateLocationParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*LocationsUpdateLocationResponse, error)
LocationsUpdateLocationWithResponse(ctx context.Context, locationId openapi_types.UUID, params *LocationsUpdateLocationParams, body LocationsUpdateLocationJSONRequestBody, reqEditors ...RequestEditorFn) (*LocationsUpdateLocationResponse, error)
// LocationsGetLocationDevicesWithResponse request
LocationsGetLocationDevicesWithResponse(ctx context.Context, locationId openapi_types.UUID, params *LocationsGetLocationDevicesParams, reqEditors ...RequestEditorFn) (*LocationsGetLocationDevicesResponse, error)
// LocationsGetLocationIncidentsWithResponse request
LocationsGetLocationIncidentsWithResponse(ctx context.Context, locationId openapi_types.UUID, params *LocationsGetLocationIncidentsParams, reqEditors ...RequestEditorFn) (*LocationsGetLocationIncidentsResponse, error)
// LoginTestTokenWithResponse request
LoginTestTokenWithResponse(ctx context.Context, params *LoginTestTokenParams, reqEditors ...RequestEditorFn) (*LoginTestTokenResponse, error)
// ModelOutputSchemasListSchemasWithResponse request
ModelOutputSchemasListSchemasWithResponse(ctx context.Context, params *ModelOutputSchemasListSchemasParams, reqEditors ...RequestEditorFn) (*ModelOutputSchemasListSchemasResponse, error)
// ModelOutputSchemasDeleteSchemaWithResponse request
ModelOutputSchemasDeleteSchemaWithResponse(ctx context.Context, schemaId openapi_types.UUID, params *ModelOutputSchemasDeleteSchemaParams, reqEditors ...RequestEditorFn) (*ModelOutputSchemasDeleteSchemaResponse, error)
// ModelOutputSchemasGetSchemaDetailWithResponse request
ModelOutputSchemasGetSchemaDetailWithResponse(ctx context.Context, schemaId openapi_types.UUID, params *ModelOutputSchemasGetSchemaDetailParams, reqEditors ...RequestEditorFn) (*ModelOutputSchemasGetSchemaDetailResponse, error)
// ModelOutputSchemasPatchSchemaWithBodyWithResponse request with any body
ModelOutputSchemasPatchSchemaWithBodyWithResponse(ctx context.Context, schemaId openapi_types.UUID, params *ModelOutputSchemasPatchSchemaParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ModelOutputSchemasPatchSchemaResponse, error)
ModelOutputSchemasPatchSchemaWithResponse(ctx context.Context, schemaId openapi_types.UUID, params *ModelOutputSchemasPatchSchemaParams, body ModelOutputSchemasPatchSchemaJSONRequestBody, reqEditors ...RequestEditorFn) (*ModelOutputSchemasPatchSchemaResponse, error)
// ModelOutputSchemasGetBindingsWithResponse request
ModelOutputSchemasGetBindingsWithResponse(ctx context.Context, schemaId openapi_types.UUID, params *ModelOutputSchemasGetBindingsParams, reqEditors ...RequestEditorFn) (*ModelOutputSchemasGetBindingsResponse, error)
// ModelOutputSchemasForkSchemaWithResponse request
ModelOutputSchemasForkSchemaWithResponse(ctx context.Context, schemaId openapi_types.UUID, params *ModelOutputSchemasForkSchemaParams, reqEditors ...RequestEditorFn) (*ModelOutputSchemasForkSchemaResponse, error)
// ModelOutputSchemasGetReviewTargetsWithResponse request
ModelOutputSchemasGetReviewTargetsWithResponse(ctx context.Context, schemaId openapi_types.UUID, params *ModelOutputSchemasGetReviewTargetsParams, reqEditors ...RequestEditorFn) (*ModelOutputSchemasGetReviewTargetsResponse, error)
// ModelsListModelsWithResponse request
ModelsListModelsWithResponse(ctx context.Context, params *ModelsListModelsParams, reqEditors ...RequestEditorFn) (*ModelsListModelsResponse, error)
// ModelsUploadModelWithBodyWithResponse request with any body
ModelsUploadModelWithBodyWithResponse(ctx context.Context, params *ModelsUploadModelParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ModelsUploadModelResponse, error)
// ModelsDeleteModelWithResponse request
ModelsDeleteModelWithResponse(ctx context.Context, modelId openapi_types.UUID, params *ModelsDeleteModelParams, reqEditors ...RequestEditorFn) (*ModelsDeleteModelResponse, error)
// ModelsGetModelWithResponse request
ModelsGetModelWithResponse(ctx context.Context, modelId openapi_types.UUID, params *ModelsGetModelParams, reqEditors ...RequestEditorFn) (*ModelsGetModelResponse, error)
// ModelsGetDownloadUrlWithResponse request
ModelsGetDownloadUrlWithResponse(ctx context.Context, modelId openapi_types.UUID, params *ModelsGetDownloadUrlParams, reqEditors ...RequestEditorFn) (*ModelsGetDownloadUrlResponse, error)
// MqttGetMqttDevicesWithResponse request
MqttGetMqttDevicesWithResponse(ctx context.Context, params *MqttGetMqttDevicesParams, reqEditors ...RequestEditorFn) (*MqttGetMqttDevicesResponse, error)
// MqttSendFleetBroadcastWithBodyWithResponse request with any body
MqttSendFleetBroadcastWithBodyWithResponse(ctx context.Context, params *MqttSendFleetBroadcastParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*MqttSendFleetBroadcastResponse, error)
MqttSendFleetBroadcastWithResponse(ctx context.Context, params *MqttSendFleetBroadcastParams, body MqttSendFleetBroadcastJSONRequestBody, reqEditors ...RequestEditorFn) (*MqttSendFleetBroadcastResponse, error)
// MqttGetMqttStatusWithResponse request
MqttGetMqttStatusWithResponse(ctx context.Context, params *MqttGetMqttStatusParams, reqEditors ...RequestEditorFn) (*MqttGetMqttStatusResponse, error)
// MqttGetMqttTopicsWithResponse request
MqttGetMqttTopicsWithResponse(ctx context.Context, params *MqttGetMqttTopicsParams, reqEditors ...RequestEditorFn) (*MqttGetMqttTopicsResponse, error)
// OrganizationsReadOrganizationMeWithResponse request
OrganizationsReadOrganizationMeWithResponse(ctx context.Context, params *OrganizationsReadOrganizationMeParams, reqEditors ...RequestEditorFn) (*OrganizationsReadOrganizationMeResponse, error)
// OrganizationsUpdateOrganizationMeWithBodyWithResponse request with any body
OrganizationsUpdateOrganizationMeWithBodyWithResponse(ctx context.Context, params *OrganizationsUpdateOrganizationMeParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*OrganizationsUpdateOrganizationMeResponse, error)
OrganizationsUpdateOrganizationMeWithResponse(ctx context.Context, params *OrganizationsUpdateOrganizationMeParams, body OrganizationsUpdateOrganizationMeJSONRequestBody, reqEditors ...RequestEditorFn) (*OrganizationsUpdateOrganizationMeResponse, error)
// OrganizationsDeleteOrganizationLogoWithResponse request
OrganizationsDeleteOrganizationLogoWithResponse(ctx context.Context, params *OrganizationsDeleteOrganizationLogoParams, reqEditors ...RequestEditorFn) (*OrganizationsDeleteOrganizationLogoResponse, error)
// OrganizationsGetOrganizationLogoWithResponse request
OrganizationsGetOrganizationLogoWithResponse(ctx context.Context, params *OrganizationsGetOrganizationLogoParams, reqEditors ...RequestEditorFn) (*OrganizationsGetOrganizationLogoResponse, error)
// OrganizationsUploadOrganizationLogoWithBodyWithResponse request with any body
OrganizationsUploadOrganizationLogoWithBodyWithResponse(ctx context.Context, params *OrganizationsUploadOrganizationLogoParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*OrganizationsUploadOrganizationLogoResponse, error)
// OrganizationsReadOrganizationMqttConfigWithResponse request
OrganizationsReadOrganizationMqttConfigWithResponse(ctx context.Context, params *OrganizationsReadOrganizationMqttConfigParams, reqEditors ...RequestEditorFn) (*OrganizationsReadOrganizationMqttConfigResponse, error)
// PrivateGetTenantByOrgIdWithResponse request
PrivateGetTenantByOrgIdWithResponse(ctx context.Context, params *PrivateGetTenantByOrgIdParams, reqEditors ...RequestEditorFn) (*PrivateGetTenantByOrgIdResponse, error)
// PrivateCreateUserWithBodyWithResponse request with any body
PrivateCreateUserWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PrivateCreateUserResponse, error)
PrivateCreateUserWithResponse(ctx context.Context, body PrivateCreateUserJSONRequestBody, reqEditors ...RequestEditorFn) (*PrivateCreateUserResponse, error)
// RefSheetsListRefSheetsWithResponse request
RefSheetsListRefSheetsWithResponse(ctx context.Context, params *RefSheetsListRefSheetsParams, reqEditors ...RequestEditorFn) (*RefSheetsListRefSheetsResponse, error)
// RefSheetsCreateRefSheetWithBodyWithResponse request with any body
RefSheetsCreateRefSheetWithBodyWithResponse(ctx context.Context, params *RefSheetsCreateRefSheetParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RefSheetsCreateRefSheetResponse, error)
// RefSheetsInspectExcelSheetsWithBodyWithResponse request with any body
RefSheetsInspectExcelSheetsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RefSheetsInspectExcelSheetsResponse, error)
// RefSheetsDeleteRefSheetWithResponse request
RefSheetsDeleteRefSheetWithResponse(ctx context.Context, sheetId openapi_types.UUID, params *RefSheetsDeleteRefSheetParams, reqEditors ...RequestEditorFn) (*RefSheetsDeleteRefSheetResponse, error)
// RefSheetsGetRefSheetWithResponse request
RefSheetsGetRefSheetWithResponse(ctx context.Context, sheetId openapi_types.UUID, params *RefSheetsGetRefSheetParams, reqEditors ...RequestEditorFn) (*RefSheetsGetRefSheetResponse, error)
// RefSheetsUpdateRefSheetWithBodyWithResponse request with any body
RefSheetsUpdateRefSheetWithBodyWithResponse(ctx context.Context, sheetId openapi_types.UUID, params *RefSheetsUpdateRefSheetParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RefSheetsUpdateRefSheetResponse, error)
RefSheetsUpdateRefSheetWithResponse(ctx context.Context, sheetId openapi_types.UUID, params *RefSheetsUpdateRefSheetParams, body RefSheetsUpdateRefSheetJSONRequestBody, reqEditors ...RequestEditorFn) (*RefSheetsUpdateRefSheetResponse, error)
// RefSheetsListRefSheetVersionsWithResponse request
RefSheetsListRefSheetVersionsWithResponse(ctx context.Context, sheetId openapi_types.UUID, params *RefSheetsListRefSheetVersionsParams, reqEditors ...RequestEditorFn) (*RefSheetsListRefSheetVersionsResponse, error)
// RefSheetsCreateRefSheetVersionWithBodyWithResponse request with any body
RefSheetsCreateRefSheetVersionWithBodyWithResponse(ctx context.Context, sheetId openapi_types.UUID, params *RefSheetsCreateRefSheetVersionParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RefSheetsCreateRefSheetVersionResponse, error)
// RefSheetsDeleteRefSheetVersionWithResponse request
RefSheetsDeleteRefSheetVersionWithResponse(ctx context.Context, sheetId openapi_types.UUID, versionId openapi_types.UUID, params *RefSheetsDeleteRefSheetVersionParams, reqEditors ...RequestEditorFn) (*RefSheetsDeleteRefSheetVersionResponse, error)
// RefSheetsActivateRefSheetVersionWithResponse request
RefSheetsActivateRefSheetVersionWithResponse(ctx context.Context, sheetId openapi_types.UUID, versionId openapi_types.UUID, params *RefSheetsActivateRefSheetVersionParams, reqEditors ...RequestEditorFn) (*RefSheetsActivateRefSheetVersionResponse, error)
// SearchSearchEntitiesWithResponse request
SearchSearchEntitiesWithResponse(ctx context.Context, params *SearchSearchEntitiesParams, reqEditors ...RequestEditorFn) (*SearchSearchEntitiesResponse, error)
// StarsListStarsWithResponse request
StarsListStarsWithResponse(ctx context.Context, params *StarsListStarsParams, reqEditors ...RequestEditorFn) (*StarsListStarsResponse, error)
// StarsStarEntityWithBodyWithResponse request with any body
StarsStarEntityWithBodyWithResponse(ctx context.Context, params *StarsStarEntityParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*StarsStarEntityResponse, error)
StarsStarEntityWithResponse(ctx context.Context, params *StarsStarEntityParams, body StarsStarEntityJSONRequestBody, reqEditors ...RequestEditorFn) (*StarsStarEntityResponse, error)
// StarsUnstarEntityWithResponse request
StarsUnstarEntityWithResponse(ctx context.Context, entityType string, entityId openapi_types.UUID, params *StarsUnstarEntityParams, reqEditors ...RequestEditorFn) (*StarsUnstarEntityResponse, error)
// TeamsListTeamsWithResponse request
TeamsListTeamsWithResponse(ctx context.Context, params *TeamsListTeamsParams, reqEditors ...RequestEditorFn) (*TeamsListTeamsResponse, error)
// TeamsCreateTeamWithBodyWithResponse request with any body
TeamsCreateTeamWithBodyWithResponse(ctx context.Context, params *TeamsCreateTeamParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*TeamsCreateTeamResponse, error)
TeamsCreateTeamWithResponse(ctx context.Context, params *TeamsCreateTeamParams, body TeamsCreateTeamJSONRequestBody, reqEditors ...RequestEditorFn) (*TeamsCreateTeamResponse, error)
// TeamsGetDefaultTeamWithResponse request
TeamsGetDefaultTeamWithResponse(ctx context.Context, params *TeamsGetDefaultTeamParams, reqEditors ...RequestEditorFn) (*TeamsGetDefaultTeamResponse, error)
// TeamsDeleteTeamWithResponse request
TeamsDeleteTeamWithResponse(ctx context.Context, teamId openapi_types.UUID, params *TeamsDeleteTeamParams, reqEditors ...RequestEditorFn) (*TeamsDeleteTeamResponse, error)
// TeamsGetTeamWithResponse request
TeamsGetTeamWithResponse(ctx context.Context, teamId openapi_types.UUID, params *TeamsGetTeamParams, reqEditors ...RequestEditorFn) (*TeamsGetTeamResponse, error)
// TeamsUpdateTeamWithBodyWithResponse request with any body
TeamsUpdateTeamWithBodyWithResponse(ctx context.Context, teamId openapi_types.UUID, params *TeamsUpdateTeamParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*TeamsUpdateTeamResponse, error)
TeamsUpdateTeamWithResponse(ctx context.Context, teamId openapi_types.UUID, params *TeamsUpdateTeamParams, body TeamsUpdateTeamJSONRequestBody, reqEditors ...RequestEditorFn) (*TeamsUpdateTeamResponse, error)
// TeamsListTeamMembersWithResponse request
TeamsListTeamMembersWithResponse(ctx context.Context, teamId openapi_types.UUID, params *TeamsListTeamMembersParams, reqEditors ...RequestEditorFn) (*TeamsListTeamMembersResponse, error)
// TeamsAddTeamMemberWithResponse request
TeamsAddTeamMemberWithResponse(ctx context.Context, teamId openapi_types.UUID, params *TeamsAddTeamMemberParams, reqEditors ...RequestEditorFn) (*TeamsAddTeamMemberResponse, error)
// TeamsRemoveTeamMemberWithResponse request
TeamsRemoveTeamMemberWithResponse(ctx context.Context, teamId openapi_types.UUID, userId openapi_types.UUID, params *TeamsRemoveTeamMemberParams, reqEditors ...RequestEditorFn) (*TeamsRemoveTeamMemberResponse, error)
// TelemetryReceiveOtlpMetricsWithResponse request
TelemetryReceiveOtlpMetricsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*TelemetryReceiveOtlpMetricsResponse, error)
// TestHelpersCreateTestTenantWithBodyWithResponse request with any body
TestHelpersCreateTestTenantWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*TestHelpersCreateTestTenantResponse, error)
TestHelpersCreateTestTenantWithResponse(ctx context.Context, body TestHelpersCreateTestTenantJSONRequestBody, reqEditors ...RequestEditorFn) (*TestHelpersCreateTestTenantResponse, error)
// TestHelpersSweepTestTenantsWithBodyWithResponse request with any body
TestHelpersSweepTestTenantsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*TestHelpersSweepTestTenantsResponse, error)
TestHelpersSweepTestTenantsWithResponse(ctx context.Context, body TestHelpersSweepTestTenantsJSONRequestBody, reqEditors ...RequestEditorFn) (*TestHelpersSweepTestTenantsResponse, error)
// TestHelpersDeleteTestTenantWithResponse request
TestHelpersDeleteTestTenantWithResponse(ctx context.Context, tenantId openapi_types.UUID, reqEditors ...RequestEditorFn) (*TestHelpersDeleteTestTenantResponse, error)
// TestHelpersSweepTestUsersWithResponse request
TestHelpersSweepTestUsersWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*TestHelpersSweepTestUsersResponse, error)
// UsersReadUsersWithResponse request
UsersReadUsersWithResponse(ctx context.Context, params *UsersReadUsersParams, reqEditors ...RequestEditorFn) (*UsersReadUsersResponse, error)
// UsersCreateUserWithBodyWithResponse request with any body
UsersCreateUserWithBodyWithResponse(ctx context.Context, params *UsersCreateUserParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UsersCreateUserResponse, error)
UsersCreateUserWithResponse(ctx context.Context, params *UsersCreateUserParams, body UsersCreateUserJSONRequestBody, reqEditors ...RequestEditorFn) (*UsersCreateUserResponse, error)
// UsersDeleteUserMeWithResponse request
UsersDeleteUserMeWithResponse(ctx context.Context, params *UsersDeleteUserMeParams, reqEditors ...RequestEditorFn) (*UsersDeleteUserMeResponse, error)
// UsersReadUserMeWithResponse request
UsersReadUserMeWithResponse(ctx context.Context, params *UsersReadUserMeParams, reqEditors ...RequestEditorFn) (*UsersReadUserMeResponse, error)
// UsersUpdateUserMeWithBodyWithResponse request with any body
UsersUpdateUserMeWithBodyWithResponse(ctx context.Context, params *UsersUpdateUserMeParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UsersUpdateUserMeResponse, error)
UsersUpdateUserMeWithResponse(ctx context.Context, params *UsersUpdateUserMeParams, body UsersUpdateUserMeJSONRequestBody, reqEditors ...RequestEditorFn) (*UsersUpdateUserMeResponse, error)
// UsersDeleteProfilePictureWithResponse request
UsersDeleteProfilePictureWithResponse(ctx context.Context, params *UsersDeleteProfilePictureParams, reqEditors ...RequestEditorFn) (*UsersDeleteProfilePictureResponse, error)
// UsersGetProfilePictureWithResponse request
UsersGetProfilePictureWithResponse(ctx context.Context, params *UsersGetProfilePictureParams, reqEditors ...RequestEditorFn) (*UsersGetProfilePictureResponse, error)
// UsersUploadProfilePictureWithBodyWithResponse request with any body
UsersUploadProfilePictureWithBodyWithResponse(ctx context.Context, params *UsersUploadProfilePictureParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UsersUploadProfilePictureResponse, error)
// UsersDeleteUserWithResponse request
UsersDeleteUserWithResponse(ctx context.Context, userId openapi_types.UUID, params *UsersDeleteUserParams, reqEditors ...RequestEditorFn) (*UsersDeleteUserResponse, error)
// UsersReadUserByIdWithResponse request
UsersReadUserByIdWithResponse(ctx context.Context, userId openapi_types.UUID, params *UsersReadUserByIdParams, reqEditors ...RequestEditorFn) (*UsersReadUserByIdResponse, error)
// UsersUpdateUserWithBodyWithResponse request with any body
UsersUpdateUserWithBodyWithResponse(ctx context.Context, userId openapi_types.UUID, params *UsersUpdateUserParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UsersUpdateUserResponse, error)
UsersUpdateUserWithResponse(ctx context.Context, userId openapi_types.UUID, params *UsersUpdateUserParams, body UsersUpdateUserJSONRequestBody, reqEditors ...RequestEditorFn) (*UsersUpdateUserResponse, error)
// UtilsHealthCheckWithResponse request
UtilsHealthCheckWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*UtilsHealthCheckResponse, error)
// UtilsTestEmailWithResponse request
UtilsTestEmailWithResponse(ctx context.Context, params *UtilsTestEmailParams, reqEditors ...RequestEditorFn) (*UtilsTestEmailResponse, error)
// VideosReadCameraVideosWithResponse request
VideosReadCameraVideosWithResponse(ctx context.Context, params *VideosReadCameraVideosParams, reqEditors ...RequestEditorFn) (*VideosReadCameraVideosResponse, error)
// VideosProcessVideoWithBodyWithResponse request with any body
VideosProcessVideoWithBodyWithResponse(ctx context.Context, params *VideosProcessVideoParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*VideosProcessVideoResponse, error)
// VideosUploadCameraVideoWithBodyWithResponse request with any body
VideosUploadCameraVideoWithBodyWithResponse(ctx context.Context, params *VideosUploadCameraVideoParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*VideosUploadCameraVideoResponse, error)
// VideosGetProcessedVideoWithResponse request
VideosGetProcessedVideoWithResponse(ctx context.Context, filename string, params *VideosGetProcessedVideoParams, reqEditors ...RequestEditorFn) (*VideosGetProcessedVideoResponse, error)
// VideosDeleteCameraVideoWithResponse request
VideosDeleteCameraVideoWithResponse(ctx context.Context, videoId openapi_types.UUID, params *VideosDeleteCameraVideoParams, reqEditors ...RequestEditorFn) (*VideosDeleteCameraVideoResponse, error)
// VideosReadCameraVideoWithResponse request
VideosReadCameraVideoWithResponse(ctx context.Context, videoId openapi_types.UUID, params *VideosReadCameraVideoParams, reqEditors ...RequestEditorFn) (*VideosReadCameraVideoResponse, error)
// VideosUpdateCameraVideoWithBodyWithResponse request with any body
VideosUpdateCameraVideoWithBodyWithResponse(ctx context.Context, videoId openapi_types.UUID, params *VideosUpdateCameraVideoParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*VideosUpdateCameraVideoResponse, error)
VideosUpdateCameraVideoWithResponse(ctx context.Context, videoId openapi_types.UUID, params *VideosUpdateCameraVideoParams, body VideosUpdateCameraVideoJSONRequestBody, reqEditors ...RequestEditorFn) (*VideosUpdateCameraVideoResponse, error)
// VideosDebugVideoFileWithResponse request
VideosDebugVideoFileWithResponse(ctx context.Context, videoId openapi_types.UUID, params *VideosDebugVideoFileParams, reqEditors ...RequestEditorFn) (*VideosDebugVideoFileResponse, error)
// VideosGetOriginalVideoWithResponse request
VideosGetOriginalVideoWithResponse(ctx context.Context, videoId openapi_types.UUID, params *VideosGetOriginalVideoParams, reqEditors ...RequestEditorFn) (*VideosGetOriginalVideoResponse, error)
// VideosGetProcessedVideoFileWithResponse request
VideosGetProcessedVideoFileWithResponse(ctx context.Context, videoId openapi_types.UUID, params *VideosGetProcessedVideoFileParams, reqEditors ...RequestEditorFn) (*VideosGetProcessedVideoFileResponse, error)
// VideosGetProcessingStatusWithResponse request
VideosGetProcessingStatusWithResponse(ctx context.Context, videoId openapi_types.UUID, params *VideosGetProcessingStatusParams, reqEditors ...RequestEditorFn) (*VideosGetProcessingStatusResponse, error)
// VideosReprocessCameraVideoWithResponse request
VideosReprocessCameraVideoWithResponse(ctx context.Context, videoId openapi_types.UUID, params *VideosReprocessCameraVideoParams, reqEditors ...RequestEditorFn) (*VideosReprocessCameraVideoResponse, error)
// VoiceTtsWithBodyWithResponse request with any body
VoiceTtsWithBodyWithResponse(ctx context.Context, params *VoiceTtsParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*VoiceTtsResponse, error)
VoiceTtsWithResponse(ctx context.Context, params *VoiceTtsParams, body VoiceTtsJSONRequestBody, reqEditors ...RequestEditorFn) (*VoiceTtsResponse, error)
}
ClientWithResponsesInterface is the interface specification for the client with responses above.
type ColumnMetadata ¶
type ColumnMetadata struct {
Aggregatable *bool `json:"aggregatable,omitempty"`
Description *string `json:"description,omitempty"`
Name string `json:"name"`
Nullable *bool `json:"nullable,omitempty"`
Type string `json:"type"`
}
ColumnMetadata Column metadata as exposed by the explore API.
type CreateTestTenantRequest ¶
type CreateTestTenantRequest struct {
Auth0Sub string `json:"auth0_sub"`
Email openapi_types.Email `json:"email"`
WorkerId string `json:"worker_id"`
}
CreateTestTenantRequest defines model for CreateTestTenantRequest.
type CreateTestTenantResponse ¶
type CreateTestTenantResponse struct {
Auth0OrgId string `json:"auth0_org_id"`
Auth0Sub string `json:"auth0_sub"`
DefaultLocationId openapi_types.UUID `json:"default_location_id"`
DefaultTeamId openapi_types.UUID `json:"default_team_id"`
TenantId openapi_types.UUID `json:"tenant_id"`
}
CreateTestTenantResponse defines model for CreateTestTenantResponse.
type DashboardCreate ¶
type DashboardCreate struct {
// Description Dashboard description
Description *string `json:"description,omitempty"`
Document *map[string]interface{} `json:"document,omitempty"`
// Name Dashboard name
Name string `json:"name"`
// Status Dashboard status: draft, published
Status *string `json:"status,omitempty"`
}
DashboardCreate Properties to receive on dashboard creation.
type DashboardPublic ¶
type DashboardPublic struct {
CreatedAt string `json:"created_at"`
CreatedById *openapi_types.UUID `json:"created_by_id"`
// Description Dashboard description
Description *string `json:"description,omitempty"`
Document *map[string]interface{} `json:"document,omitempty"`
Id openapi_types.UUID `json:"id"`
// IsDefault Default dashboard for tenant
IsDefault *bool `json:"is_default,omitempty"`
IsStarred *bool `json:"is_starred,omitempty"`
// IsSystem System-created dashboard (protected from deletion)
IsSystem *bool `json:"is_system,omitempty"`
// Name Dashboard name
Name string `json:"name"`
// Status Dashboard status: draft, published
Status *string `json:"status,omitempty"`
TenantId openapi_types.UUID `json:"tenant_id"`
UpdatedAt string `json:"updated_at"`
Version *int `json:"version,omitempty"`
}
DashboardPublic Public schema for dashboard responses.
type DashboardStatsResponse ¶
type DashboardStatsResponse struct {
Cards []StatCardResponse `json:"cards"`
}
DashboardStatsResponse Response for dashboard stat cards.
type DashboardUpdate ¶
type DashboardUpdate struct {
Description *string `json:"description,omitempty"`
Document *map[string]interface{} `json:"document,omitempty"`
IsDefault *bool `json:"is_default,omitempty"`
Name *string `json:"name,omitempty"`
Status *string `json:"status,omitempty"`
}
DashboardUpdate Properties to receive on dashboard update.
type DashboardsCreateDashboardJSONRequestBody ¶
type DashboardsCreateDashboardJSONRequestBody = DashboardCreate
DashboardsCreateDashboardJSONRequestBody defines body for DashboardsCreateDashboard for application/json ContentType.
type DashboardsCreateDashboardParams ¶
type DashboardsCreateDashboardParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
DashboardsCreateDashboardParams defines parameters for DashboardsCreateDashboard.
type DashboardsCreateDashboardResponse ¶
type DashboardsCreateDashboardResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *DashboardPublic
JSON422 *HTTPValidationError
}
func ParseDashboardsCreateDashboardResponse ¶
func ParseDashboardsCreateDashboardResponse(rsp *http.Response) (*DashboardsCreateDashboardResponse, error)
ParseDashboardsCreateDashboardResponse parses an HTTP response from a DashboardsCreateDashboardWithResponse call
func (DashboardsCreateDashboardResponse) Status ¶
func (r DashboardsCreateDashboardResponse) Status() string
Status returns HTTPResponse.Status
func (DashboardsCreateDashboardResponse) StatusCode ¶
func (r DashboardsCreateDashboardResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DashboardsDeleteDashboardParams ¶
type DashboardsDeleteDashboardParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
DashboardsDeleteDashboardParams defines parameters for DashboardsDeleteDashboard.
type DashboardsDeleteDashboardResponse ¶
type DashboardsDeleteDashboardResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *DeletedResponse
JSON422 *HTTPValidationError
}
func ParseDashboardsDeleteDashboardResponse ¶
func ParseDashboardsDeleteDashboardResponse(rsp *http.Response) (*DashboardsDeleteDashboardResponse, error)
ParseDashboardsDeleteDashboardResponse parses an HTTP response from a DashboardsDeleteDashboardWithResponse call
func (DashboardsDeleteDashboardResponse) Status ¶
func (r DashboardsDeleteDashboardResponse) Status() string
Status returns HTTPResponse.Status
func (DashboardsDeleteDashboardResponse) StatusCode ¶
func (r DashboardsDeleteDashboardResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DashboardsExportDashboardParams ¶
type DashboardsExportDashboardParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
DashboardsExportDashboardParams defines parameters for DashboardsExportDashboard.
type DashboardsExportDashboardResponse ¶
type DashboardsExportDashboardResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *map[string]interface{}
JSON422 *HTTPValidationError
}
func ParseDashboardsExportDashboardResponse ¶
func ParseDashboardsExportDashboardResponse(rsp *http.Response) (*DashboardsExportDashboardResponse, error)
ParseDashboardsExportDashboardResponse parses an HTTP response from a DashboardsExportDashboardWithResponse call
func (DashboardsExportDashboardResponse) Status ¶
func (r DashboardsExportDashboardResponse) Status() string
Status returns HTTPResponse.Status
func (DashboardsExportDashboardResponse) StatusCode ¶
func (r DashboardsExportDashboardResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DashboardsGetAlertSummaryParams ¶
type DashboardsGetAlertSummaryParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
DashboardsGetAlertSummaryParams defines parameters for DashboardsGetAlertSummary.
type DashboardsGetAlertSummaryResponse ¶
type DashboardsGetAlertSummaryResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *map[string]interface{}
JSON422 *HTTPValidationError
}
func ParseDashboardsGetAlertSummaryResponse ¶
func ParseDashboardsGetAlertSummaryResponse(rsp *http.Response) (*DashboardsGetAlertSummaryResponse, error)
ParseDashboardsGetAlertSummaryResponse parses an HTTP response from a DashboardsGetAlertSummaryWithResponse call
func (DashboardsGetAlertSummaryResponse) Status ¶
func (r DashboardsGetAlertSummaryResponse) Status() string
Status returns HTTPResponse.Status
func (DashboardsGetAlertSummaryResponse) StatusCode ¶
func (r DashboardsGetAlertSummaryResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DashboardsGetDashboardAnnotationsParams ¶
type DashboardsGetDashboardAnnotationsParams struct {
FromTime time.Time `form:"from_time" json:"from_time"`
ToTime time.Time `form:"to_time" json:"to_time"`
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
DashboardsGetDashboardAnnotationsParams defines parameters for DashboardsGetDashboardAnnotations.
type DashboardsGetDashboardAnnotationsResponse ¶
type DashboardsGetDashboardAnnotationsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *map[string]interface{}
JSON422 *HTTPValidationError
}
func ParseDashboardsGetDashboardAnnotationsResponse ¶
func ParseDashboardsGetDashboardAnnotationsResponse(rsp *http.Response) (*DashboardsGetDashboardAnnotationsResponse, error)
ParseDashboardsGetDashboardAnnotationsResponse parses an HTTP response from a DashboardsGetDashboardAnnotationsWithResponse call
func (DashboardsGetDashboardAnnotationsResponse) Status ¶
func (r DashboardsGetDashboardAnnotationsResponse) Status() string
Status returns HTTPResponse.Status
func (DashboardsGetDashboardAnnotationsResponse) StatusCode ¶
func (r DashboardsGetDashboardAnnotationsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DashboardsGetDashboardParams ¶
type DashboardsGetDashboardParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
DashboardsGetDashboardParams defines parameters for DashboardsGetDashboard.
type DashboardsGetDashboardResponse ¶
type DashboardsGetDashboardResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *DashboardPublic
JSON422 *HTTPValidationError
}
func ParseDashboardsGetDashboardResponse ¶
func ParseDashboardsGetDashboardResponse(rsp *http.Response) (*DashboardsGetDashboardResponse, error)
ParseDashboardsGetDashboardResponse parses an HTTP response from a DashboardsGetDashboardWithResponse call
func (DashboardsGetDashboardResponse) Status ¶
func (r DashboardsGetDashboardResponse) Status() string
Status returns HTTPResponse.Status
func (DashboardsGetDashboardResponse) StatusCode ¶
func (r DashboardsGetDashboardResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DashboardsGetVariableValuesParams ¶
type DashboardsGetVariableValuesParams struct {
// Variables JSON-encoded current variable values for chaining
Variables *string `form:"variables,omitempty" json:"variables,omitempty"`
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
DashboardsGetVariableValuesParams defines parameters for DashboardsGetVariableValues.
type DashboardsGetVariableValuesResponse ¶
type DashboardsGetVariableValuesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *map[string]interface{}
JSON422 *HTTPValidationError
}
func ParseDashboardsGetVariableValuesResponse ¶
func ParseDashboardsGetVariableValuesResponse(rsp *http.Response) (*DashboardsGetVariableValuesResponse, error)
ParseDashboardsGetVariableValuesResponse parses an HTTP response from a DashboardsGetVariableValuesWithResponse call
func (DashboardsGetVariableValuesResponse) Status ¶
func (r DashboardsGetVariableValuesResponse) Status() string
Status returns HTTPResponse.Status
func (DashboardsGetVariableValuesResponse) StatusCode ¶
func (r DashboardsGetVariableValuesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DashboardsGetVersionParams ¶
type DashboardsGetVersionParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
DashboardsGetVersionParams defines parameters for DashboardsGetVersion.
type DashboardsGetVersionResponse ¶
type DashboardsGetVersionResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *interface{}
JSON422 *HTTPValidationError
}
func ParseDashboardsGetVersionResponse ¶
func ParseDashboardsGetVersionResponse(rsp *http.Response) (*DashboardsGetVersionResponse, error)
ParseDashboardsGetVersionResponse parses an HTTP response from a DashboardsGetVersionWithResponse call
func (DashboardsGetVersionResponse) Status ¶
func (r DashboardsGetVersionResponse) Status() string
Status returns HTTPResponse.Status
func (DashboardsGetVersionResponse) StatusCode ¶
func (r DashboardsGetVersionResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DashboardsGetWidgetAlertEventsParams ¶
type DashboardsGetWidgetAlertEventsParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
DashboardsGetWidgetAlertEventsParams defines parameters for DashboardsGetWidgetAlertEvents.
type DashboardsGetWidgetAlertEventsResponse ¶
type DashboardsGetWidgetAlertEventsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *map[string]interface{}
JSON422 *HTTPValidationError
}
func ParseDashboardsGetWidgetAlertEventsResponse ¶
func ParseDashboardsGetWidgetAlertEventsResponse(rsp *http.Response) (*DashboardsGetWidgetAlertEventsResponse, error)
ParseDashboardsGetWidgetAlertEventsResponse parses an HTTP response from a DashboardsGetWidgetAlertEventsWithResponse call
func (DashboardsGetWidgetAlertEventsResponse) Status ¶
func (r DashboardsGetWidgetAlertEventsResponse) Status() string
Status returns HTTPResponse.Status
func (DashboardsGetWidgetAlertEventsResponse) StatusCode ¶
func (r DashboardsGetWidgetAlertEventsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DashboardsImportDashboardJSONBody ¶
type DashboardsImportDashboardJSONBody map[string]interface{}
DashboardsImportDashboardJSONBody defines parameters for DashboardsImportDashboard.
type DashboardsImportDashboardJSONRequestBody ¶
type DashboardsImportDashboardJSONRequestBody DashboardsImportDashboardJSONBody
DashboardsImportDashboardJSONRequestBody defines body for DashboardsImportDashboard for application/json ContentType.
type DashboardsImportDashboardParams ¶
type DashboardsImportDashboardParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
DashboardsImportDashboardParams defines parameters for DashboardsImportDashboard.
type DashboardsImportDashboardResponse ¶
type DashboardsImportDashboardResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *DashboardPublic
JSON422 *HTTPValidationError
}
func ParseDashboardsImportDashboardResponse ¶
func ParseDashboardsImportDashboardResponse(rsp *http.Response) (*DashboardsImportDashboardResponse, error)
ParseDashboardsImportDashboardResponse parses an HTTP response from a DashboardsImportDashboardWithResponse call
func (DashboardsImportDashboardResponse) Status ¶
func (r DashboardsImportDashboardResponse) Status() string
Status returns HTTPResponse.Status
func (DashboardsImportDashboardResponse) StatusCode ¶
func (r DashboardsImportDashboardResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DashboardsImportTemplateParams ¶
type DashboardsImportTemplateParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
DashboardsImportTemplateParams defines parameters for DashboardsImportTemplate.
type DashboardsImportTemplateResponse ¶
type DashboardsImportTemplateResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *DashboardPublic
JSON422 *HTTPValidationError
}
func ParseDashboardsImportTemplateResponse ¶
func ParseDashboardsImportTemplateResponse(rsp *http.Response) (*DashboardsImportTemplateResponse, error)
ParseDashboardsImportTemplateResponse parses an HTTP response from a DashboardsImportTemplateWithResponse call
func (DashboardsImportTemplateResponse) Status ¶
func (r DashboardsImportTemplateResponse) Status() string
Status returns HTTPResponse.Status
func (DashboardsImportTemplateResponse) StatusCode ¶
func (r DashboardsImportTemplateResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DashboardsListDashboardsParams ¶
type DashboardsListDashboardsParams struct {
Skip *int `form:"skip,omitempty" json:"skip,omitempty"`
Limit *int `form:"limit,omitempty" json:"limit,omitempty"`
Search *string `form:"search,omitempty" json:"search,omitempty"`
Starred *bool `form:"starred,omitempty" json:"starred,omitempty"`
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
DashboardsListDashboardsParams defines parameters for DashboardsListDashboards.
type DashboardsListDashboardsResponse ¶
type DashboardsListDashboardsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *DashboardsPublic
JSON422 *HTTPValidationError
}
func ParseDashboardsListDashboardsResponse ¶
func ParseDashboardsListDashboardsResponse(rsp *http.Response) (*DashboardsListDashboardsResponse, error)
ParseDashboardsListDashboardsResponse parses an HTTP response from a DashboardsListDashboardsWithResponse call
func (DashboardsListDashboardsResponse) Status ¶
func (r DashboardsListDashboardsResponse) Status() string
Status returns HTTPResponse.Status
func (DashboardsListDashboardsResponse) StatusCode ¶
func (r DashboardsListDashboardsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DashboardsListTemplatesResponse ¶
type DashboardsListTemplatesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *[]map[string]interface{}
}
func ParseDashboardsListTemplatesResponse ¶
func ParseDashboardsListTemplatesResponse(rsp *http.Response) (*DashboardsListTemplatesResponse, error)
ParseDashboardsListTemplatesResponse parses an HTTP response from a DashboardsListTemplatesWithResponse call
func (DashboardsListTemplatesResponse) Status ¶
func (r DashboardsListTemplatesResponse) Status() string
Status returns HTTPResponse.Status
func (DashboardsListTemplatesResponse) StatusCode ¶
func (r DashboardsListTemplatesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DashboardsListVersionsParams ¶
type DashboardsListVersionsParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
DashboardsListVersionsParams defines parameters for DashboardsListVersions.
type DashboardsListVersionsResponse ¶
type DashboardsListVersionsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *map[string]interface{}
JSON422 *HTTPValidationError
}
func ParseDashboardsListVersionsResponse ¶
func ParseDashboardsListVersionsResponse(rsp *http.Response) (*DashboardsListVersionsResponse, error)
ParseDashboardsListVersionsResponse parses an HTTP response from a DashboardsListVersionsWithResponse call
func (DashboardsListVersionsResponse) Status ¶
func (r DashboardsListVersionsResponse) Status() string
Status returns HTTPResponse.Status
func (DashboardsListVersionsResponse) StatusCode ¶
func (r DashboardsListVersionsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DashboardsPublic ¶
type DashboardsPublic struct {
Count int `json:"count"`
Data []DashboardPublic `json:"data"`
}
DashboardsPublic Schema for listing dashboards.
type DashboardsQueryWidgetParams ¶
type DashboardsQueryWidgetParams struct {
TimeRange *string `form:"time_range,omitempty" json:"time_range,omitempty"`
// Variables JSON-encoded variable values
Variables *string `form:"variables,omitempty" json:"variables,omitempty"`
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
DashboardsQueryWidgetParams defines parameters for DashboardsQueryWidget.
type DashboardsQueryWidgetResponse ¶
type DashboardsQueryWidgetResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *RawQueryResponse
JSON422 *HTTPValidationError
}
func ParseDashboardsQueryWidgetResponse ¶
func ParseDashboardsQueryWidgetResponse(rsp *http.Response) (*DashboardsQueryWidgetResponse, error)
ParseDashboardsQueryWidgetResponse parses an HTTP response from a DashboardsQueryWidgetWithResponse call
func (DashboardsQueryWidgetResponse) Status ¶
func (r DashboardsQueryWidgetResponse) Status() string
Status returns HTTPResponse.Status
func (DashboardsQueryWidgetResponse) StatusCode ¶
func (r DashboardsQueryWidgetResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DashboardsRestoreVersionParams ¶
type DashboardsRestoreVersionParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
DashboardsRestoreVersionParams defines parameters for DashboardsRestoreVersion.
type DashboardsRestoreVersionResponse ¶
type DashboardsRestoreVersionResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *map[string]interface{}
JSON422 *HTTPValidationError
}
func ParseDashboardsRestoreVersionResponse ¶
func ParseDashboardsRestoreVersionResponse(rsp *http.Response) (*DashboardsRestoreVersionResponse, error)
ParseDashboardsRestoreVersionResponse parses an HTTP response from a DashboardsRestoreVersionWithResponse call
func (DashboardsRestoreVersionResponse) Status ¶
func (r DashboardsRestoreVersionResponse) Status() string
Status returns HTTPResponse.Status
func (DashboardsRestoreVersionResponse) StatusCode ¶
func (r DashboardsRestoreVersionResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DashboardsUpdateDashboardJSONRequestBody ¶
type DashboardsUpdateDashboardJSONRequestBody = DashboardUpdate
DashboardsUpdateDashboardJSONRequestBody defines body for DashboardsUpdateDashboard for application/json ContentType.
type DashboardsUpdateDashboardParams ¶
type DashboardsUpdateDashboardParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
DashboardsUpdateDashboardParams defines parameters for DashboardsUpdateDashboard.
type DashboardsUpdateDashboardResponse ¶
type DashboardsUpdateDashboardResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *DashboardPublic
JSON422 *HTTPValidationError
}
func ParseDashboardsUpdateDashboardResponse ¶
func ParseDashboardsUpdateDashboardResponse(rsp *http.Response) (*DashboardsUpdateDashboardResponse, error)
ParseDashboardsUpdateDashboardResponse parses an HTTP response from a DashboardsUpdateDashboardWithResponse call
func (DashboardsUpdateDashboardResponse) Status ¶
func (r DashboardsUpdateDashboardResponse) Status() string
Status returns HTTPResponse.Status
func (DashboardsUpdateDashboardResponse) StatusCode ¶
func (r DashboardsUpdateDashboardResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DataSourceConnectionCreate ¶
type DataSourceConnectionCreate struct {
// AgentDsn Agent DSN for proxied connections
AgentDsn *string `json:"agent_dsn,omitempty"`
// AgentId Agent UUID for proxied connections
AgentId *openapi_types.UUID `json:"agent_id,omitempty"`
// DatabaseName Database name
DatabaseName *string `json:"database_name,omitempty"`
// Description Connection description
Description *string `json:"description,omitempty"`
// DsType Database type: postgresql | mysql | timescaledb
DsType string `json:"ds_type"`
// ExtraOptions Additional connection options
ExtraOptions *map[string]interface{} `json:"extra_options,omitempty"`
// Host Database host
Host *string `json:"host,omitempty"`
// Name Connection name
Name string `json:"name"`
// Password Plain-text password (encrypted on save)
Password *string `json:"password,omitempty"`
// Port Database port
Port *int `json:"port,omitempty"`
// SslMode SSL mode
SslMode *string `json:"ssl_mode,omitempty"`
// Username Database username
Username *string `json:"username,omitempty"`
}
DataSourceConnectionCreate Properties to receive on data source connection creation.
type DataSourceConnectionPublic ¶
type DataSourceConnectionPublic struct {
// AgentDsn Agent DSN for proxied connections
AgentDsn *string `json:"agent_dsn,omitempty"`
// AgentId Agent UUID for proxied connections
AgentId *openapi_types.UUID `json:"agent_id,omitempty"`
CreatedAt string `json:"created_at"`
CreatedById *openapi_types.UUID `json:"created_by_id"`
// DatabaseName Database name
DatabaseName *string `json:"database_name,omitempty"`
// Description Connection description
Description *string `json:"description,omitempty"`
// DsType Database type: postgresql | mysql | timescaledb
DsType string `json:"ds_type"`
// ExtraOptions Additional connection options
ExtraOptions *map[string]interface{} `json:"extra_options,omitempty"`
HealthStatus *string `json:"health_status"`
// Host Database host
Host *string `json:"host,omitempty"`
Id openapi_types.UUID `json:"id"`
IsBuiltin bool `json:"is_builtin"`
LastHealthCheck *string `json:"last_health_check"`
// Name Connection name
Name string `json:"name"`
// Port Database port
Port *int `json:"port,omitempty"`
SchemaCache *map[string]interface{} `json:"schema_cache"`
// SslMode SSL mode
SslMode *string `json:"ssl_mode,omitempty"`
TenantId openapi_types.UUID `json:"tenant_id"`
UpdatedAt string `json:"updated_at"`
// Username Database username
Username *string `json:"username,omitempty"`
}
DataSourceConnectionPublic Public schema for data source connection responses (password_encrypted excluded).
type DataSourceConnectionUpdate ¶
type DataSourceConnectionUpdate struct {
AgentDsn *string `json:"agent_dsn,omitempty"`
AgentId *openapi_types.UUID `json:"agent_id,omitempty"`
DatabaseName *string `json:"database_name,omitempty"`
Description *string `json:"description,omitempty"`
DsType *string `json:"ds_type,omitempty"`
ExtraOptions *map[string]interface{} `json:"extra_options,omitempty"`
Host *string `json:"host,omitempty"`
Name *string `json:"name,omitempty"`
// Password Plain-text password (encrypted on save)
Password *string `json:"password,omitempty"`
Port *int `json:"port,omitempty"`
SslMode *string `json:"ssl_mode,omitempty"`
Username *string `json:"username,omitempty"`
}
DataSourceConnectionUpdate Properties to receive on data source connection update.
type DataSourcesCreateDataSourceJSONRequestBody ¶
type DataSourcesCreateDataSourceJSONRequestBody = DataSourceConnectionCreate
DataSourcesCreateDataSourceJSONRequestBody defines body for DataSourcesCreateDataSource for application/json ContentType.
type DataSourcesCreateDataSourceParams ¶
type DataSourcesCreateDataSourceParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
DataSourcesCreateDataSourceParams defines parameters for DataSourcesCreateDataSource.
type DataSourcesCreateDataSourceResponse ¶
type DataSourcesCreateDataSourceResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *DataSourceConnectionPublic
JSON422 *HTTPValidationError
}
func ParseDataSourcesCreateDataSourceResponse ¶
func ParseDataSourcesCreateDataSourceResponse(rsp *http.Response) (*DataSourcesCreateDataSourceResponse, error)
ParseDataSourcesCreateDataSourceResponse parses an HTTP response from a DataSourcesCreateDataSourceWithResponse call
func (DataSourcesCreateDataSourceResponse) Status ¶
func (r DataSourcesCreateDataSourceResponse) Status() string
Status returns HTTPResponse.Status
func (DataSourcesCreateDataSourceResponse) StatusCode ¶
func (r DataSourcesCreateDataSourceResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DataSourcesDeleteDataSourceParams ¶
type DataSourcesDeleteDataSourceParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
DataSourcesDeleteDataSourceParams defines parameters for DataSourcesDeleteDataSource.
type DataSourcesDeleteDataSourceResponse ¶
type DataSourcesDeleteDataSourceResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *DeletedResponse
JSON422 *HTTPValidationError
}
func ParseDataSourcesDeleteDataSourceResponse ¶
func ParseDataSourcesDeleteDataSourceResponse(rsp *http.Response) (*DataSourcesDeleteDataSourceResponse, error)
ParseDataSourcesDeleteDataSourceResponse parses an HTTP response from a DataSourcesDeleteDataSourceWithResponse call
func (DataSourcesDeleteDataSourceResponse) Status ¶
func (r DataSourcesDeleteDataSourceResponse) Status() string
Status returns HTTPResponse.Status
func (DataSourcesDeleteDataSourceResponse) StatusCode ¶
func (r DataSourcesDeleteDataSourceResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DataSourcesGetDataSourceParams ¶
type DataSourcesGetDataSourceParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
DataSourcesGetDataSourceParams defines parameters for DataSourcesGetDataSource.
type DataSourcesGetDataSourceResponse ¶
type DataSourcesGetDataSourceResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *DataSourceConnectionPublic
JSON422 *HTTPValidationError
}
func ParseDataSourcesGetDataSourceResponse ¶
func ParseDataSourcesGetDataSourceResponse(rsp *http.Response) (*DataSourcesGetDataSourceResponse, error)
ParseDataSourcesGetDataSourceResponse parses an HTTP response from a DataSourcesGetDataSourceWithResponse call
func (DataSourcesGetDataSourceResponse) Status ¶
func (r DataSourcesGetDataSourceResponse) Status() string
Status returns HTTPResponse.Status
func (DataSourcesGetDataSourceResponse) StatusCode ¶
func (r DataSourcesGetDataSourceResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DataSourcesIntrospectDataSourceParams ¶
type DataSourcesIntrospectDataSourceParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
DataSourcesIntrospectDataSourceParams defines parameters for DataSourcesIntrospectDataSource.
type DataSourcesIntrospectDataSourceResponse ¶
type DataSourcesIntrospectDataSourceResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *map[string]interface{}
JSON422 *HTTPValidationError
}
func ParseDataSourcesIntrospectDataSourceResponse ¶
func ParseDataSourcesIntrospectDataSourceResponse(rsp *http.Response) (*DataSourcesIntrospectDataSourceResponse, error)
ParseDataSourcesIntrospectDataSourceResponse parses an HTTP response from a DataSourcesIntrospectDataSourceWithResponse call
func (DataSourcesIntrospectDataSourceResponse) Status ¶
func (r DataSourcesIntrospectDataSourceResponse) Status() string
Status returns HTTPResponse.Status
func (DataSourcesIntrospectDataSourceResponse) StatusCode ¶
func (r DataSourcesIntrospectDataSourceResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DataSourcesListDataSourcesParams ¶
type DataSourcesListDataSourcesParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
DataSourcesListDataSourcesParams defines parameters for DataSourcesListDataSources.
type DataSourcesListDataSourcesResponse ¶
type DataSourcesListDataSourcesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *map[string]interface{}
JSON422 *HTTPValidationError
}
func ParseDataSourcesListDataSourcesResponse ¶
func ParseDataSourcesListDataSourcesResponse(rsp *http.Response) (*DataSourcesListDataSourcesResponse, error)
ParseDataSourcesListDataSourcesResponse parses an HTTP response from a DataSourcesListDataSourcesWithResponse call
func (DataSourcesListDataSourcesResponse) Status ¶
func (r DataSourcesListDataSourcesResponse) Status() string
Status returns HTTPResponse.Status
func (DataSourcesListDataSourcesResponse) StatusCode ¶
func (r DataSourcesListDataSourcesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DataSourcesTestDataSourceParams ¶
type DataSourcesTestDataSourceParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
DataSourcesTestDataSourceParams defines parameters for DataSourcesTestDataSource.
type DataSourcesTestDataSourceResponse ¶
type DataSourcesTestDataSourceResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *map[string]interface{}
JSON422 *HTTPValidationError
}
func ParseDataSourcesTestDataSourceResponse ¶
func ParseDataSourcesTestDataSourceResponse(rsp *http.Response) (*DataSourcesTestDataSourceResponse, error)
ParseDataSourcesTestDataSourceResponse parses an HTTP response from a DataSourcesTestDataSourceWithResponse call
func (DataSourcesTestDataSourceResponse) Status ¶
func (r DataSourcesTestDataSourceResponse) Status() string
Status returns HTTPResponse.Status
func (DataSourcesTestDataSourceResponse) StatusCode ¶
func (r DataSourcesTestDataSourceResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DataSourcesUpdateDataSourceJSONRequestBody ¶
type DataSourcesUpdateDataSourceJSONRequestBody = DataSourceConnectionUpdate
DataSourcesUpdateDataSourceJSONRequestBody defines body for DataSourcesUpdateDataSource for application/json ContentType.
type DataSourcesUpdateDataSourceParams ¶
type DataSourcesUpdateDataSourceParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
DataSourcesUpdateDataSourceParams defines parameters for DataSourcesUpdateDataSource.
type DataSourcesUpdateDataSourceResponse ¶
type DataSourcesUpdateDataSourceResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *DataSourceConnectionPublic
JSON422 *HTTPValidationError
}
func ParseDataSourcesUpdateDataSourceResponse ¶
func ParseDataSourcesUpdateDataSourceResponse(rsp *http.Response) (*DataSourcesUpdateDataSourceResponse, error)
ParseDataSourcesUpdateDataSourceResponse parses an HTTP response from a DataSourcesUpdateDataSourceWithResponse call
func (DataSourcesUpdateDataSourceResponse) Status ¶
func (r DataSourcesUpdateDataSourceResponse) Status() string
Status returns HTTPResponse.Status
func (DataSourcesUpdateDataSourceResponse) StatusCode ¶
func (r DataSourcesUpdateDataSourceResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DeletedResponse ¶
type DeletedResponse struct {
DeletionGroupId openapi_types.UUID `json:"deletion_group_id"`
Message string `json:"message"`
}
DeletedResponse Response shape for delete endpoints that want clients to drive undo.
`deletion_group_id` is the uuid that tags every row captured by the `platform.capture_entity_deletion` trigger during this request's transaction. Frontends push it onto the undo stack so `cmd+z` can call `POST /entity-history/{group_id}/restore` without a follow-up roundtrip.
type DemoConfigResponse ¶
type DemoConfigResponse struct {
DemoEnabled bool `json:"demo_enabled"`
DemoExpiryHours int `json:"demo_expiry_hours"`
MaxDevicesPerDemo int `json:"max_devices_per_demo"`
}
DemoConfigResponse Response with demo configuration.
type DemoEndDemoParams ¶
type DemoEndDemoParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
DemoEndDemoParams defines parameters for DemoEndDemo.
type DemoEndDemoResponse ¶
type DemoEndDemoResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *map[string]interface{}
JSON422 *HTTPValidationError
}
func ParseDemoEndDemoResponse ¶
func ParseDemoEndDemoResponse(rsp *http.Response) (*DemoEndDemoResponse, error)
ParseDemoEndDemoResponse parses an HTTP response from a DemoEndDemoWithResponse call
func (DemoEndDemoResponse) Status ¶
func (r DemoEndDemoResponse) Status() string
Status returns HTTPResponse.Status
func (DemoEndDemoResponse) StatusCode ¶
func (r DemoEndDemoResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DemoGetDemoConfigResponse ¶
type DemoGetDemoConfigResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *DemoConfigResponse
}
func ParseDemoGetDemoConfigResponse ¶
func ParseDemoGetDemoConfigResponse(rsp *http.Response) (*DemoGetDemoConfigResponse, error)
ParseDemoGetDemoConfigResponse parses an HTTP response from a DemoGetDemoConfigWithResponse call
func (DemoGetDemoConfigResponse) Status ¶
func (r DemoGetDemoConfigResponse) Status() string
Status returns HTTPResponse.Status
func (DemoGetDemoConfigResponse) StatusCode ¶
func (r DemoGetDemoConfigResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DemoGetDemoStatsParams ¶
type DemoGetDemoStatsParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
DemoGetDemoStatsParams defines parameters for DemoGetDemoStats.
type DemoGetDemoStatsResponse ¶
type DemoGetDemoStatsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *DemoStatsResponse
JSON422 *HTTPValidationError
}
func ParseDemoGetDemoStatsResponse ¶
func ParseDemoGetDemoStatsResponse(rsp *http.Response) (*DemoGetDemoStatsResponse, error)
ParseDemoGetDemoStatsResponse parses an HTTP response from a DemoGetDemoStatsWithResponse call
func (DemoGetDemoStatsResponse) Status ¶
func (r DemoGetDemoStatsResponse) Status() string
Status returns HTTPResponse.Status
func (DemoGetDemoStatsResponse) StatusCode ¶
func (r DemoGetDemoStatsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DemoGetDemoStatusParams ¶
type DemoGetDemoStatusParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
DemoGetDemoStatusParams defines parameters for DemoGetDemoStatus.
type DemoGetDemoStatusResponse ¶
type DemoGetDemoStatusResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *DemoStatusResponse
JSON422 *HTTPValidationError
}
func ParseDemoGetDemoStatusResponse ¶
func ParseDemoGetDemoStatusResponse(rsp *http.Response) (*DemoGetDemoStatusResponse, error)
ParseDemoGetDemoStatusResponse parses an HTTP response from a DemoGetDemoStatusWithResponse call
func (DemoGetDemoStatusResponse) Status ¶
func (r DemoGetDemoStatusResponse) Status() string
Status returns HTTPResponse.Status
func (DemoGetDemoStatusResponse) StatusCode ¶
func (r DemoGetDemoStatusResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DemoGetMockDeviceStatesParams ¶
type DemoGetMockDeviceStatesParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
DemoGetMockDeviceStatesParams defines parameters for DemoGetMockDeviceStates.
type DemoGetMockDeviceStatesResponse ¶
type DemoGetMockDeviceStatesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *map[string]interface{}
JSON422 *HTTPValidationError
}
func ParseDemoGetMockDeviceStatesResponse ¶
func ParseDemoGetMockDeviceStatesResponse(rsp *http.Response) (*DemoGetMockDeviceStatesResponse, error)
ParseDemoGetMockDeviceStatesResponse parses an HTTP response from a DemoGetMockDeviceStatesWithResponse call
func (DemoGetMockDeviceStatesResponse) Status ¶
func (r DemoGetMockDeviceStatesResponse) Status() string
Status returns HTTPResponse.Status
func (DemoGetMockDeviceStatesResponse) StatusCode ¶
func (r DemoGetMockDeviceStatesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DemoStartDemoJSONRequestBody ¶
type DemoStartDemoJSONRequestBody = DemoStartRequest
DemoStartDemoJSONRequestBody defines body for DemoStartDemo for application/json ContentType.
type DemoStartDemoResponse ¶
type DemoStartDemoResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *DemoStartResponse
JSON422 *HTTPValidationError
}
func ParseDemoStartDemoResponse ¶
func ParseDemoStartDemoResponse(rsp *http.Response) (*DemoStartDemoResponse, error)
ParseDemoStartDemoResponse parses an HTTP response from a DemoStartDemoWithResponse call
func (DemoStartDemoResponse) Status ¶
func (r DemoStartDemoResponse) Status() string
Status returns HTTPResponse.Status
func (DemoStartDemoResponse) StatusCode ¶
func (r DemoStartDemoResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DemoStartRequest ¶
type DemoStartRequest struct {
Auth0Sub string `json:"auth0_sub"`
Email openapi_types.Email `json:"email"`
IsTest *bool `json:"is_test,omitempty"`
}
DemoStartRequest Request to start a new demo session.
type DemoStartResponse ¶
type DemoStartResponse struct {
Auth0OrgId *string `json:"auth0_org_id,omitempty"`
ExpiresAt *time.Time `json:"expires_at,omitempty"`
InternalId *string `json:"internal_id,omitempty"`
LoginUrl *string `json:"login_url,omitempty"`
Message string `json:"message"`
MockDevices *[]map[string]interface{} `json:"mock_devices,omitempty"`
Success bool `json:"success"`
TenantId *openapi_types.UUID `json:"tenant_id,omitempty"`
}
DemoStartResponse Response after starting a demo session.
type DemoStatsResponse ¶
type DemoStatsResponse struct {
ActiveDemos int `json:"active_demos"`
DemoExpiryHours int `json:"demo_expiry_hours"`
ExpiredPendingCleanup int `json:"expired_pending_cleanup"`
MaxDevicesPerDemo int `json:"max_devices_per_demo"`
MockSimulatorActiveDevices int `json:"mock_simulator_active_devices"`
TotalDemosCreated int `json:"total_demos_created"`
}
DemoStatsResponse Response for demo statistics (admin only).
type DemoStatusResponse ¶
type DemoStatusResponse struct {
ExpiresAt *time.Time `json:"expires_at,omitempty"`
IsDemo bool `json:"is_demo"`
MockDevices *[]map[string]interface{} `json:"mock_devices,omitempty"`
TenantId *openapi_types.UUID `json:"tenant_id,omitempty"`
TimeRemainingSeconds *int `json:"time_remaining_seconds,omitempty"`
}
DemoStatusResponse Response for demo session status.
type DemoTriggerDemoCleanupParams ¶
type DemoTriggerDemoCleanupParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
DemoTriggerDemoCleanupParams defines parameters for DemoTriggerDemoCleanup.
type DemoTriggerDemoCleanupResponse ¶
type DemoTriggerDemoCleanupResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *map[string]interface{}
JSON422 *HTTPValidationError
}
func ParseDemoTriggerDemoCleanupResponse ¶
func ParseDemoTriggerDemoCleanupResponse(rsp *http.Response) (*DemoTriggerDemoCleanupResponse, error)
ParseDemoTriggerDemoCleanupResponse parses an HTTP response from a DemoTriggerDemoCleanupWithResponse call
func (DemoTriggerDemoCleanupResponse) Status ¶
func (r DemoTriggerDemoCleanupResponse) Status() string
Status returns HTTPResponse.Status
func (DemoTriggerDemoCleanupResponse) StatusCode ¶
func (r DemoTriggerDemoCleanupResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type Detection ¶
type Detection struct {
Bbox *[]float32 `json:"bbox,omitempty"`
Confidence *float32 `json:"confidence,omitempty"`
Label *string `json:"label,omitempty"`
TrackId *int `json:"track_id,omitempty"`
}
Detection A single tracked detection at the frame's instant.
Mirrors the annotation overlay contract: bbox is `[x1, y1, x2, y2]` in normalized 0..1 corner coordinates. Fields are optional because edge-device payloads can be inconsistent across pipeline versions; the frontend overlay tolerates missing components.
type DetectionDigest ¶
type DetectionDigest struct {
ActiveTracks []ActiveTrack `json:"active_tracks"`
// Counts Aggregated detection counts.
Counts DetectionDigestCounts `json:"counts"`
Pipeline string `json:"pipeline"`
SessionId string `json:"session_id"`
Timestamp float32 `json:"timestamp"`
}
DetectionDigest Detection digest from a device.
type DetectionDigestCounts ¶
type DetectionDigestCounts struct {
ByLabel map[string]int `json:"by_label"`
Total int `json:"total"`
}
DetectionDigestCounts Aggregated detection counts.
type DetectionSource ¶
type DetectionSource string
DetectionSource Detection prompt source for SAM3-LiteText pipeline.
const ( AnnotationProject DetectionSource = "annotation_project" TextPrompts DetectionSource = "text_prompts" )
Defines values for DetectionSource.
func (DetectionSource) Valid ¶
func (e DetectionSource) Valid() bool
Valid indicates whether the value is a known member of the DetectionSource enum.
type DetectionStatus ¶
type DetectionStatus struct {
DeviceId string `json:"device_id"`
LatestDetection *map[string]interface{} `json:"latest_detection,omitempty"`
ObjectDetectionEnabled bool `json:"object_detection_enabled"`
Source *string `json:"source,omitempty"`
TotalDetections int `json:"total_detections"`
}
DetectionStatus Object detection status response.
type DetectionSummary ¶
type DetectionSummary struct {
AvgInferenceTime *float32 `json:"avg_inference_time,omitempty"`
DetectionEvents *int `json:"detection_events,omitempty"`
TotalDetections *int `json:"total_detections,omitempty"`
}
DetectionSummary defines model for DetectionSummary.
type DetectionTrendPoint ¶
type DetectionTrendPoint struct {
AvgInferenceTime *float32 `json:"avg_inference_time,omitempty"`
DeviceId string `json:"device_id"`
EventCount int `json:"event_count"`
Time time.Time `json:"time"`
TotalDetections *int `json:"total_detections,omitempty"`
}
DetectionTrendPoint Time-bucketed detection trend row.
type DetectionTrendsResponse ¶
type DetectionTrendsResponse struct {
Data []DetectionTrendPoint `json:"data"`
Hours int `json:"hours"`
Interval string `json:"interval"`
}
DetectionTrendsResponse defines model for DetectionTrendsResponse.
type DetectionTypeStat ¶
type DetectionTypeStat struct {
AvgConfidence *float32 `json:"avg_confidence,omitempty"`
Count int `json:"count"`
Label string `json:"label"`
}
DetectionTypeStat One detection label with its count and average confidence.
type DetectionTypesResponse ¶
type DetectionTypesResponse struct {
Data []DetectionTypeStat `json:"data"`
Hours int `json:"hours"`
}
DetectionTypesResponse defines model for DetectionTypesResponse.
type DeviceControl ¶
type DeviceControl struct {
Command string `json:"command"`
Parameters *map[string]interface{} `json:"parameters,omitempty"`
}
DeviceControl Device control command.
type DeviceCreate ¶
type DeviceCreate struct {
Configuration *map[string]interface{} `json:"configuration,omitempty"`
// DeviceGroupId The device group this device belongs to
DeviceGroupId openapi_types.UUID `json:"device_group_id"`
DeviceType *string `json:"device_type,omitempty"`
// LocationId The location this device belongs to (line or unit level)
LocationId openapi_types.UUID `json:"location_id"`
Name string `json:"name"`
Status *string `json:"status,omitempty"`
}
DeviceCreate Properties to receive on device creation.
type DeviceGroupCreate ¶
type DeviceGroupCreate struct {
// Description Optional description
Description *string `json:"description,omitempty"`
// Name Display name for the device group
Name string `json:"name"`
}
DeviceGroupCreate Properties to receive on device group creation.
type DeviceGroupPublic ¶
type DeviceGroupPublic struct {
CreatedAt time.Time `json:"created_at"`
// Description Optional description
Description *string `json:"description,omitempty"`
Id openapi_types.UUID `json:"id"`
// Name Display name for the device group
Name string `json:"name"`
TenantId openapi_types.UUID `json:"tenant_id"`
UpdatedAt time.Time `json:"updated_at"`
}
DeviceGroupPublic Public schema for device group responses.
type DeviceGroupUpdate ¶
type DeviceGroupUpdate struct {
Description *string `json:"description,omitempty"`
Name *string `json:"name,omitempty"`
}
DeviceGroupUpdate Properties to receive on device group update.
type DeviceGroupsCreateDeviceGroupJSONRequestBody ¶
type DeviceGroupsCreateDeviceGroupJSONRequestBody = DeviceGroupCreate
DeviceGroupsCreateDeviceGroupJSONRequestBody defines body for DeviceGroupsCreateDeviceGroup for application/json ContentType.
type DeviceGroupsCreateDeviceGroupParams ¶
type DeviceGroupsCreateDeviceGroupParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
DeviceGroupsCreateDeviceGroupParams defines parameters for DeviceGroupsCreateDeviceGroup.
type DeviceGroupsCreateDeviceGroupResponse ¶
type DeviceGroupsCreateDeviceGroupResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *DeviceGroupPublic
JSON422 *HTTPValidationError
}
func ParseDeviceGroupsCreateDeviceGroupResponse ¶
func ParseDeviceGroupsCreateDeviceGroupResponse(rsp *http.Response) (*DeviceGroupsCreateDeviceGroupResponse, error)
ParseDeviceGroupsCreateDeviceGroupResponse parses an HTTP response from a DeviceGroupsCreateDeviceGroupWithResponse call
func (DeviceGroupsCreateDeviceGroupResponse) Status ¶
func (r DeviceGroupsCreateDeviceGroupResponse) Status() string
Status returns HTTPResponse.Status
func (DeviceGroupsCreateDeviceGroupResponse) StatusCode ¶
func (r DeviceGroupsCreateDeviceGroupResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DeviceGroupsDeleteDeviceGroupParams ¶
type DeviceGroupsDeleteDeviceGroupParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
DeviceGroupsDeleteDeviceGroupParams defines parameters for DeviceGroupsDeleteDeviceGroup.
type DeviceGroupsDeleteDeviceGroupResponse ¶
type DeviceGroupsDeleteDeviceGroupResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *DeletedResponse
JSON422 *HTTPValidationError
}
func ParseDeviceGroupsDeleteDeviceGroupResponse ¶
func ParseDeviceGroupsDeleteDeviceGroupResponse(rsp *http.Response) (*DeviceGroupsDeleteDeviceGroupResponse, error)
ParseDeviceGroupsDeleteDeviceGroupResponse parses an HTTP response from a DeviceGroupsDeleteDeviceGroupWithResponse call
func (DeviceGroupsDeleteDeviceGroupResponse) Status ¶
func (r DeviceGroupsDeleteDeviceGroupResponse) Status() string
Status returns HTTPResponse.Status
func (DeviceGroupsDeleteDeviceGroupResponse) StatusCode ¶
func (r DeviceGroupsDeleteDeviceGroupResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DeviceGroupsGetDeviceGroupParams ¶
type DeviceGroupsGetDeviceGroupParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
DeviceGroupsGetDeviceGroupParams defines parameters for DeviceGroupsGetDeviceGroup.
type DeviceGroupsGetDeviceGroupResponse ¶
type DeviceGroupsGetDeviceGroupResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *DeviceGroupPublic
JSON422 *HTTPValidationError
}
func ParseDeviceGroupsGetDeviceGroupResponse ¶
func ParseDeviceGroupsGetDeviceGroupResponse(rsp *http.Response) (*DeviceGroupsGetDeviceGroupResponse, error)
ParseDeviceGroupsGetDeviceGroupResponse parses an HTTP response from a DeviceGroupsGetDeviceGroupWithResponse call
func (DeviceGroupsGetDeviceGroupResponse) Status ¶
func (r DeviceGroupsGetDeviceGroupResponse) Status() string
Status returns HTTPResponse.Status
func (DeviceGroupsGetDeviceGroupResponse) StatusCode ¶
func (r DeviceGroupsGetDeviceGroupResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DeviceGroupsListDeviceGroupsParams ¶
type DeviceGroupsListDeviceGroupsParams struct {
Skip *int `form:"skip,omitempty" json:"skip,omitempty"`
Limit *int `form:"limit,omitempty" json:"limit,omitempty"`
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
DeviceGroupsListDeviceGroupsParams defines parameters for DeviceGroupsListDeviceGroups.
type DeviceGroupsListDeviceGroupsResponse ¶
type DeviceGroupsListDeviceGroupsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *DeviceGroupsPublic
JSON422 *HTTPValidationError
}
func ParseDeviceGroupsListDeviceGroupsResponse ¶
func ParseDeviceGroupsListDeviceGroupsResponse(rsp *http.Response) (*DeviceGroupsListDeviceGroupsResponse, error)
ParseDeviceGroupsListDeviceGroupsResponse parses an HTTP response from a DeviceGroupsListDeviceGroupsWithResponse call
func (DeviceGroupsListDeviceGroupsResponse) Status ¶
func (r DeviceGroupsListDeviceGroupsResponse) Status() string
Status returns HTTPResponse.Status
func (DeviceGroupsListDeviceGroupsResponse) StatusCode ¶
func (r DeviceGroupsListDeviceGroupsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DeviceGroupsPublic ¶
type DeviceGroupsPublic struct {
Count int `json:"count"`
Data []DeviceGroupPublic `json:"data"`
}
DeviceGroupsPublic Schema for listing device groups.
type DeviceGroupsUpdateDeviceGroupJSONRequestBody ¶
type DeviceGroupsUpdateDeviceGroupJSONRequestBody = DeviceGroupUpdate
DeviceGroupsUpdateDeviceGroupJSONRequestBody defines body for DeviceGroupsUpdateDeviceGroup for application/json ContentType.
type DeviceGroupsUpdateDeviceGroupParams ¶
type DeviceGroupsUpdateDeviceGroupParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
DeviceGroupsUpdateDeviceGroupParams defines parameters for DeviceGroupsUpdateDeviceGroup.
type DeviceGroupsUpdateDeviceGroupResponse ¶
type DeviceGroupsUpdateDeviceGroupResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *DeviceGroupPublic
JSON422 *HTTPValidationError
}
func ParseDeviceGroupsUpdateDeviceGroupResponse ¶
func ParseDeviceGroupsUpdateDeviceGroupResponse(rsp *http.Response) (*DeviceGroupsUpdateDeviceGroupResponse, error)
ParseDeviceGroupsUpdateDeviceGroupResponse parses an HTTP response from a DeviceGroupsUpdateDeviceGroupWithResponse call
func (DeviceGroupsUpdateDeviceGroupResponse) Status ¶
func (r DeviceGroupsUpdateDeviceGroupResponse) Status() string
Status returns HTTPResponse.Status
func (DeviceGroupsUpdateDeviceGroupResponse) StatusCode ¶
func (r DeviceGroupsUpdateDeviceGroupResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DeviceHealth ¶
type DeviceHealth struct {
ConnectionStatus string `json:"connection_status"`
ErrorMessage *string `json:"error_message,omitempty"`
LastCheck time.Time `json:"last_check"`
Status string `json:"status"`
}
DeviceHealth Schema for device health status.
type DeviceHealthPoint ¶
type DeviceHealthPoint struct {
AvgCpu *float32 `json:"avg_cpu,omitempty"`
AvgFps *float32 `json:"avg_fps,omitempty"`
AvgGpu *float32 `json:"avg_gpu,omitempty"`
AvgMemory *float32 `json:"avg_memory,omitempty"`
AvgTemperature *float32 `json:"avg_temperature,omitempty"`
DeviceId string `json:"device_id"`
MaxCpu *float32 `json:"max_cpu,omitempty"`
MaxMemory *float32 `json:"max_memory,omitempty"`
MaxTemperature *float32 `json:"max_temperature,omitempty"`
MqttDeviceId *string `json:"mqtt_device_id,omitempty"`
Time time.Time `json:"time"`
}
DeviceHealthPoint Time-bucketed device health metrics.
type DeviceHealthResponse ¶
type DeviceHealthResponse struct {
Data []DeviceHealthPoint `json:"data"`
Hours int `json:"hours"`
Interval string `json:"interval"`
}
DeviceHealthResponse defines model for DeviceHealthResponse.
type DevicePerformanceResponse ¶
type DevicePerformanceResponse struct {
Data []DevicePerformanceRow `json:"data"`
Hours int `json:"hours"`
}
DevicePerformanceResponse defines model for DevicePerformanceResponse.
type DevicePerformanceRow ¶
type DevicePerformanceRow struct {
AvgCpu *float32 `json:"avg_cpu,omitempty"`
AvgFps *float32 `json:"avg_fps,omitempty"`
AvgGpu *float32 `json:"avg_gpu,omitempty"`
AvgMemory *float32 `json:"avg_memory,omitempty"`
AvgTemperature *float32 `json:"avg_temperature,omitempty"`
DeviceId string `json:"device_id"`
FramesProcessed *int `json:"frames_processed,omitempty"`
MaxTemperature *float32 `json:"max_temperature,omitempty"`
MqttDeviceId *string `json:"mqtt_device_id,omitempty"`
TotalDetections *int `json:"total_detections,omitempty"`
}
DevicePerformanceRow Per-device performance summary over a window.
type DevicePublic ¶
type DevicePublic struct {
AnnotationSyncVersion *string `json:"annotation_sync_version,omitempty"`
Configuration *map[string]interface{} `json:"configuration,omitempty"`
CpuPercent *float32 `json:"cpu_percent,omitempty"`
CreatedAt string `json:"created_at"`
CreatedById *openapi_types.UUID `json:"created_by_id"`
DeviceGroupId openapi_types.UUID `json:"device_group_id"`
DeviceType *string `json:"device_type,omitempty"`
GpuPercent *float32 `json:"gpu_percent,omitempty"`
Id openapi_types.UUID `json:"id"`
LastSyncAt *string `json:"last_sync_at,omitempty"`
LocationId openapi_types.UUID `json:"location_id"`
MemoryPercent *float32 `json:"memory_percent,omitempty"`
ModelInventory *map[string]interface{} `json:"model_inventory,omitempty"`
ModelSyncVersion *string `json:"model_sync_version,omitempty"`
Name string `json:"name"`
Status *string `json:"status,omitempty"`
Temperature *float32 `json:"temperature,omitempty"`
TenantId openapi_types.UUID `json:"tenant_id"`
UpdatedAt string `json:"updated_at"`
}
DevicePublic Public schema for device responses.
type DeviceSyncStatus ¶
type DeviceSyncStatus struct {
AnnotationSyncVersion *string `json:"annotation_sync_version"`
IsSynced bool `json:"is_synced"`
LastSyncAt *string `json:"last_sync_at"`
LatestAnnotationVersion *string `json:"latest_annotation_version"`
LatestModelVersion *string `json:"latest_model_version"`
ModelSyncVersion *string `json:"model_sync_version"`
}
DeviceSyncStatus Snapshot of a device's annotation/model sync state.
type DeviceTestResult ¶
type DeviceTestResult struct {
Details *map[string]interface{} `json:"details,omitempty"`
Message string `json:"message"`
Success bool `json:"success"`
}
DeviceTestResult Schema for device test results.
type DeviceUpdate ¶
type DeviceUpdate struct {
Configuration *map[string]interface{} `json:"configuration,omitempty"`
DeviceType *string `json:"device_type,omitempty"`
// LocationId Assign device to a location (line or unit level)
LocationId *openapi_types.UUID `json:"location_id,omitempty"`
Name *string `json:"name,omitempty"`
Status *string `json:"status,omitempty"`
}
DeviceUpdate Properties to receive on device update.
type DevicesCheckDeviceHealthParams ¶
type DevicesCheckDeviceHealthParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
DevicesCheckDeviceHealthParams defines parameters for DevicesCheckDeviceHealth.
type DevicesCheckDeviceHealthResponse ¶
type DevicesCheckDeviceHealthResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *DeviceHealth
JSON422 *HTTPValidationError
}
func ParseDevicesCheckDeviceHealthResponse ¶
func ParseDevicesCheckDeviceHealthResponse(rsp *http.Response) (*DevicesCheckDeviceHealthResponse, error)
ParseDevicesCheckDeviceHealthResponse parses an HTTP response from a DevicesCheckDeviceHealthWithResponse call
func (DevicesCheckDeviceHealthResponse) Status ¶
func (r DevicesCheckDeviceHealthResponse) Status() string
Status returns HTTPResponse.Status
func (DevicesCheckDeviceHealthResponse) StatusCode ¶
func (r DevicesCheckDeviceHealthResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DevicesCreateDeviceJSONRequestBody ¶
type DevicesCreateDeviceJSONRequestBody = DeviceCreate
DevicesCreateDeviceJSONRequestBody defines body for DevicesCreateDevice for application/json ContentType.
type DevicesCreateDeviceParams ¶
type DevicesCreateDeviceParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
DevicesCreateDeviceParams defines parameters for DevicesCreateDevice.
type DevicesCreateDeviceResponse ¶
type DevicesCreateDeviceResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *DevicePublic
JSON422 *HTTPValidationError
}
func ParseDevicesCreateDeviceResponse ¶
func ParseDevicesCreateDeviceResponse(rsp *http.Response) (*DevicesCreateDeviceResponse, error)
ParseDevicesCreateDeviceResponse parses an HTTP response from a DevicesCreateDeviceWithResponse call
func (DevicesCreateDeviceResponse) Status ¶
func (r DevicesCreateDeviceResponse) Status() string
Status returns HTTPResponse.Status
func (DevicesCreateDeviceResponse) StatusCode ¶
func (r DevicesCreateDeviceResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DevicesDeleteDeviceParams ¶
type DevicesDeleteDeviceParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
DevicesDeleteDeviceParams defines parameters for DevicesDeleteDevice.
type DevicesDeleteDeviceResponse ¶
type DevicesDeleteDeviceResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *Message
JSON422 *HTTPValidationError
}
func ParseDevicesDeleteDeviceResponse ¶
func ParseDevicesDeleteDeviceResponse(rsp *http.Response) (*DevicesDeleteDeviceResponse, error)
ParseDevicesDeleteDeviceResponse parses an HTTP response from a DevicesDeleteDeviceWithResponse call
func (DevicesDeleteDeviceResponse) Status ¶
func (r DevicesDeleteDeviceResponse) Status() string
Status returns HTTPResponse.Status
func (DevicesDeleteDeviceResponse) StatusCode ¶
func (r DevicesDeleteDeviceResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DevicesDiscoverDevicesParams ¶
type DevicesDiscoverDevicesParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
DevicesDiscoverDevicesParams defines parameters for DevicesDiscoverDevices.
type DevicesDiscoverDevicesResponse ¶
type DevicesDiscoverDevicesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *[]DiscoveredDevice
JSON422 *HTTPValidationError
}
func ParseDevicesDiscoverDevicesResponse ¶
func ParseDevicesDiscoverDevicesResponse(rsp *http.Response) (*DevicesDiscoverDevicesResponse, error)
ParseDevicesDiscoverDevicesResponse parses an HTTP response from a DevicesDiscoverDevicesWithResponse call
func (DevicesDiscoverDevicesResponse) Status ¶
func (r DevicesDiscoverDevicesResponse) Status() string
Status returns HTTPResponse.Status
func (DevicesDiscoverDevicesResponse) StatusCode ¶
func (r DevicesDiscoverDevicesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DevicesGetDeviceParams ¶
type DevicesGetDeviceParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
DevicesGetDeviceParams defines parameters for DevicesGetDevice.
type DevicesGetDeviceResponse ¶
type DevicesGetDeviceResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *DevicePublic
JSON422 *HTTPValidationError
}
func ParseDevicesGetDeviceResponse ¶
func ParseDevicesGetDeviceResponse(rsp *http.Response) (*DevicesGetDeviceResponse, error)
ParseDevicesGetDeviceResponse parses an HTTP response from a DevicesGetDeviceWithResponse call
func (DevicesGetDeviceResponse) Status ¶
func (r DevicesGetDeviceResponse) Status() string
Status returns HTTPResponse.Status
func (DevicesGetDeviceResponse) StatusCode ¶
func (r DevicesGetDeviceResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DevicesGetDeviceSyncStatusParams ¶
type DevicesGetDeviceSyncStatusParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
DevicesGetDeviceSyncStatusParams defines parameters for DevicesGetDeviceSyncStatus.
type DevicesGetDeviceSyncStatusResponse ¶
type DevicesGetDeviceSyncStatusResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *DeviceSyncStatus
JSON422 *HTTPValidationError
}
func ParseDevicesGetDeviceSyncStatusResponse ¶
func ParseDevicesGetDeviceSyncStatusResponse(rsp *http.Response) (*DevicesGetDeviceSyncStatusResponse, error)
ParseDevicesGetDeviceSyncStatusResponse parses an HTTP response from a DevicesGetDeviceSyncStatusWithResponse call
func (DevicesGetDeviceSyncStatusResponse) Status ¶
func (r DevicesGetDeviceSyncStatusResponse) Status() string
Status returns HTTPResponse.Status
func (DevicesGetDeviceSyncStatusResponse) StatusCode ¶
func (r DevicesGetDeviceSyncStatusResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DevicesListDevicesParams ¶
type DevicesListDevicesParams struct {
Skip *int `form:"skip,omitempty" json:"skip,omitempty"`
Limit *int `form:"limit,omitempty" json:"limit,omitempty"`
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
DevicesListDevicesParams defines parameters for DevicesListDevices.
type DevicesListDevicesResponse ¶
type DevicesListDevicesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *DevicesPublic
JSON422 *HTTPValidationError
}
func ParseDevicesListDevicesResponse ¶
func ParseDevicesListDevicesResponse(rsp *http.Response) (*DevicesListDevicesResponse, error)
ParseDevicesListDevicesResponse parses an HTTP response from a DevicesListDevicesWithResponse call
func (DevicesListDevicesResponse) Status ¶
func (r DevicesListDevicesResponse) Status() string
Status returns HTTPResponse.Status
func (DevicesListDevicesResponse) StatusCode ¶
func (r DevicesListDevicesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DevicesPublic ¶
type DevicesPublic struct {
Count int `json:"count"`
Data []DevicePublic `json:"data"`
}
DevicesPublic Schema for listing devices.
type DevicesPushModelToDeviceParams ¶
type DevicesPushModelToDeviceParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
DevicesPushModelToDeviceParams defines parameters for DevicesPushModelToDevice.
type DevicesPushModelToDeviceResponse ¶
type DevicesPushModelToDeviceResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *Message
JSON422 *HTTPValidationError
}
func ParseDevicesPushModelToDeviceResponse ¶
func ParseDevicesPushModelToDeviceResponse(rsp *http.Response) (*DevicesPushModelToDeviceResponse, error)
ParseDevicesPushModelToDeviceResponse parses an HTTP response from a DevicesPushModelToDeviceWithResponse call
func (DevicesPushModelToDeviceResponse) Status ¶
func (r DevicesPushModelToDeviceResponse) Status() string
Status returns HTTPResponse.Status
func (DevicesPushModelToDeviceResponse) StatusCode ¶
func (r DevicesPushModelToDeviceResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DevicesTestDeviceConnectionParams ¶
type DevicesTestDeviceConnectionParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
DevicesTestDeviceConnectionParams defines parameters for DevicesTestDeviceConnection.
type DevicesTestDeviceConnectionResponse ¶
type DevicesTestDeviceConnectionResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *DeviceTestResult
JSON422 *HTTPValidationError
}
func ParseDevicesTestDeviceConnectionResponse ¶
func ParseDevicesTestDeviceConnectionResponse(rsp *http.Response) (*DevicesTestDeviceConnectionResponse, error)
ParseDevicesTestDeviceConnectionResponse parses an HTTP response from a DevicesTestDeviceConnectionWithResponse call
func (DevicesTestDeviceConnectionResponse) Status ¶
func (r DevicesTestDeviceConnectionResponse) Status() string
Status returns HTTPResponse.Status
func (DevicesTestDeviceConnectionResponse) StatusCode ¶
func (r DevicesTestDeviceConnectionResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DevicesTriggerDeviceSyncParams ¶
type DevicesTriggerDeviceSyncParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
DevicesTriggerDeviceSyncParams defines parameters for DevicesTriggerDeviceSync.
type DevicesTriggerDeviceSyncResponse ¶
type DevicesTriggerDeviceSyncResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *Message
JSON422 *HTTPValidationError
}
func ParseDevicesTriggerDeviceSyncResponse ¶
func ParseDevicesTriggerDeviceSyncResponse(rsp *http.Response) (*DevicesTriggerDeviceSyncResponse, error)
ParseDevicesTriggerDeviceSyncResponse parses an HTTP response from a DevicesTriggerDeviceSyncWithResponse call
func (DevicesTriggerDeviceSyncResponse) Status ¶
func (r DevicesTriggerDeviceSyncResponse) Status() string
Status returns HTTPResponse.Status
func (DevicesTriggerDeviceSyncResponse) StatusCode ¶
func (r DevicesTriggerDeviceSyncResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DevicesUpdateDeviceJSONRequestBody ¶
type DevicesUpdateDeviceJSONRequestBody = DeviceUpdate
DevicesUpdateDeviceJSONRequestBody defines body for DevicesUpdateDevice for application/json ContentType.
type DevicesUpdateDeviceParams ¶
type DevicesUpdateDeviceParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
DevicesUpdateDeviceParams defines parameters for DevicesUpdateDevice.
type DevicesUpdateDeviceResponse ¶
type DevicesUpdateDeviceResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *DevicePublic
JSON422 *HTTPValidationError
}
func ParseDevicesUpdateDeviceResponse ¶
func ParseDevicesUpdateDeviceResponse(rsp *http.Response) (*DevicesUpdateDeviceResponse, error)
ParseDevicesUpdateDeviceResponse parses an HTTP response from a DevicesUpdateDeviceWithResponse call
func (DevicesUpdateDeviceResponse) Status ¶
func (r DevicesUpdateDeviceResponse) Status() string
Status returns HTTPResponse.Status
func (DevicesUpdateDeviceResponse) StatusCode ¶
func (r DevicesUpdateDeviceResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DiscoverModelsRequest ¶
type DiscoverModelsRequest struct {
ApiKey *string `json:"api_key,omitempty"`
BaseUrl *string `json:"base_url,omitempty"`
ProviderType string `json:"provider_type"`
}
DiscoverModelsRequest defines model for DiscoverModelsRequest.
type DiscoverModelsResponse ¶
type DiscoverModelsResponse struct {
Models []string `json:"models"`
}
DiscoverModelsResponse defines model for DiscoverModelsResponse.
type DiscoveredDevice ¶
type DiscoveredDevice struct {
Capabilities map[string]interface{} `json:"capabilities"`
DeviceId string `json:"device_id"`
DeviceType string `json:"device_type"`
IsAvailable bool `json:"is_available"`
Name string `json:"name"`
}
DiscoveredDevice Schema for discovered devices.
type EntityHistoryListRecentParams ¶
type EntityHistoryListRecentParams struct {
Limit *int `form:"limit,omitempty" json:"limit,omitempty"`
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
EntityHistoryListRecentParams defines parameters for EntityHistoryListRecent.
type EntityHistoryListRecentResponse ¶
type EntityHistoryListRecentResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *RecentDeletionsResponse
JSON422 *HTTPValidationError
}
func ParseEntityHistoryListRecentResponse ¶
func ParseEntityHistoryListRecentResponse(rsp *http.Response) (*EntityHistoryListRecentResponse, error)
ParseEntityHistoryListRecentResponse parses an HTTP response from a EntityHistoryListRecentWithResponse call
func (EntityHistoryListRecentResponse) Status ¶
func (r EntityHistoryListRecentResponse) Status() string
Status returns HTTPResponse.Status
func (EntityHistoryListRecentResponse) StatusCode ¶
func (r EntityHistoryListRecentResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type EntityHistoryRestoreParams ¶
type EntityHistoryRestoreParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
EntityHistoryRestoreParams defines parameters for EntityHistoryRestore.
type EntityHistoryRestoreResponse ¶
type EntityHistoryRestoreResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *RestoreResponse
JSON422 *HTTPValidationError
}
func ParseEntityHistoryRestoreResponse ¶
func ParseEntityHistoryRestoreResponse(rsp *http.Response) (*EntityHistoryRestoreResponse, error)
ParseEntityHistoryRestoreResponse parses an HTTP response from a EntityHistoryRestoreWithResponse call
func (EntityHistoryRestoreResponse) Status ¶
func (r EntityHistoryRestoreResponse) Status() string
Status returns HTTPResponse.Status
func (EntityHistoryRestoreResponse) StatusCode ¶
func (r EntityHistoryRestoreResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type EvalRunStatus ¶
type EvalRunStatus string
EvalRunStatus defines model for EvalRunStatus.
const ( EvalRunStatusCompleted EvalRunStatus = "completed" EvalRunStatusFailed EvalRunStatus = "failed" EvalRunStatusPending EvalRunStatus = "pending" EvalRunStatusRunning EvalRunStatus = "running" )
Defines values for EvalRunStatus.
func (EvalRunStatus) Valid ¶
func (e EvalRunStatus) Valid() bool
Valid indicates whether the value is a known member of the EvalRunStatus enum.
type EventType ¶
type EventType string
EventType defines model for EventType.
const ( AlertFired EventType = "alert_fired" CaptureRuleTriggered EventType = "capture_rule_triggered" DataSourceConnected EventType = "data_source_connected" DeviceConnected EventType = "device_connected" InspectionCompleted EventType = "inspection_completed" RingbufferCaptured EventType = "ringbuffer_captured" )
Defines values for EventType.
type ExecutionTier ¶
type ExecutionTier string
ExecutionTier defines model for ExecutionTier.
const ( Shell ExecutionTier = "shell" Structured ExecutionTier = "structured" )
Defines values for ExecutionTier.
func (ExecutionTier) Valid ¶
func (e ExecutionTier) Valid() bool
Valid indicates whether the value is a known member of the ExecutionTier enum.
type ExploreGetDataSourcesParams ¶
type ExploreGetDataSourcesParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
ExploreGetDataSourcesParams defines parameters for ExploreGetDataSources.
type ExploreGetDataSourcesResponse ¶
type ExploreGetDataSourcesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *[]TableMetadata
JSON422 *HTTPValidationError
}
func ParseExploreGetDataSourcesResponse ¶
func ParseExploreGetDataSourcesResponse(rsp *http.Response) (*ExploreGetDataSourcesResponse, error)
ParseExploreGetDataSourcesResponse parses an HTTP response from a ExploreGetDataSourcesWithResponse call
func (ExploreGetDataSourcesResponse) Status ¶
func (r ExploreGetDataSourcesResponse) Status() string
Status returns HTTPResponse.Status
func (ExploreGetDataSourcesResponse) StatusCode ¶
func (r ExploreGetDataSourcesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type ExploreRunRawQueryJSONRequestBody ¶
type ExploreRunRawQueryJSONRequestBody = RawQueryRequest
ExploreRunRawQueryJSONRequestBody defines body for ExploreRunRawQuery for application/json ContentType.
type ExploreRunRawQueryParams ¶
type ExploreRunRawQueryParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
ExploreRunRawQueryParams defines parameters for ExploreRunRawQuery.
type ExploreRunRawQueryResponse ¶
type ExploreRunRawQueryResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *RawQueryResponse
JSON422 *HTTPValidationError
}
func ParseExploreRunRawQueryResponse ¶
func ParseExploreRunRawQueryResponse(rsp *http.Response) (*ExploreRunRawQueryResponse, error)
ParseExploreRunRawQueryResponse parses an HTTP response from a ExploreRunRawQueryWithResponse call
func (ExploreRunRawQueryResponse) Status ¶
func (r ExploreRunRawQueryResponse) Status() string
Status returns HTTPResponse.Status
func (ExploreRunRawQueryResponse) StatusCode ¶
func (r ExploreRunRawQueryResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type FleetBroadcast ¶
type FleetBroadcast struct {
Data *map[string]interface{} `json:"data,omitempty"`
Message string `json:"message"`
}
FleetBroadcast Fleet broadcast message.
type FrameDetections ¶
type FrameDetections struct {
DetectionConfidences []float32 `json:"detection_confidences"`
DetectionLabels []string `json:"detection_labels"`
Detections []Detection `json:"detections"`
FrameNumber int `json:"frame_number"`
TOffsetSeconds float32 `json:"t_offset_seconds"`
}
FrameDetections A single frame's detection results, time-aligned to a capture clip.
type GatewayGatewaySetupSnippetParams ¶
type GatewayGatewaySetupSnippetParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
GatewayGatewaySetupSnippetParams defines parameters for GatewayGatewaySetupSnippet.
type GatewayGatewaySetupSnippetResponse ¶
type GatewayGatewaySetupSnippetResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *SetupSnippetResponse
JSON422 *HTTPValidationError
}
func ParseGatewayGatewaySetupSnippetResponse ¶
func ParseGatewayGatewaySetupSnippetResponse(rsp *http.Response) (*GatewayGatewaySetupSnippetResponse, error)
ParseGatewayGatewaySetupSnippetResponse parses an HTTP response from a GatewayGatewaySetupSnippetWithResponse call
func (GatewayGatewaySetupSnippetResponse) Status ¶
func (r GatewayGatewaySetupSnippetResponse) Status() string
Status returns HTTPResponse.Status
func (GatewayGatewaySetupSnippetResponse) StatusCode ¶
func (r GatewayGatewaySetupSnippetResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GatewayGatewayStatusParams ¶
type GatewayGatewayStatusParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
GatewayGatewayStatusParams defines parameters for GatewayGatewayStatus.
type GatewayGatewayStatusResponse ¶
type GatewayGatewayStatusResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *GatewayStatusResponse
JSON422 *HTTPValidationError
}
func ParseGatewayGatewayStatusResponse ¶
func ParseGatewayGatewayStatusResponse(rsp *http.Response) (*GatewayGatewayStatusResponse, error)
ParseGatewayGatewayStatusResponse parses an HTTP response from a GatewayGatewayStatusWithResponse call
func (GatewayGatewayStatusResponse) Status ¶
func (r GatewayGatewayStatusResponse) Status() string
Status returns HTTPResponse.Status
func (GatewayGatewayStatusResponse) StatusCode ¶
func (r GatewayGatewayStatusResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GatewayStatusResponse ¶
type GatewayStatusResponse struct {
Connected bool `json:"connected"`
GatewayId *string `json:"gateway_id,omitempty"`
Manifest *map[string]interface{} `json:"manifest,omitempty"`
}
GatewayStatusResponse defines model for GatewayStatusResponse.
type GoldenImagePublic ¶
type GoldenImagePublic struct {
CaptureSource *string `json:"capture_source,omitempty"`
CapturedByDevice *string `json:"captured_by_device,omitempty"`
CreatedAt string `json:"created_at"`
Id openapi_types.UUID `json:"id"`
ImageUrl string `json:"image_url"`
ProfileId openapi_types.UUID `json:"profile_id"`
SortOrder *int `json:"sort_order,omitempty"`
}
GoldenImagePublic Public golden image response.
type GrafanaUrlResponse ¶
type GrafanaUrlResponse struct {
DashboardUid string `json:"dashboard_uid"`
Url string `json:"url"`
}
GrafanaUrlResponse defines model for GrafanaUrlResponse.
type HTTPValidationError ¶
type HTTPValidationError struct {
Detail *[]ValidationError `json:"detail,omitempty"`
}
HTTPValidationError defines model for HTTPValidationError.
type HookSecurityMode ¶
type HookSecurityMode string
HookSecurityMode defines model for HookSecurityMode.
const ( ApprovalRequired HookSecurityMode = "approval_required" Auto HookSecurityMode = "auto" Notify HookSecurityMode = "notify" )
Defines values for HookSecurityMode.
func (HookSecurityMode) Valid ¶
func (e HookSecurityMode) Valid() bool
Valid indicates whether the value is a known member of the HookSecurityMode enum.
type HttpRequestDoer ¶
Doer performs HTTP requests.
The standard http.Client implements this interface.
type ImagesCaptureAndObjectDetectionMultipartRequestBody ¶
type ImagesCaptureAndObjectDetectionMultipartRequestBody = BodyImagesCaptureAndObjectDetection
ImagesCaptureAndObjectDetectionMultipartRequestBody defines body for ImagesCaptureAndObjectDetection for multipart/form-data ContentType.
type ImagesCaptureAndObjectDetectionParams ¶
type ImagesCaptureAndObjectDetectionParams struct {
// InspectionProfileId Inspection profile ID for sandbox testing (overrides active profile)
InspectionProfileId *openapi_types.UUID `form:"inspection_profile_id,omitempty" json:"inspection_profile_id,omitempty"`
// Threshold Ephemeral anomaly threshold override for sandbox runs. Does NOT mutate the profile's persisted threshold.
Threshold *float32 `form:"threshold,omitempty" json:"threshold,omitempty"`
DeviceGroupId *openapi_types.UUID `form:"device_group_id,omitempty" json:"device_group_id,omitempty"`
ConfigOverrides *string `form:"config_overrides,omitempty" json:"config_overrides,omitempty"`
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
ImagesCaptureAndObjectDetectionParams defines parameters for ImagesCaptureAndObjectDetection.
type ImagesCaptureAndObjectDetectionResponse ¶
type ImagesCaptureAndObjectDetectionResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *CameraImagePublic
JSON422 *HTTPValidationError
}
func ParseImagesCaptureAndObjectDetectionResponse ¶
func ParseImagesCaptureAndObjectDetectionResponse(rsp *http.Response) (*ImagesCaptureAndObjectDetectionResponse, error)
ParseImagesCaptureAndObjectDetectionResponse parses an HTTP response from a ImagesCaptureAndObjectDetectionWithResponse call
func (ImagesCaptureAndObjectDetectionResponse) Status ¶
func (r ImagesCaptureAndObjectDetectionResponse) Status() string
Status returns HTTPResponse.Status
func (ImagesCaptureAndObjectDetectionResponse) StatusCode ¶
func (r ImagesCaptureAndObjectDetectionResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type ImagesCaptureImageMultipartRequestBody ¶
type ImagesCaptureImageMultipartRequestBody = BodyImagesCaptureImage
ImagesCaptureImageMultipartRequestBody defines body for ImagesCaptureImage for multipart/form-data ContentType.
type ImagesCaptureImageParams ¶
type ImagesCaptureImageParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
ImagesCaptureImageParams defines parameters for ImagesCaptureImage.
type ImagesCaptureImageResponse ¶
type ImagesCaptureImageResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *CameraImagePublic
JSON422 *HTTPValidationError
}
func ParseImagesCaptureImageResponse ¶
func ParseImagesCaptureImageResponse(rsp *http.Response) (*ImagesCaptureImageResponse, error)
ParseImagesCaptureImageResponse parses an HTTP response from a ImagesCaptureImageWithResponse call
func (ImagesCaptureImageResponse) Status ¶
func (r ImagesCaptureImageResponse) Status() string
Status returns HTTPResponse.Status
func (ImagesCaptureImageResponse) StatusCode ¶
func (r ImagesCaptureImageResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type ImagesDeleteCameraImageParams ¶
type ImagesDeleteCameraImageParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
ImagesDeleteCameraImageParams defines parameters for ImagesDeleteCameraImage.
type ImagesDeleteCameraImageResponse ¶
type ImagesDeleteCameraImageResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *Message
JSON422 *HTTPValidationError
}
func ParseImagesDeleteCameraImageResponse ¶
func ParseImagesDeleteCameraImageResponse(rsp *http.Response) (*ImagesDeleteCameraImageResponse, error)
ParseImagesDeleteCameraImageResponse parses an HTTP response from a ImagesDeleteCameraImageWithResponse call
func (ImagesDeleteCameraImageResponse) Status ¶
func (r ImagesDeleteCameraImageResponse) Status() string
Status returns HTTPResponse.Status
func (ImagesDeleteCameraImageResponse) StatusCode ¶
func (r ImagesDeleteCameraImageResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type ImagesGetDifferenceFileParams ¶
type ImagesGetDifferenceFileParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
ImagesGetDifferenceFileParams defines parameters for ImagesGetDifferenceFile.
type ImagesGetDifferenceFileResponse ¶
type ImagesGetDifferenceFileResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *interface{}
JSON422 *HTTPValidationError
}
func ParseImagesGetDifferenceFileResponse ¶
func ParseImagesGetDifferenceFileResponse(rsp *http.Response) (*ImagesGetDifferenceFileResponse, error)
ParseImagesGetDifferenceFileResponse parses an HTTP response from a ImagesGetDifferenceFileWithResponse call
func (ImagesGetDifferenceFileResponse) Status ¶
func (r ImagesGetDifferenceFileResponse) Status() string
Status returns HTTPResponse.Status
func (ImagesGetDifferenceFileResponse) StatusCode ¶
func (r ImagesGetDifferenceFileResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type ImagesGetHeatmapFileParams ¶
type ImagesGetHeatmapFileParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
ImagesGetHeatmapFileParams defines parameters for ImagesGetHeatmapFile.
type ImagesGetHeatmapFileResponse ¶
type ImagesGetHeatmapFileResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *interface{}
JSON422 *HTTPValidationError
}
func ParseImagesGetHeatmapFileResponse ¶
func ParseImagesGetHeatmapFileResponse(rsp *http.Response) (*ImagesGetHeatmapFileResponse, error)
ParseImagesGetHeatmapFileResponse parses an HTTP response from a ImagesGetHeatmapFileWithResponse call
func (ImagesGetHeatmapFileResponse) Status ¶
func (r ImagesGetHeatmapFileResponse) Status() string
Status returns HTTPResponse.Status
func (ImagesGetHeatmapFileResponse) StatusCode ¶
func (r ImagesGetHeatmapFileResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type ImagesGetOriginalFileParams ¶
type ImagesGetOriginalFileParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
ImagesGetOriginalFileParams defines parameters for ImagesGetOriginalFile.
type ImagesGetOriginalFileResponse ¶
type ImagesGetOriginalFileResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *interface{}
JSON422 *HTTPValidationError
}
func ParseImagesGetOriginalFileResponse ¶
func ParseImagesGetOriginalFileResponse(rsp *http.Response) (*ImagesGetOriginalFileResponse, error)
ParseImagesGetOriginalFileResponse parses an HTTP response from a ImagesGetOriginalFileWithResponse call
func (ImagesGetOriginalFileResponse) Status ¶
func (r ImagesGetOriginalFileResponse) Status() string
Status returns HTTPResponse.Status
func (ImagesGetOriginalFileResponse) StatusCode ¶
func (r ImagesGetOriginalFileResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type ImagesGetProcessedFileParams ¶
type ImagesGetProcessedFileParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
ImagesGetProcessedFileParams defines parameters for ImagesGetProcessedFile.
type ImagesGetProcessedFileResponse ¶
type ImagesGetProcessedFileResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *interface{}
JSON422 *HTTPValidationError
}
func ParseImagesGetProcessedFileResponse ¶
func ParseImagesGetProcessedFileResponse(rsp *http.Response) (*ImagesGetProcessedFileResponse, error)
ParseImagesGetProcessedFileResponse parses an HTTP response from a ImagesGetProcessedFileWithResponse call
func (ImagesGetProcessedFileResponse) Status ¶
func (r ImagesGetProcessedFileResponse) Status() string
Status returns HTTPResponse.Status
func (ImagesGetProcessedFileResponse) StatusCode ¶
func (r ImagesGetProcessedFileResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type ImagesPatchCameraImageReviewJSONRequestBody ¶
type ImagesPatchCameraImageReviewJSONRequestBody = ReviewPayload
ImagesPatchCameraImageReviewJSONRequestBody defines body for ImagesPatchCameraImageReview for application/json ContentType.
type ImagesPatchCameraImageReviewParams ¶
type ImagesPatchCameraImageReviewParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
ImagesPatchCameraImageReviewParams defines parameters for ImagesPatchCameraImageReview.
type ImagesPatchCameraImageReviewResponse ¶
type ImagesPatchCameraImageReviewResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *CameraImagePublic
JSON422 *HTTPValidationError
}
func ParseImagesPatchCameraImageReviewResponse ¶
func ParseImagesPatchCameraImageReviewResponse(rsp *http.Response) (*ImagesPatchCameraImageReviewResponse, error)
ParseImagesPatchCameraImageReviewResponse parses an HTTP response from a ImagesPatchCameraImageReviewWithResponse call
func (ImagesPatchCameraImageReviewResponse) Status ¶
func (r ImagesPatchCameraImageReviewResponse) Status() string
Status returns HTTPResponse.Status
func (ImagesPatchCameraImageReviewResponse) StatusCode ¶
func (r ImagesPatchCameraImageReviewResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type ImagesReadCameraImageParams ¶
type ImagesReadCameraImageParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
ImagesReadCameraImageParams defines parameters for ImagesReadCameraImage.
type ImagesReadCameraImageResponse ¶
type ImagesReadCameraImageResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *CameraImagePublic
JSON422 *HTTPValidationError
}
func ParseImagesReadCameraImageResponse ¶
func ParseImagesReadCameraImageResponse(rsp *http.Response) (*ImagesReadCameraImageResponse, error)
ParseImagesReadCameraImageResponse parses an HTTP response from a ImagesReadCameraImageWithResponse call
func (ImagesReadCameraImageResponse) Status ¶
func (r ImagesReadCameraImageResponse) Status() string
Status returns HTTPResponse.Status
func (ImagesReadCameraImageResponse) StatusCode ¶
func (r ImagesReadCameraImageResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type ImagesReadCameraImagesParams ¶
type ImagesReadCameraImagesParams struct {
Skip *int `form:"skip,omitempty" json:"skip,omitempty"`
Limit *int `form:"limit,omitempty" json:"limit,omitempty"`
// InspectionProfileId Filter by inspection profile
InspectionProfileId *openapi_types.UUID `form:"inspection_profile_id,omitempty" json:"inspection_profile_id,omitempty"`
// Source Filter by capture source
Source *ImagesReadCameraImagesParamsSource `form:"source,omitempty" json:"source,omitempty"`
// IsReferenceSet Filter by reference / training flag
IsReferenceSet *bool `form:"is_reference_set,omitempty" json:"is_reference_set,omitempty"`
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
ImagesReadCameraImagesParams defines parameters for ImagesReadCameraImages.
type ImagesReadCameraImagesParamsSource ¶
type ImagesReadCameraImagesParamsSource string
ImagesReadCameraImagesParamsSource defines parameters for ImagesReadCameraImages.
const ( Live ImagesReadCameraImagesParamsSource = "live" Sandbox ImagesReadCameraImagesParamsSource = "sandbox" )
Defines values for ImagesReadCameraImagesParamsSource.
func (ImagesReadCameraImagesParamsSource) Valid ¶
func (e ImagesReadCameraImagesParamsSource) Valid() bool
Valid indicates whether the value is a known member of the ImagesReadCameraImagesParamsSource enum.
type ImagesReadCameraImagesResponse ¶
type ImagesReadCameraImagesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *CameraImagesPublic
JSON422 *HTTPValidationError
}
func ParseImagesReadCameraImagesResponse ¶
func ParseImagesReadCameraImagesResponse(rsp *http.Response) (*ImagesReadCameraImagesResponse, error)
ParseImagesReadCameraImagesResponse parses an HTTP response from a ImagesReadCameraImagesWithResponse call
func (ImagesReadCameraImagesResponse) Status ¶
func (r ImagesReadCameraImagesResponse) Status() string
Status returns HTTPResponse.Status
func (ImagesReadCameraImagesResponse) StatusCode ¶
func (r ImagesReadCameraImagesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type ImagesUpdateCameraImageJSONRequestBody ¶
type ImagesUpdateCameraImageJSONRequestBody = CameraImageUpdate
ImagesUpdateCameraImageJSONRequestBody defines body for ImagesUpdateCameraImage for application/json ContentType.
type ImagesUpdateCameraImageParams ¶
type ImagesUpdateCameraImageParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
ImagesUpdateCameraImageParams defines parameters for ImagesUpdateCameraImage.
type ImagesUpdateCameraImageResponse ¶
type ImagesUpdateCameraImageResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *CameraImagePublic
JSON422 *HTTPValidationError
}
func ParseImagesUpdateCameraImageResponse ¶
func ParseImagesUpdateCameraImageResponse(rsp *http.Response) (*ImagesUpdateCameraImageResponse, error)
ParseImagesUpdateCameraImageResponse parses an HTTP response from a ImagesUpdateCameraImageWithResponse call
func (ImagesUpdateCameraImageResponse) Status ¶
func (r ImagesUpdateCameraImageResponse) Status() string
Status returns HTTPResponse.Status
func (ImagesUpdateCameraImageResponse) StatusCode ¶
func (r ImagesUpdateCameraImageResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type ImpersonateImpersonationStatusParams ¶
type ImpersonateImpersonationStatusParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
ImpersonateImpersonationStatusParams defines parameters for ImpersonateImpersonationStatus.
type ImpersonateImpersonationStatusResponse ¶
type ImpersonateImpersonationStatusResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *StatusResponse
JSON422 *HTTPValidationError
}
func ParseImpersonateImpersonationStatusResponse ¶
func ParseImpersonateImpersonationStatusResponse(rsp *http.Response) (*ImpersonateImpersonationStatusResponse, error)
ParseImpersonateImpersonationStatusResponse parses an HTTP response from a ImpersonateImpersonationStatusWithResponse call
func (ImpersonateImpersonationStatusResponse) Status ¶
func (r ImpersonateImpersonationStatusResponse) Status() string
Status returns HTTPResponse.Status
func (ImpersonateImpersonationStatusResponse) StatusCode ¶
func (r ImpersonateImpersonationStatusResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type ImpersonateStartImpersonationJSONRequestBody ¶
type ImpersonateStartImpersonationJSONRequestBody = StartRequest
ImpersonateStartImpersonationJSONRequestBody defines body for ImpersonateStartImpersonation for application/json ContentType.
type ImpersonateStartImpersonationParams ¶
type ImpersonateStartImpersonationParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
ImpersonateStartImpersonationParams defines parameters for ImpersonateStartImpersonation.
type ImpersonateStartImpersonationResponse ¶
type ImpersonateStartImpersonationResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *StartResponse
JSON422 *HTTPValidationError
}
func ParseImpersonateStartImpersonationResponse ¶
func ParseImpersonateStartImpersonationResponse(rsp *http.Response) (*ImpersonateStartImpersonationResponse, error)
ParseImpersonateStartImpersonationResponse parses an HTTP response from a ImpersonateStartImpersonationWithResponse call
func (ImpersonateStartImpersonationResponse) Status ¶
func (r ImpersonateStartImpersonationResponse) Status() string
Status returns HTTPResponse.Status
func (ImpersonateStartImpersonationResponse) StatusCode ¶
func (r ImpersonateStartImpersonationResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type ImpersonateStopImpersonationParams ¶
type ImpersonateStopImpersonationParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
ImpersonateStopImpersonationParams defines parameters for ImpersonateStopImpersonation.
type ImpersonateStopImpersonationResponse ¶
type ImpersonateStopImpersonationResponse struct {
Body []byte
HTTPResponse *http.Response
JSON422 *HTTPValidationError
}
func ParseImpersonateStopImpersonationResponse ¶
func ParseImpersonateStopImpersonationResponse(rsp *http.Response) (*ImpersonateStopImpersonationResponse, error)
ParseImpersonateStopImpersonationResponse parses an HTTP response from a ImpersonateStopImpersonationWithResponse call
func (ImpersonateStopImpersonationResponse) Status ¶
func (r ImpersonateStopImpersonationResponse) Status() string
Status returns HTTPResponse.Status
func (ImpersonateStopImpersonationResponse) StatusCode ¶
func (r ImpersonateStopImpersonationResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type IncidentCreate ¶
type IncidentCreate struct {
Description *string `json:"description,omitempty"`
LocationId *openapi_types.UUID `json:"location_id,omitempty"`
Severity *string `json:"severity,omitempty"`
SourceDashboardId *openapi_types.UUID `json:"source_dashboard_id,omitempty"`
StartedAt *time.Time `json:"started_at,omitempty"`
Title string `json:"title"`
}
IncidentCreate Properties to receive on incident creation.
type IncidentDevicePublic ¶
type IncidentDevicePublic struct {
DeviceId openapi_types.UUID `json:"device_id"`
Id openapi_types.UUID `json:"id"`
IncidentId openapi_types.UUID `json:"incident_id"`
}
IncidentDevicePublic Public schema for incident-device link.
type IncidentNoteCreate ¶
type IncidentNoteCreate struct {
// Content Note text (markdown)
Content string `json:"content"`
}
IncidentNoteCreate Properties to receive on incident note creation.
type IncidentNotePublic ¶
type IncidentNotePublic struct {
AuthorEmail *string `json:"author_email,omitempty"`
AuthorId *openapi_types.UUID `json:"author_id"`
AuthorName *string `json:"author_name,omitempty"`
// Content Note text (markdown)
Content string `json:"content"`
CreatedAt string `json:"created_at"`
Id openapi_types.UUID `json:"id"`
IncidentId openapi_types.UUID `json:"incident_id"`
}
IncidentNotePublic Public schema for incident note responses.
type IncidentNoteUpdate ¶
type IncidentNoteUpdate struct {
Content string `json:"content"`
}
IncidentNoteUpdate Properties to receive on incident note update.
type IncidentPublic ¶
type IncidentPublic struct {
CreatedAt string `json:"created_at"`
CreatedByEmail *string `json:"created_by_email,omitempty"`
CreatedById *openapi_types.UUID `json:"created_by_id"`
CreatedByName *string `json:"created_by_name,omitempty"`
// Description Detailed description
Description *string `json:"description,omitempty"`
// EndedAt When resolved
EndedAt *time.Time `json:"ended_at,omitempty"`
Id openapi_types.UUID `json:"id"`
LocationId *openapi_types.UUID `json:"location_id"`
// Severity Severity level
Severity *string `json:"severity,omitempty"`
// StartedAt When the incident began
StartedAt *time.Time `json:"started_at,omitempty"`
// Status Incident status
Status *string `json:"status,omitempty"`
TenantId openapi_types.UUID `json:"tenant_id"`
// Title Short description
Title string `json:"title"`
UpdatedAt string `json:"updated_at"`
}
IncidentPublic Public schema for incident responses.
type IncidentUpdate ¶
type IncidentUpdate struct {
Description *string `json:"description,omitempty"`
EndedAt *time.Time `json:"ended_at,omitempty"`
LocationId *openapi_types.UUID `json:"location_id,omitempty"`
Severity *string `json:"severity,omitempty"`
StartedAt *time.Time `json:"started_at,omitempty"`
Status *string `json:"status,omitempty"`
Title *string `json:"title,omitempty"`
}
IncidentUpdate Properties to receive on incident update.
type IncidentWithDetails ¶
type IncidentWithDetails struct {
CreatedAt string `json:"created_at"`
CreatedByEmail *string `json:"created_by_email,omitempty"`
CreatedById *openapi_types.UUID `json:"created_by_id"`
CreatedByName *string `json:"created_by_name,omitempty"`
// Description Detailed description
Description *string `json:"description,omitempty"`
DeviceLinks *[]IncidentDevicePublic `json:"device_links,omitempty"`
// EndedAt When resolved
EndedAt *time.Time `json:"ended_at,omitempty"`
Id openapi_types.UUID `json:"id"`
LocationId *openapi_types.UUID `json:"location_id"`
Notes *[]IncidentNotePublic `json:"notes,omitempty"`
// Severity Severity level
Severity *string `json:"severity,omitempty"`
// StartedAt When the incident began
StartedAt *time.Time `json:"started_at,omitempty"`
// Status Incident status
Status *string `json:"status,omitempty"`
TenantId openapi_types.UUID `json:"tenant_id"`
// Title Short description
Title string `json:"title"`
UpdatedAt string `json:"updated_at"`
}
IncidentWithDetails Incident with notes and linked devices.
type IncidentsAddIncidentNoteJSONRequestBody ¶
type IncidentsAddIncidentNoteJSONRequestBody = IncidentNoteCreate
IncidentsAddIncidentNoteJSONRequestBody defines body for IncidentsAddIncidentNote for application/json ContentType.
type IncidentsAddIncidentNoteParams ¶
type IncidentsAddIncidentNoteParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
IncidentsAddIncidentNoteParams defines parameters for IncidentsAddIncidentNote.
type IncidentsAddIncidentNoteResponse ¶
type IncidentsAddIncidentNoteResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *IncidentNotePublic
JSON422 *HTTPValidationError
}
func ParseIncidentsAddIncidentNoteResponse ¶
func ParseIncidentsAddIncidentNoteResponse(rsp *http.Response) (*IncidentsAddIncidentNoteResponse, error)
ParseIncidentsAddIncidentNoteResponse parses an HTTP response from a IncidentsAddIncidentNoteWithResponse call
func (IncidentsAddIncidentNoteResponse) Status ¶
func (r IncidentsAddIncidentNoteResponse) Status() string
Status returns HTTPResponse.Status
func (IncidentsAddIncidentNoteResponse) StatusCode ¶
func (r IncidentsAddIncidentNoteResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type IncidentsCreateIncidentJSONRequestBody ¶
type IncidentsCreateIncidentJSONRequestBody = IncidentCreate
IncidentsCreateIncidentJSONRequestBody defines body for IncidentsCreateIncident for application/json ContentType.
type IncidentsCreateIncidentParams ¶
type IncidentsCreateIncidentParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
IncidentsCreateIncidentParams defines parameters for IncidentsCreateIncident.
type IncidentsCreateIncidentResponse ¶
type IncidentsCreateIncidentResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *IncidentPublic
JSON422 *HTTPValidationError
}
func ParseIncidentsCreateIncidentResponse ¶
func ParseIncidentsCreateIncidentResponse(rsp *http.Response) (*IncidentsCreateIncidentResponse, error)
ParseIncidentsCreateIncidentResponse parses an HTTP response from a IncidentsCreateIncidentWithResponse call
func (IncidentsCreateIncidentResponse) Status ¶
func (r IncidentsCreateIncidentResponse) Status() string
Status returns HTTPResponse.Status
func (IncidentsCreateIncidentResponse) StatusCode ¶
func (r IncidentsCreateIncidentResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type IncidentsDeleteIncidentNoteParams ¶
type IncidentsDeleteIncidentNoteParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
IncidentsDeleteIncidentNoteParams defines parameters for IncidentsDeleteIncidentNote.
type IncidentsDeleteIncidentNoteResponse ¶
type IncidentsDeleteIncidentNoteResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *DeletedResponse
JSON422 *HTTPValidationError
}
func ParseIncidentsDeleteIncidentNoteResponse ¶
func ParseIncidentsDeleteIncidentNoteResponse(rsp *http.Response) (*IncidentsDeleteIncidentNoteResponse, error)
ParseIncidentsDeleteIncidentNoteResponse parses an HTTP response from a IncidentsDeleteIncidentNoteWithResponse call
func (IncidentsDeleteIncidentNoteResponse) Status ¶
func (r IncidentsDeleteIncidentNoteResponse) Status() string
Status returns HTTPResponse.Status
func (IncidentsDeleteIncidentNoteResponse) StatusCode ¶
func (r IncidentsDeleteIncidentNoteResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type IncidentsDeleteIncidentParams ¶
type IncidentsDeleteIncidentParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
IncidentsDeleteIncidentParams defines parameters for IncidentsDeleteIncident.
type IncidentsDeleteIncidentResponse ¶
type IncidentsDeleteIncidentResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *DeletedResponse
JSON422 *HTTPValidationError
}
func ParseIncidentsDeleteIncidentResponse ¶
func ParseIncidentsDeleteIncidentResponse(rsp *http.Response) (*IncidentsDeleteIncidentResponse, error)
ParseIncidentsDeleteIncidentResponse parses an HTTP response from a IncidentsDeleteIncidentWithResponse call
func (IncidentsDeleteIncidentResponse) Status ¶
func (r IncidentsDeleteIncidentResponse) Status() string
Status returns HTTPResponse.Status
func (IncidentsDeleteIncidentResponse) StatusCode ¶
func (r IncidentsDeleteIncidentResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type IncidentsGetIncidentParams ¶
type IncidentsGetIncidentParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
IncidentsGetIncidentParams defines parameters for IncidentsGetIncident.
type IncidentsGetIncidentResponse ¶
type IncidentsGetIncidentResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *IncidentWithDetails
JSON422 *HTTPValidationError
}
func ParseIncidentsGetIncidentResponse ¶
func ParseIncidentsGetIncidentResponse(rsp *http.Response) (*IncidentsGetIncidentResponse, error)
ParseIncidentsGetIncidentResponse parses an HTTP response from a IncidentsGetIncidentWithResponse call
func (IncidentsGetIncidentResponse) Status ¶
func (r IncidentsGetIncidentResponse) Status() string
Status returns HTTPResponse.Status
func (IncidentsGetIncidentResponse) StatusCode ¶
func (r IncidentsGetIncidentResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type IncidentsLinkDeviceToIncidentParams ¶
type IncidentsLinkDeviceToIncidentParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
IncidentsLinkDeviceToIncidentParams defines parameters for IncidentsLinkDeviceToIncident.
type IncidentsLinkDeviceToIncidentResponse ¶
type IncidentsLinkDeviceToIncidentResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *IncidentDevicePublic
JSON422 *HTTPValidationError
}
func ParseIncidentsLinkDeviceToIncidentResponse ¶
func ParseIncidentsLinkDeviceToIncidentResponse(rsp *http.Response) (*IncidentsLinkDeviceToIncidentResponse, error)
ParseIncidentsLinkDeviceToIncidentResponse parses an HTTP response from a IncidentsLinkDeviceToIncidentWithResponse call
func (IncidentsLinkDeviceToIncidentResponse) Status ¶
func (r IncidentsLinkDeviceToIncidentResponse) Status() string
Status returns HTTPResponse.Status
func (IncidentsLinkDeviceToIncidentResponse) StatusCode ¶
func (r IncidentsLinkDeviceToIncidentResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type IncidentsListIncidentNotesParams ¶
type IncidentsListIncidentNotesParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
IncidentsListIncidentNotesParams defines parameters for IncidentsListIncidentNotes.
type IncidentsListIncidentNotesResponse ¶
type IncidentsListIncidentNotesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *[]IncidentNotePublic
JSON422 *HTTPValidationError
}
func ParseIncidentsListIncidentNotesResponse ¶
func ParseIncidentsListIncidentNotesResponse(rsp *http.Response) (*IncidentsListIncidentNotesResponse, error)
ParseIncidentsListIncidentNotesResponse parses an HTTP response from a IncidentsListIncidentNotesWithResponse call
func (IncidentsListIncidentNotesResponse) Status ¶
func (r IncidentsListIncidentNotesResponse) Status() string
Status returns HTTPResponse.Status
func (IncidentsListIncidentNotesResponse) StatusCode ¶
func (r IncidentsListIncidentNotesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type IncidentsListIncidentsParams ¶
type IncidentsListIncidentsParams struct {
Skip *int `form:"skip,omitempty" json:"skip,omitempty"`
Limit *int `form:"limit,omitempty" json:"limit,omitempty"`
Status *string `form:"status,omitempty" json:"status,omitempty"`
Severity *string `form:"severity,omitempty" json:"severity,omitempty"`
LocationId *openapi_types.UUID `form:"location_id,omitempty" json:"location_id,omitempty"`
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
IncidentsListIncidentsParams defines parameters for IncidentsListIncidents.
type IncidentsListIncidentsResponse ¶
type IncidentsListIncidentsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *IncidentsPublic
JSON422 *HTTPValidationError
}
func ParseIncidentsListIncidentsResponse ¶
func ParseIncidentsListIncidentsResponse(rsp *http.Response) (*IncidentsListIncidentsResponse, error)
ParseIncidentsListIncidentsResponse parses an HTTP response from a IncidentsListIncidentsWithResponse call
func (IncidentsListIncidentsResponse) Status ¶
func (r IncidentsListIncidentsResponse) Status() string
Status returns HTTPResponse.Status
func (IncidentsListIncidentsResponse) StatusCode ¶
func (r IncidentsListIncidentsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type IncidentsPublic ¶
type IncidentsPublic struct {
Count int `json:"count"`
Data []IncidentPublic `json:"data"`
}
IncidentsPublic Schema for listing incidents.
type IncidentsUnlinkDeviceFromIncidentParams ¶
type IncidentsUnlinkDeviceFromIncidentParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
IncidentsUnlinkDeviceFromIncidentParams defines parameters for IncidentsUnlinkDeviceFromIncident.
type IncidentsUnlinkDeviceFromIncidentResponse ¶
type IncidentsUnlinkDeviceFromIncidentResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *Message
JSON422 *HTTPValidationError
}
func ParseIncidentsUnlinkDeviceFromIncidentResponse ¶
func ParseIncidentsUnlinkDeviceFromIncidentResponse(rsp *http.Response) (*IncidentsUnlinkDeviceFromIncidentResponse, error)
ParseIncidentsUnlinkDeviceFromIncidentResponse parses an HTTP response from a IncidentsUnlinkDeviceFromIncidentWithResponse call
func (IncidentsUnlinkDeviceFromIncidentResponse) Status ¶
func (r IncidentsUnlinkDeviceFromIncidentResponse) Status() string
Status returns HTTPResponse.Status
func (IncidentsUnlinkDeviceFromIncidentResponse) StatusCode ¶
func (r IncidentsUnlinkDeviceFromIncidentResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type IncidentsUpdateIncidentJSONRequestBody ¶
type IncidentsUpdateIncidentJSONRequestBody = IncidentUpdate
IncidentsUpdateIncidentJSONRequestBody defines body for IncidentsUpdateIncident for application/json ContentType.
type IncidentsUpdateIncidentNoteJSONRequestBody ¶
type IncidentsUpdateIncidentNoteJSONRequestBody = IncidentNoteUpdate
IncidentsUpdateIncidentNoteJSONRequestBody defines body for IncidentsUpdateIncidentNote for application/json ContentType.
type IncidentsUpdateIncidentNoteParams ¶
type IncidentsUpdateIncidentNoteParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
IncidentsUpdateIncidentNoteParams defines parameters for IncidentsUpdateIncidentNote.
type IncidentsUpdateIncidentNoteResponse ¶
type IncidentsUpdateIncidentNoteResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *IncidentNotePublic
JSON422 *HTTPValidationError
}
func ParseIncidentsUpdateIncidentNoteResponse ¶
func ParseIncidentsUpdateIncidentNoteResponse(rsp *http.Response) (*IncidentsUpdateIncidentNoteResponse, error)
ParseIncidentsUpdateIncidentNoteResponse parses an HTTP response from a IncidentsUpdateIncidentNoteWithResponse call
func (IncidentsUpdateIncidentNoteResponse) Status ¶
func (r IncidentsUpdateIncidentNoteResponse) Status() string
Status returns HTTPResponse.Status
func (IncidentsUpdateIncidentNoteResponse) StatusCode ¶
func (r IncidentsUpdateIncidentNoteResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type IncidentsUpdateIncidentParams ¶
type IncidentsUpdateIncidentParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
IncidentsUpdateIncidentParams defines parameters for IncidentsUpdateIncident.
type IncidentsUpdateIncidentResponse ¶
type IncidentsUpdateIncidentResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *IncidentPublic
JSON422 *HTTPValidationError
}
func ParseIncidentsUpdateIncidentResponse ¶
func ParseIncidentsUpdateIncidentResponse(rsp *http.Response) (*IncidentsUpdateIncidentResponse, error)
ParseIncidentsUpdateIncidentResponse parses an HTTP response from a IncidentsUpdateIncidentWithResponse call
func (IncidentsUpdateIncidentResponse) Status ¶
func (r IncidentsUpdateIncidentResponse) Status() string
Status returns HTTPResponse.Status
func (IncidentsUpdateIncidentResponse) StatusCode ¶
func (r IncidentsUpdateIncidentResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type InspectionAnnotationPublic ¶
type InspectionAnnotationPublic struct {
AgentConfigId *openapi_types.UUID `json:"agent_config_id,omitempty"`
AgentSessionId *openapi_types.UUID `json:"agent_session_id,omitempty"`
CaptureId openapi_types.UUID `json:"capture_id"`
CreatedAt time.Time `json:"created_at"`
DefectType string `json:"defect_type"`
Description *string `json:"description,omitempty"`
DetectionEventId *openapi_types.UUID `json:"detection_event_id,omitempty"`
DetectionEventTs *time.Time `json:"detection_event_ts,omitempty"`
Domain string `json:"domain"`
Geometry *map[string]interface{} `json:"geometry,omitempty"`
Id openapi_types.UUID `json:"id"`
InspectionProfileId *openapi_types.UUID `json:"inspection_profile_id,omitempty"`
Severity string `json:"severity"`
Source *string `json:"source,omitempty"`
SourceFrameId *openapi_types.UUID `json:"source_frame_id,omitempty"`
TenantId openapi_types.UUID `json:"tenant_id"`
}
InspectionAnnotationPublic defines model for InspectionAnnotationPublic.
type InspectionCreateCaptureAnnotationJSONRequestBody ¶
type InspectionCreateCaptureAnnotationJSONRequestBody = AnnotationCreateIn
InspectionCreateCaptureAnnotationJSONRequestBody defines body for InspectionCreateCaptureAnnotation for application/json ContentType.
type InspectionCreateCaptureAnnotationParams ¶
type InspectionCreateCaptureAnnotationParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
InspectionCreateCaptureAnnotationParams defines parameters for InspectionCreateCaptureAnnotation.
type InspectionCreateCaptureAnnotationResponse ¶
type InspectionCreateCaptureAnnotationResponse struct {
Body []byte
HTTPResponse *http.Response
JSON201 *InspectionAnnotationPublic
JSON422 *HTTPValidationError
}
func ParseInspectionCreateCaptureAnnotationResponse ¶
func ParseInspectionCreateCaptureAnnotationResponse(rsp *http.Response) (*InspectionCreateCaptureAnnotationResponse, error)
ParseInspectionCreateCaptureAnnotationResponse parses an HTTP response from a InspectionCreateCaptureAnnotationWithResponse call
func (InspectionCreateCaptureAnnotationResponse) Status ¶
func (r InspectionCreateCaptureAnnotationResponse) Status() string
Status returns HTTPResponse.Status
func (InspectionCreateCaptureAnnotationResponse) StatusCode ¶
func (r InspectionCreateCaptureAnnotationResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type InspectionDeleteAnnotationParams ¶
type InspectionDeleteAnnotationParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
InspectionDeleteAnnotationParams defines parameters for InspectionDeleteAnnotation.
type InspectionDeleteAnnotationResponse ¶
type InspectionDeleteAnnotationResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *DeletedResponse
JSON422 *HTTPValidationError
}
func ParseInspectionDeleteAnnotationResponse ¶
func ParseInspectionDeleteAnnotationResponse(rsp *http.Response) (*InspectionDeleteAnnotationResponse, error)
ParseInspectionDeleteAnnotationResponse parses an HTTP response from a InspectionDeleteAnnotationWithResponse call
func (InspectionDeleteAnnotationResponse) Status ¶
func (r InspectionDeleteAnnotationResponse) Status() string
Status returns HTTPResponse.Status
func (InspectionDeleteAnnotationResponse) StatusCode ¶
func (r InspectionDeleteAnnotationResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type InspectionListCaptureAnnotationsParams ¶
type InspectionListCaptureAnnotationsParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
InspectionListCaptureAnnotationsParams defines parameters for InspectionListCaptureAnnotations.
type InspectionListCaptureAnnotationsResponse ¶
type InspectionListCaptureAnnotationsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *[]InspectionAnnotationPublic
JSON422 *HTTPValidationError
}
func ParseInspectionListCaptureAnnotationsResponse ¶
func ParseInspectionListCaptureAnnotationsResponse(rsp *http.Response) (*InspectionListCaptureAnnotationsResponse, error)
ParseInspectionListCaptureAnnotationsResponse parses an HTTP response from a InspectionListCaptureAnnotationsWithResponse call
func (InspectionListCaptureAnnotationsResponse) Status ¶
func (r InspectionListCaptureAnnotationsResponse) Status() string
Status returns HTTPResponse.Status
func (InspectionListCaptureAnnotationsResponse) StatusCode ¶
func (r InspectionListCaptureAnnotationsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type InspectionProfileCreate ¶
type InspectionProfileCreate struct {
// AnomalyThreshold Anomaly score threshold for pass/fail
AnomalyThreshold *float32 `json:"anomaly_threshold,omitempty"`
// Description Optional free text
Description *string `json:"description,omitempty"`
// Name Display name, e.g. 'Motor Controller Board'
Name string `json:"name"`
// PartNumber Optional SKU/part number
PartNumber *string `json:"part_number,omitempty"`
// Revision Board revision, e.g. 'v3', 'Rev-B'
Revision string `json:"revision"`
// SkipCaptureAlignment Skip XFeat+LightGlue registration for fixed cameras
SkipCaptureAlignment *bool `json:"skip_capture_alignment,omitempty"`
}
InspectionProfileCreate Schema for creating an inspection profile.
type InspectionProfilePublic ¶
type InspectionProfilePublic struct {
// AnomalyThreshold Anomaly score threshold for pass/fail
AnomalyThreshold *float32 `json:"anomaly_threshold,omitempty"`
CreatedAt string `json:"created_at"`
// Description Optional free text
Description *string `json:"description,omitempty"`
DeviceGroupId openapi_types.UUID `json:"device_group_id"`
FeatureCacheFiles *[]string `json:"feature_cache_files,omitempty"`
FeatureCacheUrl *string `json:"feature_cache_url"`
GoldenImageCount *int `json:"golden_image_count,omitempty"`
Id openapi_types.UUID `json:"id"`
IsActive bool `json:"is_active"`
// Name Display name, e.g. 'Motor Controller Board'
Name string `json:"name"`
// PartNumber Optional SKU/part number
PartNumber *string `json:"part_number,omitempty"`
// Revision Board revision, e.g. 'v3', 'Rev-B'
Revision string `json:"revision"`
// SkipCaptureAlignment Skip XFeat+LightGlue registration for fixed cameras
SkipCaptureAlignment *bool `json:"skip_capture_alignment,omitempty"`
TenantId openapi_types.UUID `json:"tenant_id"`
UpdatedAt string `json:"updated_at"`
}
InspectionProfilePublic Public response schema.
type InspectionProfileUpdate ¶
type InspectionProfileUpdate struct {
AnomalyThreshold *float32 `json:"anomaly_threshold,omitempty"`
Description *string `json:"description,omitempty"`
Name *string `json:"name,omitempty"`
PartNumber *string `json:"part_number,omitempty"`
Revision *string `json:"revision,omitempty"`
SkipCaptureAlignment *bool `json:"skip_capture_alignment,omitempty"`
}
InspectionProfileUpdate Update schema — all fields optional.
type InspectionProfileWithImages ¶
type InspectionProfileWithImages struct {
// AnomalyThreshold Anomaly score threshold for pass/fail
AnomalyThreshold *float32 `json:"anomaly_threshold,omitempty"`
CreatedAt string `json:"created_at"`
// Description Optional free text
Description *string `json:"description,omitempty"`
DeviceGroupId openapi_types.UUID `json:"device_group_id"`
FeatureCacheFiles *[]string `json:"feature_cache_files,omitempty"`
FeatureCacheUrl *string `json:"feature_cache_url"`
GoldenImageCount *int `json:"golden_image_count,omitempty"`
GoldenImages *[]GoldenImagePublic `json:"golden_images,omitempty"`
Id openapi_types.UUID `json:"id"`
IsActive bool `json:"is_active"`
// Name Display name, e.g. 'Motor Controller Board'
Name string `json:"name"`
// PartNumber Optional SKU/part number
PartNumber *string `json:"part_number,omitempty"`
// Revision Board revision, e.g. 'v3', 'Rev-B'
Revision string `json:"revision"`
// SkipCaptureAlignment Skip XFeat+LightGlue registration for fixed cameras
SkipCaptureAlignment *bool `json:"skip_capture_alignment,omitempty"`
TenantId openapi_types.UUID `json:"tenant_id"`
UpdatedAt string `json:"updated_at"`
}
InspectionProfileWithImages Profile with nested golden images (for detail endpoint).
type InspectionProfilesActivateProfileParams ¶
type InspectionProfilesActivateProfileParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
InspectionProfilesActivateProfileParams defines parameters for InspectionProfilesActivateProfile.
type InspectionProfilesActivateProfileResponse ¶
type InspectionProfilesActivateProfileResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *InspectionProfilePublic
JSON422 *HTTPValidationError
}
func ParseInspectionProfilesActivateProfileResponse ¶
func ParseInspectionProfilesActivateProfileResponse(rsp *http.Response) (*InspectionProfilesActivateProfileResponse, error)
ParseInspectionProfilesActivateProfileResponse parses an HTTP response from a InspectionProfilesActivateProfileWithResponse call
func (InspectionProfilesActivateProfileResponse) Status ¶
func (r InspectionProfilesActivateProfileResponse) Status() string
Status returns HTTPResponse.Status
func (InspectionProfilesActivateProfileResponse) StatusCode ¶
func (r InspectionProfilesActivateProfileResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type InspectionProfilesCaptureGoldenImageJSONRequestBody ¶
type InspectionProfilesCaptureGoldenImageJSONRequestBody = CaptureRequest
InspectionProfilesCaptureGoldenImageJSONRequestBody defines body for InspectionProfilesCaptureGoldenImage for application/json ContentType.
type InspectionProfilesCaptureGoldenImageParams ¶
type InspectionProfilesCaptureGoldenImageParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
InspectionProfilesCaptureGoldenImageParams defines parameters for InspectionProfilesCaptureGoldenImage.
type InspectionProfilesCaptureGoldenImageResponse ¶
type InspectionProfilesCaptureGoldenImageResponse struct {
Body []byte
HTTPResponse *http.Response
JSON202 *map[string]string
JSON422 *HTTPValidationError
}
func ParseInspectionProfilesCaptureGoldenImageResponse ¶
func ParseInspectionProfilesCaptureGoldenImageResponse(rsp *http.Response) (*InspectionProfilesCaptureGoldenImageResponse, error)
ParseInspectionProfilesCaptureGoldenImageResponse parses an HTTP response from a InspectionProfilesCaptureGoldenImageWithResponse call
func (InspectionProfilesCaptureGoldenImageResponse) Status ¶
func (r InspectionProfilesCaptureGoldenImageResponse) Status() string
Status returns HTTPResponse.Status
func (InspectionProfilesCaptureGoldenImageResponse) StatusCode ¶
func (r InspectionProfilesCaptureGoldenImageResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type InspectionProfilesCreateProfileJSONRequestBody ¶
type InspectionProfilesCreateProfileJSONRequestBody = InspectionProfileCreate
InspectionProfilesCreateProfileJSONRequestBody defines body for InspectionProfilesCreateProfile for application/json ContentType.
type InspectionProfilesCreateProfileParams ¶
type InspectionProfilesCreateProfileParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
InspectionProfilesCreateProfileParams defines parameters for InspectionProfilesCreateProfile.
type InspectionProfilesCreateProfileResponse ¶
type InspectionProfilesCreateProfileResponse struct {
Body []byte
HTTPResponse *http.Response
JSON201 *InspectionProfilePublic
JSON422 *HTTPValidationError
}
func ParseInspectionProfilesCreateProfileResponse ¶
func ParseInspectionProfilesCreateProfileResponse(rsp *http.Response) (*InspectionProfilesCreateProfileResponse, error)
ParseInspectionProfilesCreateProfileResponse parses an HTTP response from a InspectionProfilesCreateProfileWithResponse call
func (InspectionProfilesCreateProfileResponse) Status ¶
func (r InspectionProfilesCreateProfileResponse) Status() string
Status returns HTTPResponse.Status
func (InspectionProfilesCreateProfileResponse) StatusCode ¶
func (r InspectionProfilesCreateProfileResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type InspectionProfilesDeactivateProfileParams ¶
type InspectionProfilesDeactivateProfileParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
InspectionProfilesDeactivateProfileParams defines parameters for InspectionProfilesDeactivateProfile.
type InspectionProfilesDeactivateProfileResponse ¶
type InspectionProfilesDeactivateProfileResponse struct {
Body []byte
HTTPResponse *http.Response
JSON422 *HTTPValidationError
}
func ParseInspectionProfilesDeactivateProfileResponse ¶
func ParseInspectionProfilesDeactivateProfileResponse(rsp *http.Response) (*InspectionProfilesDeactivateProfileResponse, error)
ParseInspectionProfilesDeactivateProfileResponse parses an HTTP response from a InspectionProfilesDeactivateProfileWithResponse call
func (InspectionProfilesDeactivateProfileResponse) Status ¶
func (r InspectionProfilesDeactivateProfileResponse) Status() string
Status returns HTTPResponse.Status
func (InspectionProfilesDeactivateProfileResponse) StatusCode ¶
func (r InspectionProfilesDeactivateProfileResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type InspectionProfilesDeleteGoldenImageParams ¶
type InspectionProfilesDeleteGoldenImageParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
InspectionProfilesDeleteGoldenImageParams defines parameters for InspectionProfilesDeleteGoldenImage.
type InspectionProfilesDeleteGoldenImageResponse ¶
type InspectionProfilesDeleteGoldenImageResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *DeletedResponse
JSON422 *HTTPValidationError
}
func ParseInspectionProfilesDeleteGoldenImageResponse ¶
func ParseInspectionProfilesDeleteGoldenImageResponse(rsp *http.Response) (*InspectionProfilesDeleteGoldenImageResponse, error)
ParseInspectionProfilesDeleteGoldenImageResponse parses an HTTP response from a InspectionProfilesDeleteGoldenImageWithResponse call
func (InspectionProfilesDeleteGoldenImageResponse) Status ¶
func (r InspectionProfilesDeleteGoldenImageResponse) Status() string
Status returns HTTPResponse.Status
func (InspectionProfilesDeleteGoldenImageResponse) StatusCode ¶
func (r InspectionProfilesDeleteGoldenImageResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type InspectionProfilesDeleteProfileParams ¶
type InspectionProfilesDeleteProfileParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
InspectionProfilesDeleteProfileParams defines parameters for InspectionProfilesDeleteProfile.
type InspectionProfilesDeleteProfileResponse ¶
type InspectionProfilesDeleteProfileResponse struct {
Body []byte
HTTPResponse *http.Response
JSON422 *HTTPValidationError
}
func ParseInspectionProfilesDeleteProfileResponse ¶
func ParseInspectionProfilesDeleteProfileResponse(rsp *http.Response) (*InspectionProfilesDeleteProfileResponse, error)
ParseInspectionProfilesDeleteProfileResponse parses an HTTP response from a InspectionProfilesDeleteProfileWithResponse call
func (InspectionProfilesDeleteProfileResponse) Status ¶
func (r InspectionProfilesDeleteProfileResponse) Status() string
Status returns HTTPResponse.Status
func (InspectionProfilesDeleteProfileResponse) StatusCode ¶
func (r InspectionProfilesDeleteProfileResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type InspectionProfilesGetProfileParams ¶
type InspectionProfilesGetProfileParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
InspectionProfilesGetProfileParams defines parameters for InspectionProfilesGetProfile.
type InspectionProfilesGetProfileResponse ¶
type InspectionProfilesGetProfileResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *InspectionProfileWithImages
JSON422 *HTTPValidationError
}
func ParseInspectionProfilesGetProfileResponse ¶
func ParseInspectionProfilesGetProfileResponse(rsp *http.Response) (*InspectionProfilesGetProfileResponse, error)
ParseInspectionProfilesGetProfileResponse parses an HTTP response from a InspectionProfilesGetProfileWithResponse call
func (InspectionProfilesGetProfileResponse) Status ¶
func (r InspectionProfilesGetProfileResponse) Status() string
Status returns HTTPResponse.Status
func (InspectionProfilesGetProfileResponse) StatusCode ¶
func (r InspectionProfilesGetProfileResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type InspectionProfilesInspectCaptureJSONRequestBody ¶
type InspectionProfilesInspectCaptureJSONRequestBody = CaptureRequest
InspectionProfilesInspectCaptureJSONRequestBody defines body for InspectionProfilesInspectCapture for application/json ContentType.
type InspectionProfilesInspectCaptureParams ¶
type InspectionProfilesInspectCaptureParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
InspectionProfilesInspectCaptureParams defines parameters for InspectionProfilesInspectCapture.
type InspectionProfilesInspectCaptureResponse ¶
type InspectionProfilesInspectCaptureResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *CameraImagePublic
JSON422 *HTTPValidationError
}
func ParseInspectionProfilesInspectCaptureResponse ¶
func ParseInspectionProfilesInspectCaptureResponse(rsp *http.Response) (*InspectionProfilesInspectCaptureResponse, error)
ParseInspectionProfilesInspectCaptureResponse parses an HTTP response from a InspectionProfilesInspectCaptureWithResponse call
func (InspectionProfilesInspectCaptureResponse) Status ¶
func (r InspectionProfilesInspectCaptureResponse) Status() string
Status returns HTTPResponse.Status
func (InspectionProfilesInspectCaptureResponse) StatusCode ¶
func (r InspectionProfilesInspectCaptureResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type InspectionProfilesListProfilesParams ¶
type InspectionProfilesListProfilesParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
InspectionProfilesListProfilesParams defines parameters for InspectionProfilesListProfiles.
type InspectionProfilesListProfilesResponse ¶
type InspectionProfilesListProfilesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *[]InspectionProfilePublic
JSON422 *HTTPValidationError
}
func ParseInspectionProfilesListProfilesResponse ¶
func ParseInspectionProfilesListProfilesResponse(rsp *http.Response) (*InspectionProfilesListProfilesResponse, error)
ParseInspectionProfilesListProfilesResponse parses an HTTP response from a InspectionProfilesListProfilesWithResponse call
func (InspectionProfilesListProfilesResponse) Status ¶
func (r InspectionProfilesListProfilesResponse) Status() string
Status returns HTTPResponse.Status
func (InspectionProfilesListProfilesResponse) StatusCode ¶
func (r InspectionProfilesListProfilesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type InspectionProfilesUpdateProfileJSONRequestBody ¶
type InspectionProfilesUpdateProfileJSONRequestBody = InspectionProfileUpdate
InspectionProfilesUpdateProfileJSONRequestBody defines body for InspectionProfilesUpdateProfile for application/json ContentType.
type InspectionProfilesUpdateProfileParams ¶
type InspectionProfilesUpdateProfileParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
InspectionProfilesUpdateProfileParams defines parameters for InspectionProfilesUpdateProfile.
type InspectionProfilesUpdateProfileResponse ¶
type InspectionProfilesUpdateProfileResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *InspectionProfilePublic
JSON422 *HTTPValidationError
}
func ParseInspectionProfilesUpdateProfileResponse ¶
func ParseInspectionProfilesUpdateProfileResponse(rsp *http.Response) (*InspectionProfilesUpdateProfileResponse, error)
ParseInspectionProfilesUpdateProfileResponse parses an HTTP response from a InspectionProfilesUpdateProfileWithResponse call
func (InspectionProfilesUpdateProfileResponse) Status ¶
func (r InspectionProfilesUpdateProfileResponse) Status() string
Status returns HTTPResponse.Status
func (InspectionProfilesUpdateProfileResponse) StatusCode ¶
func (r InspectionProfilesUpdateProfileResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type InspectionProfilesUploadGoldenImageMultipartRequestBody ¶
type InspectionProfilesUploadGoldenImageMultipartRequestBody = BodyInspectionProfilesUploadGoldenImage
InspectionProfilesUploadGoldenImageMultipartRequestBody defines body for InspectionProfilesUploadGoldenImage for multipart/form-data ContentType.
type InspectionProfilesUploadGoldenImageParams ¶
type InspectionProfilesUploadGoldenImageParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
InspectionProfilesUploadGoldenImageParams defines parameters for InspectionProfilesUploadGoldenImage.
type InspectionProfilesUploadGoldenImageResponse ¶
type InspectionProfilesUploadGoldenImageResponse struct {
Body []byte
HTTPResponse *http.Response
JSON201 *GoldenImagePublic
JSON422 *HTTPValidationError
}
func ParseInspectionProfilesUploadGoldenImageResponse ¶
func ParseInspectionProfilesUploadGoldenImageResponse(rsp *http.Response) (*InspectionProfilesUploadGoldenImageResponse, error)
ParseInspectionProfilesUploadGoldenImageResponse parses an HTTP response from a InspectionProfilesUploadGoldenImageWithResponse call
func (InspectionProfilesUploadGoldenImageResponse) Status ¶
func (r InspectionProfilesUploadGoldenImageResponse) Status() string
Status returns HTTPResponse.Status
func (InspectionProfilesUploadGoldenImageResponse) StatusCode ¶
func (r InspectionProfilesUploadGoldenImageResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type InspectionProfilesUploadTrainingCaptureMultipartRequestBody ¶
type InspectionProfilesUploadTrainingCaptureMultipartRequestBody = BodyInspectionProfilesUploadTrainingCapture
InspectionProfilesUploadTrainingCaptureMultipartRequestBody defines body for InspectionProfilesUploadTrainingCapture for multipart/form-data ContentType.
type InspectionProfilesUploadTrainingCaptureParams ¶
type InspectionProfilesUploadTrainingCaptureParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
InspectionProfilesUploadTrainingCaptureParams defines parameters for InspectionProfilesUploadTrainingCapture.
type InspectionProfilesUploadTrainingCaptureResponse ¶
type InspectionProfilesUploadTrainingCaptureResponse struct {
Body []byte
HTTPResponse *http.Response
JSON201 *CameraImagePublic
JSON422 *HTTPValidationError
}
func ParseInspectionProfilesUploadTrainingCaptureResponse ¶
func ParseInspectionProfilesUploadTrainingCaptureResponse(rsp *http.Response) (*InspectionProfilesUploadTrainingCaptureResponse, error)
ParseInspectionProfilesUploadTrainingCaptureResponse parses an HTTP response from a InspectionProfilesUploadTrainingCaptureWithResponse call
func (InspectionProfilesUploadTrainingCaptureResponse) Status ¶
func (r InspectionProfilesUploadTrainingCaptureResponse) Status() string
Status returns HTTPResponse.Status
func (InspectionProfilesUploadTrainingCaptureResponse) StatusCode ¶
func (r InspectionProfilesUploadTrainingCaptureResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type InspectionPromoteCaptureToGoldenParams ¶
type InspectionPromoteCaptureToGoldenParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
InspectionPromoteCaptureToGoldenParams defines parameters for InspectionPromoteCaptureToGolden.
type InspectionPromoteCaptureToGoldenResponse ¶
type InspectionPromoteCaptureToGoldenResponse struct {
Body []byte
HTTPResponse *http.Response
JSON201 *GoldenImagePublic
JSON422 *HTTPValidationError
}
func ParseInspectionPromoteCaptureToGoldenResponse ¶
func ParseInspectionPromoteCaptureToGoldenResponse(rsp *http.Response) (*InspectionPromoteCaptureToGoldenResponse, error)
ParseInspectionPromoteCaptureToGoldenResponse parses an HTTP response from a InspectionPromoteCaptureToGoldenWithResponse call
func (InspectionPromoteCaptureToGoldenResponse) Status ¶
func (r InspectionPromoteCaptureToGoldenResponse) Status() string
Status returns HTTPResponse.Status
func (InspectionPromoteCaptureToGoldenResponse) StatusCode ¶
func (r InspectionPromoteCaptureToGoldenResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type InspectionSetCaptureReferenceSetJSONRequestBody ¶
type InspectionSetCaptureReferenceSetJSONRequestBody = CaptureReferenceSetIn
InspectionSetCaptureReferenceSetJSONRequestBody defines body for InspectionSetCaptureReferenceSet for application/json ContentType.
type InspectionSetCaptureReferenceSetParams ¶
type InspectionSetCaptureReferenceSetParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
InspectionSetCaptureReferenceSetParams defines parameters for InspectionSetCaptureReferenceSet.
type InspectionSetCaptureReferenceSetResponse ¶
type InspectionSetCaptureReferenceSetResponse struct {
Body []byte
HTTPResponse *http.Response
JSON422 *HTTPValidationError
}
func ParseInspectionSetCaptureReferenceSetResponse ¶
func ParseInspectionSetCaptureReferenceSetResponse(rsp *http.Response) (*InspectionSetCaptureReferenceSetResponse, error)
ParseInspectionSetCaptureReferenceSetResponse parses an HTTP response from a InspectionSetCaptureReferenceSetWithResponse call
func (InspectionSetCaptureReferenceSetResponse) Status ¶
func (r InspectionSetCaptureReferenceSetResponse) Status() string
Status returns HTTPResponse.Status
func (InspectionSetCaptureReferenceSetResponse) StatusCode ¶
func (r InspectionSetCaptureReferenceSetResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type InspectionUpdateAnnotationJSONRequestBody ¶
type InspectionUpdateAnnotationJSONRequestBody = AnnotationUpdateIn
InspectionUpdateAnnotationJSONRequestBody defines body for InspectionUpdateAnnotation for application/json ContentType.
type InspectionUpdateAnnotationParams ¶
type InspectionUpdateAnnotationParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
InspectionUpdateAnnotationParams defines parameters for InspectionUpdateAnnotation.
type InspectionUpdateAnnotationResponse ¶
type InspectionUpdateAnnotationResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *InspectionAnnotationPublic
JSON422 *HTTPValidationError
}
func ParseInspectionUpdateAnnotationResponse ¶
func ParseInspectionUpdateAnnotationResponse(rsp *http.Response) (*InspectionUpdateAnnotationResponse, error)
ParseInspectionUpdateAnnotationResponse parses an HTTP response from a InspectionUpdateAnnotationWithResponse call
func (InspectionUpdateAnnotationResponse) Status ¶
func (r InspectionUpdateAnnotationResponse) Status() string
Status returns HTTPResponse.Status
func (InspectionUpdateAnnotationResponse) StatusCode ¶
func (r InspectionUpdateAnnotationResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type JetsonNanoCheckJetsonOnlineParams ¶
type JetsonNanoCheckJetsonOnlineParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
JetsonNanoCheckJetsonOnlineParams defines parameters for JetsonNanoCheckJetsonOnline.
type JetsonNanoCheckJetsonOnlineResponse ¶
type JetsonNanoCheckJetsonOnlineResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *map[string]bool
JSON422 *HTTPValidationError
}
func ParseJetsonNanoCheckJetsonOnlineResponse ¶
func ParseJetsonNanoCheckJetsonOnlineResponse(rsp *http.Response) (*JetsonNanoCheckJetsonOnlineResponse, error)
ParseJetsonNanoCheckJetsonOnlineResponse parses an HTTP response from a JetsonNanoCheckJetsonOnlineWithResponse call
func (JetsonNanoCheckJetsonOnlineResponse) Status ¶
func (r JetsonNanoCheckJetsonOnlineResponse) Status() string
Status returns HTTPResponse.Status
func (JetsonNanoCheckJetsonOnlineResponse) StatusCode ¶
func (r JetsonNanoCheckJetsonOnlineResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type JetsonNanoConfigPublic ¶
type JetsonNanoConfigPublic struct {
// CameraIndex Camera index on the Jetson device
CameraIndex *int `json:"camera_index,omitempty"`
CreatedAt time.Time `json:"created_at"`
DeviceId openapi_types.UUID `json:"device_id"`
// ExtraConfig Additional Jetson-specific configuration
ExtraConfig *map[string]interface{} `json:"extra_config,omitempty"`
// Fps Frames per second
Fps *int `json:"fps,omitempty"`
Id openapi_types.UUID `json:"id"`
// Resolution Video resolution (e.g., 1920x1080)
Resolution *string `json:"resolution,omitempty"`
UpdatedAt time.Time `json:"updated_at"`
}
JetsonNanoConfigPublic Public schema for Jetson Nano config responses.
type JetsonNanoConfigRequest ¶
type JetsonNanoConfigRequest struct {
CameraIndex *int `json:"camera_index,omitempty"`
ExtraConfig *map[string]interface{} `json:"extra_config,omitempty"`
Fps *int `json:"fps,omitempty"`
Resolution *string `json:"resolution,omitempty"`
}
JetsonNanoConfigRequest Jetson Nano device configuration request.
type JetsonNanoGetDetectionDigestParams ¶
type JetsonNanoGetDetectionDigestParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
JetsonNanoGetDetectionDigestParams defines parameters for JetsonNanoGetDetectionDigest.
type JetsonNanoGetDetectionDigestResponse ¶
type JetsonNanoGetDetectionDigestResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *DetectionDigest
JSON422 *HTTPValidationError
}
func ParseJetsonNanoGetDetectionDigestResponse ¶
func ParseJetsonNanoGetDetectionDigestResponse(rsp *http.Response) (*JetsonNanoGetDetectionDigestResponse, error)
ParseJetsonNanoGetDetectionDigestResponse parses an HTTP response from a JetsonNanoGetDetectionDigestWithResponse call
func (JetsonNanoGetDetectionDigestResponse) Status ¶
func (r JetsonNanoGetDetectionDigestResponse) Status() string
Status returns HTTPResponse.Status
func (JetsonNanoGetDetectionDigestResponse) StatusCode ¶
func (r JetsonNanoGetDetectionDigestResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type JetsonNanoGetDetectionStatusParams ¶
type JetsonNanoGetDetectionStatusParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
JetsonNanoGetDetectionStatusParams defines parameters for JetsonNanoGetDetectionStatus.
type JetsonNanoGetDetectionStatusResponse ¶
type JetsonNanoGetDetectionStatusResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *DetectionStatus
JSON422 *HTTPValidationError
}
func ParseJetsonNanoGetDetectionStatusResponse ¶
func ParseJetsonNanoGetDetectionStatusResponse(rsp *http.Response) (*JetsonNanoGetDetectionStatusResponse, error)
ParseJetsonNanoGetDetectionStatusResponse parses an HTTP response from a JetsonNanoGetDetectionStatusWithResponse call
func (JetsonNanoGetDetectionStatusResponse) Status ¶
func (r JetsonNanoGetDetectionStatusResponse) Status() string
Status returns HTTPResponse.Status
func (JetsonNanoGetDetectionStatusResponse) StatusCode ¶
func (r JetsonNanoGetDetectionStatusResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type JetsonNanoGetJetsonConfigParams ¶
type JetsonNanoGetJetsonConfigParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
JetsonNanoGetJetsonConfigParams defines parameters for JetsonNanoGetJetsonConfig.
type JetsonNanoGetJetsonConfigResponse ¶
type JetsonNanoGetJetsonConfigResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *JetsonNanoConfigPublic
JSON422 *HTTPValidationError
}
func ParseJetsonNanoGetJetsonConfigResponse ¶
func ParseJetsonNanoGetJetsonConfigResponse(rsp *http.Response) (*JetsonNanoGetJetsonConfigResponse, error)
ParseJetsonNanoGetJetsonConfigResponse parses an HTTP response from a JetsonNanoGetJetsonConfigWithResponse call
func (JetsonNanoGetJetsonConfigResponse) Status ¶
func (r JetsonNanoGetJetsonConfigResponse) Status() string
Status returns HTTPResponse.Status
func (JetsonNanoGetJetsonConfigResponse) StatusCode ¶
func (r JetsonNanoGetJetsonConfigResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type JetsonNanoGetJetsonDeviceStatusParams ¶
type JetsonNanoGetJetsonDeviceStatusParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
JetsonNanoGetJetsonDeviceStatusParams defines parameters for JetsonNanoGetJetsonDeviceStatus.
type JetsonNanoGetJetsonDeviceStatusResponse ¶
type JetsonNanoGetJetsonDeviceStatusResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *JetsonNanoStatus
JSON422 *HTTPValidationError
}
func ParseJetsonNanoGetJetsonDeviceStatusResponse ¶
func ParseJetsonNanoGetJetsonDeviceStatusResponse(rsp *http.Response) (*JetsonNanoGetJetsonDeviceStatusResponse, error)
ParseJetsonNanoGetJetsonDeviceStatusResponse parses an HTTP response from a JetsonNanoGetJetsonDeviceStatusWithResponse call
func (JetsonNanoGetJetsonDeviceStatusResponse) Status ¶
func (r JetsonNanoGetJetsonDeviceStatusResponse) Status() string
Status returns HTTPResponse.Status
func (JetsonNanoGetJetsonDeviceStatusResponse) StatusCode ¶
func (r JetsonNanoGetJetsonDeviceStatusResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type JetsonNanoGetJetsonDevicesParams ¶
type JetsonNanoGetJetsonDevicesParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
JetsonNanoGetJetsonDevicesParams defines parameters for JetsonNanoGetJetsonDevices.
type JetsonNanoGetJetsonDevicesResponse ¶
type JetsonNanoGetJetsonDevicesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *[]JetsonNanoStatus
JSON422 *HTTPValidationError
}
func ParseJetsonNanoGetJetsonDevicesResponse ¶
func ParseJetsonNanoGetJetsonDevicesResponse(rsp *http.Response) (*JetsonNanoGetJetsonDevicesResponse, error)
ParseJetsonNanoGetJetsonDevicesResponse parses an HTTP response from a JetsonNanoGetJetsonDevicesWithResponse call
func (JetsonNanoGetJetsonDevicesResponse) Status ¶
func (r JetsonNanoGetJetsonDevicesResponse) Status() string
Status returns HTTPResponse.Status
func (JetsonNanoGetJetsonDevicesResponse) StatusCode ¶
func (r JetsonNanoGetJetsonDevicesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type JetsonNanoSendJetsonConfigJSONRequestBody ¶
type JetsonNanoSendJetsonConfigJSONRequestBody = JetsonNanoConfigRequest
JetsonNanoSendJetsonConfigJSONRequestBody defines body for JetsonNanoSendJetsonConfig for application/json ContentType.
type JetsonNanoSendJetsonConfigParams ¶
type JetsonNanoSendJetsonConfigParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
JetsonNanoSendJetsonConfigParams defines parameters for JetsonNanoSendJetsonConfig.
type JetsonNanoSendJetsonConfigResponse ¶
type JetsonNanoSendJetsonConfigResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *JetsonNanoConfigPublic
JSON422 *HTTPValidationError
}
func ParseJetsonNanoSendJetsonConfigResponse ¶
func ParseJetsonNanoSendJetsonConfigResponse(rsp *http.Response) (*JetsonNanoSendJetsonConfigResponse, error)
ParseJetsonNanoSendJetsonConfigResponse parses an HTTP response from a JetsonNanoSendJetsonConfigWithResponse call
func (JetsonNanoSendJetsonConfigResponse) Status ¶
func (r JetsonNanoSendJetsonConfigResponse) Status() string
Status returns HTTPResponse.Status
func (JetsonNanoSendJetsonConfigResponse) StatusCode ¶
func (r JetsonNanoSendJetsonConfigResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type JetsonNanoSendJetsonControlJSONRequestBody ¶
type JetsonNanoSendJetsonControlJSONRequestBody = DeviceControl
JetsonNanoSendJetsonControlJSONRequestBody defines body for JetsonNanoSendJetsonControl for application/json ContentType.
type JetsonNanoSendJetsonControlParams ¶
type JetsonNanoSendJetsonControlParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
JetsonNanoSendJetsonControlParams defines parameters for JetsonNanoSendJetsonControl.
type JetsonNanoSendJetsonControlResponse ¶
type JetsonNanoSendJetsonControlResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *map[string]string
JSON422 *HTTPValidationError
}
func ParseJetsonNanoSendJetsonControlResponse ¶
func ParseJetsonNanoSendJetsonControlResponse(rsp *http.Response) (*JetsonNanoSendJetsonControlResponse, error)
ParseJetsonNanoSendJetsonControlResponse parses an HTTP response from a JetsonNanoSendJetsonControlWithResponse call
func (JetsonNanoSendJetsonControlResponse) Status ¶
func (r JetsonNanoSendJetsonControlResponse) Status() string
Status returns HTTPResponse.Status
func (JetsonNanoSendJetsonControlResponse) StatusCode ¶
func (r JetsonNanoSendJetsonControlResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type JetsonNanoStatus ¶
type JetsonNanoStatus struct {
CameraIndex *int `json:"camera_index,omitempty"`
DeviceId string `json:"device_id"`
DeviceType *string `json:"device_type,omitempty"`
Fps *int `json:"fps,omitempty"`
FrameCount *int `json:"frame_count,omitempty"`
LastSeen *string `json:"last_seen,omitempty"`
Resolution *string `json:"resolution,omitempty"`
Status string `json:"status"`
Uptime *float32 `json:"uptime,omitempty"`
}
JetsonNanoStatus Jetson Nano device status response with device-specific fields.
Inherits common fields from DeviceStatus: - device_id, status, device_type, last_seen, uptime
type LivekitGetViewerTokenParams ¶
type LivekitGetViewerTokenParams struct {
DeviceId string `form:"device_id" json:"device_id"`
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
LivekitGetViewerTokenParams defines parameters for LivekitGetViewerToken.
type LivekitGetViewerTokenResponse ¶
type LivekitGetViewerTokenResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *map[string]interface{}
JSON422 *HTTPValidationError
}
func ParseLivekitGetViewerTokenResponse ¶
func ParseLivekitGetViewerTokenResponse(rsp *http.Response) (*LivekitGetViewerTokenResponse, error)
ParseLivekitGetViewerTokenResponse parses an HTTP response from a LivekitGetViewerTokenWithResponse call
func (LivekitGetViewerTokenResponse) Status ¶
func (r LivekitGetViewerTokenResponse) Status() string
Status returns HTTPResponse.Status
func (LivekitGetViewerTokenResponse) StatusCode ¶
func (r LivekitGetViewerTokenResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type LivekitStartDeviceStreamParams ¶
type LivekitStartDeviceStreamParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
LivekitStartDeviceStreamParams defines parameters for LivekitStartDeviceStream.
type LivekitStartDeviceStreamResponse ¶
type LivekitStartDeviceStreamResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *map[string]interface{}
JSON422 *HTTPValidationError
}
func ParseLivekitStartDeviceStreamResponse ¶
func ParseLivekitStartDeviceStreamResponse(rsp *http.Response) (*LivekitStartDeviceStreamResponse, error)
ParseLivekitStartDeviceStreamResponse parses an HTTP response from a LivekitStartDeviceStreamWithResponse call
func (LivekitStartDeviceStreamResponse) Status ¶
func (r LivekitStartDeviceStreamResponse) Status() string
Status returns HTTPResponse.Status
func (LivekitStartDeviceStreamResponse) StatusCode ¶
func (r LivekitStartDeviceStreamResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type LivekitStopDeviceStreamParams ¶
type LivekitStopDeviceStreamParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
LivekitStopDeviceStreamParams defines parameters for LivekitStopDeviceStream.
type LivekitStopDeviceStreamResponse ¶
type LivekitStopDeviceStreamResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *map[string]interface{}
JSON422 *HTTPValidationError
}
func ParseLivekitStopDeviceStreamResponse ¶
func ParseLivekitStopDeviceStreamResponse(rsp *http.Response) (*LivekitStopDeviceStreamResponse, error)
ParseLivekitStopDeviceStreamResponse parses an HTTP response from a LivekitStopDeviceStreamWithResponse call
func (LivekitStopDeviceStreamResponse) Status ¶
func (r LivekitStopDeviceStreamResponse) Status() string
Status returns HTTPResponse.Status
func (LivekitStopDeviceStreamResponse) StatusCode ¶
func (r LivekitStopDeviceStreamResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type LocationCreate ¶
type LocationCreate struct {
Description *string `json:"description,omitempty"`
Level string `json:"level"`
Metadata *map[string]interface{} `json:"metadata,omitempty"`
Name string `json:"name"`
ParentId *openapi_types.UUID `json:"parent_id,omitempty"`
}
LocationCreate Properties to receive on location creation.
type LocationPublic ¶
type LocationPublic struct {
CreatedAt string `json:"created_at"`
Description *string `json:"description,omitempty"`
Id openapi_types.UUID `json:"id"`
IsDefault *bool `json:"is_default,omitempty"`
Level string `json:"level"`
Metadata *map[string]interface{} `json:"metadata_,omitempty"`
Name string `json:"name"`
ParentId *openapi_types.UUID `json:"parent_id"`
// Slug URL-safe identifier for MQTT topics, auto-generated from name
Slug *string `json:"slug,omitempty"`
TenantId openapi_types.UUID `json:"tenant_id"`
UpdatedAt string `json:"updated_at"`
}
LocationPublic Public schema for location responses.
type LocationUpdate ¶
type LocationUpdate struct {
Description *string `json:"description,omitempty"`
Metadata *map[string]interface{} `json:"metadata,omitempty"`
Name *string `json:"name,omitempty"`
}
LocationUpdate Properties to receive on location update.
type LocationWithChildren ¶
type LocationWithChildren struct {
Children *[]LocationWithChildren `json:"children,omitempty"`
CreatedAt string `json:"created_at"`
Description *string `json:"description,omitempty"`
Id openapi_types.UUID `json:"id"`
IsDefault *bool `json:"is_default,omitempty"`
Level string `json:"level"`
Metadata *map[string]interface{} `json:"metadata_,omitempty"`
Name string `json:"name"`
ParentId *openapi_types.UUID `json:"parent_id"`
// Slug URL-safe identifier for MQTT topics, auto-generated from name
Slug *string `json:"slug,omitempty"`
TenantId openapi_types.UUID `json:"tenant_id"`
UpdatedAt string `json:"updated_at"`
}
LocationWithChildren Location with children for tree view.
type LocationsCreateLocationJSONRequestBody ¶
type LocationsCreateLocationJSONRequestBody = LocationCreate
LocationsCreateLocationJSONRequestBody defines body for LocationsCreateLocation for application/json ContentType.
type LocationsCreateLocationParams ¶
type LocationsCreateLocationParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
LocationsCreateLocationParams defines parameters for LocationsCreateLocation.
type LocationsCreateLocationResponse ¶
type LocationsCreateLocationResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *LocationPublic
JSON422 *HTTPValidationError
}
func ParseLocationsCreateLocationResponse ¶
func ParseLocationsCreateLocationResponse(rsp *http.Response) (*LocationsCreateLocationResponse, error)
ParseLocationsCreateLocationResponse parses an HTTP response from a LocationsCreateLocationWithResponse call
func (LocationsCreateLocationResponse) Status ¶
func (r LocationsCreateLocationResponse) Status() string
Status returns HTTPResponse.Status
func (LocationsCreateLocationResponse) StatusCode ¶
func (r LocationsCreateLocationResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type LocationsDeleteLocationParams ¶
type LocationsDeleteLocationParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
LocationsDeleteLocationParams defines parameters for LocationsDeleteLocation.
type LocationsDeleteLocationResponse ¶
type LocationsDeleteLocationResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *DeletedResponse
JSON422 *HTTPValidationError
}
func ParseLocationsDeleteLocationResponse ¶
func ParseLocationsDeleteLocationResponse(rsp *http.Response) (*LocationsDeleteLocationResponse, error)
ParseLocationsDeleteLocationResponse parses an HTTP response from a LocationsDeleteLocationWithResponse call
func (LocationsDeleteLocationResponse) Status ¶
func (r LocationsDeleteLocationResponse) Status() string
Status returns HTTPResponse.Status
func (LocationsDeleteLocationResponse) StatusCode ¶
func (r LocationsDeleteLocationResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type LocationsGetLocationDevicesParams ¶
type LocationsGetLocationDevicesParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
LocationsGetLocationDevicesParams defines parameters for LocationsGetLocationDevices.
type LocationsGetLocationDevicesResponse ¶
type LocationsGetLocationDevicesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *[]DevicePublic
JSON422 *HTTPValidationError
}
func ParseLocationsGetLocationDevicesResponse ¶
func ParseLocationsGetLocationDevicesResponse(rsp *http.Response) (*LocationsGetLocationDevicesResponse, error)
ParseLocationsGetLocationDevicesResponse parses an HTTP response from a LocationsGetLocationDevicesWithResponse call
func (LocationsGetLocationDevicesResponse) Status ¶
func (r LocationsGetLocationDevicesResponse) Status() string
Status returns HTTPResponse.Status
func (LocationsGetLocationDevicesResponse) StatusCode ¶
func (r LocationsGetLocationDevicesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type LocationsGetLocationIncidentsParams ¶
type LocationsGetLocationIncidentsParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
LocationsGetLocationIncidentsParams defines parameters for LocationsGetLocationIncidents.
type LocationsGetLocationIncidentsResponse ¶
type LocationsGetLocationIncidentsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *[]IncidentPublic
JSON422 *HTTPValidationError
}
func ParseLocationsGetLocationIncidentsResponse ¶
func ParseLocationsGetLocationIncidentsResponse(rsp *http.Response) (*LocationsGetLocationIncidentsResponse, error)
ParseLocationsGetLocationIncidentsResponse parses an HTTP response from a LocationsGetLocationIncidentsWithResponse call
func (LocationsGetLocationIncidentsResponse) Status ¶
func (r LocationsGetLocationIncidentsResponse) Status() string
Status returns HTTPResponse.Status
func (LocationsGetLocationIncidentsResponse) StatusCode ¶
func (r LocationsGetLocationIncidentsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type LocationsGetLocationParams ¶
type LocationsGetLocationParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
LocationsGetLocationParams defines parameters for LocationsGetLocation.
type LocationsGetLocationResponse ¶
type LocationsGetLocationResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *LocationWithChildren
JSON422 *HTTPValidationError
}
func ParseLocationsGetLocationResponse ¶
func ParseLocationsGetLocationResponse(rsp *http.Response) (*LocationsGetLocationResponse, error)
ParseLocationsGetLocationResponse parses an HTTP response from a LocationsGetLocationWithResponse call
func (LocationsGetLocationResponse) Status ¶
func (r LocationsGetLocationResponse) Status() string
Status returns HTTPResponse.Status
func (LocationsGetLocationResponse) StatusCode ¶
func (r LocationsGetLocationResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type LocationsGetLocationTreeParams ¶
type LocationsGetLocationTreeParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
LocationsGetLocationTreeParams defines parameters for LocationsGetLocationTree.
type LocationsGetLocationTreeResponse ¶
type LocationsGetLocationTreeResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *[]LocationWithChildren
JSON422 *HTTPValidationError
}
func ParseLocationsGetLocationTreeResponse ¶
func ParseLocationsGetLocationTreeResponse(rsp *http.Response) (*LocationsGetLocationTreeResponse, error)
ParseLocationsGetLocationTreeResponse parses an HTTP response from a LocationsGetLocationTreeWithResponse call
func (LocationsGetLocationTreeResponse) Status ¶
func (r LocationsGetLocationTreeResponse) Status() string
Status returns HTTPResponse.Status
func (LocationsGetLocationTreeResponse) StatusCode ¶
func (r LocationsGetLocationTreeResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type LocationsListLocationsParams ¶
type LocationsListLocationsParams struct {
Skip *int `form:"skip,omitempty" json:"skip,omitempty"`
Limit *int `form:"limit,omitempty" json:"limit,omitempty"`
Level *string `form:"level,omitempty" json:"level,omitempty"`
ParentId *openapi_types.UUID `form:"parent_id,omitempty" json:"parent_id,omitempty"`
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
LocationsListLocationsParams defines parameters for LocationsListLocations.
type LocationsListLocationsResponse ¶
type LocationsListLocationsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *LocationsPublic
JSON422 *HTTPValidationError
}
func ParseLocationsListLocationsResponse ¶
func ParseLocationsListLocationsResponse(rsp *http.Response) (*LocationsListLocationsResponse, error)
ParseLocationsListLocationsResponse parses an HTTP response from a LocationsListLocationsWithResponse call
func (LocationsListLocationsResponse) Status ¶
func (r LocationsListLocationsResponse) Status() string
Status returns HTTPResponse.Status
func (LocationsListLocationsResponse) StatusCode ¶
func (r LocationsListLocationsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type LocationsPublic ¶
type LocationsPublic struct {
Count int `json:"count"`
Data []LocationPublic `json:"data"`
}
LocationsPublic Schema for listing locations.
type LocationsUpdateLocationJSONRequestBody ¶
type LocationsUpdateLocationJSONRequestBody = LocationUpdate
LocationsUpdateLocationJSONRequestBody defines body for LocationsUpdateLocation for application/json ContentType.
type LocationsUpdateLocationParams ¶
type LocationsUpdateLocationParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
LocationsUpdateLocationParams defines parameters for LocationsUpdateLocation.
type LocationsUpdateLocationResponse ¶
type LocationsUpdateLocationResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *LocationPublic
JSON422 *HTTPValidationError
}
func ParseLocationsUpdateLocationResponse ¶
func ParseLocationsUpdateLocationResponse(rsp *http.Response) (*LocationsUpdateLocationResponse, error)
ParseLocationsUpdateLocationResponse parses an HTTP response from a LocationsUpdateLocationWithResponse call
func (LocationsUpdateLocationResponse) Status ¶
func (r LocationsUpdateLocationResponse) Status() string
Status returns HTTPResponse.Status
func (LocationsUpdateLocationResponse) StatusCode ¶
func (r LocationsUpdateLocationResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type LoginAuthCallbackParams ¶
type LoginAuthCallbackParams struct {
// Code Authorization code from Auth0
Code *string `form:"code,omitempty" json:"code,omitempty"`
// State State parameter for CSRF protection
State string `form:"state" json:"state"`
// Error Error code from Auth0
Error *string `form:"error,omitempty" json:"error,omitempty"`
// ErrorDescription Error description from Auth0
ErrorDescription *string `form:"error_description,omitempty" json:"error_description,omitempty"`
}
LoginAuthCallbackParams defines parameters for LoginAuthCallback.
type LoginAuthCallbackResponse ¶
type LoginAuthCallbackResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *interface{}
JSON422 *HTTPValidationError
}
func ParseLoginAuthCallbackResponse ¶
func ParseLoginAuthCallbackResponse(rsp *http.Response) (*LoginAuthCallbackResponse, error)
ParseLoginAuthCallbackResponse parses an HTTP response from a LoginAuthCallbackWithResponse call
func (LoginAuthCallbackResponse) Status ¶
func (r LoginAuthCallbackResponse) Status() string
Status returns HTTPResponse.Status
func (LoginAuthCallbackResponse) StatusCode ¶
func (r LoginAuthCallbackResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type LoginAuthLoginParams ¶
type LoginAuthLoginParams struct {
// RedirectUri Frontend URL to redirect after login (defaults to FRONTEND_HOST)
RedirectUri *string `form:"redirect_uri,omitempty" json:"redirect_uri,omitempty"`
// Organization Organization name or Auth0 org ID to log into (optional)
Organization *string `form:"organization,omitempty" json:"organization,omitempty"`
// Connection Auth0 connection name to skip Universal Login (e.g., 'google-oauth2')
Connection *string `form:"connection,omitempty" json:"connection,omitempty"`
// LoginHint Email to pre-fill on the Auth0 login page
LoginHint *string `form:"login_hint,omitempty" json:"login_hint,omitempty"`
}
LoginAuthLoginParams defines parameters for LoginAuthLogin.
type LoginAuthLoginResponse ¶
type LoginAuthLoginResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *interface{}
JSON422 *HTTPValidationError
}
func ParseLoginAuthLoginResponse ¶
func ParseLoginAuthLoginResponse(rsp *http.Response) (*LoginAuthLoginResponse, error)
ParseLoginAuthLoginResponse parses an HTTP response from a LoginAuthLoginWithResponse call
func (LoginAuthLoginResponse) Status ¶
func (r LoginAuthLoginResponse) Status() string
Status returns HTTPResponse.Status
func (LoginAuthLoginResponse) StatusCode ¶
func (r LoginAuthLoginResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type LoginAuthLogoutResponse ¶
type LoginAuthLogoutResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *interface{}
}
func ParseLoginAuthLogoutResponse ¶
func ParseLoginAuthLogoutResponse(rsp *http.Response) (*LoginAuthLogoutResponse, error)
ParseLoginAuthLogoutResponse parses an HTTP response from a LoginAuthLogoutWithResponse call
func (LoginAuthLogoutResponse) Status ¶
func (r LoginAuthLogoutResponse) Status() string
Status returns HTTPResponse.Status
func (LoginAuthLogoutResponse) StatusCode ¶
func (r LoginAuthLogoutResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type LoginTestTokenParams ¶
type LoginTestTokenParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
LoginTestTokenParams defines parameters for LoginTestToken.
type LoginTestTokenResponse ¶
type LoginTestTokenResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *UserPublic
JSON422 *HTTPValidationError
}
func ParseLoginTestTokenResponse ¶
func ParseLoginTestTokenResponse(rsp *http.Response) (*LoginTestTokenResponse, error)
ParseLoginTestTokenResponse parses an HTTP response from a LoginTestTokenWithResponse call
func (LoginTestTokenResponse) Status ¶
func (r LoginTestTokenResponse) Status() string
Status returns HTTPResponse.Status
func (LoginTestTokenResponse) StatusCode ¶
func (r LoginTestTokenResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type MQTTStatus ¶
type MQTTStatus struct {
Broker *string `json:"broker,omitempty"`
Connected bool `json:"connected"`
DevicesCount *int `json:"devices_count,omitempty"`
LastActivity *string `json:"last_activity,omitempty"`
Port *int `json:"port,omitempty"`
}
MQTTStatus MQTT service status response.
type Message ¶
type Message struct {
Message string `json:"message"`
}
Message Generic message response.
type ModelFormat ¶
type ModelFormat string
ModelFormat Supported AI model file formats.
const ( Engine ModelFormat = "engine" Onnx ModelFormat = "onnx" Pt ModelFormat = "pt" Tflite ModelFormat = "tflite" )
Defines values for ModelFormat.
func (ModelFormat) Valid ¶
func (e ModelFormat) Valid() bool
Valid indicates whether the value is a known member of the ModelFormat enum.
type ModelOutputSchemaPublic ¶
type ModelOutputSchemaPublic struct {
Domain string `json:"domain"`
Id openapi_types.UUID `json:"id"`
OutputModel map[string]interface{} `json:"output_model"`
ReviewRefs []ReviewRef `json:"review_refs"`
Source ModelOutputSchemaPublicSource `json:"source"`
StandardsRef *string `json:"standards_ref"`
TenantId openapi_types.UUID `json:"tenant_id"`
UpdatedAt time.Time `json:"updated_at"`
UseCase string `json:"use_case"`
Version int `json:"version"`
}
ModelOutputSchemaPublic defines model for ModelOutputSchemaPublic.
type ModelOutputSchemaPublicSource ¶
type ModelOutputSchemaPublicSource string
ModelOutputSchemaPublicSource defines model for ModelOutputSchemaPublic.Source.
const ( PlatformDefault ModelOutputSchemaPublicSource = "platform_default" TenantOverride ModelOutputSchemaPublicSource = "tenant_override" )
Defines values for ModelOutputSchemaPublicSource.
func (ModelOutputSchemaPublicSource) Valid ¶
func (e ModelOutputSchemaPublicSource) Valid() bool
Valid indicates whether the value is a known member of the ModelOutputSchemaPublicSource enum.
type ModelOutputSchemasDeleteSchemaParams ¶
type ModelOutputSchemasDeleteSchemaParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
ModelOutputSchemasDeleteSchemaParams defines parameters for ModelOutputSchemasDeleteSchema.
type ModelOutputSchemasDeleteSchemaResponse ¶
type ModelOutputSchemasDeleteSchemaResponse struct {
Body []byte
HTTPResponse *http.Response
JSON422 *HTTPValidationError
}
func ParseModelOutputSchemasDeleteSchemaResponse ¶
func ParseModelOutputSchemasDeleteSchemaResponse(rsp *http.Response) (*ModelOutputSchemasDeleteSchemaResponse, error)
ParseModelOutputSchemasDeleteSchemaResponse parses an HTTP response from a ModelOutputSchemasDeleteSchemaWithResponse call
func (ModelOutputSchemasDeleteSchemaResponse) Status ¶
func (r ModelOutputSchemasDeleteSchemaResponse) Status() string
Status returns HTTPResponse.Status
func (ModelOutputSchemasDeleteSchemaResponse) StatusCode ¶
func (r ModelOutputSchemasDeleteSchemaResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type ModelOutputSchemasForkSchemaParams ¶
type ModelOutputSchemasForkSchemaParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
ModelOutputSchemasForkSchemaParams defines parameters for ModelOutputSchemasForkSchema.
type ModelOutputSchemasForkSchemaResponse ¶
type ModelOutputSchemasForkSchemaResponse struct {
Body []byte
HTTPResponse *http.Response
JSON201 *ModelOutputSchemaPublic
JSON422 *HTTPValidationError
}
func ParseModelOutputSchemasForkSchemaResponse ¶
func ParseModelOutputSchemasForkSchemaResponse(rsp *http.Response) (*ModelOutputSchemasForkSchemaResponse, error)
ParseModelOutputSchemasForkSchemaResponse parses an HTTP response from a ModelOutputSchemasForkSchemaWithResponse call
func (ModelOutputSchemasForkSchemaResponse) Status ¶
func (r ModelOutputSchemasForkSchemaResponse) Status() string
Status returns HTTPResponse.Status
func (ModelOutputSchemasForkSchemaResponse) StatusCode ¶
func (r ModelOutputSchemasForkSchemaResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type ModelOutputSchemasGetBindingsParams ¶
type ModelOutputSchemasGetBindingsParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
ModelOutputSchemasGetBindingsParams defines parameters for ModelOutputSchemasGetBindings.
type ModelOutputSchemasGetBindingsResponse ¶
type ModelOutputSchemasGetBindingsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *[]SchemaBindingPublic
JSON422 *HTTPValidationError
}
func ParseModelOutputSchemasGetBindingsResponse ¶
func ParseModelOutputSchemasGetBindingsResponse(rsp *http.Response) (*ModelOutputSchemasGetBindingsResponse, error)
ParseModelOutputSchemasGetBindingsResponse parses an HTTP response from a ModelOutputSchemasGetBindingsWithResponse call
func (ModelOutputSchemasGetBindingsResponse) Status ¶
func (r ModelOutputSchemasGetBindingsResponse) Status() string
Status returns HTTPResponse.Status
func (ModelOutputSchemasGetBindingsResponse) StatusCode ¶
func (r ModelOutputSchemasGetBindingsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type ModelOutputSchemasGetReviewTargetsParams ¶
type ModelOutputSchemasGetReviewTargetsParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
ModelOutputSchemasGetReviewTargetsParams defines parameters for ModelOutputSchemasGetReviewTargets.
type ModelOutputSchemasGetReviewTargetsResponse ¶
type ModelOutputSchemasGetReviewTargetsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *[]ReviewTarget
JSON422 *HTTPValidationError
}
func ParseModelOutputSchemasGetReviewTargetsResponse ¶
func ParseModelOutputSchemasGetReviewTargetsResponse(rsp *http.Response) (*ModelOutputSchemasGetReviewTargetsResponse, error)
ParseModelOutputSchemasGetReviewTargetsResponse parses an HTTP response from a ModelOutputSchemasGetReviewTargetsWithResponse call
func (ModelOutputSchemasGetReviewTargetsResponse) Status ¶
func (r ModelOutputSchemasGetReviewTargetsResponse) Status() string
Status returns HTTPResponse.Status
func (ModelOutputSchemasGetReviewTargetsResponse) StatusCode ¶
func (r ModelOutputSchemasGetReviewTargetsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type ModelOutputSchemasGetSchemaDetailParams ¶
type ModelOutputSchemasGetSchemaDetailParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
ModelOutputSchemasGetSchemaDetailParams defines parameters for ModelOutputSchemasGetSchemaDetail.
type ModelOutputSchemasGetSchemaDetailResponse ¶
type ModelOutputSchemasGetSchemaDetailResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *ModelOutputSchemaPublic
JSON422 *HTTPValidationError
}
func ParseModelOutputSchemasGetSchemaDetailResponse ¶
func ParseModelOutputSchemasGetSchemaDetailResponse(rsp *http.Response) (*ModelOutputSchemasGetSchemaDetailResponse, error)
ParseModelOutputSchemasGetSchemaDetailResponse parses an HTTP response from a ModelOutputSchemasGetSchemaDetailWithResponse call
func (ModelOutputSchemasGetSchemaDetailResponse) Status ¶
func (r ModelOutputSchemasGetSchemaDetailResponse) Status() string
Status returns HTTPResponse.Status
func (ModelOutputSchemasGetSchemaDetailResponse) StatusCode ¶
func (r ModelOutputSchemasGetSchemaDetailResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type ModelOutputSchemasListSchemasParams ¶
type ModelOutputSchemasListSchemasParams struct {
// UseCase e.g. 'inspection'
UseCase string `form:"use_case" json:"use_case"`
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
ModelOutputSchemasListSchemasParams defines parameters for ModelOutputSchemasListSchemas.
type ModelOutputSchemasListSchemasResponse ¶
type ModelOutputSchemasListSchemasResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *[]ModelOutputSchemaPublic
JSON422 *HTTPValidationError
}
func ParseModelOutputSchemasListSchemasResponse ¶
func ParseModelOutputSchemasListSchemasResponse(rsp *http.Response) (*ModelOutputSchemasListSchemasResponse, error)
ParseModelOutputSchemasListSchemasResponse parses an HTTP response from a ModelOutputSchemasListSchemasWithResponse call
func (ModelOutputSchemasListSchemasResponse) Status ¶
func (r ModelOutputSchemasListSchemasResponse) Status() string
Status returns HTTPResponse.Status
func (ModelOutputSchemasListSchemasResponse) StatusCode ¶
func (r ModelOutputSchemasListSchemasResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type ModelOutputSchemasPatchSchemaJSONRequestBody ¶
type ModelOutputSchemasPatchSchemaJSONRequestBody = SchemaPatch
ModelOutputSchemasPatchSchemaJSONRequestBody defines body for ModelOutputSchemasPatchSchema for application/json ContentType.
type ModelOutputSchemasPatchSchemaParams ¶
type ModelOutputSchemasPatchSchemaParams struct {
IfMatch string `json:"If-Match"`
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
ModelOutputSchemasPatchSchemaParams defines parameters for ModelOutputSchemasPatchSchema.
type ModelOutputSchemasPatchSchemaResponse ¶
type ModelOutputSchemasPatchSchemaResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *ModelOutputSchemaPublic
JSON422 *HTTPValidationError
}
func ParseModelOutputSchemasPatchSchemaResponse ¶
func ParseModelOutputSchemasPatchSchemaResponse(rsp *http.Response) (*ModelOutputSchemasPatchSchemaResponse, error)
ParseModelOutputSchemasPatchSchemaResponse parses an HTTP response from a ModelOutputSchemasPatchSchemaWithResponse call
func (ModelOutputSchemasPatchSchemaResponse) Status ¶
func (r ModelOutputSchemasPatchSchemaResponse) Status() string
Status returns HTTPResponse.Status
func (ModelOutputSchemasPatchSchemaResponse) StatusCode ¶
func (r ModelOutputSchemasPatchSchemaResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type ModelPipeline ¶
type ModelPipeline string
ModelPipeline Available AI model pipelines.
const ( ModelPipelineGoldenState ModelPipeline = "golden_state" ModelPipelineNanoowlSam ModelPipeline = "nanoowl_sam" ModelPipelineNone ModelPipeline = "none" ModelPipelineSam3Lite ModelPipeline = "sam3_lite" )
Defines values for ModelPipeline.
func (ModelPipeline) Valid ¶
func (e ModelPipeline) Valid() bool
Valid indicates whether the value is a known member of the ModelPipeline enum.
type ModelType ¶
type ModelType string
ModelType Supported AI model types.
type ModelsDeleteModelParams ¶
type ModelsDeleteModelParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
ModelsDeleteModelParams defines parameters for ModelsDeleteModel.
type ModelsDeleteModelResponse ¶
type ModelsDeleteModelResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *Message
JSON422 *HTTPValidationError
}
func ParseModelsDeleteModelResponse ¶
func ParseModelsDeleteModelResponse(rsp *http.Response) (*ModelsDeleteModelResponse, error)
ParseModelsDeleteModelResponse parses an HTTP response from a ModelsDeleteModelWithResponse call
func (ModelsDeleteModelResponse) Status ¶
func (r ModelsDeleteModelResponse) Status() string
Status returns HTTPResponse.Status
func (ModelsDeleteModelResponse) StatusCode ¶
func (r ModelsDeleteModelResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type ModelsGetDownloadUrlParams ¶
type ModelsGetDownloadUrlParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
ModelsGetDownloadUrlParams defines parameters for ModelsGetDownloadUrl.
type ModelsGetDownloadUrlResponse ¶
type ModelsGetDownloadUrlResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *interface{}
JSON422 *HTTPValidationError
}
func ParseModelsGetDownloadUrlResponse ¶
func ParseModelsGetDownloadUrlResponse(rsp *http.Response) (*ModelsGetDownloadUrlResponse, error)
ParseModelsGetDownloadUrlResponse parses an HTTP response from a ModelsGetDownloadUrlWithResponse call
func (ModelsGetDownloadUrlResponse) Status ¶
func (r ModelsGetDownloadUrlResponse) Status() string
Status returns HTTPResponse.Status
func (ModelsGetDownloadUrlResponse) StatusCode ¶
func (r ModelsGetDownloadUrlResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type ModelsGetModelParams ¶
type ModelsGetModelParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
ModelsGetModelParams defines parameters for ModelsGetModel.
type ModelsGetModelResponse ¶
type ModelsGetModelResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *AIModelPublic
JSON422 *HTTPValidationError
}
func ParseModelsGetModelResponse ¶
func ParseModelsGetModelResponse(rsp *http.Response) (*ModelsGetModelResponse, error)
ParseModelsGetModelResponse parses an HTTP response from a ModelsGetModelWithResponse call
func (ModelsGetModelResponse) Status ¶
func (r ModelsGetModelResponse) Status() string
Status returns HTTPResponse.Status
func (ModelsGetModelResponse) StatusCode ¶
func (r ModelsGetModelResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type ModelsListModelsParams ¶
type ModelsListModelsParams struct {
Skip *int `form:"skip,omitempty" json:"skip,omitempty"`
Limit *int `form:"limit,omitempty" json:"limit,omitempty"`
ModelType *ModelType `form:"model_type,omitempty" json:"model_type,omitempty"`
Name *string `form:"name,omitempty" json:"name,omitempty"`
IsActive *bool `form:"is_active,omitempty" json:"is_active,omitempty"`
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
ModelsListModelsParams defines parameters for ModelsListModels.
type ModelsListModelsResponse ¶
type ModelsListModelsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *AIModelsPublic
JSON422 *HTTPValidationError
}
func ParseModelsListModelsResponse ¶
func ParseModelsListModelsResponse(rsp *http.Response) (*ModelsListModelsResponse, error)
ParseModelsListModelsResponse parses an HTTP response from a ModelsListModelsWithResponse call
func (ModelsListModelsResponse) Status ¶
func (r ModelsListModelsResponse) Status() string
Status returns HTTPResponse.Status
func (ModelsListModelsResponse) StatusCode ¶
func (r ModelsListModelsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type ModelsUploadModelMultipartRequestBody ¶
type ModelsUploadModelMultipartRequestBody = BodyModelsUploadModel
ModelsUploadModelMultipartRequestBody defines body for ModelsUploadModel for multipart/form-data ContentType.
type ModelsUploadModelParams ¶
type ModelsUploadModelParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
ModelsUploadModelParams defines parameters for ModelsUploadModel.
type ModelsUploadModelResponse ¶
type ModelsUploadModelResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *AIModelPublic
JSON422 *HTTPValidationError
}
func ParseModelsUploadModelResponse ¶
func ParseModelsUploadModelResponse(rsp *http.Response) (*ModelsUploadModelResponse, error)
ParseModelsUploadModelResponse parses an HTTP response from a ModelsUploadModelWithResponse call
func (ModelsUploadModelResponse) Status ¶
func (r ModelsUploadModelResponse) Status() string
Status returns HTTPResponse.Status
func (ModelsUploadModelResponse) StatusCode ¶
func (r ModelsUploadModelResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type MqttGetMqttDevicesParams ¶
type MqttGetMqttDevicesParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
MqttGetMqttDevicesParams defines parameters for MqttGetMqttDevices.
type MqttGetMqttDevicesResponse ¶
type MqttGetMqttDevicesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *[]map[string]interface{}
JSON422 *HTTPValidationError
}
func ParseMqttGetMqttDevicesResponse ¶
func ParseMqttGetMqttDevicesResponse(rsp *http.Response) (*MqttGetMqttDevicesResponse, error)
ParseMqttGetMqttDevicesResponse parses an HTTP response from a MqttGetMqttDevicesWithResponse call
func (MqttGetMqttDevicesResponse) Status ¶
func (r MqttGetMqttDevicesResponse) Status() string
Status returns HTTPResponse.Status
func (MqttGetMqttDevicesResponse) StatusCode ¶
func (r MqttGetMqttDevicesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type MqttGetMqttStatusParams ¶
type MqttGetMqttStatusParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
MqttGetMqttStatusParams defines parameters for MqttGetMqttStatus.
type MqttGetMqttStatusResponse ¶
type MqttGetMqttStatusResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *MQTTStatus
JSON422 *HTTPValidationError
}
func ParseMqttGetMqttStatusResponse ¶
func ParseMqttGetMqttStatusResponse(rsp *http.Response) (*MqttGetMqttStatusResponse, error)
ParseMqttGetMqttStatusResponse parses an HTTP response from a MqttGetMqttStatusWithResponse call
func (MqttGetMqttStatusResponse) Status ¶
func (r MqttGetMqttStatusResponse) Status() string
Status returns HTTPResponse.Status
func (MqttGetMqttStatusResponse) StatusCode ¶
func (r MqttGetMqttStatusResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type MqttGetMqttTopicsParams ¶
type MqttGetMqttTopicsParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
MqttGetMqttTopicsParams defines parameters for MqttGetMqttTopics.
type MqttGetMqttTopicsResponse ¶
type MqttGetMqttTopicsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *map[string]interface{}
JSON422 *HTTPValidationError
}
func ParseMqttGetMqttTopicsResponse ¶
func ParseMqttGetMqttTopicsResponse(rsp *http.Response) (*MqttGetMqttTopicsResponse, error)
ParseMqttGetMqttTopicsResponse parses an HTTP response from a MqttGetMqttTopicsWithResponse call
func (MqttGetMqttTopicsResponse) Status ¶
func (r MqttGetMqttTopicsResponse) Status() string
Status returns HTTPResponse.Status
func (MqttGetMqttTopicsResponse) StatusCode ¶
func (r MqttGetMqttTopicsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type MqttSendFleetBroadcastJSONRequestBody ¶
type MqttSendFleetBroadcastJSONRequestBody = FleetBroadcast
MqttSendFleetBroadcastJSONRequestBody defines body for MqttSendFleetBroadcast for application/json ContentType.
type MqttSendFleetBroadcastParams ¶
type MqttSendFleetBroadcastParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
MqttSendFleetBroadcastParams defines parameters for MqttSendFleetBroadcast.
type MqttSendFleetBroadcastResponse ¶
type MqttSendFleetBroadcastResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *map[string]string
JSON422 *HTTPValidationError
}
func ParseMqttSendFleetBroadcastResponse ¶
func ParseMqttSendFleetBroadcastResponse(rsp *http.Response) (*MqttSendFleetBroadcastResponse, error)
ParseMqttSendFleetBroadcastResponse parses an HTTP response from a MqttSendFleetBroadcastWithResponse call
func (MqttSendFleetBroadcastResponse) Status ¶
func (r MqttSendFleetBroadcastResponse) Status() string
Status returns HTTPResponse.Status
func (MqttSendFleetBroadcastResponse) StatusCode ¶
func (r MqttSendFleetBroadcastResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type OrganizationsDeleteOrganizationLogoParams ¶
type OrganizationsDeleteOrganizationLogoParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
OrganizationsDeleteOrganizationLogoParams defines parameters for OrganizationsDeleteOrganizationLogo.
type OrganizationsDeleteOrganizationLogoResponse ¶
type OrganizationsDeleteOrganizationLogoResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *Message
JSON422 *HTTPValidationError
}
func ParseOrganizationsDeleteOrganizationLogoResponse ¶
func ParseOrganizationsDeleteOrganizationLogoResponse(rsp *http.Response) (*OrganizationsDeleteOrganizationLogoResponse, error)
ParseOrganizationsDeleteOrganizationLogoResponse parses an HTTP response from a OrganizationsDeleteOrganizationLogoWithResponse call
func (OrganizationsDeleteOrganizationLogoResponse) Status ¶
func (r OrganizationsDeleteOrganizationLogoResponse) Status() string
Status returns HTTPResponse.Status
func (OrganizationsDeleteOrganizationLogoResponse) StatusCode ¶
func (r OrganizationsDeleteOrganizationLogoResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type OrganizationsGetOrganizationLogoParams ¶
type OrganizationsGetOrganizationLogoParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
OrganizationsGetOrganizationLogoParams defines parameters for OrganizationsGetOrganizationLogo.
type OrganizationsGetOrganizationLogoResponse ¶
type OrganizationsGetOrganizationLogoResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *interface{}
JSON422 *HTTPValidationError
}
func ParseOrganizationsGetOrganizationLogoResponse ¶
func ParseOrganizationsGetOrganizationLogoResponse(rsp *http.Response) (*OrganizationsGetOrganizationLogoResponse, error)
ParseOrganizationsGetOrganizationLogoResponse parses an HTTP response from a OrganizationsGetOrganizationLogoWithResponse call
func (OrganizationsGetOrganizationLogoResponse) Status ¶
func (r OrganizationsGetOrganizationLogoResponse) Status() string
Status returns HTTPResponse.Status
func (OrganizationsGetOrganizationLogoResponse) StatusCode ¶
func (r OrganizationsGetOrganizationLogoResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type OrganizationsReadOrganizationMeParams ¶
type OrganizationsReadOrganizationMeParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
OrganizationsReadOrganizationMeParams defines parameters for OrganizationsReadOrganizationMe.
type OrganizationsReadOrganizationMeResponse ¶
type OrganizationsReadOrganizationMeResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *TenantPublic
JSON422 *HTTPValidationError
}
func ParseOrganizationsReadOrganizationMeResponse ¶
func ParseOrganizationsReadOrganizationMeResponse(rsp *http.Response) (*OrganizationsReadOrganizationMeResponse, error)
ParseOrganizationsReadOrganizationMeResponse parses an HTTP response from a OrganizationsReadOrganizationMeWithResponse call
func (OrganizationsReadOrganizationMeResponse) Status ¶
func (r OrganizationsReadOrganizationMeResponse) Status() string
Status returns HTTPResponse.Status
func (OrganizationsReadOrganizationMeResponse) StatusCode ¶
func (r OrganizationsReadOrganizationMeResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type OrganizationsReadOrganizationMqttConfigParams ¶
type OrganizationsReadOrganizationMqttConfigParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
OrganizationsReadOrganizationMqttConfigParams defines parameters for OrganizationsReadOrganizationMqttConfig.
type OrganizationsReadOrganizationMqttConfigResponse ¶
type OrganizationsReadOrganizationMqttConfigResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *TenantPublicWithMQTT
JSON422 *HTTPValidationError
}
func ParseOrganizationsReadOrganizationMqttConfigResponse ¶
func ParseOrganizationsReadOrganizationMqttConfigResponse(rsp *http.Response) (*OrganizationsReadOrganizationMqttConfigResponse, error)
ParseOrganizationsReadOrganizationMqttConfigResponse parses an HTTP response from a OrganizationsReadOrganizationMqttConfigWithResponse call
func (OrganizationsReadOrganizationMqttConfigResponse) Status ¶
func (r OrganizationsReadOrganizationMqttConfigResponse) Status() string
Status returns HTTPResponse.Status
func (OrganizationsReadOrganizationMqttConfigResponse) StatusCode ¶
func (r OrganizationsReadOrganizationMqttConfigResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type OrganizationsUpdateOrganizationMeJSONRequestBody ¶
type OrganizationsUpdateOrganizationMeJSONRequestBody = TenantUpdate
OrganizationsUpdateOrganizationMeJSONRequestBody defines body for OrganizationsUpdateOrganizationMe for application/json ContentType.
type OrganizationsUpdateOrganizationMeParams ¶
type OrganizationsUpdateOrganizationMeParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
OrganizationsUpdateOrganizationMeParams defines parameters for OrganizationsUpdateOrganizationMe.
type OrganizationsUpdateOrganizationMeResponse ¶
type OrganizationsUpdateOrganizationMeResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *TenantPublic
JSON422 *HTTPValidationError
}
func ParseOrganizationsUpdateOrganizationMeResponse ¶
func ParseOrganizationsUpdateOrganizationMeResponse(rsp *http.Response) (*OrganizationsUpdateOrganizationMeResponse, error)
ParseOrganizationsUpdateOrganizationMeResponse parses an HTTP response from a OrganizationsUpdateOrganizationMeWithResponse call
func (OrganizationsUpdateOrganizationMeResponse) Status ¶
func (r OrganizationsUpdateOrganizationMeResponse) Status() string
Status returns HTTPResponse.Status
func (OrganizationsUpdateOrganizationMeResponse) StatusCode ¶
func (r OrganizationsUpdateOrganizationMeResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type OrganizationsUploadOrganizationLogoMultipartRequestBody ¶
type OrganizationsUploadOrganizationLogoMultipartRequestBody = BodyOrganizationsUploadOrganizationLogo
OrganizationsUploadOrganizationLogoMultipartRequestBody defines body for OrganizationsUploadOrganizationLogo for multipart/form-data ContentType.
type OrganizationsUploadOrganizationLogoParams ¶
type OrganizationsUploadOrganizationLogoParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
OrganizationsUploadOrganizationLogoParams defines parameters for OrganizationsUploadOrganizationLogo.
type OrganizationsUploadOrganizationLogoResponse ¶
type OrganizationsUploadOrganizationLogoResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *Message
JSON422 *HTTPValidationError
}
func ParseOrganizationsUploadOrganizationLogoResponse ¶
func ParseOrganizationsUploadOrganizationLogoResponse(rsp *http.Response) (*OrganizationsUploadOrganizationLogoResponse, error)
ParseOrganizationsUploadOrganizationLogoResponse parses an HTTP response from a OrganizationsUploadOrganizationLogoWithResponse call
func (OrganizationsUploadOrganizationLogoResponse) Status ¶
func (r OrganizationsUploadOrganizationLogoResponse) Status() string
Status returns HTTPResponse.Status
func (OrganizationsUploadOrganizationLogoResponse) StatusCode ¶
func (r OrganizationsUploadOrganizationLogoResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type OtelEndpointCreate ¶
type OtelEndpointCreate struct {
// Endpoint gRPC endpoint (host:port)
Endpoint string `json:"endpoint"`
// Insecure Use insecure (no TLS) gRPC connection
Insecure *bool `json:"insecure,omitempty"`
// Name Endpoint name (e.g. 'cluster', 'local-dev')
Name string `json:"name"`
}
OtelEndpointCreate Properties to receive on endpoint creation.
type OtelEndpointPublic ¶
type OtelEndpointPublic struct {
CreatedAt string `json:"created_at"`
DeviceGroupId openapi_types.UUID `json:"device_group_id"`
// Endpoint gRPC endpoint (host:port)
Endpoint string `json:"endpoint"`
Id openapi_types.UUID `json:"id"`
// Insecure Use insecure (no TLS) gRPC connection
Insecure *bool `json:"insecure,omitempty"`
// Name Endpoint name (e.g. 'cluster', 'local-dev')
Name string `json:"name"`
UpdatedAt string `json:"updated_at"`
}
OtelEndpointPublic Public schema for OTel endpoint responses.
type OtelEndpointUpdate ¶
type OtelEndpointUpdate struct {
Endpoint *string `json:"endpoint,omitempty"`
Insecure *bool `json:"insecure,omitempty"`
}
OtelEndpointUpdate Properties to receive on endpoint update.
type OtelEndpointsCreateOtelEndpointJSONRequestBody ¶
type OtelEndpointsCreateOtelEndpointJSONRequestBody = OtelEndpointCreate
OtelEndpointsCreateOtelEndpointJSONRequestBody defines body for OtelEndpointsCreateOtelEndpoint for application/json ContentType.
type OtelEndpointsCreateOtelEndpointParams ¶
type OtelEndpointsCreateOtelEndpointParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
OtelEndpointsCreateOtelEndpointParams defines parameters for OtelEndpointsCreateOtelEndpoint.
type OtelEndpointsCreateOtelEndpointResponse ¶
type OtelEndpointsCreateOtelEndpointResponse struct {
Body []byte
HTTPResponse *http.Response
JSON201 *OtelEndpointPublic
JSON422 *HTTPValidationError
}
func ParseOtelEndpointsCreateOtelEndpointResponse ¶
func ParseOtelEndpointsCreateOtelEndpointResponse(rsp *http.Response) (*OtelEndpointsCreateOtelEndpointResponse, error)
ParseOtelEndpointsCreateOtelEndpointResponse parses an HTTP response from a OtelEndpointsCreateOtelEndpointWithResponse call
func (OtelEndpointsCreateOtelEndpointResponse) Status ¶
func (r OtelEndpointsCreateOtelEndpointResponse) Status() string
Status returns HTTPResponse.Status
func (OtelEndpointsCreateOtelEndpointResponse) StatusCode ¶
func (r OtelEndpointsCreateOtelEndpointResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type OtelEndpointsDeleteOtelEndpointParams ¶
type OtelEndpointsDeleteOtelEndpointParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
OtelEndpointsDeleteOtelEndpointParams defines parameters for OtelEndpointsDeleteOtelEndpoint.
type OtelEndpointsDeleteOtelEndpointResponse ¶
type OtelEndpointsDeleteOtelEndpointResponse struct {
Body []byte
HTTPResponse *http.Response
JSON422 *HTTPValidationError
}
func ParseOtelEndpointsDeleteOtelEndpointResponse ¶
func ParseOtelEndpointsDeleteOtelEndpointResponse(rsp *http.Response) (*OtelEndpointsDeleteOtelEndpointResponse, error)
ParseOtelEndpointsDeleteOtelEndpointResponse parses an HTTP response from a OtelEndpointsDeleteOtelEndpointWithResponse call
func (OtelEndpointsDeleteOtelEndpointResponse) Status ¶
func (r OtelEndpointsDeleteOtelEndpointResponse) Status() string
Status returns HTTPResponse.Status
func (OtelEndpointsDeleteOtelEndpointResponse) StatusCode ¶
func (r OtelEndpointsDeleteOtelEndpointResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type OtelEndpointsListOtelEndpointsParams ¶
type OtelEndpointsListOtelEndpointsParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
OtelEndpointsListOtelEndpointsParams defines parameters for OtelEndpointsListOtelEndpoints.
type OtelEndpointsListOtelEndpointsResponse ¶
type OtelEndpointsListOtelEndpointsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *[]OtelEndpointPublic
JSON422 *HTTPValidationError
}
func ParseOtelEndpointsListOtelEndpointsResponse ¶
func ParseOtelEndpointsListOtelEndpointsResponse(rsp *http.Response) (*OtelEndpointsListOtelEndpointsResponse, error)
ParseOtelEndpointsListOtelEndpointsResponse parses an HTTP response from a OtelEndpointsListOtelEndpointsWithResponse call
func (OtelEndpointsListOtelEndpointsResponse) Status ¶
func (r OtelEndpointsListOtelEndpointsResponse) Status() string
Status returns HTTPResponse.Status
func (OtelEndpointsListOtelEndpointsResponse) StatusCode ¶
func (r OtelEndpointsListOtelEndpointsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type OtelEndpointsTestOtelEndpointParams ¶
type OtelEndpointsTestOtelEndpointParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
OtelEndpointsTestOtelEndpointParams defines parameters for OtelEndpointsTestOtelEndpoint.
type OtelEndpointsTestOtelEndpointResponse ¶
type OtelEndpointsTestOtelEndpointResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *map[string]interface{}
JSON422 *HTTPValidationError
}
func ParseOtelEndpointsTestOtelEndpointResponse ¶
func ParseOtelEndpointsTestOtelEndpointResponse(rsp *http.Response) (*OtelEndpointsTestOtelEndpointResponse, error)
ParseOtelEndpointsTestOtelEndpointResponse parses an HTTP response from a OtelEndpointsTestOtelEndpointWithResponse call
func (OtelEndpointsTestOtelEndpointResponse) Status ¶
func (r OtelEndpointsTestOtelEndpointResponse) Status() string
Status returns HTTPResponse.Status
func (OtelEndpointsTestOtelEndpointResponse) StatusCode ¶
func (r OtelEndpointsTestOtelEndpointResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type OtelEndpointsUpdateOtelEndpointJSONRequestBody ¶
type OtelEndpointsUpdateOtelEndpointJSONRequestBody = OtelEndpointUpdate
OtelEndpointsUpdateOtelEndpointJSONRequestBody defines body for OtelEndpointsUpdateOtelEndpoint for application/json ContentType.
type OtelEndpointsUpdateOtelEndpointParams ¶
type OtelEndpointsUpdateOtelEndpointParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
OtelEndpointsUpdateOtelEndpointParams defines parameters for OtelEndpointsUpdateOtelEndpoint.
type OtelEndpointsUpdateOtelEndpointResponse ¶
type OtelEndpointsUpdateOtelEndpointResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *OtelEndpointPublic
JSON422 *HTTPValidationError
}
func ParseOtelEndpointsUpdateOtelEndpointResponse ¶
func ParseOtelEndpointsUpdateOtelEndpointResponse(rsp *http.Response) (*OtelEndpointsUpdateOtelEndpointResponse, error)
ParseOtelEndpointsUpdateOtelEndpointResponse parses an HTTP response from a OtelEndpointsUpdateOtelEndpointWithResponse call
func (OtelEndpointsUpdateOtelEndpointResponse) Status ¶
func (r OtelEndpointsUpdateOtelEndpointResponse) Status() string
Status returns HTTPResponse.Status
func (OtelEndpointsUpdateOtelEndpointResponse) StatusCode ¶
func (r OtelEndpointsUpdateOtelEndpointResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type OutputTarget ¶
type OutputTarget string
OutputTarget defines model for OutputTarget.
const ( OutputTargetDashboardWidget OutputTarget = "dashboard_widget" OutputTargetNone OutputTarget = "none" OutputTargetNotification OutputTarget = "notification" OutputTargetReport OutputTarget = "report" )
Defines values for OutputTarget.
func (OutputTarget) Valid ¶
func (e OutputTarget) Valid() bool
Valid indicates whether the value is a known member of the OutputTarget enum.
type PrivateCreateUserJSONRequestBody ¶
type PrivateCreateUserJSONRequestBody = PrivateUserCreate
PrivateCreateUserJSONRequestBody defines body for PrivateCreateUser for application/json ContentType.
type PrivateCreateUserResponse ¶
type PrivateCreateUserResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *UserPublic
JSON422 *HTTPValidationError
}
func ParsePrivateCreateUserResponse ¶
func ParsePrivateCreateUserResponse(rsp *http.Response) (*PrivateCreateUserResponse, error)
ParsePrivateCreateUserResponse parses an HTTP response from a PrivateCreateUserWithResponse call
func (PrivateCreateUserResponse) Status ¶
func (r PrivateCreateUserResponse) Status() string
Status returns HTTPResponse.Status
func (PrivateCreateUserResponse) StatusCode ¶
func (r PrivateCreateUserResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PrivateGetTenantByOrgIdParams ¶
type PrivateGetTenantByOrgIdParams struct {
// Auth0OrgId Auth0 Organization ID
Auth0OrgId string `form:"auth0_org_id" json:"auth0_org_id"`
}
PrivateGetTenantByOrgIdParams defines parameters for PrivateGetTenantByOrgId.
type PrivateGetTenantByOrgIdResponse ¶
type PrivateGetTenantByOrgIdResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *TenantPublic
JSON422 *HTTPValidationError
}
func ParsePrivateGetTenantByOrgIdResponse ¶
func ParsePrivateGetTenantByOrgIdResponse(rsp *http.Response) (*PrivateGetTenantByOrgIdResponse, error)
ParsePrivateGetTenantByOrgIdResponse parses an HTTP response from a PrivateGetTenantByOrgIdWithResponse call
func (PrivateGetTenantByOrgIdResponse) Status ¶
func (r PrivateGetTenantByOrgIdResponse) Status() string
Status returns HTTPResponse.Status
func (PrivateGetTenantByOrgIdResponse) StatusCode ¶
func (r PrivateGetTenantByOrgIdResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PrivateUserCreate ¶
type PrivateUserCreate struct {
Auth0Sub *string `json:"auth0_sub,omitempty"`
Email string `json:"email"`
FullName string `json:"full_name"`
IsVerified *bool `json:"is_verified,omitempty"`
TenantId openapi_types.UUID `json:"tenant_id"`
}
PrivateUserCreate defines model for PrivateUserCreate.
type ProjectDeviceLinkCreate ¶
type ProjectDeviceLinkCreate struct {
// DeviceGroupId Device group to link (for group-wide push)
DeviceGroupId *openapi_types.UUID `json:"device_group_id,omitempty"`
// DeviceId Individual device to link (for canary push)
DeviceId *openapi_types.UUID `json:"device_id,omitempty"`
// IsActive Whether this link is active
IsActive *bool `json:"is_active,omitempty"`
// IsCanary Whether this is a canary deployment target
IsCanary *bool `json:"is_canary,omitempty"`
// Priority Priority for ordering (higher = more important)
Priority *int `json:"priority,omitempty"`
// ProjectId Annotation project to link
ProjectId openapi_types.UUID `json:"project_id"`
}
ProjectDeviceLinkCreate Properties to receive on link creation.
type ProjectDeviceLinkPublic ¶
type ProjectDeviceLinkPublic struct {
CreatedAt string `json:"created_at"`
DeviceGroupId *openapi_types.UUID `json:"device_group_id"`
DeviceId *openapi_types.UUID `json:"device_id"`
Id openapi_types.UUID `json:"id"`
// IsActive Whether this link is active
IsActive *bool `json:"is_active,omitempty"`
// IsCanary Whether this is a canary deployment target
IsCanary *bool `json:"is_canary,omitempty"`
// Priority Priority for ordering (higher = more important)
Priority *int `json:"priority,omitempty"`
ProjectId openapi_types.UUID `json:"project_id"`
TenantId openapi_types.UUID `json:"tenant_id"`
UpdatedAt string `json:"updated_at"`
}
ProjectDeviceLinkPublic Public schema for link responses.
type ProjectDeviceLinkUpdate ¶
type ProjectDeviceLinkUpdate struct {
IsActive *bool `json:"is_active,omitempty"`
IsCanary *bool `json:"is_canary,omitempty"`
Priority *int `json:"priority,omitempty"`
}
ProjectDeviceLinkUpdate Properties to receive on link update.
type ProjectDeviceLinksPublic ¶
type ProjectDeviceLinksPublic struct {
Count int `json:"count"`
Data []ProjectDeviceLinkPublic `json:"data"`
}
ProjectDeviceLinksPublic Schema for listing links.
type QueryColumn ¶
QueryColumn Column descriptor for a dynamic SQL result (name + category type).
type RawQueryRequest ¶
type RawQueryRequest struct {
Limit *int `json:"limit,omitempty"`
Sql string `json:"sql"`
TimeRange *string `json:"time_range,omitempty"`
}
RawQueryRequest defines model for RawQueryRequest.
type RawQueryResponse ¶
type RawQueryResponse struct {
Columns []QueryColumn `json:"columns"`
Count int `json:"count"`
ExecutionTimeMs int `json:"execution_time_ms"`
Rows []map[string]interface{} `json:"rows"`
}
RawQueryResponse Typed envelope for the raw-SQL explore endpoint.
`rows` is intentionally dict-shaped because the underlying SQL is user-submitted and the row shape is not known at compile time.
type RecentDeletion ¶
type RecentDeletion struct {
DeletedAt string `json:"deleted_at"`
DeletionGroupId openapi_types.UUID `json:"deletion_group_id"`
EntityId openapi_types.UUID `json:"entity_id"`
EntityType string `json:"entity_type"`
Id openapi_types.UUID `json:"id"`
Summary string `json:"summary"`
}
RecentDeletion defines model for RecentDeletion.
type RecentDeletionsResponse ¶
type RecentDeletionsResponse struct {
Items []RecentDeletion `json:"items"`
}
RecentDeletionsResponse defines model for RecentDeletionsResponse.
type RefSheetsActivateRefSheetVersionParams ¶
type RefSheetsActivateRefSheetVersionParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
RefSheetsActivateRefSheetVersionParams defines parameters for RefSheetsActivateRefSheetVersion.
type RefSheetsActivateRefSheetVersionResponse ¶
type RefSheetsActivateRefSheetVersionResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *ReferenceSheetPublic
JSON422 *HTTPValidationError
}
func ParseRefSheetsActivateRefSheetVersionResponse ¶
func ParseRefSheetsActivateRefSheetVersionResponse(rsp *http.Response) (*RefSheetsActivateRefSheetVersionResponse, error)
ParseRefSheetsActivateRefSheetVersionResponse parses an HTTP response from a RefSheetsActivateRefSheetVersionWithResponse call
func (RefSheetsActivateRefSheetVersionResponse) Status ¶
func (r RefSheetsActivateRefSheetVersionResponse) Status() string
Status returns HTTPResponse.Status
func (RefSheetsActivateRefSheetVersionResponse) StatusCode ¶
func (r RefSheetsActivateRefSheetVersionResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type RefSheetsCreateRefSheetMultipartRequestBody ¶
type RefSheetsCreateRefSheetMultipartRequestBody = BodyRefSheetsCreateRefSheet
RefSheetsCreateRefSheetMultipartRequestBody defines body for RefSheetsCreateRefSheet for multipart/form-data ContentType.
type RefSheetsCreateRefSheetParams ¶
type RefSheetsCreateRefSheetParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
RefSheetsCreateRefSheetParams defines parameters for RefSheetsCreateRefSheet.
type RefSheetsCreateRefSheetResponse ¶
type RefSheetsCreateRefSheetResponse struct {
Body []byte
HTTPResponse *http.Response
JSON201 *ReferenceSheetPublic
JSON422 *HTTPValidationError
}
func ParseRefSheetsCreateRefSheetResponse ¶
func ParseRefSheetsCreateRefSheetResponse(rsp *http.Response) (*RefSheetsCreateRefSheetResponse, error)
ParseRefSheetsCreateRefSheetResponse parses an HTTP response from a RefSheetsCreateRefSheetWithResponse call
func (RefSheetsCreateRefSheetResponse) Status ¶
func (r RefSheetsCreateRefSheetResponse) Status() string
Status returns HTTPResponse.Status
func (RefSheetsCreateRefSheetResponse) StatusCode ¶
func (r RefSheetsCreateRefSheetResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type RefSheetsCreateRefSheetVersionMultipartRequestBody ¶
type RefSheetsCreateRefSheetVersionMultipartRequestBody = BodyRefSheetsCreateRefSheetVersion
RefSheetsCreateRefSheetVersionMultipartRequestBody defines body for RefSheetsCreateRefSheetVersion for multipart/form-data ContentType.
type RefSheetsCreateRefSheetVersionParams ¶
type RefSheetsCreateRefSheetVersionParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
RefSheetsCreateRefSheetVersionParams defines parameters for RefSheetsCreateRefSheetVersion.
type RefSheetsCreateRefSheetVersionResponse ¶
type RefSheetsCreateRefSheetVersionResponse struct {
Body []byte
HTTPResponse *http.Response
JSON201 *ReferenceSheetPublic
JSON422 *HTTPValidationError
}
func ParseRefSheetsCreateRefSheetVersionResponse ¶
func ParseRefSheetsCreateRefSheetVersionResponse(rsp *http.Response) (*RefSheetsCreateRefSheetVersionResponse, error)
ParseRefSheetsCreateRefSheetVersionResponse parses an HTTP response from a RefSheetsCreateRefSheetVersionWithResponse call
func (RefSheetsCreateRefSheetVersionResponse) Status ¶
func (r RefSheetsCreateRefSheetVersionResponse) Status() string
Status returns HTTPResponse.Status
func (RefSheetsCreateRefSheetVersionResponse) StatusCode ¶
func (r RefSheetsCreateRefSheetVersionResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type RefSheetsDeleteRefSheetParams ¶
type RefSheetsDeleteRefSheetParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
RefSheetsDeleteRefSheetParams defines parameters for RefSheetsDeleteRefSheet.
type RefSheetsDeleteRefSheetResponse ¶
type RefSheetsDeleteRefSheetResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *DeletedResponse
JSON422 *HTTPValidationError
}
func ParseRefSheetsDeleteRefSheetResponse ¶
func ParseRefSheetsDeleteRefSheetResponse(rsp *http.Response) (*RefSheetsDeleteRefSheetResponse, error)
ParseRefSheetsDeleteRefSheetResponse parses an HTTP response from a RefSheetsDeleteRefSheetWithResponse call
func (RefSheetsDeleteRefSheetResponse) Status ¶
func (r RefSheetsDeleteRefSheetResponse) Status() string
Status returns HTTPResponse.Status
func (RefSheetsDeleteRefSheetResponse) StatusCode ¶
func (r RefSheetsDeleteRefSheetResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type RefSheetsDeleteRefSheetVersionParams ¶
type RefSheetsDeleteRefSheetVersionParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
RefSheetsDeleteRefSheetVersionParams defines parameters for RefSheetsDeleteRefSheetVersion.
type RefSheetsDeleteRefSheetVersionResponse ¶
type RefSheetsDeleteRefSheetVersionResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *DeletedResponse
JSON422 *HTTPValidationError
}
func ParseRefSheetsDeleteRefSheetVersionResponse ¶
func ParseRefSheetsDeleteRefSheetVersionResponse(rsp *http.Response) (*RefSheetsDeleteRefSheetVersionResponse, error)
ParseRefSheetsDeleteRefSheetVersionResponse parses an HTTP response from a RefSheetsDeleteRefSheetVersionWithResponse call
func (RefSheetsDeleteRefSheetVersionResponse) Status ¶
func (r RefSheetsDeleteRefSheetVersionResponse) Status() string
Status returns HTTPResponse.Status
func (RefSheetsDeleteRefSheetVersionResponse) StatusCode ¶
func (r RefSheetsDeleteRefSheetVersionResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type RefSheetsGetRefSheetParams ¶
type RefSheetsGetRefSheetParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
RefSheetsGetRefSheetParams defines parameters for RefSheetsGetRefSheet.
type RefSheetsGetRefSheetResponse ¶
type RefSheetsGetRefSheetResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *ReferenceSheetWithVersions
JSON422 *HTTPValidationError
}
func ParseRefSheetsGetRefSheetResponse ¶
func ParseRefSheetsGetRefSheetResponse(rsp *http.Response) (*RefSheetsGetRefSheetResponse, error)
ParseRefSheetsGetRefSheetResponse parses an HTTP response from a RefSheetsGetRefSheetWithResponse call
func (RefSheetsGetRefSheetResponse) Status ¶
func (r RefSheetsGetRefSheetResponse) Status() string
Status returns HTTPResponse.Status
func (RefSheetsGetRefSheetResponse) StatusCode ¶
func (r RefSheetsGetRefSheetResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type RefSheetsInspectExcelSheetsMultipartRequestBody ¶
type RefSheetsInspectExcelSheetsMultipartRequestBody = BodyRefSheetsInspectExcelSheets
RefSheetsInspectExcelSheetsMultipartRequestBody defines body for RefSheetsInspectExcelSheets for multipart/form-data ContentType.
type RefSheetsInspectExcelSheetsResponse ¶
type RefSheetsInspectExcelSheetsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *[]string
JSON422 *HTTPValidationError
}
func ParseRefSheetsInspectExcelSheetsResponse ¶
func ParseRefSheetsInspectExcelSheetsResponse(rsp *http.Response) (*RefSheetsInspectExcelSheetsResponse, error)
ParseRefSheetsInspectExcelSheetsResponse parses an HTTP response from a RefSheetsInspectExcelSheetsWithResponse call
func (RefSheetsInspectExcelSheetsResponse) Status ¶
func (r RefSheetsInspectExcelSheetsResponse) Status() string
Status returns HTTPResponse.Status
func (RefSheetsInspectExcelSheetsResponse) StatusCode ¶
func (r RefSheetsInspectExcelSheetsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type RefSheetsListRefSheetVersionsParams ¶
type RefSheetsListRefSheetVersionsParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
RefSheetsListRefSheetVersionsParams defines parameters for RefSheetsListRefSheetVersions.
type RefSheetsListRefSheetVersionsResponse ¶
type RefSheetsListRefSheetVersionsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *[]ReferenceSheetVersionPublic
JSON422 *HTTPValidationError
}
func ParseRefSheetsListRefSheetVersionsResponse ¶
func ParseRefSheetsListRefSheetVersionsResponse(rsp *http.Response) (*RefSheetsListRefSheetVersionsResponse, error)
ParseRefSheetsListRefSheetVersionsResponse parses an HTTP response from a RefSheetsListRefSheetVersionsWithResponse call
func (RefSheetsListRefSheetVersionsResponse) Status ¶
func (r RefSheetsListRefSheetVersionsResponse) Status() string
Status returns HTTPResponse.Status
func (RefSheetsListRefSheetVersionsResponse) StatusCode ¶
func (r RefSheetsListRefSheetVersionsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type RefSheetsListRefSheetsParams ¶
type RefSheetsListRefSheetsParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
RefSheetsListRefSheetsParams defines parameters for RefSheetsListRefSheets.
type RefSheetsListRefSheetsResponse ¶
type RefSheetsListRefSheetsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *[]ReferenceSheetPublic
JSON422 *HTTPValidationError
}
func ParseRefSheetsListRefSheetsResponse ¶
func ParseRefSheetsListRefSheetsResponse(rsp *http.Response) (*RefSheetsListRefSheetsResponse, error)
ParseRefSheetsListRefSheetsResponse parses an HTTP response from a RefSheetsListRefSheetsWithResponse call
func (RefSheetsListRefSheetsResponse) Status ¶
func (r RefSheetsListRefSheetsResponse) Status() string
Status returns HTTPResponse.Status
func (RefSheetsListRefSheetsResponse) StatusCode ¶
func (r RefSheetsListRefSheetsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type RefSheetsUpdateRefSheetJSONRequestBody ¶
type RefSheetsUpdateRefSheetJSONRequestBody = ReferenceSheetUpdate
RefSheetsUpdateRefSheetJSONRequestBody defines body for RefSheetsUpdateRefSheet for application/json ContentType.
type RefSheetsUpdateRefSheetParams ¶
type RefSheetsUpdateRefSheetParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
RefSheetsUpdateRefSheetParams defines parameters for RefSheetsUpdateRefSheet.
type RefSheetsUpdateRefSheetResponse ¶
type RefSheetsUpdateRefSheetResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *ReferenceSheetPublic
JSON422 *HTTPValidationError
}
func ParseRefSheetsUpdateRefSheetResponse ¶
func ParseRefSheetsUpdateRefSheetResponse(rsp *http.Response) (*RefSheetsUpdateRefSheetResponse, error)
ParseRefSheetsUpdateRefSheetResponse parses an HTTP response from a RefSheetsUpdateRefSheetWithResponse call
func (RefSheetsUpdateRefSheetResponse) Status ¶
func (r RefSheetsUpdateRefSheetResponse) Status() string
Status returns HTTPResponse.Status
func (RefSheetsUpdateRefSheetResponse) StatusCode ¶
func (r RefSheetsUpdateRefSheetResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type ReferenceSheetPublic ¶
type ReferenceSheetPublic struct {
// ActiveVersion Public schema for a single reference sheet version.
ActiveVersion ReferenceSheetVersionPublic `json:"active_version"`
CreatedAt string `json:"created_at"`
Description *string `json:"description"`
Id openapi_types.UUID `json:"id"`
Name string `json:"name"`
UpdatedAt string `json:"updated_at"`
}
ReferenceSheetPublic Public schema for reference sheet responses.
type ReferenceSheetUpdate ¶
type ReferenceSheetUpdate struct {
Description *string `json:"description,omitempty"`
Name *string `json:"name,omitempty"`
}
ReferenceSheetUpdate Properties to receive on reference sheet update.
type ReferenceSheetVersionPublic ¶
type ReferenceSheetVersionPublic struct {
Columns []map[string]interface{} `json:"columns"`
CreatedAt string `json:"created_at"`
FileSizeBytes int `json:"file_size_bytes"`
Id openapi_types.UUID `json:"id"`
OriginalFilename string `json:"original_filename"`
RowCount int `json:"row_count"`
Version int `json:"version"`
}
ReferenceSheetVersionPublic Public schema for a single reference sheet version.
type ReferenceSheetWithVersions ¶
type ReferenceSheetWithVersions struct {
// ActiveVersion Public schema for a single reference sheet version.
ActiveVersion ReferenceSheetVersionPublic `json:"active_version"`
CreatedAt string `json:"created_at"`
Description *string `json:"description"`
Id openapi_types.UUID `json:"id"`
Name string `json:"name"`
UpdatedAt string `json:"updated_at"`
Versions *[]ReferenceSheetVersionPublic `json:"versions,omitempty"`
}
ReferenceSheetWithVersions Public schema for reference sheet with full version history.
type RequestEditorFn ¶
RequestEditorFn is the function signature for the RequestEditor callback function
type RestoreResponse ¶
type RestoreResponse struct {
RestoredCount int `json:"restored_count"`
}
RestoreResponse defines model for RestoreResponse.
type ReviewPayload ¶
type ReviewPayload struct {
Note *string `json:"note,omitempty"`
State ReviewPayloadState `json:"state"`
}
ReviewPayload Operator review decision for a capture.
type ReviewPayloadState ¶
type ReviewPayloadState string
ReviewPayloadState defines model for ReviewPayload.State.
const ( Approved ReviewPayloadState = "approved" Pending ReviewPayloadState = "pending" Rejected ReviewPayloadState = "rejected" )
Defines values for ReviewPayloadState.
func (ReviewPayloadState) Valid ¶
func (e ReviewPayloadState) Valid() bool
Valid indicates whether the value is a known member of the ReviewPayloadState enum.
type ReviewRef ¶
type ReviewRef struct {
Kind ReviewRefKind `json:"kind"`
Name string `json:"name"`
}
ReviewRef defines model for ReviewRef.
type ReviewRefKind ¶
type ReviewRefKind string
ReviewRefKind defines model for ReviewRef.Kind.
const ( ReviewRefKindAgent ReviewRefKind = "agent" ReviewRefKindSkill ReviewRefKind = "skill" )
Defines values for ReviewRefKind.
func (ReviewRefKind) Valid ¶
func (e ReviewRefKind) Valid() bool
Valid indicates whether the value is a known member of the ReviewRefKind enum.
type ReviewTarget ¶
type ReviewTarget struct {
Content *string `json:"content,omitempty"`
Editable *bool `json:"editable,omitempty"`
Found bool `json:"found"`
Id *string `json:"id,omitempty"`
Kind string `json:"kind"`
Name *string `json:"name"`
Source *ReviewTargetSource `json:"source,omitempty"`
}
ReviewTarget Resolved review-ref target with source metadata.
type ReviewTargetSource ¶
type ReviewTargetSource string
ReviewTargetSource defines model for ReviewTarget.Source.
const ( System ReviewTargetSource = "system" Tenant ReviewTargetSource = "tenant" )
Defines values for ReviewTargetSource.
func (ReviewTargetSource) Valid ¶
func (e ReviewTargetSource) Valid() bool
Valid indicates whether the value is a known member of the ReviewTargetSource enum.
type SaveMessagesPayload ¶
type SaveMessagesPayload struct {
Messages []map[string]interface{} `json:"messages"`
Status *SessionStatus `json:"status,omitempty"`
}
SaveMessagesPayload defines model for SaveMessagesPayload.
type SchemaBindingPublic ¶
type SchemaBindingPublic struct {
ContextKind string `json:"context_kind"`
ContextRef map[string]interface{} `json:"context_ref"`
Description string `json:"description"`
Domain string `json:"domain"`
FieldPath string `json:"field_path"`
RequiredType *string `json:"required_type,omitempty"`
UseCase string `json:"use_case"`
}
SchemaBindingPublic defines model for SchemaBindingPublic.
type SchemaPatch ¶
type SchemaPatch struct {
OutputModel *map[string]interface{} `json:"output_model,omitempty"`
ReviewRefs *[]ReviewRef `json:"review_refs,omitempty"`
StandardsRef *string `json:"standards_ref,omitempty"`
}
SchemaPatch defines model for SchemaPatch.
type SearchResponse ¶
type SearchResponse struct {
Results []SearchResult `json:"results"`
}
SearchResponse defines model for SearchResponse.
type SearchResult ¶
type SearchResult struct {
Extra *map[string]interface{} `json:"extra,omitempty"`
Id string `json:"id"`
Name string `json:"name"`
Path string `json:"path"`
Type string `json:"type"`
}
SearchResult defines model for SearchResult.
type SearchSearchEntitiesParams ¶
type SearchSearchEntitiesParams struct {
// Q Search term
Q string `form:"q" json:"q"`
// Types Comma-separated entity types to search
Types *string `form:"types,omitempty" json:"types,omitempty"`
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
SearchSearchEntitiesParams defines parameters for SearchSearchEntities.
type SearchSearchEntitiesResponse ¶
type SearchSearchEntitiesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *SearchResponse
JSON422 *HTTPValidationError
}
func ParseSearchSearchEntitiesResponse ¶
func ParseSearchSearchEntitiesResponse(rsp *http.Response) (*SearchSearchEntitiesResponse, error)
ParseSearchSearchEntitiesResponse parses an HTTP response from a SearchSearchEntitiesWithResponse call
func (SearchSearchEntitiesResponse) Status ¶
func (r SearchSearchEntitiesResponse) Status() string
Status returns HTTPResponse.Status
func (SearchSearchEntitiesResponse) StatusCode ¶
func (r SearchSearchEntitiesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type SessionStatus ¶
type SessionStatus string
SessionStatus defines model for SessionStatus.
const ( SessionStatusActive SessionStatus = "active" SessionStatusCompleted SessionStatus = "completed" SessionStatusFailed SessionStatus = "failed" SessionStatusPausedForApproval SessionStatus = "paused_for_approval" SessionStatusStopped SessionStatus = "stopped" )
Defines values for SessionStatus.
func (SessionStatus) Valid ¶
func (e SessionStatus) Valid() bool
Valid indicates whether the value is a known member of the SessionStatus enum.
type SetupSnippetResponse ¶
type SetupSnippetResponse struct {
ExpiresAt *time.Time `json:"expires_at"`
InitCommand string `json:"init_command"`
InstallCommand string `json:"install_command"`
Token string `json:"token"`
UpCommand string `json:"up_command"`
}
SetupSnippetResponse defines model for SetupSnippetResponse.
type SkillScope ¶
type SkillScope string
SkillScope defines model for SkillScope.
const ( SkillScopeAgent SkillScope = "agent" SkillScopeGlobal SkillScope = "global" SkillScopeGroup SkillScope = "group" )
Defines values for SkillScope.
func (SkillScope) Valid ¶
func (e SkillScope) Valid() bool
Valid indicates whether the value is a known member of the SkillScope enum.
type SkillStatus ¶
type SkillStatus string
SkillStatus defines model for SkillStatus.
const ( SkillStatusActive SkillStatus = "active" SkillStatusArchived SkillStatus = "archived" SkillStatusDraft SkillStatus = "draft" )
Defines values for SkillStatus.
func (SkillStatus) Valid ¶
func (e SkillStatus) Valid() bool
Valid indicates whether the value is a known member of the SkillStatus enum.
type StarCreate ¶
type StarCreate struct {
EntityId openapi_types.UUID `json:"entity_id"`
EntityType string `json:"entity_type"`
}
StarCreate defines model for StarCreate.
type StarItem ¶
type StarItem struct {
CreatedAt string `json:"created_at"`
EntityId openapi_types.UUID `json:"entity_id"`
}
StarItem defines model for StarItem.
type StarListResponse ¶
type StarListResponse struct {
Data []StarItem `json:"data"`
}
StarListResponse defines model for StarListResponse.
type StarsListStarsParams ¶
type StarsListStarsParams struct {
Type *string `form:"type,omitempty" json:"type,omitempty"`
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
StarsListStarsParams defines parameters for StarsListStars.
type StarsListStarsResponse ¶
type StarsListStarsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *StarListResponse
JSON422 *HTTPValidationError
}
func ParseStarsListStarsResponse ¶
func ParseStarsListStarsResponse(rsp *http.Response) (*StarsListStarsResponse, error)
ParseStarsListStarsResponse parses an HTTP response from a StarsListStarsWithResponse call
func (StarsListStarsResponse) Status ¶
func (r StarsListStarsResponse) Status() string
Status returns HTTPResponse.Status
func (StarsListStarsResponse) StatusCode ¶
func (r StarsListStarsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type StarsStarEntityJSONRequestBody ¶
type StarsStarEntityJSONRequestBody = StarCreate
StarsStarEntityJSONRequestBody defines body for StarsStarEntity for application/json ContentType.
type StarsStarEntityParams ¶
type StarsStarEntityParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
StarsStarEntityParams defines parameters for StarsStarEntity.
type StarsStarEntityResponse ¶
type StarsStarEntityResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *Message
JSON422 *HTTPValidationError
}
func ParseStarsStarEntityResponse ¶
func ParseStarsStarEntityResponse(rsp *http.Response) (*StarsStarEntityResponse, error)
ParseStarsStarEntityResponse parses an HTTP response from a StarsStarEntityWithResponse call
func (StarsStarEntityResponse) Status ¶
func (r StarsStarEntityResponse) Status() string
Status returns HTTPResponse.Status
func (StarsStarEntityResponse) StatusCode ¶
func (r StarsStarEntityResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type StarsUnstarEntityParams ¶
type StarsUnstarEntityParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
StarsUnstarEntityParams defines parameters for StarsUnstarEntity.
type StarsUnstarEntityResponse ¶
type StarsUnstarEntityResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *Message
JSON422 *HTTPValidationError
}
func ParseStarsUnstarEntityResponse ¶
func ParseStarsUnstarEntityResponse(rsp *http.Response) (*StarsUnstarEntityResponse, error)
ParseStarsUnstarEntityResponse parses an HTTP response from a StarsUnstarEntityWithResponse call
func (StarsUnstarEntityResponse) Status ¶
func (r StarsUnstarEntityResponse) Status() string
Status returns HTTPResponse.Status
func (StarsUnstarEntityResponse) StatusCode ¶
func (r StarsUnstarEntityResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type StartRequest ¶
type StartRequest struct {
TargetUserId openapi_types.UUID `json:"target_user_id"`
}
StartRequest defines model for StartRequest.
type StartResponse ¶
type StartResponse struct {
ExpiresAt string `json:"expires_at"`
SessionId openapi_types.UUID `json:"session_id"`
TargetUser TargetUserPublic `json:"target_user"`
}
StartResponse defines model for StartResponse.
type StatCardResponse ¶
type StatCardResponse struct {
DeltaLabel string `json:"delta_label"`
DeltaSentiment string `json:"delta_sentiment"`
Format string `json:"format"`
Key string `json:"key"`
Label string `json:"label"`
Value float32 `json:"value"`
}
StatCardResponse A single stat card for the dashboard.
type StatusResponse ¶
type StatusResponse struct {
Active bool `json:"active"`
ExpiresAt *string `json:"expires_at,omitempty"`
SessionId *openapi_types.UUID `json:"session_id,omitempty"`
TargetUser *TargetUserPublic `json:"target_user,omitempty"`
TimeRemainingSeconds *int `json:"time_remaining_seconds,omitempty"`
}
StatusResponse defines model for StatusResponse.
type SweepRequest ¶
type SweepRequest struct {
OlderThanMinutes *int `json:"older_than_minutes,omitempty"`
}
SweepRequest defines model for SweepRequest.
type SweepResponse ¶
type SweepResponse struct {
Deleted int `json:"deleted"`
}
SweepResponse defines model for SweepResponse.
type TTSRequest ¶
type TTSRequest struct {
Language TTSRequestLanguage `json:"language"`
Text string `json:"text"`
}
TTSRequest defines model for TTSRequest.
type TTSRequestLanguage ¶
type TTSRequestLanguage string
TTSRequestLanguage defines model for TTSRequest.Language.
const ( Da TTSRequestLanguage = "da" En TTSRequestLanguage = "en" )
Defines values for TTSRequestLanguage.
func (TTSRequestLanguage) Valid ¶
func (e TTSRequestLanguage) Valid() bool
Valid indicates whether the value is a known member of the TTSRequestLanguage enum.
type TableMetadata ¶
type TableMetadata struct {
Columns *[]ColumnMetadata `json:"columns,omitempty"`
Datasource *string `json:"datasource,omitempty"`
Description string `json:"description"`
Key string `json:"key"`
Table string `json:"table"`
TimeColumn *string `json:"time_column,omitempty"`
}
TableMetadata Table metadata as exposed by the explore API.
type TargetUserPublic ¶
type TargetUserPublic struct {
Email string `json:"email"`
FullName *string `json:"full_name"`
Id openapi_types.UUID `json:"id"`
TenantId openapi_types.UUID `json:"tenant_id"`
TenantName *string `json:"tenant_name"`
}
TargetUserPublic defines model for TargetUserPublic.
type TeamCreate ¶
type TeamCreate struct {
// DefaultRole Default role for new members
DefaultRole *string `json:"default_role,omitempty"`
// Description Team description
Description *string `json:"description,omitempty"`
// IsDefault Whether this is the tenant's default team
IsDefault *bool `json:"is_default,omitempty"`
// Name Team name
Name string `json:"name"`
}
TeamCreate Schema for creating a team.
type TeamMemberPublic ¶
type TeamMemberPublic struct {
CreatedAt time.Time `json:"created_at"`
Id openapi_types.UUID `json:"id"`
Role string `json:"role"`
TeamId openapi_types.UUID `json:"team_id"`
// User Embedded user info for team member responses.
User *TeamMemberUser `json:"user,omitempty"`
UserId openapi_types.UUID `json:"user_id"`
}
TeamMemberPublic Public schema for team member with user details.
type TeamMemberUser ¶
type TeamMemberUser struct {
Email string `json:"email"`
FullName *string `json:"full_name,omitempty"`
Id openapi_types.UUID `json:"id"`
}
TeamMemberUser Embedded user info for team member responses.
type TeamMembersPublic ¶
type TeamMembersPublic struct {
Count int `json:"count"`
Data []TeamMemberPublic `json:"data"`
}
TeamMembersPublic Schema for listing team members.
type TeamPublic ¶
type TeamPublic struct {
CreatedAt string `json:"created_at"`
// DefaultRole Default role for new members
DefaultRole *string `json:"default_role,omitempty"`
// Description Team description
Description *string `json:"description,omitempty"`
Id openapi_types.UUID `json:"id"`
// IsDefault Whether this is the tenant's default team
IsDefault *bool `json:"is_default,omitempty"`
// Name Team name
Name string `json:"name"`
TenantId openapi_types.UUID `json:"tenant_id"`
UpdatedAt string `json:"updated_at"`
}
TeamPublic Public schema for team responses.
type TeamUpdate ¶
type TeamUpdate struct {
DefaultRole *string `json:"default_role,omitempty"`
Description *string `json:"description,omitempty"`
IsDefault *bool `json:"is_default,omitempty"`
Name *string `json:"name,omitempty"`
}
TeamUpdate Update schema for team - all fields optional.
type TeamsAddTeamMemberParams ¶
type TeamsAddTeamMemberParams struct {
UserId openapi_types.UUID `form:"user_id" json:"user_id"`
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
TeamsAddTeamMemberParams defines parameters for TeamsAddTeamMember.
type TeamsAddTeamMemberResponse ¶
type TeamsAddTeamMemberResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *TeamMemberPublic
JSON422 *HTTPValidationError
}
func ParseTeamsAddTeamMemberResponse ¶
func ParseTeamsAddTeamMemberResponse(rsp *http.Response) (*TeamsAddTeamMemberResponse, error)
ParseTeamsAddTeamMemberResponse parses an HTTP response from a TeamsAddTeamMemberWithResponse call
func (TeamsAddTeamMemberResponse) Status ¶
func (r TeamsAddTeamMemberResponse) Status() string
Status returns HTTPResponse.Status
func (TeamsAddTeamMemberResponse) StatusCode ¶
func (r TeamsAddTeamMemberResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type TeamsCreateTeamJSONRequestBody ¶
type TeamsCreateTeamJSONRequestBody = TeamCreate
TeamsCreateTeamJSONRequestBody defines body for TeamsCreateTeam for application/json ContentType.
type TeamsCreateTeamParams ¶
type TeamsCreateTeamParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
TeamsCreateTeamParams defines parameters for TeamsCreateTeam.
type TeamsCreateTeamResponse ¶
type TeamsCreateTeamResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *TeamPublic
JSON422 *HTTPValidationError
}
func ParseTeamsCreateTeamResponse ¶
func ParseTeamsCreateTeamResponse(rsp *http.Response) (*TeamsCreateTeamResponse, error)
ParseTeamsCreateTeamResponse parses an HTTP response from a TeamsCreateTeamWithResponse call
func (TeamsCreateTeamResponse) Status ¶
func (r TeamsCreateTeamResponse) Status() string
Status returns HTTPResponse.Status
func (TeamsCreateTeamResponse) StatusCode ¶
func (r TeamsCreateTeamResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type TeamsDeleteTeamParams ¶
type TeamsDeleteTeamParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
TeamsDeleteTeamParams defines parameters for TeamsDeleteTeam.
type TeamsDeleteTeamResponse ¶
type TeamsDeleteTeamResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *DeletedResponse
JSON422 *HTTPValidationError
}
func ParseTeamsDeleteTeamResponse ¶
func ParseTeamsDeleteTeamResponse(rsp *http.Response) (*TeamsDeleteTeamResponse, error)
ParseTeamsDeleteTeamResponse parses an HTTP response from a TeamsDeleteTeamWithResponse call
func (TeamsDeleteTeamResponse) Status ¶
func (r TeamsDeleteTeamResponse) Status() string
Status returns HTTPResponse.Status
func (TeamsDeleteTeamResponse) StatusCode ¶
func (r TeamsDeleteTeamResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type TeamsGetDefaultTeamParams ¶
type TeamsGetDefaultTeamParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
TeamsGetDefaultTeamParams defines parameters for TeamsGetDefaultTeam.
type TeamsGetDefaultTeamResponse ¶
type TeamsGetDefaultTeamResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *TeamPublic
JSON422 *HTTPValidationError
}
func ParseTeamsGetDefaultTeamResponse ¶
func ParseTeamsGetDefaultTeamResponse(rsp *http.Response) (*TeamsGetDefaultTeamResponse, error)
ParseTeamsGetDefaultTeamResponse parses an HTTP response from a TeamsGetDefaultTeamWithResponse call
func (TeamsGetDefaultTeamResponse) Status ¶
func (r TeamsGetDefaultTeamResponse) Status() string
Status returns HTTPResponse.Status
func (TeamsGetDefaultTeamResponse) StatusCode ¶
func (r TeamsGetDefaultTeamResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type TeamsGetTeamParams ¶
type TeamsGetTeamParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
TeamsGetTeamParams defines parameters for TeamsGetTeam.
type TeamsGetTeamResponse ¶
type TeamsGetTeamResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *TeamPublic
JSON422 *HTTPValidationError
}
func ParseTeamsGetTeamResponse ¶
func ParseTeamsGetTeamResponse(rsp *http.Response) (*TeamsGetTeamResponse, error)
ParseTeamsGetTeamResponse parses an HTTP response from a TeamsGetTeamWithResponse call
func (TeamsGetTeamResponse) Status ¶
func (r TeamsGetTeamResponse) Status() string
Status returns HTTPResponse.Status
func (TeamsGetTeamResponse) StatusCode ¶
func (r TeamsGetTeamResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type TeamsListTeamMembersParams ¶
type TeamsListTeamMembersParams struct {
Skip *int `form:"skip,omitempty" json:"skip,omitempty"`
Limit *int `form:"limit,omitempty" json:"limit,omitempty"`
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
TeamsListTeamMembersParams defines parameters for TeamsListTeamMembers.
type TeamsListTeamMembersResponse ¶
type TeamsListTeamMembersResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *TeamMembersPublic
JSON422 *HTTPValidationError
}
func ParseTeamsListTeamMembersResponse ¶
func ParseTeamsListTeamMembersResponse(rsp *http.Response) (*TeamsListTeamMembersResponse, error)
ParseTeamsListTeamMembersResponse parses an HTTP response from a TeamsListTeamMembersWithResponse call
func (TeamsListTeamMembersResponse) Status ¶
func (r TeamsListTeamMembersResponse) Status() string
Status returns HTTPResponse.Status
func (TeamsListTeamMembersResponse) StatusCode ¶
func (r TeamsListTeamMembersResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type TeamsListTeamsParams ¶
type TeamsListTeamsParams struct {
Skip *int `form:"skip,omitempty" json:"skip,omitempty"`
Limit *int `form:"limit,omitempty" json:"limit,omitempty"`
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
TeamsListTeamsParams defines parameters for TeamsListTeams.
type TeamsListTeamsResponse ¶
type TeamsListTeamsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *TeamsPublic
JSON422 *HTTPValidationError
}
func ParseTeamsListTeamsResponse ¶
func ParseTeamsListTeamsResponse(rsp *http.Response) (*TeamsListTeamsResponse, error)
ParseTeamsListTeamsResponse parses an HTTP response from a TeamsListTeamsWithResponse call
func (TeamsListTeamsResponse) Status ¶
func (r TeamsListTeamsResponse) Status() string
Status returns HTTPResponse.Status
func (TeamsListTeamsResponse) StatusCode ¶
func (r TeamsListTeamsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type TeamsPublic ¶
type TeamsPublic struct {
Count int `json:"count"`
Data []TeamPublic `json:"data"`
}
TeamsPublic Schema for listing teams.
type TeamsRemoveTeamMemberParams ¶
type TeamsRemoveTeamMemberParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
TeamsRemoveTeamMemberParams defines parameters for TeamsRemoveTeamMember.
type TeamsRemoveTeamMemberResponse ¶
type TeamsRemoveTeamMemberResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *DeletedResponse
JSON422 *HTTPValidationError
}
func ParseTeamsRemoveTeamMemberResponse ¶
func ParseTeamsRemoveTeamMemberResponse(rsp *http.Response) (*TeamsRemoveTeamMemberResponse, error)
ParseTeamsRemoveTeamMemberResponse parses an HTTP response from a TeamsRemoveTeamMemberWithResponse call
func (TeamsRemoveTeamMemberResponse) Status ¶
func (r TeamsRemoveTeamMemberResponse) Status() string
Status returns HTTPResponse.Status
func (TeamsRemoveTeamMemberResponse) StatusCode ¶
func (r TeamsRemoveTeamMemberResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type TeamsUpdateTeamJSONRequestBody ¶
type TeamsUpdateTeamJSONRequestBody = TeamUpdate
TeamsUpdateTeamJSONRequestBody defines body for TeamsUpdateTeam for application/json ContentType.
type TeamsUpdateTeamParams ¶
type TeamsUpdateTeamParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
TeamsUpdateTeamParams defines parameters for TeamsUpdateTeam.
type TeamsUpdateTeamResponse ¶
type TeamsUpdateTeamResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *TeamPublic
JSON422 *HTTPValidationError
}
func ParseTeamsUpdateTeamResponse ¶
func ParseTeamsUpdateTeamResponse(rsp *http.Response) (*TeamsUpdateTeamResponse, error)
ParseTeamsUpdateTeamResponse parses an HTTP response from a TeamsUpdateTeamWithResponse call
func (TeamsUpdateTeamResponse) Status ¶
func (r TeamsUpdateTeamResponse) Status() string
Status returns HTTPResponse.Status
func (TeamsUpdateTeamResponse) StatusCode ¶
func (r TeamsUpdateTeamResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type TelemetryReceiveOtlpMetricsResponse ¶
type TelemetryReceiveOtlpMetricsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *interface{}
}
func ParseTelemetryReceiveOtlpMetricsResponse ¶
func ParseTelemetryReceiveOtlpMetricsResponse(rsp *http.Response) (*TelemetryReceiveOtlpMetricsResponse, error)
ParseTelemetryReceiveOtlpMetricsResponse parses an HTTP response from a TelemetryReceiveOtlpMetricsWithResponse call
func (TelemetryReceiveOtlpMetricsResponse) Status ¶
func (r TelemetryReceiveOtlpMetricsResponse) Status() string
Status returns HTTPResponse.Status
func (TelemetryReceiveOtlpMetricsResponse) StatusCode ¶
func (r TelemetryReceiveOtlpMetricsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type TelemetrySummary ¶
type TelemetrySummary struct {
ActiveDevices *int `json:"active_devices,omitempty"`
AvgCpu *float32 `json:"avg_cpu,omitempty"`
AvgMemory *float32 `json:"avg_memory,omitempty"`
AvgTemperature *float32 `json:"avg_temperature,omitempty"`
TelemetryPoints *int `json:"telemetry_points,omitempty"`
}
TelemetrySummary defines model for TelemetrySummary.
type TenantAIProviderCreate ¶
type TenantAIProviderCreate struct {
// ApiKey Plaintext API key — will be encrypted before storage
ApiKey *string `json:"api_key,omitempty"`
AvailableModels *[]string `json:"available_models,omitempty"`
BaseUrl *string `json:"base_url,omitempty"`
IsActive *bool `json:"is_active,omitempty"`
Name string `json:"name"`
ProviderType AIProviderType `json:"provider_type"`
}
TenantAIProviderCreate defines model for TenantAIProviderCreate.
type TenantAIProviderPublic ¶
type TenantAIProviderPublic struct {
AvailableModels *[]string `json:"available_models,omitempty"`
// BaseUrl Only for openai_compatible providers
BaseUrl *string `json:"base_url,omitempty"`
CreatedAt string `json:"created_at"`
CreatedById *openapi_types.UUID `json:"created_by_id,omitempty"`
HasApiKey *bool `json:"has_api_key,omitempty"`
Id openapi_types.UUID `json:"id"`
IsActive *bool `json:"is_active,omitempty"`
// Name User-facing label, e.g. 'Local vLLM cluster'
Name string `json:"name"`
ProviderType AIProviderType `json:"provider_type"`
TenantId openapi_types.UUID `json:"tenant_id"`
UpdatedAt string `json:"updated_at"`
}
TenantAIProviderPublic Public response — never includes encrypted_api_key or decrypted key.
type TenantAIProviderUpdate ¶
type TenantAIProviderUpdate struct {
// ApiKey New plaintext API key — will be encrypted. Omit to keep existing.
ApiKey *string `json:"api_key,omitempty"`
AvailableModels *[]string `json:"available_models,omitempty"`
BaseUrl *string `json:"base_url,omitempty"`
IsActive *bool `json:"is_active,omitempty"`
Name *string `json:"name,omitempty"`
}
TenantAIProviderUpdate defines model for TenantAIProviderUpdate.
type TenantAIProvidersPublic ¶
type TenantAIProvidersPublic struct {
Count int `json:"count"`
Data []TenantAIProviderPublic `json:"data"`
}
TenantAIProvidersPublic defines model for TenantAIProvidersPublic.
type TenantPublic ¶
type TenantPublic struct {
// BillingEmail Contact email for billing
BillingEmail *openapi_types.Email `json:"billing_email,omitempty"`
// BillingPlan Billing plan: free, basic, pro, enterprise
BillingPlan *string `json:"billing_plan,omitempty"`
CreatedAt string `json:"created_at"`
// CustomerDomain Customer domain preset (e.g. ems). Null = not yet chosen (triggers onboarding).
CustomerDomain *string `json:"customer_domain,omitempty"`
Id openapi_types.UUID `json:"id"`
// InternalId Unique slug for URLs
InternalId string `json:"internal_id"`
// IsActive Whether the organization is active
IsActive *bool `json:"is_active,omitempty"`
// LogoPath Path to logo image
LogoPath *string `json:"logo_path,omitempty"`
// Name Display name
Name string `json:"name"`
// Settings Org-wide settings
Settings *map[string]interface{} `json:"settings,omitempty"`
UpdatedAt string `json:"updated_at"`
}
TenantPublic Public schema for tenant responses.
type TenantPublicWithMQTT ¶
type TenantPublicWithMQTT struct {
// BillingEmail Contact email for billing
BillingEmail *openapi_types.Email `json:"billing_email,omitempty"`
// BillingPlan Billing plan: free, basic, pro, enterprise
BillingPlan *string `json:"billing_plan,omitempty"`
CreatedAt string `json:"created_at"`
// CustomerDomain Customer domain preset (e.g. ems). Null = not yet chosen (triggers onboarding).
CustomerDomain *string `json:"customer_domain,omitempty"`
Id openapi_types.UUID `json:"id"`
// InternalId Unique slug for URLs
InternalId string `json:"internal_id"`
// IsActive Whether the organization is active
IsActive *bool `json:"is_active,omitempty"`
// LogoPath Path to logo image
LogoPath *string `json:"logo_path,omitempty"`
MqttPassword *string `json:"mqtt_password,omitempty"`
MqttUsername *string `json:"mqtt_username,omitempty"`
// Name Display name
Name string `json:"name"`
// Settings Org-wide settings
Settings *map[string]interface{} `json:"settings,omitempty"`
UpdatedAt string `json:"updated_at"`
}
TenantPublicWithMQTT Extended tenant response with MQTT credentials for device configuration.
The internal_id should be used as mqtt_tenant_id on Jetson devices.
type TenantSkillCreate ¶
type TenantSkillCreate struct {
Description *string `json:"description,omitempty"`
Name string `json:"name"`
Scope *SkillScope `json:"scope,omitempty"`
ScopeRef *string `json:"scope_ref,omitempty"`
// SkillMdContent Optional SKILL.md content to upload
SkillMdContent *string `json:"skill_md_content,omitempty"`
Source *string `json:"source,omitempty"`
Tags *[]string `json:"tags,omitempty"`
}
TenantSkillCreate defines model for TenantSkillCreate.
type TenantSkillPublic ¶
type TenantSkillPublic struct {
// ContentHash MD5 hex digest of SKILL.md content — used to detect code-side updates for system skills
ContentHash *string `json:"content_hash,omitempty"`
CreatedAt string `json:"created_at"`
CreatedById *openapi_types.UUID `json:"created_by_id,omitempty"`
Description *string `json:"description,omitempty"`
Id openapi_types.UUID `json:"id"`
// IsSystem System-provided vs tenant-created
IsSystem *bool `json:"is_system,omitempty"`
// Name Skill name (e.g., 'aoi-inspection')
Name string `json:"name"`
Scope *SkillScope `json:"scope,omitempty"`
// ScopeRef agent_id for scope=agent, group_id for scope=group, null for global
ScopeRef *string `json:"scope_ref,omitempty"`
// Source Origin marker: 'manual', 'system', 'repo:<url>', 'marketplace:<id>'
Source *string `json:"source,omitempty"`
Status *SkillStatus `json:"status,omitempty"`
// StoragePrefix S3 prefix for skill files
StoragePrefix string `json:"storage_prefix"`
Tags *[]string `json:"tags,omitempty"`
TenantId openapi_types.UUID `json:"tenant_id"`
UpdatedAt string `json:"updated_at"`
Version int `json:"version"`
}
TenantSkillPublic defines model for TenantSkillPublic.
type TenantSkillUpdate ¶
type TenantSkillUpdate struct {
Description *string `json:"description,omitempty"`
Name *string `json:"name,omitempty"`
Scope *SkillScope `json:"scope,omitempty"`
ScopeRef *string `json:"scope_ref,omitempty"`
SkillMdContent *string `json:"skill_md_content,omitempty"`
Status *SkillStatus `json:"status,omitempty"`
Tags *[]string `json:"tags,omitempty"`
}
TenantSkillUpdate defines model for TenantSkillUpdate.
type TenantSkillsPublic ¶
type TenantSkillsPublic struct {
Count int `json:"count"`
Data []TenantSkillPublic `json:"data"`
}
TenantSkillsPublic defines model for TenantSkillsPublic.
type TenantUpdate ¶
type TenantUpdate struct {
BillingEmail *openapi_types.Email `json:"billing_email,omitempty"`
BillingPlan *string `json:"billing_plan,omitempty"`
CustomerDomain *string `json:"customer_domain,omitempty"`
InternalId *string `json:"internal_id,omitempty"`
IsActive *bool `json:"is_active,omitempty"`
LogoPath *string `json:"logo_path,omitempty"`
MqttPassword *string `json:"mqtt_password,omitempty"`
MqttUsername *string `json:"mqtt_username,omitempty"`
Name *string `json:"name,omitempty"`
Settings *map[string]interface{} `json:"settings,omitempty"`
}
TenantUpdate Update schema for tenant - all fields optional.
type TestHelpersCreateTestTenantJSONRequestBody ¶
type TestHelpersCreateTestTenantJSONRequestBody = CreateTestTenantRequest
TestHelpersCreateTestTenantJSONRequestBody defines body for TestHelpersCreateTestTenant for application/json ContentType.
type TestHelpersCreateTestTenantResponse ¶
type TestHelpersCreateTestTenantResponse struct {
Body []byte
HTTPResponse *http.Response
JSON201 *CreateTestTenantResponse
JSON422 *HTTPValidationError
}
func ParseTestHelpersCreateTestTenantResponse ¶
func ParseTestHelpersCreateTestTenantResponse(rsp *http.Response) (*TestHelpersCreateTestTenantResponse, error)
ParseTestHelpersCreateTestTenantResponse parses an HTTP response from a TestHelpersCreateTestTenantWithResponse call
func (TestHelpersCreateTestTenantResponse) Status ¶
func (r TestHelpersCreateTestTenantResponse) Status() string
Status returns HTTPResponse.Status
func (TestHelpersCreateTestTenantResponse) StatusCode ¶
func (r TestHelpersCreateTestTenantResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type TestHelpersDeleteTestTenantResponse ¶
type TestHelpersDeleteTestTenantResponse struct {
Body []byte
HTTPResponse *http.Response
JSON422 *HTTPValidationError
}
func ParseTestHelpersDeleteTestTenantResponse ¶
func ParseTestHelpersDeleteTestTenantResponse(rsp *http.Response) (*TestHelpersDeleteTestTenantResponse, error)
ParseTestHelpersDeleteTestTenantResponse parses an HTTP response from a TestHelpersDeleteTestTenantWithResponse call
func (TestHelpersDeleteTestTenantResponse) Status ¶
func (r TestHelpersDeleteTestTenantResponse) Status() string
Status returns HTTPResponse.Status
func (TestHelpersDeleteTestTenantResponse) StatusCode ¶
func (r TestHelpersDeleteTestTenantResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type TestHelpersSweepTestTenantsJSONRequestBody ¶
type TestHelpersSweepTestTenantsJSONRequestBody = SweepRequest
TestHelpersSweepTestTenantsJSONRequestBody defines body for TestHelpersSweepTestTenants for application/json ContentType.
type TestHelpersSweepTestTenantsResponse ¶
type TestHelpersSweepTestTenantsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *SweepResponse
JSON422 *HTTPValidationError
}
func ParseTestHelpersSweepTestTenantsResponse ¶
func ParseTestHelpersSweepTestTenantsResponse(rsp *http.Response) (*TestHelpersSweepTestTenantsResponse, error)
ParseTestHelpersSweepTestTenantsResponse parses an HTTP response from a TestHelpersSweepTestTenantsWithResponse call
func (TestHelpersSweepTestTenantsResponse) Status ¶
func (r TestHelpersSweepTestTenantsResponse) Status() string
Status returns HTTPResponse.Status
func (TestHelpersSweepTestTenantsResponse) StatusCode ¶
func (r TestHelpersSweepTestTenantsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type TestHelpersSweepTestUsersResponse ¶
type TestHelpersSweepTestUsersResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *SweepResponse
}
func ParseTestHelpersSweepTestUsersResponse ¶
func ParseTestHelpersSweepTestUsersResponse(rsp *http.Response) (*TestHelpersSweepTestUsersResponse, error)
ParseTestHelpersSweepTestUsersResponse parses an HTTP response from a TestHelpersSweepTestUsersWithResponse call
func (TestHelpersSweepTestUsersResponse) Status ¶
func (r TestHelpersSweepTestUsersResponse) Status() string
Status returns HTTPResponse.Status
func (TestHelpersSweepTestUsersResponse) StatusCode ¶
func (r TestHelpersSweepTestUsersResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type UpdateSessionPreferencesPayload ¶
type UpdateSessionPreferencesPayload struct {
SessionPreferences map[string]interface{} `json:"session_preferences"`
}
UpdateSessionPreferencesPayload defines model for UpdateSessionPreferencesPayload.
type UserCreate ¶
type UserCreate struct {
// Auth0Sub Auth0 user ID (for Auth0 users)
Auth0Sub *string `json:"auth0_sub,omitempty"`
// AuthProvider Authentication provider: local, auth0
AuthProvider *string `json:"auth_provider,omitempty"`
Email openapi_types.Email `json:"email"`
FullName *string `json:"full_name,omitempty"`
IsActive *bool `json:"is_active,omitempty"`
IsSuperuser *bool `json:"is_superuser,omitempty"`
// Role User role in tenant
Role *string `json:"role,omitempty"`
// TenantId Tenant the user belongs to
TenantId openapi_types.UUID `json:"tenant_id"`
}
UserCreate Properties to receive via API on creation.
type UserPublic ¶
type UserPublic struct {
// AuthProvider Authentication provider: local, auth0
AuthProvider *string `json:"auth_provider,omitempty"`
Email openapi_types.Email `json:"email"`
FullName *string `json:"full_name,omitempty"`
Id openapi_types.UUID `json:"id"`
IsActive *bool `json:"is_active,omitempty"`
IsSuperuser *bool `json:"is_superuser,omitempty"`
LastLoginAt *time.Time `json:"last_login_at,omitempty"`
OauthProvider *string `json:"oauth_provider,omitempty"`
ProfilePictureUrl *string `json:"profile_picture_url,omitempty"`
// Role User role in tenant
Role *string `json:"role,omitempty"`
TenantId openapi_types.UUID `json:"tenant_id"`
UploadedProfilePicturePath *string `json:"uploaded_profile_picture_path,omitempty"`
}
UserPublic Public schema for user responses.
type UserUpdate ¶
type UserUpdate struct {
// Auth0Sub Auth0 user ID
Auth0Sub *string `json:"auth0_sub,omitempty"`
// AuthProvider Authentication provider: local, auth0
AuthProvider *string `json:"auth_provider,omitempty"`
Email *openapi_types.Email `json:"email,omitempty"`
FullName *string `json:"full_name,omitempty"`
IsActive *bool `json:"is_active,omitempty"`
IsSuperuser *bool `json:"is_superuser,omitempty"`
Role *string `json:"role,omitempty"`
}
UserUpdate Properties to receive via API on update, all are optional.
type UserUpdateMe ¶
type UserUpdateMe struct {
Email *openapi_types.Email `json:"email,omitempty"`
FullName *string `json:"full_name,omitempty"`
}
UserUpdateMe Properties for user to update their own profile.
type UsersCreateUserJSONRequestBody ¶
type UsersCreateUserJSONRequestBody = UserCreate
UsersCreateUserJSONRequestBody defines body for UsersCreateUser for application/json ContentType.
type UsersCreateUserParams ¶
type UsersCreateUserParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
UsersCreateUserParams defines parameters for UsersCreateUser.
type UsersCreateUserResponse ¶
type UsersCreateUserResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *UserPublic
JSON422 *HTTPValidationError
}
func ParseUsersCreateUserResponse ¶
func ParseUsersCreateUserResponse(rsp *http.Response) (*UsersCreateUserResponse, error)
ParseUsersCreateUserResponse parses an HTTP response from a UsersCreateUserWithResponse call
func (UsersCreateUserResponse) Status ¶
func (r UsersCreateUserResponse) Status() string
Status returns HTTPResponse.Status
func (UsersCreateUserResponse) StatusCode ¶
func (r UsersCreateUserResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type UsersDeleteProfilePictureParams ¶
type UsersDeleteProfilePictureParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
UsersDeleteProfilePictureParams defines parameters for UsersDeleteProfilePicture.
type UsersDeleteProfilePictureResponse ¶
type UsersDeleteProfilePictureResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *Message
JSON422 *HTTPValidationError
}
func ParseUsersDeleteProfilePictureResponse ¶
func ParseUsersDeleteProfilePictureResponse(rsp *http.Response) (*UsersDeleteProfilePictureResponse, error)
ParseUsersDeleteProfilePictureResponse parses an HTTP response from a UsersDeleteProfilePictureWithResponse call
func (UsersDeleteProfilePictureResponse) Status ¶
func (r UsersDeleteProfilePictureResponse) Status() string
Status returns HTTPResponse.Status
func (UsersDeleteProfilePictureResponse) StatusCode ¶
func (r UsersDeleteProfilePictureResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type UsersDeleteUserMeParams ¶
type UsersDeleteUserMeParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
UsersDeleteUserMeParams defines parameters for UsersDeleteUserMe.
type UsersDeleteUserMeResponse ¶
type UsersDeleteUserMeResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *Message
JSON422 *HTTPValidationError
}
func ParseUsersDeleteUserMeResponse ¶
func ParseUsersDeleteUserMeResponse(rsp *http.Response) (*UsersDeleteUserMeResponse, error)
ParseUsersDeleteUserMeResponse parses an HTTP response from a UsersDeleteUserMeWithResponse call
func (UsersDeleteUserMeResponse) Status ¶
func (r UsersDeleteUserMeResponse) Status() string
Status returns HTTPResponse.Status
func (UsersDeleteUserMeResponse) StatusCode ¶
func (r UsersDeleteUserMeResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type UsersDeleteUserParams ¶
type UsersDeleteUserParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
UsersDeleteUserParams defines parameters for UsersDeleteUser.
type UsersDeleteUserResponse ¶
type UsersDeleteUserResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *DeletedResponse
JSON422 *HTTPValidationError
}
func ParseUsersDeleteUserResponse ¶
func ParseUsersDeleteUserResponse(rsp *http.Response) (*UsersDeleteUserResponse, error)
ParseUsersDeleteUserResponse parses an HTTP response from a UsersDeleteUserWithResponse call
func (UsersDeleteUserResponse) Status ¶
func (r UsersDeleteUserResponse) Status() string
Status returns HTTPResponse.Status
func (UsersDeleteUserResponse) StatusCode ¶
func (r UsersDeleteUserResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type UsersGetProfilePictureParams ¶
type UsersGetProfilePictureParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
UsersGetProfilePictureParams defines parameters for UsersGetProfilePicture.
type UsersGetProfilePictureResponse ¶
type UsersGetProfilePictureResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *interface{}
JSON422 *HTTPValidationError
}
func ParseUsersGetProfilePictureResponse ¶
func ParseUsersGetProfilePictureResponse(rsp *http.Response) (*UsersGetProfilePictureResponse, error)
ParseUsersGetProfilePictureResponse parses an HTTP response from a UsersGetProfilePictureWithResponse call
func (UsersGetProfilePictureResponse) Status ¶
func (r UsersGetProfilePictureResponse) Status() string
Status returns HTTPResponse.Status
func (UsersGetProfilePictureResponse) StatusCode ¶
func (r UsersGetProfilePictureResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type UsersPublic ¶
type UsersPublic struct {
Count int `json:"count"`
Data []UserPublic `json:"data"`
}
UsersPublic Schema for listing users.
type UsersReadUserByIdParams ¶
type UsersReadUserByIdParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
UsersReadUserByIdParams defines parameters for UsersReadUserById.
type UsersReadUserByIdResponse ¶
type UsersReadUserByIdResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *UserPublic
JSON422 *HTTPValidationError
}
func ParseUsersReadUserByIdResponse ¶
func ParseUsersReadUserByIdResponse(rsp *http.Response) (*UsersReadUserByIdResponse, error)
ParseUsersReadUserByIdResponse parses an HTTP response from a UsersReadUserByIdWithResponse call
func (UsersReadUserByIdResponse) Status ¶
func (r UsersReadUserByIdResponse) Status() string
Status returns HTTPResponse.Status
func (UsersReadUserByIdResponse) StatusCode ¶
func (r UsersReadUserByIdResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type UsersReadUserMeParams ¶
type UsersReadUserMeParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
UsersReadUserMeParams defines parameters for UsersReadUserMe.
type UsersReadUserMeResponse ¶
type UsersReadUserMeResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *UserPublic
JSON422 *HTTPValidationError
}
func ParseUsersReadUserMeResponse ¶
func ParseUsersReadUserMeResponse(rsp *http.Response) (*UsersReadUserMeResponse, error)
ParseUsersReadUserMeResponse parses an HTTP response from a UsersReadUserMeWithResponse call
func (UsersReadUserMeResponse) Status ¶
func (r UsersReadUserMeResponse) Status() string
Status returns HTTPResponse.Status
func (UsersReadUserMeResponse) StatusCode ¶
func (r UsersReadUserMeResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type UsersReadUsersParams ¶
type UsersReadUsersParams struct {
Skip *int `form:"skip,omitempty" json:"skip,omitempty"`
Limit *int `form:"limit,omitempty" json:"limit,omitempty"`
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
UsersReadUsersParams defines parameters for UsersReadUsers.
type UsersReadUsersResponse ¶
type UsersReadUsersResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *UsersPublic
JSON422 *HTTPValidationError
}
func ParseUsersReadUsersResponse ¶
func ParseUsersReadUsersResponse(rsp *http.Response) (*UsersReadUsersResponse, error)
ParseUsersReadUsersResponse parses an HTTP response from a UsersReadUsersWithResponse call
func (UsersReadUsersResponse) Status ¶
func (r UsersReadUsersResponse) Status() string
Status returns HTTPResponse.Status
func (UsersReadUsersResponse) StatusCode ¶
func (r UsersReadUsersResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type UsersUpdateUserJSONRequestBody ¶
type UsersUpdateUserJSONRequestBody = UserUpdate
UsersUpdateUserJSONRequestBody defines body for UsersUpdateUser for application/json ContentType.
type UsersUpdateUserMeJSONRequestBody ¶
type UsersUpdateUserMeJSONRequestBody = UserUpdateMe
UsersUpdateUserMeJSONRequestBody defines body for UsersUpdateUserMe for application/json ContentType.
type UsersUpdateUserMeParams ¶
type UsersUpdateUserMeParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
UsersUpdateUserMeParams defines parameters for UsersUpdateUserMe.
type UsersUpdateUserMeResponse ¶
type UsersUpdateUserMeResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *UserPublic
JSON422 *HTTPValidationError
}
func ParseUsersUpdateUserMeResponse ¶
func ParseUsersUpdateUserMeResponse(rsp *http.Response) (*UsersUpdateUserMeResponse, error)
ParseUsersUpdateUserMeResponse parses an HTTP response from a UsersUpdateUserMeWithResponse call
func (UsersUpdateUserMeResponse) Status ¶
func (r UsersUpdateUserMeResponse) Status() string
Status returns HTTPResponse.Status
func (UsersUpdateUserMeResponse) StatusCode ¶
func (r UsersUpdateUserMeResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type UsersUpdateUserParams ¶
type UsersUpdateUserParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
UsersUpdateUserParams defines parameters for UsersUpdateUser.
type UsersUpdateUserResponse ¶
type UsersUpdateUserResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *UserPublic
JSON422 *HTTPValidationError
}
func ParseUsersUpdateUserResponse ¶
func ParseUsersUpdateUserResponse(rsp *http.Response) (*UsersUpdateUserResponse, error)
ParseUsersUpdateUserResponse parses an HTTP response from a UsersUpdateUserWithResponse call
func (UsersUpdateUserResponse) Status ¶
func (r UsersUpdateUserResponse) Status() string
Status returns HTTPResponse.Status
func (UsersUpdateUserResponse) StatusCode ¶
func (r UsersUpdateUserResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type UsersUploadProfilePictureMultipartRequestBody ¶
type UsersUploadProfilePictureMultipartRequestBody = BodyUsersUploadProfilePicture
UsersUploadProfilePictureMultipartRequestBody defines body for UsersUploadProfilePicture for multipart/form-data ContentType.
type UsersUploadProfilePictureParams ¶
type UsersUploadProfilePictureParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
UsersUploadProfilePictureParams defines parameters for UsersUploadProfilePicture.
type UsersUploadProfilePictureResponse ¶
type UsersUploadProfilePictureResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *Message
JSON422 *HTTPValidationError
}
func ParseUsersUploadProfilePictureResponse ¶
func ParseUsersUploadProfilePictureResponse(rsp *http.Response) (*UsersUploadProfilePictureResponse, error)
ParseUsersUploadProfilePictureResponse parses an HTTP response from a UsersUploadProfilePictureWithResponse call
func (UsersUploadProfilePictureResponse) Status ¶
func (r UsersUploadProfilePictureResponse) Status() string
Status returns HTTPResponse.Status
func (UsersUploadProfilePictureResponse) StatusCode ¶
func (r UsersUploadProfilePictureResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type UtilsHealthCheckResponse ¶
func ParseUtilsHealthCheckResponse ¶
func ParseUtilsHealthCheckResponse(rsp *http.Response) (*UtilsHealthCheckResponse, error)
ParseUtilsHealthCheckResponse parses an HTTP response from a UtilsHealthCheckWithResponse call
func (UtilsHealthCheckResponse) Status ¶
func (r UtilsHealthCheckResponse) Status() string
Status returns HTTPResponse.Status
func (UtilsHealthCheckResponse) StatusCode ¶
func (r UtilsHealthCheckResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type UtilsTestEmailParams ¶
type UtilsTestEmailParams struct {
EmailTo openapi_types.Email `form:"email_to" json:"email_to"`
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
UtilsTestEmailParams defines parameters for UtilsTestEmail.
type UtilsTestEmailResponse ¶
type UtilsTestEmailResponse struct {
Body []byte
HTTPResponse *http.Response
JSON201 *Message
JSON422 *HTTPValidationError
}
func ParseUtilsTestEmailResponse ¶
func ParseUtilsTestEmailResponse(rsp *http.Response) (*UtilsTestEmailResponse, error)
ParseUtilsTestEmailResponse parses an HTTP response from a UtilsTestEmailWithResponse call
func (UtilsTestEmailResponse) Status ¶
func (r UtilsTestEmailResponse) Status() string
Status returns HTTPResponse.Status
func (UtilsTestEmailResponse) StatusCode ¶
func (r UtilsTestEmailResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type ValidationError ¶
type ValidationError struct {
Loc []ValidationError_Loc_Item `json:"loc"`
Msg string `json:"msg"`
Type string `json:"type"`
}
ValidationError defines model for ValidationError.
type ValidationErrorLoc0 ¶
type ValidationErrorLoc0 = string
ValidationErrorLoc0 defines model for .
type ValidationError_Loc_Item ¶
type ValidationError_Loc_Item struct {
// contains filtered or unexported fields
}
ValidationError_Loc_Item defines model for ValidationError.loc.Item.
func (ValidationError_Loc_Item) AsValidationErrorLoc0 ¶
func (t ValidationError_Loc_Item) AsValidationErrorLoc0() (ValidationErrorLoc0, error)
AsValidationErrorLoc0 returns the union data inside the ValidationError_Loc_Item as a ValidationErrorLoc0
func (ValidationError_Loc_Item) AsValidationErrorLoc1 ¶
func (t ValidationError_Loc_Item) AsValidationErrorLoc1() (ValidationErrorLoc1, error)
AsValidationErrorLoc1 returns the union data inside the ValidationError_Loc_Item as a ValidationErrorLoc1
func (*ValidationError_Loc_Item) FromValidationErrorLoc0 ¶
func (t *ValidationError_Loc_Item) FromValidationErrorLoc0(v ValidationErrorLoc0) error
FromValidationErrorLoc0 overwrites any union data inside the ValidationError_Loc_Item as the provided ValidationErrorLoc0
func (*ValidationError_Loc_Item) FromValidationErrorLoc1 ¶
func (t *ValidationError_Loc_Item) FromValidationErrorLoc1(v ValidationErrorLoc1) error
FromValidationErrorLoc1 overwrites any union data inside the ValidationError_Loc_Item as the provided ValidationErrorLoc1
func (ValidationError_Loc_Item) MarshalJSON ¶
func (t ValidationError_Loc_Item) MarshalJSON() ([]byte, error)
func (*ValidationError_Loc_Item) MergeValidationErrorLoc0 ¶
func (t *ValidationError_Loc_Item) MergeValidationErrorLoc0(v ValidationErrorLoc0) error
MergeValidationErrorLoc0 performs a merge with any union data inside the ValidationError_Loc_Item, using the provided ValidationErrorLoc0
func (*ValidationError_Loc_Item) MergeValidationErrorLoc1 ¶
func (t *ValidationError_Loc_Item) MergeValidationErrorLoc1(v ValidationErrorLoc1) error
MergeValidationErrorLoc1 performs a merge with any union data inside the ValidationError_Loc_Item, using the provided ValidationErrorLoc1
func (*ValidationError_Loc_Item) UnmarshalJSON ¶
func (t *ValidationError_Loc_Item) UnmarshalJSON(b []byte) error
type VideosDebugVideoFileParams ¶
type VideosDebugVideoFileParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
VideosDebugVideoFileParams defines parameters for VideosDebugVideoFile.
type VideosDebugVideoFileResponse ¶
type VideosDebugVideoFileResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *map[string]interface{}
JSON422 *HTTPValidationError
}
func ParseVideosDebugVideoFileResponse ¶
func ParseVideosDebugVideoFileResponse(rsp *http.Response) (*VideosDebugVideoFileResponse, error)
ParseVideosDebugVideoFileResponse parses an HTTP response from a VideosDebugVideoFileWithResponse call
func (VideosDebugVideoFileResponse) Status ¶
func (r VideosDebugVideoFileResponse) Status() string
Status returns HTTPResponse.Status
func (VideosDebugVideoFileResponse) StatusCode ¶
func (r VideosDebugVideoFileResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type VideosDeleteCameraVideoParams ¶
type VideosDeleteCameraVideoParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
VideosDeleteCameraVideoParams defines parameters for VideosDeleteCameraVideo.
type VideosDeleteCameraVideoResponse ¶
type VideosDeleteCameraVideoResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *interface{}
JSON422 *HTTPValidationError
}
func ParseVideosDeleteCameraVideoResponse ¶
func ParseVideosDeleteCameraVideoResponse(rsp *http.Response) (*VideosDeleteCameraVideoResponse, error)
ParseVideosDeleteCameraVideoResponse parses an HTTP response from a VideosDeleteCameraVideoWithResponse call
func (VideosDeleteCameraVideoResponse) Status ¶
func (r VideosDeleteCameraVideoResponse) Status() string
Status returns HTTPResponse.Status
func (VideosDeleteCameraVideoResponse) StatusCode ¶
func (r VideosDeleteCameraVideoResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type VideosGetOriginalVideoParams ¶
type VideosGetOriginalVideoParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
VideosGetOriginalVideoParams defines parameters for VideosGetOriginalVideo.
type VideosGetOriginalVideoResponse ¶
type VideosGetOriginalVideoResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *interface{}
JSON422 *HTTPValidationError
}
func ParseVideosGetOriginalVideoResponse ¶
func ParseVideosGetOriginalVideoResponse(rsp *http.Response) (*VideosGetOriginalVideoResponse, error)
ParseVideosGetOriginalVideoResponse parses an HTTP response from a VideosGetOriginalVideoWithResponse call
func (VideosGetOriginalVideoResponse) Status ¶
func (r VideosGetOriginalVideoResponse) Status() string
Status returns HTTPResponse.Status
func (VideosGetOriginalVideoResponse) StatusCode ¶
func (r VideosGetOriginalVideoResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type VideosGetProcessedVideoFileParams ¶
type VideosGetProcessedVideoFileParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
VideosGetProcessedVideoFileParams defines parameters for VideosGetProcessedVideoFile.
type VideosGetProcessedVideoFileResponse ¶
type VideosGetProcessedVideoFileResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *interface{}
JSON422 *HTTPValidationError
}
func ParseVideosGetProcessedVideoFileResponse ¶
func ParseVideosGetProcessedVideoFileResponse(rsp *http.Response) (*VideosGetProcessedVideoFileResponse, error)
ParseVideosGetProcessedVideoFileResponse parses an HTTP response from a VideosGetProcessedVideoFileWithResponse call
func (VideosGetProcessedVideoFileResponse) Status ¶
func (r VideosGetProcessedVideoFileResponse) Status() string
Status returns HTTPResponse.Status
func (VideosGetProcessedVideoFileResponse) StatusCode ¶
func (r VideosGetProcessedVideoFileResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type VideosGetProcessedVideoParams ¶
type VideosGetProcessedVideoParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
VideosGetProcessedVideoParams defines parameters for VideosGetProcessedVideo.
type VideosGetProcessedVideoResponse ¶
type VideosGetProcessedVideoResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *interface{}
JSON422 *HTTPValidationError
}
func ParseVideosGetProcessedVideoResponse ¶
func ParseVideosGetProcessedVideoResponse(rsp *http.Response) (*VideosGetProcessedVideoResponse, error)
ParseVideosGetProcessedVideoResponse parses an HTTP response from a VideosGetProcessedVideoWithResponse call
func (VideosGetProcessedVideoResponse) Status ¶
func (r VideosGetProcessedVideoResponse) Status() string
Status returns HTTPResponse.Status
func (VideosGetProcessedVideoResponse) StatusCode ¶
func (r VideosGetProcessedVideoResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type VideosGetProcessingStatusParams ¶
type VideosGetProcessingStatusParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
VideosGetProcessingStatusParams defines parameters for VideosGetProcessingStatus.
type VideosGetProcessingStatusResponse ¶
type VideosGetProcessingStatusResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *map[string]interface{}
JSON422 *HTTPValidationError
}
func ParseVideosGetProcessingStatusResponse ¶
func ParseVideosGetProcessingStatusResponse(rsp *http.Response) (*VideosGetProcessingStatusResponse, error)
ParseVideosGetProcessingStatusResponse parses an HTTP response from a VideosGetProcessingStatusWithResponse call
func (VideosGetProcessingStatusResponse) Status ¶
func (r VideosGetProcessingStatusResponse) Status() string
Status returns HTTPResponse.Status
func (VideosGetProcessingStatusResponse) StatusCode ¶
func (r VideosGetProcessingStatusResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type VideosProcessVideoMultipartRequestBody ¶
type VideosProcessVideoMultipartRequestBody = BodyVideosProcessVideo
VideosProcessVideoMultipartRequestBody defines body for VideosProcessVideo for multipart/form-data ContentType.
type VideosProcessVideoParams ¶
type VideosProcessVideoParams struct {
DeviceGroupId *openapi_types.UUID `form:"device_group_id,omitempty" json:"device_group_id,omitempty"`
ConfigOverrides *string `form:"config_overrides,omitempty" json:"config_overrides,omitempty"`
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
VideosProcessVideoParams defines parameters for VideosProcessVideo.
type VideosProcessVideoResponse ¶
type VideosProcessVideoResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *interface{}
JSON422 *HTTPValidationError
}
func ParseVideosProcessVideoResponse ¶
func ParseVideosProcessVideoResponse(rsp *http.Response) (*VideosProcessVideoResponse, error)
ParseVideosProcessVideoResponse parses an HTTP response from a VideosProcessVideoWithResponse call
func (VideosProcessVideoResponse) Status ¶
func (r VideosProcessVideoResponse) Status() string
Status returns HTTPResponse.Status
func (VideosProcessVideoResponse) StatusCode ¶
func (r VideosProcessVideoResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type VideosReadCameraVideoParams ¶
type VideosReadCameraVideoParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
VideosReadCameraVideoParams defines parameters for VideosReadCameraVideo.
type VideosReadCameraVideoResponse ¶
type VideosReadCameraVideoResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *CameraVideoPublic
JSON422 *HTTPValidationError
}
func ParseVideosReadCameraVideoResponse ¶
func ParseVideosReadCameraVideoResponse(rsp *http.Response) (*VideosReadCameraVideoResponse, error)
ParseVideosReadCameraVideoResponse parses an HTTP response from a VideosReadCameraVideoWithResponse call
func (VideosReadCameraVideoResponse) Status ¶
func (r VideosReadCameraVideoResponse) Status() string
Status returns HTTPResponse.Status
func (VideosReadCameraVideoResponse) StatusCode ¶
func (r VideosReadCameraVideoResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type VideosReadCameraVideosParams ¶
type VideosReadCameraVideosParams struct {
Skip *int `form:"skip,omitempty" json:"skip,omitempty"`
Limit *int `form:"limit,omitempty" json:"limit,omitempty"`
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
VideosReadCameraVideosParams defines parameters for VideosReadCameraVideos.
type VideosReadCameraVideosResponse ¶
type VideosReadCameraVideosResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *CameraVideosPublic
JSON422 *HTTPValidationError
}
func ParseVideosReadCameraVideosResponse ¶
func ParseVideosReadCameraVideosResponse(rsp *http.Response) (*VideosReadCameraVideosResponse, error)
ParseVideosReadCameraVideosResponse parses an HTTP response from a VideosReadCameraVideosWithResponse call
func (VideosReadCameraVideosResponse) Status ¶
func (r VideosReadCameraVideosResponse) Status() string
Status returns HTTPResponse.Status
func (VideosReadCameraVideosResponse) StatusCode ¶
func (r VideosReadCameraVideosResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type VideosReprocessCameraVideoParams ¶
type VideosReprocessCameraVideoParams struct {
DeviceGroupId *openapi_types.UUID `form:"device_group_id,omitempty" json:"device_group_id,omitempty"`
ConfigOverrides *string `form:"config_overrides,omitempty" json:"config_overrides,omitempty"`
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
VideosReprocessCameraVideoParams defines parameters for VideosReprocessCameraVideo.
type VideosReprocessCameraVideoResponse ¶
type VideosReprocessCameraVideoResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *CameraVideoPublic
JSON422 *HTTPValidationError
}
func ParseVideosReprocessCameraVideoResponse ¶
func ParseVideosReprocessCameraVideoResponse(rsp *http.Response) (*VideosReprocessCameraVideoResponse, error)
ParseVideosReprocessCameraVideoResponse parses an HTTP response from a VideosReprocessCameraVideoWithResponse call
func (VideosReprocessCameraVideoResponse) Status ¶
func (r VideosReprocessCameraVideoResponse) Status() string
Status returns HTTPResponse.Status
func (VideosReprocessCameraVideoResponse) StatusCode ¶
func (r VideosReprocessCameraVideoResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type VideosUpdateCameraVideoJSONRequestBody ¶
type VideosUpdateCameraVideoJSONRequestBody = CameraVideoUpdate
VideosUpdateCameraVideoJSONRequestBody defines body for VideosUpdateCameraVideo for application/json ContentType.
type VideosUpdateCameraVideoParams ¶
type VideosUpdateCameraVideoParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
VideosUpdateCameraVideoParams defines parameters for VideosUpdateCameraVideo.
type VideosUpdateCameraVideoResponse ¶
type VideosUpdateCameraVideoResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *CameraVideoPublic
JSON422 *HTTPValidationError
}
func ParseVideosUpdateCameraVideoResponse ¶
func ParseVideosUpdateCameraVideoResponse(rsp *http.Response) (*VideosUpdateCameraVideoResponse, error)
ParseVideosUpdateCameraVideoResponse parses an HTTP response from a VideosUpdateCameraVideoWithResponse call
func (VideosUpdateCameraVideoResponse) Status ¶
func (r VideosUpdateCameraVideoResponse) Status() string
Status returns HTTPResponse.Status
func (VideosUpdateCameraVideoResponse) StatusCode ¶
func (r VideosUpdateCameraVideoResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type VideosUploadCameraVideoMultipartRequestBody ¶
type VideosUploadCameraVideoMultipartRequestBody = BodyVideosUploadCameraVideo
VideosUploadCameraVideoMultipartRequestBody defines body for VideosUploadCameraVideo for multipart/form-data ContentType.
type VideosUploadCameraVideoParams ¶
type VideosUploadCameraVideoParams struct {
DeviceGroupId *openapi_types.UUID `form:"device_group_id,omitempty" json:"device_group_id,omitempty"`
ConfigOverrides *string `form:"config_overrides,omitempty" json:"config_overrides,omitempty"`
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
VideosUploadCameraVideoParams defines parameters for VideosUploadCameraVideo.
type VideosUploadCameraVideoResponse ¶
type VideosUploadCameraVideoResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *CameraVideoPublic
JSON422 *HTTPValidationError
}
func ParseVideosUploadCameraVideoResponse ¶
func ParseVideosUploadCameraVideoResponse(rsp *http.Response) (*VideosUploadCameraVideoResponse, error)
ParseVideosUploadCameraVideoResponse parses an HTTP response from a VideosUploadCameraVideoWithResponse call
func (VideosUploadCameraVideoResponse) Status ¶
func (r VideosUploadCameraVideoResponse) Status() string
Status returns HTTPResponse.Status
func (VideosUploadCameraVideoResponse) StatusCode ¶
func (r VideosUploadCameraVideoResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type VoiceTtsJSONRequestBody ¶
type VoiceTtsJSONRequestBody = TTSRequest
VoiceTtsJSONRequestBody defines body for VoiceTts for application/json ContentType.
type VoiceTtsParams ¶
type VoiceTtsParams struct {
AccessToken *string `form:"access_token,omitempty" json:"access_token,omitempty"`
}
VoiceTtsParams defines parameters for VoiceTts.
type VoiceTtsResponse ¶
type VoiceTtsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *interface{}
JSON422 *HTTPValidationError
}
func ParseVoiceTtsResponse ¶
func ParseVoiceTtsResponse(rsp *http.Response) (*VoiceTtsResponse, error)
ParseVoiceTtsResponse parses an HTTP response from a VoiceTtsWithResponse call
func (VoiceTtsResponse) Status ¶
func (r VoiceTtsResponse) Status() string
Status returns HTTPResponse.Status
func (VoiceTtsResponse) StatusCode ¶
func (r VoiceTtsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode