Current Identity
Edge Router
Return this list of Edge Routers the identity has access to
Lists the Edge Routers that the current identity has access to via policies. The data returned includes their address and online status
get/current-identity/edge-routers
Response
A list of edge routers
Example response
{
"data": [
{
"cost": 5248,
"_links": {
"key": {
"method": "method",
"comment": "comment",
"href": "https://openapi-generator.tech"
}
},
"noTraversal": true,
"isOnline": true,
"supportedProtocols": {
"key": "supportedProtocols"
},
"appData": {},
"tags": {},
"createdAt": "2000-01-23T04:56:07.000+00:00",
"hostname": "hostname",
"name": "name",
"disabled": true,
"id": "id",
"syncStatus": "syncStatus",
"updatedAt": "2000-01-23T04:56:07.000+00:00"
},
{
"cost": 5248,
"_links": {
"key": {
"method": "method",
"comment": "comment",
"href": "https://openapi-generator.tech"
}
},
"noTraversal": true,
"isOnline": true,
"supportedProtocols": {
"key": "supportedProtocols"
},
"appData": {},
"tags": {},
"createdAt": "2000-01-23T04:56:07.000+00:00",
"hostname": "hostname",
"name": "name",
"disabled": true,
"id": "id",
"syncStatus": "syncStatus",
"updatedAt": "2000-01-23T04:56:07.000+00:00"
}
],
"meta": {
"apiEnrollmentVersion": "apiEnrollmentVersion",
"apiVersion": "apiVersion",
"pagination": {
"offset": 6.027456183070403,
"limit": 0.8008281904610115,
"totalCount": 1.4658129805029452
},
"filterableFields": [
"filterableFields",
"filterableFields"
]
}
}