Setting Tags in JSON Order Softlayer API Python

左心房为你撑大大i 提交于 2019-12-25 08:23:16

问题


I noticed there's a setTags() method in the api but is there a way to add it to the json order during the ordering process? I can't find any information on it in the documentation.


回答1:


yes it is possible to se the tags at order time take a look at this example:

https://softlayer.github.io/python/create_vsi_options/

I hope it helps

Regards



来源:https://stackoverflow.com/questions/42147245/setting-tags-in-json-order-softlayer-api-python

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!