Operation: GET
Method: SoftLayer_Account::getObject()
URL: SoftLayer_Account/getObject?objectMask=mask[companyName,hardware[hostname]]"
Example CURL:
$ curl -u username:api_key "https://api.softlayer.com/rest/v3/SoftLayer_Account/getObject?objectMask=mask[companyName,hardware[hostname]]"
Example Response:
{
"companyName": "SoftLayer Internal - Development Community",
"hardware": [
{
"hostname": "bsdal5167180245106688"
},
{
"hostname": "db-server"
},
{
"hostname": "db-server"
},
{
"hostname": "deleteme"
}
]
}