I'm developing a project relied on softlayer invoice api. I want get all bare metal server configuration info from invoice item. But the information returned by the interface SoftLayer_Billing_Invoice::getItems contains other billing information such as the virtual machine, and there is no way to distinguish. Is there another way to get bare metal server invoice info ?
Regards~