{
"data": {
"nodes": {},
"edges": [
{
"source": "<string>",
"target": "<string>",
"label": "<string>",
"kind": "<string>",
"lastSeen": "2023-11-07T05:31:56Z",
"properties": {}
}
]
}
}
Returns a graph representing the path that an ACE is inherited through for a given edge.
{
"data": {
"nodes": {},
"edges": [
{
"source": "<string>",
"target": "<string>",
"label": "<string>",
"kind": "<string>",
"lastSeen": "2023-11-07T05:31:56Z",
"properties": {}
}
]
}
}
Authorization: Bearer $JWT_TOKEN
Prefer header, used to specify a custom timeout in seconds using the wait parameter as per RFC7240.
x >= 0
The ID of the starting node.
The ID of the ending node.
The type of edge the ACL inheritance path is being fetched for.
Returns graph data that contains a collection of nodes and edges that make up the ACL inheritance path.
The response is of type object
.