This page was automatically generated from tracezilla’s Swagger API documentation 2026-07-17
GET /connection-entities/{connectionEntityId}
Show connection entity
Description
Returns connection entity
Parameters (path)
| Name | Required | Description | Values |
|---|---|---|---|
| connectionEntityId | required | Target Connection Entity. |
Responses
200
successful operation
Response content JSON schema
1
2
3
4
{
"properties": {},
"type": "object"
}
406
not acceptable
500
internal server error
PUT /connection-entities/{connectionEntityId}
Update connection entity
Parameters (path)
| Name | Required | Description | Values |
|---|---|---|---|
| connectionEntityId | required | Target Connection Entity. |
Request body
Description
Target Connection entity.
Required
This parameter is required.
Request body JSON schema
1
{}
Responses
200
successful operation
Response content JSON schema
1
2
3
4
{
"properties": {},
"type": "object"
}
403
Unauthorized request
406
not acceptable
500
Internal server error
DELETE /connection-entities/{connectionEntityId}
Delete connection entity
Parameters (path)
| Name | Required | Description | Values |
|---|---|---|---|
| connectionEntityId | required | Target Connection Entity. |
Responses
201
Connection entity was deleted
403
Unauthorized request
406
not acceptable
500
Internal server error