Staffing Matrices

This resource allows a System Administrator to retrieve staffing matrices, which map volume to staffing requirements for each job or location.

For example, if the volume is 0 to 5, assign 1 worker to the job. If the volume is 5 to 10, assign 2 workers to the job.

Volume is the value that drives a staffing matrix. Volumes can be weighted to transform the volume. With a weighted volume, the Workload Generator can use a different volume value to generate workload.

Operations


Create Staffing Matrices
POST /v1/scheduling/staffing_matrices/multi_create


Create Staffing Matrix
POST /v1/scheduling/staffing_matrices


Delete Staffing Matrices
POST /v1/scheduling/staffing_matrices/multi_delete


Delete Staffing Matrix by ID
DELETE /v1/scheduling/staffing_matrices/{id}


Retrieve All Staffing Matrices or by Name
GET /v1/scheduling/staffing_matrices


Retrieve Staffing Matrices
POST /v1/scheduling/staffing_matrices/multi_read


Retrieve Staffing Matrix by ID
GET /v1/scheduling/staffing_matrices/{id}


Update Staffing Matrices
POST /v1/scheduling/staffing_matrices/multi_update


Update Staffing Matrix by ID
PUT /v1/scheduling/staffing_matrices/{id}