workers
Get detailed metadata for a Worker, Edge, or Outpost Node
Get detailed metadata for the specified Worker, Edge, or Outpost Node for the specified Cribl product.
get/products/{product}/workers/{id}
Path parameters
product'stream' | 'edge' | 'outpost' required
Name of the Cribl product that contains the Node.
idstring required
The <code>id</code> of the Node to get the metadata for.
Response
The requested MasterWorkerEntry object in a single-item list.
Example response
{
"items": [
{
"info": {
"architecture": "x64",
"cribl": {
"distMode": "worker"
},
"platform": "linux"
}
}
]
}