get https://{hostname}/appsec/v1/siem-definitions
All products Get available SIEM versions.
Responses
All products Get available SIEM versions.
xxxxxxxxxx
curl --request GET \
--url https://hostname/appsec/v1/siem-definitions \
--header 'accept: application/json'
xxxxxxxxxx
{
"siemDefinitions": [
{
"id": 1,
"name": "SIEM Version 01"
}
]
}