cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Snap Pack usage metrics

abhishekp
Employee
Employee

Hello, is there pipeline or a public API that helps with gathering data on snap packs used in an org? I have a need to gather the snap pack usage from 10 orgs and it is taking longer than expected to go to each org and get the data from the Snap Statistics UI.

Thanks,
Abhishek

2 REPLIES 2

del
Contributor III

@abhishekp,

Using an REST/HTTP GET on the below URL may get you what youโ€™re looking for:

https://cdn.elastic.snaplogic.com/api/1/rest/index/snap_stats/{orgName}

thank you, Del.