NetAppDocs / ontap-restapi

https://docs.netapp.com/us-en/ontap-restapi/
0 stars 0 forks source link

Retrieve local users and Active Directory users and groups that belong to a local group and SVM: response is empty in the example #9

Open chuyich opened 8 months ago

chuyich commented 8 months ago

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:

{
  "_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

The response:

{
"records": [
  {
    "name": "CIFS_SERVER1\\user1"
  },
  {
    "name": "CIFS_SERVER1\\user2"
  }
],
"num_records": 2
}

Public issues must not contain sensitive information

netapp-ranuk commented 8 months ago

Thanks, @chuyich for highlighting the issue.

dmp-netapp commented 8 months ago

Tracking in AUTODOC-159