External DocumentationTo learn more, visit the Imperva documentation.
Basic Parameters
Advanced Parameters
Example Output
Workflow Library Example
Get Sites with Imperva and Send Results Via EmailPreview this Workflow on desktop
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Names | A list of website names to return. |
| Site Types | A list of website types to return. |
| Parameter | Description |
|---|---|
| Imperva Account ID | The Imperva ID of the account or subaccount. By default, the account ID is the ID associated with the API credentials used for authentication. |
| Page | The page to return. |
| Size | The size of the page to return. |
{
"data": [
{
"id": 123456,
"name": "www.example.com",
"type": "CLOUD_WAF",
"accountId": 10,
"creationTime": 1673186130,
"cname": "sdh5s.example.com"
}
],
"meta": {
"totalPages": 0,
"totalElements": 0,
"size": 0,
"page": 0
},
"links": {
"additionalProp1": "string",
"additionalProp2": "string",
"additionalProp3": "string"
}
}
Was this page helpful?