External DocumentationTo learn more, visit the Imperva documentation.
Actions
Get Sites
Retrieve details of all websites associated with the current account.

Preview this Workflow on desktop
Was this page helpful?
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?