I am trying query GetNetworkStorageService
with the following mask
volumeSnapshotInfoMask string = `id,notes,nasType,username,capacityGb,snapshotCapacityGb,snapshotCount,manualSnapshotCount,activeTransactionCount,
snapshots[id,notes,nasType,snapshotSizeBytes,snapshotCreationTimestamp],
manualSnapshots[id,notes,nasType,snapshotSizeBytes,snapshotCreationTimestamp]`
I can see some fields missing from the response I get: for eg: activeTransactionCount, snapshotCreationTimestamp. Is this because we don't have this infomration in softlayer? or there is something wrong with the query I am making? How does softlayer API behaves? Does it not show the default value for the fields missing? I am basically looking for ActiveTransactionCount field.
From what I understand is if ActiveTransactionCount = 0
the field is missing from the response.