diff --git a/api-ref/src/wadls/orchestration-api/src/v1/orchestration-api.wadl b/api-ref/src/wadls/orchestration-api/src/v1/orchestration-api.wadl index a1c778877..6096ee9e4 100644 --- a/api-ref/src/wadls/orchestration-api/src/v1/orchestration-api.wadl +++ b/api-ref/src/wadls/orchestration-api/src/v1/orchestration-api.wadl @@ -22,14 +22,15 @@ - - - - The ID of the tenant. A tenant is also known as an account - or project. - - + + + + The UUID of the tenant. + A tenant is also known as an account or project. + + @@ -57,21 +58,22 @@ - - - - The stack ID. - - + + + The UUID of the stack. + + - + @@ -83,15 +85,16 @@ - - - - The snapshot ID. - - + + + + The UUID of the snapshot. + + @@ -106,7 +109,8 @@ - The snapshot ID. + + The UUID of the snapshot. @@ -166,18 +170,19 @@ - - - - - The ID of an event that is related to - the resource in the stack. - - + + + + + The UUID of the event that is + related to the resource in the stack. + + @@ -234,15 +239,16 @@ path="software_configs"> - - - - The configuration ID. - - + + + The UUID of the configuration. + + @@ -254,15 +260,17 @@ - - - - The deployment ID. - - + + + The UUID of the deployment. + + @@ -270,16 +278,18 @@ - - - - The ID of the server for which to fetch - configuration metadata. - - + + + The UUID of the server for which to fetch + configuration metadata. + + @@ -611,13 +621,14 @@ - - - - The system-assigned ID for the stack. - - + + + + The UUID of the system-assigned stack. + + @@ -2122,25 +2133,25 @@ href="samples/deployment-create-request.json"/> - - - The ID of the software configuration resource that - runs when applying to the server. - - + name="config_id" style="plain" required="true" + type="csapi:UUID"> + + + The UUID of the software configuration resource that + runs when applying to the server. + + - - - The ID of the compute server to which the - configuration applies. - - + name="server_id" style="plain" required="true" + type="csapi:UUID"> + + + The UUID of the compute server to which the + configuration applies. + + @@ -2234,18 +2245,19 @@ href="samples/deployment-update-request.json"/> - - - ID of the software configuration resource to run when - applying to the server. This ID might not be the same - configuration ID with which the deployment was created - because ephemeral configurations are created throughout the - life cycle of the deployment. - - + name="config_id" style="plain" required="true" + type="csapi:UUID"> + + + The UUID of the software configuration resource to run + when applying to the server. This UUID might not be the + same configuration UUID with which the deployment was + created because ephemeral configurations are created + throughout the life cycle of the deployment. + +