https://github.com/ceph/ceph/pull/61893#issuecomment-2668313119; > On Feb 17, 2025, at 9:02 AM, Kalló Attila <kallonak@xxxxxxxxx> wrote: > > Hi, > > Could you please change this doc > https://docs.ceph.com/en/quincy/mgr/ceph_api/#post--api-cluster-user-export > as it doesn't accept simple strings, but a json array. > i.e. I think this: > > { >> "entities": "string" >> } > > should be replaced by something like: >> >> { >> "entities": ["string"] >> } > > > Here is an example cURL query just in case: >> >> ~$ curl -kL -H "Content-Type: application/json" -H "Accept: application/vnd.ceph.api.v1.0+json" -H "Authorization: Bearer $TOKEN" "${URL}api/cluster/user/export" -X POST -d '{ "entities": ["client.admin"] }' |jq -r . >> % Total % Received % Xferd Average Speed Time Time Time Current >> Dload Upload Total Spent Left Speed >> 100 206 100 174 100 32 6960 1280 --:--:-- --:--:-- --:--:-- 9809 >> [client.admin] >> key = ****KEY**** >> caps mds = "allow *" >> caps mgr = "allow *" >> caps mon = "allow *" >> caps osd = "allow *" > > > Regards, > Attila > _______________________________________________ > ceph-users mailing list -- ceph-users@xxxxxxx > To unsubscribe send an email to ceph-users-leave@xxxxxxx _______________________________________________ ceph-users mailing list -- ceph-users@xxxxxxx To unsubscribe send an email to ceph-users-leave@xxxxxxx