Search.../

labels

Additional information about the log entry.

Type:

LogEntryLabelsRead Only
NAME
TYPE
DESCRIPTION
siteUrl
string

baseUrl of the site with which the log entry is associated.

namespace
string

Name of Wix application with which the log entry is associated, such as Stores or Bookings. The generic namespace Velo represents site code not associated with a specific Wix application. Currently only the Velo namespace is supported.

tenantId
string

Unique identifier for the site. Does not change even if the site name or other site attributes change.

viewMode
string

Indicates the viewing mode from which the log entry originates. One of the following:

  • "Preview": Preview mode.
  • "Site": Published site mode.
revision
string

Unique identifier for a specific site revision. You can use the revision property together with the Release Manager to monitor and debug new revisions of your site.

Was this helpful?

Log entry labels

Request

Copy Code
1{
2 // ...
3
4 "labels": {
5 "siteUrl": "https://my-site.com",
6 "namespace": "Velo",
7 "tenantId": "fbd4e3c6-8e55-4098-b0ff-5e478b6c957e",
8 "viewMode": "Site",
9 "revision": "12"
10 },
11
12 // ...
13 }