Get Virtual Service Waf Signature Group
Retrieves a specific WAF signature group for a Virtual Service.
Request
URI
GET
https://{api_host}/cloudapi/1.0.0/loadBalancer/virtualServices/{virtualServiceId}/waf/groups/{groupId}
COPY
Path Parameters
string
virtualServiceId
Required
virtualServiceId
string
groupId
Required
groupId
Responses
200
Returns
EdgeVirtualServiceWafSignatureGroup
of type(s)
application/json;version=39.1
{
"id": "CRS_920_Protocol_Validation",
"name": "string",
"active": false,
"totalSignaturesCount": 0,
"activeSignaturesCount": 0,
"overriddenSignaturesCount": 0
}
string
id
Optional
The identifier of the WAF group.
string
name
Optional
The name of the WAF group.
boolean
active
Optional
Constraints:
default: true
Whether the WAF group is active or not.
integer As int32
As int32
totalSignaturesCount
Optional
The total number of WAF signatures in the group.
integer As int32
As int32
activeSignaturesCount
Optional
The number of active WAF signatures in the group.
integer As int32
As int32
overriddenSignaturesCount
Optional
The number of overridden WAF signatures in the group. A signature is considered overridden when its default mode is changed by the user. For example, if the VS WAF mode is ENFORCEMENT a signature is overridden if the user has changed the mode to DETECTION.
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/cloudapi/1.0.0/loadBalancer/virtualServices/{virtualServiceId}/waf/groups/{groupId}
Availability
Added in 38.1
Edge Gateway Load Balancer Virtual Service Operations
GET
Get Virtual Service
PUT
Update Virtual Service
DELETE
Delete Virtual Service
GET
Get Http Request Rules
PUT
Update Http Request Rules
GET
Get Http Response Rules
PUT
Update Http Response Rules
GET
Get Http Security Rules
PUT
Update Http Security Rules
GET
Get Virtual Service Http Log Summaries
GET
Get Virtual Service Http Log Details
GET
Get Virtual Service Waf Recommendations
POST
Apply Virtual Service Waf Recommendations
GET
Get Virtual Service L4 Log Summaries
GET
Get Virtual Service Waf Config
PUT
Update Virtual Service Waf Config
POST
Reset Virtual Service Waf Config
GET
Get Virtual Service Waf Allowlist
PUT
Update Virtual Service Waf Allowlist
GET
Get Virtual Service Waf Signature Groups
POST
Reset Virtual Service Waf Signature Groups
GET
Get Virtual Service Waf Signature Group
PUT
Update Virtual Service Waf Signature Group
GET
Get Virtual Service Waf Signatures
PUT
Update Virtual Service Waf Signatures
GET
Get Virtual Service Waf Crs Info
POST
Upgrade Virtual Service Waf Crs Config