Skip to main content
Question

Trying to produce Projects and Roles report

  • August 5, 2019
  • 1 reply
  • 1613 views

Forum|alt.badge.img+1
So I can use prism central to go into each project and get the access control list, which is group and role. I am unable to decipher the API to produce a comprehensive list of Projects with the associated Group with Role. Does anyone know the link between these sets of data? I can get individual lists. The Access_Control_Policy does not have the correct information. I have a particular role that does not show up in a dump of the acp list or details. I've looked by uuid and name.

Thanks,
Bill
This topic has been closed for replies.

1 reply

rhunt
Forum|alt.badge.img+4
  • Trailblazer
  • September 24, 2019
API Endpoint: https://{Your-PrismCentral}:9440/api/nutanix/v3/projects/list
POST with body:
Body:
{
"offset": 0,
"length": 100
}

Disclaimer: This API endpoint isn't Published in the API Documentation but it does exist. It probably isn't ready for GA yet so depending on the Version of Prism Central you have, it may have unexpected results.