From ce366d169ddfb316c08953188bbd01ae50ac99c8 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Wed, 31 Aug 2016 16:42:38 +0200 Subject: new API calls for VMX edit stuff --- src/main/thrift/bwlp.thrift | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/main/thrift/bwlp.thrift') diff --git a/src/main/thrift/bwlp.thrift b/src/main/thrift/bwlp.thrift index 4985da0..e60574d 100644 --- a/src/main/thrift/bwlp.thrift +++ b/src/main/thrift/bwlp.thrift @@ -526,6 +526,14 @@ service SatelliteServer { void setImageVersionExpiry(1: Token userToken, 2: UUID imageBaseId 3: UnixTimestamp expireTime) throws (1:TAuthorizationException authError, 2:TNotFoundException notFound, 3:TInvocationException serverError, 4:TInvalidDateParam dateError), + // Get image's VM metadata for the given version + binary getImageVersionVirtConfig(1: Token userToken, 2: UUID imageVersionId) + throws (1:TAuthorizationException authError, 2:TNotFoundException notFound, 3:TInvocationException serverError), + + // Set image's VM metadata for the given version + binary setImageVersionVirtConfig(1: Token userToken, 2: UUID imageVersionId, 3: binary meta) + throws (1:TAuthorizationException authError, 2:TNotFoundException notFound, 3:TInvocationException serverError), + // Client asks server to replicate an image from the master server UUID requestImageReplication(1:Token userToken, 2: UUID imageVersionId) throws (1:TAuthorizationException authError, 2:TNotFoundException notFound, 3:TInvocationException serverError), -- cgit v1.2.3-55-g7522