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