- 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
getScheduleForm
getScheduleSessions
getScheduleDetails
getScheduleScheduling
getScheduleOperator
getScheduleFollowers
getScheduleFollowerEmails
getScheduleSut
getScheduleAgents
getScheduleConfigurations
getScheduleMonitoringConfiguration
getScheduleMonitoredServers
getScheduleExecutionOptions
getScheduleDynamicAttributes
getScheduleParams
getScheduledSessionTestAttributeValues
getScheduledSessionTestcaseParamValues
getScheduleSessions
getScheduleDetails
getScheduleScheduling
getScheduleOperator
getScheduleFollowers
getScheduleFollowerEmails
getScheduleSut
getScheduleAgents
getScheduleConfigurations
getScheduleMonitoringConfiguration
getScheduleMonitoredServers
getScheduleExecutionOptions
getScheduleDynamicAttributes
getScheduleParams
getScheduledSessionTestAttributeValues
getScheduledSessionTestcaseParamValues
Type | Ver. | Command parameter | Parameters |
Getters | |||
GET | 8+ | getScheduleForm | campaignId=<id> |
Example of success: |
|||
GET | 8+ | getScheduleSessions | scheduleId=<id> |
Example of success: |
|||
GET | 8+ | getScheduleDetails | scheduleId=<id> (opt.) frozen=<true|false> |
Example of success: |
|||
GET | 8+ | getScheduleScheduling | scheduleId=<id> (opt.) frozen=<true|false> |
Example of success: |
|||
GET | 8+ | getScheduleOperator | scheduleId=<id> |
Example of success: |
|||
GET | 8+ | getScheduleFollowers | scheduleId=<id> |
Example of success: |
|||
GET | 6+ | getScheduleFollowerEmails | scheduleId=<id> |
Example of success: |
|||
GET | 8+ | getScheduleSut | scheduleId=<id> |
Example of success: |
|||
GET | 6+ | getScheduleAgents | scheduleId=<id> |
Example of success: |
|||
GET | 6+ | getScheduleConfigurations | scheduleId=<id> |
Note: If the schedule does not have any configuration associated to one of its category: - jarName and name are left empty- id has the value 0Example of success: |
|||
GET | 6+ | getScheduleMonitoringConfiguration | scheduleId=<id> |
Example of success: |
|||
GET | 6+ | getScheduleMonitoredServers | scheduleId=<id> |
Example of success: |
|||
GET | 6+ | getScheduleExecutionOptions | scheduleId=<id> |
Example of success: |
|||
GET | 6+ | getScheduleDynamicAttributes | scheduleId=<id> |
Example of success: |
|||
GET | 6+ | getScheduleParams | scheduleId=<id> |
Example of success: |
|||
GET | 6+ | getScheduledSessionTestAttributeValues | sessionId=<id> |
Example of success: |
|||
GET | 6+ | getScheduledSessionTestcaseParamValues | sessionId=<id> |
Example of success: |
|||
Setters | |||
POST | 8+ | createSchedule |
parentCampaignId=<id> sutId=<id> (opt.) parentFailedRule=<execution option> (opt.) parentUnknownRule=<execution option> (opt.) monitoringAgentId=<id> (opt.) monitoringConfigurationId=<id> (opt.) pick=<pick> Content of the form with values (see getScheduleForm) must be passed in the request's body as multi-part. |
Example of success: |
|||
POST | 8+ | updateScheduleDetails | Content of the form with values (see getScheduleDetails) must be passed in the request's body as multi-part. |
Example of success: Example of failure: | |||
POST | 8+ | updateScheduleScheduling |
scheduleId=<id> Content of the form with values (see getScheduleScheduling) must be passed in the request's body as multi-part. |
Example of success: Example of failure: | |||
POST | 8+ | updateScheduleAgents | scheduleId=<id> agentIds=<id, id...> (opt.) nbInstances=<number of instances> (opt.) synchronizations=<id> (opt.) anyAgent=<true|false> |
Example of success: Example of failure: | |||
POST | 8+ | updateScheduleConfigurations | scheduleId=<id> categoryIds=<id, id...> configurationIds=<id, id...> |
Example of success: Example of failure: | |||
POST | 8+ | updateScheduleOperator | scheduleId=<id> operatorId=<id> |
Example of success: Example of failure: | |||
POST | 8+ | updateScheduleSut | scheduleId=<id> sutId=<id> |
Example of success: Example of failure: | |||
POST | 8+ | updateScheduleFollowers | scheduleId=<id> followerIds=<id, id, ...> |
Example of success: Example of failure: | |||
POST | 11+ | updateSchedulesFollowers | scheduleIds=<id, id, ...> followerIds=<id, id, ...> |
Example of success: Example of failure: | |||
POST | 11+ | addSchedulesFollower | scheduleIds=<id, id, ...> followerId=<id> |
Example of success: Example of failure: | |||
POST | 11+ | removeSchedulesFollower | scheduleIds=<id, id, ...> followerId=<id> |
Example of success: Example of failure: | |||
POST | 8+ | copySchedules | scheduleIds=<id, id, ...> scheduleNames=<name, name, ...> destCampaignId=<id> |
Example of success: Example of failure: | |||
POST | 8+ | deleteSchedules | scheduleIds=<id, id, ...> |
Example of success: |