Display the entries of a LRT
get
https://cloud-native-SBC-IP/status/v1/lrt/{arg_local_route_config}
This operation displays the entries of a LRT
Request
Path Parameters
-
arg_local_route_config(required): string
Specify the local-route-config to show
Query Parameters
-
arg_display_count(required): string
display count for the route entries in this display
-
arg_key(required): string
key for first route entry in this display
-
instance: string
Run the operation on this instance; if not present, run the operation on all instances
There's no request body for this operation.
Back to TopResponse
200 Response
response containing a list of operation results from all targeted services/instance
Root 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
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