- V2
-
V1
- Account
- Admin
- AdminUpload
- Analysis
- ApiResource
- ApiScope
- Assets
-
AuditLog
- Auth
- AuthToken
- Avatar
- BatchDownloadDocuments
- CacheMeta
- Caching
- CheckUpdate
- ClaimMapping
- Client
- Collections
- Config
- CustomizeProperties
- Dashboard
- DashboardView
- DataMonitoring
- DataProvider
- DataSource
- DataSourceAPI
- DataSourceFile
- DataSourcePreview
- Dataset
- DatasetExport
- DatasetPreview
- Design
- DesignApi
- DesignTemplates
- DingTalkAuthentication
- Documents
- EmbededReport
- Export
- ExportTemplate
- ExternalLoginProvider
- ExternalUser
- FloorPlanView
- GraphQl
- Group
- HealthCheck
- Heartbeat
- Hierarchy
- Home
- IdentityResource
- Import
- Integration
- InternalDocuments
- LanguagePackage
- LanguageResource
- License
- LicenseSummarised
- LocalDeployment
- ModelDrafts
- ModelEditor
- Node
- Notification
- Permission
- Pivot
- PluginAssets
- PodIPTest
- Preview
- PushDataset
- QueryEndpoint
- QueueMonitor
- ReferenceResolving
- Reports
- Resource
- Resources
- Role
- RoleDocumentColumns
- SceneView
- Schedule
- ScheduleTemplate
- SchedulesApi
- SecurityProvider
- Semantic
- Session
- Settings
- SharedResources
- StreamingDatasetApi
- SystemConfig
- SystemConfigs
- Tenant
- TenantModification
- Theme
- ThemeFiles
- Token
- Upload
- UploadTheme
- User
- UserFunctions
- View
- VisualSandbox
- WeChat4WorkAuthentication
- WebPages
- WorkerJob
- WorkersRegistrar
- overview
AuditLog
AuditLog
[POST] /admin/api/testconnection
Request Schema
Response
Status Code: 200
Success
[POST] /admin/api/createdatabase
Request Schema
Response
Status Code: 200
Success
[POST] /admin/api/createtable
Request Schema
Response
Status Code: 200
Success
[GET] /admin/api/auditlog/builtindocumentstatus
if the built-in audit log documents already exist
Response
Status Code: 200
Success
[POST] /admin/api/auditlog/addbuiltindocument
Add built-in audit log documents
Request Schema
Response
Status Code: 200
Success
[PUT] /admin/api/auditlog/updatebuiltindocument
Update built-in audit log documents
Request Schema
Response
Status Code: 200
Success
[DELETE] /admin/api/auditlog/deletebuiltindocument
Delete built-in audit log documents
Response
Status Code: 200
Success
[POST] /admin/api/auditlog/enable
Enable audit log.
Request Schema
Response
Status Code: 200
Success
[GET] /admin/api/auditlogs/pagination
Parameters
Name | Type | Located In |
---|---|---|
Info_DocumentType | string | query |
Info_ActionType | string | query |
utcTicksStart | int64 | query |
utcTicksEnd | int64 | query |
UserName | string | query |
Info_DocumentName | string | query |
pageNumber | int32 | query |
pageSize | int32 | query |
order | string | query |
fields | string | query |
Response
Status Code: 200
Success
[GET] /admin/api/auditlogs/pivot
Parameters
Name | Type | Located In |
---|---|---|
Info_DocumentType | string | query |
Info_ActionType | string | query |
utcTicksStart | int64 | query |
utcTicksEnd | int64 | query |
UserName | string | query |
Info_DocumentName | string | query |
chartTemplate | string | query |
Response
Status Code: 200
Success
[POST] /api/auditlog/AddServiceLog
Request Schema
Response
Status Code: 200
Success
[POST] /api/auditlog/AddRequestLog
Request Schema
Response
Status Code: 200
Success
Models
Ƭ AuditLogInfo
Name | Type | Description | Example |
---|---|---|---|
providerNullable | string | ||
openAdvancedOption | Boolean | ||
connectionStringNullable | string | ||
sqlServerServerNameNullable | string | ||
sqlServerPortNullable | string | ||
sqlServerDatabaseNameNullable | string | ||
sqlServerAuthenticationMethodNullable | string | ||
sqlServerUserNameNullable | string | ||
sqlServerPasswordNullable | string | ||
mySqlServerNameNullable | string | ||
mySqlPortNullable | string | ||
mySqlDatabaseNameNullable | string | ||
mySqlUserNameNullable | string | ||
mySqlPasswordNullable | string | ||
oracleServerNameNullable | string | ||
oraclePortNullable | string | ||
oracleServiceNameNullable | string | ||
oracleUserNameNullable | string | ||
oraclePasswordNullable | string | ||
postgresHostNullable | string | ||
postgresPortNullable | string | ||
postgresDatabaseNameNullable | string | ||
postgresUserNameNullable | string | ||
postgresPasswordNullable | string |
Ƭ EnableAuditLogModel
Name | Type | Description | Example |
---|---|---|---|
dbTypeNullable | string | ||
dbConnectionStringNullable | string | ||
dataRetentionPeriod | int32 | ||
addBuiltInDocuments | Boolean |
Ƭ ServiceInfo
Name | Type | Description | Example |
---|---|---|---|
typeNullable | string | ||
contentNullable | string | ||
isSuccess | Boolean | ||
descriptionNullable | string |
Ƭ RequestInfo
Name | Type | Description | Example |
---|---|---|---|
parametersNullable | string | ||
serverIPNullable | string | ||
clientIPNullable | string | ||
linkNullable | string | ||
semanticModelVersionNullable | string | ||
semanticModelNameNullable | string | ||
datasetQueryNullable | string | ||
documentVersionNullable | string | ||
documentNameNullable | string | ||
documentIdNullable | string | ||
requestSourceNullable | string | ||
requestDeviceNullable | string | ||
actionTypeNullable | string | ||
requestIDNullable | string | ||
documentTypeNullable | string | ||
resultURLNullable | string | ||
descriptionNullable | string |