Details
| ID | IncapListSites |
|---|---|
| Language | python |
| From Version | 5.0.0 |
| Docker Image | demisto/python3:3.12.13.10116658 |
| Tags | Incapsula |
README
Lists the sites for an account.
Script Data
| Name | Description |
|---|---|
| Script Type | python |
| Tags | Incapsula |
Dependencies
This script uses the following commands and scripts.
- incap-list-sites
Inputs
| Argument Name | Description |
|---|---|
| account_id | The numeric identifier of the account to operate on. If this is not specified, the operation will be performed on the account identified by the authentication parameters. |
| page_size | The number of objects to return in the response. The default is 50. |
| page_num | The page to return starting from 0. The default is 0. |
Outputs
There are no outputs for this script.
commonfields: id: IncapListSites version: -1 name: IncapListSites script: '' type: python subtype: python3 tags: - Incapsula comment: List sites for an account system: true args: - name: account_id description: Numeric identifier of the account to operate on. If not specified, operation will be performed on the account identified by the authentication parameters - name: page_size description: The number of objects to return in the response. Defaults to 50 - name: page_num description: The page to return starting from 0. Default to 0 scripttarget: 0 dependson: must: - incap-list-sites timeout: 0s fromversion: 5.0.0 dockerimage: demisto/python3:3.12.13.10116658 tests: - No tests (auto formatted)