InfraPorts
Port transceiver metrics
AuthorizationBearer <token>
Bearer is only available for WebApp. Please use API tokens for programmatic access.
In: header
Path Parameters
port_id*Port Id
Query Parameters
time_range?string|null
start?integer|null
end?integer|null
Response Body
application/json
curl -X GET "https://example.com/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 ] ] }, "low_warn": [ [ 0 ] ], "high_warn": [ [ 0 ] ], "temperature": [ [ 0 ] ]}How is this guide?
Last updated on