# yc-360 Script Response

Once the yc-360 script finishes transmitting all artifacts (e.g., thread dumps, GC logs, etc.) to the yCrash server, it prints a YAML snippet to the console. This snippet contains URLs to the dashboard report and other detailed metrics.

# Example Output

dashboardReportURL: 
http://192.168.1.70:8080/tier1app/yc-report.jsp?ou=buggycompany&de=192.168.1.70&app=yc&ts=2020-06-11T11-43-26

gcMetricsURL: 
http://192.168.1.70:8080/tier1app/yc-reader?ou=buggycompany&de=192.168.1.70&app=yc&ts=2020-06-11T11-43-26&dt=gc&apiKey=XXXXXXXX

threadMetricsURL: 
http://192.168.1.70:8080/tier1app/yc-reader?ou=buggycompany&de=192.168.1.70&app=yc&ts=2020-06-11T11-43-26&dt=td&apiKey=XXXXXXXX

heapMetricsURL: 
http://192.168.1.70:8080/tier1app/yc-reader?ou=buggycompany&de=192.168.1.70&app=yc&ts=2020-06-11T11-43-26&dt=hd&apiKey=XXXXXXXX
1
2
3
4
5
6
7
8
9
10
11

# URL Descriptions

Element Description
dashboardReportURL Opens the visual analysis report in the browser.
gcMetricsURL Provides garbage collection log metrics and KPIs in JSON format. For more details refer here (opens new window).
threadMetricsURL Provides thread dump analysis metrics and detected issues in JSON format. For more details refer here (opens new window).
heapMetricsURL Provides heap dump analysis metrics and identified problems in JSON format. For more details refer here (opens new window).

This feature enables engineers to trigger alerts or build automated solutions based on the collected metrics.