StagedNode Data Type

REST entity for the node, contained in the Content Staging package.

Subtypes
StagedChannel, ContentPackageNode, ContentPackageChannel
Properties
name data type constraints description
publishDir string   Publish directory
binaryPublishDir string   Get the publish directory for binaries
pubDirSegment boolean required boolean True if the publish directories are created from segments defined for the folders. False if every folder has its own publish directory.
publishImageVariants boolean required boolean True if image variants should be created on page/object property publish
https boolean required boolean True if secure https is enabled for this node
hostname string   Hostname of the node
hostnameProperty string   Hostname property of the node
publishFs boolean required boolean True if the node shall publish into the filesystem
publishFsPages boolean required boolean True if the node shall publish pages into the file system
publishFsFiles boolean required boolean True if the node shall publish files into the file system
contentRepositoryId string   ID of the assigned content repository
publishContentMap boolean required boolean True if the node shall publish into a contentmap (if a contentrepository is assigned)
publishContentMapPages boolean required boolean True if to publish pages to the content repository
publishContentMapFiles boolean required boolean True if to publish files to the content repository
publishContentMapFolders boolean required boolean True if to publish folders to the content repository
languages array of string  
omitPageExtension boolean required boolean Should the page extensions be omitted?
pageLanguageCode PageLanguageCode   Get page language code
rootFolderId string   ID of the root folder
features array of string   Get the features
constructIds array of string   IDs of the assigned constructs
objectPropertyIds array of string   IDs of the assigned object properties
packages array of string   Devtool packages, to which the node is assigned
pageUrls string  
fileUrls string  
meshPreviewUrlProperty string  
meshProjectName string  
Properties inherited from StagingBase
name string  
id string  

Example

{
  "publishDir" : "...",
  "binaryPublishDir" : "...",
  "pubDirSegment" : true,
  "publishImageVariants" : true,
  "https" : true,
  "hostname" : "...",
  "hostnameProperty" : "...",
  "publishFs" : true,
  "publishFsPages" : true,
  "publishFsFiles" : true,
  "contentRepositoryId" : "...",
  "publishContentMap" : true,
  "publishContentMapPages" : true,
  "publishContentMapFiles" : true,
  "publishContentMapFolders" : true,
  "languages" : [ "...", "..." ],
  "omitPageExtension" : true,
  "pageLanguageCode" : "NONE",
  "rootFolderId" : "...",
  "features" : [ "...", "..." ],
  "constructIds" : [ "...", "..." ],
  "objectPropertyIds" : [ "...", "..." ],
  "packages" : [ "...", "..." ],
  "pageUrls" : "...",
  "fileUrls" : "...",
  "meshPreviewUrlProperty" : "...",
  "meshProjectName" : "...",
  "name" : "...",
  "id" : "..."
}