From f570ad393c0fd665f60eee666a4108e1e5f328d2 Mon Sep 17 00:00:00 2001 From: cibot Date: Tue, 20 Aug 2024 12:04:25 +0000 Subject: [PATCH] Definitions Update deployments --- alsdkdefs/apis/deployments/deployments.v1.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/alsdkdefs/apis/deployments/deployments.v1.yaml b/alsdkdefs/apis/deployments/deployments.v1.yaml index 6204071..7da4421 100644 --- a/alsdkdefs/apis/deployments/deployments.v1.yaml +++ b/alsdkdefs/apis/deployments/deployments.v1.yaml @@ -235,7 +235,8 @@ components: - deployment - region - vpc - description: 'Asset type. Allowed asset types: deployment, region, vpc.' + - host + description: 'Asset type. Allowed asset types: deployment, region, vpc, host.' key: type: string description: Asset Key @@ -254,11 +255,12 @@ components: properties: type: type: string - description: 'Asset type. Allowed asset types: region, vpc, subnet.' + description: 'Asset type. Allowed asset types: region, vpc, subnet, host.' enum: - region - vpc - subnet + - host key: type: string description: Asset Key