Response containing a ContentRepository
name | data type | description |
---|---|---|
contentRepository | ContentRepositoryModel | ContentRepository |
Properties inherited from GenericResponse |
||
messages | array of Message | |
responseInfo | ResponseInfo |
Example
{ "contentRepository" : { "id" : 12345, "globalId" : "...", "name" : "...", "crType" : "cr", "dbType" : "...", "username" : "...", "password" : "...", "usePassword" : true, "url" : "...", "basepath" : "...", "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" : "error", "dataCheckResult" : "..." }, "messages" : [ { "fieldName" : "...", "message" : "...", "type" : "WARNING", "timestamp" : 12345, "image" : "...", "sender" : { "id" : 12345, "firstName" : "...", "lastName" : "...", "description" : "...", "email" : "...", "groups" : [ { }, { } ], "login" : "...", "password" : "..." }, "id" : 12345 }, { "fieldName" : "...", "message" : "...", "type" : "INFO", "timestamp" : 12345, "image" : "...", "sender" : { "id" : 12345, "firstName" : "...", "lastName" : "...", "description" : "...", "email" : "...", "groups" : [ { }, { } ], "login" : "...", "password" : "..." }, "id" : 12345 } ], "responseInfo" : { "responseCode" : "FAILURE", "responseMessage" : "...", "property" : "..." } }