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

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -