This section describes the public JSON formats of exportable deployment settings.
Public format for deployment-settings:
Properties in the JSON file:
|
Property |
Value |
Description |
|---|---|---|
|
ecr:type |
deployment-settings |
Required. |
|
ecr:createDate |
yyyy-MM-dd'T'HH:mm:ss.SSSX |
Optional. Date and time that this item was created. Defaults to creation date of the JCR. |
|
authoringApplication ExportDirectory |
|
Required. The application workspace directory where content changes are exported in ZIP files. |
Example:
{
"ecr:type": "deployment-settings",
"ecr:createDate": "2015-01-11T14:57:34.639Z",
"authoringApplicationExportDirectory": "C:/endeca/ToolsAndFrameworks/11.2.0-SNAPSHOT/server/workspace/state/generation_data"
}
Note
Use forward-leaning slashes (/) in pathname specifications for authoringApplicationExportDirectory, in Windows as well as in UNIX.

