api - snapshot of softlayer block device(Endurance volume) -


i created snapshot using below api of block storage (endurance) on softlayer.

res = client['network_storage_iscsi'].createsnapshot('', id=12686459) 

i got result in showing volume id 'volumeid': 13348463.

when try list of snapshots volume empty list:

res = client['network_storage_iscsi'].getsnapshotsforvolume(id=12686459) 

have missed anything?

nop did not miss anything, command correct , works, got empty list because snapshot in "creating proccess" once completed should snapshot. try again.

regards


Comments

Popular posts from this blog

PHP while loop dynamic rowspan -

timer - Java TimerTask cancel -

android - How to read a column value in parse.com without accessing an object or a pointer -