Skip to content

Allocate and Deallocate 'Capacity' and 'Concurrency' at Project & User Level

The allocation and deallocation of capacity and/or concurrency to projects and/or users can be done very easily using three new services available within the Worksoft SaaS QaCONNECT REST API. Refer to the 'Account' section in the docs page of Worksoft SaaS QaCONNECT REST API for more. Below are the 3 services that support this.

Service to Allocate Capacity and Concurrency at 'Project' and 'User' level:

Allocate (distribute) the capacity and/or concurrency available at the domain level to projects within the domain and for each project within the domain, distribute the capacity and/or concurrency available to the users that are authorized to the project. You can also reserve a minimum capacity and/or concurrency to specific projects and/or users and also set the execution priority/precedence for test runs within projects and triggered by specific users.

https://www.web.worksoft.cloud/rest/v1/:domainname/subscription/limits/allocate

Service to Deallocate Capacity and Concurrency at 'Project' level:

Deallocate the capacity and concurrency limits previously assigned for one or more projects. Capacity and/or concurrency allocations, if any, that exist for the users that are authorized for each project in the JSON input to the service request, will be unassigned first and then project-level allocations will be removed.

Service to Deallocate Capacity and Concurrency at 'User' level:

Deallocate the capacity and concurrency limits previously assigned for one or more users within a specific project within a specific domain.

To know more about the Capacity and Concurrency distribution, click here

Feedback and Knowledge Base