edge-controller
Get Edge Types (getEdgeTypes)
Returns a set of unique edge types based on edges that are either owned by the tenant or assigned to the customer which user is performing the request.
Available for users with 'TENANT_ADMIN' or 'CUSTOMER_USER' authority.
get/api/edge/types
Response
OK
Example response
[
{
"tenantId": {
"id": "784f394c-42b6-435a-983c-b7beff2784f9",
"entityType": "TENANT"
}
}
]