baloise / CICD-pipeline

continuous integration and deployment for applications @ Baloise
Apache License 2.0
3 stars 3 forks source link

Allow querying provisioning status #39

Closed niiku closed 3 years ago

niiku commented 3 years ago

During the provisioning of a virtual machine, jboss server, postgres instance we need to be able to query the provisioning status (in progress, failed, finished).

We need an example how the status can be queried after the initial provisioning request.

bhaskarchenchu commented 3 years ago

New API with details provisioned last week does exactly what is expected#

https://mycloudbaloise.hclcnlabs.com/webapi/Requests/RequestDetails/OrgEntityID/ORG-xxxxxxx/PlatformEntityID/VMWAR-xxxxxxx-1CF83A8A6237/RequestNo/{RequestNO_Value}/RequestDetailId/-1 .

Please check for more details @https://github.com/baloise/CICD-pipeline-private/blob/main/private/Baloise-Lab-MycloudAPI_V1.0.xlsx

bhaskarchenchu commented 3 years ago

Please find the comments for more details.