@@ -3128,104 +3128,6 @@ DiagnosticFunctionLogging:
31283128 type : string
31293129 example : This is an info message produced by console.log("test").
31303130
3131- ClusterInfo :
3132- type : object
3133- properties :
3134- legacy_config :
3135- description : Indicates if the server is using legacy (non persistent) configuration.
3136- type : boolean
3137- buckets :
3138- description : Map of bucket names to bucket information.
3139- type : object
3140- additionalProperties :
3141- x-additionalPropertiesName : bucketname
3142- $ref : ' #/BucketInfo'
3143-
3144- BucketInfo :
3145- type : object
3146- properties :
3147- registry :
3148- $ref : ' #/GatewayRegistry'
3149- enable_cross_cluster_versioning :
3150- description : Indicates if cross-cluster versioning is enabled for this bucket.
3151- type : boolean
3152-
3153- GatewayRegistry :
3154- type : object
3155- properties :
3156- version :
3157- type : string
3158- description : Registry version. This is not the Sync Gateway version number.
3159- config_groups :
3160- type : object
3161- description : Map of config groups, keyed by config group ID
3162- additionalProperties :
3163- x-additionalPropertiesName : configgroupid
3164- $ref : ' #/RegistryConfigGroup'
3165- sg_version :
3166- type : string
3167- description : Latest patch version of Sync Gateway that touched the registry.
3168- updated_at :
3169- type : string
3170- format : date-time
3171- description : Time the registry was last updated
3172- created_at :
3173- type : string
3174- format : date-time
3175- description : Time the registry was created
3176-
3177- RegistryConfigGroup :
3178- type : object
3179- properties :
3180- databases :
3181- type : object
3182- description : Map of databases in this config group.
3183- additionalProperties :
3184- x-additionalPropertiesName : dbname
3185- $ref : ' #/RegistryDatabase'
3186-
3187- RegistryDatabase :
3188- type : object
3189- properties :
3190- scopes :
3191- $ref : ' #/RegistryScopes'
3192- version :
3193- type : string
3194- description : Revision ID for a database configuration, used for ETag validation.
3195- previous_version :
3196- $ref : ' #/RegistryDatabaseVersion'
3197- metadata_id :
3198- type : string
3199- description : Metadata ID.
3200- uuid :
3201- type : string
3202- description : Database UUID.
3203-
3204- RegistryDatabaseVersion :
3205- type : object
3206- properties :
3207- scopes :
3208- $ref : ' #/RegistryScopes'
3209- version :
3210- type : string
3211- description : Revision ID for a database configuration, used for ETag validation.
3212-
3213- RegistryScopes :
3214- type : object
3215- description : Map of scope names to registry scope information.
3216- additionalProperties :
3217- x-additionalPropertiesName : scopename
3218- $ref : ' #/RegistryScope'
3219-
3220- RegistryScope :
3221- type : object
3222- properties :
3223- collections :
3224- description : List of collections in this scope.
3225- type : array
3226- items :
3227- type : string
3228-
32293131CollectionAccessHistory :
32303132 description : Channel history organized by scope name. Each scope contains a map of collection names to arrays of channel names.
32313133 type : object
@@ -3248,6 +3150,7 @@ UserHistory:
32483150 description : Channel history organized by scope and collection.
32493151 allOf :
32503152 - $ref : ' #/CollectionAccessHistory'
3153+
32513154CompactedUserHistory :
32523155 description : User channel history organized by scope and collection.
32533156 type : object
0 commit comments