From 040f5a932006b6359fc322c124e22cdb594f7d7b Mon Sep 17 00:00:00 2001 From: Erik Reid <erik.reid@geant.org> Date: Fri, 31 Jan 2020 12:01:55 +0100 Subject: [PATCH] updated poller enpoint spec --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a6d88446..24411b48 100644 --- a/README.md +++ b/README.md @@ -771,11 +771,25 @@ Any non-empty responses are JSON formatted messages. "type": "array", "items": {"$ref": "#/definitions/circuit"} }, + "bundle": { + "type": "array", + "items": {"type": "string"} + }, + "bundle-parents": { + "type": "array", + "items": {"type": "string"} + }, "description": {"type": "string"}, "name": {"type": "string"}, "snmp-index": {"type": "integer"} }, - "required": ["circuits", "description", "name", "snmp-index"], + "required": [ + "circuits", + "bundle", + "bundle-parents", + "description", + "name", + "snmp-index"], "additionalProperties": False } } -- GitLab