target - Fluid Topics - 4.0

Fluid Topics Configuration and Administration Guide

Category
Reference Guides
Audience
public
Version
4.0

The "target" parameter is used to define the tenant of the KHUB related to the Fluid Topics portal.

The "target" parameter is mandatory if the "khub" parameter is present.

It is composed of the following elements:

  • "id": is the service ID of the KHUB tenant.
  • "status": is the service status of the KHUB tenant among the following: stable, rc, beta, alpha, sandbox, archive.

Example

{
"ui": {
...
},
"khub": {
"mode": "MANAGE",
"boProjectName": "Enter here the name of the project (as must appear in the Back Office)",
"target": {
"id": 4,
"status": "stable"
},
"pafs": {
"connector": [
"Authorit",
"Dita",
"MapAttachments",
"UnstructuredDocuments"
],
"atict": false,
"dita-ot": "DITA-OT-2.1",
"related_links": "all"
}
}
}