Object
UnauthorizedAgent
An agent machine that you have configured but whose connection to the Enterprise server you have not yet authorized. All new agent machines must be authorized before they can communicate with the Enterprise server and run scans.
Example
Query
query GetUnauthorizedAgents {
unauthorized_agents {
ip
}
}
Result
{
"data": {
"unauthorized_agents": [
{
"ip": "127.0.0.1"
}
]
}
}