Create a work item in a queue
- Última atualização2022/11/09
Create a work item in a queue
Use the Workload Management API to add or insert data for work items in an existing queue in your Control Room.
Prerequisites
- AAE_Queue Admin role
- You need a user account with the AAE_Queue Admin role to query and manage workload queues and work items in an Control Room.
- JSON Web Token (JWT)
- All Control Room APIs require a JSON Web Token (JWT) to access the APIs. Generate an authentication token using the Enterprise 11 Authentication API.
- End point:
http://<your_control_room_url>/v2/wlm/queues/{id}/workitems
- Method: POST