Data Backup and Recovery

Snapcentre REST API for Disaster recovery - Error Checking

shocko
1,682 Views

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. 

1 ACCEPTED SOLUTION

RossC
1,437 Views

Hi @shocko 

 

See the below screenshot from the documentation you linked to: 

msedge_UpjduZL1ih.png

 

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. 

View solution in original post

3 REPLIES 3

RossC
1,438 Views

Hi @shocko 

 

See the below screenshot from the documentation you linked to: 

msedge_UpjduZL1ih.png

 

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. 

shocko
1,413 Views

Much appreciated! I did a search on that document but did not find that keyword so apologies. 

RossC
1,412 Views

No problem @shocko glad to hear we got your query answered. 😎

Public