Query
query CrashSymbolicationAgents {
crashSymbolicationAgents {
id
name
hostname
online
}
}Response
{
"data": {
"crashSymbolicationAgents": [
{
"id": "id",
"name": "string",
"hostname": "string",
"online": true
}
]
}
}Queries
crashSymbolicationAgents
Lists agents that can symbolicate crashes.
QUERY
crashSymbolicationAgents: [CrashSymbolicationAgent!]!Returns
id
ID!
Stable identifier for the agent.
name
String!
Display name of the agent.
hostname
String!
Host name of the agent.
online
Boolean!
Whether the agent is connected now.
Query
query CrashSymbolicationAgents {
crashSymbolicationAgents {
id
name
hostname
online
}
}Response
{
"data": {
"crashSymbolicationAgents": [
{
"id": "id",
"name": "string",
"hostname": "string",
"online": true
}
]
}
}