diff --git a/tools/python-contrailctl/schema/agent.json b/tools/python-contrailctl/schema/agent.json index c972112..26d98bf 100644 --- a/tools/python-contrailctl/schema/agent.json +++ b/tools/python-contrailctl/schema/agent.json @@ -148,6 +148,14 @@ "backup_file_count": { "description": "Number of backup files", "type": "string" + }, + "slo_destination_list": { + "description": "Destination to which slo session messages have to be sent: collector, file, syslog", + "type": "string" + }, + "sample_destination_list": { + "description": "Destination to which sample session messages have to be sent: collector, file, syslog", + "type": "string" } } },