Display the statistics of a LRT configuration

get

https://cloud-native-SBC-IP/status/v1/lrt/{arg_local_route_config}/stats

This operation displays the statistics of a LRT configuration

Request

Path Parameters
Query Parameters
  • Run the operation on this instance; if not present, run the operation on all instances
  • Return the operation ouput in json format if true, otherwise return raw text output

There's no request body for this operation.

Back to Top

Response

200 Response

response containing a list of LRT operations from SEs
Body ()
Root Schema : schema
Match One Schema
Show Source
Nested Schema : OperationResults
Type: object
List of operation results from services/instances
Show Source
Nested Schema : LrtJsonResults
Type: object
List of LRT JSON stats results
Show Source
Nested Schema : results
Type: array
Show Source
Nested Schema : OperationResult
Type: object
operation result for a particular service/instance
Show Source
Nested Schema : results
Type: array
Show Source
Nested Schema : LrtJsonResult
Type: object
LRT stats in JSON
Show Source
Nested Schema : LrtStats
Type: object
LRT record stats
Show Source

400 Response

text description for a bad operation request response
Body ()
Root Schema : schema
Type: string

500 Response

text description for an internal server error response
Body ()
Root Schema : schema
Type: string
Back to Top