curl --request PATCH \
--url https://api.icepanel.io/v1/landscapes/{landscapeId}/versions/{versionId}/model/connections/{modelConnectionId} \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--data '
{
"commit": 123,
"description": "<string>",
"direction": null,
"labels": {},
"links": {
"$add": {},
"$remove": [
"<string>"
],
"$replace": {},
"$update": {}
},
"name": "<string>",
"originId": "<string>",
"status": "deprecated",
"tagIds": [
"<string>"
],
"targetId": "<string>",
"technologyIds": [
"<string>"
],
"viaId": "<string>"
}
'{
"modelConnection": {
"commit": 123,
"direction": null,
"labels": {},
"links": {},
"name": "<string>",
"originId": "<string>",
"status": "deprecated",
"tagIds": [
"<string>"
],
"targetId": "<string>",
"technologyIds": [
"<string>"
],
"viaId": "<string>",
"handleId": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"createdBy": "user",
"createdById": "<string>",
"diagrams": {},
"flows": {},
"id": "<string>",
"landscapeId": "<string>",
"linked": true,
"updatedAt": "2023-11-07T05:31:56Z",
"updatedBy": "user",
"updatedById": "<string>",
"version": 123,
"versionId": "<string>",
"description": "<string>",
"deletedAt": "2023-11-07T05:31:56Z",
"deletedBy": "user",
"deletedById": "<string>",
"latestEntityId": "<string>"
}
}curl --request PATCH \
--url https://api.icepanel.io/v1/landscapes/{landscapeId}/versions/{versionId}/model/connections/{modelConnectionId} \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--data '
{
"commit": 123,
"description": "<string>",
"direction": null,
"labels": {},
"links": {
"$add": {},
"$remove": [
"<string>"
],
"$replace": {},
"$update": {}
},
"name": "<string>",
"originId": "<string>",
"status": "deprecated",
"tagIds": [
"<string>"
],
"targetId": "<string>",
"technologyIds": [
"<string>"
],
"viaId": "<string>"
}
'{
"modelConnection": {
"commit": 123,
"direction": null,
"labels": {},
"links": {},
"name": "<string>",
"originId": "<string>",
"status": "deprecated",
"tagIds": [
"<string>"
],
"targetId": "<string>",
"technologyIds": [
"<string>"
],
"viaId": "<string>",
"handleId": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"createdBy": "user",
"createdById": "<string>",
"diagrams": {},
"flows": {},
"id": "<string>",
"landscapeId": "<string>",
"linked": true,
"updatedAt": "2023-11-07T05:31:56Z",
"updatedBy": "user",
"updatedById": "<string>",
"version": 123,
"versionId": "<string>",
"description": "<string>",
"deletedAt": "2023-11-07T05:31:56Z",
"deletedBy": "user",
"deletedById": "<string>",
"latestEntityId": "<string>"
}
}, outgoing, bidirectional Show child attributes
Show child attributes
Model object that initiates the connection
deprecated, future, live, removed Tag IDs assigned to this model
Model object that receives the message
Technology IDs assigned to this model
Model object that facilitates the connection, such as a Kafka topic, or RabbitMQ queue
OK
Show child attributes