Closed shruthijanakiram closed 6 years ago
Hi @shruthijanakiram ,
You can select the Global filters from the Commcell object:
>>> commcell.global_filters
You can find more details for the global filters supported operations here: Global Filters
commcell.global_filters
The above command will provide comcell level global filter status. But how can we get the subclient level global filter status.
@spakhare ,
Sachin, can you please help Shruthi here.
Hi @shruthijanakiram
As of now we don't have support for this. Will update here, once we add the support for this.
But i see global filter module. What operation does that module perform
That module is to add filters at global level (commcell level).
Hi @shruthijanakiram ,
We've added support for global filters at Subclient level for File System.
GET Global filter status value
SET Global filter status value
The code is updated on the dev branch.
Please give it a try, and let us know if you see any issues.
Closing the issue, assuming this worked as expected.
Can I know the python SDK command to find the global filter status and to enable it?