Get Sites
Retrieve details of all websites associated with the current account.
External Documentation
To learn more, visit the Imperva documentation.
Basic Parameters
Parameter | Description |
---|---|
Names | A list of website names to return. |
Site Types | A list of website types to return. |
Advanced Parameters
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. |
Example Output
{
"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"
}
}
Workflow Library Example
Get Sites with Imperva and Send Results Via Email
Preview this Workflow on desktop