Using this objectMask instead of previous, json payload passes from 69.8 M
```
$ curl -uuser:api-key 
https://api.softlayer.com/rest/v3/SoftLayer_Account/VirtualGuests?objectMask=powerState%3BoperatingSystem.passwords%3Bdatacenter%3BbillingItem%3BblockDevices.diskImage%3BtagReferences
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
 12  145M   12 18.0M    0     0   321k      0  0:07:44  0:00:57  0:06:47  401k
```

down to

```
$ curl -uuser:api-key 
https://api.softlayer.com/rest/v3/SoftLayer_Account/VirtualGuests?objectMask=powerState%3BoperatingSystem.passwords%3Bdatacenter%3BbillingItem%3BblockDevices.diskImage%3BtagReferences.tag.name
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  277k  100  277k    0     0  77421      0  0:00:03  0:00:03 --:--:-- 77426
```
from 145 MB to 277 KB, @aledsage and @nacx wdyt?
You can view, comment on, or merge this pull request online at:

  https://github.com/jclouds/jclouds/pull/1020

-- Commit Summary --

  * reduce payload for GET VirtualGuests

-- File Changes --

    M 
providers/softlayer/src/main/java/org/jclouds/softlayer/features/AccountApi.java
 (2)
    A providers/softlayer/src/test/resources/logback-test.xml (42)
    D providers/softlayer/src/test/resources/logback.xml (34)

-- Patch Links --

https://github.com/jclouds/jclouds/pull/1020.patch
https://github.com/jclouds/jclouds/pull/1020.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/1020

Reply via email to