ContentRepositoryResponse Data Type

Response containing a ContentRepository

Properties
name data type constraints description
contentRepository ContentRepositoryModel   ContentRepository
messages array of Message   Messages contained in the response (which should be shown to the user)
responseInfo ResponseInfo  
inBackground boolean required boolean Whether the job was pushed into the background.

Example

{
  "contentRepository" : {
    "globalId" : "0737.82ae915c-059c-11f0-ae44-482ae36fb1c5",
    "id" : 12345,
    "name" : "...",
    "crType" : "mesh",
    "dbType" : "...",
    "username" : "...",
    "usernameProperty" : "...",
    "password" : "...",
    "passwordProperty" : "...",
    "http2" : true,
    "passwordType" : "none",
    "url" : "...",
    "urlProperty" : "...",
    "basepath" : "...",
    "basepathProperty" : "...",
    "instantPublishing" : true,
    "languageInformation" : true,
    "permissionInformation" : true,
    "permissionProperty" : "...",
    "defaultPermission" : "...",
    "diffDelete" : true,
    "elasticsearch" : {
      "page" : { },
      "folder" : { },
      "file" : { }
    },
    "projectPerNode" : true,
    "version" : "...",
    "checkDate" : 12345,
    "checkStatus" : "running",
    "checkResult" : "...",
    "statusDate" : 12345,
    "dataStatus" : "ok",
    "dataCheckResult" : "...",
    "noFoldersIndex" : true,
    "noFilesIndex" : true,
    "noPagesIndex" : true,
    "noFormsIndex" : true
  },
  "messages" : [ { }, { } ],
  "responseInfo" : {
    "responseCode" : "OK",
    "responseMessage" : "...",
    "property" : "..."
  },
  "inBackground" : true
}