Hello,
I am wanting to implement a simple (i think) page which returns the last successful backup of a set of specific machines. I have download the API reference guide, but am rather lost. I haven't coded anything in awhile and am probably most proficient with Classic ASP w/ VBScript. Is there a simple way that I could pass a list of VMs and get their last successful backup date? Thanks!
-
- Expert
- Posts: 122
- Liked: 7 times
- Joined: Mar 27, 2012 10:13 pm
- Full Name: Chad Killion
- Contact:
-
- Product Manager
- Posts: 20415
- Liked: 2302 times
- Joined: Oct 26, 2012 3:28 pm
- Full Name: Vladimir Eremin
- Contact:
Re: Anyone write any code for REST API using classic ASP?
You can first get the backup session using (GET) /backupSessions/{ID} call and check the session state ("State" parameter). The backup session also has referencec to corresponding backup task sessions. The tasks sessions, in their turn, contain VM name ("VmDisplayName" parameter). Thanks.
Who is online
Users browsing this forum: No registered users and 1 guest