- Introduction
- Authentication
- Users
- Teams
- SUTs
- Requirements
- Specifications
- Tests
- Test Attributes
- Gherkin Steps
- Test Scanner
- Test cases
- Test case Parameters
- Testcases referencing reusable testcases
- Campaigns
- Schedules
- Sessions
- Bugs
- Assets
- Agents
- SQL Reports
- Dashboard
- New Features
- Reports
- Folders
- Companies
- Categories
- Versioning
- Attachments
- Embedded Images
- Custom Fields
- Search
- Discussion threads
- Summary (Pre-formatted HTML)
- Miscellaneous
- Types
Methods
Type | Ver. | Command parameter | Parameters |
Getters | |||
GET | 8+ | getFirstAvailableArmedScanningJob | agentId=<id> |
Example of success: |
|||
GET | 8+ | getScanningJobStatus | scanningJobId=<id> |
Example of success: | |||
GET | 8+ | getScanningJobOutput | scanningJobId=<id> |
Example of success: |
|||
Setters | |||
POST | 8+ | createScanningJob |
categoryId=<id> confId=<id> agentId=<id> |
Example of success: |
|||
POST | ? | _updateScanningJob |
scanningJobId=<id> scanningJobStatus=<status> |
Example of success: |