getBillingItemSnapshotsWithExternalAccountId


SoftLayer_Brand::getBillingItemSnapshotsWithExternalAccountId

Returns billing item snapshots on accounts owned by specific brands.

Description

This service returns the snapshots of billing items recorded periodically given an account ID owned by the brand those billing items belong to. Retrieving billing item snapshots is more performant than retrieving billing items directly and performs less relational joins improving retrieval efficiency.

The downside is, they are not real time, and do not share relational parity with the original billing item.


Parameters

Name Type Description
externalAccountId string The IBM Cloud account ID the billing items belong to.

Required Headers

Optional Headers

Return Values

curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [string]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Brand/{SoftLayer_BrandID}/getBillingItemSnapshotsWithExternalAccountId'