Get all waf loggings
GET/api/v1/services/:service_id/waf-logging/
Returns the list of waf loggings of a service.
Request
Path Parameters
service_id uuidrequired
Responses
- 200
- application/json
- Schema
- Example (from schema)
Schema
Array [
AWS_S3
- Aws S3]
bucket_name stringrequired
Possible values: <= 1024 characters
domain string
Possible values: <= 1024 characters
enabled boolean
id uuidrequired
path string
Possible values: <= 1024 characters
type Type565Enum (string)required
Possible values: [AWS_S3
]
waf uuidrequired
[
{
"bucket_name": "string",
"domain": "string",
"enabled": true,
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"path": "string",
"type": "AWS_S3",
"waf": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}
]
Loading...