From accd57486ecb1e3dab7698688962fc1b58fc96b4 Mon Sep 17 00:00:00 2001 From: Rohit Yadav Date: Tue, 12 Aug 2014 07:24:22 +0200 Subject: [PATCH] ApiConstants: add Api constant registered Signed-off-by: Rohit Yadav --- api/src/org/apache/cloudstack/api/ApiConstants.java | 1 + 1 file changed, 1 insertion(+) diff --git a/api/src/org/apache/cloudstack/api/ApiConstants.java b/api/src/org/apache/cloudstack/api/ApiConstants.java index 3a5a42b2ce8..f89aa14df15 100755 --- a/api/src/org/apache/cloudstack/api/ApiConstants.java +++ b/api/src/org/apache/cloudstack/api/ApiConstants.java @@ -210,6 +210,7 @@ public class ApiConstants { public static final String RESOURCE_TYPE = "resourcetype"; public static final String RESPONSE = "response"; public static final String REVERTABLE = "revertable"; + public static final String REGISTERED = "registered"; public static final String QUERY_FILTER = "queryfilter"; public static final String SCHEDULE = "schedule"; public static final String SCOPE = "scope";