08-01-2019 02:03 AM
When we push policy's config to vsmart from vmange, it is getting "Scheduled" status as file attached (Scheduled error.bmp).
Because "Scheduled" is still there, we cannot push anything configuration to vsmart.
Anyone know how to remove or get "Scheduled" status out?
Solved! Go to Solution.
08-04-2019 05:19 AM - edited 08-04-2019 05:20 AM
Scheduled is included in or planned according to schedule. Use the following API call to check for scheduled tasks:
https://<vmanage-ip>/dataservice/device/action/status/tasks
you can even use browser to request the list.
Response may look like below:
When you run the above command "ProcessID" value will be shown as in the "runningTasks". Use this value and input after clean?processId= part of the url in the following URL:
https://<vmanage-ip:8443>/dataservice/device/action/status/tasks/clean?processId=<id_from_previous_call>
Scheduled task will be removed.
08-23-2019 12:48 AM
08-04-2019 05:19 AM - edited 08-04-2019 05:20 AM
Scheduled is included in or planned according to schedule. Use the following API call to check for scheduled tasks:
https://<vmanage-ip>/dataservice/device/action/status/tasks
you can even use browser to request the list.
Response may look like below:
When you run the above command "ProcessID" value will be shown as in the "runningTasks". Use this value and input after clean?processId= part of the url in the following URL:
https://<vmanage-ip:8443>/dataservice/device/action/status/tasks/clean?processId=<id_from_previous_call>
Scheduled task will be removed.
08-23-2019 12:48 AM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide