get https://helios.cohesity.com/heliosreporting/api/v1/public/components/
Get information about a Report component.
Log in to see full request history
Responses
Get information about a Report component.
xxxxxxxxxx
curl --request GET \
--url https://helios.cohesity.com/heliosreporting/api/v1/public/components/id \
--header 'accept: */*'
xxxxxxxxxx
95}
{
"id": "string",
"name": "string",
"description": "string",
"reportType": "ClusterConnections",
"aggs": {
"groupedAttributes": [
"string"
],
"aggregatedAttributes": [
{
"aggregationType": "sum",
"attribute": "string",
"label": "string"
}
]
},
"sort": [
{
"attribute": "string",
"desc": true
}
],
"limit": {