InfraPorts
Port transceiver metrics
AuthorizationBearer <token>
In: header
Path Parameters
port_id*string
Query Parameters
time_range?Time Range|Time Range
Response Body
application/json
curl -X GET "https://api.misaka.io/v3/infra/ports/string/metrics/transceiver"{
"Lane1": {
"TxBias": [
[
0
]
],
"TxPower": [
[
0
]
],
"RxPower": [
[
0
]
]
},
"Lane2": {
"TxBias": [
[
0
]
],
"TxPower": [
[
0
]
],
"RxPower": [
[
0
]
]
},
"Lane3": {
"TxBias": [
[
0
]
],
"TxPower": [
[
0
]
],
"RxPower": [
[
0
]
]
},
"Lane4": {
"TxBias": [
[
0
]
],
"TxPower": [
[
0
]
],
"RxPower": [
[
0
]
]
}
}How is this guide?
Last updated on