Open chuyich opened 8 months ago
https://docs.netapp.com/us-en/ontap-restapi/ontap/get-protocols-cifs-local-groups--members.html
Retrieve local users and Active Directory users and groups that belong to a local group and SVM
The document does not show the record content in the example. The example response now shows:
{ "_links": { "next": { "href": "/api/resourcelink" }, "self": { "href": "/api/resourcelink" } }, "num_records": 1, "records": { "records": { } } }
It should be something like https://docs.netapp.com/us-en/ontap-restapi/ontap/protocols_cifs_local-groups_svm.uuid_local_cifs_group.sid_members_endpoint_overview.html
{ "records": [ { "name": "CIFS_SERVER1\\user1" }, { "name": "CIFS_SERVER1\\user2" } ], "num_records": 2 }
Thanks, @chuyich for highlighting the issue.
Tracking in AUTODOC-159
Page URL
https://docs.netapp.com/us-en/ontap-restapi/ontap/get-protocols-cifs-local-groups--members.html
Page title
Retrieve local users and Active Directory users and groups that belong to a local group and SVM
Summary
The document does not show the record content in the example. The example response now shows:
It should be something like https://docs.netapp.com/us-en/ontap-restapi/ontap/protocols_cifs_local-groups_svm.uuid_local_cifs_group.sid_members_endpoint_overview.html
The response:
Public issues must not contain sensitive information