Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

How can i get the information of Free Space on my disk in a Browse Tool?

AugustoSimoes
5 - Atom

Just like the subject, it is possible to extract the information of free space on a disk?

I pretend to use this on multiple servers, i use the remote desktop connection to access the servers.

7 REPLIES 7
BrandonB
Alteryx
Alteryx

You could probably leverage a python tool that queries available disk space of the machine and then passes it back as a data frame into a workflow

PhilipMannering
16 - Nebula
16 - Nebula

You could try this,

PhilipMannering_0-1614614127195.png

 

Madhavikishtipati
7 - Meteor

Can we schedule the workflow in gallery, for example I have 3 servers, I want to see the disk usage on C: and D: everyday, for that I want to schedule the workflow in gallery for 3 servers. 

Madhavikishtipati
7 - Meteor

Hi @PhilipMannering 

Ca we get the specific server disk free space, for example I want to provide the server name in the workflow so that I get the free disk space for that particular server.

PhilipMannering
16 - Nebula
16 - Nebula

Hi @Madhavikishtipati 

 

This should work if your server has access to C: and D:

 

See attached.

 

workflowworkflow

Felipe_Ribeir0
16 - Nebula

Hi @AugustoSimoes 

 

Here is another alternative, i used python: Check Folder Storage Usage - Alteryx Community

 

Screenshot 2023-12-13 084412.png

Gokula_Sandhoz
5 - Atom

How can i get the information of free space on the server with the userid and password?

Labels