diff --git a/proto/context.proto b/proto/context.proto
index db0c81381ed587c227e4eba434d80cde1cc89d32..ce7534c806aecd4e1b43fd1c8a39772c1f1a7b9c 100644
--- a/proto/context.proto
+++ b/proto/context.proto
@@ -407,9 +407,10 @@ message EndPointId {
 
 message EndPoint {
   EndPointId endpoint_id = 1;
-  string endpoint_type = 2;
-  repeated kpi_sample_types.KpiSampleType kpi_sample_types = 3;
-  Location endpoint_location = 4;
+  string name = 2;
+  string endpoint_type = 3;
+  repeated kpi_sample_types.KpiSampleType kpi_sample_types = 4;
+  Location endpoint_location = 5;
 }