From b5787f96d1e5fe0d1cf89773bebc01bb8d0c98c4 Mon Sep 17 00:00:00 2001 From: Brian Hill <76450501+bhillkeyfactor@users.noreply.github.com> Date: Mon, 29 Aug 2022 15:14:43 -0400 Subject: [PATCH] Update integration-manifest.json --- integration-manifest.json | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/integration-manifest.json b/integration-manifest.json index fd8ff67..4ccc2ec 100644 --- a/integration-manifest.json +++ b/integration-manifest.json @@ -3,5 +3,27 @@ "integration_type": "orchestrator", "name": "Kemp Load Balancer", "status": "pilot", - "description": "Kemp Load Balancer for Add, Remove and Inventory." + "description": "Kemp Load Balancer for Add, Remove and Inventory.", + "about": { + "orchestrator": { + "win": { + "supportsCreateStore": false, + "supportsDiscovery": false, + "supportsManagementAdd": true, + "supportsManagementRemove": true, + "supportsReenrollment": false, + "supportsInventory": true, + "platformSupport": "Unused" + }, + "linux": { + "supportsCreateStore": false, + "supportsDiscovery": false, + "supportsManagementAdd": false, + "supportsManagementRemove": false, + "supportsReenrollment": false, + "supportsInventory": false, + "platformSupport": "Unused" + } + } + } }