cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2048
Views
5
Helpful
2
Replies

Push policy's configuration to vsmart, and it is hung

DaveTure
Level 1
Level 1

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?

 

2 Accepted Solutions

Accepted Solutions

ekhabaro
Cisco Employee
Cisco Employee

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:

process-ID.png

 

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.

View solution in original post

Thank so much for your help. I deleted pending task sucessfully.

View solution in original post

2 Replies 2

ekhabaro
Cisco Employee
Cisco Employee

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:

process-ID.png

 

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.

Thank so much for your help. I deleted pending task sucessfully.