API 可以设置 Endurance Storage/iSCSI 快照和时间表?

API Access to setting up Endurance Storage/iSCSI snapshots and schedules?

有没有办法通过 IBM Cloud API 或 Softlayer API,以编程方式 run/schedule/setup 在耐用存储设备上创建快照?又名 iSCSI 驱动器。

我查看了文档,但没有找到任何东西。

你需要看看这些方法:

https://sldn.softlayer.com/reference/services/softlayer_network_storage/createsnapshot

上述方法将允许您创建一个新的手动快照

https://sldn.softlayer.com/reference/services/softlayer_network_storage/enablesnapshots

上述方法将允许您安排快照

请参阅下面的一些代码示例:

https://softlayer.github.io/php/enableSnapshots/

https://softlayer.github.io/rest/createsnapshot/