Get namespace detail
curl --request GET \
--url https://sandbox-api.borderless.xyz/v1/network-health/{namespace} \
--header 'Authorization: Bearer <token>'{
"namespace": "<string>",
"components": [
{
"id": "<string>",
"namespace": "<string>",
"name": "<string>",
"order": 123,
"manual": true,
"hidden": true,
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"description": "<string>"
}
],
"incidents": [
{
"id": "<string>",
"namespace": "<string>",
"title": "<string>",
"manual": true,
"startedAt": "2023-11-07T05:31:56Z",
"components": [
{
"id": "<string>",
"name": "<string>"
}
],
"updates": [
{
"id": "<string>",
"reportedAt": "2023-11-07T05:31:56Z",
"incidentId": "<string>",
"message": "<string>"
}
],
"createdAt": "2023-11-07T05:31:56Z",
"resolvedAt": "2023-11-07T05:31:56Z",
"sourceUrl": "<string>"
}
],
"maintenances": [
{
"id": "<string>",
"namespace": "<string>",
"title": "<string>",
"manual": true,
"startedAt": "2023-11-07T05:31:56Z",
"components": [
{
"id": "<string>",
"name": "<string>"
}
],
"updates": [
{
"id": "<string>",
"reportedAt": "2023-11-07T05:31:56Z",
"incidentId": "<string>",
"message": "<string>"
}
],
"createdAt": "2023-11-07T05:31:56Z",
"resolvedAt": "2023-11-07T05:31:56Z",
"sourceUrl": "<string>"
}
]
}Network Health
Get namespace detail
Returns full detail for a namespace: components with statuses, active incidents, and scheduled maintenances.
GET
/
v1
/
network-health
/
{namespace}
Get namespace detail
curl --request GET \
--url https://sandbox-api.borderless.xyz/v1/network-health/{namespace} \
--header 'Authorization: Bearer <token>'{
"namespace": "<string>",
"components": [
{
"id": "<string>",
"namespace": "<string>",
"name": "<string>",
"order": 123,
"manual": true,
"hidden": true,
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"description": "<string>"
}
],
"incidents": [
{
"id": "<string>",
"namespace": "<string>",
"title": "<string>",
"manual": true,
"startedAt": "2023-11-07T05:31:56Z",
"components": [
{
"id": "<string>",
"name": "<string>"
}
],
"updates": [
{
"id": "<string>",
"reportedAt": "2023-11-07T05:31:56Z",
"incidentId": "<string>",
"message": "<string>"
}
],
"createdAt": "2023-11-07T05:31:56Z",
"resolvedAt": "2023-11-07T05:31:56Z",
"sourceUrl": "<string>"
}
],
"maintenances": [
{
"id": "<string>",
"namespace": "<string>",
"title": "<string>",
"manual": true,
"startedAt": "2023-11-07T05:31:56Z",
"components": [
{
"id": "<string>",
"name": "<string>"
}
],
"updates": [
{
"id": "<string>",
"reportedAt": "2023-11-07T05:31:56Z",
"incidentId": "<string>",
"message": "<string>"
}
],
"createdAt": "2023-11-07T05:31:56Z",
"resolvedAt": "2023-11-07T05:31:56Z",
"sourceUrl": "<string>"
}
]
}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.
Path Parameters
Example:
"Bridge"
Response
200 - application/json
Worst status across all components
Available options:
Operational, DegradedPerformance, PartialOutage, MajorOutage, UnderMaintenance Show child attributes
Show child attributes
Active incidents (non-resolved)
Show child attributes
Show child attributes
Scheduled or in-progress maintenances
Show child attributes
Show child attributes
Was this page helpful?
⌘I