Get detailed metadata for Worker, Edge, or Outpost Nodes
Get detailed metadata for Worker, Edge, or Outpost Nodes for the specified Cribl product.
Path parameters
Name of the Cribl product to get Worker, Edge, or Outpost Nodes for.
Query parameters
Filter expression to evaluate against Nodes for inclusion in the response.
Filter expression to evaluate against Nodes for inclusion in the response.
Sorting expression to evaluate against Nodes to specify the sort order for the response.
JSON-stringified filter object to evaluate against Nodes for inclusion in the response.
JSON-stringified filter object to evaluate against Nodes for inclusion in the response.
JSON-stringified sorting object to evaluate against Nodes to specify the sort order for the response.
Maximum number of Nodes to return in the response for this request. Use with <code>offset</code> to paginate the response into manageable batches.
Starting point from which to retrieve results for this request. Use with <code>limit</code> to paginate the response into manageable batches.
Response
List of MasterWorkerEntry objects.
Example response
{
"items": [
{
"info": {
"architecture": "x64",
"cribl": {
"distMode": "worker"
},
"platform": "linux"
}
}
]
}