Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm using the disaster recovery API [/disasterrecovery/server/backup ] to create backup of my Snapcentre 4.6 instance. Are these APIs async or will it block until the backup is complete? I need to build some error checking logic into it.
Solved! See The Solution
1 ACCEPTED SOLUTION
shocko has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @shocko
See the below screenshot from the documentation you linked to:
As you mentioned you are CREATING a backup this would be a POST call so I believe that means it would be processed Synchronously.
Hope this helps.
3 REPLIES 3
shocko has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @shocko
See the below screenshot from the documentation you linked to:
As you mentioned you are CREATING a backup this would be a POST call so I believe that means it would be processed Synchronously.
Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Much appreciated! I did a search on that document but did not find that keyword so apologies.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
No problem @shocko glad to hear we got your query answered. 😎
