admin/datastore/.../groups
endpoint[1], you can use the ns
parameter to filter by namespace.Thank you, I just tried that, but once I added the `ns` parameter, I get Bad Request responses, how do I properly append this with a namespace?Hey,
I think you're looking for theadmin/datastore/.../groups
endpoint[1], you can use thens
parameter to filter by namespace.
[1] https://pbs.proxmox.com/docs/api-viewer/index.html#/admin/datastore/{store}/groups
GET
endpoint you add ?ns=NAMESPACE
at the end, so the whole thing looks something likehttps://<HOST>:8007/api2/json/admin/datastore/<DATASTORE>/groups?ns=<NAMESPACE>