TraceflowObservationListResult
TraceflowObservationListResult
AllOf
JSON Example
{
"_self": {
"rel": "string"
},
"cursor": "string",
"_links": [
{
"action": "string",
"href": "string",
"rel": "string"
}
],
"sort_ascending": false,
"result_count": 0,
"_schema": "string",
"sort_by": "string",
"results": [
{
"timestamp_micro": 0,
"component_type": "string",
"transport_node_id": "string",
"timestamp": 0,
"transport_node_name": "string",
"sequence_no": 0,
"resource_type": "string",
"component_name": "string"
}
]
}