API
cloud.logs.getRayPerfLogs
API
cloud.logs.getRayPerfLogs
Returns performance information about a Rivet Ray.
GET https://cloud.api.rivet.gg/v1/rays/{ray_id}/perf
curl -X GET 'https://cloud.api.rivet.gg/v1/rays/{ray_id}/perf'
Authorizations
Authorization[header]required
string
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
ray_idrequired
string
Response
perf_listsrequired
array
A list of service performance summaries.
curl -X GET 'https://cloud.api.rivet.gg/v1/rays/{ray_id}/perf'