We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5284e6 commit 5113b76Copy full SHA for 5113b76
1 file changed
automation_api_scripts/get_folder_resource_details.py
@@ -17,6 +17,9 @@
17
# start session
18
api = CloudShellAPISession(host=server, username=user, password=password, domain=domain)
19
# resources = api.GetFolderContent(fullPath="mocks/DUT", showAllDomains=True)
20
+
21
+print(f"looking for resource availablity in target folder: {TARGET_FOLDER}")
22
+print("=================")
23
contents = api.GetFolderContent(fullPath=TARGET_FOLDER).ContentArray
24
25
0 commit comments