Test Persona
test_personaProbe a persona's credentials against an environment before a scan relies on them — one GET to probePath with the persona's resolved auth. A 2xx, 401 or 403 counts as success: the headers reached the target. Requires project context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| personaId | Yes | Public Id (Guid) of the persona to probe (from list_personas) | |
| probePath | No | Path to probe, default '/' | |
| environmentId | Yes | Public Id (Guid) of the environment supplying the base URL (from list_environments) |