Agents

Here will we list all the agents configuration

Here are the configurations for Print Overview NCS Agent and Print Overview NP Agent which is the agents that supplies the Print Overview with data.

Example:

{
    "displayName": "Name we want to display for the user",
    "environments": [
        {
            "displayName": "Server A",
            "endpoint": "https://endpoint-url"
        },
        {
            "displayName": "Server B",
            "endpoint": "https://endpoint-url"
        }
    ],
    "categoryNames": ["Pages"] // Only for NCS agent!
    "useClientRequest": true // Only for NP agent!
}

The Newspilot agent requires Newspilot 5.0 or newer.

Naviga Print Production integration uses the Editorial Web Service interface which must be accessible via the Dashboard environment. Keep this in mind when IP access restrictions are in use with the Editorial Web Service.

Last updated