post https://api.armosec.io/api/v1/repositoryPosture/repositories
Returns list of repo summaries of the latest posture report
When 'Name' query param is used, any repositories OR files in the repository which contain the value in their name will be filtered out (supports partial match)
Request object example
Get repository summaries with failed control IDs "C-0016" or "C-0001"
{
"pageSize": 100,
"pageNum": 1,
"orderBy": "",
"innerFilters": [
{
"controlsInfo.failed.id": "C-0016,C-0001"
}
]
}