Skip to content

Reference

Glossary

Bilingual Vietnamese and English glossary of the terms used in the O3O Office Online API documentation.

Terms used in the O3O Office Online API documentation, with the matching Vietnamese names.

TermVietnameseMeaning
ConnectionKết nốiOne concurrent editing session: one open view with edit rights. One person with 3 documents open counts as 3 connections.
Editing sessionPhiên soạn thảoA view with a document open for editing on the editing server.
Read-only sessionPhiên chỉ đọcA view-only view; not counted as a connection.
Connection capTrần kết nốiMaximum concurrent connections of the edition: 50 in the community edition, the token's conns in the enterprise edition.
5-minute sliding peakĐỉnh trượt 5 phútHighest connection count over the last 300 seconds (peak_5m); used for reporting and reconciliation.
Reconnect graceÂn hạn nối lại120 seconds during which someone who just left a document can get back in even at the cap.
Fail-openFail-openWhen the counter or the gate fails, the system lets users through instead of blocking them.
Gate (o3o-gate)Gate (o3o-gate)O3O's service that counts connections, checks the license and serves embedding.
Editing server (o3o-online)Máy chủ soạn thảo (o3o-online)The service that runs the in-browser co-editing editor.
DocBuilderDocBuilderBrowserless document service: conversion, building, template filling, extraction (/v1/*).
o3oscripto3oscriptDeclarative JSON script for building text documents, spreadsheets and presentations through POST /v1/build.
Script unitĐơn vị kịch bảnSize measure of an o3oscript, limited by the edition's max_script_units.
JobJobA DocBuilder task moving through queued, running, then done or failed.
WorkerWorkerA DocBuilder document process; each worker handles one job at a time.
QueueHàng đợiWhere jobs wait for a free worker; in memory in v1.
Synchronous and asynchronousĐồng bộ và bất đồng bộSynchronous returns the file directly; asynchronous (async = true) returns a job to poll later.
WOPIWOPIProtocol that lets the editing server read and write files in a file store (CheckFileInfo, GetFile, PutFile).
WOPI hostWOPI hostThe file store answering WOPI calls, for example Nextcloud, or the gate's internal WOPI host for embedding.
WOPISrcWOPISrcURL of one file on the WOPI host, created by the file store and called by the editing server.
DiscoveryDiscovery/hosting/discovery: the catalogue giving the editor path for each file type.
API keyKhoá APISecret string of 24 to 128 characters sent in Authorization: Bearer to call DocBuilder.
HS256 JWTJWT HS256HMAC SHA-256 signed token used to call DocBuilder and to sign the embed config.
Session access_tokenaccess_token phiênToken of one embed session, generated by the gate; api.js uses it for you.
CallbackCallbackRequest O3O sends to your server when a new version is saved or a job finishes.
HMAC signatureChữ ký HMACThe X-O3O-Signature header that lets the receiver prove a callback came from O3O.
IdempotentIdempotentProcessing a message several times has the same effect as processing it once.
SSRFSSRFAttack that abuses a server to reach internal networks; O3O blocks it with URL checking rules.
License tokenToken bản quyềnEd25519-signed string that upgrades the system to the enterprise edition; verified offline.
Community editionBản cộng đồngFree edition, 50 connections, limited API, no white label.
Enterprise editionBản doanh nghiệpEdition priced per connection, with the full API and DocBuilder callbacks.
Annual subscriptionThuê bao nămThe year plan: valid until exp, plus 7 days of grace.
PerpetualVĩnh viễnThe life plan: never expires; update rights until upd.
Never-more-expensive ruleQuy tắc không bao giờ đắt hơnThe price charged for n connections is the cheapest of every size from n upwards.
White labelNhãn trắngReplacing logo, product name and colours with the customer's brand; coming soon.
DEV imageImage DEVUpstream editing server image pinned by digest, for internal testing only.
Source buildDựng từ nguồnBuilding the O3O image from MPL 2.0 sources; experimental, not yet built.
MPL 2.0MPL 2.0Mozilla Public License 2.0, the file-level copyleft license of the editing server sources and of most of the LibreOffice in the DocBuilder image.
Reverse proxyReverse proxyServer in front of O3O handling TLS and the domain, forwarding requests to o3o-proxy.
TLS terminationKết thúc TLSDecrypting https at the outer proxy; set O3O_ONLINE_SSL_TERMINATION=true.
WebSocketWebSocketLong-lived two-way connection between the browser and the editing server while editing.
frame-ancestorsframe-ancestorsDirective stating which pages may embed the editor in an iframe.
InstanceInstanceOne O3O Office Online installation, identified by instance_id.
request_idrequest_idThe req_ + 16 hex id of every request, in the X-O3O-Request-Id header and in errors.
Rate limitHạn mức tần suấtCounted DocBuilder requests allowed per minute and per day.
Retry-AfterRetry-AfterHeader on 429 and 503 giving the seconds to wait.
Retention (TTL)Thời gian giữ (TTL)How long result files or saved versions stay downloadable before deletion.

Report a problem or suggest an editO3O Office Online · API v1 · Page version 26.8.6