| Output Format |
| |
| apikey* | | |
| Form Method |
| |
| contextName* | | The name of the context |
| checkingStrategy* | | One of EACH_RESP, EACH_REQ, EACH_REQ_RESP, POLL_URL |
| pollUrl | | The URL for ZAP to poll, must be supplied if checkingStrategy = POLL_URL, otherwise ignored |
| pollData | | The POST data to supply to the pollUrl, option and only takes effect if checkingStrategy = POLL_URL |
| pollHeaders | | Any additional headers that need to be added to the poll request, separated by '\n' characters, only takes effect if checkingStrategy = POLL_URL |
| pollFrequency | | An integer greater than zero, must be supplied if checkingStrategy = POLL_URL, otherwise ignored |
| pollFrequencyUnits | | One of REQUESTS, SECONDS, must be supplied if checkingStrategy = POLL_URL, otherwise ignored |
|
| |