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
-
arg_local_route_config(required): string
Show statistics for a particular LRT configuration
Query Parameters
-
instance: string
Run the operation on this instance; if not present, run the operation on all instances
-
json: boolean
Return the operation ouput in json format if true, otherwise return raw text output
There's no request body for this operation.
Back to TopResponse
200 Response
response containing a list of LRT operations from SEs
Root Schema : schema
Match One Schema
Show Source
-
object
OperationResults
List of operation results from services/instances
-
object
LrtJsonResults
List of LRT JSON stats results
Nested Schema : OperationResults
Type:
object
List of operation results from services/instances
Show Source
Nested Schema : results
Type:
Show Source
array
-
Array of:
object OperationResult
operation result for a particular service/instance
Nested Schema : OperationResult
Type:
object
operation result for a particular service/instance
Show Source
-
error: string
-
instance: string
-
result(required): string
-
service: string
Allowed Values:
[ "SE", "ME", "TE", "TC" ]
core cnSBC micro-services (SE/ME/TE) plus TC which is used to get TEs
Nested Schema : LrtJsonResult
Type:
object
LRT stats in JSON
Show Source
-
error: string
-
instance: string
-
service: string
Allowed Values:
[ "SE", "ME", "TE", "TC" ]
core cnSBC micro-services (SE/ME/TE) plus TC which is used to get TEs -
stats(required): object
LrtStats
LRT record stats
400 Response
text description for a bad operation request response
Root Schema : schema
Type:
string
500 Response
text description for an internal server error response
Root Schema : schema
Type:
string