List available benchmarks with their names and IDs.
API Request
curl --location '<gateway_base_url>/pcas/v1/frameworks/benchmarks' \
--header 'Authorization: Bearer '
JSON Output
[
{
"id": 1000,
"name": "Qualys"
},
{
"id": 1001,
"name": "CIS"
},
{
"id": 1051,
"name": "Vendor"
},
{
"id": 2050,
"name": "DISA STIG"
}
]