Benchmarks List API

GET /pcas/v1/frameworks/benchmarks

List available benchmarks with their names and IDs.

Sample - List available benchmarksSample - List available benchmarks

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"
}
]

 

 

success Thank you! We're glad to hear that this topic was useful.
success We appreciate your feedback. We'll work to make this topic better for you in the future.