Agents
Here will we list all the agents configuration
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!
}Last updated