如何使用api来检索softlayer票证所有者

时间:2016-06-13 14:31:43

标签: ibm-cloud-infrastructure

我正在使用python客户端并运行下面的slcli命令,它提供其他详细信息而没有所有者信息。请指导我如何检索SL票证所有者。

slcli ticket detail --count 100 29652621

1 个答案:

答案 0 :(得分:0)

您可以使用下一个命令:

  

slcli call-api Ticket getAssignedUser --id = 29652621

该命令检索已分配故障单的SoftLayer_User_Customer对象。

有关详细信息,请参阅下一个链接: http://softlayer-api-python-client.readthedocs.io/en/latest/cli/?highlight=call-api http://sldn.softlayer.com/reference/services/SoftLayer_Ticket/getAssignedUser