@@ -27,18 +18,22 @@ public interface DeployerApi {
@ApiOperation(value="deploy the software tosca template",nickname="deployProvisionToscaTemplateByID",notes="Returns the deployment ID",response=String.class,authorizations={
@Authorization(value="auth",scopes={
@AuthorizationScope(scope="read:ToscaTemplate",description="read your topolog template"),
@AuthorizationScope(scope="read:ToscaTemplate",description="read your topolog template")
,
@AuthorizationScope(scope="write:ToscaTemplate",description="modify topolog template in your account")
description:The required token used as a credential for authorization or access to a networked resource. e.g. mypassword, myusername:mypassword, 604bbe45ac7143a79e14f3158df67091, keypair_id
keys:
type:object
description:The optional list of protocol-specific keys or assertions.
additionalProperties:
type:string
user:
type:string
description:The optional user (name or ID) used for non-token based credentials.