Forum Discussion
Anonymous
4 years agoNot applicable
Possible status of WorkspaceInfo GetScanStatus status field
Hello, We are trying to extract metadata with the Power BI REST Admin API. The documentation says we should call WorkspaceInfo PostWorkspaceInfo wait until WorkspaceInfo GetScanStatus status ...
Anonymous
4 years agoNot applicable
Hello,
Finally doing some tests, we discovered an other value to the status: "Running". We can expect the value to be "Failed" in case of failure but as we are not sure about it. So we decided to wait until the status is not "NotRunning" or "Running", take "Succeeded" as a success and other value to a failure.