Ransomware attackers specifically target and attempt to destroy backup systems to increase the probability of payment. Hardening your system is critical. Please ensure you have reviewed your platform security using the Security Hardening Checklist
Cohesity

COHESITY Documentation

Explore our documentation to get started, discover products & new features, access troubleshooting guides, register sources, platforms support.

Products
Data Security Alliance
Visit Cohesity.com
Demos
Support
Blogs
Developers
Partner Portals
Cohesity Community
© 2026 Cohesity, Inc. All Rights Reserved.
Terms of Use|
Privacy Policy|
Legal|
  1. Home
  2. IT Analytics Help
  3. Section IV. End user
  4. Pipelined functions for report query building
  5. listChargebackByLUNDetail
  6. Example Query

Example Query

Note:

In the SQL Template Designer query, the function name must be prefaced with: srm_rtd.

SELECT *
FROM table (srm_rtd.listChargebackByLUNDetail(100000,
numberListType(),
numberListType(),
numberListType(),
numberListType(${hostGroups}),
1,
numberListType()
))

Specify the following arguments:

Argument Name

Description

userID

Number

listOfHosts

numberListType

Example: numberListType(1,2,3)

listOfDomains

numberListType

Example: numberListType(1,2,3)

listOfArrays

numberListType

Example: numberListType(1,2,3)

listOfHostGroups

numberListType

Example: numberListType(1,2,3)

cascade

Specify 1 to designate that you want to cascade through the host group hierarchy; Otherwise, set to 0.

listOfPolicy

numberListType

Example: numberListType(1,2,3)

This function returns rows that contain: host ID, host name, policy ID, chargeback policy name, storage array ID, storage array name, LUN ID, LUN name, unit cost, total GB, total cost.

Feedback

Was this page helpful?
Previous

Chargeback in Cluster and Virtualization Environments

Next

listChargebackCatByLUNSummary

Feedback

Was this page helpful?