Hello all, I am trying to configure a custom collector with the following API endpoint:
/api/protocols/cifs/local-groups. In Postman, the response I want to achieve is the following:
/api/protocols/cifs/local-groups?name=&members.name=
My main objective is to show members of each group in a tabulated dashboard format. I cannot get members.name to populate when I turn this collector on. Group name and svm populate with no issues though. This is my object template:
Name: CifsGroup
Query: api/protocol/cifs/local-groups
Object: cifs_group
Counters:
- ^^svm.name => svm
-^^name
-^members.name
Export_options:
Instance_keys:
- svm
- name
Instance_labels:
- members.name