Get network health summary
curl --request GET \
--url https://sandbox-api.borderless.xyz/v1/network-health \
--header 'Authorization: Bearer <token>'[
{
"namespace": "bridge",
"componentsTotal": 123,
"componentsOperational": 123,
"lastEventAt": "2023-11-07T05:31:56Z"
}
]Network Health
Get network health summary
Returns all monitored namespaces with their overall status (worst-status-wins), component counts, and last event timestamp.
GET
/
v1
/
network-health
Get network health summary
curl --request GET \
--url https://sandbox-api.borderless.xyz/v1/network-health \
--header 'Authorization: Bearer <token>'[
{
"namespace": "bridge",
"componentsTotal": 123,
"componentsOperational": 123,
"lastEventAt": "2023-11-07T05:31:56Z"
}
]Documentation Index
Fetch the complete documentation index at: https://docs.borderless.xyz/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
200 - application/json
Namespace identifier
Example:
"bridge"
Worst status across all components
Available options:
Operational, DegradedPerformance, PartialOutage, MajorOutage, UnderMaintenance Total number of monitored components
Number of operational components
Timestamp of the last event
Was this page helpful?
⌘I